kopia lustrzana https://github.com/vilemduha/blendercam
forced test return code
rodzic
043ff66400
commit
50bc6677df
|
|
@ -1,4 +1,5 @@
|
|||
import bpy
|
||||
import sys
|
||||
|
||||
# Get the scene
|
||||
s = bpy.context.scene
|
||||
|
|
@ -12,3 +13,5 @@ for i, operation in enumerate(s.cam_operations):
|
|||
# Run the calculate_cam_path() operator
|
||||
bpy.ops.object.calculate_cam_path()
|
||||
|
||||
sys.exit(0)
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue