@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,2250 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2018-2021 The glTF-Blender-IO authors
|
|
2
|
-
#
|
|
3
|
-
# SPDX-License-Identifier: Apache-2.0
|
|
4
|
-
|
|
5
|
-
bl_info = {
|
|
6
|
-
'name': 'glTF 2.0 format',
|
|
7
|
-
# This is now displayed as the maintainer, so show the foundation.
|
|
8
|
-
# "author": "Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein", # Original Authors
|
|
9
|
-
'author': "Blender Foundation, Khronos Group",
|
|
10
|
-
"version": (5, 0, 21),
|
|
11
|
-
'blender': (4, 4, 0),
|
|
12
|
-
'location': 'File > Import-Export',
|
|
13
|
-
'description': 'Import-Export as glTF 2.0',
|
|
14
|
-
'warning': '',
|
|
15
|
-
'doc_url': "{BLENDER_MANUAL_URL}/addons/import_export/scene_gltf2.html",
|
|
16
|
-
'tracker_url': "https://github.com/KhronosGroup/glTF-Blender-IO/issues/",
|
|
17
|
-
'support': 'OFFICIAL',
|
|
18
|
-
'category': 'Import-Export',
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
def get_version_string():
|
|
23
|
-
return str(bl_info['version'][0]) + '.' + str(bl_info['version'][1]) + '.' + str(bl_info['version'][2])
|
|
24
|
-
|
|
25
|
-
#
|
|
26
|
-
# Script reloading (if the user calls 'Reload Scripts' from Blender)
|
|
27
|
-
#
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
def reload_package(module_dict_main):
|
|
31
|
-
import importlib
|
|
32
|
-
from pathlib import Path
|
|
33
|
-
|
|
34
|
-
def reload_package_recursive(current_dir, module_dict):
|
|
35
|
-
for path in current_dir.iterdir():
|
|
36
|
-
if "__init__" in str(path) or path.stem not in module_dict:
|
|
37
|
-
continue
|
|
38
|
-
|
|
39
|
-
if path.is_file() and path.suffix == ".py":
|
|
40
|
-
importlib.reload(module_dict[path.stem])
|
|
41
|
-
elif path.is_dir():
|
|
42
|
-
reload_package_recursive(path, module_dict[path.stem].__dict__)
|
|
43
|
-
|
|
44
|
-
reload_package_recursive(Path(__file__).parent, module_dict_main)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
if "bpy" in locals():
|
|
48
|
-
reload_package(locals())
|
|
49
|
-
|
|
50
|
-
import bpy
|
|
51
|
-
from bpy.props import (StringProperty,
|
|
52
|
-
BoolProperty,
|
|
53
|
-
EnumProperty,
|
|
54
|
-
IntProperty,
|
|
55
|
-
FloatProperty,
|
|
56
|
-
CollectionProperty)
|
|
57
|
-
from bpy.types import Operator
|
|
58
|
-
from bpy_extras.io_utils import ImportHelper, ExportHelper, poll_file_object_drop
|
|
59
|
-
from bpy.app.translations import pgettext_n as n_
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
#
|
|
63
|
-
# Functions / Classes.
|
|
64
|
-
#
|
|
65
|
-
|
|
66
|
-
exporter_extension_layout_draw = {}
|
|
67
|
-
importer_extension_layout_draw = {}
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
def ensure_filepath_matches_export_format(filepath, export_format):
|
|
71
|
-
import os
|
|
72
|
-
filename = os.path.basename(filepath)
|
|
73
|
-
if not filename:
|
|
74
|
-
return filepath
|
|
75
|
-
|
|
76
|
-
stem, ext = os.path.splitext(filename)
|
|
77
|
-
if stem.startswith('.') and not ext:
|
|
78
|
-
stem, ext = '', stem
|
|
79
|
-
|
|
80
|
-
desired_ext = '.glb' if export_format == 'GLB' else '.gltf'
|
|
81
|
-
ext_lower = ext.lower()
|
|
82
|
-
if ext_lower not in ['.glb', '.gltf']:
|
|
83
|
-
return filepath + desired_ext
|
|
84
|
-
elif ext_lower != desired_ext:
|
|
85
|
-
filepath = filepath[:-len(ext)] # strip off ext
|
|
86
|
-
return filepath + desired_ext
|
|
87
|
-
else:
|
|
88
|
-
return filepath
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
def on_export_format_changed(self, context):
|
|
92
|
-
|
|
93
|
-
# Update the filename in collection export settings when the format (.glb/.gltf) changes
|
|
94
|
-
if isinstance(self.id_data, bpy.types.Collection):
|
|
95
|
-
self.filepath = ensure_filepath_matches_export_format(
|
|
96
|
-
self.filepath,
|
|
97
|
-
self.export_format,
|
|
98
|
-
)
|
|
99
|
-
|
|
100
|
-
# Update the filename in the file browser when the format (.glb/.gltf)
|
|
101
|
-
# changes
|
|
102
|
-
sfile = context.space_data
|
|
103
|
-
if not isinstance(sfile, bpy.types.SpaceFileBrowser):
|
|
104
|
-
return
|
|
105
|
-
if not sfile.active_operator:
|
|
106
|
-
return
|
|
107
|
-
if sfile.active_operator.bl_idname != "EXPORT_SCENE_OT_gltf":
|
|
108
|
-
return
|
|
109
|
-
|
|
110
|
-
sfile.params.filename = ensure_filepath_matches_export_format(
|
|
111
|
-
sfile.params.filename,
|
|
112
|
-
self.export_format,
|
|
113
|
-
)
|
|
114
|
-
|
|
115
|
-
# Also change the filter
|
|
116
|
-
sfile.params.filter_glob = '*.glb' if self.export_format == 'GLB' else '*.gltf'
|
|
117
|
-
# Force update of file list, because update the filter does not update the real file list
|
|
118
|
-
bpy.ops.file.refresh()
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
def on_export_action_filter_changed(self, context):
|
|
122
|
-
if self.export_action_filter is True:
|
|
123
|
-
bpy.types.Scene.gltf_action_filter = bpy.props.CollectionProperty(type=GLTF2_filter_action)
|
|
124
|
-
bpy.types.Scene.gltf_action_filter_active = bpy.props.IntProperty()
|
|
125
|
-
|
|
126
|
-
for action in bpy.data.actions:
|
|
127
|
-
if id(action) not in [id(item.action) for item in bpy.data.scenes[0].gltf_action_filter]:
|
|
128
|
-
item = bpy.data.scenes[0].gltf_action_filter.add()
|
|
129
|
-
item.keep = True
|
|
130
|
-
item.action = action
|
|
131
|
-
|
|
132
|
-
else:
|
|
133
|
-
bpy.data.scenes[0].gltf_action_filter.clear()
|
|
134
|
-
del bpy.types.Scene.gltf_action_filter
|
|
135
|
-
del bpy.types.Scene.gltf_action_filter_active
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
def get_format_items(scene, context):
|
|
139
|
-
|
|
140
|
-
items = (('GLB', n_('glTF Binary (.glb)'),
|
|
141
|
-
n_('Exports a single file, with all data packed in binary form. '
|
|
142
|
-
'Most efficient and portable, but more difficult to edit later')),
|
|
143
|
-
('GLTF_SEPARATE', n_('glTF Separate (.gltf + .bin + textures)'),
|
|
144
|
-
n_('Exports multiple files, with separate JSON, binary and texture data. '
|
|
145
|
-
'Easiest to edit later')))
|
|
146
|
-
|
|
147
|
-
addon_preferences = bpy.context.preferences.addons['io_scene_gltf2'].preferences
|
|
148
|
-
if addon_preferences and addon_preferences.allow_embedded_format:
|
|
149
|
-
# At initialization, the preferences are not yet loaded
|
|
150
|
-
# The second line check is needed until the PR is merge in Blender, for github CI tests
|
|
151
|
-
items += (('GLTF_EMBEDDED', n_('glTF Embedded (.gltf)'),
|
|
152
|
-
n_('Exports a single file, with all data packed in JSON. '
|
|
153
|
-
'Less efficient than binary, but easier to edit later')
|
|
154
|
-
),)
|
|
155
|
-
|
|
156
|
-
return items
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
def is_draco_available():
|
|
160
|
-
# Initialize on first use
|
|
161
|
-
if not hasattr(is_draco_available, "draco_exists"):
|
|
162
|
-
from .io.com import draco as gltf2_io_draco_compression_extension
|
|
163
|
-
is_draco_available.draco_exists = gltf2_io_draco_compression_extension.dll_exists()
|
|
164
|
-
|
|
165
|
-
return is_draco_available.draco_exists
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
def set_debug_log():
|
|
169
|
-
import logging
|
|
170
|
-
if bpy.app.debug_value == 0: # Default values => Display all messages except debug ones
|
|
171
|
-
return logging.INFO
|
|
172
|
-
elif bpy.app.debug_value == 1:
|
|
173
|
-
return logging.WARNING
|
|
174
|
-
elif bpy.app.debug_value == 2:
|
|
175
|
-
return logging.ERROR
|
|
176
|
-
elif bpy.app.debug_value == 3:
|
|
177
|
-
return logging.CRITICAL
|
|
178
|
-
elif bpy.app.debug_value == 4:
|
|
179
|
-
return logging.DEBUG
|
|
180
|
-
else:
|
|
181
|
-
return logging.INFO
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
class ConvertGLTF2_Base:
|
|
185
|
-
"""Base class containing options that should be exposed during both import and export."""
|
|
186
|
-
|
|
187
|
-
export_import_convert_lighting_mode: EnumProperty(
|
|
188
|
-
name='Lighting Mode',
|
|
189
|
-
items=(
|
|
190
|
-
('SPEC', 'Standard', 'Physically-based glTF lighting units (cd, lx, nt)'),
|
|
191
|
-
('COMPAT', 'Unitless', 'Non-physical, unitless lighting. Useful when exposure controls are not available'),
|
|
192
|
-
('RAW', 'Raw (Deprecated)', 'Blender lighting strengths with no conversion'),
|
|
193
|
-
),
|
|
194
|
-
description='Optional backwards compatibility for non-standard render engines. Applies to lights', # TODO: and emissive materials',
|
|
195
|
-
default='SPEC'
|
|
196
|
-
)
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
class ExportGLTF2_Base(ConvertGLTF2_Base):
|
|
200
|
-
# TODO: refactor to avoid boilerplate
|
|
201
|
-
|
|
202
|
-
bl_options = {'PRESET'}
|
|
203
|
-
|
|
204
|
-
# Don't use export_ prefix here, I don't want it to be saved with other export settings
|
|
205
|
-
gltf_export_id: StringProperty(
|
|
206
|
-
name='Identifier',
|
|
207
|
-
description=(
|
|
208
|
-
'Identifier of caller (in case of add-on calling this exporter). '
|
|
209
|
-
'Can be useful in case of Extension added by other add-ons'
|
|
210
|
-
),
|
|
211
|
-
default=''
|
|
212
|
-
)
|
|
213
|
-
|
|
214
|
-
# gltfpack properties
|
|
215
|
-
export_use_gltfpack: BoolProperty(
|
|
216
|
-
name='Use Gltfpack',
|
|
217
|
-
description='Use gltfpack to simplify the mesh and/or compress its textures',
|
|
218
|
-
default=False,
|
|
219
|
-
)
|
|
220
|
-
|
|
221
|
-
export_gltfpack_tc: BoolProperty(
|
|
222
|
-
name='KTX2 Compression',
|
|
223
|
-
description='Convert all textures to KTX2 with BasisU supercompression',
|
|
224
|
-
default=True,
|
|
225
|
-
)
|
|
226
|
-
|
|
227
|
-
export_gltfpack_tq: IntProperty(
|
|
228
|
-
name='Texture Encoding Quality',
|
|
229
|
-
description='Texture encoding quality',
|
|
230
|
-
default=8,
|
|
231
|
-
min=1,
|
|
232
|
-
max=10,
|
|
233
|
-
)
|
|
234
|
-
|
|
235
|
-
export_gltfpack_si: FloatProperty(
|
|
236
|
-
name='Mesh Simplification Ratio',
|
|
237
|
-
description='Simplify meshes targeting triangle count ratio',
|
|
238
|
-
default=1.0,
|
|
239
|
-
min=0.0,
|
|
240
|
-
max=1.0,
|
|
241
|
-
)
|
|
242
|
-
|
|
243
|
-
export_gltfpack_sa: BoolProperty(
|
|
244
|
-
name='Aggressive Mesh Simplification',
|
|
245
|
-
description='Aggressively simplify to the target ratio disregarding quality',
|
|
246
|
-
default=False,
|
|
247
|
-
)
|
|
248
|
-
|
|
249
|
-
export_gltfpack_slb: BoolProperty(
|
|
250
|
-
name='Lock Mesh Border Vertices',
|
|
251
|
-
description='Lock border vertices during simplification to avoid gaps on connected meshes',
|
|
252
|
-
default=False,
|
|
253
|
-
)
|
|
254
|
-
|
|
255
|
-
export_gltfpack_vp: IntProperty(
|
|
256
|
-
name='Position Quantization',
|
|
257
|
-
description='Use N-bit quantization for positions',
|
|
258
|
-
default=14,
|
|
259
|
-
min=1,
|
|
260
|
-
max=16,
|
|
261
|
-
)
|
|
262
|
-
|
|
263
|
-
export_gltfpack_vt: IntProperty(
|
|
264
|
-
name='Texture Coordinate Quantization',
|
|
265
|
-
description='Use N-bit quantization for texture coordinates',
|
|
266
|
-
default=12,
|
|
267
|
-
min=1,
|
|
268
|
-
max=16,
|
|
269
|
-
)
|
|
270
|
-
|
|
271
|
-
export_gltfpack_vn: IntProperty(
|
|
272
|
-
name='Normal/Tangent Quantization',
|
|
273
|
-
description='Use N-bit quantization for normals and tangents',
|
|
274
|
-
default=8,
|
|
275
|
-
min=1,
|
|
276
|
-
max=16,
|
|
277
|
-
)
|
|
278
|
-
|
|
279
|
-
export_gltfpack_vc: IntProperty(
|
|
280
|
-
name='Vertex Color Quantization',
|
|
281
|
-
description='Use N-bit quantization for colors',
|
|
282
|
-
default=8,
|
|
283
|
-
min=1,
|
|
284
|
-
max=16,
|
|
285
|
-
)
|
|
286
|
-
|
|
287
|
-
export_gltfpack_vpi: EnumProperty(
|
|
288
|
-
name='Vertex Position Attributes',
|
|
289
|
-
description='Type to use for vertex position attributes',
|
|
290
|
-
items=(('Integer', 'Integer', 'Use integer attributes for positions'),
|
|
291
|
-
('Normalized', 'Normalized', 'Use normalized attributes for positions'),
|
|
292
|
-
('Floating-point', 'Floating-point', 'Use floating-point attributes for positions')),
|
|
293
|
-
default='Integer',
|
|
294
|
-
)
|
|
295
|
-
|
|
296
|
-
export_gltfpack_noq: BoolProperty(
|
|
297
|
-
name='Disable Quantization',
|
|
298
|
-
description='Disable quantization; produces much larger glTF files with no extensions',
|
|
299
|
-
default=True,
|
|
300
|
-
)
|
|
301
|
-
|
|
302
|
-
export_gltfpack_kn: BoolProperty(
|
|
303
|
-
name='Keep Named Nodes',
|
|
304
|
-
description='Restrict some optimization to keep named nodes and meshes attached to named nodes so that named nodes can be transformed externally',
|
|
305
|
-
default=False,
|
|
306
|
-
)
|
|
307
|
-
|
|
308
|
-
# TODO: some stuff in Textures
|
|
309
|
-
|
|
310
|
-
# TODO: Animations
|
|
311
|
-
|
|
312
|
-
# TODO: Scene
|
|
313
|
-
|
|
314
|
-
# TODO: some stuff in Miscellaneous
|
|
315
|
-
|
|
316
|
-
export_format: EnumProperty(
|
|
317
|
-
name='Format',
|
|
318
|
-
items=get_format_items,
|
|
319
|
-
description=(
|
|
320
|
-
'Output format. Binary is most efficient, '
|
|
321
|
-
'but JSON may be easier to edit later'
|
|
322
|
-
),
|
|
323
|
-
default=0, # Warning => If you change the default, need to change the default filter too
|
|
324
|
-
update=on_export_format_changed,
|
|
325
|
-
)
|
|
326
|
-
|
|
327
|
-
ui_tab: EnumProperty(
|
|
328
|
-
items=(('GENERAL', "General", "General settings"),
|
|
329
|
-
('MESHES', "Meshes", "Mesh settings"),
|
|
330
|
-
('OBJECTS', "Objects", "Object settings"),
|
|
331
|
-
('ANIMATION', "Animation", "Animation settings")),
|
|
332
|
-
name="ui_tab",
|
|
333
|
-
description="Export setting categories",
|
|
334
|
-
)
|
|
335
|
-
|
|
336
|
-
export_copyright: StringProperty(
|
|
337
|
-
name='Copyright',
|
|
338
|
-
description='Legal rights and conditions for the model',
|
|
339
|
-
default=''
|
|
340
|
-
)
|
|
341
|
-
|
|
342
|
-
export_image_format: EnumProperty(
|
|
343
|
-
name='Images',
|
|
344
|
-
items=(('AUTO', 'Automatic',
|
|
345
|
-
'Save PNGs as PNGs, JPEGs as JPEGs, WebPs as WebPs. '
|
|
346
|
-
'For other formats, use PNG'),
|
|
347
|
-
('JPEG', 'JPEG Format (.jpg)',
|
|
348
|
-
'Save images as JPEGs. (Images that need alpha are saved as PNGs though.) '
|
|
349
|
-
'Be aware of a possible loss in quality'),
|
|
350
|
-
('WEBP', 'WebP Format',
|
|
351
|
-
'Save images as WebPs as main image (no fallback)'),
|
|
352
|
-
('NONE', 'None',
|
|
353
|
-
'Don\'t export images'),
|
|
354
|
-
),
|
|
355
|
-
description=(
|
|
356
|
-
'Output format for images. PNG is lossless and generally preferred, but JPEG might be preferable for web '
|
|
357
|
-
'applications due to the smaller file size. Alternatively they can be omitted if they are not needed'
|
|
358
|
-
),
|
|
359
|
-
default='AUTO'
|
|
360
|
-
)
|
|
361
|
-
|
|
362
|
-
export_image_add_webp: BoolProperty(
|
|
363
|
-
name='Create WebP',
|
|
364
|
-
description=(
|
|
365
|
-
"Creates WebP textures for every texture. "
|
|
366
|
-
"For already WebP textures, nothing happens"
|
|
367
|
-
),
|
|
368
|
-
default=False
|
|
369
|
-
)
|
|
370
|
-
|
|
371
|
-
export_image_webp_fallback: BoolProperty(
|
|
372
|
-
name='WebP Fallback',
|
|
373
|
-
description=(
|
|
374
|
-
"For all WebP textures, create a PNG fallback texture"
|
|
375
|
-
),
|
|
376
|
-
default=False
|
|
377
|
-
)
|
|
378
|
-
|
|
379
|
-
export_texture_dir: StringProperty(
|
|
380
|
-
name='Textures',
|
|
381
|
-
description='Folder to place texture files in. Relative to the .gltf file',
|
|
382
|
-
default='',
|
|
383
|
-
)
|
|
384
|
-
|
|
385
|
-
# Keep for back compatibility
|
|
386
|
-
export_jpeg_quality: IntProperty(
|
|
387
|
-
name='JPEG Quality',
|
|
388
|
-
description='Quality of JPEG export',
|
|
389
|
-
default=75,
|
|
390
|
-
min=0,
|
|
391
|
-
max=100
|
|
392
|
-
)
|
|
393
|
-
|
|
394
|
-
# Keep for back compatibility
|
|
395
|
-
export_image_quality: IntProperty(
|
|
396
|
-
name='Image Quality',
|
|
397
|
-
description='Quality of image export',
|
|
398
|
-
default=75,
|
|
399
|
-
min=0,
|
|
400
|
-
max=100
|
|
401
|
-
)
|
|
402
|
-
|
|
403
|
-
export_keep_originals: BoolProperty(
|
|
404
|
-
name='Keep Original',
|
|
405
|
-
description=('Keep original textures files if possible. '
|
|
406
|
-
'WARNING: if you use more than one texture, '
|
|
407
|
-
'where pbr standard requires only one, only one texture will be used. '
|
|
408
|
-
'This can lead to unexpected results'
|
|
409
|
-
),
|
|
410
|
-
default=False,
|
|
411
|
-
)
|
|
412
|
-
|
|
413
|
-
export_texcoords: BoolProperty(
|
|
414
|
-
name='UVs',
|
|
415
|
-
description='Export UVs (texture coordinates) with meshes',
|
|
416
|
-
default=True
|
|
417
|
-
)
|
|
418
|
-
|
|
419
|
-
export_normals: BoolProperty(
|
|
420
|
-
name='Normals',
|
|
421
|
-
description='Export vertex normals with meshes',
|
|
422
|
-
default=True
|
|
423
|
-
)
|
|
424
|
-
|
|
425
|
-
export_gn_mesh: BoolProperty(
|
|
426
|
-
name='Geometry Nodes Instances (Experimental)',
|
|
427
|
-
description='Export Geometry nodes instance meshes',
|
|
428
|
-
default=False
|
|
429
|
-
)
|
|
430
|
-
|
|
431
|
-
export_draco_mesh_compression_enable: BoolProperty(
|
|
432
|
-
name='Draco Mesh Compression',
|
|
433
|
-
description='Compress mesh using Draco',
|
|
434
|
-
default=False
|
|
435
|
-
)
|
|
436
|
-
|
|
437
|
-
export_draco_mesh_compression_level: IntProperty(
|
|
438
|
-
name='Compression Level',
|
|
439
|
-
description='Compression level (0 = most speed, 6 = most compression, higher values currently not supported)',
|
|
440
|
-
default=6,
|
|
441
|
-
min=0,
|
|
442
|
-
max=10
|
|
443
|
-
)
|
|
444
|
-
|
|
445
|
-
export_draco_position_quantization: IntProperty(
|
|
446
|
-
name='Position Quantization Bits',
|
|
447
|
-
description='Quantization bits for position values (0 = no quantization)',
|
|
448
|
-
default=14,
|
|
449
|
-
min=0,
|
|
450
|
-
max=30
|
|
451
|
-
)
|
|
452
|
-
|
|
453
|
-
export_draco_normal_quantization: IntProperty(
|
|
454
|
-
name='Normal Quantization Bits',
|
|
455
|
-
description='Quantization bits for normal values (0 = no quantization)',
|
|
456
|
-
default=10,
|
|
457
|
-
min=0,
|
|
458
|
-
max=30
|
|
459
|
-
)
|
|
460
|
-
|
|
461
|
-
export_draco_texcoord_quantization: IntProperty(
|
|
462
|
-
name='Texcoord Quantization Bits',
|
|
463
|
-
description='Quantization bits for texture coordinate values (0 = no quantization)',
|
|
464
|
-
default=12,
|
|
465
|
-
min=0,
|
|
466
|
-
max=30
|
|
467
|
-
)
|
|
468
|
-
|
|
469
|
-
export_draco_color_quantization: IntProperty(
|
|
470
|
-
name='Color Quantization Bits',
|
|
471
|
-
description='Quantization bits for color values (0 = no quantization)',
|
|
472
|
-
default=10,
|
|
473
|
-
min=0,
|
|
474
|
-
max=30
|
|
475
|
-
)
|
|
476
|
-
|
|
477
|
-
export_draco_generic_quantization: IntProperty(
|
|
478
|
-
name='Generic Quantization Bits',
|
|
479
|
-
description='Quantization bits for generic values like weights or joints (0 = no quantization)',
|
|
480
|
-
default=12,
|
|
481
|
-
min=0,
|
|
482
|
-
max=30
|
|
483
|
-
)
|
|
484
|
-
|
|
485
|
-
export_tangents: BoolProperty(
|
|
486
|
-
name='Tangents',
|
|
487
|
-
description='Export vertex tangents with meshes',
|
|
488
|
-
default=False
|
|
489
|
-
)
|
|
490
|
-
|
|
491
|
-
export_materials: EnumProperty(
|
|
492
|
-
name='Materials',
|
|
493
|
-
items=(
|
|
494
|
-
('EXPORT',
|
|
495
|
-
'Export',
|
|
496
|
-
'Export all materials used by included objects'),
|
|
497
|
-
('PLACEHOLDER',
|
|
498
|
-
'Placeholder',
|
|
499
|
-
'Do not export materials, but write multiple primitive groups per mesh, keeping material slot information'),
|
|
500
|
-
('VIEWPORT',
|
|
501
|
-
'Viewport',
|
|
502
|
-
'Export minimal materials as defined in Viewport display properties'),
|
|
503
|
-
('NONE',
|
|
504
|
-
'No export',
|
|
505
|
-
'Do not export materials, and combine mesh primitive groups, losing material slot information')),
|
|
506
|
-
description='Export materials',
|
|
507
|
-
default='EXPORT')
|
|
508
|
-
|
|
509
|
-
export_unused_images: BoolProperty(
|
|
510
|
-
name='Unused Images',
|
|
511
|
-
description='Export images not assigned to any material',
|
|
512
|
-
default=False)
|
|
513
|
-
|
|
514
|
-
export_unused_textures: BoolProperty(
|
|
515
|
-
name='Prepare Unused Textures',
|
|
516
|
-
description=(
|
|
517
|
-
'Export image texture nodes not assigned to any material. '
|
|
518
|
-
'This feature is not standard and needs an external extension to be included in the glTF file'
|
|
519
|
-
),
|
|
520
|
-
default=False)
|
|
521
|
-
|
|
522
|
-
export_vertex_color: EnumProperty(
|
|
523
|
-
name='Use Vertex Color',
|
|
524
|
-
items=(
|
|
525
|
-
('MATERIAL', 'Material',
|
|
526
|
-
'Export vertex color when used by material'),
|
|
527
|
-
('ACTIVE', 'Active',
|
|
528
|
-
'Export active vertex color'),
|
|
529
|
-
('NAME', 'Name',
|
|
530
|
-
'Export vertex color with this name'),
|
|
531
|
-
('NONE', 'None',
|
|
532
|
-
'Do not export vertex color')),
|
|
533
|
-
description='How to export vertex color',
|
|
534
|
-
default='MATERIAL'
|
|
535
|
-
)
|
|
536
|
-
|
|
537
|
-
export_vertex_color_name: StringProperty(
|
|
538
|
-
name='Vertex Color Name',
|
|
539
|
-
description='Name of vertex color to export',
|
|
540
|
-
default='Color'
|
|
541
|
-
)
|
|
542
|
-
|
|
543
|
-
export_all_vertex_colors: BoolProperty(
|
|
544
|
-
name='Export All Vertex Colors',
|
|
545
|
-
description=(
|
|
546
|
-
'Export all vertex colors, even if not used by any material. '
|
|
547
|
-
'If no Vertex Color is used in the mesh materials, a fake COLOR_0 will be created, '
|
|
548
|
-
'in order to keep material unchanged'
|
|
549
|
-
),
|
|
550
|
-
default=True
|
|
551
|
-
)
|
|
552
|
-
|
|
553
|
-
export_active_vertex_color_when_no_material: BoolProperty(
|
|
554
|
-
name='Export Active Vertex Color When No Material',
|
|
555
|
-
description='When there is no material on object, export active vertex color',
|
|
556
|
-
default=True
|
|
557
|
-
)
|
|
558
|
-
|
|
559
|
-
export_attributes: BoolProperty(
|
|
560
|
-
name='Attributes',
|
|
561
|
-
description='Export Attributes (when starting with underscore)',
|
|
562
|
-
default=False
|
|
563
|
-
)
|
|
564
|
-
|
|
565
|
-
use_mesh_edges: BoolProperty(
|
|
566
|
-
name='Loose Edges',
|
|
567
|
-
description=(
|
|
568
|
-
'Export loose edges as lines, using the material from the first material slot'
|
|
569
|
-
),
|
|
570
|
-
default=False,
|
|
571
|
-
)
|
|
572
|
-
|
|
573
|
-
use_mesh_vertices: BoolProperty(
|
|
574
|
-
name='Loose Points',
|
|
575
|
-
description=(
|
|
576
|
-
'Export loose points as glTF points, using the material from the first material slot'
|
|
577
|
-
),
|
|
578
|
-
default=False,
|
|
579
|
-
)
|
|
580
|
-
|
|
581
|
-
export_cameras: BoolProperty(
|
|
582
|
-
name='Cameras',
|
|
583
|
-
description='Export cameras',
|
|
584
|
-
default=False
|
|
585
|
-
)
|
|
586
|
-
|
|
587
|
-
use_selection: BoolProperty(
|
|
588
|
-
name='Selected Objects',
|
|
589
|
-
description='Export selected objects only',
|
|
590
|
-
default=False
|
|
591
|
-
)
|
|
592
|
-
|
|
593
|
-
use_visible: BoolProperty(
|
|
594
|
-
name='Visible Objects',
|
|
595
|
-
description='Export visible objects only',
|
|
596
|
-
default=False
|
|
597
|
-
)
|
|
598
|
-
|
|
599
|
-
use_renderable: BoolProperty(
|
|
600
|
-
name='Renderable Objects',
|
|
601
|
-
description='Export renderable objects only',
|
|
602
|
-
default=False
|
|
603
|
-
)
|
|
604
|
-
|
|
605
|
-
use_active_collection_with_nested: BoolProperty(
|
|
606
|
-
name='Include Nested Collections',
|
|
607
|
-
description='Include active collection and nested collections',
|
|
608
|
-
default=True
|
|
609
|
-
)
|
|
610
|
-
|
|
611
|
-
use_active_collection: BoolProperty(
|
|
612
|
-
name='Active Collection',
|
|
613
|
-
description='Export objects in the active collection only',
|
|
614
|
-
default=False
|
|
615
|
-
)
|
|
616
|
-
|
|
617
|
-
use_active_scene: BoolProperty(
|
|
618
|
-
name='Active Scene',
|
|
619
|
-
description='Export active scene only',
|
|
620
|
-
default=False
|
|
621
|
-
)
|
|
622
|
-
|
|
623
|
-
collection: StringProperty(
|
|
624
|
-
name="Source Collection",
|
|
625
|
-
description="Export only objects from this collection (and its children)",
|
|
626
|
-
default="",
|
|
627
|
-
)
|
|
628
|
-
|
|
629
|
-
# Not starting with "export_", as this is a collection only option
|
|
630
|
-
at_collection_center: BoolProperty(
|
|
631
|
-
name="Export at Collection Center",
|
|
632
|
-
description="Export at Collection center of mass of root objects of the collection",
|
|
633
|
-
default=False,
|
|
634
|
-
)
|
|
635
|
-
|
|
636
|
-
export_extras: BoolProperty(
|
|
637
|
-
name='Custom Properties',
|
|
638
|
-
description='Export custom properties as glTF extras',
|
|
639
|
-
default=False
|
|
640
|
-
)
|
|
641
|
-
|
|
642
|
-
export_yup: BoolProperty(
|
|
643
|
-
name='+Y Up',
|
|
644
|
-
description='Export using glTF convention, +Y up',
|
|
645
|
-
default=True
|
|
646
|
-
)
|
|
647
|
-
|
|
648
|
-
export_apply: BoolProperty(
|
|
649
|
-
name='Apply Modifiers',
|
|
650
|
-
description='Apply modifiers (excluding Armatures) to mesh objects -'
|
|
651
|
-
'WARNING: prevents exporting shape keys',
|
|
652
|
-
default=False
|
|
653
|
-
)
|
|
654
|
-
|
|
655
|
-
export_shared_accessors: BoolProperty(
|
|
656
|
-
name='Shared Accessors',
|
|
657
|
-
description='Export Primitives using shared accessors for attributes',
|
|
658
|
-
default=False
|
|
659
|
-
)
|
|
660
|
-
|
|
661
|
-
export_animations: BoolProperty(
|
|
662
|
-
name='Animations',
|
|
663
|
-
description='Exports active actions and NLA tracks as glTF animations',
|
|
664
|
-
default=True
|
|
665
|
-
)
|
|
666
|
-
|
|
667
|
-
export_frame_range: BoolProperty(
|
|
668
|
-
name='Limit to Playback Range',
|
|
669
|
-
description='Clips animations to selected playback range',
|
|
670
|
-
default=False
|
|
671
|
-
)
|
|
672
|
-
|
|
673
|
-
export_frame_step: IntProperty(
|
|
674
|
-
name='Sampling Rate',
|
|
675
|
-
description='How often to evaluate animated values (in frames)',
|
|
676
|
-
default=1,
|
|
677
|
-
min=1,
|
|
678
|
-
max=120
|
|
679
|
-
)
|
|
680
|
-
|
|
681
|
-
export_force_sampling: BoolProperty(
|
|
682
|
-
name='Always Sample Animations',
|
|
683
|
-
description='Apply sampling to all animations',
|
|
684
|
-
default=True
|
|
685
|
-
)
|
|
686
|
-
|
|
687
|
-
export_sampling_interpolation_fallback: EnumProperty(
|
|
688
|
-
name='Sampling Interpolation Fallback',
|
|
689
|
-
items=(('LINEAR', 'Linear', 'Linear interpolation between keyframes'),
|
|
690
|
-
('STEP', 'Step', 'No interpolation between keyframes'),
|
|
691
|
-
),
|
|
692
|
-
description='Interpolation fallback for sampled animations, when the property is not keyed',
|
|
693
|
-
default='LINEAR'
|
|
694
|
-
)
|
|
695
|
-
|
|
696
|
-
export_pointer_animation: BoolProperty(
|
|
697
|
-
name='Export Animation Pointer (Experimental)',
|
|
698
|
-
description='Export material, Light & Camera animation as Animation Pointer. '
|
|
699
|
-
'Available only for baked animation mode \'NLA Tracks\' and \'Scene\'',
|
|
700
|
-
default=False
|
|
701
|
-
)
|
|
702
|
-
|
|
703
|
-
export_animation_mode: EnumProperty(
|
|
704
|
-
name='Animation Mode',
|
|
705
|
-
items=(('ACTIONS', 'Actions',
|
|
706
|
-
'Export actions (actives and on NLA tracks) as separate animations'),
|
|
707
|
-
('ACTIVE_ACTIONS', 'Active actions merged',
|
|
708
|
-
'All the currently assigned actions become one glTF animation'),
|
|
709
|
-
('BROADCAST', 'Broadcast actions',
|
|
710
|
-
'Broadcast all compatible actions to all objects. '
|
|
711
|
-
'Animated objects will get all actions compatible with them, '
|
|
712
|
-
'others will get no animation at all'),
|
|
713
|
-
('NLA_TRACKS', 'NLA Tracks',
|
|
714
|
-
'Export individual NLA Tracks as separate animation'),
|
|
715
|
-
('SCENE', 'Scene',
|
|
716
|
-
'Export baked scene as a single animation')
|
|
717
|
-
),
|
|
718
|
-
description='Export Animation mode',
|
|
719
|
-
default='ACTIONS'
|
|
720
|
-
)
|
|
721
|
-
|
|
722
|
-
export_nla_strips_merged_animation_name: StringProperty(
|
|
723
|
-
name='Merged Animation Name',
|
|
724
|
-
description=(
|
|
725
|
-
"Name of single glTF animation to be exported"
|
|
726
|
-
),
|
|
727
|
-
default='Animation'
|
|
728
|
-
)
|
|
729
|
-
|
|
730
|
-
export_def_bones: BoolProperty(
|
|
731
|
-
name='Export Deformation Bones Only',
|
|
732
|
-
description='Export Deformation bones only',
|
|
733
|
-
default=False
|
|
734
|
-
)
|
|
735
|
-
|
|
736
|
-
export_hierarchy_flatten_bones: BoolProperty(
|
|
737
|
-
name='Flatten Bone Hierarchy',
|
|
738
|
-
description='Flatten Bone Hierarchy. Useful in case of non decomposable transformation matrix',
|
|
739
|
-
default=False
|
|
740
|
-
)
|
|
741
|
-
|
|
742
|
-
export_hierarchy_flatten_objs: BoolProperty(
|
|
743
|
-
name='Flatten Object Hierarchy',
|
|
744
|
-
description='Flatten Object Hierarchy. Useful in case of non decomposable transformation matrix',
|
|
745
|
-
default=False
|
|
746
|
-
)
|
|
747
|
-
|
|
748
|
-
export_armature_object_remove: BoolProperty(
|
|
749
|
-
name='Remove Armature Object',
|
|
750
|
-
description=(
|
|
751
|
-
'Remove Armature object if possible. '
|
|
752
|
-
'If Armature has multiple root bones, object will not be removed'
|
|
753
|
-
),
|
|
754
|
-
default=False
|
|
755
|
-
)
|
|
756
|
-
|
|
757
|
-
export_leaf_bone: BoolProperty(
|
|
758
|
-
name='Add Leaf Bones',
|
|
759
|
-
description=(
|
|
760
|
-
'Append a final bone to the end of each chain to specify last bone length '
|
|
761
|
-
'(use this when you intend to edit the armature from exported data)'
|
|
762
|
-
),
|
|
763
|
-
default=False
|
|
764
|
-
)
|
|
765
|
-
|
|
766
|
-
export_optimize_animation_size: BoolProperty(
|
|
767
|
-
name='Optimize Animation Size',
|
|
768
|
-
description=(
|
|
769
|
-
"Reduce exported file size by removing duplicate keyframes"
|
|
770
|
-
),
|
|
771
|
-
default=True
|
|
772
|
-
)
|
|
773
|
-
|
|
774
|
-
export_optimize_animation_keep_anim_armature: BoolProperty(
|
|
775
|
-
name='Force Keeping Channels for Bones',
|
|
776
|
-
description=(
|
|
777
|
-
"If all keyframes are identical in a rig, "
|
|
778
|
-
"force keeping the minimal animation. "
|
|
779
|
-
"When off, all possible channels for "
|
|
780
|
-
"the bones will be exported, even if empty "
|
|
781
|
-
"(minimal animation, 2 keyframes)"
|
|
782
|
-
),
|
|
783
|
-
default=True
|
|
784
|
-
)
|
|
785
|
-
|
|
786
|
-
export_optimize_animation_keep_anim_object: BoolProperty(
|
|
787
|
-
name='Force Keeping Channel for Objects',
|
|
788
|
-
description=(
|
|
789
|
-
"If all keyframes are identical for object transformations, "
|
|
790
|
-
"force keeping the minimal animation"
|
|
791
|
-
),
|
|
792
|
-
default=False
|
|
793
|
-
)
|
|
794
|
-
|
|
795
|
-
export_optimize_disable_viewport: BoolProperty(
|
|
796
|
-
name='Disable Viewport for Other Objects',
|
|
797
|
-
description=(
|
|
798
|
-
"When exporting animations, disable viewport for other objects, "
|
|
799
|
-
"for performance"
|
|
800
|
-
),
|
|
801
|
-
default=False
|
|
802
|
-
)
|
|
803
|
-
|
|
804
|
-
export_negative_frame: EnumProperty(
|
|
805
|
-
name='Negative Frames',
|
|
806
|
-
items=(('SLIDE', 'Slide',
|
|
807
|
-
'Slide animation to start at frame 0'),
|
|
808
|
-
('CROP', 'Crop',
|
|
809
|
-
'Keep only frames above frame 0'),
|
|
810
|
-
),
|
|
811
|
-
description='Negative Frames are slid or cropped',
|
|
812
|
-
default='SLIDE'
|
|
813
|
-
)
|
|
814
|
-
|
|
815
|
-
export_anim_slide_to_zero: BoolProperty(
|
|
816
|
-
name='Set All glTF Animation Starting at 0',
|
|
817
|
-
description=(
|
|
818
|
-
"Set all glTF animation starting at 0.0s. "
|
|
819
|
-
"Can be useful for looping animations"
|
|
820
|
-
),
|
|
821
|
-
default=False
|
|
822
|
-
)
|
|
823
|
-
|
|
824
|
-
export_bake_animation: BoolProperty(
|
|
825
|
-
name='Bake All Objects Animations',
|
|
826
|
-
description=(
|
|
827
|
-
"Force exporting animation on every object. "
|
|
828
|
-
"Can be useful when using constraints or driver. "
|
|
829
|
-
"Also useful when exporting only selection"
|
|
830
|
-
),
|
|
831
|
-
default=False
|
|
832
|
-
)
|
|
833
|
-
|
|
834
|
-
export_merge_animation: EnumProperty(
|
|
835
|
-
name='Merge Animation',
|
|
836
|
-
items=(('NLA_TRACK', 'NLA Track Names', 'Merge by NLA Track Names'),
|
|
837
|
-
('ACTION', 'Actions', 'Merge by Actions'),
|
|
838
|
-
('NONE', 'No Merge', 'Do Not Merge Animations'),
|
|
839
|
-
),
|
|
840
|
-
description='Merge Animations',
|
|
841
|
-
default='ACTION'
|
|
842
|
-
)
|
|
843
|
-
|
|
844
|
-
export_anim_single_armature: BoolProperty(
|
|
845
|
-
name='Export all Armature Actions',
|
|
846
|
-
description=(
|
|
847
|
-
"Export all actions, bound to a single armature. "
|
|
848
|
-
"WARNING: Option does not support exports including multiple armatures"
|
|
849
|
-
),
|
|
850
|
-
default=True
|
|
851
|
-
)
|
|
852
|
-
|
|
853
|
-
export_reset_pose_bones: BoolProperty(
|
|
854
|
-
name='Reset Pose Bones Between Actions',
|
|
855
|
-
description=(
|
|
856
|
-
"Reset pose bones between each action exported. "
|
|
857
|
-
"This is needed when some bones are not keyed on some animations"
|
|
858
|
-
),
|
|
859
|
-
default=True
|
|
860
|
-
)
|
|
861
|
-
|
|
862
|
-
export_current_frame: BoolProperty(
|
|
863
|
-
name='Use Current Frame as Object Rest Transformations',
|
|
864
|
-
description=(
|
|
865
|
-
'Export the scene in the current animation frame. '
|
|
866
|
-
'When off, frame 0 is used as rest transformations for objects'
|
|
867
|
-
),
|
|
868
|
-
default=False
|
|
869
|
-
)
|
|
870
|
-
|
|
871
|
-
export_rest_position_armature: BoolProperty(
|
|
872
|
-
name='Use Rest Position Armature',
|
|
873
|
-
description=(
|
|
874
|
-
"Export armatures using rest position as joints' rest pose. "
|
|
875
|
-
"When off, current frame pose is used as rest pose"
|
|
876
|
-
),
|
|
877
|
-
default=True
|
|
878
|
-
)
|
|
879
|
-
|
|
880
|
-
export_anim_scene_split_object: BoolProperty(
|
|
881
|
-
name='Split Animation by Object',
|
|
882
|
-
description=(
|
|
883
|
-
"Export Scene as seen in Viewport, "
|
|
884
|
-
"But split animation by Object"
|
|
885
|
-
),
|
|
886
|
-
default=True
|
|
887
|
-
)
|
|
888
|
-
|
|
889
|
-
export_skins: BoolProperty(
|
|
890
|
-
name='Skinning',
|
|
891
|
-
description='Export skinning (armature) data',
|
|
892
|
-
default=True
|
|
893
|
-
)
|
|
894
|
-
|
|
895
|
-
export_influence_nb: IntProperty(
|
|
896
|
-
name='Bone Influences',
|
|
897
|
-
description='Choose how many Bone influences to export',
|
|
898
|
-
default=4,
|
|
899
|
-
min=1
|
|
900
|
-
)
|
|
901
|
-
|
|
902
|
-
export_all_influences: BoolProperty(
|
|
903
|
-
name='Include All Bone Influences',
|
|
904
|
-
description='Allow export of all joint vertex influences. Models may appear incorrectly in many viewers',
|
|
905
|
-
default=False
|
|
906
|
-
)
|
|
907
|
-
|
|
908
|
-
export_morph: BoolProperty(
|
|
909
|
-
name='Shape Keys',
|
|
910
|
-
description='Export shape keys (morph targets)',
|
|
911
|
-
default=True
|
|
912
|
-
)
|
|
913
|
-
|
|
914
|
-
export_morph_normal: BoolProperty(
|
|
915
|
-
name='Shape Key Normals',
|
|
916
|
-
description='Export vertex normals with shape keys (morph targets)',
|
|
917
|
-
default=True
|
|
918
|
-
)
|
|
919
|
-
|
|
920
|
-
export_morph_tangent: BoolProperty(
|
|
921
|
-
name='Shape Key Tangents',
|
|
922
|
-
description='Export vertex tangents with shape keys (morph targets)',
|
|
923
|
-
default=False
|
|
924
|
-
)
|
|
925
|
-
|
|
926
|
-
export_morph_animation: BoolProperty(
|
|
927
|
-
name='Shape Key Animations',
|
|
928
|
-
description='Export shape keys animations (morph targets)',
|
|
929
|
-
default=True
|
|
930
|
-
)
|
|
931
|
-
|
|
932
|
-
export_morph_reset_sk_data: BoolProperty(
|
|
933
|
-
name='Reset Shape Keys Between Actions',
|
|
934
|
-
description=(
|
|
935
|
-
"Reset shape keys between each action exported. "
|
|
936
|
-
"This is needed when some SK channels are not keyed on some animations"
|
|
937
|
-
),
|
|
938
|
-
default=True
|
|
939
|
-
)
|
|
940
|
-
|
|
941
|
-
export_lights: BoolProperty(
|
|
942
|
-
name='Punctual Lights',
|
|
943
|
-
description='Export directional, point, and spot lights. '
|
|
944
|
-
'Uses "KHR_lights_punctual" glTF extension',
|
|
945
|
-
default=False
|
|
946
|
-
)
|
|
947
|
-
|
|
948
|
-
export_try_sparse_sk: BoolProperty(
|
|
949
|
-
name='Use Sparse Accessor if Better',
|
|
950
|
-
description='Try using Sparse Accessor if it saves space',
|
|
951
|
-
default=True
|
|
952
|
-
)
|
|
953
|
-
|
|
954
|
-
export_try_omit_sparse_sk: BoolProperty(
|
|
955
|
-
name='Omitting Sparse Accessor if Data is Empty',
|
|
956
|
-
description='Omitting Sparse Accessor if data is empty',
|
|
957
|
-
default=False
|
|
958
|
-
)
|
|
959
|
-
|
|
960
|
-
export_gpu_instances: BoolProperty(
|
|
961
|
-
name='GPU Instances',
|
|
962
|
-
description='Export using EXT_mesh_gpu_instancing. '
|
|
963
|
-
'Limited to children of a given Empty. '
|
|
964
|
-
'Multiple materials might be omitted',
|
|
965
|
-
default=False
|
|
966
|
-
)
|
|
967
|
-
|
|
968
|
-
export_action_filter: BoolProperty(
|
|
969
|
-
name='Filter Actions',
|
|
970
|
-
description='Filter Actions to be exported',
|
|
971
|
-
default=False,
|
|
972
|
-
update=on_export_action_filter_changed,
|
|
973
|
-
)
|
|
974
|
-
|
|
975
|
-
export_convert_animation_pointer: BoolProperty(
|
|
976
|
-
name='Convert TRS/Weights to Animation Pointer',
|
|
977
|
-
description='Export TRS and weights as Animation Pointer. '
|
|
978
|
-
'Using KHR_animation_pointer extension',
|
|
979
|
-
default=False
|
|
980
|
-
)
|
|
981
|
-
|
|
982
|
-
# This parameter is only here for backward compatibility, as this option is removed in 3.6
|
|
983
|
-
# This option does nothing, and is not displayed in UI
|
|
984
|
-
# What you are looking for is probably "export_animation_mode"
|
|
985
|
-
export_nla_strips: BoolProperty(
|
|
986
|
-
name='Group by NLA Track',
|
|
987
|
-
description=(
|
|
988
|
-
"When on, multiple actions become part of the same glTF animation if "
|
|
989
|
-
"they're pushed onto NLA tracks with the same name. "
|
|
990
|
-
"When off, all the currently assigned actions become one glTF animation"
|
|
991
|
-
),
|
|
992
|
-
default=True
|
|
993
|
-
)
|
|
994
|
-
|
|
995
|
-
# Keep for back compatibility, but no more used
|
|
996
|
-
export_original_specular: BoolProperty(
|
|
997
|
-
name='Export Original PBR Specular',
|
|
998
|
-
description=(
|
|
999
|
-
'Export original glTF PBR Specular, instead of Blender Principled Shader Specular'
|
|
1000
|
-
),
|
|
1001
|
-
default=False,
|
|
1002
|
-
)
|
|
1003
|
-
|
|
1004
|
-
will_save_settings: BoolProperty(
|
|
1005
|
-
name='Remember Export Settings',
|
|
1006
|
-
description='Store glTF export settings in the Blender project',
|
|
1007
|
-
default=False)
|
|
1008
|
-
|
|
1009
|
-
export_hierarchy_full_collections: BoolProperty(
|
|
1010
|
-
name='Full Collection Hierarchy',
|
|
1011
|
-
description='Export full hierarchy, including intermediate collections',
|
|
1012
|
-
default=False
|
|
1013
|
-
)
|
|
1014
|
-
|
|
1015
|
-
export_extra_animations: BoolProperty(
|
|
1016
|
-
name='Prepare Extra Animations',
|
|
1017
|
-
description=(
|
|
1018
|
-
'Export additional animations.\n'
|
|
1019
|
-
'This feature is not standard and needs an external extension to be included in the glTF file'
|
|
1020
|
-
),
|
|
1021
|
-
default=False
|
|
1022
|
-
)
|
|
1023
|
-
|
|
1024
|
-
export_loglevel: IntProperty(
|
|
1025
|
-
name='Log Level',
|
|
1026
|
-
description="Log Level",
|
|
1027
|
-
default=-1,
|
|
1028
|
-
)
|
|
1029
|
-
|
|
1030
|
-
# Custom scene property for saving settings
|
|
1031
|
-
scene_key = "glTF2ExportSettings"
|
|
1032
|
-
|
|
1033
|
-
#
|
|
1034
|
-
|
|
1035
|
-
def check(self, _context):
|
|
1036
|
-
# Ensure file extension matches format
|
|
1037
|
-
old_filepath = self.filepath
|
|
1038
|
-
self.filepath = ensure_filepath_matches_export_format(
|
|
1039
|
-
self.filepath,
|
|
1040
|
-
self.export_format,
|
|
1041
|
-
)
|
|
1042
|
-
return self.filepath != old_filepath
|
|
1043
|
-
|
|
1044
|
-
def invoke(self, context, event):
|
|
1045
|
-
settings = context.scene.get(self.scene_key)
|
|
1046
|
-
self.will_save_settings = False
|
|
1047
|
-
if settings:
|
|
1048
|
-
try:
|
|
1049
|
-
for (k, v) in settings.items():
|
|
1050
|
-
setattr(self, k, v)
|
|
1051
|
-
self.will_save_settings = True
|
|
1052
|
-
|
|
1053
|
-
# Update filter if user saved settings
|
|
1054
|
-
if hasattr(self, 'export_format'):
|
|
1055
|
-
self.filter_glob = '*.glb' if self.export_format == 'GLB' else '*.gltf'
|
|
1056
|
-
|
|
1057
|
-
except (AttributeError, TypeError):
|
|
1058
|
-
self.report({"ERROR"}, "Loading export settings failed. Removed corrupted settings")
|
|
1059
|
-
del context.scene[self.scene_key]
|
|
1060
|
-
|
|
1061
|
-
return ExportHelper.invoke(self, context, event)
|
|
1062
|
-
|
|
1063
|
-
def save_settings(self, context):
|
|
1064
|
-
# find all props to save
|
|
1065
|
-
exceptional = [
|
|
1066
|
-
# options that don't start with 'export_'
|
|
1067
|
-
'use_selection',
|
|
1068
|
-
'use_visible',
|
|
1069
|
-
'use_renderable',
|
|
1070
|
-
'use_active_collection_with_nested',
|
|
1071
|
-
'use_active_collection',
|
|
1072
|
-
'use_mesh_edges',
|
|
1073
|
-
'use_mesh_vertices',
|
|
1074
|
-
'use_active_scene',
|
|
1075
|
-
'collection',
|
|
1076
|
-
]
|
|
1077
|
-
all_props = self.properties
|
|
1078
|
-
export_props = {
|
|
1079
|
-
x: getattr(self, x) for x in dir(all_props)
|
|
1080
|
-
if (x.startswith("export_") or x in exceptional) and all_props.get(x) is not None
|
|
1081
|
-
}
|
|
1082
|
-
context.scene[self.scene_key] = export_props
|
|
1083
|
-
|
|
1084
|
-
def execute(self, context):
|
|
1085
|
-
import os
|
|
1086
|
-
import datetime
|
|
1087
|
-
import logging
|
|
1088
|
-
from .io.exp.user_extensions import export_user_extensions
|
|
1089
|
-
from .io.com.debug import Log
|
|
1090
|
-
from .blender.exp import export as gltf2_blender_export
|
|
1091
|
-
from .io.com.path import path_to_uri
|
|
1092
|
-
|
|
1093
|
-
if self.will_save_settings:
|
|
1094
|
-
self.save_settings(context)
|
|
1095
|
-
|
|
1096
|
-
self.check(context) # ensure filepath has the right extension
|
|
1097
|
-
|
|
1098
|
-
# All custom export settings are stored in this container.
|
|
1099
|
-
export_settings = {}
|
|
1100
|
-
|
|
1101
|
-
# Collection Export does not handle correctly props declaration for now
|
|
1102
|
-
# So use this tweak to manage it, waiting for a better solution
|
|
1103
|
-
is_file_browser = context.space_data and context.space_data.type == 'FILE_BROWSER'
|
|
1104
|
-
if not is_file_browser:
|
|
1105
|
-
if not hasattr(context.scene, "gltf_action_filter") and self.export_action_filter:
|
|
1106
|
-
bpy.types.Scene.gltf_action_filter = bpy.props.CollectionProperty(type=GLTF2_filter_action)
|
|
1107
|
-
bpy.types.Scene.gltf_action_filter_active = bpy.props.IntProperty()
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
# Get log level from parameters
|
|
1111
|
-
# If not set, get it from Blender app debug value
|
|
1112
|
-
export_settings['gltf_loglevel'] = self.export_loglevel
|
|
1113
|
-
if export_settings['gltf_loglevel'] < 0:
|
|
1114
|
-
export_settings['loglevel'] = set_debug_log()
|
|
1115
|
-
|
|
1116
|
-
export_settings['exported_images'] = {}
|
|
1117
|
-
export_settings['exported_texture_nodes'] = []
|
|
1118
|
-
export_settings['additional_texture_export'] = []
|
|
1119
|
-
export_settings['additional_texture_export_current_idx'] = 0
|
|
1120
|
-
|
|
1121
|
-
export_settings['timestamp'] = datetime.datetime.now()
|
|
1122
|
-
export_settings['gltf_export_id'] = self.gltf_export_id
|
|
1123
|
-
export_settings['gltf_filepath'] = self.filepath
|
|
1124
|
-
export_settings['gltf_filedirectory'] = os.path.dirname(export_settings['gltf_filepath']) + '/'
|
|
1125
|
-
export_settings['gltf_texturedirectory'] = os.path.join(
|
|
1126
|
-
export_settings['gltf_filedirectory'],
|
|
1127
|
-
self.export_texture_dir,
|
|
1128
|
-
)
|
|
1129
|
-
export_settings['gltf_keep_original_textures'] = self.export_keep_originals
|
|
1130
|
-
|
|
1131
|
-
export_settings['gltf_format'] = self.export_format
|
|
1132
|
-
export_settings['gltf_image_format'] = self.export_image_format
|
|
1133
|
-
export_settings['gltf_add_webp'] = self.export_image_add_webp
|
|
1134
|
-
export_settings['gltf_webp_fallback'] = self.export_image_webp_fallback
|
|
1135
|
-
export_settings['gltf_image_quality'] = self.export_image_quality
|
|
1136
|
-
export_settings['gltf_copyright'] = self.export_copyright
|
|
1137
|
-
export_settings['gltf_texcoords'] = self.export_texcoords
|
|
1138
|
-
export_settings['gltf_normals'] = self.export_normals
|
|
1139
|
-
export_settings['gltf_tangents'] = self.export_tangents and self.export_normals
|
|
1140
|
-
export_settings['gltf_loose_edges'] = self.use_mesh_edges
|
|
1141
|
-
export_settings['gltf_loose_points'] = self.use_mesh_vertices
|
|
1142
|
-
|
|
1143
|
-
if is_draco_available():
|
|
1144
|
-
export_settings['gltf_draco_mesh_compression'] = self.export_draco_mesh_compression_enable
|
|
1145
|
-
export_settings['gltf_draco_mesh_compression_level'] = self.export_draco_mesh_compression_level
|
|
1146
|
-
export_settings['gltf_draco_position_quantization'] = self.export_draco_position_quantization
|
|
1147
|
-
export_settings['gltf_draco_normal_quantization'] = self.export_draco_normal_quantization
|
|
1148
|
-
export_settings['gltf_draco_texcoord_quantization'] = self.export_draco_texcoord_quantization
|
|
1149
|
-
export_settings['gltf_draco_color_quantization'] = self.export_draco_color_quantization
|
|
1150
|
-
export_settings['gltf_draco_generic_quantization'] = self.export_draco_generic_quantization
|
|
1151
|
-
else:
|
|
1152
|
-
export_settings['gltf_draco_mesh_compression'] = False
|
|
1153
|
-
|
|
1154
|
-
export_settings['gltf_gn_mesh'] = self.export_gn_mesh
|
|
1155
|
-
|
|
1156
|
-
export_settings['gltf_materials'] = self.export_materials
|
|
1157
|
-
export_settings['gltf_attributes'] = self.export_attributes
|
|
1158
|
-
export_settings['gltf_cameras'] = self.export_cameras
|
|
1159
|
-
|
|
1160
|
-
export_settings['gltf_vertex_color'] = self.export_vertex_color
|
|
1161
|
-
if self.export_vertex_color == 'NONE':
|
|
1162
|
-
export_settings['gltf_all_vertex_colors'] = False
|
|
1163
|
-
export_settings['gltf_active_vertex_color_when_no_material'] = False
|
|
1164
|
-
else:
|
|
1165
|
-
export_settings['gltf_all_vertex_colors'] = self.export_all_vertex_colors
|
|
1166
|
-
export_settings['gltf_active_vertex_color_when_no_material'] = self.export_active_vertex_color_when_no_material
|
|
1167
|
-
if self.export_vertex_color == 'NAME':
|
|
1168
|
-
export_settings['gltf_vertex_color_name'] = self.export_vertex_color_name
|
|
1169
|
-
else:
|
|
1170
|
-
export_settings['gltf_vertex_color_name'] = ""
|
|
1171
|
-
|
|
1172
|
-
if self.export_materials == "EXPORT":
|
|
1173
|
-
export_settings['gltf_unused_textures'] = self.export_unused_textures
|
|
1174
|
-
export_settings['gltf_unused_images'] = self.export_unused_images
|
|
1175
|
-
else:
|
|
1176
|
-
export_settings['gltf_unused_textures'] = False
|
|
1177
|
-
export_settings['gltf_unused_images'] = False
|
|
1178
|
-
|
|
1179
|
-
export_settings['gltf_visible'] = self.use_visible
|
|
1180
|
-
export_settings['gltf_renderable'] = self.use_renderable
|
|
1181
|
-
|
|
1182
|
-
export_settings['gltf_active_collection'] = self.use_active_collection
|
|
1183
|
-
if self.use_active_collection:
|
|
1184
|
-
export_settings['gltf_active_collection_with_nested'] = self.use_active_collection_with_nested
|
|
1185
|
-
else:
|
|
1186
|
-
export_settings['gltf_active_collection_with_nested'] = False
|
|
1187
|
-
export_settings['gltf_active_scene'] = self.use_active_scene
|
|
1188
|
-
export_settings['gltf_collection'] = self.collection
|
|
1189
|
-
export_settings['gltf_at_collection_center'] = self.at_collection_center
|
|
1190
|
-
|
|
1191
|
-
export_settings['gltf_selected'] = self.use_selection
|
|
1192
|
-
export_settings['gltf_layers'] = True # self.export_layers
|
|
1193
|
-
export_settings['gltf_extras'] = self.export_extras
|
|
1194
|
-
export_settings['gltf_yup'] = self.export_yup
|
|
1195
|
-
export_settings['gltf_apply'] = self.export_apply
|
|
1196
|
-
export_settings['gltf_shared_accessors'] = self.export_shared_accessors
|
|
1197
|
-
export_settings['gltf_current_frame'] = self.export_current_frame
|
|
1198
|
-
export_settings['gltf_animations'] = self.export_animations
|
|
1199
|
-
export_settings['gltf_def_bones'] = self.export_def_bones
|
|
1200
|
-
export_settings['gltf_flatten_bones_hierarchy'] = self.export_hierarchy_flatten_bones
|
|
1201
|
-
export_settings['gltf_flatten_obj_hierarchy'] = self.export_hierarchy_flatten_objs
|
|
1202
|
-
export_settings['gltf_armature_object_remove'] = self.export_armature_object_remove
|
|
1203
|
-
export_settings['gltf_leaf_bone'] = self.export_leaf_bone
|
|
1204
|
-
if self.export_animations:
|
|
1205
|
-
export_settings['gltf_frame_range'] = self.export_frame_range
|
|
1206
|
-
export_settings['gltf_force_sampling'] = self.export_force_sampling
|
|
1207
|
-
export_settings['gltf_sampling_interpolation_fallback'] = self.export_sampling_interpolation_fallback
|
|
1208
|
-
if not self.export_force_sampling:
|
|
1209
|
-
export_settings['gltf_def_bones'] = False
|
|
1210
|
-
export_settings['gltf_bake_animation'] = False
|
|
1211
|
-
export_settings['gltf_animation_mode'] = self.export_animation_mode
|
|
1212
|
-
if export_settings['gltf_animation_mode'] == "NLA_TRACKS":
|
|
1213
|
-
export_settings['gltf_force_sampling'] = True
|
|
1214
|
-
if export_settings['gltf_animation_mode'] == "SCENE":
|
|
1215
|
-
export_settings['gltf_anim_scene_split_object'] = self.export_anim_scene_split_object
|
|
1216
|
-
else:
|
|
1217
|
-
export_settings['gltf_anim_scene_split_object'] = False
|
|
1218
|
-
|
|
1219
|
-
if export_settings['gltf_animation_mode'] in ['NLA_TRACKS', 'SCENE']:
|
|
1220
|
-
export_settings['gltf_export_anim_pointer'] = self.export_pointer_animation
|
|
1221
|
-
if self.export_pointer_animation:
|
|
1222
|
-
export_settings['gltf_trs_w_animation_pointer'] = self.export_convert_animation_pointer
|
|
1223
|
-
else:
|
|
1224
|
-
export_settings['gltf_trs_w_animation_pointer'] = False
|
|
1225
|
-
else:
|
|
1226
|
-
export_settings['gltf_trs_w_animation_pointer'] = False
|
|
1227
|
-
export_settings['gltf_export_anim_pointer'] = False
|
|
1228
|
-
|
|
1229
|
-
if export_settings['gltf_animation_mode'] != "ACTIONS":
|
|
1230
|
-
export_settings['gltf_merge_animation'] = "NLA_TRACK"
|
|
1231
|
-
else:
|
|
1232
|
-
export_settings['gltf_merge_animation'] = self.export_merge_animation
|
|
1233
|
-
|
|
1234
|
-
if export_settings['gltf_animation_mode'] == "ACTIONS":
|
|
1235
|
-
export_settings['gltf_export_anim_single_armature'] = self.export_anim_single_armature
|
|
1236
|
-
else:
|
|
1237
|
-
export_settings['gltf_export_anim_single_armature'] = False
|
|
1238
|
-
|
|
1239
|
-
export_settings['gltf_nla_strips_merged_animation_name'] = self.export_nla_strips_merged_animation_name
|
|
1240
|
-
export_settings['gltf_optimize_animation'] = self.export_optimize_animation_size
|
|
1241
|
-
export_settings['gltf_optimize_animation_keep_armature'] = self.export_optimize_animation_keep_anim_armature
|
|
1242
|
-
export_settings['gltf_optimize_animation_keep_object'] = self.export_optimize_animation_keep_anim_object
|
|
1243
|
-
export_settings['gltf_optimize_disable_viewport'] = self.export_optimize_disable_viewport
|
|
1244
|
-
export_settings['gltf_export_reset_pose_bones'] = self.export_reset_pose_bones
|
|
1245
|
-
export_settings['gltf_export_reset_sk_data'] = self.export_morph_reset_sk_data
|
|
1246
|
-
export_settings['gltf_bake_animation'] = self.export_bake_animation
|
|
1247
|
-
export_settings['gltf_negative_frames'] = self.export_negative_frame
|
|
1248
|
-
export_settings['gltf_anim_slide_to_zero'] = self.export_anim_slide_to_zero
|
|
1249
|
-
export_settings['gltf_export_extra_animations'] = self.export_extra_animations
|
|
1250
|
-
else:
|
|
1251
|
-
export_settings['gltf_trs_w_animation_pointer'] = False
|
|
1252
|
-
export_settings['gltf_frame_range'] = False
|
|
1253
|
-
export_settings['gltf_force_sampling'] = False
|
|
1254
|
-
export_settings['gltf_bake_animation'] = False
|
|
1255
|
-
export_settings['gltf_optimize_animation'] = False
|
|
1256
|
-
export_settings['gltf_optimize_animation_keep_armature'] = False
|
|
1257
|
-
export_settings['gltf_optimize_animation_keep_object'] = False
|
|
1258
|
-
export_settings['gltf_optimize_disable_viewport'] = False
|
|
1259
|
-
export_settings['gltf_export_anim_single_armature'] = False
|
|
1260
|
-
export_settings['gltf_export_reset_pose_bones'] = False
|
|
1261
|
-
export_settings['gltf_export_reset_sk_data'] = False
|
|
1262
|
-
export_settings['gltf_export_extra_animations'] = False
|
|
1263
|
-
export_settings['gltf_skins'] = self.export_skins
|
|
1264
|
-
if self.export_skins:
|
|
1265
|
-
export_settings['gltf_all_vertex_influences'] = self.export_all_influences
|
|
1266
|
-
export_settings['gltf_vertex_influences_nb'] = self.export_influence_nb
|
|
1267
|
-
else:
|
|
1268
|
-
export_settings['gltf_all_vertex_influences'] = False
|
|
1269
|
-
export_settings['gltf_def_bones'] = False
|
|
1270
|
-
export_settings['gltf_rest_position_armature'] = self.export_rest_position_armature
|
|
1271
|
-
export_settings['gltf_frame_step'] = self.export_frame_step
|
|
1272
|
-
|
|
1273
|
-
export_settings['gltf_morph'] = self.export_morph
|
|
1274
|
-
if self.export_morph:
|
|
1275
|
-
export_settings['gltf_morph_normal'] = self.export_morph_normal
|
|
1276
|
-
export_settings['gltf_morph_tangent'] = self.export_morph_tangent
|
|
1277
|
-
export_settings['gltf_morph_anim'] = self.export_morph_animation
|
|
1278
|
-
else:
|
|
1279
|
-
export_settings['gltf_morph_normal'] = False
|
|
1280
|
-
export_settings['gltf_morph_tangent'] = False
|
|
1281
|
-
export_settings['gltf_morph_anim'] = False
|
|
1282
|
-
|
|
1283
|
-
export_settings['gltf_lights'] = self.export_lights
|
|
1284
|
-
export_settings['gltf_lighting_mode'] = self.export_import_convert_lighting_mode
|
|
1285
|
-
|
|
1286
|
-
export_settings['gltf_gpu_instances'] = self.export_gpu_instances
|
|
1287
|
-
|
|
1288
|
-
export_settings['gltf_try_sparse_sk'] = self.export_try_sparse_sk
|
|
1289
|
-
export_settings['gltf_try_omit_sparse_sk'] = self.export_try_omit_sparse_sk
|
|
1290
|
-
if not self.export_try_sparse_sk:
|
|
1291
|
-
export_settings['gltf_try_omit_sparse_sk'] = False
|
|
1292
|
-
|
|
1293
|
-
export_settings['gltf_hierarchy_full_collections'] = self.export_hierarchy_full_collections
|
|
1294
|
-
|
|
1295
|
-
# gltfpack stuff
|
|
1296
|
-
export_settings['gltf_use_gltfpack'] = self.export_use_gltfpack
|
|
1297
|
-
if self.export_use_gltfpack:
|
|
1298
|
-
export_settings['gltf_gltfpack_tc'] = self.export_gltfpack_tc
|
|
1299
|
-
export_settings['gltf_gltfpack_tq'] = self.export_gltfpack_tq
|
|
1300
|
-
|
|
1301
|
-
export_settings['gltf_gltfpack_si'] = self.export_gltfpack_si
|
|
1302
|
-
export_settings['gltf_gltfpack_sa'] = self.export_gltfpack_sa
|
|
1303
|
-
export_settings['gltf_gltfpack_slb'] = self.export_gltfpack_slb
|
|
1304
|
-
|
|
1305
|
-
export_settings['gltf_gltfpack_vp'] = self.export_gltfpack_vp
|
|
1306
|
-
export_settings['gltf_gltfpack_vt'] = self.export_gltfpack_vt
|
|
1307
|
-
export_settings['gltf_gltfpack_vn'] = self.export_gltfpack_vn
|
|
1308
|
-
export_settings['gltf_gltfpack_vc'] = self.export_gltfpack_vc
|
|
1309
|
-
|
|
1310
|
-
export_settings['gltf_gltfpack_vpi'] = self.export_gltfpack_vpi
|
|
1311
|
-
|
|
1312
|
-
export_settings['gltf_gltfpack_noq'] = self.export_gltfpack_noq
|
|
1313
|
-
export_settings['gltf_gltfpack_kn'] = self.export_gltfpack_kn
|
|
1314
|
-
|
|
1315
|
-
export_settings['gltf_binary'] = bytearray()
|
|
1316
|
-
export_settings['gltf_binaryfilename'] = (
|
|
1317
|
-
path_to_uri(os.path.splitext(os.path.basename(self.filepath))[0] + '.bin')
|
|
1318
|
-
)
|
|
1319
|
-
|
|
1320
|
-
export_settings['warning_joint_weight_exceed_already_displayed'] = False
|
|
1321
|
-
|
|
1322
|
-
export_settings['image_names'] = []
|
|
1323
|
-
|
|
1324
|
-
user_extensions = []
|
|
1325
|
-
pre_export_callbacks = []
|
|
1326
|
-
post_export_callbacks = []
|
|
1327
|
-
|
|
1328
|
-
import sys
|
|
1329
|
-
preferences = bpy.context.preferences
|
|
1330
|
-
for addon_name in preferences.addons.keys():
|
|
1331
|
-
try:
|
|
1332
|
-
module = sys.modules[addon_name]
|
|
1333
|
-
except Exception:
|
|
1334
|
-
continue
|
|
1335
|
-
if hasattr(module, 'glTF2ExportUserExtension'):
|
|
1336
|
-
extension_ctor = module.glTF2ExportUserExtension
|
|
1337
|
-
user_extensions.append(extension_ctor())
|
|
1338
|
-
if hasattr(module, 'glTF2ExportUserExtensions'):
|
|
1339
|
-
extension_ctors = module.glTF2ExportUserExtensions
|
|
1340
|
-
for extension_ctor in extension_ctors:
|
|
1341
|
-
user_extensions.append(extension_ctor())
|
|
1342
|
-
if hasattr(module, 'glTF2_pre_export_callback'):
|
|
1343
|
-
pre_export_callbacks.append(module.glTF2_pre_export_callback)
|
|
1344
|
-
if hasattr(module, 'glTF2_post_export_callback'):
|
|
1345
|
-
post_export_callbacks.append(module.glTF2_post_export_callback)
|
|
1346
|
-
export_settings['gltf_user_extensions'] = user_extensions
|
|
1347
|
-
export_settings['pre_export_callbacks'] = pre_export_callbacks
|
|
1348
|
-
export_settings['post_export_callbacks'] = post_export_callbacks
|
|
1349
|
-
|
|
1350
|
-
# Initialize logging for export
|
|
1351
|
-
export_settings['log'] = Log(export_settings['loglevel'])
|
|
1352
|
-
|
|
1353
|
-
# Pre-export hook
|
|
1354
|
-
export_user_extensions('pre_export_hook', export_settings)
|
|
1355
|
-
|
|
1356
|
-
profile = bpy.app.debug_value == 102
|
|
1357
|
-
if profile:
|
|
1358
|
-
import cProfile
|
|
1359
|
-
import pstats
|
|
1360
|
-
import io
|
|
1361
|
-
from pstats import SortKey
|
|
1362
|
-
pr = cProfile.Profile()
|
|
1363
|
-
pr.enable()
|
|
1364
|
-
res = gltf2_blender_export.save(context, export_settings)
|
|
1365
|
-
pr.disable()
|
|
1366
|
-
s = io.StringIO()
|
|
1367
|
-
sortby = SortKey.TIME
|
|
1368
|
-
ps = pstats.Stats(pr, stream=s).sort_stats(sortby)
|
|
1369
|
-
ps.print_stats()
|
|
1370
|
-
print(s.getvalue())
|
|
1371
|
-
else:
|
|
1372
|
-
res = gltf2_blender_export.save(context, export_settings)
|
|
1373
|
-
|
|
1374
|
-
# Display popup log, if any
|
|
1375
|
-
for message_type, message in export_settings['log'].messages():
|
|
1376
|
-
self.report({message_type}, message)
|
|
1377
|
-
|
|
1378
|
-
export_settings['log'].flush()
|
|
1379
|
-
|
|
1380
|
-
# Post-export hook
|
|
1381
|
-
export_user_extensions('post_export_hook', export_settings)
|
|
1382
|
-
|
|
1383
|
-
return res
|
|
1384
|
-
|
|
1385
|
-
def draw(self, context):
|
|
1386
|
-
operator = self
|
|
1387
|
-
layout = self.layout
|
|
1388
|
-
layout.use_property_split = True
|
|
1389
|
-
layout.use_property_decorate = False # No animation.
|
|
1390
|
-
|
|
1391
|
-
# Are we inside the File browser
|
|
1392
|
-
is_file_browser = context.space_data.type == 'FILE_BROWSER'
|
|
1393
|
-
|
|
1394
|
-
export_main(layout, operator, is_file_browser)
|
|
1395
|
-
export_panel_collection(layout, operator, is_file_browser)
|
|
1396
|
-
export_panel_include(layout, operator, is_file_browser)
|
|
1397
|
-
export_panel_transform(layout, operator)
|
|
1398
|
-
export_panel_data(layout, operator)
|
|
1399
|
-
export_panel_animation(layout, operator)
|
|
1400
|
-
|
|
1401
|
-
# If gltfpack is not setup in plugin preferences -> don't show any gltfpack relevant options in export dialog
|
|
1402
|
-
gltfpack_path = context.preferences.addons['io_scene_gltf2'].preferences.gltfpack_path_ui.strip()
|
|
1403
|
-
if gltfpack_path != '':
|
|
1404
|
-
export_panel_gltfpack(layout, operator)
|
|
1405
|
-
|
|
1406
|
-
export_panel_user_extension(context, layout)
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
def export_main(layout, operator, is_file_browser):
|
|
1410
|
-
layout.prop(operator, 'export_format')
|
|
1411
|
-
if operator.export_format == 'GLTF_SEPARATE':
|
|
1412
|
-
layout.prop(operator, 'export_keep_originals')
|
|
1413
|
-
if operator.export_keep_originals is False:
|
|
1414
|
-
layout.prop(operator, 'export_texture_dir', icon='FILE_FOLDER')
|
|
1415
|
-
if operator.export_format == 'GLTF_EMBEDDED':
|
|
1416
|
-
layout.label(
|
|
1417
|
-
text="This is the least efficient of the available forms, and should only be used when required.",
|
|
1418
|
-
icon='ERROR')
|
|
1419
|
-
|
|
1420
|
-
layout.prop(operator, 'export_copyright')
|
|
1421
|
-
if is_file_browser:
|
|
1422
|
-
layout.prop(operator, 'will_save_settings')
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
def export_panel_collection(layout, operator, is_file_browser):
|
|
1426
|
-
if is_file_browser:
|
|
1427
|
-
return
|
|
1428
|
-
|
|
1429
|
-
header, body = layout.panel("GLTF_export_collection", default_closed=True)
|
|
1430
|
-
header.label(text="Collection")
|
|
1431
|
-
if body:
|
|
1432
|
-
body.prop(operator, 'at_collection_center')
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
def export_panel_include(layout, operator, is_file_browser):
|
|
1436
|
-
header, body = layout.panel("GLTF_export_include", default_closed=True)
|
|
1437
|
-
header.label(text="Include")
|
|
1438
|
-
if body:
|
|
1439
|
-
if is_file_browser:
|
|
1440
|
-
col = body.column(heading="Limit to", align=True)
|
|
1441
|
-
col.prop(operator, 'use_selection')
|
|
1442
|
-
col.prop(operator, 'use_visible')
|
|
1443
|
-
col.prop(operator, 'use_renderable')
|
|
1444
|
-
col.prop(operator, 'use_active_collection')
|
|
1445
|
-
if operator.use_active_collection:
|
|
1446
|
-
col.prop(operator, 'use_active_collection_with_nested')
|
|
1447
|
-
col.prop(operator, 'use_active_scene')
|
|
1448
|
-
|
|
1449
|
-
col = body.column(heading="Data", align=True)
|
|
1450
|
-
col.prop(operator, 'export_extras')
|
|
1451
|
-
col.prop(operator, 'export_cameras')
|
|
1452
|
-
col.prop(operator, 'export_lights')
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
def export_panel_transform(layout, operator):
|
|
1456
|
-
header, body = layout.panel("GLTF_export_transform", default_closed=True)
|
|
1457
|
-
header.label(text="Transform")
|
|
1458
|
-
if body:
|
|
1459
|
-
body.prop(operator, 'export_yup')
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
def export_panel_data(layout, operator):
|
|
1463
|
-
header, body = layout.panel("GLTF_export_data", default_closed=True)
|
|
1464
|
-
header.label(text="Data")
|
|
1465
|
-
if body:
|
|
1466
|
-
export_panel_data_scene_graph(body, operator)
|
|
1467
|
-
export_panel_data_mesh(body, operator)
|
|
1468
|
-
export_panel_data_material(body, operator)
|
|
1469
|
-
export_panel_data_shapekeys(body, operator)
|
|
1470
|
-
export_panel_data_armature(body, operator)
|
|
1471
|
-
export_panel_data_skinning(body, operator)
|
|
1472
|
-
export_panel_data_lighting(body, operator)
|
|
1473
|
-
|
|
1474
|
-
if is_draco_available():
|
|
1475
|
-
export_panel_data_compression(body, operator)
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
def export_panel_data_scene_graph(layout, operator):
|
|
1479
|
-
header, body = layout.panel("GLTF_export_data_scene_graph", default_closed=True)
|
|
1480
|
-
header.label(text="Scene Graph")
|
|
1481
|
-
if body:
|
|
1482
|
-
body.prop(operator, 'export_gn_mesh')
|
|
1483
|
-
body.prop(operator, 'export_gpu_instances')
|
|
1484
|
-
body.prop(operator, 'export_hierarchy_flatten_objs')
|
|
1485
|
-
body.prop(operator, 'export_hierarchy_full_collections')
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
def export_panel_data_mesh(layout, operator):
|
|
1489
|
-
header, body = layout.panel("GLTF_export_data_mesh", default_closed=True)
|
|
1490
|
-
header.label(text="Mesh")
|
|
1491
|
-
if body:
|
|
1492
|
-
body.prop(operator, 'export_apply')
|
|
1493
|
-
body.prop(operator, 'export_texcoords')
|
|
1494
|
-
body.prop(operator, 'export_normals')
|
|
1495
|
-
col = body.column()
|
|
1496
|
-
col.active = operator.export_normals
|
|
1497
|
-
col.prop(operator, 'export_tangents')
|
|
1498
|
-
body.prop(operator, 'export_attributes')
|
|
1499
|
-
|
|
1500
|
-
col = body.column()
|
|
1501
|
-
col.prop(operator, 'use_mesh_edges')
|
|
1502
|
-
col.prop(operator, 'use_mesh_vertices')
|
|
1503
|
-
|
|
1504
|
-
col = body.column()
|
|
1505
|
-
col.prop(operator, 'export_shared_accessors')
|
|
1506
|
-
|
|
1507
|
-
header, sub_body = body.panel("GLTF_export_data_material_vertex_color", default_closed=True)
|
|
1508
|
-
header.label(text="Vertex Colors")
|
|
1509
|
-
if sub_body:
|
|
1510
|
-
row = sub_body.row()
|
|
1511
|
-
row.prop(operator, 'export_vertex_color')
|
|
1512
|
-
row = sub_body.row()
|
|
1513
|
-
if operator.export_vertex_color == "NAME":
|
|
1514
|
-
row.prop(operator, 'export_vertex_color_name')
|
|
1515
|
-
if operator.export_vertex_color in ["ACTIVE", "NAME"]:
|
|
1516
|
-
row = sub_body.row()
|
|
1517
|
-
row.label(
|
|
1518
|
-
text="Note that fully compliant glTF 2.0 engine/viewer will use it as multiplicative factor for base color.",
|
|
1519
|
-
icon='ERROR')
|
|
1520
|
-
row = sub_body.row()
|
|
1521
|
-
row.label(text="If you want to use VC for any other purpose than vertex color, you should use custom attributes.")
|
|
1522
|
-
row = sub_body.row()
|
|
1523
|
-
row.active = operator.export_vertex_color != "NONE"
|
|
1524
|
-
row.prop(operator, 'export_all_vertex_colors')
|
|
1525
|
-
row = sub_body.row()
|
|
1526
|
-
row.active = operator.export_vertex_color != "NONE"
|
|
1527
|
-
row.prop(operator, 'export_active_vertex_color_when_no_material')
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
def export_panel_data_material(layout, operator):
|
|
1531
|
-
header, body = layout.panel("GLTF_export_data_material", default_closed=True)
|
|
1532
|
-
header.label(text="Material")
|
|
1533
|
-
if body:
|
|
1534
|
-
body.prop(operator, 'export_materials')
|
|
1535
|
-
col = body.column()
|
|
1536
|
-
col.active = operator.export_materials == "EXPORT"
|
|
1537
|
-
col.prop(operator, 'export_image_format')
|
|
1538
|
-
if operator.export_image_format in ["AUTO", "JPEG", "WEBP"]:
|
|
1539
|
-
col.prop(operator, 'export_image_quality')
|
|
1540
|
-
col = body.column()
|
|
1541
|
-
col.active = operator.export_image_format != "WEBP" and not operator.export_materials in ['PLACEHOLDER', 'NONE', 'VIEWPORT']
|
|
1542
|
-
col.prop(operator, "export_image_add_webp")
|
|
1543
|
-
col = body.column()
|
|
1544
|
-
col.active = operator.export_image_format != "WEBP" and not operator.export_materials in ['PLACEHOLDER', 'NONE', 'VIEWPORT']
|
|
1545
|
-
col.prop(operator, "export_image_webp_fallback")
|
|
1546
|
-
|
|
1547
|
-
header, sub_body = body.panel("GLTF_export_data_material_unused", default_closed=True)
|
|
1548
|
-
header.label(text="Unused Textures & Images")
|
|
1549
|
-
header.active = operator.export_materials == "EXPORT"
|
|
1550
|
-
if sub_body:
|
|
1551
|
-
sub_body.active = operator.export_materials == "EXPORT"
|
|
1552
|
-
row = sub_body.row()
|
|
1553
|
-
row.prop(operator, 'export_unused_images')
|
|
1554
|
-
row = sub_body.row()
|
|
1555
|
-
row.prop(operator, 'export_unused_textures')
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
def export_panel_data_shapekeys(layout, operator):
|
|
1559
|
-
header, body = layout.panel("GLTF_export_data_shapekeys", default_closed=True)
|
|
1560
|
-
header.use_property_split = False
|
|
1561
|
-
header.prop(operator, "export_morph", text="")
|
|
1562
|
-
header.label(text="Shape Keys")
|
|
1563
|
-
if body:
|
|
1564
|
-
body.active = operator.export_morph
|
|
1565
|
-
|
|
1566
|
-
body.prop(operator, 'export_morph_normal')
|
|
1567
|
-
col = body.column()
|
|
1568
|
-
col.active = operator.export_morph_normal
|
|
1569
|
-
col.prop(operator, 'export_morph_tangent')
|
|
1570
|
-
|
|
1571
|
-
# Data-Shape Keys-Optimize
|
|
1572
|
-
header, sub_body = body.panel("GLTF_export_data_shapekeys_optimize", default_closed=True)
|
|
1573
|
-
header.label(text="Optimize Shape Keys")
|
|
1574
|
-
if sub_body:
|
|
1575
|
-
row = sub_body.row()
|
|
1576
|
-
row.prop(operator, 'export_try_sparse_sk')
|
|
1577
|
-
|
|
1578
|
-
row = sub_body.row()
|
|
1579
|
-
row.active = operator.export_try_sparse_sk
|
|
1580
|
-
row.prop(operator, 'export_try_omit_sparse_sk')
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
def export_panel_data_armature(layout, operator):
|
|
1584
|
-
header, body = layout.panel("GLTF_export_data_armature", default_closed=True)
|
|
1585
|
-
header.label(text="Armature")
|
|
1586
|
-
if body:
|
|
1587
|
-
body.active = operator.export_skins
|
|
1588
|
-
|
|
1589
|
-
body.prop(operator, 'export_rest_position_armature')
|
|
1590
|
-
|
|
1591
|
-
row = body.row()
|
|
1592
|
-
row.active = operator.export_force_sampling
|
|
1593
|
-
row.prop(operator, 'export_def_bones')
|
|
1594
|
-
if operator.export_force_sampling is False and operator.export_def_bones is True:
|
|
1595
|
-
body.label(text="Export only deformation bones is not possible when not sampling animation")
|
|
1596
|
-
row = body.row()
|
|
1597
|
-
row.prop(operator, 'export_armature_object_remove')
|
|
1598
|
-
row = body.row()
|
|
1599
|
-
row.prop(operator, 'export_hierarchy_flatten_bones')
|
|
1600
|
-
row = body.row()
|
|
1601
|
-
row.prop(operator, 'export_leaf_bone')
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
def export_panel_data_skinning(layout, operator):
|
|
1605
|
-
header, body = layout.panel("GLTF_export_data_skinning", default_closed=True)
|
|
1606
|
-
header.use_property_split = False
|
|
1607
|
-
header.prop(operator, "export_skins", text="")
|
|
1608
|
-
header.label(text="Skinning")
|
|
1609
|
-
if body:
|
|
1610
|
-
body.active = operator.export_skins
|
|
1611
|
-
|
|
1612
|
-
row = body.row()
|
|
1613
|
-
row.prop(operator, 'export_influence_nb')
|
|
1614
|
-
row.active = not operator.export_all_influences
|
|
1615
|
-
body.prop(operator, 'export_all_influences')
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
def export_panel_data_lighting(layout, operator):
|
|
1619
|
-
header, body = layout.panel("GLTF_export_data_lighting", default_closed=True)
|
|
1620
|
-
header.label(text="Lighting")
|
|
1621
|
-
if body:
|
|
1622
|
-
body.prop(operator, 'export_import_convert_lighting_mode')
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
def export_panel_data_compression(layout, operator):
|
|
1626
|
-
header, body = layout.panel("GLTF_export_data_compression", default_closed=True)
|
|
1627
|
-
header.use_property_split = False
|
|
1628
|
-
header.prop(operator, "export_draco_mesh_compression_enable", text="")
|
|
1629
|
-
header.label(text="Compression")
|
|
1630
|
-
if body:
|
|
1631
|
-
body.active = operator.export_draco_mesh_compression_enable
|
|
1632
|
-
|
|
1633
|
-
body.prop(operator, 'export_draco_mesh_compression_level')
|
|
1634
|
-
|
|
1635
|
-
col = body.column(align=True)
|
|
1636
|
-
col.prop(operator, 'export_draco_position_quantization', text="Quantize Position")
|
|
1637
|
-
col.prop(operator, 'export_draco_normal_quantization', text="Normal")
|
|
1638
|
-
col.prop(operator, 'export_draco_texcoord_quantization', text="Tex Coord")
|
|
1639
|
-
col.prop(operator, 'export_draco_color_quantization', text="Color")
|
|
1640
|
-
col.prop(operator, 'export_draco_generic_quantization', text="Generic")
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
def export_panel_animation(layout, operator):
|
|
1644
|
-
header, body = layout.panel("GLTF_export_animation", default_closed=True)
|
|
1645
|
-
header.use_property_split = False
|
|
1646
|
-
header.prop(operator, "export_animations", text="")
|
|
1647
|
-
header.label(text="Animation")
|
|
1648
|
-
if body:
|
|
1649
|
-
body.active = operator.export_animations
|
|
1650
|
-
|
|
1651
|
-
body.prop(operator, 'export_animation_mode')
|
|
1652
|
-
if operator.export_animation_mode == "ACTIVE_ACTIONS":
|
|
1653
|
-
layout.prop(operator, 'export_nla_strips_merged_animation_name')
|
|
1654
|
-
|
|
1655
|
-
if operator.export_animation_mode in ["NLA_TRACKS", "SCENE"]:
|
|
1656
|
-
export_panel_animation_notes(body, operator)
|
|
1657
|
-
export_panel_animation_bake_and_merge(body, operator)
|
|
1658
|
-
export_panel_animation_ranges(body, operator)
|
|
1659
|
-
export_panel_animation_armature(body, operator)
|
|
1660
|
-
export_panel_animation_shapekeys(body, operator)
|
|
1661
|
-
export_panel_animation_sampling(body, operator)
|
|
1662
|
-
export_panel_animation_pointer(body, operator)
|
|
1663
|
-
export_panel_animation_optimize(body, operator)
|
|
1664
|
-
if operator.export_animation_mode in ['ACTIONS', 'ACTIVE_ACTIONS']:
|
|
1665
|
-
export_panel_animation_extra(body, operator)
|
|
1666
|
-
|
|
1667
|
-
from .blender.com.gltf2_blender_ui import export_panel_animation_action_filter
|
|
1668
|
-
export_panel_animation_action_filter(body, operator)
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
def export_panel_animation_notes(layout, operator):
|
|
1672
|
-
header, body = layout.panel("GLTF_export_animation_notes", default_closed=True)
|
|
1673
|
-
header.label(text="Notes")
|
|
1674
|
-
if body:
|
|
1675
|
-
if operator.export_animation_mode == "SCENE":
|
|
1676
|
-
body.label(text="Scene mode uses full bake mode:")
|
|
1677
|
-
body.label(text="- sampling is active")
|
|
1678
|
-
body.label(text="- baking all objects is active")
|
|
1679
|
-
body.label(text="- Using scene frame range")
|
|
1680
|
-
elif operator.export_animation_mode == "NLA_TRACKS":
|
|
1681
|
-
body.label(text="Track mode uses full bake mode:")
|
|
1682
|
-
body.label(text="- sampling is active")
|
|
1683
|
-
body.label(text="- baking all objects is active")
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
def export_panel_animation_bake_and_merge(layout, operator):
|
|
1687
|
-
header, body = layout.panel("GLTF_export_animation_bake_and_merge", default_closed=False)
|
|
1688
|
-
header.label(text="Bake & Merge")
|
|
1689
|
-
if body:
|
|
1690
|
-
body.active = operator.export_animations
|
|
1691
|
-
|
|
1692
|
-
row = body.row()
|
|
1693
|
-
row.active = operator.export_force_sampling and operator.export_animation_mode in [
|
|
1694
|
-
'ACTIONS', 'ACTIVE_ACTIONS', 'BROACAST']
|
|
1695
|
-
row.prop(operator, 'export_bake_animation')
|
|
1696
|
-
|
|
1697
|
-
if operator.export_animation_mode == "SCENE":
|
|
1698
|
-
row = body.row()
|
|
1699
|
-
row.prop(operator, 'export_anim_scene_split_object')
|
|
1700
|
-
|
|
1701
|
-
row = body.row()
|
|
1702
|
-
row.active = operator.export_force_sampling and operator.export_animation_mode in ['ACTIONS']
|
|
1703
|
-
row.prop(operator, 'export_merge_animation')
|
|
1704
|
-
|
|
1705
|
-
row = body.row()
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
def export_panel_animation_ranges(layout, operator):
|
|
1709
|
-
header, body = layout.panel("GLTF_export_animation_ranges", default_closed=True)
|
|
1710
|
-
header.label(text="Rest & Ranges")
|
|
1711
|
-
if body:
|
|
1712
|
-
body.active = operator.export_animations
|
|
1713
|
-
|
|
1714
|
-
body.prop(operator, 'export_current_frame')
|
|
1715
|
-
row = body.row()
|
|
1716
|
-
row.active = operator.export_animation_mode in ['ACTIONS', 'ACTIVE_ACTIONS', 'BROADCAST', 'NLA_TRACKS']
|
|
1717
|
-
row.prop(operator, 'export_frame_range')
|
|
1718
|
-
body.prop(operator, 'export_anim_slide_to_zero')
|
|
1719
|
-
row = body.row()
|
|
1720
|
-
row.active = operator.export_animation_mode in ['ACTIONS', 'ACTIVE_ACTIONS', 'BROADCAST', 'NLA_TRACKS']
|
|
1721
|
-
body.prop(operator, 'export_negative_frame')
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
def export_panel_animation_armature(layout, operator):
|
|
1725
|
-
header, body = layout.panel("GLTF_export_animation_armature", default_closed=True)
|
|
1726
|
-
header.label(text="Armature")
|
|
1727
|
-
if body:
|
|
1728
|
-
body.active = operator.export_animations
|
|
1729
|
-
|
|
1730
|
-
row = body.row()
|
|
1731
|
-
row.active = operator.export_animation_mode == "ACTIONS"
|
|
1732
|
-
row.prop(operator, 'export_anim_single_armature')
|
|
1733
|
-
row = body.row()
|
|
1734
|
-
row.prop(operator, 'export_reset_pose_bones')
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
def export_panel_animation_shapekeys(layout, operator):
|
|
1738
|
-
header, body = layout.panel("GLTF_export_animation_shapekeys", default_closed=True)
|
|
1739
|
-
header.active = operator.export_animations and operator.export_morph
|
|
1740
|
-
header.use_property_split = False
|
|
1741
|
-
header.prop(operator, "export_morph_animation", text="")
|
|
1742
|
-
header.label(text="Shape Keys Animation")
|
|
1743
|
-
if body:
|
|
1744
|
-
body.active = operator.export_animations and operator.export_morph
|
|
1745
|
-
|
|
1746
|
-
row = body.row()
|
|
1747
|
-
row.active = operator.export_morph_animation
|
|
1748
|
-
row.prop(operator, 'export_morph_reset_sk_data')
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
def export_panel_animation_sampling(layout, operator):
|
|
1752
|
-
header, body = layout.panel("GLTF_export_animation_sampling", default_closed=True)
|
|
1753
|
-
header.use_property_split = False
|
|
1754
|
-
header.prop(operator, "export_force_sampling", text="")
|
|
1755
|
-
header.label(text="Sampling Animations")
|
|
1756
|
-
if body:
|
|
1757
|
-
body.active = operator.export_animations and operator.export_force_sampling
|
|
1758
|
-
|
|
1759
|
-
body.prop(operator, 'export_frame_step')
|
|
1760
|
-
body.prop(operator, 'export_sampling_interpolation_fallback')
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
def export_panel_animation_pointer(layout, operator):
|
|
1764
|
-
header, body = layout.panel("GLTF_export_animation_pointer", default_closed=True)
|
|
1765
|
-
header.use_property_split = False
|
|
1766
|
-
header.active = operator.export_animations and operator.export_animation_mode in ['NLA_TRACKS', 'SCENE']
|
|
1767
|
-
header.prop(operator, "export_pointer_animation", text="")
|
|
1768
|
-
header.label(text="Animation Pointer (Experimental)")
|
|
1769
|
-
if body:
|
|
1770
|
-
row = body.row()
|
|
1771
|
-
row.active = header.active and operator.export_pointer_animation
|
|
1772
|
-
row.prop(operator, 'export_convert_animation_pointer')
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
def export_panel_animation_optimize(layout, operator):
|
|
1776
|
-
header, body = layout.panel("GLTF_export_animation_optimize", default_closed=True)
|
|
1777
|
-
header.label(text="Optimize Animations")
|
|
1778
|
-
if body:
|
|
1779
|
-
body.active = operator.export_animations
|
|
1780
|
-
|
|
1781
|
-
body.prop(operator, 'export_optimize_animation_size')
|
|
1782
|
-
|
|
1783
|
-
row = body.row()
|
|
1784
|
-
row.prop(operator, 'export_optimize_animation_keep_anim_armature')
|
|
1785
|
-
|
|
1786
|
-
row = body.row()
|
|
1787
|
-
row.prop(operator, 'export_optimize_animation_keep_anim_object')
|
|
1788
|
-
|
|
1789
|
-
row = body.row()
|
|
1790
|
-
row.prop(operator, 'export_optimize_disable_viewport')
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
def export_panel_animation_extra(layout, operator):
|
|
1794
|
-
header, body = layout.panel("GLTF_export_animation_extra", default_closed=True)
|
|
1795
|
-
header.label(text="Extra Animations")
|
|
1796
|
-
if body:
|
|
1797
|
-
body.active = operator.export_animations
|
|
1798
|
-
|
|
1799
|
-
body.prop(operator, 'export_extra_animations')
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
def export_panel_gltfpack(layout, operator):
|
|
1803
|
-
header, body = layout.panel("GLTF_export_gltfpack", default_closed=True)
|
|
1804
|
-
header.label(text="gltfpack")
|
|
1805
|
-
if body:
|
|
1806
|
-
col = body.column(heading="gltfpack", align=True)
|
|
1807
|
-
col.prop(operator, 'export_use_gltfpack')
|
|
1808
|
-
|
|
1809
|
-
col = body.column(heading="Textures", align=True)
|
|
1810
|
-
col.prop(operator, 'export_gltfpack_tc')
|
|
1811
|
-
col.prop(operator, 'export_gltfpack_tq')
|
|
1812
|
-
col = body.column(heading="Simplification", align=True)
|
|
1813
|
-
col.prop(operator, 'export_gltfpack_si')
|
|
1814
|
-
col.prop(operator, 'export_gltfpack_sa')
|
|
1815
|
-
col.prop(operator, 'export_gltfpack_slb')
|
|
1816
|
-
col = body.column(heading="Vertices", align=True)
|
|
1817
|
-
col.prop(operator, 'export_gltfpack_vp')
|
|
1818
|
-
col.prop(operator, 'export_gltfpack_vt')
|
|
1819
|
-
col.prop(operator, 'export_gltfpack_vn')
|
|
1820
|
-
col.prop(operator, 'export_gltfpack_vc')
|
|
1821
|
-
col = body.column(heading="Vertex positions", align=True)
|
|
1822
|
-
col.prop(operator, 'export_gltfpack_vpi')
|
|
1823
|
-
# col = body.column(heading = "Animations", align = True)
|
|
1824
|
-
# col = body.column(heading = "Scene", align = True)
|
|
1825
|
-
col = body.column(heading="Miscellaneous", align=True)
|
|
1826
|
-
col.prop(operator, 'export_gltfpack_noq')
|
|
1827
|
-
col.prop(operator, 'export_gltfpack_kn')
|
|
1828
|
-
|
|
1829
|
-
def export_panel_user_extension(context, layout):
|
|
1830
|
-
for draw in exporter_extension_layout_draw.values():
|
|
1831
|
-
draw(context, layout)
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
class ExportGLTF2(bpy.types.Operator, ExportGLTF2_Base, ExportHelper):
|
|
1835
|
-
"""Export scene as glTF 2.0 file"""
|
|
1836
|
-
bl_idname = 'export_scene.gltf'
|
|
1837
|
-
bl_label = 'Export glTF 2.0'
|
|
1838
|
-
|
|
1839
|
-
filename_ext = ''
|
|
1840
|
-
|
|
1841
|
-
filter_glob: StringProperty(default='*.glb', options={'HIDDEN'})
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
def menu_func_export(self, context):
|
|
1845
|
-
self.layout.operator(ExportGLTF2.bl_idname, text='glTF 2.0 (.glb/.gltf)')
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
class ImportGLTF2(Operator, ConvertGLTF2_Base, ImportHelper):
|
|
1849
|
-
"""Load a glTF 2.0 file"""
|
|
1850
|
-
bl_idname = 'import_scene.gltf'
|
|
1851
|
-
bl_label = 'Import glTF 2.0'
|
|
1852
|
-
bl_options = {'REGISTER', 'UNDO'}
|
|
1853
|
-
|
|
1854
|
-
filter_glob: StringProperty(default="*.glb;*.gltf", options={'HIDDEN'})
|
|
1855
|
-
|
|
1856
|
-
directory: StringProperty(
|
|
1857
|
-
subtype='DIR_PATH',
|
|
1858
|
-
options={'HIDDEN', 'SKIP_PRESET'},
|
|
1859
|
-
)
|
|
1860
|
-
|
|
1861
|
-
files: CollectionProperty(
|
|
1862
|
-
name="File Path",
|
|
1863
|
-
type=bpy.types.OperatorFileListElement,
|
|
1864
|
-
)
|
|
1865
|
-
|
|
1866
|
-
loglevel: IntProperty(
|
|
1867
|
-
name='Log Level',
|
|
1868
|
-
description="Log Level")
|
|
1869
|
-
|
|
1870
|
-
import_pack_images: BoolProperty(
|
|
1871
|
-
name='Pack Images',
|
|
1872
|
-
description='Pack all images into .blend file',
|
|
1873
|
-
default=True
|
|
1874
|
-
)
|
|
1875
|
-
|
|
1876
|
-
merge_vertices: BoolProperty(
|
|
1877
|
-
name='Merge Vertices',
|
|
1878
|
-
description=(
|
|
1879
|
-
'The glTF format requires discontinuous normals, UVs, and '
|
|
1880
|
-
'other vertex attributes to be stored as separate vertices, '
|
|
1881
|
-
'as required for rendering on typical graphics hardware. '
|
|
1882
|
-
'This option attempts to combine co-located vertices where possible. '
|
|
1883
|
-
'Currently cannot combine verts with different normals'
|
|
1884
|
-
),
|
|
1885
|
-
default=False,
|
|
1886
|
-
)
|
|
1887
|
-
|
|
1888
|
-
import_shading: EnumProperty(
|
|
1889
|
-
name="Shading",
|
|
1890
|
-
items=(("NORMALS", "Use Normal Data", ""),
|
|
1891
|
-
("FLAT", "Flat Shading", ""),
|
|
1892
|
-
("SMOOTH", "Smooth Shading", "")),
|
|
1893
|
-
description="How normals are computed during import",
|
|
1894
|
-
default="NORMALS")
|
|
1895
|
-
|
|
1896
|
-
bone_heuristic: EnumProperty(
|
|
1897
|
-
name="Bone Dir",
|
|
1898
|
-
items=(
|
|
1899
|
-
("BLENDER", "Blender (best for import/export round trip)",
|
|
1900
|
-
"Good for re-importing glTFs exported from Blender, "
|
|
1901
|
-
"and re-exporting glTFs to glTFs after Blender editing. "
|
|
1902
|
-
"Bone tips are placed on their local +Y axis (in glTF space)"),
|
|
1903
|
-
("TEMPERANCE", "Temperance (average)",
|
|
1904
|
-
"Decent all-around strategy. "
|
|
1905
|
-
"A bone with one child has its tip placed on the local axis "
|
|
1906
|
-
"closest to its child"),
|
|
1907
|
-
("FORTUNE", "Fortune (may look better, less accurate)",
|
|
1908
|
-
"Might look better than Temperance, but also might have errors. "
|
|
1909
|
-
"A bone with one child has its tip placed at its child's root. "
|
|
1910
|
-
"Non-uniform scalings may get messed up though, so beware"),
|
|
1911
|
-
),
|
|
1912
|
-
description="Heuristic for placing bones. Tries to make bones pretty",
|
|
1913
|
-
default="BLENDER",
|
|
1914
|
-
)
|
|
1915
|
-
|
|
1916
|
-
disable_bone_shape: BoolProperty(
|
|
1917
|
-
name='Disable Bone Shape',
|
|
1918
|
-
description='Do not create bone shapes',
|
|
1919
|
-
default=False,
|
|
1920
|
-
)
|
|
1921
|
-
|
|
1922
|
-
bone_shape_scale_factor: FloatProperty(
|
|
1923
|
-
name='Bone Shape Scale',
|
|
1924
|
-
description='Scale factor for bone shapes',
|
|
1925
|
-
default=1.0,
|
|
1926
|
-
)
|
|
1927
|
-
|
|
1928
|
-
guess_original_bind_pose: BoolProperty(
|
|
1929
|
-
name='Guess Original Bind Pose',
|
|
1930
|
-
description=(
|
|
1931
|
-
'Try to guess the original bind pose for skinned meshes from '
|
|
1932
|
-
'the inverse bind matrices. '
|
|
1933
|
-
'When off, use default/rest pose as bind pose'
|
|
1934
|
-
),
|
|
1935
|
-
default=True,
|
|
1936
|
-
)
|
|
1937
|
-
|
|
1938
|
-
import_webp_texture: BoolProperty(
|
|
1939
|
-
name='Import WebP Textures',
|
|
1940
|
-
description=(
|
|
1941
|
-
"If a texture exists in WebP format, "
|
|
1942
|
-
"loads the WebP texture instead of the fallback PNG/JPEG one"
|
|
1943
|
-
),
|
|
1944
|
-
default=False,
|
|
1945
|
-
)
|
|
1946
|
-
|
|
1947
|
-
import_unused_materials: BoolProperty(
|
|
1948
|
-
name='Import Unused Materials & Images',
|
|
1949
|
-
description='Import materials & Images not assigned to any mesh',
|
|
1950
|
-
default=False,
|
|
1951
|
-
)
|
|
1952
|
-
|
|
1953
|
-
import_select_created_objects: BoolProperty(
|
|
1954
|
-
name='Select Imported Objects',
|
|
1955
|
-
description='Select created objects at the end of the import',
|
|
1956
|
-
default=True,
|
|
1957
|
-
)
|
|
1958
|
-
|
|
1959
|
-
import_scene_extras: BoolProperty(
|
|
1960
|
-
name='Import Scene Extras',
|
|
1961
|
-
description='Import scene extras as custom properties. '
|
|
1962
|
-
'Existing custom properties will be overwritten',
|
|
1963
|
-
default=True,
|
|
1964
|
-
)
|
|
1965
|
-
|
|
1966
|
-
import_scene_as_collection: BoolProperty(
|
|
1967
|
-
name='Import Scene as Collection',
|
|
1968
|
-
description='Import the scene as a collection',
|
|
1969
|
-
default=True,
|
|
1970
|
-
)
|
|
1971
|
-
|
|
1972
|
-
import_merge_material_slots: BoolProperty(
|
|
1973
|
-
name='Merge Material Slot when possible',
|
|
1974
|
-
description='Merge material slots when possible',
|
|
1975
|
-
default=True,
|
|
1976
|
-
)
|
|
1977
|
-
|
|
1978
|
-
def draw(self, context):
|
|
1979
|
-
operator = self
|
|
1980
|
-
layout = self.layout
|
|
1981
|
-
|
|
1982
|
-
layout.use_property_split = True
|
|
1983
|
-
layout.use_property_decorate = False # No animation.
|
|
1984
|
-
|
|
1985
|
-
layout.prop(self, 'import_shading')
|
|
1986
|
-
layout.prop(self, 'export_import_convert_lighting_mode')
|
|
1987
|
-
import_mesh_panel(layout, operator)
|
|
1988
|
-
import_texture_panel(layout, operator)
|
|
1989
|
-
import_bone_panel(layout, operator)
|
|
1990
|
-
import_ux_panel(layout, operator)
|
|
1991
|
-
|
|
1992
|
-
import_panel_user_extension(context, layout)
|
|
1993
|
-
|
|
1994
|
-
def invoke(self, context, event):
|
|
1995
|
-
import sys
|
|
1996
|
-
preferences = bpy.context.preferences
|
|
1997
|
-
for addon_name in preferences.addons.keys():
|
|
1998
|
-
try:
|
|
1999
|
-
if hasattr(
|
|
2000
|
-
sys.modules[addon_name],
|
|
2001
|
-
'glTF2ImportUserExtension') or hasattr(
|
|
2002
|
-
sys.modules[addon_name],
|
|
2003
|
-
'glTF2ImportUserExtensions'):
|
|
2004
|
-
importer_extension_layout_draw[addon_name] = sys.modules[addon_name].draw_import if hasattr(
|
|
2005
|
-
sys.modules[addon_name], 'draw_import') else sys.modules[addon_name].draw
|
|
2006
|
-
except Exception:
|
|
2007
|
-
pass
|
|
2008
|
-
|
|
2009
|
-
self.has_active_importer_extensions = len(importer_extension_layout_draw.keys()) > 0
|
|
2010
|
-
return ImportHelper.invoke_popup(self, context)
|
|
2011
|
-
|
|
2012
|
-
def execute(self, context):
|
|
2013
|
-
return self.import_gltf2(context)
|
|
2014
|
-
|
|
2015
|
-
def import_gltf2(self, context):
|
|
2016
|
-
import os
|
|
2017
|
-
|
|
2018
|
-
self.loglevel = set_debug_log()
|
|
2019
|
-
import_settings = self.as_keywords()
|
|
2020
|
-
|
|
2021
|
-
user_extensions = []
|
|
2022
|
-
|
|
2023
|
-
import sys
|
|
2024
|
-
preferences = bpy.context.preferences
|
|
2025
|
-
for addon_name in preferences.addons.keys():
|
|
2026
|
-
try:
|
|
2027
|
-
module = sys.modules[addon_name]
|
|
2028
|
-
except Exception:
|
|
2029
|
-
continue
|
|
2030
|
-
if hasattr(module, 'glTF2ImportUserExtension'):
|
|
2031
|
-
extension_ctor = module.glTF2ImportUserExtension
|
|
2032
|
-
user_extensions.append(extension_ctor())
|
|
2033
|
-
import_settings['import_user_extensions'] = user_extensions
|
|
2034
|
-
|
|
2035
|
-
if self.files:
|
|
2036
|
-
# Multiple file import
|
|
2037
|
-
ret = {'CANCELLED'}
|
|
2038
|
-
for file in self.files:
|
|
2039
|
-
path = os.path.join(self.directory, file.name)
|
|
2040
|
-
if self.unit_import(path, import_settings) == {'FINISHED'}:
|
|
2041
|
-
ret = {'FINISHED'}
|
|
2042
|
-
return ret
|
|
2043
|
-
else:
|
|
2044
|
-
# Single file import
|
|
2045
|
-
return self.unit_import(self.filepath, import_settings)
|
|
2046
|
-
|
|
2047
|
-
def unit_import(self, filename, import_settings):
|
|
2048
|
-
import time
|
|
2049
|
-
from .io.imp.gltf2_io_gltf import glTFImporter, ImportError
|
|
2050
|
-
from .blender.imp.blender_gltf import BlenderGlTF
|
|
2051
|
-
|
|
2052
|
-
try:
|
|
2053
|
-
gltf_importer = glTFImporter(filename, import_settings)
|
|
2054
|
-
gltf_importer.read()
|
|
2055
|
-
gltf_importer.checks()
|
|
2056
|
-
|
|
2057
|
-
gltf_importer.log.info("Data are loaded, start creating Blender stuff")
|
|
2058
|
-
|
|
2059
|
-
start_time = time.time()
|
|
2060
|
-
BlenderGlTF.create(gltf_importer)
|
|
2061
|
-
elapsed_s = "{:.2f}s".format(time.time() - start_time)
|
|
2062
|
-
gltf_importer.log.info("glTF import finished in " + elapsed_s)
|
|
2063
|
-
|
|
2064
|
-
# Display popup log, if any
|
|
2065
|
-
for message_type, message in gltf_importer.log.messages():
|
|
2066
|
-
self.report({message_type}, message)
|
|
2067
|
-
|
|
2068
|
-
gltf_importer.log.flush()
|
|
2069
|
-
|
|
2070
|
-
return {'FINISHED'}
|
|
2071
|
-
|
|
2072
|
-
except ImportError as e:
|
|
2073
|
-
self.report({'ERROR'}, e.args[0])
|
|
2074
|
-
return {'CANCELLED'}
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
def import_mesh_panel(layout, operator):
|
|
2078
|
-
header, body = layout.panel("GLTF_import_mesh", default_closed=False)
|
|
2079
|
-
header.label(text="Mesh")
|
|
2080
|
-
if body:
|
|
2081
|
-
body.prop(operator, 'merge_vertices')
|
|
2082
|
-
body.prop(operator, 'import_merge_material_slots')
|
|
2083
|
-
|
|
2084
|
-
def import_bone_panel(layout, operator):
|
|
2085
|
-
header, body = layout.panel("GLTF_import_bone", default_closed=False)
|
|
2086
|
-
header.label(text="Bones & Skin")
|
|
2087
|
-
if body:
|
|
2088
|
-
body.prop(operator, 'bone_heuristic')
|
|
2089
|
-
if operator.bone_heuristic == 'BLENDER':
|
|
2090
|
-
body.prop(operator, 'guess_original_bind_pose')
|
|
2091
|
-
body.prop(operator, 'disable_bone_shape')
|
|
2092
|
-
body.prop(operator, 'bone_shape_scale_factor')
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
def import_ux_panel(layout, operator):
|
|
2096
|
-
header, body = layout.panel("GLTF_import_ux", default_closed=False)
|
|
2097
|
-
header.label(text="Pipeline")
|
|
2098
|
-
if body:
|
|
2099
|
-
body.prop(operator, 'import_scene_as_collection')
|
|
2100
|
-
if operator.import_scene_as_collection is True:
|
|
2101
|
-
body.prop(operator, 'import_select_created_objects')
|
|
2102
|
-
body.prop(operator, 'import_scene_extras')
|
|
2103
|
-
|
|
2104
|
-
def import_texture_panel(layout, operator):
|
|
2105
|
-
header, body = layout.panel("GLTF_import_texture", default_closed=False)
|
|
2106
|
-
header.label(text="Texture")
|
|
2107
|
-
if body:
|
|
2108
|
-
body.prop(operator, 'import_pack_images')
|
|
2109
|
-
body.prop(operator, 'import_webp_texture')
|
|
2110
|
-
body.prop(operator, 'import_unused_materials')
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
def import_panel_user_extension(context, layout):
|
|
2114
|
-
for draw in importer_extension_layout_draw.values():
|
|
2115
|
-
draw(context, layout)
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
class GLTF2_filter_action(bpy.types.PropertyGroup):
|
|
2119
|
-
__slots__ = ()
|
|
2120
|
-
|
|
2121
|
-
keep: bpy.props.BoolProperty(name="Keep Animation")
|
|
2122
|
-
action: bpy.props.PointerProperty(type=bpy.types.Action)
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
def gltf_variant_ui_update(self, context):
|
|
2126
|
-
from .blender.com.gltf2_blender_ui import variant_register, variant_unregister
|
|
2127
|
-
if self.KHR_materials_variants_ui is True:
|
|
2128
|
-
# register all needed types
|
|
2129
|
-
variant_register()
|
|
2130
|
-
else:
|
|
2131
|
-
variant_unregister()
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
def gltf_animation_ui_update(self, context):
|
|
2135
|
-
from .blender.com.gltf2_blender_ui import anim_ui_register, anim_ui_unregister
|
|
2136
|
-
if self.animation_ui is True:
|
|
2137
|
-
# register all needed types
|
|
2138
|
-
anim_ui_register()
|
|
2139
|
-
else:
|
|
2140
|
-
anim_ui_unregister()
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
class GLTF_AddonPreferences(bpy.types.AddonPreferences):
|
|
2144
|
-
bl_idname = __package__
|
|
2145
|
-
|
|
2146
|
-
settings_node_ui: bpy.props.BoolProperty(
|
|
2147
|
-
default=False,
|
|
2148
|
-
description="Displays glTF Material Output node in Shader Editor (Menu Add > Output)"
|
|
2149
|
-
)
|
|
2150
|
-
|
|
2151
|
-
KHR_materials_variants_ui: bpy.props.BoolProperty(
|
|
2152
|
-
default=False,
|
|
2153
|
-
description="Displays glTF UI to manage material variants",
|
|
2154
|
-
update=gltf_variant_ui_update
|
|
2155
|
-
)
|
|
2156
|
-
|
|
2157
|
-
animation_ui: bpy.props.BoolProperty(
|
|
2158
|
-
default=False,
|
|
2159
|
-
description="Display glTF UI to manage animations",
|
|
2160
|
-
update=gltf_animation_ui_update
|
|
2161
|
-
)
|
|
2162
|
-
|
|
2163
|
-
gltfpack_path_ui: bpy.props.StringProperty(
|
|
2164
|
-
default="",
|
|
2165
|
-
name="glTFpack file path",
|
|
2166
|
-
description="Path to gltfpack binary",
|
|
2167
|
-
subtype='FILE_PATH'
|
|
2168
|
-
)
|
|
2169
|
-
|
|
2170
|
-
allow_embedded_format: bpy.props.BoolProperty(
|
|
2171
|
-
default=False,
|
|
2172
|
-
name='Allow glTF Embedded format',
|
|
2173
|
-
description="Allow glTF Embedded format"
|
|
2174
|
-
)
|
|
2175
|
-
|
|
2176
|
-
def draw(self, context):
|
|
2177
|
-
layout = self.layout
|
|
2178
|
-
row = layout.row()
|
|
2179
|
-
row.prop(self, "settings_node_ui", text="Shader Editor Add-ons")
|
|
2180
|
-
row.prop(self, "KHR_materials_variants_ui", text="Material Variants")
|
|
2181
|
-
row.prop(self, "animation_ui", text="Animation UI")
|
|
2182
|
-
row = layout.row()
|
|
2183
|
-
row.prop(self, "gltfpack_path_ui", text="Path to gltfpack")
|
|
2184
|
-
row = layout.row()
|
|
2185
|
-
row.prop(self, "allow_embedded_format", text="Allow glTF Embedded format")
|
|
2186
|
-
if self.allow_embedded_format:
|
|
2187
|
-
layout.label(
|
|
2188
|
-
text="This is the least efficient of the available forms, and should only be used when required.",
|
|
2189
|
-
icon='ERROR')
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
class IO_FH_gltf2(bpy.types.FileHandler):
|
|
2193
|
-
bl_idname = "IO_FH_gltf2"
|
|
2194
|
-
bl_label = "glTF 2.0"
|
|
2195
|
-
bl_import_operator = "import_scene.gltf"
|
|
2196
|
-
bl_export_operator = "export_scene.gltf"
|
|
2197
|
-
bl_file_extensions = ".glb;.gltf"
|
|
2198
|
-
|
|
2199
|
-
@classmethod
|
|
2200
|
-
def poll_drop(cls, context):
|
|
2201
|
-
return poll_file_object_drop(context)
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
def menu_func_import(self, context):
|
|
2205
|
-
self.layout.operator(ImportGLTF2.bl_idname, text='glTF 2.0 (.glb/.gltf)')
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
classes = (
|
|
2209
|
-
ExportGLTF2,
|
|
2210
|
-
ImportGLTF2,
|
|
2211
|
-
IO_FH_gltf2,
|
|
2212
|
-
GLTF2_filter_action,
|
|
2213
|
-
GLTF_AddonPreferences
|
|
2214
|
-
)
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
def register():
|
|
2218
|
-
from .blender.com import gltf2_blender_ui as blender_ui
|
|
2219
|
-
|
|
2220
|
-
for c in classes:
|
|
2221
|
-
bpy.utils.register_class(c)
|
|
2222
|
-
# bpy.utils.register_module(__name__)
|
|
2223
|
-
|
|
2224
|
-
blender_ui.register()
|
|
2225
|
-
if bpy.context.preferences.addons['io_scene_gltf2'].preferences.KHR_materials_variants_ui is True:
|
|
2226
|
-
blender_ui.variant_register()
|
|
2227
|
-
if bpy.context.preferences.addons['io_scene_gltf2'].preferences.animation_ui is True:
|
|
2228
|
-
blender_ui.anim_ui_register()
|
|
2229
|
-
|
|
2230
|
-
# add to the export / import menu
|
|
2231
|
-
bpy.types.TOPBAR_MT_file_export.append(menu_func_export)
|
|
2232
|
-
bpy.types.TOPBAR_MT_file_import.append(menu_func_import)
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
def unregister():
|
|
2236
|
-
from .blender.com import gltf2_blender_ui as blender_ui
|
|
2237
|
-
blender_ui.unregister()
|
|
2238
|
-
if bpy.context.preferences.addons['io_scene_gltf2'].preferences.KHR_materials_variants_ui is True:
|
|
2239
|
-
blender_ui.variant_unregister()
|
|
2240
|
-
if bpy.context.preferences.addons['io_scene_gltf2'].preferences.animation_ui is True:
|
|
2241
|
-
blender_ui.anim_ui_unregister()
|
|
2242
|
-
|
|
2243
|
-
for c in classes:
|
|
2244
|
-
bpy.utils.unregister_class(c)
|
|
2245
|
-
|
|
2246
|
-
# bpy.utils.unregister_module(__name__)
|
|
2247
|
-
|
|
2248
|
-
# remove from the export / import menu
|
|
2249
|
-
bpy.types.TOPBAR_MT_file_export.remove(menu_func_export)
|
|
2250
|
-
bpy.types.TOPBAR_MT_file_import.remove(menu_func_import)
|