2025-12-01

This commit is contained in:
2026-03-17 14:58:51 -06:00
parent 183e865f8b
commit 4b82b57113
6846 changed files with 954887 additions and 162606 deletions
@@ -0,0 +1,25 @@
import bpy
op = bpy.context.active_operator
op.ui_tab = 'MAIN'
op.use_manual_orientation = False
op.global_scale = 1.0
op.bake_space_transform = False
op.use_custom_normals = True
op.colors_type = 'SRGB'
op.use_image_search = True
op.use_alpha_decals = False
op.decal_offset = 0.0
op.use_anim = True
op.anim_offset = 1.0
op.use_subsurf = False
op.use_custom_props = True
op.use_custom_props_enum_as_string = True
op.ignore_leaf_bones = False
op.force_connect_children = False
op.automatic_bone_orientation = True
op.primary_bone_axis = 'Y'
op.secondary_bone_axis = 'X'
op.use_prepost_rot = True
op.axis_forward = '-Z'
op.axis_up = 'Y'