forced test return code

pull/258/head
Joe Marshall 2024-01-26 14:14:10 +00:00 zatwierdzone przez GitHub
rodzic 043ff66400
commit 50bc6677df
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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)