mirror of
https://forge.apps.education.fr/blender-edutech/jumeaux-numeriques.git
synced 2024-01-27 06:56:18 +01:00
Bugfix : runpy manquant pour le monte charge
This commit is contained in:
parent
dda2d01637
commit
7d941b8171
@ -2,6 +2,7 @@ import bge # Bibliothèque Blender Game Engine (UPBGE)
|
||||
import twin # Bibliothèque de l'environnement 3D des jumeaux numériques
|
||||
import math
|
||||
import time
|
||||
import runpy # Exécution de script Python légère (sans import)
|
||||
|
||||
###############################################################################
|
||||
# montchg.py
|
||||
|
@ -3,7 +3,6 @@ import twin_threading # Multithreading (multitâches)
|
||||
from twin_serial import jumeau, jumeau_stop, serial_close, jumeau_mode_system, jumeau_mode_object # Liaison série
|
||||
from twin_daq import get, daq, csv_generate, plot, plot_generate # Acquisition des données
|
||||
import time
|
||||
import importlib
|
||||
|
||||
###############################################################################
|
||||
# porcou_lib.py
|
||||
|
@ -1,7 +1,7 @@
|
||||
<data>
|
||||
<screen>
|
||||
<width>1325</width>
|
||||
<height>745</height>
|
||||
<width>1568</width>
|
||||
<height>882</height>
|
||||
<quality>4</quality>
|
||||
</screen>
|
||||
<plot>
|
||||
|
Loading…
Reference in New Issue
Block a user