mirror of
https://forge.apps.education.fr/blender-edutech/lecteur-3d-cinematique.git
synced 2024-01-27 09:43:12 +01:00
Ajout de la page crédits
This commit is contained in:
parent
c903bb7ae9
commit
799643d5ee
Binary file not shown.
BIN
baton_colle/baton_colle-15.blend
Normal file
BIN
baton_colle/baton_colle-15.blend
Normal file
Binary file not shown.
5
cine.py
5
cine.py
@ -145,6 +145,11 @@ def cmd_init():
|
|||||||
for i in range (1, 9):
|
for i in range (1, 9):
|
||||||
scene.objects['Color-'+str(i)+"-Hl"].setVisible(False,False)
|
scene.objects['Color-'+str(i)+"-Hl"].setVisible(False,False)
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
windows=("Doc", "About", "Credits")
|
||||||
|
for window in windows:
|
||||||
|
scene.objects[window].setVisible(False,True)
|
||||||
|
|
||||||
##
|
##
|
||||||
# Highlight des commandes
|
# Highlight des commandes
|
||||||
##
|
##
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<data>
|
<data>
|
||||||
<screen>
|
<screen>
|
||||||
<width>1412</width>
|
<width>1412</width>
|
||||||
<height>795</height>
|
<height>794</height>
|
||||||
</screen>
|
</screen>
|
||||||
</data>
|
</data>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user