2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:44:56 +00:00

Add Steam app finder, fix missing blender cube bug

This commit is contained in:
Jack Andersen
2017-07-22 23:20:28 -10:00
parent 1fd94a59fc
commit 14277fa386
5 changed files with 157 additions and 9 deletions

View File

@@ -94,6 +94,7 @@ if ackbytes != b'ACK':
quitblender()
# slerp branch check
bpy.ops.mesh.primitive_cube_add()
orig_rot = bpy.context.object.rotation_mode
try:
bpy.context.object.rotation_mode = 'QUATERNION_SLERP'