File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
45
45
# -- Parameters --
46
46
#
47
- GRAPHICS_BOOL = False # Set to True to display the mesh
47
+ GRAPHICS_BOOL = False # Set to True to display the graphics
48
48
OUTPUT_DIR = Path (Path (__file__ ).parent , "outputs" ) # Output directory
49
49
50
50
# -- Start a modeler session --
Original file line number Diff line number Diff line change 43
43
44
44
# -- Parameters --
45
45
#
46
- GRAPHICS_BOOL = False # Set to True to display the mesh
46
+ GRAPHICS_BOOL = False # Set to True to display the graphics
47
47
OUTPUT_DIR = Path (Path (__file__ ).parent , "outputs" ) # Output directory
48
48
49
49
Original file line number Diff line number Diff line change 27
27
28
28
# -- Parameters --
29
29
#
30
- GRAPHICS_BOOL = False # Set to True to display the mesh
30
+ GRAPHICS_BOOL = False # Set to True to display the graphics
31
31
OUTPUT_DIR = Path (Path (__file__ ).parent , "outputs" ) # Output directory
32
32
33
33
Original file line number Diff line number Diff line change 44
44
45
45
# -- Parameters --
46
46
#
47
- GRAPHICS_BOOL = False # Set to True to display the mesh
47
+ GRAPHICS_BOOL = False # Set to True to display the graphics
48
48
OUTPUT_DIR = Path (Path (__file__ ).parent , "outputs" ) # Output directory
49
49
50
50
# -- Start a modeler session --
Original file line number Diff line number Diff line change 28
28
29
29
# -- Parameters --
30
30
#
31
- GRAPHICS_BOOL = False # Set to True to display the mesh
31
+ GRAPHICS_BOOL = False # Set to True to display the graphics
32
32
OUTPUT_DIR = Path (Path (__file__ ).parent , "outputs" ) # Output directory
33
33
34
34
# -- Launch the PRIME client --
You can’t perform that action at this time.
0 commit comments