@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,2112 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2011-2023 Blender Authors
|
|
2
|
-
#
|
|
3
|
-
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
4
|
-
|
|
5
|
-
from bpy.types import Panel, Header, Menu, UIList
|
|
6
|
-
from bpy.app.translations import (
|
|
7
|
-
pgettext_iface as iface_,
|
|
8
|
-
pgettext_rpt as rpt_,
|
|
9
|
-
contexts as i18n_contexts,
|
|
10
|
-
)
|
|
11
|
-
from bl_ui.utils import PresetPanel
|
|
12
|
-
from bl_ui.properties_grease_pencil_common import (
|
|
13
|
-
AnnotationDrawingToolsPanel,
|
|
14
|
-
AnnotationDataPanel,
|
|
15
|
-
)
|
|
16
|
-
from bl_ui import anim
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
class CLIP_UL_tracking_objects(UIList):
|
|
20
|
-
def draw_item(self, _context, layout, _data, item, _icon, _active_data, _active_propname, _index):
|
|
21
|
-
# assert(isinstance(item, bpy.types.MovieTrackingObject)
|
|
22
|
-
tobj = item
|
|
23
|
-
layout.prop(
|
|
24
|
-
tobj, "name", text="", emboss=False,
|
|
25
|
-
icon='CAMERA_DATA' if tobj.is_camera else 'OBJECT_DATA',
|
|
26
|
-
)
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
class CLIP_PT_display(Panel):
|
|
30
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
31
|
-
bl_region_type = 'HEADER'
|
|
32
|
-
bl_label = "Clip Display"
|
|
33
|
-
bl_ui_units_x = 13
|
|
34
|
-
|
|
35
|
-
def draw(self, context):
|
|
36
|
-
pass
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
class CLIP_PT_clip_display(Panel):
|
|
40
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
41
|
-
bl_region_type = 'HEADER'
|
|
42
|
-
bl_label = "Clip Display"
|
|
43
|
-
bl_parent_id = "CLIP_PT_display"
|
|
44
|
-
bl_ui_units_x = 13
|
|
45
|
-
|
|
46
|
-
def draw(self, context):
|
|
47
|
-
layout = self.layout
|
|
48
|
-
|
|
49
|
-
sc = context.space_data
|
|
50
|
-
|
|
51
|
-
col = layout.column(align=True)
|
|
52
|
-
|
|
53
|
-
row = layout.row(align=True)
|
|
54
|
-
row.prop(sc, "show_red_channel", text="R", text_ctxt=i18n_contexts.color, toggle=True)
|
|
55
|
-
row.prop(sc, "show_green_channel", text="G", text_ctxt=i18n_contexts.color, toggle=True)
|
|
56
|
-
row.prop(sc, "show_blue_channel", text="B", text_ctxt=i18n_contexts.color, toggle=True)
|
|
57
|
-
row.separator()
|
|
58
|
-
row.prop(sc, "use_grayscale_preview", text="B/W", toggle=True)
|
|
59
|
-
row.separator()
|
|
60
|
-
row.prop(sc, "use_mute_footage", text="", icon='HIDE_OFF', toggle=True)
|
|
61
|
-
|
|
62
|
-
layout.separator()
|
|
63
|
-
|
|
64
|
-
row = layout.row()
|
|
65
|
-
col = row.column()
|
|
66
|
-
col.prop(sc.clip_user, "use_render_undistorted", text="Render Undistorted")
|
|
67
|
-
col = row.column()
|
|
68
|
-
col.prop(sc, "show_stable", text="Show Stable")
|
|
69
|
-
col.prop(sc, "use_manual_calibration", text="Calibration")
|
|
70
|
-
|
|
71
|
-
clip = sc.clip
|
|
72
|
-
if clip:
|
|
73
|
-
col = layout.column()
|
|
74
|
-
col.use_property_split = True
|
|
75
|
-
col.use_property_decorate = False
|
|
76
|
-
col.separator()
|
|
77
|
-
col.prop(clip, "display_aspect", text="Aspect Ratio")
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
class CLIP_HT_header(Header):
|
|
81
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
82
|
-
|
|
83
|
-
def _draw_tracking(self, context):
|
|
84
|
-
layout = self.layout
|
|
85
|
-
|
|
86
|
-
sc = context.space_data
|
|
87
|
-
clip = sc.clip
|
|
88
|
-
|
|
89
|
-
CLIP_MT_tracking_editor_menus.draw_collapsible(context, layout)
|
|
90
|
-
|
|
91
|
-
layout.separator_spacer()
|
|
92
|
-
|
|
93
|
-
row = layout.row()
|
|
94
|
-
if sc.view == 'CLIP':
|
|
95
|
-
row.template_ID(sc, "clip", open="clip.open")
|
|
96
|
-
|
|
97
|
-
row = layout.row()
|
|
98
|
-
row.prop(sc, "pivot_point", text="", icon_only=True)
|
|
99
|
-
else:
|
|
100
|
-
row = layout.row(align=True)
|
|
101
|
-
props = row.operator("clip.refine_markers", text="", icon='TRACKING_REFINE_BACKWARDS')
|
|
102
|
-
props.backwards = True
|
|
103
|
-
row.separator()
|
|
104
|
-
|
|
105
|
-
props = row.operator("clip.clear_track_path", text="", icon='TRACKING_CLEAR_BACKWARDS')
|
|
106
|
-
props.action = 'UPTO'
|
|
107
|
-
row.separator()
|
|
108
|
-
|
|
109
|
-
props = row.operator("clip.track_markers", text="", icon='TRACKING_BACKWARDS_SINGLE')
|
|
110
|
-
props.backwards = True
|
|
111
|
-
props.sequence = False
|
|
112
|
-
props = row.operator("clip.track_markers", text="", icon='TRACKING_BACKWARDS')
|
|
113
|
-
props.backwards = True
|
|
114
|
-
props.sequence = True
|
|
115
|
-
props = row.operator("clip.track_markers", text="", icon='TRACKING_FORWARDS')
|
|
116
|
-
props.backwards = False
|
|
117
|
-
props.sequence = True
|
|
118
|
-
props = row.operator("clip.track_markers", text="", icon='TRACKING_FORWARDS_SINGLE')
|
|
119
|
-
props.backwards = False
|
|
120
|
-
props.sequence = False
|
|
121
|
-
row.separator()
|
|
122
|
-
|
|
123
|
-
props = row.operator("clip.clear_track_path", text="", icon='TRACKING_CLEAR_FORWARDS')
|
|
124
|
-
props.action = 'REMAINED'
|
|
125
|
-
row.separator()
|
|
126
|
-
|
|
127
|
-
props = row.operator("clip.refine_markers", text="", icon='TRACKING_REFINE_FORWARDS')
|
|
128
|
-
props.backwards = False
|
|
129
|
-
|
|
130
|
-
layout.separator_spacer()
|
|
131
|
-
|
|
132
|
-
if clip:
|
|
133
|
-
tracking = clip.tracking
|
|
134
|
-
active_object = tracking.objects.active
|
|
135
|
-
|
|
136
|
-
if sc.view == 'CLIP':
|
|
137
|
-
r = active_object.reconstruction
|
|
138
|
-
|
|
139
|
-
if r.is_valid and sc.view == 'CLIP':
|
|
140
|
-
layout.label(text=rpt_("Solve error: {:.2f} px").format(r.average_error), translate=False)
|
|
141
|
-
|
|
142
|
-
row = layout.row(align=True)
|
|
143
|
-
icon = 'LOCKED' if sc.lock_selection else 'UNLOCKED'
|
|
144
|
-
row.operator("clip.lock_selection_toggle", icon=icon, text="", depress=sc.lock_selection)
|
|
145
|
-
row.popover(panel="CLIP_PT_display")
|
|
146
|
-
|
|
147
|
-
elif sc.view == 'GRAPH':
|
|
148
|
-
row = layout.row(align=True)
|
|
149
|
-
row.prop(sc, "show_graph_only_selected", text="")
|
|
150
|
-
row.prop(sc, "show_graph_hidden", text="")
|
|
151
|
-
|
|
152
|
-
row = layout.row(align=True)
|
|
153
|
-
|
|
154
|
-
sub = row.row(align=True)
|
|
155
|
-
sub.active = clip.tracking.reconstruction.is_valid
|
|
156
|
-
sub.prop(sc, "show_graph_frames", icon='SEQUENCE', text="")
|
|
157
|
-
|
|
158
|
-
row.prop(sc, "show_graph_tracks_motion", icon='GRAPH', text="")
|
|
159
|
-
row.prop(sc, "show_graph_tracks_error", icon='ANIM', text="")
|
|
160
|
-
|
|
161
|
-
elif sc.view == 'DOPESHEET':
|
|
162
|
-
dopesheet = tracking.dopesheet
|
|
163
|
-
|
|
164
|
-
row = layout.row(align=True)
|
|
165
|
-
row.prop(dopesheet, "show_only_selected", text="")
|
|
166
|
-
row.prop(dopesheet, "show_hidden", text="")
|
|
167
|
-
|
|
168
|
-
row = layout.row(align=True)
|
|
169
|
-
row.prop(dopesheet, "sort_method", text="")
|
|
170
|
-
row.prop(
|
|
171
|
-
dopesheet, "use_invert_sort",
|
|
172
|
-
text="", toggle=True,
|
|
173
|
-
icon='SORT_DESC' if dopesheet.use_invert_sort else 'SORT_ASC',
|
|
174
|
-
)
|
|
175
|
-
|
|
176
|
-
def _draw_masking(self, context):
|
|
177
|
-
layout = self.layout
|
|
178
|
-
|
|
179
|
-
tool_settings = context.tool_settings
|
|
180
|
-
sc = context.space_data
|
|
181
|
-
clip = sc.clip
|
|
182
|
-
|
|
183
|
-
CLIP_MT_masking_editor_menus.draw_collapsible(context, layout)
|
|
184
|
-
|
|
185
|
-
layout.separator_spacer()
|
|
186
|
-
|
|
187
|
-
row = layout.row()
|
|
188
|
-
row.template_ID(sc, "clip", open="clip.open")
|
|
189
|
-
|
|
190
|
-
if clip:
|
|
191
|
-
row = layout.row()
|
|
192
|
-
row.template_ID(sc, "mask", new="mask.new")
|
|
193
|
-
|
|
194
|
-
layout.prop(sc, "pivot_point", text="", icon_only=True)
|
|
195
|
-
|
|
196
|
-
row = layout.row(align=True)
|
|
197
|
-
row.prop(tool_settings, "use_proportional_edit_mask", text="", icon_only=True)
|
|
198
|
-
sub = row.row(align=True)
|
|
199
|
-
sub.active = tool_settings.use_proportional_edit_mask
|
|
200
|
-
sub.prop_with_popover(
|
|
201
|
-
tool_settings,
|
|
202
|
-
"proportional_edit_falloff",
|
|
203
|
-
text="",
|
|
204
|
-
icon_only=True,
|
|
205
|
-
panel="CLIP_PT_proportional_edit",
|
|
206
|
-
)
|
|
207
|
-
|
|
208
|
-
layout.separator_spacer()
|
|
209
|
-
|
|
210
|
-
row = layout.row(align=True)
|
|
211
|
-
icon = 'LOCKED' if sc.lock_selection else 'UNLOCKED'
|
|
212
|
-
row.operator("clip.lock_selection_toggle", icon=icon, text="", depress=sc.lock_selection)
|
|
213
|
-
row.popover(panel="CLIP_PT_display")
|
|
214
|
-
else:
|
|
215
|
-
layout.separator_spacer()
|
|
216
|
-
|
|
217
|
-
def draw(self, context):
|
|
218
|
-
layout = self.layout
|
|
219
|
-
|
|
220
|
-
sc = context.space_data
|
|
221
|
-
overlay = sc.overlay
|
|
222
|
-
|
|
223
|
-
layout.template_header()
|
|
224
|
-
|
|
225
|
-
layout.prop(sc, "mode", text="")
|
|
226
|
-
if sc.mode == 'TRACKING':
|
|
227
|
-
layout.prop(sc, "view", text="")
|
|
228
|
-
self._draw_tracking(context)
|
|
229
|
-
else:
|
|
230
|
-
self._draw_masking(context)
|
|
231
|
-
|
|
232
|
-
# Gizmo toggle & popover.
|
|
233
|
-
row = layout.row(align=True)
|
|
234
|
-
row.prop(sc, "show_gizmo", icon='GIZMO', text="")
|
|
235
|
-
sub = row.row(align=True)
|
|
236
|
-
sub.active = sc.show_gizmo
|
|
237
|
-
sub.popover(panel="CLIP_PT_gizmo_display", text="")
|
|
238
|
-
|
|
239
|
-
# Overlay toggle & popover.
|
|
240
|
-
if sc.view == 'CLIP':
|
|
241
|
-
row = layout.row(align=True)
|
|
242
|
-
row.prop(overlay, "show_overlays", icon='OVERLAY', text="")
|
|
243
|
-
sub = row.row(align=True)
|
|
244
|
-
sub.active = overlay.show_overlays
|
|
245
|
-
sub.popover(panel="CLIP_PT_overlay", text="")
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
class CLIP_PT_proportional_edit(Panel):
|
|
249
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
250
|
-
bl_region_type = 'HEADER'
|
|
251
|
-
bl_label = "Proportional Editing"
|
|
252
|
-
bl_ui_units_x = 8
|
|
253
|
-
|
|
254
|
-
def draw(self, context):
|
|
255
|
-
layout = self.layout
|
|
256
|
-
tool_settings = context.tool_settings
|
|
257
|
-
col = layout.column()
|
|
258
|
-
col.active = tool_settings.use_proportional_edit_mask
|
|
259
|
-
|
|
260
|
-
col.prop(tool_settings, "proportional_edit_falloff", expand=True)
|
|
261
|
-
col.prop(tool_settings, "proportional_size")
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
class CLIP_MT_tracking_editor_menus(Menu):
|
|
265
|
-
bl_idname = "CLIP_MT_tracking_editor_menus"
|
|
266
|
-
bl_label = ""
|
|
267
|
-
|
|
268
|
-
def draw(self, context):
|
|
269
|
-
layout = self.layout
|
|
270
|
-
sc = context.space_data
|
|
271
|
-
clip = sc.clip
|
|
272
|
-
|
|
273
|
-
layout.menu("CLIP_MT_view")
|
|
274
|
-
|
|
275
|
-
if sc.view == 'CLIP':
|
|
276
|
-
if clip:
|
|
277
|
-
layout.menu("CLIP_MT_select")
|
|
278
|
-
layout.menu("CLIP_MT_clip")
|
|
279
|
-
layout.menu("CLIP_MT_track")
|
|
280
|
-
layout.menu("CLIP_MT_reconstruction")
|
|
281
|
-
else:
|
|
282
|
-
layout.menu("CLIP_MT_clip")
|
|
283
|
-
elif sc.view == 'GRAPH':
|
|
284
|
-
layout.menu("CLIP_MT_select_graph")
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
class CLIP_MT_masking_editor_menus(Menu):
|
|
288
|
-
|
|
289
|
-
bl_idname = "CLIP_MT_masking_editor_menus"
|
|
290
|
-
bl_label = ""
|
|
291
|
-
|
|
292
|
-
def draw(self, context):
|
|
293
|
-
layout = self.layout
|
|
294
|
-
sc = context.space_data
|
|
295
|
-
clip = sc.clip
|
|
296
|
-
|
|
297
|
-
layout.menu("CLIP_MT_view")
|
|
298
|
-
|
|
299
|
-
if clip:
|
|
300
|
-
layout.menu("MASK_MT_select")
|
|
301
|
-
layout.menu("CLIP_MT_clip")
|
|
302
|
-
layout.menu("MASK_MT_add")
|
|
303
|
-
layout.menu("MASK_MT_mask")
|
|
304
|
-
else:
|
|
305
|
-
layout.menu("CLIP_MT_clip")
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
class CLIP_PT_clip_view_panel:
|
|
309
|
-
|
|
310
|
-
@classmethod
|
|
311
|
-
def poll(cls, context):
|
|
312
|
-
sc = context.space_data
|
|
313
|
-
clip = sc.clip
|
|
314
|
-
|
|
315
|
-
return clip and sc.view == 'CLIP'
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
class CLIP_PT_tracking_panel:
|
|
319
|
-
|
|
320
|
-
@classmethod
|
|
321
|
-
def poll(cls, context):
|
|
322
|
-
sc = context.space_data
|
|
323
|
-
clip = sc.clip
|
|
324
|
-
|
|
325
|
-
return clip and sc.mode == 'TRACKING' and sc.view == 'CLIP'
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
class CLIP_PT_reconstruction_panel:
|
|
329
|
-
|
|
330
|
-
@classmethod
|
|
331
|
-
def poll(cls, context):
|
|
332
|
-
sc = context.space_data
|
|
333
|
-
clip = sc.clip
|
|
334
|
-
|
|
335
|
-
return clip and sc.view == 'CLIP'
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
class CLIP_PT_tools_clip(Panel):
|
|
339
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
340
|
-
bl_region_type = 'TOOLS'
|
|
341
|
-
bl_label = "Clip"
|
|
342
|
-
bl_translation_context = i18n_contexts.id_movieclip
|
|
343
|
-
bl_category = "Track"
|
|
344
|
-
|
|
345
|
-
@classmethod
|
|
346
|
-
def poll(cls, context):
|
|
347
|
-
sc = context.space_data
|
|
348
|
-
clip = sc.clip
|
|
349
|
-
|
|
350
|
-
return clip and sc.view == 'CLIP' and sc.mode != 'MASK'
|
|
351
|
-
|
|
352
|
-
def draw(self, _context):
|
|
353
|
-
layout = self.layout
|
|
354
|
-
|
|
355
|
-
col = layout.column(align=True)
|
|
356
|
-
col.operator("clip.set_scene_frames")
|
|
357
|
-
row = col.row(align=True)
|
|
358
|
-
row.operator("clip.prefetch", text="Prefetch")
|
|
359
|
-
row.operator("clip.reload", text="Reload")
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, Panel):
|
|
363
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
364
|
-
bl_region_type = 'TOOLS'
|
|
365
|
-
bl_label = "Marker"
|
|
366
|
-
bl_translation_context = i18n_contexts.id_movieclip
|
|
367
|
-
bl_category = "Track"
|
|
368
|
-
|
|
369
|
-
def draw(self, _context):
|
|
370
|
-
layout = self.layout
|
|
371
|
-
|
|
372
|
-
col = layout.column(align=True)
|
|
373
|
-
row = col.row(align=True)
|
|
374
|
-
row.operator("clip.add_marker_at_click", text="Add")
|
|
375
|
-
row.operator("clip.delete_track", text="Delete")
|
|
376
|
-
col.operator("clip.detect_features")
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, Panel):
|
|
380
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
381
|
-
bl_region_type = 'TOOLS'
|
|
382
|
-
bl_label = "Tracking Settings"
|
|
383
|
-
bl_category = "Track"
|
|
384
|
-
|
|
385
|
-
def draw_header_preset(self, _context):
|
|
386
|
-
CLIP_PT_tracking_settings_presets.draw_panel_header(self.layout)
|
|
387
|
-
|
|
388
|
-
def draw(self, context):
|
|
389
|
-
layout = self.layout
|
|
390
|
-
layout.use_property_split = True
|
|
391
|
-
layout.use_property_decorate = False
|
|
392
|
-
|
|
393
|
-
sc = context.space_data
|
|
394
|
-
clip = sc.clip
|
|
395
|
-
settings = clip.tracking.settings
|
|
396
|
-
|
|
397
|
-
col = layout.column(align=True)
|
|
398
|
-
col.prop(settings, "default_pattern_size")
|
|
399
|
-
col.prop(settings, "default_search_size")
|
|
400
|
-
|
|
401
|
-
col.separator()
|
|
402
|
-
|
|
403
|
-
col.prop(settings, "default_motion_model")
|
|
404
|
-
col.prop(settings, "default_pattern_match", text="Match")
|
|
405
|
-
|
|
406
|
-
col.prop(settings, "use_default_brute")
|
|
407
|
-
col.prop(settings, "use_default_normalization")
|
|
408
|
-
|
|
409
|
-
col = layout.column()
|
|
410
|
-
|
|
411
|
-
row = col.row(align=True)
|
|
412
|
-
row.use_property_split = False
|
|
413
|
-
row.prop(settings, "use_default_red_channel", text="R", text_ctxt=i18n_contexts.color, toggle=True)
|
|
414
|
-
row.prop(settings, "use_default_green_channel", text="G", text_ctxt=i18n_contexts.color, toggle=True)
|
|
415
|
-
row.prop(settings, "use_default_blue_channel", text="B", text_ctxt=i18n_contexts.color, toggle=True)
|
|
416
|
-
|
|
417
|
-
col.separator()
|
|
418
|
-
col.operator("clip.track_settings_as_default", text="Copy from Active Track")
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, Panel):
|
|
422
|
-
bl_label = "Tracking Settings Extra"
|
|
423
|
-
bl_parent_id = "CLIP_PT_tracking_settings"
|
|
424
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
425
|
-
bl_region_type = 'TOOLS'
|
|
426
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
427
|
-
|
|
428
|
-
def draw(self, context):
|
|
429
|
-
layout = self.layout
|
|
430
|
-
layout.use_property_split = True
|
|
431
|
-
layout.use_property_decorate = False
|
|
432
|
-
|
|
433
|
-
sc = context.space_data
|
|
434
|
-
clip = sc.clip
|
|
435
|
-
settings = clip.tracking.settings
|
|
436
|
-
|
|
437
|
-
col = layout.column()
|
|
438
|
-
col.prop(settings, "default_weight")
|
|
439
|
-
col = layout.column(align=True)
|
|
440
|
-
col.prop(settings, "default_correlation_min")
|
|
441
|
-
col.prop(settings, "default_margin")
|
|
442
|
-
col.prop(settings, "use_default_mask")
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, Panel):
|
|
446
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
447
|
-
bl_region_type = 'TOOLS'
|
|
448
|
-
bl_label = "Track"
|
|
449
|
-
bl_translation_context = i18n_contexts.id_movieclip
|
|
450
|
-
bl_category = "Track"
|
|
451
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
452
|
-
|
|
453
|
-
def draw(self, _context):
|
|
454
|
-
layout = self.layout
|
|
455
|
-
|
|
456
|
-
row = layout.row(align=True)
|
|
457
|
-
row.label(text="Track:")
|
|
458
|
-
|
|
459
|
-
props = row.operator("clip.track_markers", text="", icon='TRACKING_BACKWARDS_SINGLE')
|
|
460
|
-
props.backwards = True
|
|
461
|
-
props.sequence = False
|
|
462
|
-
props = row.operator("clip.track_markers", text="", icon='TRACKING_BACKWARDS')
|
|
463
|
-
props.backwards = True
|
|
464
|
-
props.sequence = True
|
|
465
|
-
props = row.operator("clip.track_markers", text="", icon='TRACKING_FORWARDS')
|
|
466
|
-
props.backwards = False
|
|
467
|
-
props.sequence = True
|
|
468
|
-
props = row.operator("clip.track_markers", text="", icon='TRACKING_FORWARDS_SINGLE')
|
|
469
|
-
props.backwards = False
|
|
470
|
-
props.sequence = False
|
|
471
|
-
|
|
472
|
-
col = layout.column(align=True)
|
|
473
|
-
row = col.row(align=True)
|
|
474
|
-
row.label(text="Clear:")
|
|
475
|
-
row.scale_x = 2.0
|
|
476
|
-
|
|
477
|
-
props = row.operator("clip.clear_track_path", text="", icon='TRACKING_CLEAR_BACKWARDS')
|
|
478
|
-
props.action = 'UPTO'
|
|
479
|
-
|
|
480
|
-
props = row.operator("clip.clear_track_path", text="", icon='TRACKING_CLEAR_FORWARDS')
|
|
481
|
-
props.action = 'REMAINED'
|
|
482
|
-
|
|
483
|
-
col = layout.column()
|
|
484
|
-
row = col.row(align=True)
|
|
485
|
-
row.label(text="Refine:")
|
|
486
|
-
row.scale_x = 2.0
|
|
487
|
-
|
|
488
|
-
props = row.operator("clip.refine_markers", text="", icon='TRACKING_REFINE_BACKWARDS')
|
|
489
|
-
props.backwards = True
|
|
490
|
-
|
|
491
|
-
props = row.operator("clip.refine_markers", text="", icon='TRACKING_REFINE_FORWARDS')
|
|
492
|
-
props.backwards = False
|
|
493
|
-
|
|
494
|
-
col = layout.column(align=True)
|
|
495
|
-
row = col.row(align=True)
|
|
496
|
-
row.label(text="Merge:")
|
|
497
|
-
sub = row.column()
|
|
498
|
-
sub.operator("clip.join_tracks", text="Join Tracks")
|
|
499
|
-
sub.operator("clip.average_tracks", text="Average Tracks")
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, Panel):
|
|
503
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
504
|
-
bl_region_type = 'TOOLS'
|
|
505
|
-
bl_label = "Plane Track"
|
|
506
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
507
|
-
bl_category = "Solve"
|
|
508
|
-
|
|
509
|
-
def draw(self, _context):
|
|
510
|
-
layout = self.layout
|
|
511
|
-
layout.operator("clip.create_plane_track")
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, Panel):
|
|
515
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
516
|
-
bl_region_type = 'TOOLS'
|
|
517
|
-
bl_label = "Solve"
|
|
518
|
-
bl_category = "Solve"
|
|
519
|
-
|
|
520
|
-
def draw(self, context):
|
|
521
|
-
layout = self.layout
|
|
522
|
-
layout.use_property_split = True
|
|
523
|
-
layout.use_property_decorate = False
|
|
524
|
-
|
|
525
|
-
clip = context.space_data.clip
|
|
526
|
-
tracking = clip.tracking
|
|
527
|
-
settings = tracking.settings
|
|
528
|
-
tracking_object = tracking.objects.active
|
|
529
|
-
camera = clip.tracking.camera
|
|
530
|
-
|
|
531
|
-
col = layout.column()
|
|
532
|
-
col.prop(settings, "use_tripod_solver", text="Tripod")
|
|
533
|
-
col = layout.column()
|
|
534
|
-
col.active = not settings.use_tripod_solver
|
|
535
|
-
col.prop(settings, "use_keyframe_selection", text="Keyframe")
|
|
536
|
-
|
|
537
|
-
col = layout.column(align=True)
|
|
538
|
-
col.active = (
|
|
539
|
-
not settings.use_tripod_solver and
|
|
540
|
-
not settings.use_keyframe_selection
|
|
541
|
-
)
|
|
542
|
-
col.prop(tracking_object, "keyframe_a")
|
|
543
|
-
col.prop(tracking_object, "keyframe_b")
|
|
544
|
-
|
|
545
|
-
col = layout.column(heading="Refine", align=True)
|
|
546
|
-
col.active = tracking_object.is_camera
|
|
547
|
-
col.prop(settings, "refine_intrinsics_focal_length", text="Focal Length")
|
|
548
|
-
col.prop(settings, "refine_intrinsics_principal_point", text="Optical Center")
|
|
549
|
-
|
|
550
|
-
col.prop(settings, "refine_intrinsics_radial_distortion", text="Radial Distortion")
|
|
551
|
-
|
|
552
|
-
row = col.row()
|
|
553
|
-
row.active = (camera.distortion_model == 'BROWN')
|
|
554
|
-
row.prop(settings, "refine_intrinsics_tangential_distortion", text="Tangential Distortion")
|
|
555
|
-
|
|
556
|
-
col = layout.column(align=True)
|
|
557
|
-
col.scale_y = 2.0
|
|
558
|
-
|
|
559
|
-
col.operator(
|
|
560
|
-
"clip.solve_camera",
|
|
561
|
-
text=(
|
|
562
|
-
"Solve Camera Motion" if tracking_object.is_camera else
|
|
563
|
-
"Solve Object Motion"
|
|
564
|
-
),
|
|
565
|
-
)
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, Panel):
|
|
569
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
570
|
-
bl_region_type = 'TOOLS'
|
|
571
|
-
bl_label = "Clean Up"
|
|
572
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
573
|
-
bl_category = "Solve"
|
|
574
|
-
|
|
575
|
-
def draw(self, context):
|
|
576
|
-
layout = self.layout
|
|
577
|
-
layout.use_property_split = True
|
|
578
|
-
layout.use_property_decorate = False
|
|
579
|
-
|
|
580
|
-
clip = context.space_data.clip
|
|
581
|
-
settings = clip.tracking.settings
|
|
582
|
-
|
|
583
|
-
col = layout.column()
|
|
584
|
-
col.prop(settings, "clean_frames", text="Frames")
|
|
585
|
-
col.prop(settings, "clean_error", text="Error")
|
|
586
|
-
col.prop(settings, "clean_action", text="Type")
|
|
587
|
-
col.separator()
|
|
588
|
-
col.operator("clip.clean_tracks")
|
|
589
|
-
col.operator("clip.filter_tracks")
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, Panel):
|
|
593
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
594
|
-
bl_region_type = 'TOOLS'
|
|
595
|
-
bl_label = "Geometry"
|
|
596
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
597
|
-
bl_category = "Solve"
|
|
598
|
-
|
|
599
|
-
def draw(self, _context):
|
|
600
|
-
layout = self.layout
|
|
601
|
-
|
|
602
|
-
layout.operator("clip.bundles_to_mesh")
|
|
603
|
-
layout.operator("clip.track_to_empty")
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, Panel):
|
|
607
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
608
|
-
bl_region_type = 'TOOLS'
|
|
609
|
-
bl_label = "Orientation"
|
|
610
|
-
bl_category = "Solve"
|
|
611
|
-
|
|
612
|
-
def draw(self, context):
|
|
613
|
-
layout = self.layout
|
|
614
|
-
layout.use_property_split = True
|
|
615
|
-
layout.use_property_decorate = False
|
|
616
|
-
|
|
617
|
-
sc = context.space_data
|
|
618
|
-
settings = sc.clip.tracking.settings
|
|
619
|
-
|
|
620
|
-
col = layout.column(align=True)
|
|
621
|
-
|
|
622
|
-
row = col.row(align=True)
|
|
623
|
-
row.operator("clip.set_plane", text="Floor").plane = 'FLOOR'
|
|
624
|
-
row.operator("clip.set_plane", text="Wall").plane = 'WALL'
|
|
625
|
-
|
|
626
|
-
col.operator("clip.set_origin")
|
|
627
|
-
|
|
628
|
-
row = col.row(align=True)
|
|
629
|
-
row.operator("clip.set_axis", text="Set X Axis").axis = 'X'
|
|
630
|
-
row.operator("clip.set_axis", text="Set Y Axis").axis = 'Y'
|
|
631
|
-
|
|
632
|
-
layout.separator()
|
|
633
|
-
|
|
634
|
-
col = layout.column()
|
|
635
|
-
|
|
636
|
-
row = col.row(align=True)
|
|
637
|
-
row.operator("clip.set_scale")
|
|
638
|
-
row.operator("clip.apply_solution_scale", text="Apply Scale")
|
|
639
|
-
|
|
640
|
-
col.prop(settings, "distance")
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, Panel):
|
|
644
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
645
|
-
bl_region_type = 'TOOLS'
|
|
646
|
-
bl_label = "Object"
|
|
647
|
-
bl_category = "Solve"
|
|
648
|
-
|
|
649
|
-
@classmethod
|
|
650
|
-
def poll(cls, context):
|
|
651
|
-
sc = context.space_data
|
|
652
|
-
if CLIP_PT_reconstruction_panel.poll(context) and sc.mode == 'TRACKING':
|
|
653
|
-
clip = sc.clip
|
|
654
|
-
|
|
655
|
-
tracking_object = clip.tracking.objects.active
|
|
656
|
-
|
|
657
|
-
return not tracking_object.is_camera
|
|
658
|
-
|
|
659
|
-
return False
|
|
660
|
-
|
|
661
|
-
def draw(self, context):
|
|
662
|
-
layout = self.layout
|
|
663
|
-
|
|
664
|
-
sc = context.space_data
|
|
665
|
-
clip = sc.clip
|
|
666
|
-
tracking_object = clip.tracking.objects.active
|
|
667
|
-
settings = sc.clip.tracking.settings
|
|
668
|
-
|
|
669
|
-
col = layout.column()
|
|
670
|
-
|
|
671
|
-
col.prop(tracking_object, "scale")
|
|
672
|
-
|
|
673
|
-
col.separator()
|
|
674
|
-
|
|
675
|
-
col.operator("clip.set_solution_scale", text="Set Scale")
|
|
676
|
-
col.prop(settings, "object_distance")
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
class CLIP_PT_objects(CLIP_PT_clip_view_panel, Panel):
|
|
680
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
681
|
-
bl_region_type = 'UI'
|
|
682
|
-
bl_category = "Track"
|
|
683
|
-
bl_label = "Objects"
|
|
684
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
685
|
-
|
|
686
|
-
def draw(self, context):
|
|
687
|
-
layout = self.layout
|
|
688
|
-
|
|
689
|
-
sc = context.space_data
|
|
690
|
-
tracking = sc.clip.tracking
|
|
691
|
-
|
|
692
|
-
row = layout.row()
|
|
693
|
-
row.template_list("CLIP_UL_tracking_objects", "", tracking, "objects", tracking, "active_object_index", rows=1)
|
|
694
|
-
|
|
695
|
-
sub = row.column(align=True)
|
|
696
|
-
|
|
697
|
-
sub.operator("clip.tracking_object_new", icon='ADD', text="")
|
|
698
|
-
sub.operator("clip.tracking_object_remove", icon='REMOVE', text="")
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
class CLIP_PT_track(CLIP_PT_tracking_panel, Panel):
|
|
702
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
703
|
-
bl_region_type = 'UI'
|
|
704
|
-
bl_category = "Track"
|
|
705
|
-
bl_label = "Track"
|
|
706
|
-
bl_translation_context = i18n_contexts.id_movieclip
|
|
707
|
-
|
|
708
|
-
def draw(self, context):
|
|
709
|
-
layout = self.layout
|
|
710
|
-
|
|
711
|
-
sc = context.space_data
|
|
712
|
-
clip = context.space_data.clip
|
|
713
|
-
act_track = clip.tracking.tracks.active
|
|
714
|
-
|
|
715
|
-
if not act_track:
|
|
716
|
-
layout.active = False
|
|
717
|
-
layout.label(text="No active track")
|
|
718
|
-
return
|
|
719
|
-
|
|
720
|
-
row = layout.row()
|
|
721
|
-
row.prop(act_track, "name", text="")
|
|
722
|
-
|
|
723
|
-
sub = row.row(align=True)
|
|
724
|
-
|
|
725
|
-
sub.template_marker(sc, "clip", sc.clip_user, act_track, compact=True)
|
|
726
|
-
|
|
727
|
-
icon = 'LOCKED' if act_track.lock else 'UNLOCKED'
|
|
728
|
-
sub.prop(act_track, "lock", text="", icon=icon)
|
|
729
|
-
|
|
730
|
-
layout.template_track(sc, "scopes")
|
|
731
|
-
|
|
732
|
-
row = layout.row(align=True)
|
|
733
|
-
sub = row.row(align=True)
|
|
734
|
-
sub.prop(act_track, "use_red_channel", text="R", text_ctxt=i18n_contexts.color, toggle=True)
|
|
735
|
-
sub.prop(act_track, "use_green_channel", text="G", text_ctxt=i18n_contexts.color, toggle=True)
|
|
736
|
-
sub.prop(act_track, "use_blue_channel", text="B", text_ctxt=i18n_contexts.color, toggle=True)
|
|
737
|
-
|
|
738
|
-
row.separator()
|
|
739
|
-
|
|
740
|
-
layout.use_property_split = True
|
|
741
|
-
|
|
742
|
-
row.prop(act_track, "use_grayscale_preview", text="B/W", toggle=True)
|
|
743
|
-
|
|
744
|
-
row.separator()
|
|
745
|
-
row.prop(act_track, "use_alpha_preview", text="", toggle=True, icon='IMAGE_ALPHA')
|
|
746
|
-
|
|
747
|
-
layout.prop(act_track, "weight")
|
|
748
|
-
layout.prop(act_track, "weight_stab")
|
|
749
|
-
|
|
750
|
-
if act_track.has_bundle:
|
|
751
|
-
label_text = rpt_("Average Error: {:.2f} px").format(act_track.average_error)
|
|
752
|
-
layout.label(text=label_text, translate=False)
|
|
753
|
-
|
|
754
|
-
layout.use_property_split = False
|
|
755
|
-
|
|
756
|
-
row = layout.row(align=True)
|
|
757
|
-
row.prop(act_track, "use_custom_color", text="")
|
|
758
|
-
CLIP_PT_track_color_presets.draw_menu(row, iface_("Custom Color Presets"))
|
|
759
|
-
row.operator("clip.track_copy_color", icon='COPY_ID', text="")
|
|
760
|
-
|
|
761
|
-
if act_track.use_custom_color:
|
|
762
|
-
row = layout.row()
|
|
763
|
-
row.prop(act_track, "color", text="")
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
class CLIP_PT_plane_track(CLIP_PT_tracking_panel, Panel):
|
|
767
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
768
|
-
bl_region_type = 'UI'
|
|
769
|
-
bl_category = "Track"
|
|
770
|
-
bl_label = "Plane Track"
|
|
771
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
772
|
-
|
|
773
|
-
def draw(self, context):
|
|
774
|
-
layout = self.layout
|
|
775
|
-
layout.use_property_split = True
|
|
776
|
-
layout.use_property_decorate = False # No animation.
|
|
777
|
-
|
|
778
|
-
clip = context.space_data.clip
|
|
779
|
-
active_track = clip.tracking.plane_tracks.active
|
|
780
|
-
|
|
781
|
-
if not active_track:
|
|
782
|
-
layout.active = False
|
|
783
|
-
layout.label(text="No active plane track")
|
|
784
|
-
return
|
|
785
|
-
|
|
786
|
-
layout.prop(active_track, "name")
|
|
787
|
-
layout.prop(active_track, "use_auto_keying")
|
|
788
|
-
row = layout.row()
|
|
789
|
-
row.template_ID(active_track, "image", new="image.new", open="image.open")
|
|
790
|
-
row.menu("CLIP_MT_plane_track_image_context_menu", icon='DOWNARROW_HLT', text="")
|
|
791
|
-
|
|
792
|
-
row = layout.row()
|
|
793
|
-
row.active = active_track.image is not None
|
|
794
|
-
row.prop(active_track, "image_opacity", text="Opacity")
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
class CLIP_PT_track_settings(CLIP_PT_tracking_panel, Panel):
|
|
798
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
799
|
-
bl_region_type = 'UI'
|
|
800
|
-
bl_category = "Track"
|
|
801
|
-
bl_label = "Tracking Settings"
|
|
802
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
803
|
-
|
|
804
|
-
def draw(self, context):
|
|
805
|
-
layout = self.layout
|
|
806
|
-
layout.use_property_split = True
|
|
807
|
-
layout.use_property_decorate = False
|
|
808
|
-
|
|
809
|
-
clip = context.space_data.clip
|
|
810
|
-
active = clip.tracking.tracks.active
|
|
811
|
-
|
|
812
|
-
if not active:
|
|
813
|
-
layout.active = False
|
|
814
|
-
layout.label(text="No active track")
|
|
815
|
-
return
|
|
816
|
-
|
|
817
|
-
col = layout.column()
|
|
818
|
-
col.prop(active, "motion_model")
|
|
819
|
-
col.prop(active, "pattern_match", text="Match")
|
|
820
|
-
|
|
821
|
-
col.prop(active, "use_brute")
|
|
822
|
-
col.prop(active, "use_normalization")
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, Panel):
|
|
826
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
827
|
-
bl_region_type = 'UI'
|
|
828
|
-
bl_category = "Track"
|
|
829
|
-
bl_label = "Tracking Settings Extras"
|
|
830
|
-
bl_parent_id = "CLIP_PT_track_settings"
|
|
831
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
832
|
-
|
|
833
|
-
@classmethod
|
|
834
|
-
def poll(cls, context):
|
|
835
|
-
clip = context.space_data.clip
|
|
836
|
-
|
|
837
|
-
return clip.tracking.tracks.active
|
|
838
|
-
|
|
839
|
-
def draw(self, context):
|
|
840
|
-
layout = self.layout
|
|
841
|
-
layout.use_property_split = True
|
|
842
|
-
layout.use_property_decorate = False
|
|
843
|
-
|
|
844
|
-
clip = context.space_data.clip
|
|
845
|
-
active = clip.tracking.tracks.active
|
|
846
|
-
settings = clip.tracking.settings
|
|
847
|
-
|
|
848
|
-
col = layout.column(align=True)
|
|
849
|
-
col.prop(active, "correlation_min")
|
|
850
|
-
col.prop(active, "margin")
|
|
851
|
-
|
|
852
|
-
col = layout.column()
|
|
853
|
-
col.prop(active, "use_mask")
|
|
854
|
-
col.prop(active, "frames_limit")
|
|
855
|
-
col.prop(settings, "speed")
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
class CLIP_PT_tracking_camera(Panel):
|
|
859
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
860
|
-
bl_region_type = 'UI'
|
|
861
|
-
bl_category = "Track"
|
|
862
|
-
bl_label = "Camera"
|
|
863
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
864
|
-
|
|
865
|
-
@classmethod
|
|
866
|
-
def poll(cls, context):
|
|
867
|
-
if CLIP_PT_clip_view_panel.poll(context):
|
|
868
|
-
sc = context.space_data
|
|
869
|
-
|
|
870
|
-
return sc.mode == 'TRACKING' and sc.clip
|
|
871
|
-
|
|
872
|
-
return False
|
|
873
|
-
|
|
874
|
-
def draw_header_preset(self, _context):
|
|
875
|
-
CLIP_PT_camera_presets.draw_panel_header(self.layout)
|
|
876
|
-
|
|
877
|
-
def draw(self, context):
|
|
878
|
-
layout = self.layout
|
|
879
|
-
layout.use_property_split = True
|
|
880
|
-
layout.use_property_decorate = False
|
|
881
|
-
|
|
882
|
-
sc = context.space_data
|
|
883
|
-
clip = sc.clip
|
|
884
|
-
|
|
885
|
-
col = layout.column(align=True)
|
|
886
|
-
col.prop(clip.tracking.camera, "sensor_width", text="Sensor Width")
|
|
887
|
-
col.prop(clip.tracking.camera, "pixel_aspect", text="Pixel Aspect")
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
class CLIP_PT_tracking_lens(Panel):
|
|
891
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
892
|
-
bl_region_type = 'UI'
|
|
893
|
-
bl_category = "Track"
|
|
894
|
-
bl_label = "Lens"
|
|
895
|
-
bl_translation_context = i18n_contexts.id_camera
|
|
896
|
-
bl_parent_id = "CLIP_PT_tracking_camera"
|
|
897
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
898
|
-
|
|
899
|
-
@classmethod
|
|
900
|
-
def poll(cls, context):
|
|
901
|
-
if CLIP_PT_clip_view_panel.poll(context):
|
|
902
|
-
sc = context.space_data
|
|
903
|
-
|
|
904
|
-
return sc.mode == 'TRACKING' and sc.clip
|
|
905
|
-
|
|
906
|
-
return False
|
|
907
|
-
|
|
908
|
-
def draw(self, context):
|
|
909
|
-
layout = self.layout
|
|
910
|
-
layout.use_property_split = True
|
|
911
|
-
layout.use_property_decorate = False
|
|
912
|
-
|
|
913
|
-
sc = context.space_data
|
|
914
|
-
clip = sc.clip
|
|
915
|
-
camera = clip.tracking.camera
|
|
916
|
-
|
|
917
|
-
col = layout.column()
|
|
918
|
-
|
|
919
|
-
if camera.units == 'MILLIMETERS':
|
|
920
|
-
col.prop(camera, "focal_length")
|
|
921
|
-
else:
|
|
922
|
-
col.prop(camera, "focal_length_pixels")
|
|
923
|
-
col.prop(camera, "units", text="Units")
|
|
924
|
-
|
|
925
|
-
col = layout.column()
|
|
926
|
-
col.prop(clip.tracking.camera, "principal_point", text="Optical Center")
|
|
927
|
-
|
|
928
|
-
col = layout.column()
|
|
929
|
-
col.prop(camera, "distortion_model", text="Lens Distortion")
|
|
930
|
-
if camera.distortion_model == 'POLYNOMIAL':
|
|
931
|
-
col = layout.column(align=True)
|
|
932
|
-
col.prop(camera, "k1")
|
|
933
|
-
col.prop(camera, "k2")
|
|
934
|
-
col.prop(camera, "k3")
|
|
935
|
-
elif camera.distortion_model == 'DIVISION':
|
|
936
|
-
col = layout.column(align=True)
|
|
937
|
-
col.prop(camera, "division_k1")
|
|
938
|
-
col.prop(camera, "division_k2")
|
|
939
|
-
elif camera.distortion_model == 'NUKE':
|
|
940
|
-
col = layout.column(align=True)
|
|
941
|
-
col.prop(camera, "nuke_k1")
|
|
942
|
-
col.prop(camera, "nuke_k2")
|
|
943
|
-
elif camera.distortion_model == 'BROWN':
|
|
944
|
-
col = layout.column(align=True)
|
|
945
|
-
col.prop(camera, "brown_k1")
|
|
946
|
-
col.prop(camera, "brown_k2")
|
|
947
|
-
col.prop(camera, "brown_k3")
|
|
948
|
-
col.prop(camera, "brown_k4")
|
|
949
|
-
col.separator()
|
|
950
|
-
col.prop(camera, "brown_p1")
|
|
951
|
-
col.prop(camera, "brown_p2")
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
class CLIP_PT_marker(CLIP_PT_tracking_panel, Panel):
|
|
955
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
956
|
-
bl_region_type = 'UI'
|
|
957
|
-
bl_category = "Track"
|
|
958
|
-
bl_label = "Marker"
|
|
959
|
-
bl_translation_context = i18n_contexts.id_movieclip
|
|
960
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
961
|
-
|
|
962
|
-
def draw(self, context):
|
|
963
|
-
layout = self.layout
|
|
964
|
-
layout.use_property_split = True
|
|
965
|
-
layout.use_property_decorate = False
|
|
966
|
-
|
|
967
|
-
sc = context.space_data
|
|
968
|
-
clip = context.space_data.clip
|
|
969
|
-
act_track = clip.tracking.tracks.active
|
|
970
|
-
|
|
971
|
-
if act_track:
|
|
972
|
-
layout.template_marker(sc, "clip", sc.clip_user, act_track, compact=False)
|
|
973
|
-
else:
|
|
974
|
-
layout.active = False
|
|
975
|
-
layout.label(text="No active track")
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, Panel):
|
|
979
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
980
|
-
bl_region_type = 'UI'
|
|
981
|
-
bl_label = "2D Stabilization"
|
|
982
|
-
bl_category = "Stabilization"
|
|
983
|
-
|
|
984
|
-
@classmethod
|
|
985
|
-
def poll(cls, context):
|
|
986
|
-
if CLIP_PT_clip_view_panel.poll(context):
|
|
987
|
-
sc = context.space_data
|
|
988
|
-
|
|
989
|
-
return sc.mode == 'TRACKING' and sc.clip
|
|
990
|
-
|
|
991
|
-
return False
|
|
992
|
-
|
|
993
|
-
def draw_header(self, context):
|
|
994
|
-
stab = context.space_data.clip.tracking.stabilization
|
|
995
|
-
|
|
996
|
-
self.layout.prop(stab, "use_2d_stabilization", text="")
|
|
997
|
-
|
|
998
|
-
def draw(self, context):
|
|
999
|
-
layout = self.layout
|
|
1000
|
-
layout.use_property_split = True
|
|
1001
|
-
layout.use_property_decorate = False
|
|
1002
|
-
|
|
1003
|
-
tracking = context.space_data.clip.tracking
|
|
1004
|
-
stab = tracking.stabilization
|
|
1005
|
-
|
|
1006
|
-
layout.active = stab.use_2d_stabilization
|
|
1007
|
-
|
|
1008
|
-
layout.prop(stab, "anchor_frame")
|
|
1009
|
-
|
|
1010
|
-
row = layout.row(align=True)
|
|
1011
|
-
row.prop(stab, "use_stabilize_rotation", text="Rotation")
|
|
1012
|
-
sub = row.row(align=True)
|
|
1013
|
-
sub.active = stab.use_stabilize_rotation
|
|
1014
|
-
sub.prop(stab, "use_stabilize_scale", text="Scale")
|
|
1015
|
-
|
|
1016
|
-
box = layout.box()
|
|
1017
|
-
row = box.row(align=True)
|
|
1018
|
-
row.prop(stab, "show_tracks_expanded", text="", emboss=False)
|
|
1019
|
-
|
|
1020
|
-
if not stab.show_tracks_expanded:
|
|
1021
|
-
row.label(text="Tracks for Stabilization")
|
|
1022
|
-
else:
|
|
1023
|
-
row.label(text="Tracks for Location")
|
|
1024
|
-
row = box.row()
|
|
1025
|
-
row.template_list("UI_UL_list", "stabilization_tracks", stab, "tracks", stab, "active_track_index", rows=2)
|
|
1026
|
-
|
|
1027
|
-
sub = row.column(align=True)
|
|
1028
|
-
|
|
1029
|
-
sub.operator("clip.stabilize_2d_add", icon='ADD', text="")
|
|
1030
|
-
sub.operator("clip.stabilize_2d_remove", icon='REMOVE', text="")
|
|
1031
|
-
|
|
1032
|
-
sub.menu("CLIP_MT_stabilize_2d_context_menu", text="", icon='DOWNARROW_HLT')
|
|
1033
|
-
|
|
1034
|
-
# Usually we don't hide things from interface, but here every pixel of
|
|
1035
|
-
# vertical space is precious.
|
|
1036
|
-
if stab.use_stabilize_rotation:
|
|
1037
|
-
box.label(text="Tracks for Rotation/Scale")
|
|
1038
|
-
row = box.row()
|
|
1039
|
-
row.template_list(
|
|
1040
|
-
"UI_UL_list", "stabilization_rotation_tracks",
|
|
1041
|
-
stab, "rotation_tracks",
|
|
1042
|
-
stab, "active_rotation_track_index", rows=2,
|
|
1043
|
-
)
|
|
1044
|
-
|
|
1045
|
-
sub = row.column(align=True)
|
|
1046
|
-
|
|
1047
|
-
sub.operator("clip.stabilize_2d_rotation_add", icon='ADD', text="")
|
|
1048
|
-
sub.operator("clip.stabilize_2d_rotation_remove", icon='REMOVE', text="")
|
|
1049
|
-
|
|
1050
|
-
sub.menu("CLIP_MT_stabilize_2d_rotation_context_menu", text="", icon='DOWNARROW_HLT')
|
|
1051
|
-
|
|
1052
|
-
col = layout.column()
|
|
1053
|
-
col.prop(stab, "use_autoscale")
|
|
1054
|
-
sub = col.row()
|
|
1055
|
-
sub.active = stab.use_autoscale
|
|
1056
|
-
sub.prop(stab, "scale_max", text="Max")
|
|
1057
|
-
|
|
1058
|
-
col = layout.column(align=True)
|
|
1059
|
-
row = col.row(align=True)
|
|
1060
|
-
row.prop(stab, "target_position", text="Target")
|
|
1061
|
-
col.prop(stab, "target_rotation")
|
|
1062
|
-
row = col.row(align=True)
|
|
1063
|
-
row.prop(stab, "target_scale")
|
|
1064
|
-
row.active = not stab.use_autoscale
|
|
1065
|
-
|
|
1066
|
-
col = layout.column(align=True)
|
|
1067
|
-
col.prop(stab, "influence_location")
|
|
1068
|
-
sub = col.column(align=True)
|
|
1069
|
-
sub.active = stab.use_stabilize_rotation
|
|
1070
|
-
sub.prop(stab, "influence_rotation")
|
|
1071
|
-
sub.prop(stab, "influence_scale")
|
|
1072
|
-
|
|
1073
|
-
layout.prop(stab, "filter_type")
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
class CLIP_PT_2d_cursor(Panel):
|
|
1077
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1078
|
-
bl_region_type = 'UI'
|
|
1079
|
-
bl_category = "View"
|
|
1080
|
-
bl_label = "2D Cursor"
|
|
1081
|
-
|
|
1082
|
-
@classmethod
|
|
1083
|
-
def poll(cls, context):
|
|
1084
|
-
if not CLIP_PT_clip_view_panel.poll(context):
|
|
1085
|
-
return False
|
|
1086
|
-
|
|
1087
|
-
sc = context.space_data
|
|
1088
|
-
return sc.pivot_point == 'CURSOR' or sc.mode == 'MASK'
|
|
1089
|
-
|
|
1090
|
-
def draw(self, context):
|
|
1091
|
-
layout = self.layout
|
|
1092
|
-
|
|
1093
|
-
sc = context.space_data
|
|
1094
|
-
|
|
1095
|
-
layout.use_property_split = True
|
|
1096
|
-
layout.use_property_decorate = False
|
|
1097
|
-
|
|
1098
|
-
col = layout.column()
|
|
1099
|
-
col.prop(sc, "cursor_location", text="Location")
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
class CLIP_PT_proxy(CLIP_PT_clip_view_panel, Panel):
|
|
1103
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1104
|
-
bl_region_type = 'UI'
|
|
1105
|
-
bl_category = "Footage"
|
|
1106
|
-
bl_label = "Proxy/Timecode"
|
|
1107
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1108
|
-
|
|
1109
|
-
def draw_header(self, context):
|
|
1110
|
-
sc = context.space_data
|
|
1111
|
-
|
|
1112
|
-
self.layout.prop(sc.clip, "use_proxy", text="")
|
|
1113
|
-
|
|
1114
|
-
def draw(self, context):
|
|
1115
|
-
layout = self.layout
|
|
1116
|
-
|
|
1117
|
-
sc = context.space_data
|
|
1118
|
-
clip = sc.clip
|
|
1119
|
-
|
|
1120
|
-
col = layout.column()
|
|
1121
|
-
col.active = clip.use_proxy
|
|
1122
|
-
|
|
1123
|
-
col.label(text="Build Original:")
|
|
1124
|
-
|
|
1125
|
-
row = col.row(align=True)
|
|
1126
|
-
row.prop(clip.proxy, "build_25", toggle=True)
|
|
1127
|
-
row.prop(clip.proxy, "build_50", toggle=True)
|
|
1128
|
-
row.prop(clip.proxy, "build_75", toggle=True)
|
|
1129
|
-
row.prop(clip.proxy, "build_100", toggle=True)
|
|
1130
|
-
|
|
1131
|
-
col.label(text="Build Undistorted:")
|
|
1132
|
-
|
|
1133
|
-
row = col.row(align=True)
|
|
1134
|
-
row.prop(clip.proxy, "build_undistorted_25", toggle=True)
|
|
1135
|
-
row.prop(clip.proxy, "build_undistorted_50", toggle=True)
|
|
1136
|
-
row.prop(clip.proxy, "build_undistorted_75", toggle=True)
|
|
1137
|
-
row.prop(clip.proxy, "build_undistorted_100", toggle=True)
|
|
1138
|
-
|
|
1139
|
-
layout.use_property_split = True
|
|
1140
|
-
layout.use_property_decorate = False
|
|
1141
|
-
col = layout.column()
|
|
1142
|
-
col.prop(clip.proxy, "quality")
|
|
1143
|
-
|
|
1144
|
-
col.prop(clip, "use_proxy_custom_directory")
|
|
1145
|
-
if clip.use_proxy_custom_directory:
|
|
1146
|
-
col.prop(clip.proxy, "directory")
|
|
1147
|
-
|
|
1148
|
-
col.operator(
|
|
1149
|
-
"clip.rebuild_proxy",
|
|
1150
|
-
text="Build Proxy / Timecode" if clip.source == 'MOVIE'
|
|
1151
|
-
else "Build Proxy"
|
|
1152
|
-
)
|
|
1153
|
-
|
|
1154
|
-
if clip.source == 'MOVIE':
|
|
1155
|
-
col2 = col.column()
|
|
1156
|
-
col2.prop(clip.proxy, "timecode", text="Timecode Index")
|
|
1157
|
-
|
|
1158
|
-
col.separator()
|
|
1159
|
-
|
|
1160
|
-
col.prop(sc.clip_user, "proxy_render_size", text="Proxy Size")
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
# -----------------------------------------------------------------------------
|
|
1164
|
-
# Mask (similar code in space_image.py, keep in sync)
|
|
1165
|
-
|
|
1166
|
-
from bl_ui.properties_mask_common import (
|
|
1167
|
-
MASK_PT_mask,
|
|
1168
|
-
MASK_PT_layers,
|
|
1169
|
-
MASK_PT_spline,
|
|
1170
|
-
MASK_PT_point,
|
|
1171
|
-
MASK_PT_animation,
|
|
1172
|
-
MASK_PT_display,
|
|
1173
|
-
MASK_PT_transforms,
|
|
1174
|
-
MASK_PT_tools,
|
|
1175
|
-
)
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
class CLIP_PT_mask_layers(MASK_PT_layers, Panel):
|
|
1179
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1180
|
-
bl_region_type = 'UI'
|
|
1181
|
-
bl_category = "Mask"
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
class CLIP_PT_active_mask_spline(MASK_PT_spline, Panel):
|
|
1185
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1186
|
-
bl_region_type = 'UI'
|
|
1187
|
-
bl_category = "Mask"
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
class CLIP_PT_active_mask_point(MASK_PT_point, Panel):
|
|
1191
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1192
|
-
bl_region_type = 'UI'
|
|
1193
|
-
bl_category = "Mask"
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
class CLIP_PT_mask_animation(MASK_PT_animation, Panel):
|
|
1197
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1198
|
-
bl_region_type = 'UI'
|
|
1199
|
-
bl_category = "Mask"
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
class CLIP_PT_mask(MASK_PT_mask, Panel):
|
|
1203
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1204
|
-
bl_region_type = 'UI'
|
|
1205
|
-
bl_category = "Mask"
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
class CLIP_PT_tools_mask_transforms(MASK_PT_transforms, Panel):
|
|
1209
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1210
|
-
bl_region_type = 'TOOLS'
|
|
1211
|
-
bl_category = "Mask"
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
class CLIP_PT_tools_mask_tools(MASK_PT_tools, Panel):
|
|
1215
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1216
|
-
bl_region_type = 'TOOLS'
|
|
1217
|
-
bl_category = "Mask"
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
# --- end mask ---
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
class CLIP_PT_footage(CLIP_PT_clip_view_panel, Panel):
|
|
1224
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1225
|
-
bl_region_type = 'UI'
|
|
1226
|
-
bl_category = "Footage"
|
|
1227
|
-
bl_label = "Footage Settings"
|
|
1228
|
-
|
|
1229
|
-
def draw(self, context):
|
|
1230
|
-
layout = self.layout
|
|
1231
|
-
layout.use_property_split = True
|
|
1232
|
-
layout.use_property_decorate = False
|
|
1233
|
-
|
|
1234
|
-
sc = context.space_data
|
|
1235
|
-
clip = sc.clip
|
|
1236
|
-
|
|
1237
|
-
col = layout.column()
|
|
1238
|
-
col.template_movieclip(sc, "clip", compact=True)
|
|
1239
|
-
col.prop(clip, "frame_start")
|
|
1240
|
-
col.prop(clip, "frame_offset")
|
|
1241
|
-
col.template_movieclip_information(sc, "clip", sc.clip_user)
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
class CLIP_PT_animation(CLIP_PT_clip_view_panel, Panel):
|
|
1245
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1246
|
-
bl_region_type = 'UI'
|
|
1247
|
-
bl_category = "Footage"
|
|
1248
|
-
bl_label = "Animation"
|
|
1249
|
-
|
|
1250
|
-
def draw(self, context):
|
|
1251
|
-
layout = self.layout
|
|
1252
|
-
layout.use_property_split = True
|
|
1253
|
-
layout.use_property_decorate = False
|
|
1254
|
-
|
|
1255
|
-
sc = context.space_data
|
|
1256
|
-
clip = sc.clip
|
|
1257
|
-
|
|
1258
|
-
col = layout.column(align=True)
|
|
1259
|
-
anim.draw_action_and_slot_selector_for_id(col, clip)
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
class CLIP_PT_tools_scenesetup(Panel):
|
|
1263
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1264
|
-
bl_region_type = 'TOOLS'
|
|
1265
|
-
bl_label = "Scene Setup"
|
|
1266
|
-
bl_category = "Solve"
|
|
1267
|
-
|
|
1268
|
-
@classmethod
|
|
1269
|
-
def poll(cls, context):
|
|
1270
|
-
sc = context.space_data
|
|
1271
|
-
clip = sc.clip
|
|
1272
|
-
|
|
1273
|
-
return clip and sc.view == 'CLIP' and sc.mode != 'MASK'
|
|
1274
|
-
|
|
1275
|
-
def draw(self, _context):
|
|
1276
|
-
layout = self.layout
|
|
1277
|
-
|
|
1278
|
-
layout.operator("clip.set_viewport_background")
|
|
1279
|
-
layout.operator("clip.setup_tracking_scene")
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
# Grease Pencil properties
|
|
1283
|
-
class CLIP_PT_annotation(AnnotationDataPanel, CLIP_PT_clip_view_panel, Panel):
|
|
1284
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1285
|
-
bl_region_type = 'UI'
|
|
1286
|
-
bl_category = "View"
|
|
1287
|
-
bl_options = set()
|
|
1288
|
-
|
|
1289
|
-
# NOTE: this is just a wrapper around the generic GP Panel
|
|
1290
|
-
# But, this should only be visible in "clip" view
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
# Grease Pencil drawing tools
|
|
1294
|
-
class CLIP_PT_tools_grease_pencil_draw(AnnotationDrawingToolsPanel, Panel):
|
|
1295
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1296
|
-
bl_region_type = 'TOOLS'
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
class CLIP_MT_view_zoom(Menu):
|
|
1300
|
-
bl_label = "Zoom"
|
|
1301
|
-
|
|
1302
|
-
def draw(self, context):
|
|
1303
|
-
layout = self.layout
|
|
1304
|
-
from math import isclose
|
|
1305
|
-
|
|
1306
|
-
current_zoom = context.space_data.zoom_percentage
|
|
1307
|
-
ratios = ((1, 8), (1, 4), (1, 2), (1, 1), (2, 1), (4, 1), (8, 1))
|
|
1308
|
-
|
|
1309
|
-
for (a, b) in ratios:
|
|
1310
|
-
ratio = a / b
|
|
1311
|
-
percent = ratio * 100.0
|
|
1312
|
-
layout.operator(
|
|
1313
|
-
"clip.view_zoom_ratio",
|
|
1314
|
-
text="{:g}% ({:d}:{:d})".format(percent, a, b),
|
|
1315
|
-
translate=False,
|
|
1316
|
-
icon='LAYER_ACTIVE' if isclose(percent, current_zoom, abs_tol=0.5) else 'NONE',
|
|
1317
|
-
).ratio = ratio
|
|
1318
|
-
|
|
1319
|
-
layout.separator()
|
|
1320
|
-
layout.operator("clip.view_zoom_in")
|
|
1321
|
-
layout.operator("clip.view_zoom_out")
|
|
1322
|
-
layout.operator("clip.view_all", text="Zoom to Fit").fit_view = True
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
class CLIP_MT_view(Menu):
|
|
1326
|
-
bl_label = "View"
|
|
1327
|
-
|
|
1328
|
-
def draw(self, context):
|
|
1329
|
-
layout = self.layout
|
|
1330
|
-
|
|
1331
|
-
sc = context.space_data
|
|
1332
|
-
|
|
1333
|
-
if sc.view == 'CLIP':
|
|
1334
|
-
layout.prop(sc, "show_region_toolbar")
|
|
1335
|
-
layout.prop(sc, "show_region_ui")
|
|
1336
|
-
layout.prop(sc, "show_region_hud")
|
|
1337
|
-
layout.separator()
|
|
1338
|
-
|
|
1339
|
-
layout.prop(sc, "show_metadata")
|
|
1340
|
-
layout.separator()
|
|
1341
|
-
|
|
1342
|
-
layout.operator("clip.view_all")
|
|
1343
|
-
layout.operator("clip.view_selected")
|
|
1344
|
-
layout.operator("clip.view_center_cursor")
|
|
1345
|
-
|
|
1346
|
-
layout.menu("CLIP_MT_view_zoom")
|
|
1347
|
-
else:
|
|
1348
|
-
layout.operator_context = 'INVOKE_REGION_PREVIEW'
|
|
1349
|
-
layout.operator("clip.graph_view_all")
|
|
1350
|
-
if sc.view == 'GRAPH':
|
|
1351
|
-
layout.operator("clip.graph_center_current_frame")
|
|
1352
|
-
|
|
1353
|
-
layout.operator_context = 'INVOKE_DEFAULT'
|
|
1354
|
-
|
|
1355
|
-
layout.separator()
|
|
1356
|
-
layout.prop(sc, "show_seconds")
|
|
1357
|
-
layout.prop(sc, "show_locked_time")
|
|
1358
|
-
|
|
1359
|
-
layout.separator()
|
|
1360
|
-
layout.menu("INFO_MT_area")
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
class CLIP_MT_clip(Menu):
|
|
1364
|
-
bl_label = "Clip"
|
|
1365
|
-
bl_translation_context = i18n_contexts.id_movieclip
|
|
1366
|
-
|
|
1367
|
-
def draw(self, context):
|
|
1368
|
-
layout = self.layout
|
|
1369
|
-
|
|
1370
|
-
sc = context.space_data
|
|
1371
|
-
clip = sc.clip
|
|
1372
|
-
|
|
1373
|
-
layout.operator("clip.open", text="Open...", icon='FILE_FOLDER')
|
|
1374
|
-
|
|
1375
|
-
if clip:
|
|
1376
|
-
layout.operator("clip.set_scene_frames")
|
|
1377
|
-
layout.operator("clip.prefetch")
|
|
1378
|
-
layout.operator("clip.reload")
|
|
1379
|
-
layout.menu("CLIP_MT_proxy")
|
|
1380
|
-
|
|
1381
|
-
layout.separator()
|
|
1382
|
-
|
|
1383
|
-
layout.operator("clip.set_viewport_background")
|
|
1384
|
-
layout.operator("clip.setup_tracking_scene")
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
class CLIP_MT_proxy(Menu):
|
|
1388
|
-
bl_label = "Proxy"
|
|
1389
|
-
|
|
1390
|
-
def draw(self, _context):
|
|
1391
|
-
layout = self.layout
|
|
1392
|
-
|
|
1393
|
-
layout.operator("clip.rebuild_proxy")
|
|
1394
|
-
layout.operator("clip.delete_proxy")
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
class CLIP_MT_track_transform(Menu):
|
|
1398
|
-
bl_label = "Transform"
|
|
1399
|
-
|
|
1400
|
-
def draw(self, _context):
|
|
1401
|
-
layout = self.layout
|
|
1402
|
-
|
|
1403
|
-
layout.operator("transform.translate")
|
|
1404
|
-
layout.operator("transform.rotate")
|
|
1405
|
-
layout.operator("transform.resize")
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
class CLIP_MT_track_motion(Menu):
|
|
1409
|
-
bl_label = "Track Motion"
|
|
1410
|
-
|
|
1411
|
-
def draw(self, _context):
|
|
1412
|
-
layout = self.layout
|
|
1413
|
-
|
|
1414
|
-
props = layout.operator("clip.track_markers", text="Backwards")
|
|
1415
|
-
props.backwards = True
|
|
1416
|
-
props.sequence = True
|
|
1417
|
-
|
|
1418
|
-
props = layout.operator("clip.track_markers", text="Frame Backwards")
|
|
1419
|
-
props.backwards = True
|
|
1420
|
-
props.sequence = False
|
|
1421
|
-
|
|
1422
|
-
props = layout.operator("clip.track_markers", text="Forwards")
|
|
1423
|
-
props.backwards = False
|
|
1424
|
-
props.sequence = True
|
|
1425
|
-
|
|
1426
|
-
props = layout.operator("clip.track_markers", text="Frame Forwards")
|
|
1427
|
-
props.backwards = False
|
|
1428
|
-
props.sequence = False
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
class CLIP_MT_track_clear(Menu):
|
|
1432
|
-
bl_label = "Clear"
|
|
1433
|
-
|
|
1434
|
-
def draw(self, _context):
|
|
1435
|
-
layout = self.layout
|
|
1436
|
-
|
|
1437
|
-
props = layout.operator("clip.clear_track_path", text="Before")
|
|
1438
|
-
props.clear_active = False
|
|
1439
|
-
props.action = 'UPTO'
|
|
1440
|
-
|
|
1441
|
-
props = layout.operator("clip.clear_track_path", text="After")
|
|
1442
|
-
props.clear_active = False
|
|
1443
|
-
props.action = 'REMAINED'
|
|
1444
|
-
|
|
1445
|
-
props = layout.operator("clip.clear_track_path", text="Track Path")
|
|
1446
|
-
props.clear_active = False
|
|
1447
|
-
props.action = 'ALL'
|
|
1448
|
-
|
|
1449
|
-
layout.separator()
|
|
1450
|
-
|
|
1451
|
-
layout.operator("clip.clear_solution", text="Solution")
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
class CLIP_MT_track_refine(Menu):
|
|
1455
|
-
bl_label = "Refine"
|
|
1456
|
-
|
|
1457
|
-
def draw(self, _context):
|
|
1458
|
-
layout = self.layout
|
|
1459
|
-
|
|
1460
|
-
props = layout.operator("clip.refine_markers", text="Backwards")
|
|
1461
|
-
props.backwards = True
|
|
1462
|
-
|
|
1463
|
-
props = layout.operator("clip.refine_markers", text="Forwards")
|
|
1464
|
-
props.backwards = False
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
class CLIP_MT_track_animation(Menu):
|
|
1468
|
-
bl_label = "Animation"
|
|
1469
|
-
|
|
1470
|
-
def draw(self, _context):
|
|
1471
|
-
layout = self.layout
|
|
1472
|
-
|
|
1473
|
-
layout.operator("clip.keyframe_insert")
|
|
1474
|
-
layout.operator("clip.keyframe_delete")
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
class CLIP_MT_track_visibility(Menu):
|
|
1478
|
-
bl_label = "Show/Hide"
|
|
1479
|
-
|
|
1480
|
-
def draw(self, _context):
|
|
1481
|
-
layout = self.layout
|
|
1482
|
-
|
|
1483
|
-
layout.operator("clip.hide_tracks_clear")
|
|
1484
|
-
layout.operator("clip.hide_tracks", text="Hide Selected").unselected = False
|
|
1485
|
-
layout.operator("clip.hide_tracks", text="Hide Unselected").unselected = True
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
class CLIP_MT_track_cleanup(Menu):
|
|
1489
|
-
bl_label = "Clean Up"
|
|
1490
|
-
|
|
1491
|
-
def draw(self, _context):
|
|
1492
|
-
layout = self.layout
|
|
1493
|
-
|
|
1494
|
-
layout.operator("clip.clean_tracks")
|
|
1495
|
-
layout.operator("clip.filter_tracks")
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
class CLIP_MT_track(Menu):
|
|
1499
|
-
bl_label = "Track"
|
|
1500
|
-
|
|
1501
|
-
def draw(self, context):
|
|
1502
|
-
layout = self.layout
|
|
1503
|
-
|
|
1504
|
-
clip = context.space_data.clip
|
|
1505
|
-
tracking_object = clip.tracking.objects.active
|
|
1506
|
-
|
|
1507
|
-
layout.menu("CLIP_MT_track_transform")
|
|
1508
|
-
layout.menu("CLIP_MT_track_motion")
|
|
1509
|
-
layout.menu("CLIP_MT_track_clear")
|
|
1510
|
-
layout.menu("CLIP_MT_track_refine")
|
|
1511
|
-
|
|
1512
|
-
layout.separator()
|
|
1513
|
-
|
|
1514
|
-
layout.operator("clip.add_marker_move", text="Add Marker")
|
|
1515
|
-
layout.operator("clip.detect_features")
|
|
1516
|
-
layout.operator("clip.create_plane_track")
|
|
1517
|
-
|
|
1518
|
-
layout.separator()
|
|
1519
|
-
layout.operator("clip.new_image_from_plane_marker")
|
|
1520
|
-
layout.operator("clip.update_image_from_plane_marker")
|
|
1521
|
-
|
|
1522
|
-
layout.separator()
|
|
1523
|
-
|
|
1524
|
-
layout.operator(
|
|
1525
|
-
"clip.solve_camera",
|
|
1526
|
-
text=(
|
|
1527
|
-
"Solve Camera Motion" if tracking_object.is_camera else
|
|
1528
|
-
"Solve Object Motion"
|
|
1529
|
-
),
|
|
1530
|
-
)
|
|
1531
|
-
|
|
1532
|
-
layout.separator()
|
|
1533
|
-
|
|
1534
|
-
layout.operator("clip.join_tracks")
|
|
1535
|
-
layout.operator("clip.average_tracks")
|
|
1536
|
-
|
|
1537
|
-
layout.separator()
|
|
1538
|
-
|
|
1539
|
-
layout.operator("clip.copy_tracks", icon='COPYDOWN')
|
|
1540
|
-
layout.operator("clip.paste_tracks", icon='PASTEDOWN')
|
|
1541
|
-
|
|
1542
|
-
layout.separator()
|
|
1543
|
-
|
|
1544
|
-
layout.operator("clip.track_settings_as_default", text="Copy Settings to Defaults")
|
|
1545
|
-
layout.operator("clip.track_settings_to_track", text="Apply Default Settings")
|
|
1546
|
-
|
|
1547
|
-
layout.separator()
|
|
1548
|
-
|
|
1549
|
-
layout.menu("CLIP_MT_track_animation")
|
|
1550
|
-
|
|
1551
|
-
layout.separator()
|
|
1552
|
-
|
|
1553
|
-
layout.menu("CLIP_MT_track_visibility")
|
|
1554
|
-
layout.menu("CLIP_MT_track_cleanup")
|
|
1555
|
-
|
|
1556
|
-
layout.separator()
|
|
1557
|
-
|
|
1558
|
-
layout.operator("clip.delete_track")
|
|
1559
|
-
layout.operator("clip.delete_marker")
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
class CLIP_MT_reconstruction(Menu):
|
|
1563
|
-
bl_label = "Reconstruction"
|
|
1564
|
-
|
|
1565
|
-
def draw(self, _context):
|
|
1566
|
-
layout = self.layout
|
|
1567
|
-
|
|
1568
|
-
layout.operator("clip.set_origin")
|
|
1569
|
-
layout.operator("clip.set_plane", text="Set Floor").plane = 'FLOOR'
|
|
1570
|
-
layout.operator("clip.set_plane", text="Set Wall").plane = 'WALL'
|
|
1571
|
-
|
|
1572
|
-
layout.operator("clip.set_axis", text="Set X Axis").axis = 'X'
|
|
1573
|
-
layout.operator("clip.set_axis", text="Set Y Axis").axis = 'Y'
|
|
1574
|
-
|
|
1575
|
-
layout.operator("clip.set_scale")
|
|
1576
|
-
layout.operator("clip.apply_solution_scale")
|
|
1577
|
-
|
|
1578
|
-
layout.separator()
|
|
1579
|
-
|
|
1580
|
-
layout.operator("clip.track_to_empty")
|
|
1581
|
-
layout.operator("clip.bundles_to_mesh")
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
class CLIP_MT_select_grouped(Menu):
|
|
1585
|
-
bl_label = "Select Grouped"
|
|
1586
|
-
|
|
1587
|
-
def draw(self, _context):
|
|
1588
|
-
layout = self.layout
|
|
1589
|
-
|
|
1590
|
-
layout.operator_enum("clip.select_grouped", "group")
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
class CLIP_MT_select(Menu):
|
|
1594
|
-
bl_label = "Select"
|
|
1595
|
-
|
|
1596
|
-
def draw(self, _context):
|
|
1597
|
-
layout = self.layout
|
|
1598
|
-
|
|
1599
|
-
layout.operator("clip.select_all", text="All").action = 'SELECT'
|
|
1600
|
-
layout.operator("clip.select_all", text="None").action = 'DESELECT'
|
|
1601
|
-
layout.operator("clip.select_all", text="Inverse").action = 'INVERT'
|
|
1602
|
-
|
|
1603
|
-
layout.separator()
|
|
1604
|
-
|
|
1605
|
-
layout.operator("clip.select_box")
|
|
1606
|
-
layout.operator("clip.select_circle")
|
|
1607
|
-
layout.operator_menu_enum("clip.select_lasso", "mode")
|
|
1608
|
-
|
|
1609
|
-
layout.separator()
|
|
1610
|
-
|
|
1611
|
-
layout.menu("CLIP_MT_select_grouped")
|
|
1612
|
-
|
|
1613
|
-
layout.separator()
|
|
1614
|
-
|
|
1615
|
-
layout.operator("clip.stabilize_2d_select", text="Stabilization Tracks")
|
|
1616
|
-
layout.operator("clip.stabilize_2d_rotation_select", text="Stabilization Rotation Tracks")
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
class CLIP_MT_select_graph(Menu):
|
|
1620
|
-
bl_label = "Select"
|
|
1621
|
-
|
|
1622
|
-
def draw(self, _context):
|
|
1623
|
-
layout = self.layout
|
|
1624
|
-
|
|
1625
|
-
layout.operator("clip.graph_select_all_markers", text="All").action = 'SELECT'
|
|
1626
|
-
layout.operator("clip.graph_select_all_markers", text="None").action = 'DESELECT'
|
|
1627
|
-
layout.operator("clip.graph_select_all_markers", text="Invert").action = 'INVERT'
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
class CLIP_MT_tracking_context_menu(Menu):
|
|
1631
|
-
bl_label = "Context Menu"
|
|
1632
|
-
|
|
1633
|
-
@classmethod
|
|
1634
|
-
def poll(cls, context):
|
|
1635
|
-
return context.space_data.clip
|
|
1636
|
-
|
|
1637
|
-
def draw(self, context):
|
|
1638
|
-
layout = self.layout
|
|
1639
|
-
|
|
1640
|
-
mode = context.space_data.mode
|
|
1641
|
-
|
|
1642
|
-
if mode == 'TRACKING':
|
|
1643
|
-
|
|
1644
|
-
layout.operator("clip.track_settings_to_track")
|
|
1645
|
-
layout.operator("clip.track_settings_as_default")
|
|
1646
|
-
|
|
1647
|
-
layout.separator()
|
|
1648
|
-
|
|
1649
|
-
layout.operator("clip.track_copy_color")
|
|
1650
|
-
|
|
1651
|
-
layout.separator()
|
|
1652
|
-
|
|
1653
|
-
layout.operator("clip.copy_tracks", icon='COPYDOWN')
|
|
1654
|
-
layout.operator("clip.paste_tracks", icon='PASTEDOWN')
|
|
1655
|
-
|
|
1656
|
-
layout.separator()
|
|
1657
|
-
|
|
1658
|
-
layout.operator("clip.disable_markers", text="Disable Markers").action = 'DISABLE'
|
|
1659
|
-
layout.operator("clip.disable_markers", text="Enable Markers").action = 'ENABLE'
|
|
1660
|
-
|
|
1661
|
-
layout.separator()
|
|
1662
|
-
|
|
1663
|
-
layout.operator("clip.hide_tracks")
|
|
1664
|
-
layout.operator("clip.hide_tracks_clear", text="Show Tracks")
|
|
1665
|
-
|
|
1666
|
-
layout.separator()
|
|
1667
|
-
|
|
1668
|
-
layout.operator("clip.lock_tracks", text="Lock Tracks").action = 'LOCK'
|
|
1669
|
-
layout.operator("clip.lock_tracks", text="Unlock Tracks").action = 'UNLOCK'
|
|
1670
|
-
|
|
1671
|
-
layout.separator()
|
|
1672
|
-
|
|
1673
|
-
layout.operator("clip.join_tracks")
|
|
1674
|
-
layout.operator("clip.average_tracks")
|
|
1675
|
-
|
|
1676
|
-
layout.separator()
|
|
1677
|
-
|
|
1678
|
-
layout.operator("clip.delete_track")
|
|
1679
|
-
|
|
1680
|
-
elif mode == 'MASK':
|
|
1681
|
-
from .properties_mask_common import draw_mask_context_menu
|
|
1682
|
-
draw_mask_context_menu(layout, context)
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
class CLIP_MT_plane_track_image_context_menu(Menu):
|
|
1686
|
-
bl_label = "Plane Track Image Specials"
|
|
1687
|
-
|
|
1688
|
-
def draw(self, _context):
|
|
1689
|
-
layout = self.layout
|
|
1690
|
-
|
|
1691
|
-
layout.operator("clip.new_image_from_plane_marker")
|
|
1692
|
-
layout.operator("clip.update_image_from_plane_marker")
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
class CLIP_PT_camera_presets(PresetPanel, Panel):
|
|
1696
|
-
"""Predefined tracking camera intrinsics"""
|
|
1697
|
-
bl_label = "Camera Presets"
|
|
1698
|
-
preset_subdir = "tracking_camera"
|
|
1699
|
-
preset_operator = "script.execute_preset"
|
|
1700
|
-
preset_add_operator = "clip.camera_preset_add"
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
class CLIP_PT_track_color_presets(PresetPanel, Panel):
|
|
1704
|
-
"""Predefined track color"""
|
|
1705
|
-
bl_label = "Color Presets"
|
|
1706
|
-
preset_subdir = "tracking_track_color"
|
|
1707
|
-
preset_operator = "script.execute_preset"
|
|
1708
|
-
preset_add_operator = "clip.track_color_preset_add"
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
class CLIP_PT_tracking_settings_presets(PresetPanel, Panel):
|
|
1712
|
-
"""Predefined tracking settings"""
|
|
1713
|
-
bl_label = "Tracking Presets"
|
|
1714
|
-
preset_subdir = "tracking_settings"
|
|
1715
|
-
preset_operator = "script.execute_preset"
|
|
1716
|
-
preset_add_operator = "clip.tracking_settings_preset_add"
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
class CLIP_MT_stabilize_2d_context_menu(Menu):
|
|
1720
|
-
bl_label = "Translation Track Specials"
|
|
1721
|
-
|
|
1722
|
-
def draw(self, _context):
|
|
1723
|
-
layout = self.layout
|
|
1724
|
-
|
|
1725
|
-
layout.operator("clip.stabilize_2d_select")
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
class CLIP_MT_stabilize_2d_rotation_context_menu(Menu):
|
|
1729
|
-
bl_label = "Rotation Track Specials"
|
|
1730
|
-
|
|
1731
|
-
def draw(self, _context):
|
|
1732
|
-
layout = self.layout
|
|
1733
|
-
|
|
1734
|
-
layout.operator("clip.stabilize_2d_rotation_select")
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
class CLIP_MT_pivot_pie(Menu):
|
|
1738
|
-
bl_label = "Pivot Point"
|
|
1739
|
-
|
|
1740
|
-
def draw(self, context):
|
|
1741
|
-
layout = self.layout
|
|
1742
|
-
pie = layout.menu_pie()
|
|
1743
|
-
|
|
1744
|
-
pie.prop_enum(context.space_data, "pivot_point", value='BOUNDING_BOX_CENTER')
|
|
1745
|
-
pie.prop_enum(context.space_data, "pivot_point", value='CURSOR')
|
|
1746
|
-
pie.prop_enum(context.space_data, "pivot_point", value='INDIVIDUAL_ORIGINS')
|
|
1747
|
-
pie.prop_enum(context.space_data, "pivot_point", value='MEDIAN_POINT')
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
class CLIP_MT_marker_pie(Menu):
|
|
1751
|
-
# Settings for the individual markers
|
|
1752
|
-
bl_label = "Marker Settings"
|
|
1753
|
-
|
|
1754
|
-
@classmethod
|
|
1755
|
-
def poll(cls, context):
|
|
1756
|
-
space = context.space_data
|
|
1757
|
-
return space.mode == 'TRACKING' and space.clip
|
|
1758
|
-
|
|
1759
|
-
def draw(self, context):
|
|
1760
|
-
clip = context.space_data.clip
|
|
1761
|
-
tracks = getattr(getattr(clip, "tracking", None), "tracks", None)
|
|
1762
|
-
track_active = tracks.active if tracks else None
|
|
1763
|
-
|
|
1764
|
-
layout = self.layout
|
|
1765
|
-
pie = layout.menu_pie()
|
|
1766
|
-
# Use Location Tracking
|
|
1767
|
-
props = pie.operator("wm.context_set_enum", text="Location")
|
|
1768
|
-
props.data_path = "space_data.clip.tracking.tracks.active.motion_model"
|
|
1769
|
-
props.value = "Loc"
|
|
1770
|
-
# Use Affine Tracking
|
|
1771
|
-
props = pie.operator("wm.context_set_enum", text="Affine")
|
|
1772
|
-
props.data_path = "space_data.clip.tracking.tracks.active.motion_model"
|
|
1773
|
-
props.value = "Affine"
|
|
1774
|
-
# Copy Settings From Active To Selected
|
|
1775
|
-
pie.operator("clip.track_settings_to_track", icon='COPYDOWN')
|
|
1776
|
-
# Make Settings Default
|
|
1777
|
-
pie.operator("clip.track_settings_as_default", icon='SETTINGS')
|
|
1778
|
-
if track_active:
|
|
1779
|
-
# Use Normalization
|
|
1780
|
-
pie.prop(track_active, "use_normalization", text="Normalization")
|
|
1781
|
-
# Use Brute Force
|
|
1782
|
-
pie.prop(track_active, "use_brute", text="Use Brute Force")
|
|
1783
|
-
# Match Keyframe
|
|
1784
|
-
props = pie.operator("wm.context_set_enum", text="Match Previous", icon='KEYFRAME_HLT')
|
|
1785
|
-
props.data_path = "space_data.clip.tracking.tracks.active.pattern_match"
|
|
1786
|
-
props.value = 'PREV_FRAME'
|
|
1787
|
-
# Match Previous Frame
|
|
1788
|
-
props = pie.operator("wm.context_set_enum", text="Match Keyframe", icon='KEYFRAME')
|
|
1789
|
-
props.data_path = "space_data.clip.tracking.tracks.active.pattern_match"
|
|
1790
|
-
props.value = 'KEYFRAME'
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
class CLIP_MT_tracking_pie(Menu):
|
|
1794
|
-
# Tracking Operators
|
|
1795
|
-
bl_label = "Tracking"
|
|
1796
|
-
bl_translation_context = i18n_contexts.id_movieclip
|
|
1797
|
-
|
|
1798
|
-
@classmethod
|
|
1799
|
-
def poll(cls, context):
|
|
1800
|
-
space = context.space_data
|
|
1801
|
-
return space.mode == 'TRACKING' and space.clip
|
|
1802
|
-
|
|
1803
|
-
def draw(self, _context):
|
|
1804
|
-
layout = self.layout
|
|
1805
|
-
|
|
1806
|
-
pie = layout.menu_pie()
|
|
1807
|
-
# Track Backwards
|
|
1808
|
-
props = pie.operator("clip.track_markers", icon='TRACKING_BACKWARDS')
|
|
1809
|
-
props.backwards = True
|
|
1810
|
-
props.sequence = True
|
|
1811
|
-
# Track Forwards
|
|
1812
|
-
props = pie.operator("clip.track_markers", icon='TRACKING_FORWARDS')
|
|
1813
|
-
props.backwards = False
|
|
1814
|
-
props.sequence = True
|
|
1815
|
-
# Disable Marker
|
|
1816
|
-
pie.operator("clip.disable_markers", icon='HIDE_OFF').action = 'TOGGLE'
|
|
1817
|
-
# Detect Features
|
|
1818
|
-
pie.operator("clip.detect_features", icon='ZOOM_SELECTED')
|
|
1819
|
-
# Clear Path Backwards
|
|
1820
|
-
pie.operator("clip.clear_track_path", icon='TRACKING_CLEAR_BACKWARDS').action = 'UPTO'
|
|
1821
|
-
# Clear Path Forwards
|
|
1822
|
-
pie.operator("clip.clear_track_path", icon='TRACKING_CLEAR_FORWARDS').action = 'REMAINED'
|
|
1823
|
-
# Refine Backwards
|
|
1824
|
-
pie.operator("clip.refine_markers", icon='TRACKING_REFINE_BACKWARDS').backwards = True
|
|
1825
|
-
# Refine Forwards
|
|
1826
|
-
pie.operator("clip.refine_markers", icon='TRACKING_REFINE_FORWARDS').backwards = False
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
class CLIP_MT_solving_pie(Menu):
|
|
1830
|
-
# Operators to solve the scene
|
|
1831
|
-
bl_label = "Solving"
|
|
1832
|
-
|
|
1833
|
-
@classmethod
|
|
1834
|
-
def poll(cls, context):
|
|
1835
|
-
space = context.space_data
|
|
1836
|
-
return space.mode == 'TRACKING' and space.clip
|
|
1837
|
-
|
|
1838
|
-
def draw(self, context):
|
|
1839
|
-
clip = context.space_data.clip
|
|
1840
|
-
settings = getattr(getattr(clip, "tracking", None), "settings", None)
|
|
1841
|
-
|
|
1842
|
-
layout = self.layout
|
|
1843
|
-
pie = layout.menu_pie()
|
|
1844
|
-
# Clear Solution
|
|
1845
|
-
pie.operator("clip.clear_solution", icon='FILE_REFRESH')
|
|
1846
|
-
# Solve Camera
|
|
1847
|
-
pie.operator("clip.solve_camera", text="Solve Camera", icon='OUTLINER_OB_CAMERA')
|
|
1848
|
-
# Use Tripod Solver
|
|
1849
|
-
if settings:
|
|
1850
|
-
pie.prop(settings, "use_tripod_solver", text="Tripod Solver")
|
|
1851
|
-
# create Plane Track
|
|
1852
|
-
pie.operator("clip.create_plane_track", icon='MATPLANE')
|
|
1853
|
-
# Set Keyframe A
|
|
1854
|
-
pie.operator(
|
|
1855
|
-
"clip.set_solver_keyframe",
|
|
1856
|
-
text="Set Keyframe A",
|
|
1857
|
-
icon='KEYFRAME',
|
|
1858
|
-
).keyframe = 'KEYFRAME_A'
|
|
1859
|
-
# Set Keyframe B
|
|
1860
|
-
pie.operator(
|
|
1861
|
-
"clip.set_solver_keyframe",
|
|
1862
|
-
text="Set Keyframe B",
|
|
1863
|
-
icon='KEYFRAME',
|
|
1864
|
-
).keyframe = 'KEYFRAME_B'
|
|
1865
|
-
# Clean Tracks
|
|
1866
|
-
props = pie.operator("clip.clean_tracks", icon='X')
|
|
1867
|
-
props.frames = 15
|
|
1868
|
-
props.error = 2
|
|
1869
|
-
# Filter Tracks
|
|
1870
|
-
pie.operator("clip.filter_tracks", icon='FILTER')
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
class CLIP_MT_reconstruction_pie(Menu):
|
|
1874
|
-
# Scene Reconstruction
|
|
1875
|
-
bl_label = "Reconstruction"
|
|
1876
|
-
|
|
1877
|
-
@classmethod
|
|
1878
|
-
def poll(cls, context):
|
|
1879
|
-
space = context.space_data
|
|
1880
|
-
return space.mode == 'TRACKING' and space.clip
|
|
1881
|
-
|
|
1882
|
-
def draw(self, _context):
|
|
1883
|
-
layout = self.layout
|
|
1884
|
-
pie = layout.menu_pie()
|
|
1885
|
-
# Set Active Clip As Viewport Background
|
|
1886
|
-
pie.operator("clip.set_viewport_background", text="Set Viewport Background", icon='FILE_IMAGE')
|
|
1887
|
-
# Setup Tracking Scene
|
|
1888
|
-
pie.operator("clip.setup_tracking_scene", text="Setup Tracking Scene", icon='SCENE_DATA')
|
|
1889
|
-
# Setup Floor
|
|
1890
|
-
pie.operator("clip.set_plane", text="Set Floor", icon='AXIS_TOP')
|
|
1891
|
-
# Set Origin
|
|
1892
|
-
pie.operator("clip.set_origin", text="Set Origin", icon='OBJECT_ORIGIN')
|
|
1893
|
-
# Set X Axis
|
|
1894
|
-
pie.operator("clip.set_axis", text="Set X Axis", icon='AXIS_FRONT').axis = 'X'
|
|
1895
|
-
# Set Y Axis
|
|
1896
|
-
pie.operator("clip.set_axis", text="Set Y Axis", icon='AXIS_SIDE').axis = 'Y'
|
|
1897
|
-
# Set Scale
|
|
1898
|
-
pie.operator("clip.set_scale", text="Set Scale", icon='ARROW_LEFTRIGHT')
|
|
1899
|
-
# Apply Solution Scale
|
|
1900
|
-
pie.operator("clip.apply_solution_scale", icon='ARROW_LEFTRIGHT')
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
class CLIP_MT_view_pie(Menu):
|
|
1904
|
-
bl_label = "View"
|
|
1905
|
-
|
|
1906
|
-
@classmethod
|
|
1907
|
-
def poll(cls, context):
|
|
1908
|
-
space = context.space_data
|
|
1909
|
-
|
|
1910
|
-
# View operators are not yet implemented in Dope-sheet mode.
|
|
1911
|
-
return space.view != 'DOPESHEET'
|
|
1912
|
-
|
|
1913
|
-
def draw(self, context):
|
|
1914
|
-
layout = self.layout
|
|
1915
|
-
sc = context.space_data
|
|
1916
|
-
|
|
1917
|
-
pie = layout.menu_pie()
|
|
1918
|
-
|
|
1919
|
-
if sc.view == 'CLIP':
|
|
1920
|
-
pie.operator("clip.view_all")
|
|
1921
|
-
pie.operator("clip.view_selected", icon='ZOOM_SELECTED')
|
|
1922
|
-
|
|
1923
|
-
if sc.mode == 'MASK':
|
|
1924
|
-
pie.operator("clip.view_center_cursor")
|
|
1925
|
-
pie.separator()
|
|
1926
|
-
else:
|
|
1927
|
-
# Add spaces so items stay in the same position through all modes.
|
|
1928
|
-
pie.separator()
|
|
1929
|
-
pie.separator()
|
|
1930
|
-
|
|
1931
|
-
pie.operator("clip.view_all", text="Frame All Fit").fit_view = True
|
|
1932
|
-
|
|
1933
|
-
if sc.view == 'GRAPH':
|
|
1934
|
-
pie.operator_context = 'INVOKE_REGION_PREVIEW'
|
|
1935
|
-
pie.operator("clip.graph_view_all")
|
|
1936
|
-
pie.separator()
|
|
1937
|
-
pie.operator("clip.graph_center_current_frame")
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
class CLIP_PT_overlay_display(Panel):
|
|
1941
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1942
|
-
bl_region_type = 'HEADER'
|
|
1943
|
-
bl_label = "Marker Display"
|
|
1944
|
-
bl_parent_id = "CLIP_PT_overlay"
|
|
1945
|
-
|
|
1946
|
-
def draw(self, context):
|
|
1947
|
-
layout = self.layout
|
|
1948
|
-
|
|
1949
|
-
view = context.space_data
|
|
1950
|
-
|
|
1951
|
-
row = layout.row()
|
|
1952
|
-
|
|
1953
|
-
col = row.column()
|
|
1954
|
-
col.prop(view, "show_marker_pattern", text="Pattern")
|
|
1955
|
-
col.prop(view, "show_marker_search", text="Search")
|
|
1956
|
-
|
|
1957
|
-
col.prop(view, "show_track_path", text="Path")
|
|
1958
|
-
col = col.column()
|
|
1959
|
-
col.active = view.show_track_path
|
|
1960
|
-
col.prop(view, "path_length", text="Length")
|
|
1961
|
-
|
|
1962
|
-
col = row.column()
|
|
1963
|
-
col.prop(view, "show_disabled", text="Show Disabled")
|
|
1964
|
-
col.prop(view, "show_names", text="Info")
|
|
1965
|
-
|
|
1966
|
-
if view.mode != 'MASK':
|
|
1967
|
-
col.prop(view, "show_bundles", text="3D Markers")
|
|
1968
|
-
col.prop(view, "show_tiny_markers", text="Display Thin")
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
class CLIP_PT_overlay_mask(MASK_PT_display, Panel):
|
|
1972
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1973
|
-
bl_region_type = 'HEADER'
|
|
1974
|
-
bl_parent_id = "CLIP_PT_overlay"
|
|
1975
|
-
|
|
1976
|
-
@classmethod
|
|
1977
|
-
def poll(cls, context):
|
|
1978
|
-
sc = context.space_data
|
|
1979
|
-
|
|
1980
|
-
return sc.mode == 'MASK'
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
class CLIP_PT_overlay_guides(Panel):
|
|
1984
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
1985
|
-
bl_region_type = 'HEADER'
|
|
1986
|
-
bl_parent_id = "CLIP_PT_overlay"
|
|
1987
|
-
bl_label = "Guides"
|
|
1988
|
-
|
|
1989
|
-
def draw(self, context):
|
|
1990
|
-
layout = self.layout
|
|
1991
|
-
sc = context.space_data
|
|
1992
|
-
overlay = sc.overlay
|
|
1993
|
-
|
|
1994
|
-
col = layout.column()
|
|
1995
|
-
col.prop(sc, "show_grid", text="Distortion Grid")
|
|
1996
|
-
col.prop(overlay, "show_cursor", text="Cursor")
|
|
1997
|
-
col.prop(sc, "show_annotation", text="Annotations")
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
class CLIP_PT_overlay(Panel):
|
|
2001
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
2002
|
-
bl_region_type = 'HEADER'
|
|
2003
|
-
bl_label = "Overlays"
|
|
2004
|
-
bl_ui_units_x = 13
|
|
2005
|
-
|
|
2006
|
-
def draw(self, _context):
|
|
2007
|
-
layout = self.layout
|
|
2008
|
-
layout.label(text="Viewport Overlays")
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
class CLIP_PT_gizmo_display(Panel):
|
|
2012
|
-
bl_space_type = 'CLIP_EDITOR'
|
|
2013
|
-
bl_region_type = 'HEADER'
|
|
2014
|
-
bl_label = "Gizmos"
|
|
2015
|
-
bl_ui_units_x = 8
|
|
2016
|
-
|
|
2017
|
-
def draw(self, context):
|
|
2018
|
-
layout = self.layout
|
|
2019
|
-
|
|
2020
|
-
view = context.space_data
|
|
2021
|
-
|
|
2022
|
-
col = layout.column()
|
|
2023
|
-
col.label(text="Viewport Gizmos")
|
|
2024
|
-
col.separator()
|
|
2025
|
-
|
|
2026
|
-
col.active = view.show_gizmo
|
|
2027
|
-
colsub = col.column()
|
|
2028
|
-
colsub.prop(view, "show_gizmo_navigate", text="Navigate")
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
classes = (
|
|
2032
|
-
CLIP_UL_tracking_objects,
|
|
2033
|
-
CLIP_PT_proportional_edit,
|
|
2034
|
-
CLIP_HT_header,
|
|
2035
|
-
CLIP_PT_display,
|
|
2036
|
-
CLIP_PT_clip_display,
|
|
2037
|
-
CLIP_MT_tracking_editor_menus,
|
|
2038
|
-
CLIP_MT_masking_editor_menus,
|
|
2039
|
-
CLIP_PT_track,
|
|
2040
|
-
CLIP_PT_tools_clip,
|
|
2041
|
-
CLIP_PT_tools_marker,
|
|
2042
|
-
CLIP_PT_tracking_settings,
|
|
2043
|
-
CLIP_PT_tracking_settings_extras,
|
|
2044
|
-
CLIP_PT_tools_tracking,
|
|
2045
|
-
CLIP_PT_tools_plane_tracking,
|
|
2046
|
-
CLIP_PT_tools_solve,
|
|
2047
|
-
CLIP_PT_tools_cleanup,
|
|
2048
|
-
CLIP_PT_tools_geometry,
|
|
2049
|
-
CLIP_PT_tools_orientation,
|
|
2050
|
-
CLIP_PT_tools_object,
|
|
2051
|
-
CLIP_PT_objects,
|
|
2052
|
-
CLIP_PT_plane_track,
|
|
2053
|
-
CLIP_PT_track_settings,
|
|
2054
|
-
CLIP_PT_track_settings_extras,
|
|
2055
|
-
CLIP_PT_tracking_camera,
|
|
2056
|
-
CLIP_PT_tracking_lens,
|
|
2057
|
-
CLIP_PT_marker,
|
|
2058
|
-
CLIP_PT_proxy,
|
|
2059
|
-
CLIP_PT_footage,
|
|
2060
|
-
CLIP_PT_animation,
|
|
2061
|
-
CLIP_PT_stabilization,
|
|
2062
|
-
CLIP_PT_2d_cursor,
|
|
2063
|
-
CLIP_PT_mask,
|
|
2064
|
-
CLIP_PT_mask_layers,
|
|
2065
|
-
CLIP_PT_active_mask_spline,
|
|
2066
|
-
CLIP_PT_active_mask_point,
|
|
2067
|
-
CLIP_PT_mask_animation,
|
|
2068
|
-
CLIP_PT_tools_mask_transforms,
|
|
2069
|
-
CLIP_PT_tools_mask_tools,
|
|
2070
|
-
CLIP_PT_tools_scenesetup,
|
|
2071
|
-
CLIP_PT_annotation,
|
|
2072
|
-
CLIP_PT_tools_grease_pencil_draw,
|
|
2073
|
-
CLIP_MT_view_zoom,
|
|
2074
|
-
CLIP_MT_view,
|
|
2075
|
-
CLIP_MT_clip,
|
|
2076
|
-
CLIP_MT_proxy,
|
|
2077
|
-
CLIP_MT_reconstruction,
|
|
2078
|
-
CLIP_MT_track,
|
|
2079
|
-
CLIP_MT_track_transform,
|
|
2080
|
-
CLIP_MT_track_motion,
|
|
2081
|
-
CLIP_MT_track_clear,
|
|
2082
|
-
CLIP_MT_track_refine,
|
|
2083
|
-
CLIP_MT_track_animation,
|
|
2084
|
-
CLIP_MT_track_visibility,
|
|
2085
|
-
CLIP_MT_track_cleanup,
|
|
2086
|
-
CLIP_MT_select,
|
|
2087
|
-
CLIP_MT_select_graph,
|
|
2088
|
-
CLIP_MT_select_grouped,
|
|
2089
|
-
CLIP_MT_tracking_context_menu,
|
|
2090
|
-
CLIP_MT_plane_track_image_context_menu,
|
|
2091
|
-
CLIP_PT_camera_presets,
|
|
2092
|
-
CLIP_PT_track_color_presets,
|
|
2093
|
-
CLIP_PT_tracking_settings_presets,
|
|
2094
|
-
CLIP_MT_stabilize_2d_context_menu,
|
|
2095
|
-
CLIP_MT_stabilize_2d_rotation_context_menu,
|
|
2096
|
-
CLIP_MT_pivot_pie,
|
|
2097
|
-
CLIP_MT_marker_pie,
|
|
2098
|
-
CLIP_MT_tracking_pie,
|
|
2099
|
-
CLIP_MT_reconstruction_pie,
|
|
2100
|
-
CLIP_MT_solving_pie,
|
|
2101
|
-
CLIP_MT_view_pie,
|
|
2102
|
-
CLIP_PT_overlay,
|
|
2103
|
-
CLIP_PT_overlay_guides,
|
|
2104
|
-
CLIP_PT_overlay_mask,
|
|
2105
|
-
CLIP_PT_overlay_display,
|
|
2106
|
-
CLIP_PT_gizmo_display,
|
|
2107
|
-
)
|
|
2108
|
-
|
|
2109
|
-
if __name__ == "__main__": # only for live edit.
|
|
2110
|
-
from bpy.utils import register_class
|
|
2111
|
-
for cls in classes:
|
|
2112
|
-
register_class(cls)
|