@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,1382 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2009-2023 Blender Authors
|
|
2
|
-
#
|
|
3
|
-
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
4
|
-
|
|
5
|
-
"""
|
|
6
|
-
This module contains utility functions specific to blender but
|
|
7
|
-
not associated with blenders internal data.
|
|
8
|
-
"""
|
|
9
|
-
|
|
10
|
-
__all__ = (
|
|
11
|
-
"blend_paths",
|
|
12
|
-
"escape_identifier",
|
|
13
|
-
"flip_name",
|
|
14
|
-
"unescape_identifier",
|
|
15
|
-
"keyconfig_init",
|
|
16
|
-
"keyconfig_set",
|
|
17
|
-
"load_scripts",
|
|
18
|
-
"modules_from_path",
|
|
19
|
-
"preset_find",
|
|
20
|
-
"preset_paths",
|
|
21
|
-
"refresh_script_paths",
|
|
22
|
-
"app_template_paths",
|
|
23
|
-
"register_class",
|
|
24
|
-
"register_cli_command",
|
|
25
|
-
"time_from_frame",
|
|
26
|
-
"unregister_cli_command",
|
|
27
|
-
"register_manual_map",
|
|
28
|
-
"unregister_manual_map",
|
|
29
|
-
"register_preset_path",
|
|
30
|
-
"unregister_preset_path",
|
|
31
|
-
"register_classes_factory",
|
|
32
|
-
"register_submodule_factory",
|
|
33
|
-
"register_tool",
|
|
34
|
-
"make_rna_paths",
|
|
35
|
-
"manual_map",
|
|
36
|
-
"manual_language_code",
|
|
37
|
-
"previews",
|
|
38
|
-
"resource_path",
|
|
39
|
-
"script_path_user",
|
|
40
|
-
"extension_path_user",
|
|
41
|
-
"script_paths",
|
|
42
|
-
"smpte_from_frame",
|
|
43
|
-
"smpte_from_seconds",
|
|
44
|
-
"units",
|
|
45
|
-
"unregister_class",
|
|
46
|
-
"unregister_tool",
|
|
47
|
-
"user_resource",
|
|
48
|
-
"execfile",
|
|
49
|
-
"expose_bundled_modules",
|
|
50
|
-
)
|
|
51
|
-
|
|
52
|
-
from _bpy import (
|
|
53
|
-
_utils_units as units,
|
|
54
|
-
blend_paths,
|
|
55
|
-
escape_identifier,
|
|
56
|
-
flip_name,
|
|
57
|
-
unescape_identifier,
|
|
58
|
-
register_class,
|
|
59
|
-
register_cli_command,
|
|
60
|
-
resource_path,
|
|
61
|
-
script_paths as _bpy_script_paths,
|
|
62
|
-
unregister_class,
|
|
63
|
-
unregister_cli_command,
|
|
64
|
-
user_resource as _user_resource,
|
|
65
|
-
system_resource,
|
|
66
|
-
)
|
|
67
|
-
|
|
68
|
-
import bpy as _bpy
|
|
69
|
-
import os as _os
|
|
70
|
-
import sys as _sys
|
|
71
|
-
|
|
72
|
-
import addon_utils as _addon_utils
|
|
73
|
-
|
|
74
|
-
_preferences = _bpy.context.preferences
|
|
75
|
-
_is_factory_startup = _bpy.app.factory_startup
|
|
76
|
-
|
|
77
|
-
# Directories added to the start of `sys.path` for all of Blender's "scripts" directories.
|
|
78
|
-
_script_module_dirs = "startup", "modules"
|
|
79
|
-
|
|
80
|
-
# Base scripts, this points to the directory containing: "modules" & "startup" (see `_script_module_dirs`).
|
|
81
|
-
# In Blender's code-base this is `./scripts`.
|
|
82
|
-
#
|
|
83
|
-
# NOTE: in virtually all cases this should match `BLENDER_SYSTEM_SCRIPTS` as this script is itself a system script,
|
|
84
|
-
# it must be in the `BLENDER_SYSTEM_SCRIPTS` by definition and there is no need for a look-up from `_bpy_script_paths`.
|
|
85
|
-
_script_base_dir = _os.path.dirname(_os.path.dirname(_os.path.dirname(_os.path.dirname(__file__))))
|
|
86
|
-
|
|
87
|
-
# Paths managed by `register_preset_path` & `unregister_preset_path`.
|
|
88
|
-
_preset_path_registry = set()
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
def execfile(filepath, *, mod=None):
|
|
92
|
-
"""
|
|
93
|
-
Execute a file path as a Python script.
|
|
94
|
-
|
|
95
|
-
:arg filepath: Path of the script to execute.
|
|
96
|
-
:type filepath: str
|
|
97
|
-
:arg mod: Optional cached module, the result of a previous execution.
|
|
98
|
-
:type mod: ModuleType | None
|
|
99
|
-
:return: The module which can be passed back in as ``mod``.
|
|
100
|
-
:rtype: ModuleType
|
|
101
|
-
"""
|
|
102
|
-
|
|
103
|
-
import importlib.util
|
|
104
|
-
mod_name = "__main__"
|
|
105
|
-
mod_spec = importlib.util.spec_from_file_location(mod_name, filepath)
|
|
106
|
-
if mod is None:
|
|
107
|
-
mod = importlib.util.module_from_spec(mod_spec)
|
|
108
|
-
|
|
109
|
-
# While the module name is not added to `sys.modules`, it's important to temporarily
|
|
110
|
-
# include this so statements such as `sys.modules[cls.__module__].__dict__` behave as expected.
|
|
111
|
-
# See: https://bugs.python.org/issue9499 for details.
|
|
112
|
-
modules = _sys.modules
|
|
113
|
-
mod_orig = modules.get(mod_name, None)
|
|
114
|
-
modules[mod_name] = mod
|
|
115
|
-
|
|
116
|
-
# No error suppression, just ensure `sys.modules[mod_name]` is properly restored in the case of an error.
|
|
117
|
-
try:
|
|
118
|
-
mod_spec.loader.exec_module(mod)
|
|
119
|
-
finally:
|
|
120
|
-
if mod_orig is None:
|
|
121
|
-
modules.pop(mod_name, None)
|
|
122
|
-
else:
|
|
123
|
-
modules[mod_name] = mod_orig
|
|
124
|
-
|
|
125
|
-
return mod
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
def _test_import(module_name, loaded_modules):
|
|
129
|
-
use_time = _bpy.app.debug_python
|
|
130
|
-
|
|
131
|
-
if module_name in loaded_modules:
|
|
132
|
-
return None
|
|
133
|
-
if "." in module_name:
|
|
134
|
-
print("Ignoring '{:s}', cannot import files containing multiple periods".format(module_name))
|
|
135
|
-
return None
|
|
136
|
-
|
|
137
|
-
if use_time:
|
|
138
|
-
import time
|
|
139
|
-
t = time.time()
|
|
140
|
-
|
|
141
|
-
try:
|
|
142
|
-
mod = __import__(module_name)
|
|
143
|
-
except Exception:
|
|
144
|
-
import traceback
|
|
145
|
-
traceback.print_exc()
|
|
146
|
-
return None
|
|
147
|
-
|
|
148
|
-
if use_time:
|
|
149
|
-
print("time {:s} {:.4f}".format(module_name, time.time() - t))
|
|
150
|
-
|
|
151
|
-
loaded_modules.add(mod.__name__) # should match mod.__name__ too
|
|
152
|
-
return mod
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
# Check before adding paths as reloading would add twice.
|
|
156
|
-
|
|
157
|
-
# Storing and restoring the full `sys.path` is risky as this may be intentionally modified
|
|
158
|
-
# by technical users/developers.
|
|
159
|
-
#
|
|
160
|
-
# Instead, track which paths have been added, clearing them before refreshing.
|
|
161
|
-
# This supports the case of loading a new preferences file which may reset scripts path.
|
|
162
|
-
_sys_path_ensure_paths = set()
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
def _sys_path_ensure_prepend(path):
|
|
166
|
-
if path not in _sys.path:
|
|
167
|
-
_sys.path.insert(0, path)
|
|
168
|
-
_sys_path_ensure_paths.add(path)
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
def _sys_path_ensure_append(path):
|
|
172
|
-
if path not in _sys.path:
|
|
173
|
-
_sys.path.append(path)
|
|
174
|
-
_sys_path_ensure_paths.add(path)
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
def modules_from_path(path, loaded_modules):
|
|
178
|
-
"""
|
|
179
|
-
Load all modules in a path and return them as a list.
|
|
180
|
-
|
|
181
|
-
:arg path: this path is scanned for scripts and packages.
|
|
182
|
-
:type path: str
|
|
183
|
-
:arg loaded_modules: already loaded module names, files matching these
|
|
184
|
-
names will be ignored.
|
|
185
|
-
:type loaded_modules: set[ModuleType]
|
|
186
|
-
:return: all loaded modules.
|
|
187
|
-
:rtype: list[ModuleType]
|
|
188
|
-
"""
|
|
189
|
-
modules = []
|
|
190
|
-
|
|
191
|
-
for mod_name, _mod_path in _bpy.path.module_names(path):
|
|
192
|
-
mod = _test_import(mod_name, loaded_modules)
|
|
193
|
-
if mod:
|
|
194
|
-
modules.append(mod)
|
|
195
|
-
|
|
196
|
-
return modules
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
# Store registered module names for reloading.
|
|
200
|
-
# Currently used for "startup" modules.
|
|
201
|
-
_registered_module_names = []
|
|
202
|
-
# Keep for comparisons, never ever reload this.
|
|
203
|
-
import _bpy_types
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
def _register_module_call(mod):
|
|
207
|
-
register = getattr(mod, "register", None)
|
|
208
|
-
if register:
|
|
209
|
-
try:
|
|
210
|
-
register()
|
|
211
|
-
except Exception:
|
|
212
|
-
import traceback
|
|
213
|
-
traceback.print_exc()
|
|
214
|
-
else:
|
|
215
|
-
print(
|
|
216
|
-
"\nWarning! {!r} has no register function, "
|
|
217
|
-
"this is now a requirement for registerable scripts".format(mod.__file__)
|
|
218
|
-
)
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
def _unregister_module_call(mod):
|
|
222
|
-
unregister = getattr(mod, "unregister", None)
|
|
223
|
-
if unregister:
|
|
224
|
-
try:
|
|
225
|
-
unregister()
|
|
226
|
-
except Exception:
|
|
227
|
-
import traceback
|
|
228
|
-
traceback.print_exc()
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
def load_scripts(*, reload_scripts=False, refresh_scripts=False, extensions=True):
|
|
232
|
-
"""
|
|
233
|
-
Load scripts and run each modules register function.
|
|
234
|
-
|
|
235
|
-
:arg reload_scripts: Causes all scripts to have their unregister method
|
|
236
|
-
called before loading.
|
|
237
|
-
:type reload_scripts: bool
|
|
238
|
-
:arg refresh_scripts: only load scripts which are not already loaded
|
|
239
|
-
as modules.
|
|
240
|
-
:type refresh_scripts: bool
|
|
241
|
-
:arg extensions: Loads additional scripts (add-ons & app-templates).
|
|
242
|
-
:type extensions: bool
|
|
243
|
-
"""
|
|
244
|
-
use_time = use_class_register_check = _bpy.app.debug_python
|
|
245
|
-
use_user = not _is_factory_startup
|
|
246
|
-
|
|
247
|
-
if use_time:
|
|
248
|
-
import time
|
|
249
|
-
t_main = time.time()
|
|
250
|
-
|
|
251
|
-
loaded_modules = set()
|
|
252
|
-
|
|
253
|
-
if refresh_scripts:
|
|
254
|
-
original_modules = _sys.modules.values()
|
|
255
|
-
|
|
256
|
-
if reload_scripts:
|
|
257
|
-
# just unload, don't change user defaults, this means we can sync
|
|
258
|
-
# to reload. note that they will only actually reload of the
|
|
259
|
-
# modification time changes. This `won't` work for packages so...
|
|
260
|
-
# its not perfect.
|
|
261
|
-
for addon_module_name in [ext.module for ext in _preferences.addons]:
|
|
262
|
-
_addon_utils.disable(addon_module_name)
|
|
263
|
-
|
|
264
|
-
def test_reload(mod):
|
|
265
|
-
import importlib
|
|
266
|
-
# reloading this causes internal errors
|
|
267
|
-
# because the classes from this module are stored internally
|
|
268
|
-
# possibly to refresh internal references too but for now, best not to.
|
|
269
|
-
if mod == _bpy_types:
|
|
270
|
-
return mod
|
|
271
|
-
|
|
272
|
-
try:
|
|
273
|
-
return importlib.reload(mod)
|
|
274
|
-
except Exception:
|
|
275
|
-
import traceback
|
|
276
|
-
traceback.print_exc()
|
|
277
|
-
|
|
278
|
-
def test_register(mod):
|
|
279
|
-
|
|
280
|
-
if refresh_scripts and mod in original_modules:
|
|
281
|
-
return
|
|
282
|
-
|
|
283
|
-
if reload_scripts and mod:
|
|
284
|
-
print("Reloading:", mod)
|
|
285
|
-
mod = test_reload(mod)
|
|
286
|
-
|
|
287
|
-
if mod:
|
|
288
|
-
_register_module_call(mod)
|
|
289
|
-
_registered_module_names.append(mod.__name__)
|
|
290
|
-
|
|
291
|
-
if reload_scripts:
|
|
292
|
-
# Module names -> modules.
|
|
293
|
-
#
|
|
294
|
-
# Reverse the modules so they are unregistered in the reverse order they're registered.
|
|
295
|
-
# While this isn't essential for the most part, it ensures any inter-dependencies can be handled properly.
|
|
296
|
-
registered_modules = [
|
|
297
|
-
mod for mod in map(_sys.modules.get, reversed(_registered_module_names))
|
|
298
|
-
if mod is not None
|
|
299
|
-
]
|
|
300
|
-
|
|
301
|
-
# This should never happen, only report this to notify developers that something unexpected happened.
|
|
302
|
-
if len(registered_modules) != len(_registered_module_names):
|
|
303
|
-
print(
|
|
304
|
-
"Warning: globally loaded modules not found in sys.modules:",
|
|
305
|
-
[mod_name for mod_name in _registered_module_names if mod_name not in _sys.modules]
|
|
306
|
-
)
|
|
307
|
-
_registered_module_names.clear()
|
|
308
|
-
|
|
309
|
-
# Loop over and unload all scripts.
|
|
310
|
-
for mod in registered_modules:
|
|
311
|
-
_unregister_module_call(mod)
|
|
312
|
-
|
|
313
|
-
for mod in registered_modules:
|
|
314
|
-
test_reload(mod)
|
|
315
|
-
del registered_modules
|
|
316
|
-
|
|
317
|
-
# Update key-maps to account for operators no longer existing.
|
|
318
|
-
# Typically unloading operators would refresh the event system (such as disabling an add-on)
|
|
319
|
-
# however reloading scripts re-enable all add-ons immediately (which may inspect key-maps).
|
|
320
|
-
# For this reason it's important to update key-maps which will have been tagged to update.
|
|
321
|
-
# Without this, add-on register functions accessing key-map properties can crash, see: #111702.
|
|
322
|
-
_bpy.context.window_manager.keyconfigs.update(keep_properties=True)
|
|
323
|
-
|
|
324
|
-
from _bpy_restrict_state import RestrictBlend
|
|
325
|
-
|
|
326
|
-
with RestrictBlend():
|
|
327
|
-
for base_path in script_paths(use_user=use_user):
|
|
328
|
-
for path_subdir in _script_module_dirs:
|
|
329
|
-
path = _os.path.join(base_path, path_subdir)
|
|
330
|
-
if _os.path.isdir(path):
|
|
331
|
-
_sys_path_ensure_prepend(path)
|
|
332
|
-
|
|
333
|
-
# Only add to `sys.modules` unless this is 'startup'.
|
|
334
|
-
if path_subdir == "startup":
|
|
335
|
-
for mod in modules_from_path(path, loaded_modules):
|
|
336
|
-
test_register(mod)
|
|
337
|
-
|
|
338
|
-
if reload_scripts:
|
|
339
|
-
# Update key-maps for key-map items referencing operators defined in "startup".
|
|
340
|
-
# Without this, key-map items wont be set properly, see: #113309.
|
|
341
|
-
_bpy.context.window_manager.keyconfigs.update()
|
|
342
|
-
|
|
343
|
-
if extensions:
|
|
344
|
-
load_scripts_extensions(reload_scripts=reload_scripts)
|
|
345
|
-
|
|
346
|
-
if reload_scripts:
|
|
347
|
-
_bpy.context.window_manager.tag_script_reload()
|
|
348
|
-
|
|
349
|
-
import gc
|
|
350
|
-
print("gc.collect() -> {:d}".format(gc.collect()))
|
|
351
|
-
|
|
352
|
-
if use_time:
|
|
353
|
-
print("Python Script Load Time {:.4f}".format(time.time() - t_main))
|
|
354
|
-
|
|
355
|
-
if use_class_register_check:
|
|
356
|
-
for cls in _bpy.types.bpy_struct.__subclasses__():
|
|
357
|
-
if getattr(cls, "is_registered", False):
|
|
358
|
-
for subcls in cls.__subclasses__():
|
|
359
|
-
if not subcls.is_registered:
|
|
360
|
-
print("Warning, unregistered class: {:s}({:s})".format(subcls.__name__, cls.__name__))
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
# Internal only, called on exit by `WM_exit_ex`.
|
|
364
|
-
def _on_exit():
|
|
365
|
-
# Disable all add-ons.
|
|
366
|
-
_addon_utils.disable_all()
|
|
367
|
-
|
|
368
|
-
# Call `unregister` function on internal startup module.
|
|
369
|
-
# Must only be used as part of Blender 'exit' process.
|
|
370
|
-
from _bpy_restrict_state import RestrictBlend
|
|
371
|
-
with RestrictBlend():
|
|
372
|
-
for mod_name in reversed(_registered_module_names):
|
|
373
|
-
if (mod := _sys.modules.get(mod_name)) is None:
|
|
374
|
-
print("Warning: module", repr(mod_name), "not found in sys.modules")
|
|
375
|
-
continue
|
|
376
|
-
_unregister_module_call(mod)
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
def load_scripts_extensions(*, reload_scripts=False):
|
|
380
|
-
"""
|
|
381
|
-
Load extensions scripts (add-ons and app-templates)
|
|
382
|
-
|
|
383
|
-
:arg reload_scripts: Causes all scripts to have their unregister method
|
|
384
|
-
called before loading.
|
|
385
|
-
:type reload_scripts: bool
|
|
386
|
-
"""
|
|
387
|
-
# load template (if set)
|
|
388
|
-
if any(_bpy.utils.app_template_paths()):
|
|
389
|
-
import bl_app_template_utils
|
|
390
|
-
bl_app_template_utils.reset(reload_scripts=reload_scripts)
|
|
391
|
-
del bl_app_template_utils
|
|
392
|
-
|
|
393
|
-
# Deal with add-ons separately.
|
|
394
|
-
_initialize_once = getattr(_addon_utils, "_initialize_once", None)
|
|
395
|
-
if _initialize_once is not None:
|
|
396
|
-
# first time, use fast-path
|
|
397
|
-
_initialize_once()
|
|
398
|
-
del _addon_utils._initialize_once
|
|
399
|
-
else:
|
|
400
|
-
_addon_utils.reset_all(reload_scripts=reload_scripts)
|
|
401
|
-
del _initialize_once
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
def script_path_user():
|
|
405
|
-
"""returns the env var and falls back to home dir or None"""
|
|
406
|
-
path = _user_resource('SCRIPTS')
|
|
407
|
-
return _os.path.normpath(path) if path else None
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
def script_paths_pref():
|
|
411
|
-
"""Returns a list of user preference script directories."""
|
|
412
|
-
paths = []
|
|
413
|
-
for script_directory in _preferences.filepaths.script_directories:
|
|
414
|
-
directory = script_directory.directory
|
|
415
|
-
if directory:
|
|
416
|
-
paths.append(_os.path.normpath(directory))
|
|
417
|
-
return paths
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
def script_paths_system_environment():
|
|
421
|
-
"""Returns a list of system script directories from environment variables."""
|
|
422
|
-
if env_system_paths := _os.environ.get("BLENDER_SYSTEM_SCRIPTS"):
|
|
423
|
-
return [_os.path.normpath(p) for p in env_system_paths.split(_os.pathsep) if p]
|
|
424
|
-
return []
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
def script_paths(*, subdir=None, user_pref=True, check_all=False, use_user=True, use_system_environment=True):
|
|
428
|
-
"""
|
|
429
|
-
Returns a list of valid script paths.
|
|
430
|
-
|
|
431
|
-
:arg subdir: Optional subdir.
|
|
432
|
-
:type subdir: str
|
|
433
|
-
:arg user_pref: Include the user preference script paths.
|
|
434
|
-
:type user_pref: bool
|
|
435
|
-
:arg check_all: Include local, user and system paths rather just the paths Blender uses.
|
|
436
|
-
:type check_all: bool
|
|
437
|
-
:arg use_user: Include user paths
|
|
438
|
-
:type use_user: bool
|
|
439
|
-
:arg use_system_environment: Include BLENDER_SYSTEM_SCRIPTS variable path
|
|
440
|
-
:type use_system_environment: bool
|
|
441
|
-
:return: script paths.
|
|
442
|
-
:rtype: list[str]
|
|
443
|
-
"""
|
|
444
|
-
|
|
445
|
-
if check_all or use_user:
|
|
446
|
-
path_system, path_user = _bpy_script_paths()
|
|
447
|
-
|
|
448
|
-
base_paths = []
|
|
449
|
-
|
|
450
|
-
if check_all:
|
|
451
|
-
# Order: 'LOCAL', 'USER', 'SYSTEM' (where user is optional).
|
|
452
|
-
if path_local := resource_path('LOCAL'):
|
|
453
|
-
base_paths.append(_os.path.join(path_local, "scripts"))
|
|
454
|
-
if use_user:
|
|
455
|
-
base_paths.append(path_user)
|
|
456
|
-
base_paths.append(path_system) # Same as: `system_resource('SCRIPTS')`.
|
|
457
|
-
|
|
458
|
-
# Note that `_script_base_dir` may be either:
|
|
459
|
-
# - `os.path.join(bpy.utils.resource_path('LOCAL'), "scripts")`
|
|
460
|
-
# - `bpy.utils.system_resource('SCRIPTS')`.
|
|
461
|
-
# When `check_all` is enabled duplicate paths will be added however
|
|
462
|
-
# paths are de-duplicated so it wont cause problems.
|
|
463
|
-
base_paths.append(_script_base_dir)
|
|
464
|
-
|
|
465
|
-
if not check_all:
|
|
466
|
-
if use_user:
|
|
467
|
-
base_paths.append(path_user)
|
|
468
|
-
|
|
469
|
-
if user_pref:
|
|
470
|
-
base_paths.extend(script_paths_pref())
|
|
471
|
-
|
|
472
|
-
if use_system_environment:
|
|
473
|
-
base_paths.extend(script_paths_system_environment())
|
|
474
|
-
|
|
475
|
-
scripts = []
|
|
476
|
-
for path in base_paths:
|
|
477
|
-
if not path:
|
|
478
|
-
continue
|
|
479
|
-
|
|
480
|
-
path = _os.path.normpath(path)
|
|
481
|
-
if subdir is not None:
|
|
482
|
-
path = _os.path.join(path, subdir)
|
|
483
|
-
|
|
484
|
-
if path in scripts:
|
|
485
|
-
continue
|
|
486
|
-
if not _os.path.isdir(path):
|
|
487
|
-
continue
|
|
488
|
-
scripts.append(path)
|
|
489
|
-
|
|
490
|
-
return scripts
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
def refresh_script_paths():
|
|
494
|
-
"""
|
|
495
|
-
Run this after creating new script paths to update sys.path
|
|
496
|
-
"""
|
|
497
|
-
|
|
498
|
-
for path in _sys_path_ensure_paths:
|
|
499
|
-
try:
|
|
500
|
-
_sys.path.remove(path)
|
|
501
|
-
except ValueError:
|
|
502
|
-
pass
|
|
503
|
-
_sys_path_ensure_paths.clear()
|
|
504
|
-
|
|
505
|
-
for base_path in script_paths():
|
|
506
|
-
for path_subdir in _script_module_dirs:
|
|
507
|
-
path = _os.path.join(base_path, path_subdir)
|
|
508
|
-
if _os.path.isdir(path):
|
|
509
|
-
_sys_path_ensure_prepend(path)
|
|
510
|
-
|
|
511
|
-
for path in _addon_utils.paths():
|
|
512
|
-
_sys_path_ensure_append(path)
|
|
513
|
-
path = _os.path.join(path, "modules")
|
|
514
|
-
if _os.path.isdir(path):
|
|
515
|
-
_sys_path_ensure_append(path)
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
def app_template_paths(*, path=None):
|
|
519
|
-
"""
|
|
520
|
-
Returns valid application template paths.
|
|
521
|
-
|
|
522
|
-
:arg path: Optional subdir.
|
|
523
|
-
:type path: str
|
|
524
|
-
:return: App template paths.
|
|
525
|
-
:rtype: Iterator[str]
|
|
526
|
-
"""
|
|
527
|
-
subdir_args = (path,) if path is not None else ()
|
|
528
|
-
# Note: keep in sync with: Blender's 'BKE_appdir_app_template_any'.
|
|
529
|
-
# Uses BLENDER_USER_SCRIPTS
|
|
530
|
-
path_test = _user_resource('SCRIPTS', path=_os.path.join("startup", "bl_app_templates_user", *subdir_args))
|
|
531
|
-
if path_test and _os.path.isdir(path_test):
|
|
532
|
-
yield path_test
|
|
533
|
-
|
|
534
|
-
# Uses BLENDER_SYSTTEM_SCRIPTS
|
|
535
|
-
for path in script_paths_system_environment():
|
|
536
|
-
path_test = _os.path.join(path, "startup", "bl_app_templates_system", *subdir_args)
|
|
537
|
-
if _os.path.isdir(path_test):
|
|
538
|
-
yield path_test
|
|
539
|
-
|
|
540
|
-
# Uses default local or system location.
|
|
541
|
-
path_test = system_resource('SCRIPTS', path=_os.path.join("startup", "bl_app_templates_system", *subdir_args))
|
|
542
|
-
if path_test and _os.path.isdir(path_test):
|
|
543
|
-
yield path_test
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
def preset_paths(subdir):
|
|
547
|
-
"""
|
|
548
|
-
Returns a list of paths for a specific preset.
|
|
549
|
-
|
|
550
|
-
:arg subdir: preset subdirectory (must not be an absolute path).
|
|
551
|
-
:type subdir: str
|
|
552
|
-
:return: Script paths.
|
|
553
|
-
:rtype: list[str]
|
|
554
|
-
"""
|
|
555
|
-
dirs = []
|
|
556
|
-
for path in script_paths(subdir="presets"):
|
|
557
|
-
directory = _os.path.join(path, subdir)
|
|
558
|
-
if not directory.startswith(path):
|
|
559
|
-
raise Exception("invalid subdir given {!r}".format(subdir))
|
|
560
|
-
elif _os.path.isdir(directory):
|
|
561
|
-
dirs.append(directory)
|
|
562
|
-
|
|
563
|
-
# Find addons preset paths
|
|
564
|
-
for path in _addon_utils.paths():
|
|
565
|
-
directory = _os.path.join(path, "presets", subdir)
|
|
566
|
-
if _os.path.isdir(directory):
|
|
567
|
-
dirs.append(directory)
|
|
568
|
-
|
|
569
|
-
for path in _preset_path_registry:
|
|
570
|
-
directory = _os.path.join(path, "presets", subdir)
|
|
571
|
-
if _os.path.isdir(directory):
|
|
572
|
-
dirs.append(directory)
|
|
573
|
-
|
|
574
|
-
return dirs
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
def register_preset_path(path):
|
|
578
|
-
"""
|
|
579
|
-
Register a preset search path.
|
|
580
|
-
|
|
581
|
-
:arg path: preset directory (must be an absolute path).
|
|
582
|
-
|
|
583
|
-
This path must contain a "presets" subdirectory which will typically contain presets for add-ons.
|
|
584
|
-
|
|
585
|
-
You may call ``bpy.utils.register_preset_path(os.path.dirname(__file__))`` from an add-ons ``__init__.py`` file.
|
|
586
|
-
When the ``__init__.py`` is in the same location as a ``presets`` directory.
|
|
587
|
-
For example an operators preset would be located under: ``presets/operator/{operator.id}/``
|
|
588
|
-
where ``operator.id`` is the ``bl_idname`` of the operator.
|
|
589
|
-
:type path: str
|
|
590
|
-
:return: success
|
|
591
|
-
:rtype: bool
|
|
592
|
-
"""
|
|
593
|
-
set_len = len(_preset_path_registry)
|
|
594
|
-
_preset_path_registry.add(path)
|
|
595
|
-
if set_len == len(_preset_path_registry):
|
|
596
|
-
print("Warning: preset path already registered", path)
|
|
597
|
-
return False
|
|
598
|
-
return True
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
def unregister_preset_path(path):
|
|
602
|
-
"""
|
|
603
|
-
Unregister a preset search path.
|
|
604
|
-
|
|
605
|
-
:arg path: preset directory (must be an absolute path).
|
|
606
|
-
|
|
607
|
-
This must match the registered path exactly.
|
|
608
|
-
:type path: str
|
|
609
|
-
:return: success
|
|
610
|
-
:rtype: bool
|
|
611
|
-
"""
|
|
612
|
-
set_len = len(_preset_path_registry)
|
|
613
|
-
_preset_path_registry.discard(path)
|
|
614
|
-
if set_len == len(_preset_path_registry):
|
|
615
|
-
print("Warning: preset path not registered", path)
|
|
616
|
-
return False
|
|
617
|
-
return True
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
def _is_path_parent_of(parent_path, path):
|
|
621
|
-
try:
|
|
622
|
-
if _os.path.samefile(
|
|
623
|
-
_os.path.commonpath([parent_path]),
|
|
624
|
-
_os.path.commonpath([parent_path, path])
|
|
625
|
-
):
|
|
626
|
-
return True
|
|
627
|
-
|
|
628
|
-
# NOTE: skipping in the case files can't be found isn't ideal because
|
|
629
|
-
# `/a/b` is logically *inside* `/a/` irrespective of the permissions or existence of either paths.
|
|
630
|
-
# Nevertheless, skip them as it's impractical to operate on paths that can't be accessed.
|
|
631
|
-
# In all likelihood the caller is also unable to properly handle the result.
|
|
632
|
-
except FileNotFoundError:
|
|
633
|
-
# The path we tried to look up doesn't exist.
|
|
634
|
-
pass
|
|
635
|
-
except ValueError:
|
|
636
|
-
# Happens on Windows when paths don't have the same drive.
|
|
637
|
-
pass
|
|
638
|
-
except PermissionError:
|
|
639
|
-
# When either of the paths don't have permissions to access.
|
|
640
|
-
pass
|
|
641
|
-
|
|
642
|
-
return False
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
def is_path_builtin(path):
|
|
646
|
-
"""
|
|
647
|
-
Returns True if the path is one of the built-in paths used by Blender.
|
|
648
|
-
|
|
649
|
-
:arg path: Path you want to check if it is in the built-in settings directory
|
|
650
|
-
:type path: str
|
|
651
|
-
:rtype: bool
|
|
652
|
-
"""
|
|
653
|
-
# Note that this function isn't optimized for speed,
|
|
654
|
-
# it's intended to be used to check if it's OK to remove presets.
|
|
655
|
-
#
|
|
656
|
-
# If this is used in a draw-loop for example, we could cache some of the values.
|
|
657
|
-
user_path = resource_path('USER')
|
|
658
|
-
|
|
659
|
-
for res in ('SYSTEM', 'LOCAL'):
|
|
660
|
-
parent_path = resource_path(res)
|
|
661
|
-
if not parent_path or parent_path == user_path:
|
|
662
|
-
# Make sure that the current path is not empty string and that it is
|
|
663
|
-
# not the same as the user config path. IE "~/.config/blender" on Linux
|
|
664
|
-
# This can happen on portable installs.
|
|
665
|
-
continue
|
|
666
|
-
|
|
667
|
-
if _is_path_parent_of(parent_path, path):
|
|
668
|
-
return True
|
|
669
|
-
|
|
670
|
-
return False
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
def is_path_extension(path):
|
|
674
|
-
"""
|
|
675
|
-
Returns True if the path is from an extensions repository.
|
|
676
|
-
|
|
677
|
-
:arg path: Path to check if it is within an extension repository.
|
|
678
|
-
:type path: str
|
|
679
|
-
:rtype: bool
|
|
680
|
-
"""
|
|
681
|
-
for repo in _preferences.extensions.repos:
|
|
682
|
-
if not repo.enabled:
|
|
683
|
-
continue
|
|
684
|
-
# NOTE: since these paths are user defined, they can be anything.
|
|
685
|
-
# Empty or malformed paths will be skipped.
|
|
686
|
-
if _is_path_parent_of(repo.directory, path):
|
|
687
|
-
return True
|
|
688
|
-
|
|
689
|
-
return False
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
def smpte_from_seconds(time, *, fps=None, fps_base=None):
|
|
693
|
-
"""
|
|
694
|
-
Returns an SMPTE formatted string from the *time*:
|
|
695
|
-
``HH:MM:SS:FF``.
|
|
696
|
-
|
|
697
|
-
If *fps* and *fps_base* are not given the current scene is used.
|
|
698
|
-
|
|
699
|
-
:arg time: time in seconds.
|
|
700
|
-
:type time: int | float | datetime.timedelta
|
|
701
|
-
:return: the frame string.
|
|
702
|
-
:rtype: str
|
|
703
|
-
"""
|
|
704
|
-
|
|
705
|
-
return smpte_from_frame(
|
|
706
|
-
time_to_frame(time, fps=fps, fps_base=fps_base),
|
|
707
|
-
fps=fps,
|
|
708
|
-
fps_base=fps_base,
|
|
709
|
-
)
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
def smpte_from_frame(frame, *, fps=None, fps_base=None):
|
|
713
|
-
"""
|
|
714
|
-
Returns an SMPTE formatted string from the *frame*:
|
|
715
|
-
``HH:MM:SS:FF``.
|
|
716
|
-
|
|
717
|
-
If *fps* and *fps_base* are not given the current scene is used.
|
|
718
|
-
|
|
719
|
-
:arg frame: frame number.
|
|
720
|
-
:type frame: int | float
|
|
721
|
-
:return: the frame string.
|
|
722
|
-
:rtype: str
|
|
723
|
-
"""
|
|
724
|
-
|
|
725
|
-
if fps is None:
|
|
726
|
-
fps = _bpy.context.scene.render.fps
|
|
727
|
-
|
|
728
|
-
if fps_base is None:
|
|
729
|
-
fps_base = _bpy.context.scene.render.fps_base
|
|
730
|
-
|
|
731
|
-
fps = fps / fps_base
|
|
732
|
-
sign = "-" if frame < 0 else ""
|
|
733
|
-
frame = abs(frame)
|
|
734
|
-
|
|
735
|
-
return (
|
|
736
|
-
"{:s}{:02d}:{:02d}:{:02d}:{:02d}".format(
|
|
737
|
-
sign,
|
|
738
|
-
int(frame / (3600 * fps)), # HH
|
|
739
|
-
int((frame / (60 * fps)) % 60), # MM
|
|
740
|
-
int((frame / fps) % 60), # SS
|
|
741
|
-
int(frame % fps), # FF
|
|
742
|
-
)
|
|
743
|
-
)
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
def time_from_frame(frame, *, fps=None, fps_base=None):
|
|
747
|
-
"""
|
|
748
|
-
Returns the time from a frame number .
|
|
749
|
-
|
|
750
|
-
If *fps* and *fps_base* are not given the current scene is used.
|
|
751
|
-
|
|
752
|
-
:arg frame: number.
|
|
753
|
-
:type frame: int | float
|
|
754
|
-
:return: the time in seconds.
|
|
755
|
-
:rtype: datetime.timedelta
|
|
756
|
-
"""
|
|
757
|
-
|
|
758
|
-
if fps is None:
|
|
759
|
-
fps = _bpy.context.scene.render.fps
|
|
760
|
-
|
|
761
|
-
if fps_base is None:
|
|
762
|
-
fps_base = _bpy.context.scene.render.fps_base
|
|
763
|
-
|
|
764
|
-
fps = fps / fps_base
|
|
765
|
-
|
|
766
|
-
from datetime import timedelta
|
|
767
|
-
|
|
768
|
-
return timedelta(0, frame / fps)
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
def time_to_frame(time, *, fps=None, fps_base=None):
|
|
772
|
-
"""
|
|
773
|
-
Returns a float frame number from a time given in seconds or
|
|
774
|
-
as a datetime.timedelta object.
|
|
775
|
-
|
|
776
|
-
If *fps* and *fps_base* are not given the current scene is used.
|
|
777
|
-
|
|
778
|
-
:arg time: time in seconds.
|
|
779
|
-
:type time: float | int | datetime.timedelta
|
|
780
|
-
:return: The frame.
|
|
781
|
-
:rtype: float | int | datetime.timedelta
|
|
782
|
-
"""
|
|
783
|
-
|
|
784
|
-
if fps is None:
|
|
785
|
-
fps = _bpy.context.scene.render.fps
|
|
786
|
-
|
|
787
|
-
if fps_base is None:
|
|
788
|
-
fps_base = _bpy.context.scene.render.fps_base
|
|
789
|
-
|
|
790
|
-
fps = fps / fps_base
|
|
791
|
-
|
|
792
|
-
from datetime import timedelta
|
|
793
|
-
|
|
794
|
-
if isinstance(time, timedelta):
|
|
795
|
-
time = time.total_seconds()
|
|
796
|
-
|
|
797
|
-
return time * fps
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
def preset_find(name, preset_path, *, display_name=False, ext=".py"):
|
|
801
|
-
if not name:
|
|
802
|
-
return None
|
|
803
|
-
|
|
804
|
-
for directory in preset_paths(preset_path):
|
|
805
|
-
|
|
806
|
-
if display_name:
|
|
807
|
-
filename = ""
|
|
808
|
-
for fn in _os.listdir(directory):
|
|
809
|
-
if fn.endswith(ext) and name == _bpy.path.display_name(fn, title_case=False):
|
|
810
|
-
filename = fn
|
|
811
|
-
break
|
|
812
|
-
else:
|
|
813
|
-
filename = name + ext
|
|
814
|
-
|
|
815
|
-
if filename:
|
|
816
|
-
filepath = _os.path.join(directory, filename)
|
|
817
|
-
if _os.path.exists(filepath):
|
|
818
|
-
return filepath
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
def keyconfig_init():
|
|
822
|
-
# Key configuration initialization and refresh, called from the Blender
|
|
823
|
-
# window manager on startup and refresh.
|
|
824
|
-
default_config = "Blender"
|
|
825
|
-
active_config = _preferences.keymap.active_keyconfig
|
|
826
|
-
|
|
827
|
-
# Load the default key configuration.
|
|
828
|
-
filepath = preset_find(default_config, "keyconfig")
|
|
829
|
-
keyconfig_set(filepath)
|
|
830
|
-
|
|
831
|
-
# Set the active key configuration if different.
|
|
832
|
-
if default_config != active_config:
|
|
833
|
-
filepath = preset_find(active_config, "keyconfig")
|
|
834
|
-
if filepath:
|
|
835
|
-
keyconfig_set(filepath)
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
def keyconfig_set(filepath, *, report=None):
|
|
839
|
-
from os.path import basename, splitext
|
|
840
|
-
|
|
841
|
-
if _bpy.app.debug_python:
|
|
842
|
-
print("loading preset:", filepath)
|
|
843
|
-
|
|
844
|
-
keyconfigs = _bpy.context.window_manager.keyconfigs
|
|
845
|
-
name = splitext(basename(filepath))[0]
|
|
846
|
-
|
|
847
|
-
# Store the old key-configuration case of error, to know if it should be removed or not on failure.
|
|
848
|
-
kc_old = keyconfigs.get(name)
|
|
849
|
-
|
|
850
|
-
try:
|
|
851
|
-
error_msg = ""
|
|
852
|
-
execfile(filepath)
|
|
853
|
-
except Exception:
|
|
854
|
-
import traceback
|
|
855
|
-
error_msg = traceback.format_exc()
|
|
856
|
-
|
|
857
|
-
kc_new = keyconfigs.get(name)
|
|
858
|
-
|
|
859
|
-
if error_msg:
|
|
860
|
-
if report is not None:
|
|
861
|
-
report({'ERROR'}, error_msg)
|
|
862
|
-
print(error_msg)
|
|
863
|
-
if (kc_new is not None) and (kc_new != kc_old):
|
|
864
|
-
keyconfigs.remove(kc_new)
|
|
865
|
-
return False
|
|
866
|
-
|
|
867
|
-
# Get name, exception for default keymap to keep backwards compatibility.
|
|
868
|
-
if kc_new is None:
|
|
869
|
-
if report is not None:
|
|
870
|
-
report({'ERROR'}, "Failed to load keymap {!r}".format(filepath))
|
|
871
|
-
return False
|
|
872
|
-
else:
|
|
873
|
-
keyconfigs.active = kc_new
|
|
874
|
-
return True
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
def user_resource(resource_type, *, path="", create=False):
|
|
878
|
-
"""
|
|
879
|
-
Return a user resource path (normally from the users home directory).
|
|
880
|
-
|
|
881
|
-
:arg resource_type: Resource type in ['DATAFILES', 'CONFIG', 'SCRIPTS', 'EXTENSIONS'].
|
|
882
|
-
:type resource_type: str
|
|
883
|
-
:arg path: Optional subdirectory.
|
|
884
|
-
:type path: str
|
|
885
|
-
:arg create: Treat the path as a directory and create it if its not existing.
|
|
886
|
-
:type create: bool
|
|
887
|
-
:return: a path.
|
|
888
|
-
:rtype: str
|
|
889
|
-
"""
|
|
890
|
-
|
|
891
|
-
target_path = _user_resource(resource_type, path=path)
|
|
892
|
-
|
|
893
|
-
if create:
|
|
894
|
-
# should always be true.
|
|
895
|
-
if target_path:
|
|
896
|
-
# create path if not existing.
|
|
897
|
-
if not _os.path.exists(target_path):
|
|
898
|
-
try:
|
|
899
|
-
_os.makedirs(target_path)
|
|
900
|
-
except Exception:
|
|
901
|
-
import traceback
|
|
902
|
-
traceback.print_exc()
|
|
903
|
-
target_path = ""
|
|
904
|
-
elif not _os.path.isdir(target_path):
|
|
905
|
-
print("Path {!r} found but isn't a directory!".format(target_path))
|
|
906
|
-
target_path = ""
|
|
907
|
-
|
|
908
|
-
return target_path
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
def extension_path_user(package, *, path="", create=False):
|
|
912
|
-
"""
|
|
913
|
-
Return a user writable directory associated with an extension.
|
|
914
|
-
|
|
915
|
-
.. note::
|
|
916
|
-
|
|
917
|
-
This allows each extension to have its own user directory to store files.
|
|
918
|
-
|
|
919
|
-
The location of the extension it self is not a suitable place to store files
|
|
920
|
-
because it is cleared each upgrade and the users may not have write permissions
|
|
921
|
-
to the repository (typically "System" repositories).
|
|
922
|
-
|
|
923
|
-
:arg package: The ``__package__`` of the extension.
|
|
924
|
-
:type package: str
|
|
925
|
-
:arg path: Optional subdirectory.
|
|
926
|
-
:type path: str
|
|
927
|
-
:arg create: Treat the path as a directory and create it if its not existing.
|
|
928
|
-
:type create: bool
|
|
929
|
-
:return: a path.
|
|
930
|
-
:rtype: str
|
|
931
|
-
"""
|
|
932
|
-
from addon_utils import _extension_module_name_decompose
|
|
933
|
-
|
|
934
|
-
# Handles own errors.
|
|
935
|
-
repo_module, pkg_idname = _extension_module_name_decompose(package)
|
|
936
|
-
|
|
937
|
-
target_path = _user_resource('EXTENSIONS')
|
|
938
|
-
# Should always be true.
|
|
939
|
-
if target_path:
|
|
940
|
-
if path:
|
|
941
|
-
target_path = _os.path.join(target_path, ".user", repo_module, pkg_idname, path)
|
|
942
|
-
else:
|
|
943
|
-
target_path = _os.path.join(target_path, ".user", repo_module, pkg_idname)
|
|
944
|
-
if create:
|
|
945
|
-
# create path if not existing.
|
|
946
|
-
if not _os.path.exists(target_path):
|
|
947
|
-
try:
|
|
948
|
-
_os.makedirs(target_path)
|
|
949
|
-
except Exception:
|
|
950
|
-
import traceback
|
|
951
|
-
traceback.print_exc()
|
|
952
|
-
target_path = ""
|
|
953
|
-
elif not _os.path.isdir(target_path):
|
|
954
|
-
print("Path {!r} found but isn't a directory!".format(target_path))
|
|
955
|
-
target_path = ""
|
|
956
|
-
|
|
957
|
-
return target_path
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
def register_classes_factory(classes):
|
|
961
|
-
"""
|
|
962
|
-
Utility function to create register and unregister functions
|
|
963
|
-
which simply registers and unregisters a sequence of classes.
|
|
964
|
-
"""
|
|
965
|
-
def register():
|
|
966
|
-
for cls in classes:
|
|
967
|
-
register_class(cls)
|
|
968
|
-
|
|
969
|
-
def unregister():
|
|
970
|
-
for cls in reversed(classes):
|
|
971
|
-
unregister_class(cls)
|
|
972
|
-
|
|
973
|
-
return register, unregister
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
def register_submodule_factory(module_name, submodule_names):
|
|
977
|
-
"""
|
|
978
|
-
Utility function to create register and unregister functions
|
|
979
|
-
which simply load submodules,
|
|
980
|
-
calling their register & unregister functions.
|
|
981
|
-
|
|
982
|
-
.. note::
|
|
983
|
-
|
|
984
|
-
Modules are registered in the order given,
|
|
985
|
-
unregistered in reverse order.
|
|
986
|
-
|
|
987
|
-
:arg module_name: The module name, typically ``__name__``.
|
|
988
|
-
:type module_name: str
|
|
989
|
-
:arg submodule_names: List of submodule names to load and unload.
|
|
990
|
-
:type submodule_names: list[str]
|
|
991
|
-
:return: register and unregister functions.
|
|
992
|
-
:rtype: tuple[Callable[[], None], Callable[[], None]]
|
|
993
|
-
"""
|
|
994
|
-
|
|
995
|
-
module = None
|
|
996
|
-
submodules = []
|
|
997
|
-
|
|
998
|
-
def register():
|
|
999
|
-
nonlocal module
|
|
1000
|
-
module = __import__(name=module_name, fromlist=submodule_names)
|
|
1001
|
-
submodules[:] = [(getattr(module, mod_name), mod_name) for mod_name in submodule_names]
|
|
1002
|
-
for mod, _mod_name in submodules:
|
|
1003
|
-
mod.register()
|
|
1004
|
-
|
|
1005
|
-
def unregister():
|
|
1006
|
-
from sys import modules
|
|
1007
|
-
for mod, mod_name in reversed(submodules):
|
|
1008
|
-
mod.unregister()
|
|
1009
|
-
delattr(module, mod_name)
|
|
1010
|
-
del modules[mod.__name__]
|
|
1011
|
-
submodules.clear()
|
|
1012
|
-
|
|
1013
|
-
return register, unregister
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
# -----------------------------------------------------------------------------
|
|
1017
|
-
# Tool Registration
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
def register_tool(tool_cls, *, after=None, separator=False, group=False):
|
|
1021
|
-
"""
|
|
1022
|
-
Register a tool in the toolbar.
|
|
1023
|
-
|
|
1024
|
-
:arg tool_cls: A tool subclass.
|
|
1025
|
-
:type tool_cls: type[:class:`bpy.types.WorkSpaceTool`]
|
|
1026
|
-
:arg after: Optional identifiers this tool will be added after.
|
|
1027
|
-
:type after: Sequence[str] | set[str] | None
|
|
1028
|
-
:arg separator: When true, add a separator before this tool.
|
|
1029
|
-
:type separator: bool
|
|
1030
|
-
:arg group: When true, add a new nested group of tools.
|
|
1031
|
-
:type group: bool
|
|
1032
|
-
"""
|
|
1033
|
-
space_type = tool_cls.bl_space_type
|
|
1034
|
-
context_mode = tool_cls.bl_context_mode
|
|
1035
|
-
|
|
1036
|
-
from bl_ui.space_toolsystem_common import (
|
|
1037
|
-
ToolSelectPanelHelper,
|
|
1038
|
-
ToolDef,
|
|
1039
|
-
)
|
|
1040
|
-
|
|
1041
|
-
cls = ToolSelectPanelHelper._tool_class_from_space_type(space_type)
|
|
1042
|
-
if cls is None:
|
|
1043
|
-
raise Exception("Space type {!r} has no toolbar".format(space_type))
|
|
1044
|
-
tools = cls._tools[context_mode]
|
|
1045
|
-
|
|
1046
|
-
# First sanity check
|
|
1047
|
-
from bpy.types import WorkSpaceTool
|
|
1048
|
-
tools_id = {
|
|
1049
|
-
item.idname for item in ToolSelectPanelHelper._tools_flatten(tools)
|
|
1050
|
-
if item is not None
|
|
1051
|
-
}
|
|
1052
|
-
if not issubclass(tool_cls, WorkSpaceTool):
|
|
1053
|
-
raise Exception("Expected WorkSpaceTool subclass, not {!r}".format(type(tool_cls)))
|
|
1054
|
-
if tool_cls.bl_idname in tools_id:
|
|
1055
|
-
raise Exception("Tool {!r} already exists!".format(tool_cls.bl_idname))
|
|
1056
|
-
del tools_id, WorkSpaceTool
|
|
1057
|
-
|
|
1058
|
-
# Convert the class into a ToolDef.
|
|
1059
|
-
def tool_from_class(tool_cls):
|
|
1060
|
-
# Convert class to tuple, store in the class for removal.
|
|
1061
|
-
tool_def = ToolDef.from_dict({
|
|
1062
|
-
"idname": tool_cls.bl_idname,
|
|
1063
|
-
"label": tool_cls.bl_label,
|
|
1064
|
-
"description": getattr(tool_cls, "bl_description", tool_cls.__doc__),
|
|
1065
|
-
"icon": getattr(tool_cls, "bl_icon", None),
|
|
1066
|
-
"cursor": getattr(tool_cls, "bl_cursor", None),
|
|
1067
|
-
"options": getattr(tool_cls, "bl_options", None),
|
|
1068
|
-
"widget": getattr(tool_cls, "bl_widget", None),
|
|
1069
|
-
"widget_properties": getattr(tool_cls, "bl_widget_properties", None),
|
|
1070
|
-
"keymap": getattr(tool_cls, "bl_keymap", None),
|
|
1071
|
-
"data_block": getattr(tool_cls, "bl_data_block", None),
|
|
1072
|
-
"operator": getattr(tool_cls, "bl_operator", None),
|
|
1073
|
-
"draw_settings": getattr(tool_cls, "draw_settings", None),
|
|
1074
|
-
"draw_cursor": getattr(tool_cls, "draw_cursor", None),
|
|
1075
|
-
})
|
|
1076
|
-
tool_cls._bl_tool = tool_def
|
|
1077
|
-
|
|
1078
|
-
keymap_data = tool_def.keymap
|
|
1079
|
-
if keymap_data is not None and callable(keymap_data[0]):
|
|
1080
|
-
from bpy import context
|
|
1081
|
-
wm = context.window_manager
|
|
1082
|
-
keyconfigs = wm.keyconfigs
|
|
1083
|
-
kc_default = keyconfigs.default
|
|
1084
|
-
# Note that Blender's default tools use the default key-config for both.
|
|
1085
|
-
# We need to use the add-ons for 3rd party tools so reloading the key-map doesn't clear them.
|
|
1086
|
-
kc = keyconfigs.addon
|
|
1087
|
-
if kc is not None:
|
|
1088
|
-
if context_mode is None:
|
|
1089
|
-
context_descr = "All"
|
|
1090
|
-
else:
|
|
1091
|
-
context_descr = context_mode.replace("_", " ").title()
|
|
1092
|
-
cls._km_action_simple(kc_default, kc, context_descr, tool_def.label, keymap_data)
|
|
1093
|
-
return tool_def
|
|
1094
|
-
|
|
1095
|
-
tool_converted = tool_from_class(tool_cls)
|
|
1096
|
-
|
|
1097
|
-
if group:
|
|
1098
|
-
# Create a new group
|
|
1099
|
-
tool_converted = (tool_converted,)
|
|
1100
|
-
|
|
1101
|
-
tool_def_insert = (
|
|
1102
|
-
(None, tool_converted) if separator else
|
|
1103
|
-
(tool_converted,)
|
|
1104
|
-
)
|
|
1105
|
-
|
|
1106
|
-
def skip_to_end_of_group(seq, i):
|
|
1107
|
-
i_prev = i
|
|
1108
|
-
while i < len(seq) and seq[i] is not None:
|
|
1109
|
-
i_prev = i
|
|
1110
|
-
i += 1
|
|
1111
|
-
return i_prev
|
|
1112
|
-
|
|
1113
|
-
changed = False
|
|
1114
|
-
if after is not None:
|
|
1115
|
-
for i, item in enumerate(tools):
|
|
1116
|
-
if item is None:
|
|
1117
|
-
pass
|
|
1118
|
-
elif isinstance(item, ToolDef):
|
|
1119
|
-
if item.idname in after:
|
|
1120
|
-
i = skip_to_end_of_group(item, i)
|
|
1121
|
-
tools[i + 1:i + 1] = tool_def_insert
|
|
1122
|
-
changed = True
|
|
1123
|
-
break
|
|
1124
|
-
elif isinstance(item, tuple):
|
|
1125
|
-
for j, sub_item in enumerate(item, 1):
|
|
1126
|
-
if isinstance(sub_item, ToolDef):
|
|
1127
|
-
if sub_item.idname in after:
|
|
1128
|
-
if group:
|
|
1129
|
-
# Can't add a group within a group,
|
|
1130
|
-
# add a new group after this group.
|
|
1131
|
-
i = skip_to_end_of_group(tools, i)
|
|
1132
|
-
tools[i + 1:i + 1] = tool_def_insert
|
|
1133
|
-
else:
|
|
1134
|
-
j = skip_to_end_of_group(item, j)
|
|
1135
|
-
item = item[:j + 1] + tool_def_insert + item[j + 1:]
|
|
1136
|
-
tools[i] = item
|
|
1137
|
-
changed = True
|
|
1138
|
-
break
|
|
1139
|
-
if changed:
|
|
1140
|
-
break
|
|
1141
|
-
|
|
1142
|
-
if not changed:
|
|
1143
|
-
print("bpy.utils.register_tool: could not find 'after'", after)
|
|
1144
|
-
if not changed:
|
|
1145
|
-
tools.extend(tool_def_insert)
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
def unregister_tool(tool_cls):
|
|
1149
|
-
space_type = tool_cls.bl_space_type
|
|
1150
|
-
context_mode = tool_cls.bl_context_mode
|
|
1151
|
-
|
|
1152
|
-
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper
|
|
1153
|
-
cls = ToolSelectPanelHelper._tool_class_from_space_type(space_type)
|
|
1154
|
-
if cls is None:
|
|
1155
|
-
raise Exception("Space type {!r} has no toolbar".format(space_type))
|
|
1156
|
-
tools = cls._tools[context_mode]
|
|
1157
|
-
|
|
1158
|
-
tool_def = tool_cls._bl_tool
|
|
1159
|
-
try:
|
|
1160
|
-
i = tools.index(tool_def)
|
|
1161
|
-
except ValueError:
|
|
1162
|
-
i = -1
|
|
1163
|
-
|
|
1164
|
-
def tool_list_clean(tool_list):
|
|
1165
|
-
# Trim separators.
|
|
1166
|
-
while tool_list and tool_list[-1] is None:
|
|
1167
|
-
del tool_list[-1]
|
|
1168
|
-
while tool_list and tool_list[0] is None:
|
|
1169
|
-
del tool_list[0]
|
|
1170
|
-
# Remove duplicate separators.
|
|
1171
|
-
for i in range(len(tool_list) - 1, -1, -1):
|
|
1172
|
-
is_none = tool_list[i] is None
|
|
1173
|
-
if is_none and prev_is_none:
|
|
1174
|
-
del tool_list[i]
|
|
1175
|
-
prev_is_none = is_none
|
|
1176
|
-
|
|
1177
|
-
changed = False
|
|
1178
|
-
if i != -1:
|
|
1179
|
-
del tools[i]
|
|
1180
|
-
tool_list_clean(tools)
|
|
1181
|
-
changed = True
|
|
1182
|
-
|
|
1183
|
-
if not changed:
|
|
1184
|
-
for i, item in enumerate(tools):
|
|
1185
|
-
if isinstance(item, tuple):
|
|
1186
|
-
try:
|
|
1187
|
-
j = item.index(tool_def)
|
|
1188
|
-
except ValueError:
|
|
1189
|
-
j = -1
|
|
1190
|
-
|
|
1191
|
-
if j != -1:
|
|
1192
|
-
item_clean = list(item)
|
|
1193
|
-
del item_clean[j]
|
|
1194
|
-
tool_list_clean(item_clean)
|
|
1195
|
-
if item_clean:
|
|
1196
|
-
tools[i] = tuple(item_clean)
|
|
1197
|
-
else:
|
|
1198
|
-
del tools[i]
|
|
1199
|
-
tool_list_clean(tools)
|
|
1200
|
-
del item_clean
|
|
1201
|
-
|
|
1202
|
-
# tuple(sub_item for sub_item in items if sub_item is not tool_def)
|
|
1203
|
-
changed = True
|
|
1204
|
-
break
|
|
1205
|
-
|
|
1206
|
-
if not changed:
|
|
1207
|
-
raise Exception("Unable to remove {!r}".format(tool_cls))
|
|
1208
|
-
del tool_cls._bl_tool
|
|
1209
|
-
|
|
1210
|
-
keymap_data = tool_def.keymap
|
|
1211
|
-
if keymap_data is not None:
|
|
1212
|
-
from bpy import context
|
|
1213
|
-
wm = context.window_manager
|
|
1214
|
-
keyconfigs = wm.keyconfigs
|
|
1215
|
-
for kc in (keyconfigs.default, keyconfigs.addon):
|
|
1216
|
-
if kc is None:
|
|
1217
|
-
continue
|
|
1218
|
-
km = kc.keymaps.get(keymap_data[0])
|
|
1219
|
-
if km is None:
|
|
1220
|
-
print("Warning keymap {!r} not found in {!r}!".format(keymap_data[0], kc.name))
|
|
1221
|
-
else:
|
|
1222
|
-
kc.keymaps.remove(km)
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
# -----------------------------------------------------------------------------
|
|
1226
|
-
# Manual lookups, each function has to return a basepath and a sequence
|
|
1227
|
-
# of...
|
|
1228
|
-
|
|
1229
|
-
# we start with the built-in default mapping
|
|
1230
|
-
def _blender_default_map():
|
|
1231
|
-
# NOTE(@ideasman42): Avoid importing this as there is no need to keep the lookup table in memory.
|
|
1232
|
-
# As this runs when the user accesses the "Online Manual", the overhead loading the file is acceptable.
|
|
1233
|
-
# In my tests it's under 1/100th of a second loading from a `pyc`.
|
|
1234
|
-
ref_mod = execfile(_os.path.join(_script_base_dir, "modules", "_rna_manual_reference.py"))
|
|
1235
|
-
return (ref_mod.url_manual_prefix, ref_mod.url_manual_mapping)
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
# hooks for doc lookups
|
|
1239
|
-
_manual_map = [_blender_default_map]
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
def register_manual_map(manual_hook):
|
|
1243
|
-
_manual_map.append(manual_hook)
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
def unregister_manual_map(manual_hook):
|
|
1247
|
-
_manual_map.remove(manual_hook)
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
def manual_map():
|
|
1251
|
-
# reverse so default is called last
|
|
1252
|
-
for cb in reversed(_manual_map):
|
|
1253
|
-
try:
|
|
1254
|
-
prefix, url_manual_mapping = cb()
|
|
1255
|
-
except Exception:
|
|
1256
|
-
print("Error calling {!r}".format(cb))
|
|
1257
|
-
import traceback
|
|
1258
|
-
traceback.print_exc()
|
|
1259
|
-
continue
|
|
1260
|
-
|
|
1261
|
-
yield prefix, url_manual_mapping
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
# Languages which are supported by the user manual (commented when there is no translation).
|
|
1265
|
-
_manual_language_codes = {
|
|
1266
|
-
# "ab": "ab", #Abkhaz
|
|
1267
|
-
# "am_ET": "am", # Amharic
|
|
1268
|
-
"ar_EG": "ar", # Arabic
|
|
1269
|
-
# "be": "be", # Belarusian
|
|
1270
|
-
# "bg_BG": "bg", # Bulgarian
|
|
1271
|
-
"ca_AD": "ca", # Catalan
|
|
1272
|
-
# "cs_CZ": "cz", # Czech
|
|
1273
|
-
# "da": "da", # Danish
|
|
1274
|
-
"de_DE": "de", # German
|
|
1275
|
-
"el_GR": "el", # Greek
|
|
1276
|
-
# "eo": "eo", # Esperanto
|
|
1277
|
-
"es": "es", # Spanish
|
|
1278
|
-
# "et_EE": "et", # Estonian
|
|
1279
|
-
# "eu_EU": "eu", # Basque
|
|
1280
|
-
# "fa_IR": "fa", # Persian
|
|
1281
|
-
"fi_FI": "fi", # Finnish
|
|
1282
|
-
"fr_FR": "fr", # French
|
|
1283
|
-
# "ha": "ha", # Hausa
|
|
1284
|
-
# "he_IL": "he", # Hebrew
|
|
1285
|
-
# "hi_IN": "hi", # Hindi
|
|
1286
|
-
# "hr_HR": "hr", # Croatian
|
|
1287
|
-
# "hu_HU": "hu", # Hungarian
|
|
1288
|
-
"id_ID": "id", # Indonesian
|
|
1289
|
-
"it_IT": "it", # Italian
|
|
1290
|
-
"ja_JP": "ja", # Japanese
|
|
1291
|
-
# "ka": "ka", # Georgian
|
|
1292
|
-
# "kk_KZ": "kk", # kazakh
|
|
1293
|
-
# "km": "km", # Khmer
|
|
1294
|
-
"ko_KR": "ko", # Korean
|
|
1295
|
-
# "ky_KG": "ky", # Kyrgyz
|
|
1296
|
-
# "nb": "nb", # Norwegian
|
|
1297
|
-
# "ne_NP": "ne", # Nepali
|
|
1298
|
-
"nl_NL": "nl", # Dutch
|
|
1299
|
-
# "pl_PL": "pl", # Polish
|
|
1300
|
-
"pt_PT": "pt", # Portuguese
|
|
1301
|
-
# Portuguese - Brazil, for until we have a pt_BR version.
|
|
1302
|
-
"pt_BR": "pt",
|
|
1303
|
-
# "ro_RO": "ro", # Romanian
|
|
1304
|
-
"ru_RU": "ru", # Russian
|
|
1305
|
-
"sk_SK": "sk", # Slovak
|
|
1306
|
-
# "sl": "sl", # Slovenian
|
|
1307
|
-
"sr_RS": "sr", # Serbian
|
|
1308
|
-
# "sv_SE": "sv", # Swedish
|
|
1309
|
-
# "sw": "sw", # Swahili
|
|
1310
|
-
# "ta": "ta", # Tamil
|
|
1311
|
-
"th_TH": "th", # Thai
|
|
1312
|
-
# "tr_TR": "tr", # Turkish
|
|
1313
|
-
"uk_UA": "uk", # Ukrainian
|
|
1314
|
-
# "uz_UZ": "uz", # Uzbek
|
|
1315
|
-
"vi_VN": "vi", # Vietnamese
|
|
1316
|
-
"zh_HANS": "zh-hans", # Simplified Chinese
|
|
1317
|
-
"zh_HANT": "zh-hant", # Traditional Chinese
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
def manual_language_code(default="en"):
|
|
1322
|
-
"""
|
|
1323
|
-
:return:
|
|
1324
|
-
The language code used for user manual URL component based on the current language user-preference,
|
|
1325
|
-
falling back to the ``default`` when unavailable.
|
|
1326
|
-
:rtype: str
|
|
1327
|
-
"""
|
|
1328
|
-
language = _bpy.context.preferences.view.language
|
|
1329
|
-
if language == 'DEFAULT':
|
|
1330
|
-
language = _os.getenv("LANG", "").split(".")[0]
|
|
1331
|
-
return _manual_language_codes.get(language, default)
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
# Build an RNA path from struct/property/enum names.
|
|
1335
|
-
def make_rna_paths(struct_name, prop_name, enum_name):
|
|
1336
|
-
"""
|
|
1337
|
-
Create RNA "paths" from given names.
|
|
1338
|
-
|
|
1339
|
-
:arg struct_name: Name of a RNA struct (like e.g. "Scene").
|
|
1340
|
-
:type struct_name: str
|
|
1341
|
-
:arg prop_name: Name of a RNA struct's property.
|
|
1342
|
-
:type prop_name: str
|
|
1343
|
-
:arg enum_name: Name of a RNA enum identifier.
|
|
1344
|
-
:type enum_name: str
|
|
1345
|
-
:return: A triple of three "RNA paths"
|
|
1346
|
-
(most_complete_path, "struct.prop", "struct.prop:'enum'").
|
|
1347
|
-
If no enum_name is given, the third element will always be void.
|
|
1348
|
-
:rtype: tuple[str, str, str]
|
|
1349
|
-
"""
|
|
1350
|
-
src = src_rna = src_enum = ""
|
|
1351
|
-
if struct_name:
|
|
1352
|
-
if prop_name:
|
|
1353
|
-
src = src_rna = ".".join((struct_name, prop_name))
|
|
1354
|
-
if enum_name:
|
|
1355
|
-
src = src_enum = "{:s}:'{:s}'".format(src_rna, enum_name)
|
|
1356
|
-
else:
|
|
1357
|
-
src = src_rna = struct_name
|
|
1358
|
-
return src, src_rna, src_enum
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
def expose_bundled_modules():
|
|
1362
|
-
"""
|
|
1363
|
-
For Blender as a Python module, add bundled VFX library python bindings
|
|
1364
|
-
to ``sys.path``. These may be used instead of dedicated packages, to ensure
|
|
1365
|
-
the libraries are compatible with Blender.
|
|
1366
|
-
"""
|
|
1367
|
-
# For Blender executable there is nothing to do, already exposed.
|
|
1368
|
-
if not _bpy.app.module:
|
|
1369
|
-
return
|
|
1370
|
-
# System installations do not bundle additional modules,
|
|
1371
|
-
# these are expected to be installed on the system too.
|
|
1372
|
-
if not _bpy.app.portable:
|
|
1373
|
-
return
|
|
1374
|
-
|
|
1375
|
-
version_dir = _os.path.normpath(_os.path.join(_bpy.__file__, "..", "..", "..", ".."))
|
|
1376
|
-
packages_dir = _os.path.join(version_dir, "python", "lib")
|
|
1377
|
-
if _sys.platform != "win32":
|
|
1378
|
-
packages_dir = _os.path.join(packages_dir, "python{:d}.{:d}".format(*_sys.version_info[:2]))
|
|
1379
|
-
packages_dir = _os.path.join(packages_dir, "site-packages")
|
|
1380
|
-
|
|
1381
|
-
if packages_dir not in _sys.path:
|
|
1382
|
-
_sys.path.insert(0, packages_dir)
|