mirror of
https://forge.apps.education.fr/blender-edutech/lecteur-3d-cinematique.git
synced 2024-01-27 09:43:12 +01:00
Bugfix : retour après la doc sur l'animation
This commit is contained in:
parent
0b2dc2a0a8
commit
f21de4f854
4
cine.py
4
cine.py
@ -226,10 +226,10 @@ def cmd_click(cont):
|
|||||||
# Aide
|
# Aide
|
||||||
if obj.name=="Help-cmd" :
|
if obj.name=="Help-cmd" :
|
||||||
if scene.objects['Mecanism']['anim'] == True: # Rendu meilleur en pause
|
if scene.objects['Mecanism']['anim'] == True: # Rendu meilleur en pause
|
||||||
scene.objects['About']['anim']= True
|
scene.objects['Doc']['anim']= True
|
||||||
anim_pause()
|
anim_pause()
|
||||||
else:
|
else:
|
||||||
scene.objects['About']['anim'] = False
|
scene.objects['Doc']['anim'] = False
|
||||||
cine_doc.open()
|
cine_doc.open()
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user