@tushar-br/editing-pack 1.0.188 → 1.0.190
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/staging_area/Blender/blender.pdb.ts_part_0 +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/__init__.py +0 -173
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/__pycache__/camera.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/__pycache__/engine.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/__pycache__/operators.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/__pycache__/presets.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/__pycache__/properties.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/__pycache__/ui.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/__pycache__/version_update.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/geom/shader_data.h +0 -452
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/geom/triangle.h +0 -278
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/geom/triangle_intersect.h +0 -166
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/geom/volume.h +0 -104
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/globals.h +0 -13
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/image.h +0 -12
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/displacement_shader.h +0 -43
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/guiding.h +0 -641
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/init_from_bake.h +0 -344
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/init_from_camera.h +0 -110
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/intersect_closest.h +0 -443
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/intersect_dedicated_light.h +0 -232
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/intersect_shadow.h +0 -183
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/intersect_subsurface.h +0 -24
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/intersect_volume_stack.h +0 -250
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/megakernel.h +0 -114
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/mnee.h +0 -1123
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/path_state.h +0 -425
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/shade_background.h +0 -210
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/shade_dedicated_light.h +0 -243
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/shade_light.h +0 -95
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/shade_shadow.h +0 -192
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/shade_surface.h +0 -885
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/shade_volume.h +0 -2947
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/shadow_catcher.h +0 -79
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/shadow_linking.h +0 -69
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/shadow_state_template.h +0 -99
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/state.h +0 -276
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/state_flow.h +0 -255
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/state_template.h +0 -152
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/state_util.h +0 -602
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/subsurface.h +0 -251
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/subsurface_disk.h +0 -220
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/subsurface_random_walk.h +0 -462
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/surface_shader.h +0 -1198
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/volume_shader.h +0 -539
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/integrator/volume_stack.h +0 -258
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/light/area.h +0 -537
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/light/background.h +0 -500
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/light/common.h +0 -86
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/light/distant.h +0 -167
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/light/distribution.h +0 -60
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/light/light.h +0 -499
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/light/point.h +0 -240
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/light/sample.h +0 -545
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/light/spot.h +0 -347
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/light/tree.h +0 -951
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/light/triangle.h +0 -339
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/osl/camera.h +0 -81
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/osl/closures_setup.h +0 -1259
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/osl/closures_template.h +0 -277
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/osl/osl.h +0 -287
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/osl/services_gpu.h +0 -1327
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/osl/types.h +0 -157
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/sample/lcg.h +0 -53
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/sample/mapping.h +0 -251
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/sample/mis.h +0 -41
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/sample/pattern.h +0 -188
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/sample/sobol_burley.h +0 -203
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/sample/tabulated_sobol.h +0 -178
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/sample/util.h +0 -79
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/ao.h +0 -148
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/aov.h +0 -49
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/attribute.h +0 -326
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/bevel.h +0 -334
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/blackbody.h +0 -35
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/brick.h +0 -147
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/brightness.h +0 -32
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/bump.h +0 -72
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/camera.h +0 -42
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/checker.h +0 -54
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/clamp.h +0 -40
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/closure.h +0 -1559
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/color_util.h +0 -409
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/convert.h +0 -66
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/displace.h +0 -240
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/fractal_noise.h +0 -550
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/fresnel.h +0 -80
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/gabor.h +0 -392
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/gamma.h +0 -27
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/geometry.h +0 -280
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/gradient.h +0 -80
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/hsv.h +0 -54
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/ies.h +0 -38
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/image.h +0 -273
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/invert.h +0 -33
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/light_path.h +0 -150
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/magic.h +0 -132
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/map_range.h +0 -164
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/mapping.h +0 -74
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/mapping_util.h +0 -37
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/math.h +0 -73
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/math_util.h +0 -278
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/mix.h +0 -125
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/node_types_template.h +0 -115
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/noise.h +0 -761
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/noisetex.h +0 -370
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/normal.h +0 -38
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/radial_tiling.h +0 -81
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/radial_tiling_shared.h +0 -1179
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/ramp.h +0 -185
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/ramp_util.h +0 -80
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/sepcomb_color.h +0 -62
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/sepcomb_vector.h +0 -45
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/sky.h +0 -309
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/svm.h +0 -492
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/tex_coord.h +0 -506
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/types.h +0 -530
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/util.h +0 -160
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/value.h +0 -34
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/vector_rotate.h +0 -79
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/vector_transform.h +0 -130
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/vertex_color.h +0 -107
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/voronoi.h +0 -1248
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/wave.h +0 -137
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/wavelength.h +0 -36
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/white_noise.h +0 -74
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/svm/wireframe.h +0 -116
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/tables.h +0 -124
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/types.h +0 -1923
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/util/colorspace.h +0 -54
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/util/differential.h +0 -169
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/util/ies.h +0 -145
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/util/lookup_table.h +0 -74
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/util/nanovdb.h +0 -436
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/util/profiler.h +0 -28
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/kernel/util/texture_3d.h +0 -232
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/atomic.h +0 -315
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/color.h +0 -439
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/defines.h +0 -131
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/guiding.h +0 -40
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/half.h +0 -178
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/hash.h +0 -650
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math.h +0 -24
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math_base.h +0 -953
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math_dual.h +0 -59
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math_fast.h +0 -650
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math_float2.h +0 -274
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math_float3.h +0 -847
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math_float4.h +0 -666
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math_float8.h +0 -471
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math_int2.h +0 -59
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math_int3.h +0 -117
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math_int4.h +0 -296
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math_int8.h +0 -353
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/math_intersect.h +0 -452
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/projection.h +0 -308
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/projection_inverse.h +0 -95
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/rect.h +0 -61
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/static_assert.h +0 -21
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/texture.h +0 -100
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/transform.h +0 -650
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types.h +0 -32
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_base.h +0 -94
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_dual.h +0 -134
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_float2.h +0 -71
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_float3.h +0 -200
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_float4.h +0 -134
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_float8.h +0 -134
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_int2.h +0 -44
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_int3.h +0 -158
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_int4.h +0 -91
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_int8.h +0 -94
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_rgbe.h +0 -109
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_spectrum.h +0 -28
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_uchar2.h +0 -39
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_uchar3.h +0 -39
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_uchar4.h +0 -45
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_uint2.h +0 -37
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_uint3.h +0 -91
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_uint4.h +0 -37
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/source/util/types_ushort4.h +0 -19
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/ui.py +0 -2645
- package/staging_area/Blender/5.0/scripts/addons_core/cycles/version_update.py +0 -330
- package/staging_area/Blender/5.0/scripts/addons_core/hydra_storm/__init__.py +0 -33
- package/staging_area/Blender/5.0/scripts/addons_core/hydra_storm/engine.py +0 -47
- package/staging_area/Blender/5.0/scripts/addons_core/hydra_storm/properties.py +0 -62
- package/staging_area/Blender/5.0/scripts/addons_core/hydra_storm/ui.py +0 -280
- package/staging_area/Blender/5.0/scripts/addons_core/io_anim_bvh/__init__.py +0 -397
- package/staging_area/Blender/5.0/scripts/addons_core/io_anim_bvh/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_anim_bvh/export_bvh.py +0 -294
- package/staging_area/Blender/5.0/scripts/addons_core/io_anim_bvh/import_bvh.py +0 -795
- package/staging_area/Blender/5.0/scripts/addons_core/io_curve_svg/__init__.py +0 -115
- package/staging_area/Blender/5.0/scripts/addons_core/io_curve_svg/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_curve_svg/import_svg.py +0 -1911
- package/staging_area/Blender/5.0/scripts/addons_core/io_curve_svg/svg_colors.py +0 -153
- package/staging_area/Blender/5.0/scripts/addons_core/io_curve_svg/svg_util.py +0 -107
- package/staging_area/Blender/5.0/scripts/addons_core/io_curve_svg/svg_util_test.py +0 -166
- package/staging_area/Blender/5.0/scripts/addons_core/io_mesh_uv_layout/__init__.py +0 -302
- package/staging_area/Blender/5.0/scripts/addons_core/io_mesh_uv_layout/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_mesh_uv_layout/export_uv_eps.py +0 -82
- package/staging_area/Blender/5.0/scripts/addons_core/io_mesh_uv_layout/export_uv_png.py +0 -119
- package/staging_area/Blender/5.0/scripts/addons_core/io_mesh_uv_layout/export_uv_svg.py +0 -54
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_fbx/__init__.py +0 -740
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_fbx/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_fbx/data_types.py +0 -62
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_fbx/encode_bin.py +0 -434
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_fbx/export_fbx_bin.py +0 -3819
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_fbx/fbx2json.py +0 -341
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_fbx/fbx_utils.py +0 -1931
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_fbx/fbx_utils_threading.py +0 -194
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_fbx/import_fbx.py +0 -4045
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_fbx/json2fbx.py +0 -165
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_fbx/parse_fbx.py +0 -274
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/__init__.py +0 -2250
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/__init__.py +0 -3
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/__pycache__/blender_default.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/__pycache__/conversion.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/__pycache__/data_path.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/__pycache__/extras.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/__pycache__/gltf2_blender_math.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/__pycache__/gltf2_blender_ui.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/__pycache__/gltf2_blender_utils.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/__pycache__/json_util.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/__pycache__/material_helpers.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/blender_default.py +0 -15
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/conversion.py +0 -229
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/data_path.py +0 -110
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/extras.py +0 -89
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/gltf2_blender_math.py +0 -209
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/gltf2_blender_ui.py +0 -751
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/gltf2_blender_utils.py +0 -70
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/json_util.py +0 -27
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/com/material_helpers.py +0 -32
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/__pycache__/cache.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/__pycache__/sampler.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/accessors.py +0 -189
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/action.py +0 -1062
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/anim_utils.py +0 -321
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/animations.py +0 -22
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/drivers.py +0 -83
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/fcurves/animation.py +0 -35
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/fcurves/channel_target.py +0 -53
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/fcurves/channels.py +0 -378
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/fcurves/keyframes.py +0 -207
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/fcurves/sampler.py +0 -231
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/keyframes.py +0 -127
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/armature/action_sampled.py +0 -55
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/armature/channel_target.py +0 -54
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/armature/channels.py +0 -236
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/armature/keyframes.py +0 -95
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/armature/sampler.py +0 -230
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/data/channel_target.py +0 -48
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/data/channels.py +0 -118
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/data/keyframes.py +0 -152
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/data/sampler.py +0 -135
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/object/action_sampled.py +0 -58
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/object/channel_target.py +0 -51
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/object/channels.py +0 -136
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/object/keyframes.py +0 -88
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/object/sampler.py +0 -171
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/sampling_cache.py +0 -754
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/shapekeys/action_sampled.py +0 -43
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/shapekeys/channel_target.py +0 -38
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/shapekeys/channels.py +0 -79
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/shapekeys/keyframes.py +0 -145
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/sampled/shapekeys/sampler.py +0 -111
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/scene_animation.py +0 -244
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/animation/tracks.py +0 -846
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/cache.py +0 -182
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/cameras.py +0 -152
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/export.py +0 -412
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/exporter.py +0 -536
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/gather.py +0 -157
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/joints.py +0 -110
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/light_spots.py +0 -47
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/lights.py +0 -212
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/__pycache__/encode_image.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/__pycache__/image.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/__pycache__/search_node_tree.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/__pycache__/texture.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/__pycache__/texture_info.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/__pycache__/unlit.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/encode_image.py +0 -491
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/extensions/anisotropy.py +0 -259
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/extensions/clearcoat.py +0 -156
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/extensions/emission.py +0 -115
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/extensions/ior.py +0 -45
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/extensions/sheen.py +0 -129
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/extensions/specular.py +0 -140
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/extensions/transmission.py +0 -76
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/extensions/variants.py +0 -19
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/extensions/volume.py +0 -118
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/image.py +0 -514
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/material_utils.py +0 -13
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/material_viewport.py +0 -32
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/materials.py +0 -714
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/pbr_metallic_roughness.py +0 -257
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/search_node_tree.py +0 -1120
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/texture.py +0 -248
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/texture_info.py +0 -291
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/material/unlit.py +0 -191
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/mesh.py +0 -160
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/nodes.py +0 -577
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/primitive_attributes.py +0 -252
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/primitive_extract.py +0 -1662
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/primitives.py +0 -366
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/sampler.py +0 -187
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/skins.py +0 -148
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/exp/tree.py +0 -976
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/KHR_materials_anisotropy.py +0 -116
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/KHR_materials_pbrSpecularGlossiness.py +0 -203
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/KHR_materials_unlit.py +0 -56
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/KHR_materials_anisotropy.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/KHR_materials_pbrSpecularGlossiness.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/KHR_materials_unlit.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/animation.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/animation_node.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/animation_pointer.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/animation_utils.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/animation_weight.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/blender_gltf.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/camera.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/draco_compression_extension.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/image.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/light.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/material.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/material_utils.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/mesh.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/node.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/pbrMetallicRoughness.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/scene.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/texture.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/__pycache__/vnode.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/animation.py +0 -170
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/animation_node.py +0 -170
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/animation_pointer.py +0 -787
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/animation_utils.py +0 -174
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/animation_weight.py +0 -95
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/blender_gltf.py +0 -633
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/camera.py +0 -75
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/draco_compression_extension.py +0 -138
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/image.py +0 -102
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/light.py +0 -143
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/material.py +0 -113
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/material_utils.py +0 -196
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/mesh.py +0 -920
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/node.py +0 -348
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/pbrMetallicRoughness.py +0 -903
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/scene.py +0 -133
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/texture.py +0 -233
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/blender/imp/vnode.py +0 -661
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/extern_draco.dll +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/__init__.py +0 -5
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/__pycache__/constants.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/__pycache__/debug.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/__pycache__/draco.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/__pycache__/gltf2_io.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/__pycache__/gltf2_io_extensions.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/__pycache__/path.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/constants.py +0 -159
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/debug.py +0 -129
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/draco.py +0 -46
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/gltf2_io.py +0 -1217
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/gltf2_io_extensions.py +0 -30
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/lights_punctual.py +0 -68
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/path.py +0 -19
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/com/variants.py +0 -32
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/exp/__pycache__/binary_data.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/exp/__pycache__/image_data.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/exp/__pycache__/user_extensions.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/exp/binary_data.py +0 -35
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/exp/buffer.py +0 -54
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/exp/draco.py +0 -174
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/exp/export.py +0 -122
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/exp/image_data.py +0 -80
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/exp/user_extensions.py +0 -17
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/imp/__init__.py +0 -5
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/imp/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/imp/__pycache__/gltf2_io_binary.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/imp/__pycache__/gltf2_io_gltf.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/imp/__pycache__/user_extensions.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/imp/gltf2_io_binary.py +0 -215
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/imp/gltf2_io_gltf.py +0 -198
- package/staging_area/Blender/5.0/scripts/addons_core/io_scene_gltf2/io/imp/user_extensions.py +0 -13
- package/staging_area/Blender/5.0/scripts/addons_core/node_wrangler/README.md +0 -5
- package/staging_area/Blender/5.0/scripts/addons_core/node_wrangler/__init__.py +0 -64
- package/staging_area/Blender/5.0/scripts/addons_core/node_wrangler/interface.py +0 -526
- package/staging_area/Blender/5.0/scripts/addons_core/node_wrangler/operators.py +0 -2421
- package/staging_area/Blender/5.0/scripts/addons_core/node_wrangler/preferences.py +0 -398
- package/staging_area/Blender/5.0/scripts/addons_core/node_wrangler/utils/constants.py +0 -192
- package/staging_area/Blender/5.0/scripts/addons_core/node_wrangler/utils/draw.py +0 -219
- package/staging_area/Blender/5.0/scripts/addons_core/node_wrangler/utils/nodes.py +0 -299
- package/staging_area/Blender/5.0/scripts/addons_core/node_wrangler/utils/paths.py +0 -169
- package/staging_area/Blender/5.0/scripts/addons_core/node_wrangler/utils/paths_test.py +0 -290
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/__init__.py +0 -56
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/__pycache__/asset_browser.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/__pycache__/functions.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/__pycache__/gui.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/__pycache__/keymaps.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/__pycache__/operators.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/__pycache__/pose_creation.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/__pycache__/pose_usage.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/asset_browser.py +0 -99
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/functions.py +0 -57
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/gui.py +0 -229
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/keymaps.py +0 -29
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/operators.py +0 -299
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/pose_creation.py +0 -413
- package/staging_area/Blender/5.0/scripts/addons_core/pose_library/pose_usage.py +0 -85
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/__init__.py +0 -907
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/base_generate.py +0 -536
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/base_rig.py +0 -351
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/feature_set_list.py +0 -357
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/feature_sets/__init__.py +0 -16
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/generate.py +0 -762
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/metarig_menu.py +0 -271
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/metarigs/Animals/__init__.py +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/metarigs/Animals/bird.py +0 -1397
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/metarigs/Animals/cat.py +0 -2854
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/metarigs/Animals/horse.py +0 -1401
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/metarigs/Animals/shark.py +0 -692
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/metarigs/Animals/wolf.py +0 -3088
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/metarigs/Basic/basic_human.py +0 -618
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/metarigs/Basic/basic_quadruped.py +0 -715
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/metarigs/__init__.py +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/metarigs/human.py +0 -2625
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/operators/__init__.py +0 -34
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/operators/action_layers.py +0 -658
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/operators/copy_mirror_parameters.py +0 -316
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/operators/generic_ui_list.py +0 -191
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/operators/upgrade_face.py +0 -457
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rig_lists.py +0 -116
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rig_ui_template.py +0 -1445
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/__init__.py +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/basic/__init__.py +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/basic/copy_chain.py +0 -167
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/basic/pivot.py +0 -242
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/basic/raw_copy.py +0 -228
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/basic/super_copy.py +0 -191
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/chain_rigs.py +0 -388
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/experimental/__init__.py +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/experimental/super_chain.py +0 -853
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/face/basic_tongue.py +0 -195
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/face/skin_eye.py +0 -843
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/face/skin_jaw.py +0 -880
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/faces/__init__.py +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/faces/super_face.py +0 -2378
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/__init__.py +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/arm.py +0 -209
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/front_paw.py +0 -270
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/leg.py +0 -746
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/limb_rigs.py +0 -1287
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/limb_utils.py +0 -78
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/paw.py +0 -360
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/rear_paw.py +0 -172
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/simple_tentacle.py +0 -169
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/spline_tentacle.py +0 -1486
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/super_finger.py +0 -699
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/super_limb.py +0 -46
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/limbs/super_palm.py +0 -426
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/skin/anchor.py +0 -142
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/skin/basic_chain.py +0 -565
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/skin/glue.py +0 -325
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/skin/skin_nodes.py +0 -604
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/skin/skin_parents.py +0 -505
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/skin/skin_rigs.py +0 -250
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/skin/stretchy_chain.py +0 -422
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/skin/transform/basic.py +0 -141
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/spines/__init__.py +0 -0
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/spines/basic_spine.py +0 -387
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/spines/basic_tail.py +0 -242
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/spines/spine_rigs.py +0 -295
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/spines/super_head.py +0 -424
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/spines/super_spine.py +0 -150
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/utils.py +0 -175
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rigs/widgets.py +0 -483
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/rot_mode.py +0 -311
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/ui.py +0 -1834
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/__init__.py +0 -40
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/action_layers.py +0 -454
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/animation.py +0 -1024
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/bones.py +0 -742
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/collections.py +0 -83
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/components.py +0 -102
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/errors.py +0 -28
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/layers.py +0 -396
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/mechanism.py +0 -669
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/metaclass.py +0 -170
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/misc.py +0 -533
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/naming.py +0 -366
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/node_merger.py +0 -345
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/objects.py +0 -206
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/rig.py +0 -747
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/switch_parent.py +0 -533
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/widgets.py +0 -531
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/widgets_basic.py +0 -305
- package/staging_area/Blender/5.0/scripts/addons_core/rigify/utils/widgets_special.py +0 -226
- package/staging_area/Blender/5.0/scripts/addons_core/ui_translate/__init__.py +0 -60
- package/staging_area/Blender/5.0/scripts/addons_core/ui_translate/settings.py +0 -194
- package/staging_area/Blender/5.0/scripts/addons_core/ui_translate/update_addon.py +0 -378
- package/staging_area/Blender/5.0/scripts/addons_core/ui_translate/update_repo.py +0 -248
- package/staging_area/Blender/5.0/scripts/addons_core/ui_translate/update_ui.py +0 -267
- package/staging_area/Blender/5.0/scripts/addons_core/viewport_vr_preview/__init__.py +0 -55
- package/staging_area/Blender/5.0/scripts/addons_core/viewport_vr_preview/action_map.py +0 -177
- package/staging_area/Blender/5.0/scripts/addons_core/viewport_vr_preview/action_map_io.py +0 -346
- package/staging_area/Blender/5.0/scripts/addons_core/viewport_vr_preview/configs/default.py +0 -434
- package/staging_area/Blender/5.0/scripts/addons_core/viewport_vr_preview/defaults.py +0 -1587
- package/staging_area/Blender/5.0/scripts/addons_core/viewport_vr_preview/gui.py +0 -295
- package/staging_area/Blender/5.0/scripts/addons_core/viewport_vr_preview/operators.py +0 -540
- package/staging_area/Blender/5.0/scripts/addons_core/viewport_vr_preview/preferences.py +0 -67
- package/staging_area/Blender/5.0/scripts/addons_core/viewport_vr_preview/properties.py +0 -228
- package/staging_area/Blender/5.0/scripts/addons_core/viewport_vr_preview/versioning.py +0 -38
- package/staging_area/Blender/5.0/scripts/freestyle/modules/freestyle/__init__.py +0 -14
- package/staging_area/Blender/5.0/scripts/freestyle/modules/freestyle/chainingiterators.py +0 -644
- package/staging_area/Blender/5.0/scripts/freestyle/modules/freestyle/functions.py +0 -313
- package/staging_area/Blender/5.0/scripts/freestyle/modules/freestyle/predicates.py +0 -670
- package/staging_area/Blender/5.0/scripts/freestyle/modules/freestyle/shaders.py +0 -1248
- package/staging_area/Blender/5.0/scripts/freestyle/modules/freestyle/types.py +0 -159
- package/staging_area/Blender/5.0/scripts/freestyle/modules/freestyle/utils.py +0 -541
- package/staging_area/Blender/5.0/scripts/freestyle/modules/parameter_editor.py +0 -1589
- package/staging_area/Blender/5.0/scripts/freestyle/styles/anisotropic_diffusion.py +0 -41
- package/staging_area/Blender/5.0/scripts/freestyle/styles/apriori_and_causal_density.py +0 -34
- package/staging_area/Blender/5.0/scripts/freestyle/styles/apriori_density.py +0 -33
- package/staging_area/Blender/5.0/scripts/freestyle/styles/backbone_stretcher.py +0 -28
- package/staging_area/Blender/5.0/scripts/freestyle/styles/blueprint_circles.py +0 -39
- package/staging_area/Blender/5.0/scripts/freestyle/styles/blueprint_ellipses.py +0 -39
- package/staging_area/Blender/5.0/scripts/freestyle/styles/blueprint_squares.py +0 -40
- package/staging_area/Blender/5.0/scripts/freestyle/styles/cartoon.py +0 -32
- package/staging_area/Blender/5.0/scripts/freestyle/styles/contour.py +0 -33
- package/staging_area/Blender/5.0/scripts/freestyle/styles/curvature2d.py +0 -29
- package/staging_area/Blender/5.0/scripts/freestyle/styles/external_contour.py +0 -33
- package/staging_area/Blender/5.0/scripts/freestyle/styles/external_contour_sketchy.py +0 -39
- package/staging_area/Blender/5.0/scripts/freestyle/styles/external_contour_smooth.py +0 -37
- package/staging_area/Blender/5.0/scripts/freestyle/styles/haloing.py +0 -43
- package/staging_area/Blender/5.0/scripts/freestyle/styles/ignore_small_occlusions.py +0 -30
- package/staging_area/Blender/5.0/scripts/freestyle/styles/invisible_lines.py +0 -32
- package/staging_area/Blender/5.0/scripts/freestyle/styles/japanese_bigbrush.py +0 -53
- package/staging_area/Blender/5.0/scripts/freestyle/styles/long_anisotropically_dense.py +0 -67
- package/staging_area/Blender/5.0/scripts/freestyle/styles/multiple_parameterization.py +0 -41
- package/staging_area/Blender/5.0/scripts/freestyle/styles/nature.py +0 -32
- package/staging_area/Blender/5.0/scripts/freestyle/styles/near_lines.py +0 -32
- package/staging_area/Blender/5.0/scripts/freestyle/styles/occluded_by_specific_object.py +0 -36
- package/staging_area/Blender/5.0/scripts/freestyle/styles/polygonalize.py +0 -32
- package/staging_area/Blender/5.0/scripts/freestyle/styles/qi0.py +0 -31
- package/staging_area/Blender/5.0/scripts/freestyle/styles/qi0_not_external_contour.py +0 -38
- package/staging_area/Blender/5.0/scripts/freestyle/styles/qi1.py +0 -32
- package/staging_area/Blender/5.0/scripts/freestyle/styles/qi2.py +0 -32
- package/staging_area/Blender/5.0/scripts/freestyle/styles/sequentialsplit_sketchy.py +0 -39
- package/staging_area/Blender/5.0/scripts/freestyle/styles/sketchy_multiple_parameterization.py +0 -37
- package/staging_area/Blender/5.0/scripts/freestyle/styles/sketchy_topology_broken.py +0 -39
- package/staging_area/Blender/5.0/scripts/freestyle/styles/sketchy_topology_preserved.py +0 -36
- package/staging_area/Blender/5.0/scripts/freestyle/styles/split_at_highest_2d_curvatures.py +0 -34
- package/staging_area/Blender/5.0/scripts/freestyle/styles/split_at_tvertices.py +0 -33
- package/staging_area/Blender/5.0/scripts/freestyle/styles/suggestive.py +0 -33
- package/staging_area/Blender/5.0/scripts/freestyle/styles/thickness_fof_depth_discontinuity.py +0 -32
- package/staging_area/Blender/5.0/scripts/freestyle/styles/tipremover.py +0 -32
- package/staging_area/Blender/5.0/scripts/freestyle/styles/tvertex_remover.py +0 -32
- package/staging_area/Blender/5.0/scripts/freestyle/styles/uniformpruning_zsort.py +0 -31
- package/staging_area/Blender/5.0/scripts/modules/__pycache__/_bpy_restrict_state.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/__pycache__/_bpy_types.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/__pycache__/_console_python.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/__pycache__/_keyingsets_utils.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/__pycache__/_rna_xml.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/__pycache__/addon_utils.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/__pycache__/bl_app_template_utils.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/__pycache__/nodeitems_utils.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/__pycache__/rna_keymap_ui.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/__pycache__/rna_prop_ui.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/_animsys_refactor.py +0 -230
- package/staging_area/Blender/5.0/scripts/modules/_bl_console_utils/__init__.py +0 -7
- package/staging_area/Blender/5.0/scripts/modules/_bl_console_utils/autocomplete/__init__.py +0 -7
- package/staging_area/Blender/5.0/scripts/modules/_bl_console_utils/autocomplete/complete_calltip.py +0 -174
- package/staging_area/Blender/5.0/scripts/modules/_bl_console_utils/autocomplete/complete_import.py +0 -180
- package/staging_area/Blender/5.0/scripts/modules/_bl_console_utils/autocomplete/complete_namespace.py +0 -192
- package/staging_area/Blender/5.0/scripts/modules/_bl_console_utils/autocomplete/intellisense.py +0 -138
- package/staging_area/Blender/5.0/scripts/modules/_bl_i18n_utils/__init__.py +0 -5
- package/staging_area/Blender/5.0/scripts/modules/_bl_i18n_utils/bl_extract_messages.py +0 -1363
- package/staging_area/Blender/5.0/scripts/modules/_bl_i18n_utils/merge_po.py +0 -132
- package/staging_area/Blender/5.0/scripts/modules/_bl_i18n_utils/settings.py +0 -824
- package/staging_area/Blender/5.0/scripts/modules/_bl_i18n_utils/settings_user.py +0 -7
- package/staging_area/Blender/5.0/scripts/modules/_bl_i18n_utils/utils.py +0 -1709
- package/staging_area/Blender/5.0/scripts/modules/_bl_i18n_utils/utils_cli.py +0 -144
- package/staging_area/Blender/5.0/scripts/modules/_bl_i18n_utils/utils_languages_menu.py +0 -68
- package/staging_area/Blender/5.0/scripts/modules/_bl_i18n_utils/utils_rtl.py +0 -179
- package/staging_area/Blender/5.0/scripts/modules/_bl_i18n_utils/utils_spell_check.py +0 -955
- package/staging_area/Blender/5.0/scripts/modules/_bl_previews_utils/bl_previews_render.py +0 -537
- package/staging_area/Blender/5.0/scripts/modules/_bl_rna_utils/__init__.py +0 -0
- package/staging_area/Blender/5.0/scripts/modules/_bl_rna_utils/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/_bl_rna_utils/__pycache__/data_path.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/_bl_rna_utils/data_path.py +0 -76
- package/staging_area/Blender/5.0/scripts/modules/_bl_text_utils/__init__.py +0 -0
- package/staging_area/Blender/5.0/scripts/modules/_bl_text_utils/external_editor.py +0 -54
- package/staging_area/Blender/5.0/scripts/modules/_bl_ui_utils/__init__.py +0 -0
- package/staging_area/Blender/5.0/scripts/modules/_bl_ui_utils/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/_bl_ui_utils/__pycache__/layout.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/_bl_ui_utils/layout.py +0 -21
- package/staging_area/Blender/5.0/scripts/modules/_blendfile_header.py +0 -234
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/__init__.py +0 -3
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/addons/__init__.py +0 -3
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/addons/cli.py +0 -42
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/assets/__init__.py +0 -3
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/assets/remote_library_listing/__init__.py +0 -3
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/assets/remote_library_listing/blender_asset_library_openapi.py +0 -98
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/assets/remote_library_listing/blender_asset_library_openapi.yaml +0 -83
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/extensions/__init__.py +0 -3
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/extensions/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/extensions/__pycache__/junction_module.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/extensions/__pycache__/wheel_manager.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/extensions/junction_module.py +0 -165
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/extensions/permissions.py +0 -16
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/extensions/stale_file_manager.py +0 -417
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/extensions/tags.py +0 -54
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/extensions/wheel_manager.py +0 -686
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/freedesktop.py +0 -598
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/grease_pencil/__init__.py +0 -3
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/grease_pencil/stroke.py +0 -402
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/http/__init__.py +0 -3
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/http/downloader.py +0 -1348
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/system_info/text_generate_runtime.py +0 -256
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/system_info/url_prefill_runtime.py +0 -60
- package/staging_area/Blender/5.0/scripts/modules/_bpy_internal/system_info/url_prefill_startup.py +0 -107
- package/staging_area/Blender/5.0/scripts/modules/_bpy_restrict_state.py +0 -50
- package/staging_area/Blender/5.0/scripts/modules/_bpy_types.py +0 -1563
- package/staging_area/Blender/5.0/scripts/modules/_console_python.py +0 -368
- package/staging_area/Blender/5.0/scripts/modules/_console_shell.py +0 -73
- package/staging_area/Blender/5.0/scripts/modules/_graphviz_export.py +0 -194
- package/staging_area/Blender/5.0/scripts/modules/_keyingsets_utils.py +0 -355
- package/staging_area/Blender/5.0/scripts/modules/_rna_info.py +0 -984
- package/staging_area/Blender/5.0/scripts/modules/_rna_manual_reference.py +0 -4446
- package/staging_area/Blender/5.0/scripts/modules/_rna_xml.py +0 -422
- package/staging_area/Blender/5.0/scripts/modules/addon_utils.py +0 -1992
- package/staging_area/Blender/5.0/scripts/modules/bl_app_override/__init__.py +0 -211
- package/staging_area/Blender/5.0/scripts/modules/bl_app_override/helpers.py +0 -153
- package/staging_area/Blender/5.0/scripts/modules/bl_app_template_utils.py +0 -177
- package/staging_area/Blender/5.0/scripts/modules/bl_keymap_utils/__init__.py +0 -9
- package/staging_area/Blender/5.0/scripts/modules/bl_keymap_utils/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bl_keymap_utils/__pycache__/io.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bl_keymap_utils/__pycache__/keymap_from_toolbar.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bl_keymap_utils/__pycache__/keymap_hierarchy.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bl_keymap_utils/io.py +0 -308
- package/staging_area/Blender/5.0/scripts/modules/bl_keymap_utils/keymap_from_toolbar.py +0 -394
- package/staging_area/Blender/5.0/scripts/modules/bl_keymap_utils/keymap_hierarchy.py +0 -247
- package/staging_area/Blender/5.0/scripts/modules/bl_keymap_utils/platform_helpers.py +0 -55
- package/staging_area/Blender/5.0/scripts/modules/bl_keymap_utils/versioning.py +0 -328
- package/staging_area/Blender/5.0/scripts/modules/blend_render_info.py +0 -123
- package/staging_area/Blender/5.0/scripts/modules/bpy/__init__.py +0 -75
- package/staging_area/Blender/5.0/scripts/modules/bpy/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bpy/__pycache__/ops.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bpy/__pycache__/path.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bpy/ops.py +0 -184
- package/staging_area/Blender/5.0/scripts/modules/bpy/path.py +0 -459
- package/staging_area/Blender/5.0/scripts/modules/bpy/utils/__init__.py +0 -1382
- package/staging_area/Blender/5.0/scripts/modules/bpy/utils/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bpy/utils/__pycache__/previews.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bpy/utils/previews.py +0 -136
- package/staging_area/Blender/5.0/scripts/modules/bpy/utils/toolsystem.py +0 -11
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/__init__.py +0 -20
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/__pycache__/asset_utils.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/__pycache__/io_utils.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/__pycache__/node_utils.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/__pycache__/object_utils.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/anim_utils.py +0 -1038
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/asset_utils.py +0 -50
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/bmesh_utils.py +0 -56
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/id_map_utils.py +0 -53
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/image_utils.py +0 -194
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/io_utils.py +0 -620
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/keyconfig_utils.py +0 -141
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/mesh_utils.py +0 -464
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/node_shader_utils.py +0 -829
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/node_utils.py +0 -88
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/object_utils.py +0 -289
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/view3d_utils.py +0 -181
- package/staging_area/Blender/5.0/scripts/modules/bpy_extras/wm_utils/progress_report.py +0 -160
- package/staging_area/Blender/5.0/scripts/modules/gpu_extras/__init__.py +0 -8
- package/staging_area/Blender/5.0/scripts/modules/gpu_extras/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/gpu_extras/__pycache__/presets.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/modules/gpu_extras/batch.py +0 -80
- package/staging_area/Blender/5.0/scripts/modules/gpu_extras/presets.py +0 -102
- package/staging_area/Blender/5.0/scripts/modules/nodeitems_utils.py +0 -178
- package/staging_area/Blender/5.0/scripts/modules/rna_keymap_ui.py +0 -505
- package/staging_area/Blender/5.0/scripts/modules/rna_prop_ui.py +0 -269
- package/staging_area/Blender/5.0/scripts/presets/camera/1_inch.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/1_slash_1.8_inch.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/1_slash_2.3_inch.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/1_slash_2.5_inch.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/1_slash_2.7_inch.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/1_slash_3.2_inch.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/2_slash_3_inch.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/APS-C.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/APS-C_(Canon).py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/APS-H_(Canon).py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Analog_16mm.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Analog_35mm.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Analog_65mm.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Analog_IMAX.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Analog_Super_16.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Analog_Super_35.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Arri_Alexa_65.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Arri_Alexa_LF.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Arri_Alexa_Mini_&_SXT.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Blackmagic_Pocket_&_Studio.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Blackmagic_Pocket_4K.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Blackmagic_Pocket_6k.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Blackmagic_URSA_4.6K.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Foveon_(Sigma).py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Fullframe.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/MFT.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/Medium-format_(Hasselblad).py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/RED_Dragon_5K.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/RED_Dragon_6K.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/RED_Helium_8K.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/camera/RED_Monstro_8K.py +0 -4
- package/staging_area/Blender/5.0/scripts/presets/cloth/Cotton.py +0 -25
- package/staging_area/Blender/5.0/scripts/presets/cloth/Denim.py +0 -25
- package/staging_area/Blender/5.0/scripts/presets/cloth/Leather.py +0 -25
- package/staging_area/Blender/5.0/scripts/presets/cloth/Rubber.py +0 -25
- package/staging_area/Blender/5.0/scripts/presets/cloth/Silk.py +0 -25
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_A.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_B.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_C.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_D50.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_D55.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_D65.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_D75.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_D93.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_E.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_F1.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_F10.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_F11.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_F12.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_F2.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_F3.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_F4.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_F5.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_F6.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_F7.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_F8.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_F9.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_LED-B1.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_LED-B2.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_LED-B3.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_LED-B4.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_LED-B5.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_LED-BH1.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_LED-RGB1.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_LED-V1.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/color_management/white_balance/Illuminant_LED-V2.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/cycles/integrator/Default.py +0 -14
- package/staging_area/Blender/5.0/scripts/presets/cycles/integrator/Direct_Light.py +0 -14
- package/staging_area/Blender/5.0/scripts/presets/cycles/integrator/Fast_Global_Illumination.py +0 -14
- package/staging_area/Blender/5.0/scripts/presets/cycles/integrator/Full_Global_Illumination.py +0 -14
- package/staging_area/Blender/5.0/scripts/presets/cycles/integrator/Limited_Global_Illumination.py +0 -14
- package/staging_area/Blender/5.0/scripts/presets/cycles/performance/Default.py +0 -11
- package/staging_area/Blender/5.0/scripts/presets/cycles/performance/Faster_Render.py +0 -11
- package/staging_area/Blender/5.0/scripts/presets/cycles/performance/Lower_Memory.py +0 -11
- package/staging_area/Blender/5.0/scripts/presets/cycles/sampling/Final.py +0 -12
- package/staging_area/Blender/5.0/scripts/presets/cycles/sampling/Preview.py +0 -12
- package/staging_area/Blender/5.0/scripts/presets/cycles/viewport_sampling/Final.py +0 -11
- package/staging_area/Blender/5.0/scripts/presets/cycles/viewport_sampling/Preview.py +0 -11
- package/staging_area/Blender/5.0/scripts/presets/eevee/raytracing/Default.py +0 -22
- package/staging_area/Blender/5.0/scripts/presets/ffmpeg/DVD_(note_colon__this_changes_render_resolution).py +0 -24
- package/staging_area/Blender/5.0/scripts/presets/ffmpeg/H264_in_MP4.py +0 -18
- package/staging_area/Blender/5.0/scripts/presets/ffmpeg/H264_in_Matroska.py +0 -17
- package/staging_area/Blender/5.0/scripts/presets/ffmpeg/H264_in_Matroska_for_scrubbing.py +0 -14
- package/staging_area/Blender/5.0/scripts/presets/ffmpeg/Ogg_Theora.py +0 -18
- package/staging_area/Blender/5.0/scripts/presets/ffmpeg/WebM_(VP9+Opus).py +0 -9
- package/staging_area/Blender/5.0/scripts/presets/ffmpeg/Xvid.py +0 -18
- package/staging_area/Blender/5.0/scripts/presets/fluid/Honey.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/fluid/Oil.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/fluid/Water.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/12.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/120.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/23.98.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/24.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/240.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/25.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/29.97.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/30.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/50.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/59.94.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/6.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/60.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/8.py +0 -3
- package/staging_area/Blender/5.0/scripts/presets/framerate/Custom.py +0 -1
- package/staging_area/Blender/5.0/scripts/presets/framerate/__pycache__/30.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/presets/gpencil_material/Fill_Only.py +0 -25
- package/staging_area/Blender/5.0/scripts/presets/gpencil_material/Stroke_Only.py +0 -25
- package/staging_area/Blender/5.0/scripts/presets/gpencil_material/Stroke_and_Fill.py +0 -25
- package/staging_area/Blender/5.0/scripts/presets/hair_dynamics/Default.py +0 -17
- package/staging_area/Blender/5.0/scripts/presets/interface_theme/Blender_Dark.xml +0 -6
- package/staging_area/Blender/5.0/scripts/presets/interface_theme/Blender_Light.xml +0 -1246
- package/staging_area/Blender/5.0/scripts/presets/keyconfig/Blender.py +0 -384
- package/staging_area/Blender/5.0/scripts/presets/keyconfig/Blender_27x.py +0 -106
- package/staging_area/Blender/5.0/scripts/presets/keyconfig/Industry_Compatible.py +0 -41
- package/staging_area/Blender/5.0/scripts/presets/keyconfig/__pycache__/Blender.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/presets/keyconfig/keymap_data/__pycache__/blender_default.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/presets/keyconfig/keymap_data/blender_default.py +0 -9083
- package/staging_area/Blender/5.0/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py +0 -3896
- package/staging_area/Blender/5.0/scripts/presets/pixel_density/Custom.py +0 -1
- package/staging_area/Blender/5.0/scripts/presets/pixel_density/Pixels_slash_Centimeter.py +0 -2
- package/staging_area/Blender/5.0/scripts/presets/pixel_density/Pixels_slash_Inch.py +0 -2
- package/staging_area/Blender/5.0/scripts/presets/pixel_density/Pixels_slash_Meter.py +0 -2
- package/staging_area/Blender/5.0/scripts/presets/render/4K_DCI_2160p.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/4K_UHDTV_2160p.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/4K_UW_1600p.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/DVCPRO_HD_1080p.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/DVCPRO_HD_720p.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/HDTV_1080p.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/HDTV_720p.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/HDV_1080p.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/HDV_NTSC_1080p.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/HDV_PAL_1080p.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/TV_NTSC_16_colon_9.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/TV_NTSC_4_colon_3.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/TV_PAL_16_colon_9.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/render/TV_PAL_4_colon_3.py +0 -8
- package/staging_area/Blender/5.0/scripts/presets/safe_areas/14_colon_9_in_16_colon_9.py +0 -7
- package/staging_area/Blender/5.0/scripts/presets/safe_areas/16_colon_9.py +0 -7
- package/staging_area/Blender/5.0/scripts/presets/safe_areas/4_colon_3_in_16_colon_9.py +0 -7
- package/staging_area/Blender/5.0/scripts/presets/text_editor/Internal.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/text_editor/Visual_Studio_Code.py +0 -12
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/1_inch.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/1_slash_1.8_inch.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/1_slash_2.3_inch.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/1_slash_2.5_inch.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/1_slash_2.7_inch.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/1_slash_3.2_inch.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/2_slash_3_inch.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/APS-C.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/APS-C_(Canon).py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/APS-H_(Canon).py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Analog_16mm.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Analog_35mm.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Analog_65mm.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Analog_IMAX.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Analog_Super_16.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Analog_Super_35.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Arri_Alexa_65.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Arri_Alexa_LF.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Arri_Alexa_Mini_&_SXT.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Blackmagic_Pocket_&_Studio.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Blackmagic_Pocket_4K.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Blackmagic_Pocket_6k.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Blackmagic_URSA_4.6K.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Foveon_(Sigma).py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Fullframe.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/MFT.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/Medium-format_(Hasselblad).py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/RED_Dragon_5K.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/RED_Dragon_6K.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/RED_Helium_8K.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_camera/RED_Monstro_8K.py +0 -6
- package/staging_area/Blender/5.0/scripts/presets/tracking_settings/Blurry_Footage.py +0 -18
- package/staging_area/Blender/5.0/scripts/presets/tracking_settings/Default.py +0 -18
- package/staging_area/Blender/5.0/scripts/presets/tracking_settings/Fast_Motion.py +0 -18
- package/staging_area/Blender/5.0/scripts/presets/tracking_settings/Planar.py +0 -18
- package/staging_area/Blender/5.0/scripts/presets/tracking_track_color/Default.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/tracking_track_color/Far_Plane.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/tracking_track_color/Near_Plane.py +0 -5
- package/staging_area/Blender/5.0/scripts/presets/tracking_track_color/Object.py +0 -5
- package/staging_area/Blender/5.0/scripts/startup/__pycache__/keyingsets_builtins.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/__pycache__/nodeitems_builtins.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_app_templates_system/2D_Animation/__init__.py +0 -56
- package/staging_area/Blender/5.0/scripts/startup/bl_app_templates_system/2D_Animation/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_app_templates_system/2D_Animation/startup.blend +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_app_templates_system/Sculpting/__init__.py +0 -30
- package/staging_area/Blender/5.0/scripts/startup/bl_app_templates_system/Sculpting/startup.blend +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_app_templates_system/Storyboarding/__init__.py +0 -51
- package/staging_area/Blender/5.0/scripts/startup/bl_app_templates_system/Storyboarding/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_app_templates_system/Storyboarding/startup.blend +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_app_templates_system/VFX/startup.blend +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_app_templates_system/Video_Editing/__init__.py +0 -51
- package/staging_area/Blender/5.0/scripts/startup/bl_app_templates_system/Video_Editing/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_app_templates_system/Video_Editing/startup.blend +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__init__.py +0 -88
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/add_mesh_torus.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/anim.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/assets.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/bone_selection_sets.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/clip.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/connect_to_output.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/console.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/constraint.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/copy_global_transform.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/file.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/freestyle.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/geometry_nodes.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/grease_pencil.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/image.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/image_as_planes.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/mesh.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/node.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/object.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/object_align.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/object_quick_effects.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/object_randomize_transform.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/presets.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/rigidbody.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/screen_play_rendered_anim.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/sequencer.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/spreadsheet.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/userpref.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/uvcalc_follow_active.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/uvcalc_lightmap.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/uvcalc_transform.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/vertexpaint_dirt.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/view3d.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/wm.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/__pycache__/world.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/add_mesh_torus.py +0 -262
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/anim.py +0 -924
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/assets.py +0 -157
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/bmesh/find_adjacent.py +0 -341
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/bone_selection_sets.py +0 -439
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/clip.py +0 -1044
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/connect_to_output.py +0 -360
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/console.py +0 -156
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/constraint.py +0 -121
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/copy_global_transform.py +0 -823
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/file.py +0 -308
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/freestyle.py +0 -226
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/geometry_nodes.py +0 -394
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/grease_pencil.py +0 -63
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/image.py +0 -322
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/image_as_planes.py +0 -1216
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/mesh.py +0 -61
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/node.py +0 -1340
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/node_editor/__pycache__/node_functions.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/node_editor/node_functions.py +0 -97
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/object.py +0 -1014
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/object_align.py +0 -407
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/object_quick_effects.py +0 -680
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/object_randomize_transform.py +0 -181
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/presets.py +0 -1057
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/rigidbody.py +0 -323
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/screen_play_rendered_anim.py +0 -219
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/sequencer.py +0 -438
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/spreadsheet.py +0 -46
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/userpref.py +0 -1324
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/uvcalc_follow_active.py +0 -313
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/uvcalc_lightmap.py +0 -688
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/uvcalc_transform.py +0 -551
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/vertexpaint_dirt.py +0 -198
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/view3d.py +0 -316
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/wm.py +0 -3722
- package/staging_area/Blender/5.0/scripts/startup/bl_operators/world.py +0 -168
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__init__.py +0 -299
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/__init__.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/anim.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/asset_shelf.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/generic_ui_list.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/node_add_menu.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/node_add_menu_compositor.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/node_add_menu_geometry.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/node_add_menu_shader.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/node_add_menu_texture.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_animviz.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_collection.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_constraint.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_armature.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_bone.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_camera.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_curve.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_curves.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_empty.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_grease_pencil.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_lattice.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_light.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_lightprobe.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_mesh.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_metaball.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_modifier.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_pointcloud.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_shaderfx.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_speaker.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_data_volume.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_freestyle.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_grease_pencil_common.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_mask_common.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_material.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_material_gpencil.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_object.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_output.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_paint_common.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_particle.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_physics_cloth.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_physics_common.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_physics_dynamicpaint.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_physics_field.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_physics_fluid.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_physics_geometry_nodes.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_physics_rigidbody.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_physics_rigidbody_constraint.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_physics_softbody.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_render.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_scene.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_strip.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_strip_modifier.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_texture.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_view_layer.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_workspace.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/properties_world.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_clip.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_console.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_dopesheet.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_filebrowser.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_graph.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_image.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_info.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_nla.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_node.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_outliner.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_properties.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_sequencer.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_spreadsheet.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_statusbar.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_text.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_time.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_toolsystem_common.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_toolsystem_toolbar.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_topbar.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_userpref.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_view3d.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_view3d_sidebar.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/space_view3d_toolbar.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/__pycache__/utils.cpython-311.pyc +0 -0
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/anim.py +0 -62
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/asset_shelf.py +0 -41
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/generic_ui_list.py +0 -262
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/node_add_menu.py +0 -505
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/node_add_menu_compositor.py +0 -437
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/node_add_menu_geometry.py +0 -1158
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/node_add_menu_shader.py +0 -511
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/node_add_menu_texture.py +0 -167
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_animviz.py +0 -123
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_collection.py +0 -146
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_constraint.py +0 -1793
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_armature.py +0 -436
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_bone.py +0 -625
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_camera.py +0 -603
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_curve.py +0 -461
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_curves.py +0 -219
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_empty.py +0 -84
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_grease_pencil.py +0 -536
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_lattice.py +0 -105
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_light.py +0 -315
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_lightprobe.py +0 -413
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_mesh.py +0 -744
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_metaball.py +0 -137
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_modifier.py +0 -323
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_pointcloud.py +0 -175
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_shaderfx.py +0 -31
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_speaker.py +0 -157
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_data_volume.py +0 -239
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_freestyle.py +0 -1343
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_grease_pencil_common.py +0 -607
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_mask_common.py +0 -461
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_material.py +0 -460
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_material_gpencil.py +0 -272
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_object.py +0 -656
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_output.py +0 -736
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_paint_common.py +0 -1904
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_particle.py +0 -2308
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_physics_cloth.py +0 -524
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_physics_common.py +0 -360
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_physics_dynamicpaint.py +0 -974
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_physics_field.py +0 -487
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_physics_fluid.py +0 -1629
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_physics_geometry_nodes.py +0 -64
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_physics_rigidbody.py +0 -345
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_physics_rigidbody_constraint.py +0 -554
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_physics_softbody.py +0 -471
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_render.py +0 -1180
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_scene.py +0 -495
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_strip.py +0 -1056
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_strip_modifier.py +0 -49
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_texture.py +0 -997
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_view_layer.py +0 -348
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_workspace.py +0 -195
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/properties_world.py +0 -282
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_clip.py +0 -2112
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_console.py +0 -157
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_dopesheet.py +0 -1123
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_filebrowser.py +0 -950
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_graph.py +0 -615
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_image.py +0 -1896
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_info.py +0 -117
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_nla.py +0 -429
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_node.py +0 -1247
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_outliner.py +0 -559
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_properties.py +0 -205
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_sequencer.py +0 -2097
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_spreadsheet.py +0 -83
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_statusbar.py +0 -41
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_text.py +0 -479
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_time.py +0 -364
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_toolsystem_common.py +0 -1256
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_toolsystem_toolbar.py +0 -4123
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_topbar.py +0 -891
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_userpref.py +0 -3108
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_view3d.py +0 -9421
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_view3d_sidebar.py +0 -183
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/space_view3d_toolbar.py +0 -2438
- package/staging_area/Blender/5.0/scripts/startup/bl_ui/utils.py +0 -40
- package/staging_area/Blender/5.0/scripts/startup/keyingsets_builtins.py +0 -686
- package/staging_area/Blender/5.0/scripts/startup/nodeitems_builtins.py +0 -54
- package/staging_area/Blender/5.0/scripts/templates_osl/advanced_camera.osl +0 -76
- package/staging_area/Blender/5.0/scripts/templates_osl/basic_camera.osl +0 -14
- package/staging_area/Blender/5.0/scripts/templates_osl/basic_shader.osl +0 -10
- package/staging_area/Blender/5.0/scripts/templates_osl/cubemap_camera.osl +0 -42
- package/staging_area/Blender/5.0/scripts/templates_osl/empty_shader.osl +0 -6
- package/staging_area/Blender/5.0/scripts/templates_osl/gabor_noise.osl +0 -17
- package/staging_area/Blender/5.0/scripts/templates_osl/lyapunov_texture.osl +0 -141
- package/staging_area/Blender/5.0/scripts/templates_osl/noise.osl +0 -27
- package/staging_area/Blender/5.0/scripts/templates_osl/ramp_closure.osl +0 -20
- package/staging_area/Blender/5.0/scripts/templates_py/addon_add_object.py +0 -84
- package/staging_area/Blender/5.0/scripts/templates_py/background_job.py +0 -118
- package/staging_area/Blender/5.0/scripts/templates_py/batch_export.py +0 -42
- package/staging_area/Blender/5.0/scripts/templates_py/bmesh_simple.py +0 -22
- package/staging_area/Blender/5.0/scripts/templates_py/bmesh_simple_editmode.py +0 -23
- package/staging_area/Blender/5.0/scripts/templates_py/builtin_keyingset.py +0 -37
- package/staging_area/Blender/5.0/scripts/templates_py/custom_nodes.py +0 -172
- package/staging_area/Blender/5.0/scripts/templates_py/driver_functions.py +0 -35
- package/staging_area/Blender/5.0/scripts/templates_py/external_script_stub.py +0 -13
- package/staging_area/Blender/5.0/scripts/templates_py/gizmo_custom_geometry.py +0 -157
- package/staging_area/Blender/5.0/scripts/templates_py/gizmo_operator.py +0 -235
- package/staging_area/Blender/5.0/scripts/templates_py/gizmo_operator_target.py +0 -50
- package/staging_area/Blender/5.0/scripts/templates_py/gizmo_simple_2d.py +0 -59
- package/staging_area/Blender/5.0/scripts/templates_py/gizmo_simple_3d.py +0 -47
- package/staging_area/Blender/5.0/scripts/templates_py/image_processing.py +0 -35
- package/staging_area/Blender/5.0/scripts/templates_py/operator_file_export.py +0 -76
- package/staging_area/Blender/5.0/scripts/templates_py/operator_file_import.py +0 -79
- package/staging_area/Blender/5.0/scripts/templates_py/operator_mesh_add.py +0 -116
- package/staging_area/Blender/5.0/scripts/templates_py/operator_mesh_uv.py +0 -56
- package/staging_area/Blender/5.0/scripts/templates_py/operator_modal.py +0 -58
- package/staging_area/Blender/5.0/scripts/templates_py/operator_modal_draw.py +0 -83
- package/staging_area/Blender/5.0/scripts/templates_py/operator_modal_timer.py +0 -54
- package/staging_area/Blender/5.0/scripts/templates_py/operator_modal_view3d.py +0 -77
- package/staging_area/Blender/5.0/scripts/templates_py/operator_modal_view3d_raycast.py +0 -115
- package/staging_area/Blender/5.0/scripts/templates_py/operator_node.py +0 -66
- package/staging_area/Blender/5.0/scripts/templates_py/operator_simple.py +0 -42
- package/staging_area/Blender/5.0/scripts/templates_py/ui_asset_shelf.py +0 -29
- package/staging_area/Blender/5.0/scripts/templates_py/ui_list.py +0 -44
- package/staging_area/Blender/5.0/scripts/templates_py/ui_list_generic.py +0 -47
- package/staging_area/Blender/5.0/scripts/templates_py/ui_list_simple.py +0 -70
- package/staging_area/Blender/5.0/scripts/templates_py/ui_menu.py +0 -50
- package/staging_area/Blender/5.0/scripts/templates_py/ui_menu_simple.py +0 -27
- package/staging_area/Blender/5.0/scripts/templates_py/ui_panel.py +0 -73
- package/staging_area/Blender/5.0/scripts/templates_py/ui_panel_simple.py +0 -38
- package/staging_area/Blender/5.0/scripts/templates_py/ui_pie_menu.py +0 -31
- package/staging_area/Blender/5.0/scripts/templates_py/ui_previews_custom_icon.py +0 -76
- package/staging_area/Blender/5.0/scripts/templates_py/ui_previews_dynamic_enum.py +0 -141
- package/staging_area/Blender/5.0/scripts/templates_py/ui_tool_simple.py +0 -91
- package/staging_area/Blender/5.0/scripts/templates_toml/blender_manifest.toml +0 -75
- package/staging_area/Blender/blender-launcher.exe +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-console-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-console-l1-2-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-datetime-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-debug-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-errorhandling-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-fibers-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-file-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-file-l1-2-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-file-l2-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-handle-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-heap-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-interlocked-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-libraryloader-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-localization-l1-2-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-memory-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-namedpipe-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-processenvironment-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-processthreads-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-processthreads-l1-1-1.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-profile-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-rtlsupport-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-string-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-synch-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-synch-l1-2-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-sysinfo-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-timezone-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-core-util-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-conio-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-convert-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-environment-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-filesystem-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-heap-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-locale-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-math-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-multibyte-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-private-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-process-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-runtime-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-stdio-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-string-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-time-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/api-ms-win-crt-utility-l1-1-0.dll +0 -0
- package/staging_area/Blender/blender.crt/blender.crt.manifest +0 -54
- package/staging_area/Blender/blender.crt/concrt140.dll +0 -0
- package/staging_area/Blender/blender.crt/msvcp140.dll +0 -0
- package/staging_area/Blender/blender.crt/msvcp140_1.dll +0 -0
- package/staging_area/Blender/blender.crt/msvcp140_2.dll +0 -0
- package/staging_area/Blender/blender.crt/msvcp140_atomic_wait.dll +0 -0
- package/staging_area/Blender/blender.crt/msvcp140_codecvt_ids.dll +0 -0
- package/staging_area/Blender/blender.crt/vcruntime140.dll +0 -0
- package/staging_area/Blender/blender.crt/vcruntime140_1.dll +0 -0
|
@@ -1,1834 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2010-2022 Blender Foundation
|
|
2
|
-
#
|
|
3
|
-
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
4
|
-
|
|
5
|
-
import bpy
|
|
6
|
-
from bpy.types import UIList, UILayout, Armature
|
|
7
|
-
from bpy.props import (
|
|
8
|
-
BoolProperty,
|
|
9
|
-
IntProperty,
|
|
10
|
-
EnumProperty,
|
|
11
|
-
StringProperty
|
|
12
|
-
)
|
|
13
|
-
from bpy.app.translations import (
|
|
14
|
-
pgettext_n as n_,
|
|
15
|
-
pgettext_iface as iface_,
|
|
16
|
-
pgettext_rpt as rpt_,
|
|
17
|
-
contexts as i18n_contexts,
|
|
18
|
-
)
|
|
19
|
-
from bpy_extras import anim_utils
|
|
20
|
-
|
|
21
|
-
from collections import defaultdict
|
|
22
|
-
from typing import TYPE_CHECKING, Callable, Any
|
|
23
|
-
from mathutils import Color
|
|
24
|
-
|
|
25
|
-
from .utils.errors import MetarigError
|
|
26
|
-
from .utils.layers import ROOT_COLLECTION, SPECIAL_COLLECTIONS, validate_collection_references
|
|
27
|
-
from .utils.rig import write_metarig, get_rigify_type, get_rigify_target_rig, \
|
|
28
|
-
get_rigify_colors, get_rigify_params
|
|
29
|
-
from .utils.widgets import write_widget
|
|
30
|
-
from .utils.naming import unique_name
|
|
31
|
-
from .utils.rig import upgrade_metarig_types, outdated_types, upgrade_metarig_layers, \
|
|
32
|
-
is_valid_metarig, metarig_needs_upgrade
|
|
33
|
-
from .utils.misc import verify_armature_obj, ArmatureObject, IdPropSequence, flatten_children
|
|
34
|
-
|
|
35
|
-
from .rigs.utils import get_limb_generated_names
|
|
36
|
-
|
|
37
|
-
from .utils.animation import get_keyed_frames_in_range, bones_in_frame, overwrite_prop_animation
|
|
38
|
-
from .utils.animation import RIGIFY_OT_get_frame_range
|
|
39
|
-
|
|
40
|
-
from .utils.animation import register as animation_register
|
|
41
|
-
from .utils.animation import unregister as animation_unregister
|
|
42
|
-
|
|
43
|
-
from . import base_rig
|
|
44
|
-
from . import rig_lists
|
|
45
|
-
from . import generate
|
|
46
|
-
from . import rot_mode
|
|
47
|
-
from . import feature_set_list
|
|
48
|
-
|
|
49
|
-
if TYPE_CHECKING:
|
|
50
|
-
from . import RigifyName, RigifySelectionColors
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
def get_rigify_types(id_store: bpy.types.WindowManager) -> IdPropSequence['RigifyName']:
|
|
54
|
-
return id_store.rigify_types # noqa
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
def get_transfer_only_selected(id_store: bpy.types.WindowManager) -> bool:
|
|
58
|
-
return id_store.rigify_transfer_only_selected # noqa
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
def get_selection_colors(armature: bpy.types.Armature) -> 'RigifySelectionColors':
|
|
62
|
-
return armature.rigify_selection_colors # noqa
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
def get_colors_lock(armature: bpy.types.Armature) -> bool:
|
|
66
|
-
return armature.rigify_colors_lock # noqa
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
def get_colors_index(armature: bpy.types.Armature) -> int:
|
|
70
|
-
return armature.rigify_colors_index # noqa
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
def get_theme_to_add(armature: bpy.types.Armature) -> str:
|
|
74
|
-
return armature.rigify_theme_to_add # noqa
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
def build_type_list(context, rigify_types: IdPropSequence['RigifyName']):
|
|
78
|
-
rigify_types.clear()
|
|
79
|
-
|
|
80
|
-
for r in sorted(rig_lists.rigs):
|
|
81
|
-
if (context.object.data.active_feature_set in ('all', rig_lists.rigs[r]['feature_set'])
|
|
82
|
-
or len(feature_set_list.get_enabled_modules_names()) == 0):
|
|
83
|
-
a = rigify_types.add()
|
|
84
|
-
a.name = r
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
# noinspection PyPep8Naming
|
|
88
|
-
class DATA_PT_rigify(bpy.types.Panel):
|
|
89
|
-
bl_label = "Rigify"
|
|
90
|
-
bl_space_type = 'PROPERTIES'
|
|
91
|
-
bl_region_type = 'WINDOW'
|
|
92
|
-
bl_context = "data"
|
|
93
|
-
|
|
94
|
-
@classmethod
|
|
95
|
-
def poll(cls, context):
|
|
96
|
-
return is_valid_metarig(context, allow_needs_upgrade=True)
|
|
97
|
-
|
|
98
|
-
def draw(self, context):
|
|
99
|
-
C = context
|
|
100
|
-
layout = self.layout
|
|
101
|
-
obj = verify_armature_obj(C.object)
|
|
102
|
-
|
|
103
|
-
if metarig_needs_upgrade(obj):
|
|
104
|
-
layout.label(text="This metarig requires upgrading to Bone Collections", icon='ERROR')
|
|
105
|
-
layout.operator("armature.rigify_upgrade_layers", text="Upgrade Metarig")
|
|
106
|
-
return
|
|
107
|
-
|
|
108
|
-
WARNING = n_("Warning: Some features may change after generation")
|
|
109
|
-
show_warning = False
|
|
110
|
-
show_update_metarig = False
|
|
111
|
-
show_not_updatable = False
|
|
112
|
-
show_upgrade_face = False
|
|
113
|
-
|
|
114
|
-
check_props = ['IK_follow', 'root/parent', 'FK_limb_follow', 'IK_Stretch']
|
|
115
|
-
|
|
116
|
-
for pose_bone in obj.pose.bones:
|
|
117
|
-
bone = pose_bone.bone
|
|
118
|
-
if not bone:
|
|
119
|
-
# If we are in edit mode and the bone was just created,
|
|
120
|
-
# a pose bone won't exist yet.
|
|
121
|
-
continue
|
|
122
|
-
if list(set(pose_bone.keys()) & set(check_props)): # bone.layers[30] and
|
|
123
|
-
show_warning = True
|
|
124
|
-
break
|
|
125
|
-
|
|
126
|
-
old_rig = ''
|
|
127
|
-
old_bone = ''
|
|
128
|
-
|
|
129
|
-
for b in obj.pose.bones:
|
|
130
|
-
old_rig = get_rigify_type(b)
|
|
131
|
-
if old_rig in outdated_types:
|
|
132
|
-
old_bone = b.name
|
|
133
|
-
if outdated_types[old_rig]:
|
|
134
|
-
show_update_metarig = True
|
|
135
|
-
else:
|
|
136
|
-
show_update_metarig = False
|
|
137
|
-
show_not_updatable = True
|
|
138
|
-
break
|
|
139
|
-
elif old_rig == 'faces.super_face':
|
|
140
|
-
show_upgrade_face = True
|
|
141
|
-
|
|
142
|
-
if show_warning:
|
|
143
|
-
layout.label(text=WARNING, icon='ERROR')
|
|
144
|
-
|
|
145
|
-
enable_generate = not (show_not_updatable or show_update_metarig)
|
|
146
|
-
|
|
147
|
-
if show_not_updatable:
|
|
148
|
-
layout.label(text="WARNING: This metarig contains deprecated Rigify rig-types and "
|
|
149
|
-
"cannot be upgraded automatically.", icon='ERROR')
|
|
150
|
-
text = iface_("({:s} on bone {:s})").format(old_rig, old_bone)
|
|
151
|
-
layout.label(text=text, translate=False)
|
|
152
|
-
elif show_update_metarig:
|
|
153
|
-
layout.label(text="This metarig contains old rig-types that can be automatically "
|
|
154
|
-
"upgraded to benefit from new rigify features.", icon='ERROR')
|
|
155
|
-
text = iface_("({:s} on bone {:s})").format(old_rig, old_bone)
|
|
156
|
-
layout.label(text=text, translate=False)
|
|
157
|
-
layout.operator("pose.rigify_upgrade_types", text="Upgrade Metarig")
|
|
158
|
-
elif show_upgrade_face:
|
|
159
|
-
layout.label(text="This metarig uses the old face rig.", icon='INFO')
|
|
160
|
-
layout.operator("pose.rigify_upgrade_face")
|
|
161
|
-
|
|
162
|
-
# Rig type field
|
|
163
|
-
|
|
164
|
-
col = layout.column(align=True)
|
|
165
|
-
col.active = ('rig_id' not in C.object.data)
|
|
166
|
-
|
|
167
|
-
col.separator()
|
|
168
|
-
row = col.row()
|
|
169
|
-
text = (
|
|
170
|
-
n_("Re-Generate Rig", i18n_contexts.operator_default) if get_rigify_target_rig(obj.data)
|
|
171
|
-
else n_("Generate Rig", i18n_contexts.operator_default)
|
|
172
|
-
)
|
|
173
|
-
row.operator("pose.rigify_generate", text=text, icon='POSE_HLT')
|
|
174
|
-
row.enabled = enable_generate
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
# noinspection PyPep8Naming
|
|
178
|
-
class DATA_PT_rigify_advanced(bpy.types.Panel):
|
|
179
|
-
bl_space_type = 'PROPERTIES'
|
|
180
|
-
bl_region_type = 'WINDOW'
|
|
181
|
-
bl_context = "data"
|
|
182
|
-
bl_label = "Advanced"
|
|
183
|
-
bl_parent_id = 'DATA_PT_rigify'
|
|
184
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
185
|
-
|
|
186
|
-
@classmethod
|
|
187
|
-
def poll(cls, context):
|
|
188
|
-
return is_valid_metarig(context)
|
|
189
|
-
|
|
190
|
-
def draw(self, context):
|
|
191
|
-
layout = self.layout
|
|
192
|
-
layout.use_property_split = True
|
|
193
|
-
layout.use_property_decorate = False
|
|
194
|
-
|
|
195
|
-
armature_id_store = verify_armature_obj(context.object).data
|
|
196
|
-
|
|
197
|
-
col = layout.column()
|
|
198
|
-
|
|
199
|
-
row = col.row()
|
|
200
|
-
row.active = not get_rigify_target_rig(armature_id_store)
|
|
201
|
-
row.prop(armature_id_store, "rigify_rig_basename", text="Rig Name")
|
|
202
|
-
|
|
203
|
-
col.separator()
|
|
204
|
-
|
|
205
|
-
col2 = col.box().column()
|
|
206
|
-
col2.label(text="Overwrite Existing:")
|
|
207
|
-
col2.row().prop(armature_id_store, "rigify_target_rig", text="Target Rig")
|
|
208
|
-
col2.row().prop(armature_id_store, "rigify_rig_ui", text="Rig UI Script")
|
|
209
|
-
col2.row().prop(armature_id_store, "rigify_widgets_collection")
|
|
210
|
-
|
|
211
|
-
col.separator()
|
|
212
|
-
col.row().prop(armature_id_store, "rigify_force_widget_update")
|
|
213
|
-
col.row().prop(armature_id_store, "rigify_mirror_widgets")
|
|
214
|
-
col.separator()
|
|
215
|
-
col.row().prop(armature_id_store, "rigify_finalize_script", text="Run Script")
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
# noinspection PyPep8Naming
|
|
219
|
-
class DATA_PT_rigify_samples(bpy.types.Panel):
|
|
220
|
-
bl_label = "Samples"
|
|
221
|
-
bl_translation_context = i18n_contexts.id_armature
|
|
222
|
-
bl_space_type = 'PROPERTIES'
|
|
223
|
-
bl_region_type = 'WINDOW'
|
|
224
|
-
bl_context = "data"
|
|
225
|
-
bl_parent_id = "DATA_PT_rigify"
|
|
226
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
227
|
-
|
|
228
|
-
@classmethod
|
|
229
|
-
def poll(cls, context):
|
|
230
|
-
return is_valid_metarig(context) and context.object.mode == 'EDIT'
|
|
231
|
-
|
|
232
|
-
def draw(self, context):
|
|
233
|
-
layout = self.layout
|
|
234
|
-
layout.use_property_split = True
|
|
235
|
-
layout.use_property_decorate = False
|
|
236
|
-
id_store = context.window_manager
|
|
237
|
-
|
|
238
|
-
# Build types list
|
|
239
|
-
rigify_types = get_rigify_types(id_store)
|
|
240
|
-
build_type_list(context, rigify_types)
|
|
241
|
-
|
|
242
|
-
if id_store.rigify_active_type > len(rigify_types):
|
|
243
|
-
id_store.rigify_active_type = 0
|
|
244
|
-
|
|
245
|
-
# Rig type list
|
|
246
|
-
if len(feature_set_list.get_enabled_modules_names()) > 0:
|
|
247
|
-
row = layout.row()
|
|
248
|
-
row.prop(context.object.data, "active_feature_set")
|
|
249
|
-
row = layout.row()
|
|
250
|
-
row.template_list("UI_UL_list", "rigify_types", id_store, "rigify_types", id_store, 'rigify_active_type')
|
|
251
|
-
|
|
252
|
-
props = layout.operator("armature.metarig_sample_add", text="Add sample")
|
|
253
|
-
props.metarig_type = rigify_types[id_store.rigify_active_type].name
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
# noinspection SpellCheckingInspection
|
|
257
|
-
# noinspection PyPep8Naming
|
|
258
|
-
class DATA_UL_rigify_bone_collections(UIList):
|
|
259
|
-
def filter_items(self, _context, data, propname):
|
|
260
|
-
assert propname == 'collections_all'
|
|
261
|
-
collections = data.collections_all
|
|
262
|
-
flags = []
|
|
263
|
-
|
|
264
|
-
# Filtering by name
|
|
265
|
-
if self.filter_name:
|
|
266
|
-
print(self.filter_name, self.use_filter_invert)
|
|
267
|
-
flags = bpy.types.UI_UL_list.filter_items_by_name(
|
|
268
|
-
self.filter_name, self.bitflag_filter_item, collections, "name")
|
|
269
|
-
if not flags:
|
|
270
|
-
flags = [self.bitflag_filter_item] * len(collections)
|
|
271
|
-
|
|
272
|
-
# Reorder by name.
|
|
273
|
-
if self.use_filter_sort_alpha:
|
|
274
|
-
indices = bpy.types.UI_UL_list.sort_items_by_name(collections, "name")
|
|
275
|
-
# Sort by tree order
|
|
276
|
-
else:
|
|
277
|
-
index_map = {c.name: i for i, c in enumerate(flatten_children(data.collections))}
|
|
278
|
-
indices = [index_map[c.name] for c in collections]
|
|
279
|
-
|
|
280
|
-
return flags, indices
|
|
281
|
-
|
|
282
|
-
def draw_item(self, _context, layout, armature, bcoll, _icon, _active_data,
|
|
283
|
-
_active_prop_name, _index=0, _flt_flag=0):
|
|
284
|
-
active_bone = armature.edit_bones.active or armature.bones.active
|
|
285
|
-
has_active_bone = active_bone and bcoll.name in active_bone.collections
|
|
286
|
-
|
|
287
|
-
split = layout.split(factor=0.7)
|
|
288
|
-
|
|
289
|
-
split.prop(bcoll, "name", text="", emboss=False,
|
|
290
|
-
icon='DOT' if has_active_bone else 'BLANK1')
|
|
291
|
-
|
|
292
|
-
if cset := bcoll.rigify_color_set_name:
|
|
293
|
-
split.label(text=cset, icon="COLOR", translate=False)
|
|
294
|
-
|
|
295
|
-
icons = layout.row(align=True)
|
|
296
|
-
|
|
297
|
-
icons.prop(bcoll, "rigify_sel_set", text="", toggle=True, emboss=False,
|
|
298
|
-
icon='RADIOBUT_ON' if bcoll.rigify_sel_set else 'RADIOBUT_OFF')
|
|
299
|
-
icons.label(text="", icon='RESTRICT_SELECT_OFF' if bcoll.rigify_ui_row > 0 else 'RESTRICT_SELECT_ON')
|
|
300
|
-
icons.prop(bcoll, "is_visible", text="", emboss=False,
|
|
301
|
-
icon='HIDE_OFF' if bcoll.is_visible else 'HIDE_ON')
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
# noinspection PyPep8Naming
|
|
305
|
-
class DATA_PT_rigify_collection_list(bpy.types.Panel):
|
|
306
|
-
bl_label = "Bone Collection UI"
|
|
307
|
-
bl_space_type = 'PROPERTIES'
|
|
308
|
-
bl_region_type = 'WINDOW'
|
|
309
|
-
bl_context = "data"
|
|
310
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
311
|
-
bl_parent_id = "DATA_PT_rigify"
|
|
312
|
-
|
|
313
|
-
@classmethod
|
|
314
|
-
def poll(cls, context):
|
|
315
|
-
return is_valid_metarig(context)
|
|
316
|
-
|
|
317
|
-
def draw(self, context):
|
|
318
|
-
layout = self.layout
|
|
319
|
-
obj = verify_armature_obj(context.object)
|
|
320
|
-
arm = obj.data
|
|
321
|
-
|
|
322
|
-
# Copy the bone collection list
|
|
323
|
-
active_coll = arm.collections.active
|
|
324
|
-
|
|
325
|
-
row = layout.row()
|
|
326
|
-
|
|
327
|
-
row.template_list(
|
|
328
|
-
"DATA_UL_rigify_bone_collections",
|
|
329
|
-
"",
|
|
330
|
-
arm,
|
|
331
|
-
"collections_all",
|
|
332
|
-
arm.collections,
|
|
333
|
-
"active_index",
|
|
334
|
-
rows=(4 if active_coll else 1),
|
|
335
|
-
)
|
|
336
|
-
|
|
337
|
-
col = row.column(align=True)
|
|
338
|
-
col.operator("armature.collection_add", icon='ADD', text="")
|
|
339
|
-
col.operator("armature.collection_remove", icon='REMOVE', text="")
|
|
340
|
-
if active_coll:
|
|
341
|
-
col.separator()
|
|
342
|
-
col.operator("armature.collection_move", icon='TRIA_UP', text="").direction = 'UP'
|
|
343
|
-
col.operator("armature.collection_move", icon='TRIA_DOWN', text="").direction = 'DOWN'
|
|
344
|
-
|
|
345
|
-
layout.operator(operator='armature.rigify_validate_layers')
|
|
346
|
-
|
|
347
|
-
if active_coll:
|
|
348
|
-
col = layout.column()
|
|
349
|
-
col.use_property_split = True
|
|
350
|
-
col.use_property_decorate = False
|
|
351
|
-
|
|
352
|
-
col.prop(active_coll, "rigify_color_set_name", icon="COLOR")
|
|
353
|
-
col.prop(active_coll, "rigify_sel_set")
|
|
354
|
-
col.separator()
|
|
355
|
-
|
|
356
|
-
col.prop(active_coll, "rigify_ui_row", )
|
|
357
|
-
row = col.row()
|
|
358
|
-
row.active = active_coll.rigify_ui_row > 0 # noqa
|
|
359
|
-
row.prop(active_coll, "rigify_ui_title")
|
|
360
|
-
|
|
361
|
-
if ROOT_COLLECTION not in arm.collections_all:
|
|
362
|
-
text = iface_("The '{:s}' collection will be added upon generation").format(ROOT_COLLECTION)
|
|
363
|
-
layout.label(text=text, translate=False, icon='INFO')
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
# noinspection PyPep8Naming
|
|
367
|
-
class DATA_PT_rigify_collection_ui(bpy.types.Panel):
|
|
368
|
-
bl_label = "UI Layout"
|
|
369
|
-
bl_space_type = 'PROPERTIES'
|
|
370
|
-
bl_region_type = 'WINDOW'
|
|
371
|
-
bl_context = "data"
|
|
372
|
-
bl_options = set()
|
|
373
|
-
bl_parent_id = "DATA_PT_rigify_collection_list"
|
|
374
|
-
|
|
375
|
-
@classmethod
|
|
376
|
-
def poll(cls, context):
|
|
377
|
-
return is_valid_metarig(context) and len(verify_armature_obj(context.object).data.collections_all)
|
|
378
|
-
|
|
379
|
-
@staticmethod
|
|
380
|
-
def draw_btn_block(arm: Armature, parent: UILayout, bcoll_id: int, loose=False):
|
|
381
|
-
bcoll = arm.collections_all[bcoll_id]
|
|
382
|
-
block = parent.row(align=True)
|
|
383
|
-
|
|
384
|
-
if bcoll == arm.collections.active:
|
|
385
|
-
block.prop(bcoll, "rigify_ui_title_name", text="", emboss=True)
|
|
386
|
-
|
|
387
|
-
if not loose:
|
|
388
|
-
props = block.operator(text="", icon="X", operator="armature.rigify_collection_set_ui_row")
|
|
389
|
-
props.index = bcoll_id
|
|
390
|
-
props.row = 0
|
|
391
|
-
else:
|
|
392
|
-
props = block.operator(text=bcoll.rigify_ui_title_name, operator="armature.rigify_collection_select")
|
|
393
|
-
props.index = bcoll_id
|
|
394
|
-
|
|
395
|
-
def draw(self, context):
|
|
396
|
-
layout = self.layout
|
|
397
|
-
obj = verify_armature_obj(context.object)
|
|
398
|
-
arm = obj.data
|
|
399
|
-
|
|
400
|
-
# Sort into button rows
|
|
401
|
-
row_table = defaultdict(list)
|
|
402
|
-
has_buttons = False
|
|
403
|
-
|
|
404
|
-
index_map = {c.name: i for i, c in enumerate(arm.collections_all)}
|
|
405
|
-
|
|
406
|
-
for bcoll in flatten_children(arm.collections):
|
|
407
|
-
row_table[bcoll.rigify_ui_row].append(index_map[bcoll.name])
|
|
408
|
-
|
|
409
|
-
if bcoll.rigify_ui_row > 0:
|
|
410
|
-
has_buttons = True
|
|
411
|
-
|
|
412
|
-
active_bcoll_idx = arm.collections.active_index
|
|
413
|
-
|
|
414
|
-
if active_bcoll_idx < 0:
|
|
415
|
-
layout.label(text="Click a button to select a collection:", icon="INFO")
|
|
416
|
-
|
|
417
|
-
box = layout.box()
|
|
418
|
-
last_row = max(row_table.keys())
|
|
419
|
-
|
|
420
|
-
for row_id in range(1, last_row + 2):
|
|
421
|
-
row = box.row()
|
|
422
|
-
row_items = row_table[row_id]
|
|
423
|
-
|
|
424
|
-
if row_id == 1 and not has_buttons:
|
|
425
|
-
row.label(text="Click to assign the button here:", icon="INFO")
|
|
426
|
-
|
|
427
|
-
grid = row.grid_flow(row_major=True, columns=len(row_items), even_columns=True)
|
|
428
|
-
for bcoll_id in row_items:
|
|
429
|
-
self.draw_btn_block(arm, grid, bcoll_id)
|
|
430
|
-
|
|
431
|
-
btn_row = row.row(align=True)
|
|
432
|
-
|
|
433
|
-
if active_bcoll_idx >= 0:
|
|
434
|
-
props = btn_row.operator(text="", icon="TRIA_LEFT", operator="armature.rigify_collection_set_ui_row")
|
|
435
|
-
props.index = active_bcoll_idx
|
|
436
|
-
props.row = row_id
|
|
437
|
-
|
|
438
|
-
if row_id < last_row + 1:
|
|
439
|
-
props = btn_row.operator(text="", icon="ADD", operator="armature.rigify_collection_add_ui_row")
|
|
440
|
-
props.row = row_id
|
|
441
|
-
props.add = True
|
|
442
|
-
else:
|
|
443
|
-
btn_row.label(text="", icon="BLANK1")
|
|
444
|
-
|
|
445
|
-
if row_id < last_row:
|
|
446
|
-
props = btn_row.operator(text="", icon="REMOVE", operator="armature.rigify_collection_add_ui_row")
|
|
447
|
-
props.row = row_id + 1
|
|
448
|
-
props.add = False
|
|
449
|
-
else:
|
|
450
|
-
btn_row.label(text="", icon="BLANK1")
|
|
451
|
-
|
|
452
|
-
if 0 in row_table:
|
|
453
|
-
box = layout.box()
|
|
454
|
-
box.label(text="Permanently hidden collections:")
|
|
455
|
-
|
|
456
|
-
grid = box.grid_flow(row_major=True, columns=2, even_columns=True)
|
|
457
|
-
|
|
458
|
-
for i, bcoll_id in enumerate(row_table[0]):
|
|
459
|
-
self.draw_btn_block(arm, grid, bcoll_id, loose=True)
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
# noinspection PyPep8Naming
|
|
463
|
-
class DATA_OT_rigify_collection_select(bpy.types.Operator):
|
|
464
|
-
bl_idname = "armature.rigify_collection_select"
|
|
465
|
-
bl_label = "Make Collection Active"
|
|
466
|
-
bl_description = "Make this collection active"
|
|
467
|
-
bl_options = {'UNDO_GROUPED'}
|
|
468
|
-
|
|
469
|
-
index: IntProperty(name="Index")
|
|
470
|
-
|
|
471
|
-
@staticmethod
|
|
472
|
-
def button(layout, *, index, **kwargs):
|
|
473
|
-
props = layout.operator(**kwargs)
|
|
474
|
-
props.index = index
|
|
475
|
-
|
|
476
|
-
@classmethod
|
|
477
|
-
def poll(cls, context):
|
|
478
|
-
return context.object and context.object.type == 'ARMATURE'
|
|
479
|
-
|
|
480
|
-
def execute(self, context):
|
|
481
|
-
obj = verify_armature_obj(context.object)
|
|
482
|
-
obj.data.collections.active_index = self.index
|
|
483
|
-
return {'FINISHED'}
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
# noinspection PyPep8Naming
|
|
487
|
-
class DATA_OT_rigify_collection_set_ui_row(bpy.types.Operator):
|
|
488
|
-
bl_idname = "armature.rigify_collection_set_ui_row"
|
|
489
|
-
bl_label = "Move Between UI Rows"
|
|
490
|
-
bl_options = {'UNDO'}
|
|
491
|
-
|
|
492
|
-
index: IntProperty(name="Index")
|
|
493
|
-
row: IntProperty(name="Row")
|
|
494
|
-
select: BoolProperty(name="Select")
|
|
495
|
-
|
|
496
|
-
@classmethod
|
|
497
|
-
def poll(cls, context):
|
|
498
|
-
return context.object and context.object.type == 'ARMATURE'
|
|
499
|
-
|
|
500
|
-
@classmethod
|
|
501
|
-
def description(cls, context, properties: Any):
|
|
502
|
-
if properties.row == 0:
|
|
503
|
-
return "Remove this button from the UI panel"
|
|
504
|
-
else:
|
|
505
|
-
return "Move the active button to this UI panel row"
|
|
506
|
-
|
|
507
|
-
def execute(self, context):
|
|
508
|
-
obj = verify_armature_obj(context.object)
|
|
509
|
-
if self.select:
|
|
510
|
-
obj.data.collections.active_index = self.index
|
|
511
|
-
obj.data.collections_all[self.index].rigify_ui_row = self.row
|
|
512
|
-
return {'FINISHED'}
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
# noinspection PyPep8Naming
|
|
516
|
-
class DATA_OT_rigify_collection_add_ui_row(bpy.types.Operator):
|
|
517
|
-
bl_idname = "armature.rigify_collection_add_ui_row"
|
|
518
|
-
bl_label = "Add/Remove UI Rows"
|
|
519
|
-
bl_options = {'UNDO'}
|
|
520
|
-
|
|
521
|
-
row: IntProperty(name="Row")
|
|
522
|
-
add: BoolProperty(name="Add")
|
|
523
|
-
|
|
524
|
-
@classmethod
|
|
525
|
-
def poll(cls, context):
|
|
526
|
-
return context.object and context.object.type == 'ARMATURE'
|
|
527
|
-
|
|
528
|
-
@classmethod
|
|
529
|
-
def description(cls, context, properties: Any):
|
|
530
|
-
if properties.add:
|
|
531
|
-
return "Insert a new row before this one, shifting buttons down"
|
|
532
|
-
else:
|
|
533
|
-
return "Remove this row, shifting buttons up"
|
|
534
|
-
|
|
535
|
-
def execute(self, context):
|
|
536
|
-
obj = verify_armature_obj(context.object)
|
|
537
|
-
for coll in obj.data.collections_all:
|
|
538
|
-
if coll.rigify_ui_row >= self.row:
|
|
539
|
-
coll.rigify_ui_row += (1 if self.add else -1)
|
|
540
|
-
return {'FINISHED'}
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
# noinspection PyPep8Naming
|
|
544
|
-
class DATA_OT_rigify_add_color_sets(bpy.types.Operator):
|
|
545
|
-
bl_idname = "armature.rigify_add_color_sets"
|
|
546
|
-
bl_label = "Rigify Add Standard Color Sets"
|
|
547
|
-
bl_options = {'UNDO'}
|
|
548
|
-
|
|
549
|
-
@classmethod
|
|
550
|
-
def poll(cls, context):
|
|
551
|
-
return context.object and context.object.type == 'ARMATURE'
|
|
552
|
-
|
|
553
|
-
def execute(self, context):
|
|
554
|
-
obj = verify_armature_obj(context.object)
|
|
555
|
-
armature = obj.data
|
|
556
|
-
|
|
557
|
-
if not hasattr(armature, 'rigify_colors'):
|
|
558
|
-
return {'FINISHED'}
|
|
559
|
-
|
|
560
|
-
rigify_colors = get_rigify_colors(armature)
|
|
561
|
-
groups = ['Root', 'IK', 'Special', 'Tweak', 'FK', 'Extra']
|
|
562
|
-
|
|
563
|
-
for g in groups:
|
|
564
|
-
if g in rigify_colors:
|
|
565
|
-
continue
|
|
566
|
-
|
|
567
|
-
color = rigify_colors.add()
|
|
568
|
-
color.name = g
|
|
569
|
-
|
|
570
|
-
color.select = Color((0.3140000104904175, 0.7839999794960022, 1.0))
|
|
571
|
-
color.active = Color((0.5490000247955322, 1.0, 1.0))
|
|
572
|
-
color.standard_colors_lock = True
|
|
573
|
-
|
|
574
|
-
if g == "Root":
|
|
575
|
-
color.normal = Color((0.43529415130615234, 0.18431372940540314, 0.41568630933761597))
|
|
576
|
-
if g == "IK":
|
|
577
|
-
color.normal = Color((0.6039215922355652, 0.0, 0.0))
|
|
578
|
-
if g == "Special":
|
|
579
|
-
color.normal = Color((0.9568628072738647, 0.7882353663444519, 0.0470588281750679))
|
|
580
|
-
if g == "Tweak":
|
|
581
|
-
color.normal = Color((0.03921568766236305, 0.21176472306251526, 0.5803921818733215))
|
|
582
|
-
if g == "FK":
|
|
583
|
-
color.normal = Color((0.11764706671237946, 0.5686274766921997, 0.03529411926865578))
|
|
584
|
-
if g == "Extra":
|
|
585
|
-
color.normal = Color((0.9686275124549866, 0.250980406999588, 0.0941176563501358))
|
|
586
|
-
|
|
587
|
-
return {'FINISHED'}
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
# noinspection PyPep8Naming
|
|
591
|
-
class DATA_OT_rigify_use_standard_colors(bpy.types.Operator):
|
|
592
|
-
bl_idname = "armature.rigify_use_standard_colors"
|
|
593
|
-
bl_label = "Rigify Get active/select colors from current theme"
|
|
594
|
-
bl_options = {'UNDO'}
|
|
595
|
-
|
|
596
|
-
@classmethod
|
|
597
|
-
def poll(cls, context):
|
|
598
|
-
return context.object and context.object.type == 'ARMATURE'
|
|
599
|
-
|
|
600
|
-
def execute(self, context):
|
|
601
|
-
obj = verify_armature_obj(context.object)
|
|
602
|
-
armature = obj.data
|
|
603
|
-
if not hasattr(armature, 'rigify_colors'):
|
|
604
|
-
return {'FINISHED'}
|
|
605
|
-
|
|
606
|
-
current_theme = bpy.context.preferences.themes.items()[0][0]
|
|
607
|
-
theme = bpy.context.preferences.themes[current_theme]
|
|
608
|
-
|
|
609
|
-
selection_colors = get_selection_colors(armature)
|
|
610
|
-
selection_colors.select = theme.view_3d.bone_pose
|
|
611
|
-
selection_colors.active = theme.view_3d.bone_pose_active
|
|
612
|
-
|
|
613
|
-
# for col in armature.rigify_colors:
|
|
614
|
-
# col.select = theme.view_3d.bone_pose
|
|
615
|
-
# col.active = theme.view_3d.bone_pose_active
|
|
616
|
-
|
|
617
|
-
return {'FINISHED'}
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
# noinspection PyPep8Naming
|
|
621
|
-
class DATA_OT_rigify_apply_selection_colors(bpy.types.Operator):
|
|
622
|
-
bl_idname = "armature.rigify_apply_selection_colors"
|
|
623
|
-
bl_label = "Rigify Apply user defined active/select colors"
|
|
624
|
-
bl_options = {'UNDO'}
|
|
625
|
-
|
|
626
|
-
@classmethod
|
|
627
|
-
def poll(cls, context):
|
|
628
|
-
return context.object and context.object.type == 'ARMATURE'
|
|
629
|
-
|
|
630
|
-
def execute(self, context):
|
|
631
|
-
obj = verify_armature_obj(context.object)
|
|
632
|
-
armature = obj.data
|
|
633
|
-
|
|
634
|
-
if not hasattr(armature, 'rigify_colors'):
|
|
635
|
-
return {'FINISHED'}
|
|
636
|
-
|
|
637
|
-
# current_theme = bpy.context.preferences.themes.items()[0][0]
|
|
638
|
-
# theme = bpy.context.preferences.themes[current_theme]
|
|
639
|
-
|
|
640
|
-
rigify_colors = get_rigify_colors(armature)
|
|
641
|
-
selection_colors = get_selection_colors(armature)
|
|
642
|
-
|
|
643
|
-
for col in rigify_colors:
|
|
644
|
-
col.select = selection_colors.select
|
|
645
|
-
col.active = selection_colors.active
|
|
646
|
-
|
|
647
|
-
return {'FINISHED'}
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
# noinspection PyPep8Naming
|
|
651
|
-
class DATA_OT_rigify_color_set_add(bpy.types.Operator):
|
|
652
|
-
bl_idname = "armature.rigify_color_set_add"
|
|
653
|
-
bl_label = "Rigify Add Color Set"
|
|
654
|
-
bl_options = {'UNDO'}
|
|
655
|
-
|
|
656
|
-
@classmethod
|
|
657
|
-
def poll(cls, context):
|
|
658
|
-
return context.object and context.object.type == 'ARMATURE'
|
|
659
|
-
|
|
660
|
-
def execute(self, context):
|
|
661
|
-
obj = context.object
|
|
662
|
-
armature = obj.data
|
|
663
|
-
|
|
664
|
-
if hasattr(armature, 'rigify_colors'):
|
|
665
|
-
armature.rigify_colors.add()
|
|
666
|
-
armature.rigify_colors[-1].name = unique_name(armature.rigify_colors, 'Group')
|
|
667
|
-
|
|
668
|
-
current_theme = bpy.context.preferences.themes.items()[0][0]
|
|
669
|
-
theme = bpy.context.preferences.themes[current_theme]
|
|
670
|
-
|
|
671
|
-
armature.rigify_colors[-1].normal = theme.view_3d.wire
|
|
672
|
-
armature.rigify_colors[-1].normal.hsv = theme.view_3d.wire.hsv
|
|
673
|
-
armature.rigify_colors[-1].select = theme.view_3d.bone_pose
|
|
674
|
-
armature.rigify_colors[-1].select.hsv = theme.view_3d.bone_pose.hsv
|
|
675
|
-
armature.rigify_colors[-1].active = theme.view_3d.bone_pose_active
|
|
676
|
-
armature.rigify_colors[-1].active.hsv = theme.view_3d.bone_pose_active.hsv
|
|
677
|
-
|
|
678
|
-
return {'FINISHED'}
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
# noinspection PyPep8Naming
|
|
682
|
-
class DATA_OT_rigify_color_set_add_theme(bpy.types.Operator):
|
|
683
|
-
bl_idname = "armature.rigify_color_set_add_theme"
|
|
684
|
-
bl_label = "Rigify Add Color Set from Theme"
|
|
685
|
-
bl_options = {"REGISTER", "UNDO"}
|
|
686
|
-
|
|
687
|
-
theme: EnumProperty(items=(
|
|
688
|
-
('THEME01', 'THEME01', ''),
|
|
689
|
-
('THEME02', 'THEME02', ''),
|
|
690
|
-
('THEME03', 'THEME03', ''),
|
|
691
|
-
('THEME04', 'THEME04', ''),
|
|
692
|
-
('THEME05', 'THEME05', ''),
|
|
693
|
-
('THEME06', 'THEME06', ''),
|
|
694
|
-
('THEME07', 'THEME07', ''),
|
|
695
|
-
('THEME08', 'THEME08', ''),
|
|
696
|
-
('THEME09', 'THEME09', ''),
|
|
697
|
-
('THEME10', 'THEME10', ''),
|
|
698
|
-
('THEME11', 'THEME11', ''),
|
|
699
|
-
('THEME12', 'THEME12', ''),
|
|
700
|
-
('THEME13', 'THEME13', ''),
|
|
701
|
-
('THEME14', 'THEME14', ''),
|
|
702
|
-
('THEME15', 'THEME15', ''),
|
|
703
|
-
('THEME16', 'THEME16', ''),
|
|
704
|
-
('THEME17', 'THEME17', ''),
|
|
705
|
-
('THEME18', 'THEME18', ''),
|
|
706
|
-
('THEME19', 'THEME19', ''),
|
|
707
|
-
('THEME20', 'THEME20', '')
|
|
708
|
-
),
|
|
709
|
-
name='Theme')
|
|
710
|
-
|
|
711
|
-
@classmethod
|
|
712
|
-
def poll(cls, context):
|
|
713
|
-
return context.object and context.object.type == 'ARMATURE'
|
|
714
|
-
|
|
715
|
-
def execute(self, context):
|
|
716
|
-
obj = verify_armature_obj(context.object)
|
|
717
|
-
armature = obj.data
|
|
718
|
-
|
|
719
|
-
if hasattr(armature, 'rigify_colors'):
|
|
720
|
-
rigify_colors = get_rigify_colors(armature)
|
|
721
|
-
|
|
722
|
-
if self.theme in rigify_colors.keys():
|
|
723
|
-
return {'FINISHED'}
|
|
724
|
-
|
|
725
|
-
rigify_colors.add()
|
|
726
|
-
rigify_colors[-1].name = self.theme
|
|
727
|
-
|
|
728
|
-
color_id = int(self.theme[-2:]) - 1
|
|
729
|
-
|
|
730
|
-
theme_color_set = bpy.context.preferences.themes[0].bone_color_sets[color_id]
|
|
731
|
-
|
|
732
|
-
rigify_colors[-1].normal = theme_color_set.normal
|
|
733
|
-
rigify_colors[-1].select = theme_color_set.select
|
|
734
|
-
rigify_colors[-1].active = theme_color_set.active
|
|
735
|
-
|
|
736
|
-
return {'FINISHED'}
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
# noinspection PyPep8Naming
|
|
740
|
-
class DATA_OT_rigify_color_set_remove(bpy.types.Operator):
|
|
741
|
-
bl_idname = "armature.rigify_color_set_remove"
|
|
742
|
-
bl_label = "Rigify Remove Color Set"
|
|
743
|
-
bl_options = {'UNDO'}
|
|
744
|
-
|
|
745
|
-
idx: IntProperty()
|
|
746
|
-
|
|
747
|
-
@classmethod
|
|
748
|
-
def poll(cls, context):
|
|
749
|
-
return context.object and context.object.type == 'ARMATURE'
|
|
750
|
-
|
|
751
|
-
def execute(self, context):
|
|
752
|
-
obj = verify_armature_obj(context.object)
|
|
753
|
-
|
|
754
|
-
rigify_colors = get_rigify_colors(obj.data)
|
|
755
|
-
rigify_colors.remove(self.idx)
|
|
756
|
-
|
|
757
|
-
# set layers references to 0
|
|
758
|
-
for coll in obj.data.collections_all:
|
|
759
|
-
idx = coll.rigify_color_set_id
|
|
760
|
-
|
|
761
|
-
if idx == self.idx + 1:
|
|
762
|
-
coll.rigify_color_set_id = 0
|
|
763
|
-
elif idx > self.idx + 1:
|
|
764
|
-
coll.rigify_color_set_id = idx - 1
|
|
765
|
-
|
|
766
|
-
return {'FINISHED'}
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
# noinspection PyPep8Naming
|
|
770
|
-
class DATA_OT_rigify_color_set_remove_all(bpy.types.Operator):
|
|
771
|
-
bl_idname = "armature.rigify_color_set_remove_all"
|
|
772
|
-
bl_label = "Rigify Remove All Color Sets"
|
|
773
|
-
bl_options = {'UNDO'}
|
|
774
|
-
|
|
775
|
-
@classmethod
|
|
776
|
-
def poll(cls, context):
|
|
777
|
-
return context.object and context.object.type == 'ARMATURE'
|
|
778
|
-
|
|
779
|
-
def execute(self, context):
|
|
780
|
-
obj = verify_armature_obj(context.object)
|
|
781
|
-
|
|
782
|
-
rigify_colors = get_rigify_colors(obj.data)
|
|
783
|
-
while len(rigify_colors) > 0:
|
|
784
|
-
rigify_colors.remove(0)
|
|
785
|
-
|
|
786
|
-
# set layers references to 0
|
|
787
|
-
for coll in obj.data.collections_all:
|
|
788
|
-
coll.rigify_color_set_id = 0
|
|
789
|
-
|
|
790
|
-
return {'FINISHED'}
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
# noinspection PyPep8Naming
|
|
794
|
-
class DATA_UL_rigify_color_sets(bpy.types.UIList):
|
|
795
|
-
def draw_item(self, context, layout, data, item, icon, active_data, active_prop_name, index=0, flt_flag=0):
|
|
796
|
-
row = layout.row(align=True)
|
|
797
|
-
row = row.split(factor=0.1)
|
|
798
|
-
row.label(text=str(index + 1))
|
|
799
|
-
row = row.split(factor=0.7)
|
|
800
|
-
row.prop(item, "name", text='', emboss=False)
|
|
801
|
-
row = row.row(align=True)
|
|
802
|
-
# icon = 'LOCKED' if item.standard_colors_lock else 'UNLOCKED'
|
|
803
|
-
# row.prop(item, "standard_colors_lock", text='', icon=icon)
|
|
804
|
-
row.prop(item, "normal", text='')
|
|
805
|
-
row2 = row.row(align=True)
|
|
806
|
-
row2.prop(item, "select", text='')
|
|
807
|
-
row2.prop(item, "active", text='')
|
|
808
|
-
# row2.enabled = not item.standard_colors_lock
|
|
809
|
-
arm = verify_armature_obj(context.object).data
|
|
810
|
-
row2.enabled = not get_colors_lock(arm)
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
# noinspection PyPep8Naming
|
|
814
|
-
class DATA_MT_rigify_color_sets_context_menu(bpy.types.Menu):
|
|
815
|
-
bl_label = 'Rigify Color Sets Specials'
|
|
816
|
-
|
|
817
|
-
def draw(self, context):
|
|
818
|
-
layout = self.layout
|
|
819
|
-
|
|
820
|
-
layout.operator('armature.rigify_color_set_remove_all')
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
# noinspection SpellCheckingInspection
|
|
824
|
-
# noinspection PyPep8Naming
|
|
825
|
-
class DATA_PT_rigify_color_sets(bpy.types.Panel):
|
|
826
|
-
bl_label = "Color Sets"
|
|
827
|
-
bl_space_type = 'PROPERTIES'
|
|
828
|
-
bl_region_type = 'WINDOW'
|
|
829
|
-
bl_context = "data"
|
|
830
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
831
|
-
bl_parent_id = "DATA_PT_rigify"
|
|
832
|
-
|
|
833
|
-
@classmethod
|
|
834
|
-
def poll(cls, context):
|
|
835
|
-
return is_valid_metarig(context)
|
|
836
|
-
|
|
837
|
-
def draw(self, context):
|
|
838
|
-
obj = verify_armature_obj(context.object)
|
|
839
|
-
armature = obj.data
|
|
840
|
-
idx = get_colors_index(armature)
|
|
841
|
-
selection_colors = get_selection_colors(armature)
|
|
842
|
-
is_locked = get_colors_lock(armature)
|
|
843
|
-
theme = get_theme_to_add(armature)
|
|
844
|
-
|
|
845
|
-
layout = self.layout
|
|
846
|
-
row = layout.row()
|
|
847
|
-
row.operator("armature.rigify_use_standard_colors", icon='FILE_REFRESH', text='')
|
|
848
|
-
row = row.row(align=True)
|
|
849
|
-
row.prop(selection_colors, 'select', text='')
|
|
850
|
-
row.prop(selection_colors, 'active', text='')
|
|
851
|
-
row = layout.row(align=True)
|
|
852
|
-
icon = 'LOCKED' if is_locked else 'UNLOCKED'
|
|
853
|
-
row.prop(armature, 'rigify_colors_lock', text='Unified select/active colors', icon=icon)
|
|
854
|
-
row.operator("armature.rigify_apply_selection_colors", icon='FILE_REFRESH', text='Apply')
|
|
855
|
-
row = layout.row()
|
|
856
|
-
row.template_list("DATA_UL_rigify_color_sets", "", obj.data, "rigify_colors", obj.data, "rigify_colors_index")
|
|
857
|
-
|
|
858
|
-
col = row.column(align=True)
|
|
859
|
-
col.operator("armature.rigify_color_set_add", icon='ADD', text="")
|
|
860
|
-
col.operator("armature.rigify_color_set_remove", icon='REMOVE', text="").idx = idx
|
|
861
|
-
col.menu("DATA_MT_rigify_color_sets_context_menu", icon='DOWNARROW_HLT', text="")
|
|
862
|
-
row = layout.row()
|
|
863
|
-
row.prop(armature, 'rigify_theme_to_add', text='Theme')
|
|
864
|
-
op = row.operator("armature.rigify_color_set_add_theme", text="Add From Theme")
|
|
865
|
-
op.theme = theme
|
|
866
|
-
row = layout.row()
|
|
867
|
-
row.operator("armature.rigify_add_color_sets", text="Add Standard")
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
# noinspection PyPep8Naming
|
|
871
|
-
class BONE_PT_rigify_buttons(bpy.types.Panel):
|
|
872
|
-
bl_label = "Rigify Type"
|
|
873
|
-
bl_space_type = 'PROPERTIES'
|
|
874
|
-
bl_region_type = 'WINDOW'
|
|
875
|
-
bl_context = "bone"
|
|
876
|
-
# bl_options = {'DEFAULT_OPEN'}
|
|
877
|
-
|
|
878
|
-
@classmethod
|
|
879
|
-
def poll(cls, context):
|
|
880
|
-
return is_valid_metarig(context) and context.active_pose_bone
|
|
881
|
-
|
|
882
|
-
def draw(self, context):
|
|
883
|
-
C = context
|
|
884
|
-
id_store = C.window_manager
|
|
885
|
-
bone = context.active_pose_bone
|
|
886
|
-
rig_name = get_rigify_type(bone)
|
|
887
|
-
|
|
888
|
-
layout = self.layout
|
|
889
|
-
rig_types = get_rigify_types(id_store)
|
|
890
|
-
|
|
891
|
-
# Build types list
|
|
892
|
-
build_type_list(context, rig_types)
|
|
893
|
-
|
|
894
|
-
# Rig type field
|
|
895
|
-
if len(feature_set_list.get_enabled_modules_names()) > 0:
|
|
896
|
-
row = layout.row()
|
|
897
|
-
row.prop(context.object.data, "active_feature_set")
|
|
898
|
-
row = layout.row()
|
|
899
|
-
row.prop_search(bone, "rigify_type", id_store, "rigify_types", text="Rig type")
|
|
900
|
-
|
|
901
|
-
# Rig type parameters / Rig type non-exist alert
|
|
902
|
-
if rig_name != "":
|
|
903
|
-
try:
|
|
904
|
-
rig = rig_lists.rigs[rig_name]['module']
|
|
905
|
-
except (ImportError, AttributeError, KeyError):
|
|
906
|
-
row = layout.row()
|
|
907
|
-
box = row.box()
|
|
908
|
-
text = rpt_("ERROR: type \"{:s}\" does not exist!").format(rig_name)
|
|
909
|
-
box.label(text=text, icon='ERROR', translate=False)
|
|
910
|
-
else:
|
|
911
|
-
if hasattr(rig.Rig, 'parameters_ui'):
|
|
912
|
-
rig = rig.Rig
|
|
913
|
-
|
|
914
|
-
try:
|
|
915
|
-
param_cb = rig.parameters_ui
|
|
916
|
-
|
|
917
|
-
# Ignore the known empty base method
|
|
918
|
-
if getattr(param_cb, '__func__', None) == \
|
|
919
|
-
getattr(base_rig.BaseRig.parameters_ui, '__func__'):
|
|
920
|
-
param_cb = None
|
|
921
|
-
except AttributeError:
|
|
922
|
-
param_cb = None
|
|
923
|
-
|
|
924
|
-
if param_cb is None:
|
|
925
|
-
col = layout.column()
|
|
926
|
-
col.label(text="No options")
|
|
927
|
-
else:
|
|
928
|
-
col = layout.column()
|
|
929
|
-
col.label(text="Options:")
|
|
930
|
-
box = layout.box()
|
|
931
|
-
param_cb(box, get_rigify_params(bone))
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
# noinspection PyPep8Naming
|
|
935
|
-
class VIEW3D_PT_tools_rigify_dev(bpy.types.Panel):
|
|
936
|
-
bl_label = "Rigify Dev Tools"
|
|
937
|
-
bl_space_type = 'VIEW_3D'
|
|
938
|
-
bl_region_type = 'UI'
|
|
939
|
-
bl_category = "Rigify"
|
|
940
|
-
|
|
941
|
-
@classmethod
|
|
942
|
-
def poll(cls, context):
|
|
943
|
-
return context.mode in ['EDIT_ARMATURE', 'EDIT_MESH']
|
|
944
|
-
|
|
945
|
-
def draw(self, context):
|
|
946
|
-
obj = context.active_object
|
|
947
|
-
if obj is not None:
|
|
948
|
-
if context.mode == 'EDIT_ARMATURE':
|
|
949
|
-
r = self.layout.row()
|
|
950
|
-
r.operator("armature.rigify_encode_metarig", text="Encode Metarig to Python")
|
|
951
|
-
r = self.layout.row()
|
|
952
|
-
r.operator("armature.rigify_encode_metarig_sample", text="Encode Sample to Python")
|
|
953
|
-
|
|
954
|
-
if context.mode == 'EDIT_MESH':
|
|
955
|
-
r = self.layout.row()
|
|
956
|
-
r.operator("mesh.rigify_encode_mesh_widget", text="Encode Mesh Widget to Python")
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
# noinspection PyPep8Naming
|
|
960
|
-
class VIEW3D_PT_rigify_animation_tools(bpy.types.Panel):
|
|
961
|
-
bl_label = "Rigify Animation Tools"
|
|
962
|
-
bl_context = "posemode" # noqa
|
|
963
|
-
bl_space_type = 'VIEW_3D'
|
|
964
|
-
bl_region_type = 'UI'
|
|
965
|
-
bl_category = "Rigify"
|
|
966
|
-
|
|
967
|
-
@classmethod
|
|
968
|
-
def poll(cls, context):
|
|
969
|
-
obj = context.active_object
|
|
970
|
-
if not obj or obj.type != 'ARMATURE':
|
|
971
|
-
return False
|
|
972
|
-
|
|
973
|
-
rig_id = obj.data.get("rig_id", "")
|
|
974
|
-
if not rig_id:
|
|
975
|
-
return False
|
|
976
|
-
|
|
977
|
-
has_arm = hasattr(bpy.types, f'POSE_OT_rigify_arm_ik2fk_{rig_id}')
|
|
978
|
-
has_leg = hasattr(bpy.types, f'POSE_OT_rigify_leg_ik2fk_{rig_id}')
|
|
979
|
-
return has_arm or has_leg
|
|
980
|
-
|
|
981
|
-
def draw(self, context):
|
|
982
|
-
obj = context.active_object
|
|
983
|
-
id_store = context.window_manager
|
|
984
|
-
if obj is not None:
|
|
985
|
-
row = self.layout.row()
|
|
986
|
-
|
|
987
|
-
only_selected = get_transfer_only_selected(id_store)
|
|
988
|
-
|
|
989
|
-
if only_selected:
|
|
990
|
-
icon = 'OUTLINER_DATA_ARMATURE'
|
|
991
|
-
else:
|
|
992
|
-
icon = 'ARMATURE_DATA'
|
|
993
|
-
|
|
994
|
-
row.prop(id_store, 'rigify_transfer_only_selected', toggle=True, icon=icon)
|
|
995
|
-
|
|
996
|
-
row = self.layout.row(align=True)
|
|
997
|
-
row.operator("rigify.ik2fk", text='IK2FK Pose', icon='SNAP_ON')
|
|
998
|
-
row.operator("rigify.fk2ik", text='FK2IK Pose', icon='SNAP_ON')
|
|
999
|
-
|
|
1000
|
-
row = self.layout.row(align=True)
|
|
1001
|
-
row.operator("rigify.transfer_fk_to_ik", text='IK2FK Action', icon='ACTION_TWEAK')
|
|
1002
|
-
row.operator("rigify.transfer_ik_to_fk", text='FK2IK Action', icon='ACTION_TWEAK')
|
|
1003
|
-
|
|
1004
|
-
row = self.layout.row(align=True)
|
|
1005
|
-
row.operator("rigify.clear_animation", text="Clear IK Action", icon='CANCEL').anim_type = "IK"
|
|
1006
|
-
row.operator("rigify.clear_animation", text="Clear FK Action", icon='CANCEL').anim_type = "FK"
|
|
1007
|
-
|
|
1008
|
-
row = self.layout.row(align=True)
|
|
1009
|
-
op = row.operator("rigify.rotation_pole", icon='FORCE_HARMONIC', text='Switch to pole')
|
|
1010
|
-
op.value = True
|
|
1011
|
-
op.toggle = False
|
|
1012
|
-
op.bake = True
|
|
1013
|
-
op = row.operator("rigify.rotation_pole", icon='FORCE_MAGNETIC', text='Switch to rotation')
|
|
1014
|
-
op.value = False
|
|
1015
|
-
op.toggle = False
|
|
1016
|
-
op.bake = True
|
|
1017
|
-
RIGIFY_OT_get_frame_range.draw_range_ui(context, self.layout)
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
def rigify_report_exception(operator, exception):
|
|
1021
|
-
import traceback
|
|
1022
|
-
import sys
|
|
1023
|
-
import os
|
|
1024
|
-
# find the non-utils module name where the error happened
|
|
1025
|
-
# hint, this is the metarig type!
|
|
1026
|
-
_exception_type, _exception_value, exception_traceback = sys.exc_info()
|
|
1027
|
-
fns = [item.filename for item in traceback.extract_tb(exception_traceback)]
|
|
1028
|
-
fns_rig = [fn for fn in fns if os.path.basename(os.path.dirname(fn)) != 'utils']
|
|
1029
|
-
fn = fns_rig[-1]
|
|
1030
|
-
fn = os.path.basename(fn)
|
|
1031
|
-
fn = os.path.splitext(fn)[0]
|
|
1032
|
-
message = []
|
|
1033
|
-
if fn.startswith("__"):
|
|
1034
|
-
message.append(rpt_("Incorrect armature..."))
|
|
1035
|
-
else:
|
|
1036
|
-
message.append(rpt_("Incorrect armature for type '{:s}'").format(fn))
|
|
1037
|
-
message.append(exception.message)
|
|
1038
|
-
|
|
1039
|
-
message.reverse() # XXX - stupid! menu's are upside down!
|
|
1040
|
-
|
|
1041
|
-
operator.report({'ERROR'}, '\n'.join(message))
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
def is_metarig(obj):
|
|
1045
|
-
if not (obj and obj.data and obj.type == 'ARMATURE'):
|
|
1046
|
-
return False
|
|
1047
|
-
if 'rig_id' in obj.data:
|
|
1048
|
-
return False
|
|
1049
|
-
for b in obj.pose.bones:
|
|
1050
|
-
if b.rigify_type != "":
|
|
1051
|
-
return True
|
|
1052
|
-
return False
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
class Generate(bpy.types.Operator):
|
|
1056
|
-
bl_idname = "pose.rigify_generate"
|
|
1057
|
-
bl_label = "Rigify Generate Rig"
|
|
1058
|
-
bl_options = {'UNDO'}
|
|
1059
|
-
bl_description = "Generate a rig from the active metarig armature"
|
|
1060
|
-
|
|
1061
|
-
@classmethod
|
|
1062
|
-
def poll(cls, context):
|
|
1063
|
-
return is_metarig(context.object)
|
|
1064
|
-
|
|
1065
|
-
def execute(self, context):
|
|
1066
|
-
metarig = verify_armature_obj(context.object)
|
|
1067
|
-
|
|
1068
|
-
for bcoll in metarig.data.collections_all:
|
|
1069
|
-
if bcoll.rigify_ui_row > 0 and bcoll.name not in SPECIAL_COLLECTIONS:
|
|
1070
|
-
break
|
|
1071
|
-
else:
|
|
1072
|
-
self.report(
|
|
1073
|
-
{'ERROR'},
|
|
1074
|
-
'No bone collections have UI buttons assigned - please check the Bone Collections UI sub-panel'
|
|
1075
|
-
)
|
|
1076
|
-
return {'CANCELLED'}
|
|
1077
|
-
|
|
1078
|
-
try:
|
|
1079
|
-
generate.generate_rig(context, metarig)
|
|
1080
|
-
except MetarigError as rig_exception:
|
|
1081
|
-
import traceback
|
|
1082
|
-
traceback.print_exc()
|
|
1083
|
-
|
|
1084
|
-
rigify_report_exception(self, rig_exception)
|
|
1085
|
-
except Exception as rig_exception:
|
|
1086
|
-
import traceback
|
|
1087
|
-
traceback.print_exc()
|
|
1088
|
-
|
|
1089
|
-
message = rpt_("Generation has thrown an exception: ") + str(rig_exception)
|
|
1090
|
-
self.report({'ERROR'}, message)
|
|
1091
|
-
else:
|
|
1092
|
-
target_rig = get_rigify_target_rig(metarig.data)
|
|
1093
|
-
message = rpt_('Successfully generated: "{:s}"').format(target_rig.name)
|
|
1094
|
-
self.report({'INFO'}, message)
|
|
1095
|
-
finally:
|
|
1096
|
-
bpy.ops.object.mode_set(mode='OBJECT')
|
|
1097
|
-
|
|
1098
|
-
return {'FINISHED'}
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
class UpgradeMetarigTypes(bpy.types.Operator):
|
|
1102
|
-
bl_idname = "pose.rigify_upgrade_types"
|
|
1103
|
-
bl_label = "Rigify Upgrade Metarig Types"
|
|
1104
|
-
bl_description = "Upgrade the Rigify types on the active metarig armature"
|
|
1105
|
-
bl_options = {'UNDO'}
|
|
1106
|
-
|
|
1107
|
-
def execute(self, context):
|
|
1108
|
-
upgrade_metarig_types(verify_armature_obj(context.active_object))
|
|
1109
|
-
return {'FINISHED'}
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
class UpgradeMetarigLayers(bpy.types.Operator):
|
|
1113
|
-
"""Upgrades the metarig from bone layers to bone collections"""
|
|
1114
|
-
|
|
1115
|
-
bl_idname = "armature.rigify_upgrade_layers"
|
|
1116
|
-
bl_label = "Rigify Upgrade Metarig Layers"
|
|
1117
|
-
bl_description = "Upgrade the metarig from bone layers to bone collections"
|
|
1118
|
-
bl_options = {'UNDO'}
|
|
1119
|
-
|
|
1120
|
-
def execute(self, context):
|
|
1121
|
-
upgrade_metarig_layers(verify_armature_obj(context.active_object))
|
|
1122
|
-
return {'FINISHED'}
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
class ValidateMetarigLayers(bpy.types.Operator):
|
|
1126
|
-
"""Validates references from rig component settings to bone collections"""
|
|
1127
|
-
|
|
1128
|
-
bl_idname = "armature.rigify_validate_layers"
|
|
1129
|
-
bl_label = "Validate Collection References"
|
|
1130
|
-
bl_description = (
|
|
1131
|
-
"Validate references from rig component settings to bone collections.\n"
|
|
1132
|
-
"Always run this both before and after joining two metarig armature objects into one to avoid glitches"
|
|
1133
|
-
)
|
|
1134
|
-
bl_options = {'UNDO'}
|
|
1135
|
-
|
|
1136
|
-
@classmethod
|
|
1137
|
-
def poll(cls, context):
|
|
1138
|
-
return is_valid_metarig(context) and context.object.mode != 'EDIT'
|
|
1139
|
-
|
|
1140
|
-
def execute(self, context):
|
|
1141
|
-
obj = verify_armature_obj(context.object)
|
|
1142
|
-
messages = validate_collection_references(obj)
|
|
1143
|
-
for msg in messages:
|
|
1144
|
-
self.report({'WARNING'}, msg)
|
|
1145
|
-
if not messages:
|
|
1146
|
-
self.report({'INFO'}, "No issues detected")
|
|
1147
|
-
return {'FINISHED'}
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
class Sample(bpy.types.Operator):
|
|
1151
|
-
"""Create a sample metarig to be modified before generating the final rig"""
|
|
1152
|
-
|
|
1153
|
-
bl_idname = "armature.metarig_sample_add"
|
|
1154
|
-
bl_label = "Add Metarig Sample"
|
|
1155
|
-
bl_options = {'UNDO'}
|
|
1156
|
-
|
|
1157
|
-
metarig_type: StringProperty(
|
|
1158
|
-
name="Type",
|
|
1159
|
-
description="Name of the rig type to generate a sample of",
|
|
1160
|
-
maxlen=128,
|
|
1161
|
-
options={'SKIP_SAVE'}
|
|
1162
|
-
)
|
|
1163
|
-
|
|
1164
|
-
@classmethod
|
|
1165
|
-
def poll(cls, context):
|
|
1166
|
-
return context.mode == 'EDIT_ARMATURE'
|
|
1167
|
-
|
|
1168
|
-
def draw(self, context):
|
|
1169
|
-
layout = self.layout
|
|
1170
|
-
layout.use_property_split = True
|
|
1171
|
-
layout.use_property_decorate = False
|
|
1172
|
-
col = layout.column()
|
|
1173
|
-
build_type_list(context, get_rigify_types(context.window_manager))
|
|
1174
|
-
col.prop(context.object.data, "active_feature_set")
|
|
1175
|
-
col.prop_search(self, "metarig_type", context.window_manager, "rigify_types")
|
|
1176
|
-
|
|
1177
|
-
def invoke(self, context, event):
|
|
1178
|
-
if self.metarig_type == "":
|
|
1179
|
-
return context.window_manager.invoke_props_dialog(self)
|
|
1180
|
-
return self.execute(context)
|
|
1181
|
-
|
|
1182
|
-
def execute(self, context):
|
|
1183
|
-
if self.metarig_type == "":
|
|
1184
|
-
self.report({'ERROR'}, "You must select a rig type to create a sample of")
|
|
1185
|
-
return {'CANCELLED'}
|
|
1186
|
-
try:
|
|
1187
|
-
rig = rig_lists.rigs[self.metarig_type]["module"]
|
|
1188
|
-
create_sample = rig.create_sample
|
|
1189
|
-
except (ImportError, AttributeError, KeyError):
|
|
1190
|
-
raise Exception("rig type '" + self.metarig_type + "' has no sample.")
|
|
1191
|
-
else:
|
|
1192
|
-
create_sample(context.active_object)
|
|
1193
|
-
finally:
|
|
1194
|
-
bpy.ops.object.mode_set(mode='EDIT')
|
|
1195
|
-
|
|
1196
|
-
return {'FINISHED'}
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
class EncodeMetarig(bpy.types.Operator):
|
|
1200
|
-
"""Create Python code that will generate the selected metarig"""
|
|
1201
|
-
bl_idname = "armature.rigify_encode_metarig"
|
|
1202
|
-
bl_label = "Rigify Encode Metarig"
|
|
1203
|
-
bl_options = {'UNDO'}
|
|
1204
|
-
|
|
1205
|
-
@classmethod
|
|
1206
|
-
def poll(cls, context):
|
|
1207
|
-
return context.mode == 'EDIT_ARMATURE' and is_metarig(context.object)
|
|
1208
|
-
|
|
1209
|
-
def execute(self, context):
|
|
1210
|
-
name = "metarig.py"
|
|
1211
|
-
|
|
1212
|
-
if name in bpy.data.texts:
|
|
1213
|
-
text_block = bpy.data.texts[name]
|
|
1214
|
-
text_block.clear()
|
|
1215
|
-
else:
|
|
1216
|
-
text_block = bpy.data.texts.new(name)
|
|
1217
|
-
|
|
1218
|
-
obj = verify_armature_obj(context.active_object)
|
|
1219
|
-
text = write_metarig(obj, layers=True, func_name="create", groups=True, widgets=True)
|
|
1220
|
-
text_block.write(text)
|
|
1221
|
-
bpy.ops.object.mode_set(mode='EDIT')
|
|
1222
|
-
message = rpt_("Metarig written to text datablock {:s}").format(text_block.name)
|
|
1223
|
-
self.report({'INFO'}, message)
|
|
1224
|
-
return {'FINISHED'}
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
class EncodeMetarigSample(bpy.types.Operator):
|
|
1228
|
-
"""Create Python code that will generate the selected metarig as a sample"""
|
|
1229
|
-
bl_idname = "armature.rigify_encode_metarig_sample"
|
|
1230
|
-
bl_label = "Rigify Encode Metarig Sample"
|
|
1231
|
-
bl_options = {'UNDO'}
|
|
1232
|
-
|
|
1233
|
-
@classmethod
|
|
1234
|
-
def poll(cls, context):
|
|
1235
|
-
return context.mode == 'EDIT_ARMATURE' and is_metarig(context.object)
|
|
1236
|
-
|
|
1237
|
-
def execute(self, context):
|
|
1238
|
-
name = "metarig_sample.py"
|
|
1239
|
-
|
|
1240
|
-
if name in bpy.data.texts:
|
|
1241
|
-
text_block = bpy.data.texts[name]
|
|
1242
|
-
text_block.clear()
|
|
1243
|
-
else:
|
|
1244
|
-
text_block = bpy.data.texts.new(name)
|
|
1245
|
-
|
|
1246
|
-
obj = verify_armature_obj(context.active_object)
|
|
1247
|
-
text = write_metarig(obj, layers=False, func_name="create_sample")
|
|
1248
|
-
text_block.write(text)
|
|
1249
|
-
bpy.ops.object.mode_set(mode='EDIT')
|
|
1250
|
-
|
|
1251
|
-
message = rpt_("Metarig Sample written to text datablock {:s}").format(text_block.name)
|
|
1252
|
-
self.report({'INFO'}, message)
|
|
1253
|
-
return {'FINISHED'}
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
# noinspection PyPep8Naming
|
|
1257
|
-
class VIEW3D_MT_rigify(bpy.types.Menu):
|
|
1258
|
-
bl_label = "Rigify"
|
|
1259
|
-
bl_idname = "VIEW3D_MT_rigify"
|
|
1260
|
-
|
|
1261
|
-
append: Callable
|
|
1262
|
-
remove: Callable
|
|
1263
|
-
|
|
1264
|
-
def draw(self, context):
|
|
1265
|
-
layout = self.layout
|
|
1266
|
-
obj = verify_armature_obj(context.object)
|
|
1267
|
-
target_rig = get_rigify_target_rig(obj.data)
|
|
1268
|
-
|
|
1269
|
-
text = (
|
|
1270
|
-
n_("Re-Generate Rig", i18n_contexts.operator_default) if target_rig
|
|
1271
|
-
else n_("Generate Rig", i18n_contexts.operator_default)
|
|
1272
|
-
)
|
|
1273
|
-
layout.operator(Generate.bl_idname, text=text)
|
|
1274
|
-
|
|
1275
|
-
if context.mode == 'EDIT_ARMATURE':
|
|
1276
|
-
layout.separator()
|
|
1277
|
-
layout.operator(Sample.bl_idname)
|
|
1278
|
-
layout.separator()
|
|
1279
|
-
layout.operator(EncodeMetarig.bl_idname, text="Encode Metarig")
|
|
1280
|
-
layout.operator(EncodeMetarigSample.bl_idname, text="Encode Metarig Sample")
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
def draw_rigify_menu(self, context):
|
|
1284
|
-
if is_metarig(context.object):
|
|
1285
|
-
self.layout.menu(VIEW3D_MT_rigify.bl_idname)
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
class EncodeWidget(bpy.types.Operator):
|
|
1289
|
-
"""Create Python code that will generate the selected metarig"""
|
|
1290
|
-
bl_idname = "mesh.rigify_encode_mesh_widget"
|
|
1291
|
-
bl_label = "Rigify Encode Widget"
|
|
1292
|
-
bl_options = {'UNDO'}
|
|
1293
|
-
|
|
1294
|
-
@classmethod
|
|
1295
|
-
def poll(cls, context):
|
|
1296
|
-
return context.mode == 'EDIT_MESH'
|
|
1297
|
-
|
|
1298
|
-
def execute(self, context):
|
|
1299
|
-
name = "widget.py"
|
|
1300
|
-
|
|
1301
|
-
if name in bpy.data.texts:
|
|
1302
|
-
text_block = bpy.data.texts[name]
|
|
1303
|
-
text_block.clear()
|
|
1304
|
-
else:
|
|
1305
|
-
text_block = bpy.data.texts.new(name)
|
|
1306
|
-
|
|
1307
|
-
text = write_widget(context.active_object)
|
|
1308
|
-
text_block.write(text)
|
|
1309
|
-
bpy.ops.object.mode_set(mode='EDIT')
|
|
1310
|
-
|
|
1311
|
-
return {'FINISHED'}
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
def draw_mesh_edit_menu(self, _context: bpy.types.Context):
|
|
1315
|
-
self.layout.operator(EncodeWidget.bl_idname)
|
|
1316
|
-
self.layout.separator()
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
def fk_to_ik(rig: ArmatureObject, window='ALL'):
|
|
1320
|
-
scn = bpy.context.scene
|
|
1321
|
-
id_store = bpy.context.window_manager
|
|
1322
|
-
|
|
1323
|
-
rig_id = rig.data['rig_id']
|
|
1324
|
-
leg_ik2fk = eval('bpy.ops.pose.rigify_leg_ik2fk_' + rig_id)
|
|
1325
|
-
arm_ik2fk = eval('bpy.ops.pose.rigify_arm_ik2fk_' + rig_id)
|
|
1326
|
-
limb_generated_names = get_limb_generated_names(rig)
|
|
1327
|
-
|
|
1328
|
-
if window == 'ALL':
|
|
1329
|
-
frames = get_keyed_frames_in_range(bpy.context, rig)
|
|
1330
|
-
elif window == 'CURRENT':
|
|
1331
|
-
frames = [scn.frame_current]
|
|
1332
|
-
else:
|
|
1333
|
-
frames = [scn.frame_current]
|
|
1334
|
-
|
|
1335
|
-
only_selected = get_transfer_only_selected(id_store)
|
|
1336
|
-
|
|
1337
|
-
if not only_selected:
|
|
1338
|
-
pose_bones = rig.pose.bones
|
|
1339
|
-
bpy.ops.pose.select_all(action='DESELECT')
|
|
1340
|
-
else:
|
|
1341
|
-
pose_bones = bpy.context.selected_pose_bones
|
|
1342
|
-
bpy.ops.pose.select_all(action='DESELECT')
|
|
1343
|
-
|
|
1344
|
-
for b in pose_bones:
|
|
1345
|
-
for group in limb_generated_names:
|
|
1346
|
-
if b.name in limb_generated_names[group].values() or b.name in limb_generated_names[group]['controls']\
|
|
1347
|
-
or b.name in limb_generated_names[group]['ik_ctrl']:
|
|
1348
|
-
names = limb_generated_names[group]
|
|
1349
|
-
if names['limb_type'] == 'arm':
|
|
1350
|
-
func = arm_ik2fk
|
|
1351
|
-
controls = names['controls']
|
|
1352
|
-
ik_ctrl = names['ik_ctrl']
|
|
1353
|
-
# fk_ctrl = names['fk_ctrl']
|
|
1354
|
-
parent = names['parent']
|
|
1355
|
-
pole = names['pole']
|
|
1356
|
-
rig.pose.bones[controls[0]].select = True
|
|
1357
|
-
rig.pose.bones[controls[4]].select = True
|
|
1358
|
-
rig.pose.bones[pole].select = True
|
|
1359
|
-
rig.pose.bones[parent].select = True
|
|
1360
|
-
kwargs = {'uarm_fk': controls[1], 'farm_fk': controls[2], 'hand_fk': controls[3],
|
|
1361
|
-
'uarm_ik': controls[0], 'farm_ik': ik_ctrl[1], 'hand_ik': controls[4],
|
|
1362
|
-
'pole': pole, 'main_parent': parent}
|
|
1363
|
-
args = (controls[0], controls[1], controls[2], controls[3],
|
|
1364
|
-
controls[4], pole, parent)
|
|
1365
|
-
else:
|
|
1366
|
-
func = leg_ik2fk
|
|
1367
|
-
controls = names['controls']
|
|
1368
|
-
ik_ctrl = names['ik_ctrl']
|
|
1369
|
-
# fk_ctrl = names['fk_ctrl']
|
|
1370
|
-
parent = names['parent']
|
|
1371
|
-
pole = names['pole']
|
|
1372
|
-
rig.pose.bones[controls[0]].select = True
|
|
1373
|
-
rig.pose.bones[controls[6]].select = True
|
|
1374
|
-
rig.pose.bones[controls[5]].select = True
|
|
1375
|
-
rig.pose.bones[pole].select = True
|
|
1376
|
-
rig.pose.bones[parent].select = True
|
|
1377
|
-
# noinspection SpellCheckingInspection
|
|
1378
|
-
kwargs = {'thigh_fk': controls[1], 'shin_fk': controls[2], 'foot_fk': controls[3],
|
|
1379
|
-
'mfoot_fk': controls[7], 'thigh_ik': controls[0], 'shin_ik': ik_ctrl[1],
|
|
1380
|
-
'foot_ik': controls[6], 'pole': pole, 'footroll': controls[5], 'mfoot_ik': ik_ctrl[2],
|
|
1381
|
-
'main_parent': parent}
|
|
1382
|
-
args = (controls[0], controls[1], controls[2], controls[3],
|
|
1383
|
-
controls[6], controls[5], pole, parent)
|
|
1384
|
-
|
|
1385
|
-
for f in frames:
|
|
1386
|
-
if not bones_in_frame(f, rig, *args):
|
|
1387
|
-
continue
|
|
1388
|
-
scn.frame_set(f)
|
|
1389
|
-
func(**kwargs)
|
|
1390
|
-
bpy.ops.anim.keyframe_insert_menu(type='BUILTIN_KSI_VisualLocRot')
|
|
1391
|
-
bpy.ops.anim.keyframe_insert_menu(type='Scaling')
|
|
1392
|
-
|
|
1393
|
-
bpy.ops.pose.select_all(action='DESELECT')
|
|
1394
|
-
limb_generated_names.pop(group)
|
|
1395
|
-
break
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
def ik_to_fk(rig: ArmatureObject, window='ALL'):
|
|
1399
|
-
scn = bpy.context.scene
|
|
1400
|
-
id_store = bpy.context.window_manager
|
|
1401
|
-
|
|
1402
|
-
rig_id = rig.data['rig_id']
|
|
1403
|
-
leg_fk2ik = eval('bpy.ops.pose.rigify_leg_fk2ik_' + rig_id)
|
|
1404
|
-
arm_fk2ik = eval('bpy.ops.pose.rigify_arm_fk2ik_' + rig_id)
|
|
1405
|
-
limb_generated_names = get_limb_generated_names(rig)
|
|
1406
|
-
|
|
1407
|
-
if window == 'ALL':
|
|
1408
|
-
frames = get_keyed_frames_in_range(bpy.context, rig)
|
|
1409
|
-
elif window == 'CURRENT':
|
|
1410
|
-
frames = [scn.frame_current]
|
|
1411
|
-
else:
|
|
1412
|
-
frames = [scn.frame_current]
|
|
1413
|
-
|
|
1414
|
-
only_selected = get_transfer_only_selected(id_store)
|
|
1415
|
-
|
|
1416
|
-
if not only_selected:
|
|
1417
|
-
bpy.ops.pose.select_all(action='DESELECT')
|
|
1418
|
-
pose_bones = rig.pose.bones
|
|
1419
|
-
else:
|
|
1420
|
-
pose_bones = bpy.context.selected_pose_bones
|
|
1421
|
-
bpy.ops.pose.select_all(action='DESELECT')
|
|
1422
|
-
|
|
1423
|
-
for b in pose_bones:
|
|
1424
|
-
for group in limb_generated_names:
|
|
1425
|
-
if b.name in limb_generated_names[group].values() or b.name in limb_generated_names[group]['controls']\
|
|
1426
|
-
or b.name in limb_generated_names[group]['ik_ctrl']:
|
|
1427
|
-
names = limb_generated_names[group]
|
|
1428
|
-
if names['limb_type'] == 'arm':
|
|
1429
|
-
func = arm_fk2ik
|
|
1430
|
-
controls = names['controls']
|
|
1431
|
-
ik_ctrl = names['ik_ctrl']
|
|
1432
|
-
# fk_ctrl = names['fk_ctrl']
|
|
1433
|
-
parent = names['parent']
|
|
1434
|
-
pole = names['pole']
|
|
1435
|
-
rig.pose.bones[controls[1]].select = True
|
|
1436
|
-
rig.pose.bones[controls[2]].select = True
|
|
1437
|
-
rig.pose.bones[controls[3]].select = True
|
|
1438
|
-
kwargs = {'uarm_fk': controls[1], 'farm_fk': controls[2], 'hand_fk': controls[3],
|
|
1439
|
-
'uarm_ik': controls[0], 'farm_ik': ik_ctrl[1],
|
|
1440
|
-
'hand_ik': controls[4]}
|
|
1441
|
-
args = (controls[0], controls[1], controls[2], controls[3],
|
|
1442
|
-
controls[4], pole, parent)
|
|
1443
|
-
else:
|
|
1444
|
-
func = leg_fk2ik
|
|
1445
|
-
controls = names['controls']
|
|
1446
|
-
ik_ctrl = names['ik_ctrl']
|
|
1447
|
-
# fk_ctrl = names['fk_ctrl']
|
|
1448
|
-
parent = names['parent']
|
|
1449
|
-
pole = names['pole']
|
|
1450
|
-
rig.pose.bones[controls[1]].select = True
|
|
1451
|
-
rig.pose.bones[controls[2]].select = True
|
|
1452
|
-
rig.pose.bones[controls[3]].select = True
|
|
1453
|
-
# noinspection SpellCheckingInspection
|
|
1454
|
-
kwargs = {'thigh_fk': controls[1], 'shin_fk': controls[2], 'foot_fk': controls[3],
|
|
1455
|
-
'mfoot_fk': controls[7], 'thigh_ik': controls[0], 'shin_ik': ik_ctrl[1],
|
|
1456
|
-
'foot_ik': ik_ctrl[2], 'mfoot_ik': ik_ctrl[2]}
|
|
1457
|
-
args = (controls[0], controls[1], controls[2], controls[3],
|
|
1458
|
-
controls[6], controls[5], pole, parent)
|
|
1459
|
-
|
|
1460
|
-
for f in frames:
|
|
1461
|
-
if not bones_in_frame(f, rig, *args):
|
|
1462
|
-
continue
|
|
1463
|
-
scn.frame_set(f)
|
|
1464
|
-
func(**kwargs)
|
|
1465
|
-
bpy.ops.anim.keyframe_insert_menu(type='BUILTIN_KSI_VisualLocRot')
|
|
1466
|
-
bpy.ops.anim.keyframe_insert_menu(type='Scaling')
|
|
1467
|
-
|
|
1468
|
-
bpy.ops.pose.select_all(action='DESELECT')
|
|
1469
|
-
limb_generated_names.pop(group)
|
|
1470
|
-
break
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
def clear_animation(channelbag, anim_type, names):
|
|
1474
|
-
bones = []
|
|
1475
|
-
for group in names:
|
|
1476
|
-
if names[group]['limb_type'] == 'arm':
|
|
1477
|
-
if anim_type == 'IK':
|
|
1478
|
-
bones.extend([names[group]['controls'][0], names[group]['controls'][4]])
|
|
1479
|
-
elif anim_type == 'FK':
|
|
1480
|
-
bones.extend([names[group]['controls'][1], names[group]['controls'][2], names[group]['controls'][3]])
|
|
1481
|
-
else:
|
|
1482
|
-
if anim_type == 'IK':
|
|
1483
|
-
bones.extend([names[group]['controls'][0], names[group]['controls'][6], names[group]['controls'][5],
|
|
1484
|
-
names[group]['controls'][4]])
|
|
1485
|
-
elif anim_type == 'FK':
|
|
1486
|
-
bones.extend([names[group]['controls'][1], names[group]['controls'][2], names[group]['controls'][3],
|
|
1487
|
-
names[group]['controls'][4]])
|
|
1488
|
-
f_curves = []
|
|
1489
|
-
for fcu in channelbag.fcurves:
|
|
1490
|
-
words = fcu.data_path.split('"')
|
|
1491
|
-
if words[0] == "pose.bones[" and words[1] in bones:
|
|
1492
|
-
f_curves.append(fcu)
|
|
1493
|
-
|
|
1494
|
-
if not f_curves:
|
|
1495
|
-
return
|
|
1496
|
-
|
|
1497
|
-
for fcu in f_curves:
|
|
1498
|
-
channelbag.fcurves.remove(fcu)
|
|
1499
|
-
|
|
1500
|
-
# Put cleared bones back to rest pose
|
|
1501
|
-
bpy.ops.pose.loc_clear()
|
|
1502
|
-
bpy.ops.pose.rot_clear()
|
|
1503
|
-
bpy.ops.pose.scale_clear()
|
|
1504
|
-
|
|
1505
|
-
# updateView3D()
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
def rot_pole_toggle(rig: ArmatureObject, window='ALL', value=False, toggle=False, bake=False):
|
|
1509
|
-
scn = bpy.context.scene
|
|
1510
|
-
id_store = bpy.context.window_manager
|
|
1511
|
-
|
|
1512
|
-
rig_id = rig.data['rig_id']
|
|
1513
|
-
leg_fk2ik = eval('bpy.ops.pose.rigify_leg_fk2ik_' + rig_id)
|
|
1514
|
-
arm_fk2ik = eval('bpy.ops.pose.rigify_arm_fk2ik_' + rig_id)
|
|
1515
|
-
leg_ik2fk = eval('bpy.ops.pose.rigify_leg_ik2fk_' + rig_id)
|
|
1516
|
-
arm_ik2fk = eval('bpy.ops.pose.rigify_arm_ik2fk_' + rig_id)
|
|
1517
|
-
limb_generated_names = get_limb_generated_names(rig)
|
|
1518
|
-
|
|
1519
|
-
if window == 'ALL':
|
|
1520
|
-
frames = get_keyed_frames_in_range(bpy.context, rig)
|
|
1521
|
-
elif window == 'CURRENT':
|
|
1522
|
-
frames = [scn.frame_current]
|
|
1523
|
-
else:
|
|
1524
|
-
frames = [scn.frame_current]
|
|
1525
|
-
|
|
1526
|
-
only_selected = get_transfer_only_selected(id_store)
|
|
1527
|
-
|
|
1528
|
-
if not only_selected:
|
|
1529
|
-
bpy.ops.pose.select_all(action='DESELECT')
|
|
1530
|
-
pose_bones = rig.pose.bones
|
|
1531
|
-
else:
|
|
1532
|
-
pose_bones = bpy.context.selected_pose_bones
|
|
1533
|
-
bpy.ops.pose.select_all(action='DESELECT')
|
|
1534
|
-
|
|
1535
|
-
for b in pose_bones:
|
|
1536
|
-
for group in limb_generated_names:
|
|
1537
|
-
names = limb_generated_names[group]
|
|
1538
|
-
|
|
1539
|
-
if toggle:
|
|
1540
|
-
new_pole_vector_value = not rig.pose.bones[names['parent']]['pole_vector']
|
|
1541
|
-
else:
|
|
1542
|
-
new_pole_vector_value = value
|
|
1543
|
-
|
|
1544
|
-
if b.name in names.values() or b.name in names['controls'] or b.name in names['ik_ctrl']:
|
|
1545
|
-
if names['limb_type'] == 'arm':
|
|
1546
|
-
func1 = arm_fk2ik
|
|
1547
|
-
func2 = arm_ik2fk
|
|
1548
|
-
controls = names['controls']
|
|
1549
|
-
ik_ctrl = names['ik_ctrl']
|
|
1550
|
-
# fk_ctrl = names['fk_ctrl']
|
|
1551
|
-
parent = names['parent']
|
|
1552
|
-
pole = names['pole']
|
|
1553
|
-
rig.pose.bones[controls[0]].select = not new_pole_vector_value
|
|
1554
|
-
rig.pose.bones[controls[4]].select = not new_pole_vector_value
|
|
1555
|
-
rig.pose.bones[parent].select = not new_pole_vector_value
|
|
1556
|
-
rig.pose.bones[pole].select = new_pole_vector_value
|
|
1557
|
-
|
|
1558
|
-
kwargs1 = {'uarm_fk': controls[1], 'farm_fk': controls[2], 'hand_fk': controls[3],
|
|
1559
|
-
'uarm_ik': controls[0], 'farm_ik': ik_ctrl[1],
|
|
1560
|
-
'hand_ik': controls[4]}
|
|
1561
|
-
kwargs2 = {'uarm_fk': controls[1], 'farm_fk': controls[2], 'hand_fk': controls[3],
|
|
1562
|
-
'uarm_ik': controls[0], 'farm_ik': ik_ctrl[1], 'hand_ik': controls[4],
|
|
1563
|
-
'pole': pole, 'main_parent': parent}
|
|
1564
|
-
args = (controls[0], controls[4], pole, parent)
|
|
1565
|
-
else:
|
|
1566
|
-
func1 = leg_fk2ik
|
|
1567
|
-
func2 = leg_ik2fk
|
|
1568
|
-
controls = names['controls']
|
|
1569
|
-
ik_ctrl = names['ik_ctrl']
|
|
1570
|
-
# fk_ctrl = names['fk_ctrl']
|
|
1571
|
-
parent = names['parent']
|
|
1572
|
-
pole = names['pole']
|
|
1573
|
-
rig.pose.bones[controls[0]].select = not new_pole_vector_value
|
|
1574
|
-
rig.pose.bones[controls[6]].select = not new_pole_vector_value
|
|
1575
|
-
rig.pose.bones[controls[5]].select = not new_pole_vector_value
|
|
1576
|
-
rig.pose.bones[parent].select = not new_pole_vector_value
|
|
1577
|
-
rig.pose.bones[pole].select = new_pole_vector_value
|
|
1578
|
-
|
|
1579
|
-
# noinspection SpellCheckingInspection
|
|
1580
|
-
kwargs1 = {'thigh_fk': controls[1], 'shin_fk': controls[2], 'foot_fk': controls[3],
|
|
1581
|
-
'mfoot_fk': controls[7], 'thigh_ik': controls[0], 'shin_ik': ik_ctrl[1],
|
|
1582
|
-
'foot_ik': ik_ctrl[2], 'mfoot_ik': ik_ctrl[2]}
|
|
1583
|
-
# noinspection SpellCheckingInspection
|
|
1584
|
-
kwargs2 = {'thigh_fk': controls[1], 'shin_fk': controls[2], 'foot_fk': controls[3],
|
|
1585
|
-
'mfoot_fk': controls[7], 'thigh_ik': controls[0], 'shin_ik': ik_ctrl[1],
|
|
1586
|
-
'foot_ik': controls[6], 'pole': pole, 'footroll': controls[5], 'mfoot_ik': ik_ctrl[2],
|
|
1587
|
-
'main_parent': parent}
|
|
1588
|
-
args = (controls[0], controls[6], controls[5], pole, parent)
|
|
1589
|
-
|
|
1590
|
-
for f in frames:
|
|
1591
|
-
if bake and not bones_in_frame(f, rig, *args):
|
|
1592
|
-
continue
|
|
1593
|
-
scn.frame_set(f)
|
|
1594
|
-
func1(**kwargs1)
|
|
1595
|
-
rig.pose.bones[names['parent']]['pole_vector'] = new_pole_vector_value
|
|
1596
|
-
func2(**kwargs2)
|
|
1597
|
-
if bake:
|
|
1598
|
-
bpy.ops.anim.keyframe_insert_menu(type='BUILTIN_KSI_VisualLocRot')
|
|
1599
|
-
bpy.ops.anim.keyframe_insert_menu(type='Scaling')
|
|
1600
|
-
overwrite_prop_animation(rig, rig.pose.bones[parent], 'pole_vector', new_pole_vector_value, [f])
|
|
1601
|
-
|
|
1602
|
-
bpy.ops.pose.select_all(action='DESELECT')
|
|
1603
|
-
limb_generated_names.pop(group)
|
|
1604
|
-
break
|
|
1605
|
-
scn.frame_set(0)
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
# noinspection PyPep8Naming
|
|
1609
|
-
class OBJECT_OT_IK2FK(bpy.types.Operator):
|
|
1610
|
-
""" Snaps IK limb on FK limb at current frame"""
|
|
1611
|
-
bl_idname = "rigify.ik2fk"
|
|
1612
|
-
bl_label = "IK2FK"
|
|
1613
|
-
bl_description = "Snaps IK limb on FK"
|
|
1614
|
-
bl_options = {'INTERNAL'}
|
|
1615
|
-
|
|
1616
|
-
def execute(self, context):
|
|
1617
|
-
rig = verify_armature_obj(context.object)
|
|
1618
|
-
|
|
1619
|
-
fk_to_ik(rig, window='CURRENT')
|
|
1620
|
-
|
|
1621
|
-
return {'FINISHED'}
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
# noinspection PyPep8Naming
|
|
1625
|
-
class OBJECT_OT_FK2IK(bpy.types.Operator):
|
|
1626
|
-
""" Snaps FK limb on IK limb at current frame"""
|
|
1627
|
-
bl_idname = "rigify.fk2ik"
|
|
1628
|
-
bl_label = "FK2IK"
|
|
1629
|
-
bl_description = "Snaps FK limb on IK"
|
|
1630
|
-
bl_options = {'INTERNAL'}
|
|
1631
|
-
|
|
1632
|
-
def execute(self, context):
|
|
1633
|
-
rig = verify_armature_obj(context.object)
|
|
1634
|
-
|
|
1635
|
-
ik_to_fk(rig, window='CURRENT')
|
|
1636
|
-
|
|
1637
|
-
return {'FINISHED'}
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
# noinspection PyPep8Naming
|
|
1641
|
-
class OBJECT_OT_TransferFKtoIK(bpy.types.Operator):
|
|
1642
|
-
"""Transfers FK animation to IK"""
|
|
1643
|
-
bl_idname = "rigify.transfer_fk_to_ik"
|
|
1644
|
-
bl_label = "Transfer FK anim to IK"
|
|
1645
|
-
bl_description = "Transfer FK animation to IK bones"
|
|
1646
|
-
bl_options = {'INTERNAL'}
|
|
1647
|
-
|
|
1648
|
-
def execute(self, context):
|
|
1649
|
-
rig = verify_armature_obj(context.object)
|
|
1650
|
-
|
|
1651
|
-
fk_to_ik(rig)
|
|
1652
|
-
|
|
1653
|
-
return {'FINISHED'}
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
# noinspection PyPep8Naming
|
|
1657
|
-
class OBJECT_OT_TransferIKtoFK(bpy.types.Operator):
|
|
1658
|
-
"""Transfers FK animation to IK"""
|
|
1659
|
-
bl_idname = "rigify.transfer_ik_to_fk"
|
|
1660
|
-
bl_label = "Transfer IK anim to FK"
|
|
1661
|
-
bl_description = "Transfer IK animation to FK bones"
|
|
1662
|
-
bl_options = {'INTERNAL'}
|
|
1663
|
-
|
|
1664
|
-
def execute(self, context):
|
|
1665
|
-
rig = verify_armature_obj(context.object)
|
|
1666
|
-
|
|
1667
|
-
ik_to_fk(rig)
|
|
1668
|
-
|
|
1669
|
-
return {'FINISHED'}
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
# noinspection PyPep8Naming
|
|
1673
|
-
class OBJECT_OT_ClearAnimation(bpy.types.Operator):
|
|
1674
|
-
bl_idname = "rigify.clear_animation"
|
|
1675
|
-
bl_label = "Clear Animation"
|
|
1676
|
-
bl_description = "Clear animation for FK or IK bones"
|
|
1677
|
-
bl_options = {'INTERNAL', 'UNDO'}
|
|
1678
|
-
|
|
1679
|
-
anim_type: StringProperty()
|
|
1680
|
-
|
|
1681
|
-
def execute(self, context):
|
|
1682
|
-
rig = verify_armature_obj(context.object)
|
|
1683
|
-
|
|
1684
|
-
if not rig.animation_data:
|
|
1685
|
-
return {'CANCELLED'}
|
|
1686
|
-
|
|
1687
|
-
channelbag = anim_utils.action_get_channelbag_for_slot(
|
|
1688
|
-
rig.animation_data.action, rig.animation_data.action_slot)
|
|
1689
|
-
if not channelbag:
|
|
1690
|
-
return {'CANCELLED'}
|
|
1691
|
-
|
|
1692
|
-
clear_animation(channelbag, self.anim_type, names=get_limb_generated_names(rig))
|
|
1693
|
-
return {'FINISHED'}
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
# noinspection PyPep8Naming
|
|
1697
|
-
class OBJECT_OT_Rot2Pole(bpy.types.Operator):
|
|
1698
|
-
bl_idname = "rigify.rotation_pole"
|
|
1699
|
-
bl_label = "Rotation - Pole toggle"
|
|
1700
|
-
bl_description = "Toggles IK chain between rotation and pole target"
|
|
1701
|
-
bl_options = {'INTERNAL'}
|
|
1702
|
-
|
|
1703
|
-
bone_name: StringProperty(default='')
|
|
1704
|
-
window: StringProperty(default='ALL')
|
|
1705
|
-
toggle: BoolProperty(default=True)
|
|
1706
|
-
value: BoolProperty(default=True)
|
|
1707
|
-
bake: BoolProperty(default=True)
|
|
1708
|
-
|
|
1709
|
-
def execute(self, context):
|
|
1710
|
-
rig = verify_armature_obj(context.object)
|
|
1711
|
-
|
|
1712
|
-
if self.bone_name:
|
|
1713
|
-
bpy.ops.pose.select_all(action='DESELECT')
|
|
1714
|
-
rig.pose.bones[self.bone_name].select = True
|
|
1715
|
-
|
|
1716
|
-
rot_pole_toggle(rig, window=self.window, toggle=self.toggle, value=self.value, bake=self.bake)
|
|
1717
|
-
return {'FINISHED'}
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
# noinspection PyPep8Naming
|
|
1721
|
-
class POSE_OT_rigify_collection_ref_add(bpy.types.Operator):
|
|
1722
|
-
bl_idname = "pose.rigify_collection_ref_add"
|
|
1723
|
-
bl_label = "Add Bone Collection Reference"
|
|
1724
|
-
bl_description = "Add a new row to the bone collection reference list"
|
|
1725
|
-
bl_options = {'UNDO'}
|
|
1726
|
-
|
|
1727
|
-
prop_name: StringProperty(name="Property Name")
|
|
1728
|
-
|
|
1729
|
-
@classmethod
|
|
1730
|
-
def poll(cls, context):
|
|
1731
|
-
return is_valid_metarig(context) and context.active_pose_bone
|
|
1732
|
-
|
|
1733
|
-
def execute(self, context):
|
|
1734
|
-
params = get_rigify_params(context.active_pose_bone)
|
|
1735
|
-
getattr(params, self.prop_name).add()
|
|
1736
|
-
return {'FINISHED'}
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
# noinspection PyPep8Naming
|
|
1740
|
-
class POSE_OT_rigify_collection_ref_remove(bpy.types.Operator):
|
|
1741
|
-
bl_idname = "pose.rigify_collection_ref_remove"
|
|
1742
|
-
bl_label = "Remove Bone Collection Reference"
|
|
1743
|
-
bl_description = "Remove this row from the bone collection reference list"
|
|
1744
|
-
bl_options = {'UNDO'}
|
|
1745
|
-
|
|
1746
|
-
prop_name: StringProperty(name="Property Name")
|
|
1747
|
-
index: IntProperty(name="Entry Index")
|
|
1748
|
-
|
|
1749
|
-
@classmethod
|
|
1750
|
-
def poll(cls, context):
|
|
1751
|
-
return is_valid_metarig(context) and context.active_pose_bone
|
|
1752
|
-
|
|
1753
|
-
def execute(self, context):
|
|
1754
|
-
params = get_rigify_params(context.active_pose_bone)
|
|
1755
|
-
getattr(params, self.prop_name).remove(self.index)
|
|
1756
|
-
return {'FINISHED'}
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
###############
|
|
1760
|
-
# Registering
|
|
1761
|
-
|
|
1762
|
-
classes = (
|
|
1763
|
-
DATA_OT_rigify_add_color_sets,
|
|
1764
|
-
DATA_OT_rigify_use_standard_colors,
|
|
1765
|
-
DATA_OT_rigify_apply_selection_colors,
|
|
1766
|
-
DATA_OT_rigify_color_set_add,
|
|
1767
|
-
DATA_OT_rigify_color_set_add_theme,
|
|
1768
|
-
DATA_OT_rigify_color_set_remove,
|
|
1769
|
-
DATA_OT_rigify_color_set_remove_all,
|
|
1770
|
-
DATA_UL_rigify_color_sets,
|
|
1771
|
-
DATA_MT_rigify_color_sets_context_menu,
|
|
1772
|
-
DATA_PT_rigify,
|
|
1773
|
-
DATA_PT_rigify_advanced,
|
|
1774
|
-
DATA_PT_rigify_color_sets,
|
|
1775
|
-
DATA_UL_rigify_bone_collections,
|
|
1776
|
-
DATA_PT_rigify_collection_list,
|
|
1777
|
-
DATA_PT_rigify_collection_ui,
|
|
1778
|
-
DATA_OT_rigify_collection_select,
|
|
1779
|
-
DATA_OT_rigify_collection_set_ui_row,
|
|
1780
|
-
DATA_OT_rigify_collection_add_ui_row,
|
|
1781
|
-
DATA_PT_rigify_samples,
|
|
1782
|
-
BONE_PT_rigify_buttons,
|
|
1783
|
-
VIEW3D_PT_rigify_animation_tools,
|
|
1784
|
-
VIEW3D_PT_tools_rigify_dev,
|
|
1785
|
-
Generate,
|
|
1786
|
-
UpgradeMetarigTypes,
|
|
1787
|
-
UpgradeMetarigLayers,
|
|
1788
|
-
ValidateMetarigLayers,
|
|
1789
|
-
Sample,
|
|
1790
|
-
VIEW3D_MT_rigify,
|
|
1791
|
-
EncodeMetarig,
|
|
1792
|
-
EncodeMetarigSample,
|
|
1793
|
-
EncodeWidget,
|
|
1794
|
-
OBJECT_OT_FK2IK,
|
|
1795
|
-
OBJECT_OT_IK2FK,
|
|
1796
|
-
OBJECT_OT_TransferFKtoIK,
|
|
1797
|
-
OBJECT_OT_TransferIKtoFK,
|
|
1798
|
-
OBJECT_OT_ClearAnimation,
|
|
1799
|
-
OBJECT_OT_Rot2Pole,
|
|
1800
|
-
POSE_OT_rigify_collection_ref_add,
|
|
1801
|
-
POSE_OT_rigify_collection_ref_remove,
|
|
1802
|
-
)
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
def register():
|
|
1806
|
-
from bpy.utils import register_class
|
|
1807
|
-
|
|
1808
|
-
animation_register()
|
|
1809
|
-
|
|
1810
|
-
# Classes.
|
|
1811
|
-
for cls in classes:
|
|
1812
|
-
register_class(cls)
|
|
1813
|
-
|
|
1814
|
-
bpy.types.VIEW3D_MT_editor_menus.append(draw_rigify_menu)
|
|
1815
|
-
bpy.types.VIEW3D_MT_edit_mesh.prepend(draw_mesh_edit_menu)
|
|
1816
|
-
|
|
1817
|
-
# Sub-modules.
|
|
1818
|
-
rot_mode.register()
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
def unregister():
|
|
1822
|
-
from bpy.utils import unregister_class
|
|
1823
|
-
|
|
1824
|
-
# Sub-modules.
|
|
1825
|
-
rot_mode.unregister()
|
|
1826
|
-
|
|
1827
|
-
# Classes.
|
|
1828
|
-
for cls in classes:
|
|
1829
|
-
unregister_class(cls)
|
|
1830
|
-
|
|
1831
|
-
bpy.types.VIEW3D_MT_editor_menus.remove(draw_rigify_menu)
|
|
1832
|
-
bpy.types.VIEW3D_MT_edit_mesh.remove(draw_mesh_edit_menu)
|
|
1833
|
-
|
|
1834
|
-
animation_unregister()
|