@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,2438 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2009-2023 Blender Authors
|
|
2
|
-
#
|
|
3
|
-
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
4
|
-
|
|
5
|
-
import bpy
|
|
6
|
-
from bpy.types import Menu, Panel, UIList, WindowManager
|
|
7
|
-
from bpy.app.translations import (
|
|
8
|
-
pgettext_iface as iface_,
|
|
9
|
-
contexts as i18n_contexts,
|
|
10
|
-
)
|
|
11
|
-
|
|
12
|
-
from bl_ui.properties_grease_pencil_common import (
|
|
13
|
-
GreasePencilSculptAdvancedPanel,
|
|
14
|
-
GreasePencilDisplayPanel,
|
|
15
|
-
GreasePencilBrushFalloff,
|
|
16
|
-
)
|
|
17
|
-
from bl_ui.properties_paint_common import (
|
|
18
|
-
UnifiedPaintPanel,
|
|
19
|
-
BrushSelectPanel,
|
|
20
|
-
ClonePanel,
|
|
21
|
-
TextureMaskPanel,
|
|
22
|
-
ColorPalettePanel,
|
|
23
|
-
StrokePanel,
|
|
24
|
-
SmoothStrokePanel,
|
|
25
|
-
FalloffPanel,
|
|
26
|
-
DisplayPanel,
|
|
27
|
-
brush_texture_settings,
|
|
28
|
-
brush_mask_texture_settings,
|
|
29
|
-
brush_settings,
|
|
30
|
-
brush_settings_advanced,
|
|
31
|
-
draw_color_settings,
|
|
32
|
-
)
|
|
33
|
-
from bl_ui.utils import PresetPanel
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
class VIEW3D_MT_brush_context_menu(Menu):
|
|
37
|
-
bl_label = "Brush Specials"
|
|
38
|
-
|
|
39
|
-
def draw(self, context):
|
|
40
|
-
layout = self.layout
|
|
41
|
-
|
|
42
|
-
settings = UnifiedPaintPanel.paint_settings(context)
|
|
43
|
-
brush = getattr(settings, "brush", None)
|
|
44
|
-
|
|
45
|
-
# skip if no active brush
|
|
46
|
-
if not brush:
|
|
47
|
-
layout.label(text="No brush selected", icon='INFO')
|
|
48
|
-
return
|
|
49
|
-
|
|
50
|
-
if brush.library and brush.library.is_editable:
|
|
51
|
-
layout.operator("brush.asset_save_as", text="Duplicate Asset...", icon='DUPLICATE')
|
|
52
|
-
layout.operator("brush.asset_delete", text="Delete Asset")
|
|
53
|
-
else:
|
|
54
|
-
layout.operator("brush.asset_save_as", text="Save As Asset...", icon='FILE_TICK')
|
|
55
|
-
layout.operator("brush.asset_delete", text="Delete")
|
|
56
|
-
|
|
57
|
-
layout.separator()
|
|
58
|
-
|
|
59
|
-
layout.operator("brush.asset_edit_metadata", text="Edit Metadata...")
|
|
60
|
-
layout.operator("brush.asset_load_preview", text="Edit Preview Image...")
|
|
61
|
-
layout.operator("brush.asset_save", text="Save Changes to Asset")
|
|
62
|
-
layout.operator("brush.asset_revert", text="Revert to Asset")
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
class View3DPanel:
|
|
66
|
-
bl_space_type = 'VIEW_3D'
|
|
67
|
-
bl_region_type = 'UI'
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
# **************** standard tool clusters ******************
|
|
71
|
-
|
|
72
|
-
# Used by vertex & weight paint
|
|
73
|
-
def draw_vpaint_symmetry(layout, obj):
|
|
74
|
-
mesh = obj.data
|
|
75
|
-
|
|
76
|
-
col = layout.column()
|
|
77
|
-
row = col.row(heading="Mirror", align=True)
|
|
78
|
-
row.prop(obj, "use_mesh_mirror_x", text="X", toggle=True)
|
|
79
|
-
row.prop(obj, "use_mesh_mirror_y", text="Y", toggle=True)
|
|
80
|
-
row.prop(obj, "use_mesh_mirror_z", text="Z", toggle=True)
|
|
81
|
-
|
|
82
|
-
col = layout.column()
|
|
83
|
-
col.active = not mesh.use_mirror_vertex_groups
|
|
84
|
-
col.prop(mesh, "radial_symmetry", text="Radial")
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
# ********** default tools for object mode ****************
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
class VIEW3D_PT_tools_object_options(View3DPanel, Panel):
|
|
91
|
-
bl_category = "Tool"
|
|
92
|
-
bl_context = ".objectmode" # dot on purpose (access from topbar)
|
|
93
|
-
bl_label = "Options"
|
|
94
|
-
|
|
95
|
-
def draw(self, context):
|
|
96
|
-
# layout = self.layout
|
|
97
|
-
pass
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
class VIEW3D_PT_tools_object_options_transform(View3DPanel, Panel):
|
|
101
|
-
bl_category = "Tool"
|
|
102
|
-
bl_context = ".objectmode" # dot on purpose (access from topbar)
|
|
103
|
-
bl_label = "Transform"
|
|
104
|
-
bl_parent_id = "VIEW3D_PT_tools_object_options"
|
|
105
|
-
|
|
106
|
-
def draw(self, context):
|
|
107
|
-
layout = self.layout
|
|
108
|
-
|
|
109
|
-
layout.use_property_split = True
|
|
110
|
-
layout.use_property_decorate = False
|
|
111
|
-
|
|
112
|
-
tool_settings = context.tool_settings
|
|
113
|
-
|
|
114
|
-
col = layout.column(heading="Affect Only", align=True)
|
|
115
|
-
col.prop(tool_settings, "use_transform_data_origin", text="Origins")
|
|
116
|
-
col.prop(tool_settings, "use_transform_pivot_point_align", text="Locations")
|
|
117
|
-
col.prop(tool_settings, "use_transform_skip_children", text="Parents")
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
# ********** default tools for editmode_mesh ****************
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
class VIEW3D_PT_tools_meshedit_options(View3DPanel, Panel):
|
|
124
|
-
bl_category = "Tool"
|
|
125
|
-
bl_context = ".mesh_edit" # dot on purpose (access from topbar)
|
|
126
|
-
bl_label = "Options"
|
|
127
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
128
|
-
bl_ui_units_x = 12
|
|
129
|
-
|
|
130
|
-
def draw(self, _context):
|
|
131
|
-
# layout = self.layout
|
|
132
|
-
pass
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, Panel):
|
|
136
|
-
bl_category = "Tool"
|
|
137
|
-
bl_context = ".mesh_edit" # dot on purpose (access from topbar)
|
|
138
|
-
bl_label = "Transform"
|
|
139
|
-
bl_parent_id = "VIEW3D_PT_tools_meshedit_options"
|
|
140
|
-
|
|
141
|
-
@classmethod
|
|
142
|
-
def poll(cls, context):
|
|
143
|
-
return context.active_object
|
|
144
|
-
|
|
145
|
-
def draw(self, context):
|
|
146
|
-
layout = self.layout
|
|
147
|
-
|
|
148
|
-
layout.use_property_split = True
|
|
149
|
-
layout.use_property_decorate = False
|
|
150
|
-
|
|
151
|
-
tool_settings = context.tool_settings
|
|
152
|
-
ob = context.active_object
|
|
153
|
-
mesh = ob.data
|
|
154
|
-
|
|
155
|
-
col = layout.column(align=True)
|
|
156
|
-
col.prop(tool_settings, "use_transform_correct_face_attributes")
|
|
157
|
-
sub = col.column(align=True)
|
|
158
|
-
sub.active = tool_settings.use_transform_correct_face_attributes
|
|
159
|
-
sub.prop(tool_settings, "use_transform_correct_keep_connected")
|
|
160
|
-
col.separator()
|
|
161
|
-
|
|
162
|
-
col = layout.column(heading="Mirror")
|
|
163
|
-
sub = col.row(align=True)
|
|
164
|
-
sub.prop(mesh, "use_mirror_x", text="X", toggle=True)
|
|
165
|
-
sub.prop(mesh, "use_mirror_y", text="Y", toggle=True)
|
|
166
|
-
sub.prop(mesh, "use_mirror_z", text="Z", toggle=True)
|
|
167
|
-
|
|
168
|
-
col = layout.column(align=True)
|
|
169
|
-
col.active = mesh.use_mirror_x or mesh.use_mirror_y or mesh.use_mirror_z
|
|
170
|
-
col.prop(mesh, "use_mirror_topology")
|
|
171
|
-
col.separator()
|
|
172
|
-
|
|
173
|
-
col = layout.column(align=True)
|
|
174
|
-
col.prop(tool_settings, "use_mesh_automerge", text="Auto Merge", toggle=False)
|
|
175
|
-
sub = col.column(align=True)
|
|
176
|
-
sub.active = tool_settings.use_mesh_automerge
|
|
177
|
-
sub.prop(tool_settings, "use_mesh_automerge_and_split", toggle=False)
|
|
178
|
-
sub.prop(tool_settings, "double_threshold", text="Threshold")
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, Panel):
|
|
182
|
-
bl_category = "Tool"
|
|
183
|
-
bl_context = ".mesh_edit" # dot on purpose (access from topbar)
|
|
184
|
-
bl_label = "UVs"
|
|
185
|
-
bl_parent_id = "VIEW3D_PT_tools_meshedit_options"
|
|
186
|
-
|
|
187
|
-
def draw(self, context):
|
|
188
|
-
layout = self.layout
|
|
189
|
-
|
|
190
|
-
layout.use_property_decorate = False
|
|
191
|
-
layout.use_property_split = True
|
|
192
|
-
|
|
193
|
-
tool_settings = context.tool_settings
|
|
194
|
-
|
|
195
|
-
layout.prop(tool_settings, "use_edge_path_live_unwrap")
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
# ********** default tools for editmode_armature ****************
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
class VIEW3D_PT_tools_armatureedit_options(View3DPanel, Panel):
|
|
202
|
-
bl_category = "Tool"
|
|
203
|
-
bl_context = ".armature_edit" # dot on purpose (access from topbar)
|
|
204
|
-
bl_label = "Options"
|
|
205
|
-
|
|
206
|
-
def draw(self, context):
|
|
207
|
-
arm = context.active_object.data
|
|
208
|
-
|
|
209
|
-
self.layout.prop(arm, "use_mirror_x")
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
# ********** default tools for pose-mode ****************
|
|
213
|
-
|
|
214
|
-
class VIEW3D_PT_tools_posemode_options(View3DPanel, Panel):
|
|
215
|
-
bl_category = "Tool"
|
|
216
|
-
bl_context = ".posemode" # dot on purpose (access from topbar)
|
|
217
|
-
bl_label = "Pose Options"
|
|
218
|
-
|
|
219
|
-
def draw(self, context):
|
|
220
|
-
pose = context.active_object.pose
|
|
221
|
-
layout = self.layout
|
|
222
|
-
|
|
223
|
-
tool_settings = context.tool_settings
|
|
224
|
-
|
|
225
|
-
layout.prop(pose, "use_auto_ik")
|
|
226
|
-
layout.prop(pose, "use_mirror_x")
|
|
227
|
-
col = layout.column()
|
|
228
|
-
col.active = pose.use_mirror_x and not pose.use_auto_ik
|
|
229
|
-
col.prop(pose, "use_mirror_relative")
|
|
230
|
-
|
|
231
|
-
layout.label(text="Affect Only")
|
|
232
|
-
layout.prop(tool_settings, "use_transform_pivot_point_align", text="Locations")
|
|
233
|
-
|
|
234
|
-
# ********** default tools for paint modes ****************
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
class TEXTURE_UL_texpaintslots(UIList):
|
|
238
|
-
def draw_item(self, _context, layout, _data, item, _icon, _active_data, _active_propname, _index):
|
|
239
|
-
# mat = data
|
|
240
|
-
|
|
241
|
-
# Hint that painting on linked images is prohibited
|
|
242
|
-
ima = _data.texture_paint_images.get(item.name)
|
|
243
|
-
if ima is not None and not ima.is_editable:
|
|
244
|
-
layout.enabled = False
|
|
245
|
-
|
|
246
|
-
layout.label(text=item.name, icon_value=item.icon_value)
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
class View3DPaintPanel(View3DPanel, UnifiedPaintPanel):
|
|
250
|
-
bl_category = "Tool"
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
class View3DPaintBrushPanel(View3DPaintPanel):
|
|
254
|
-
@classmethod
|
|
255
|
-
def poll(cls, context):
|
|
256
|
-
mode = cls.get_brush_mode(context)
|
|
257
|
-
return mode is not None
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
class VIEW3D_PT_tools_particlemode(Panel, View3DPaintPanel):
|
|
261
|
-
bl_context = ".paint_common" # dot on purpose (access from topbar)
|
|
262
|
-
bl_label = "Particle Tool"
|
|
263
|
-
bl_options = {'HIDE_HEADER'}
|
|
264
|
-
|
|
265
|
-
@classmethod
|
|
266
|
-
def poll(cls, context):
|
|
267
|
-
settings = context.tool_settings.particle_edit
|
|
268
|
-
return (settings and settings.brush and context.particle_edit_object)
|
|
269
|
-
|
|
270
|
-
def draw(self, context):
|
|
271
|
-
layout = self.layout
|
|
272
|
-
|
|
273
|
-
settings = context.tool_settings.particle_edit
|
|
274
|
-
brush = settings.brush
|
|
275
|
-
tool = settings.tool
|
|
276
|
-
|
|
277
|
-
layout.use_property_split = True
|
|
278
|
-
layout.use_property_decorate = False # No animation.
|
|
279
|
-
|
|
280
|
-
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper
|
|
281
|
-
tool_context = ToolSelectPanelHelper.tool_active_from_context(context)
|
|
282
|
-
|
|
283
|
-
if not tool_context:
|
|
284
|
-
# If there is no active tool, then there can't be an active brush.
|
|
285
|
-
tool = None
|
|
286
|
-
|
|
287
|
-
if not tool_context.use_brushes:
|
|
288
|
-
tool = None
|
|
289
|
-
|
|
290
|
-
if tool is not None:
|
|
291
|
-
col = layout.column()
|
|
292
|
-
col.prop(brush, "size", slider=True)
|
|
293
|
-
if tool == 'ADD':
|
|
294
|
-
col.prop(brush, "count")
|
|
295
|
-
|
|
296
|
-
col = layout.column()
|
|
297
|
-
col.prop(settings, "use_default_interpolate")
|
|
298
|
-
col.prop(brush, "steps", slider=True)
|
|
299
|
-
col.prop(settings, "default_key_count", slider=True)
|
|
300
|
-
else:
|
|
301
|
-
col.prop(brush, "strength", slider=True)
|
|
302
|
-
|
|
303
|
-
if tool == 'LENGTH':
|
|
304
|
-
layout.row().prop(brush, "length_mode", expand=True)
|
|
305
|
-
elif tool == 'PUFF':
|
|
306
|
-
layout.row().prop(brush, "puff_mode", expand=True)
|
|
307
|
-
layout.prop(brush, "use_puff_volume")
|
|
308
|
-
elif tool == 'COMB':
|
|
309
|
-
col = layout.column(align=False, heading="Deflect Emitter")
|
|
310
|
-
row = col.row(align=True)
|
|
311
|
-
sub = row.row(align=True)
|
|
312
|
-
sub.prop(settings, "use_emitter_deflect", text="")
|
|
313
|
-
sub = sub.row(align=True)
|
|
314
|
-
sub.active = settings.use_emitter_deflect
|
|
315
|
-
sub.prop(settings, "emitter_distance", text="")
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
class VIEW3D_PT_tools_brush_select(Panel, View3DPaintBrushPanel, BrushSelectPanel):
|
|
319
|
-
bl_context = ".paint_common"
|
|
320
|
-
bl_label = "Brush Asset"
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
class VIEW3D_PT_tools_brush_settings(Panel, View3DPaintBrushPanel):
|
|
324
|
-
bl_context = ".paint_common"
|
|
325
|
-
bl_label = "Brush Settings"
|
|
326
|
-
|
|
327
|
-
@classmethod
|
|
328
|
-
def poll(cls, context):
|
|
329
|
-
settings = cls.paint_settings(context)
|
|
330
|
-
return settings and settings.brush is not None
|
|
331
|
-
|
|
332
|
-
def draw(self, context):
|
|
333
|
-
layout = self.layout
|
|
334
|
-
|
|
335
|
-
layout.use_property_split = True
|
|
336
|
-
layout.use_property_decorate = False # No animation.
|
|
337
|
-
|
|
338
|
-
settings = self.paint_settings(context)
|
|
339
|
-
brush = settings.brush
|
|
340
|
-
|
|
341
|
-
brush_settings(layout.column(), context, brush, popover=self.is_popover)
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
class VIEW3D_PT_tools_brush_settings_advanced(Panel, View3DPaintBrushPanel):
|
|
345
|
-
bl_context = ".paint_common"
|
|
346
|
-
bl_parent_id = "VIEW3D_PT_tools_brush_settings"
|
|
347
|
-
bl_label = "Advanced"
|
|
348
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
349
|
-
bl_ui_units_x = 14
|
|
350
|
-
|
|
351
|
-
@classmethod
|
|
352
|
-
def poll(cls, context):
|
|
353
|
-
mode = cls.get_brush_mode(context)
|
|
354
|
-
if mode == 'SCULPT_GREASE_PENCIL':
|
|
355
|
-
settings = cls.paint_settings(context)
|
|
356
|
-
tool = settings.brush.gpencil_sculpt_brush_type
|
|
357
|
-
return tool in {'SMOOTH', 'RANDOMIZE'}
|
|
358
|
-
|
|
359
|
-
return mode is not None and mode != 'SCULPT_CURVES'
|
|
360
|
-
|
|
361
|
-
def draw(self, context):
|
|
362
|
-
layout = self.layout
|
|
363
|
-
|
|
364
|
-
layout.use_property_split = True
|
|
365
|
-
layout.use_property_decorate = False # No animation.
|
|
366
|
-
|
|
367
|
-
settings = UnifiedPaintPanel.paint_settings(context)
|
|
368
|
-
brush = settings.brush
|
|
369
|
-
|
|
370
|
-
brush_settings_advanced(layout.column(), context, settings, brush, self.is_popover)
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
class VIEW3D_PT_tools_brush_color(Panel, View3DPaintPanel):
|
|
374
|
-
bl_context = ".paint_common" # dot on purpose (access from topbar)
|
|
375
|
-
bl_parent_id = "VIEW3D_PT_tools_brush_settings"
|
|
376
|
-
bl_label = "Color Picker"
|
|
377
|
-
|
|
378
|
-
@classmethod
|
|
379
|
-
def poll(cls, context):
|
|
380
|
-
settings = cls.paint_settings(context)
|
|
381
|
-
brush = settings.brush
|
|
382
|
-
|
|
383
|
-
if context.image_paint_object:
|
|
384
|
-
capabilities = brush.image_paint_capabilities
|
|
385
|
-
return capabilities.has_color
|
|
386
|
-
elif context.vertex_paint_object:
|
|
387
|
-
capabilities = brush.vertex_paint_capabilities
|
|
388
|
-
return capabilities.has_color
|
|
389
|
-
elif context.sculpt_object:
|
|
390
|
-
capabilities = brush.sculpt_capabilities
|
|
391
|
-
return capabilities.has_color
|
|
392
|
-
|
|
393
|
-
return False
|
|
394
|
-
|
|
395
|
-
def draw(self, context):
|
|
396
|
-
layout = self.layout
|
|
397
|
-
settings = self.paint_settings(context)
|
|
398
|
-
brush = settings.brush
|
|
399
|
-
|
|
400
|
-
draw_color_settings(context, layout, brush, color_type=not context.vertex_paint_object)
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
class VIEW3D_PT_tools_brush_swatches(Panel, View3DPaintPanel, ColorPalettePanel):
|
|
404
|
-
bl_context = ".paint_common"
|
|
405
|
-
bl_parent_id = "VIEW3D_PT_tools_brush_settings"
|
|
406
|
-
bl_label = "Color Palette"
|
|
407
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
class VIEW3D_PT_tools_brush_clone(Panel, View3DPaintPanel, ClonePanel):
|
|
411
|
-
bl_context = ".paint_common"
|
|
412
|
-
bl_parent_id = "VIEW3D_PT_tools_brush_settings"
|
|
413
|
-
bl_label = "Clone from Paint Slot"
|
|
414
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
class VIEW3D_MT_tools_projectpaint_uvlayer(Menu):
|
|
418
|
-
bl_label = "Clone Layer"
|
|
419
|
-
|
|
420
|
-
def draw(self, context):
|
|
421
|
-
layout = self.layout
|
|
422
|
-
|
|
423
|
-
for i, uv_layer in enumerate(context.active_object.data.uv_layers):
|
|
424
|
-
props = layout.operator("wm.context_set_int", text=uv_layer.name, translate=False)
|
|
425
|
-
props.data_path = "active_object.data.uv_layers.active_index"
|
|
426
|
-
props.value = i
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
class SelectPaintSlotHelper:
|
|
430
|
-
bl_space_type = 'VIEW_3D'
|
|
431
|
-
bl_region_type = 'HEADER'
|
|
432
|
-
|
|
433
|
-
canvas_source_attr_name = "canvas_source"
|
|
434
|
-
canvas_image_attr_name = "canvas_image"
|
|
435
|
-
|
|
436
|
-
def draw(self, context):
|
|
437
|
-
layout = self.layout
|
|
438
|
-
layout.use_property_split = True
|
|
439
|
-
layout.use_property_decorate = False
|
|
440
|
-
|
|
441
|
-
settings = context.tool_settings.image_paint
|
|
442
|
-
mode_settings = self.get_mode_settings(context)
|
|
443
|
-
|
|
444
|
-
ob = context.active_object
|
|
445
|
-
|
|
446
|
-
layout.prop(mode_settings, self.canvas_source_attr_name, text="Mode")
|
|
447
|
-
layout.separator()
|
|
448
|
-
|
|
449
|
-
have_image = False
|
|
450
|
-
|
|
451
|
-
match getattr(mode_settings, self.canvas_source_attr_name):
|
|
452
|
-
case 'MATERIAL':
|
|
453
|
-
if len(ob.material_slots) > 1:
|
|
454
|
-
layout.template_list(
|
|
455
|
-
"MATERIAL_UL_matslots", "layers",
|
|
456
|
-
ob, "material_slots",
|
|
457
|
-
ob, "active_material_index", rows=2,
|
|
458
|
-
)
|
|
459
|
-
mat = ob.active_material
|
|
460
|
-
if mat and mat.texture_paint_images:
|
|
461
|
-
row = layout.row()
|
|
462
|
-
row.template_list(
|
|
463
|
-
"TEXTURE_UL_texpaintslots", "",
|
|
464
|
-
mat, "texture_paint_slots",
|
|
465
|
-
mat, "paint_active_slot", rows=2,
|
|
466
|
-
)
|
|
467
|
-
|
|
468
|
-
if mat.texture_paint_slots:
|
|
469
|
-
slot = mat.texture_paint_slots[mat.paint_active_slot]
|
|
470
|
-
else:
|
|
471
|
-
slot = None
|
|
472
|
-
|
|
473
|
-
have_image = slot is not None
|
|
474
|
-
else:
|
|
475
|
-
row = layout.row()
|
|
476
|
-
|
|
477
|
-
box = row.box()
|
|
478
|
-
box.label(text="No Textures")
|
|
479
|
-
|
|
480
|
-
sub = row.column(align=True)
|
|
481
|
-
sub.operator_menu_enum("paint.add_texture_paint_slot", "type", icon='ADD', text="")
|
|
482
|
-
|
|
483
|
-
case 'IMAGE':
|
|
484
|
-
mesh = ob.data
|
|
485
|
-
uv_text = mesh.uv_layers.active.name if mesh.uv_layers.active else ""
|
|
486
|
-
layout.template_ID(mode_settings, self.canvas_image_attr_name, new="image.new", open="image.open")
|
|
487
|
-
if settings.missing_uvs:
|
|
488
|
-
layout.operator("paint.add_simple_uvs", icon='ADD', text="Add UVs")
|
|
489
|
-
else:
|
|
490
|
-
layout.menu("VIEW3D_MT_tools_projectpaint_uvlayer", text=uv_text, translate=False)
|
|
491
|
-
have_image = getattr(settings, self.canvas_image_attr_name) is not None
|
|
492
|
-
|
|
493
|
-
self.draw_image_interpolation(layout=layout, mode_settings=mode_settings)
|
|
494
|
-
|
|
495
|
-
case 'COLOR_ATTRIBUTE':
|
|
496
|
-
mesh = ob.data
|
|
497
|
-
|
|
498
|
-
row = layout.row()
|
|
499
|
-
col = row.column()
|
|
500
|
-
col.template_list(
|
|
501
|
-
"MESH_UL_color_attributes_selector",
|
|
502
|
-
"color_attributes",
|
|
503
|
-
mesh,
|
|
504
|
-
"color_attributes",
|
|
505
|
-
mesh.color_attributes,
|
|
506
|
-
"active_color_index",
|
|
507
|
-
rows=3,
|
|
508
|
-
)
|
|
509
|
-
|
|
510
|
-
col = row.column(align=True)
|
|
511
|
-
col.operator("geometry.color_attribute_add", icon='ADD', text="")
|
|
512
|
-
col.operator("geometry.color_attribute_remove", icon='REMOVE', text="")
|
|
513
|
-
|
|
514
|
-
if settings.missing_uvs:
|
|
515
|
-
layout.separator()
|
|
516
|
-
split = layout.split()
|
|
517
|
-
split.label(text="UV Map Needed", icon='INFO')
|
|
518
|
-
split.operator("paint.add_simple_uvs", icon='ADD', text="Add Simple UVs")
|
|
519
|
-
elif have_image:
|
|
520
|
-
layout.separator()
|
|
521
|
-
layout.operator("image.save_all_modified", text="Save All Images", icon='FILE_TICK')
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
class VIEW3D_PT_slots_projectpaint(SelectPaintSlotHelper, View3DPanel, Panel):
|
|
525
|
-
bl_label = "Texture Slots"
|
|
526
|
-
|
|
527
|
-
canvas_source_attr_name = "mode"
|
|
528
|
-
canvas_image_attr_name = "canvas"
|
|
529
|
-
|
|
530
|
-
@classmethod
|
|
531
|
-
def poll(cls, context):
|
|
532
|
-
brush = context.tool_settings.image_paint.brush
|
|
533
|
-
return (brush is not None and context.active_object is not None)
|
|
534
|
-
|
|
535
|
-
def get_mode_settings(self, context):
|
|
536
|
-
return context.tool_settings.image_paint
|
|
537
|
-
|
|
538
|
-
def draw_image_interpolation(self, layout, mode_settings):
|
|
539
|
-
layout.prop(mode_settings, "interpolation", text="")
|
|
540
|
-
|
|
541
|
-
def draw_header(self, context):
|
|
542
|
-
tool = context.tool_settings.image_paint
|
|
543
|
-
ob = context.object
|
|
544
|
-
mat = ob.active_material
|
|
545
|
-
|
|
546
|
-
label = iface_("Texture Slots")
|
|
547
|
-
|
|
548
|
-
if tool.mode == 'MATERIAL':
|
|
549
|
-
if mat and mat.texture_paint_images and mat.texture_paint_slots:
|
|
550
|
-
label = mat.texture_paint_slots[mat.paint_active_slot].name
|
|
551
|
-
elif tool.canvas:
|
|
552
|
-
label = tool.canvas.name
|
|
553
|
-
|
|
554
|
-
self.bl_label = label
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
class VIEW3D_PT_slots_paint_canvas(SelectPaintSlotHelper, View3DPanel, Panel):
|
|
558
|
-
bl_label = "Canvas"
|
|
559
|
-
|
|
560
|
-
@classmethod
|
|
561
|
-
def poll(cls, context):
|
|
562
|
-
if not context.preferences.experimental.use_sculpt_texture_paint:
|
|
563
|
-
return False
|
|
564
|
-
|
|
565
|
-
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper
|
|
566
|
-
tool = ToolSelectPanelHelper.tool_active_from_context(context)
|
|
567
|
-
if tool is None:
|
|
568
|
-
return False
|
|
569
|
-
|
|
570
|
-
is_paint_tool = False
|
|
571
|
-
if tool.use_brushes:
|
|
572
|
-
brush = context.tool_settings.sculpt.brush
|
|
573
|
-
if brush:
|
|
574
|
-
is_paint_tool = brush.sculpt_brush_type in {'PAINT', 'SMEAR'}
|
|
575
|
-
else:
|
|
576
|
-
# TODO: The property use_paint_canvas doesn't work anymore since its associated
|
|
577
|
-
# C++ function 'rna_WorkSpaceTool_use_paint_canvas_get' passes in a nullptr for
|
|
578
|
-
# the bContext. This property should be fixed in the future, but will require
|
|
579
|
-
# some extensive refactoring. For now, use the workaround above.
|
|
580
|
-
is_paint_tool = tool.use_paint_canvas
|
|
581
|
-
|
|
582
|
-
return is_paint_tool
|
|
583
|
-
|
|
584
|
-
def get_mode_settings(self, context):
|
|
585
|
-
return context.tool_settings.paint_mode
|
|
586
|
-
|
|
587
|
-
def draw_image_interpolation(self, **_kwargs):
|
|
588
|
-
pass
|
|
589
|
-
|
|
590
|
-
def draw_header(self, context):
|
|
591
|
-
paint = context.tool_settings.paint_mode
|
|
592
|
-
ob = context.object
|
|
593
|
-
me = ob.data
|
|
594
|
-
mat = ob.active_material
|
|
595
|
-
|
|
596
|
-
label = iface_("Canvas")
|
|
597
|
-
|
|
598
|
-
if paint.canvas_source == 'MATERIAL':
|
|
599
|
-
if mat and mat.texture_paint_images and mat.texture_paint_slots:
|
|
600
|
-
label = mat.texture_paint_slots[mat.paint_active_slot].name
|
|
601
|
-
elif paint.canvas_source == 'COLOR_ATTRIBUTE':
|
|
602
|
-
active_color = me.color_attributes.active_color
|
|
603
|
-
label = (
|
|
604
|
-
active_color.name if active_color else
|
|
605
|
-
iface_("Color Attribute")
|
|
606
|
-
)
|
|
607
|
-
elif paint.canvas_image:
|
|
608
|
-
label = paint.canvas_image.name
|
|
609
|
-
|
|
610
|
-
self.bl_label = label
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
class VIEW3D_PT_slots_color_attributes(Panel):
|
|
614
|
-
bl_space_type = 'VIEW_3D'
|
|
615
|
-
bl_region_type = 'HEADER'
|
|
616
|
-
bl_label = "Color Attributes"
|
|
617
|
-
bl_ui_units_x = 12
|
|
618
|
-
|
|
619
|
-
def draw_header(self, context):
|
|
620
|
-
me = context.object.data
|
|
621
|
-
active_color = me.color_attributes.active_color
|
|
622
|
-
self.bl_label = (
|
|
623
|
-
active_color.name if active_color else
|
|
624
|
-
iface_("Color Attributes")
|
|
625
|
-
)
|
|
626
|
-
|
|
627
|
-
def draw(self, context):
|
|
628
|
-
ob = context.object
|
|
629
|
-
mesh = ob.data
|
|
630
|
-
|
|
631
|
-
layout = self.layout
|
|
632
|
-
row = layout.row()
|
|
633
|
-
|
|
634
|
-
col = row.column()
|
|
635
|
-
col.template_list(
|
|
636
|
-
"MESH_UL_color_attributes",
|
|
637
|
-
"color_attributes",
|
|
638
|
-
mesh,
|
|
639
|
-
"color_attributes",
|
|
640
|
-
mesh.color_attributes,
|
|
641
|
-
"active_color_index",
|
|
642
|
-
rows=3,
|
|
643
|
-
)
|
|
644
|
-
|
|
645
|
-
col = row.column(align=True)
|
|
646
|
-
col.operator("geometry.color_attribute_add", icon='ADD', text="")
|
|
647
|
-
col.operator("geometry.color_attribute_remove", icon='REMOVE', text="")
|
|
648
|
-
|
|
649
|
-
col.separator()
|
|
650
|
-
|
|
651
|
-
col.menu("MESH_MT_color_attribute_context_menu", icon='DOWNARROW_HLT', text="")
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
class VIEW3D_PT_slots_vertex_groups(Panel):
|
|
655
|
-
bl_space_type = 'VIEW_3D'
|
|
656
|
-
bl_region_type = 'HEADER'
|
|
657
|
-
bl_label = "Vertex Groups"
|
|
658
|
-
bl_ui_units_x = 12
|
|
659
|
-
|
|
660
|
-
def draw_header(self, context):
|
|
661
|
-
ob = context.object
|
|
662
|
-
groups = ob.vertex_groups
|
|
663
|
-
self.bl_label = (
|
|
664
|
-
groups.active.name if groups and groups.active else
|
|
665
|
-
iface_("Vertex Groups")
|
|
666
|
-
)
|
|
667
|
-
|
|
668
|
-
def draw(self, context):
|
|
669
|
-
layout = self.layout
|
|
670
|
-
row = layout.row()
|
|
671
|
-
col = row.column()
|
|
672
|
-
|
|
673
|
-
ob = context.object
|
|
674
|
-
group = ob.vertex_groups.active
|
|
675
|
-
|
|
676
|
-
rows = 3
|
|
677
|
-
if group:
|
|
678
|
-
rows = 5
|
|
679
|
-
|
|
680
|
-
row = layout.row()
|
|
681
|
-
row.template_list("MESH_UL_vgroups", "", ob, "vertex_groups", ob.vertex_groups, "active_index", rows=rows)
|
|
682
|
-
|
|
683
|
-
col = row.column(align=True)
|
|
684
|
-
|
|
685
|
-
col.operator("object.vertex_group_add", icon='ADD', text="")
|
|
686
|
-
props = col.operator("object.vertex_group_remove", icon='REMOVE', text="")
|
|
687
|
-
props.all_unlocked = props.all = False
|
|
688
|
-
|
|
689
|
-
col.separator()
|
|
690
|
-
|
|
691
|
-
col.menu("MESH_MT_vertex_group_context_menu", icon='DOWNARROW_HLT', text="")
|
|
692
|
-
|
|
693
|
-
if group:
|
|
694
|
-
col.separator()
|
|
695
|
-
col.operator("object.vertex_group_move", icon='TRIA_UP', text="").direction = 'UP'
|
|
696
|
-
col.operator("object.vertex_group_move", icon='TRIA_DOWN', text="").direction = 'DOWN'
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
class VIEW3D_PT_mask(Panel):
|
|
700
|
-
bl_space_type = 'VIEW_3D'
|
|
701
|
-
bl_region_type = 'HEADER'
|
|
702
|
-
bl_label = "Masking"
|
|
703
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
704
|
-
|
|
705
|
-
def draw(self, context):
|
|
706
|
-
pass
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
class VIEW3D_PT_stencil_projectpaint(Panel):
|
|
710
|
-
bl_space_type = 'VIEW_3D'
|
|
711
|
-
bl_region_type = 'HEADER'
|
|
712
|
-
bl_label = "Stencil Mask"
|
|
713
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
714
|
-
bl_parent_id = "VIEW3D_PT_mask"
|
|
715
|
-
bl_ui_units_x = 14
|
|
716
|
-
|
|
717
|
-
@classmethod
|
|
718
|
-
def poll(cls, context):
|
|
719
|
-
brush = context.tool_settings.image_paint.brush
|
|
720
|
-
ob = context.active_object
|
|
721
|
-
return (brush is not None and ob is not None)
|
|
722
|
-
|
|
723
|
-
def draw_header(self, context):
|
|
724
|
-
ipaint = context.tool_settings.image_paint
|
|
725
|
-
self.layout.prop(ipaint, "use_stencil_layer", text=self.bl_label if self.is_popover else "")
|
|
726
|
-
|
|
727
|
-
def draw(self, context):
|
|
728
|
-
layout = self.layout
|
|
729
|
-
layout.use_property_split = True
|
|
730
|
-
layout.use_property_decorate = False
|
|
731
|
-
|
|
732
|
-
tool_settings = context.tool_settings
|
|
733
|
-
ipaint = tool_settings.image_paint
|
|
734
|
-
ob = context.active_object
|
|
735
|
-
mesh = ob.data
|
|
736
|
-
|
|
737
|
-
col = layout.column()
|
|
738
|
-
col.active = ipaint.use_stencil_layer
|
|
739
|
-
|
|
740
|
-
col.label(text="Stencil Image")
|
|
741
|
-
col.template_ID(ipaint, "stencil_image", new="image.new", open="image.open")
|
|
742
|
-
|
|
743
|
-
stencil_text = mesh.uv_layer_stencil.name if mesh.uv_layer_stencil else ""
|
|
744
|
-
|
|
745
|
-
col.separator()
|
|
746
|
-
|
|
747
|
-
split = col.split()
|
|
748
|
-
colsub = split.column()
|
|
749
|
-
colsub.alignment = 'RIGHT'
|
|
750
|
-
colsub.label(text="UV Layer")
|
|
751
|
-
split.column().menu("VIEW3D_MT_tools_projectpaint_stencil", text=stencil_text, translate=False)
|
|
752
|
-
|
|
753
|
-
col.separator()
|
|
754
|
-
|
|
755
|
-
row = col.row(align=True)
|
|
756
|
-
row.prop(ipaint, "stencil_color", text="Display Color")
|
|
757
|
-
row.prop(ipaint, "invert_stencil", text="", icon='IMAGE_ALPHA')
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
class VIEW3D_PT_tools_brush_display(Panel, View3DPaintBrushPanel, DisplayPanel):
|
|
761
|
-
bl_context = ".paint_common"
|
|
762
|
-
bl_parent_id = "VIEW3D_PT_tools_brush_settings"
|
|
763
|
-
bl_label = "Cursor"
|
|
764
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
765
|
-
bl_ui_units_x = 15
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
class VIEW3D_PT_tools_brush_texture(Panel, View3DPaintPanel):
|
|
769
|
-
bl_context = ".paint_common"
|
|
770
|
-
bl_parent_id = "VIEW3D_PT_tools_brush_settings"
|
|
771
|
-
bl_label = "Texture"
|
|
772
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
773
|
-
bl_ui_units_x = 13
|
|
774
|
-
|
|
775
|
-
@classmethod
|
|
776
|
-
def poll(cls, context):
|
|
777
|
-
if (
|
|
778
|
-
(settings := cls.paint_settings(context)) and
|
|
779
|
-
(brush := settings.brush)
|
|
780
|
-
):
|
|
781
|
-
if context.sculpt_object or context.vertex_paint_object:
|
|
782
|
-
return True
|
|
783
|
-
elif context.image_paint_object:
|
|
784
|
-
return (brush.image_brush_type == 'DRAW')
|
|
785
|
-
return False
|
|
786
|
-
|
|
787
|
-
def draw(self, context):
|
|
788
|
-
layout = self.layout
|
|
789
|
-
|
|
790
|
-
settings = self.paint_settings(context)
|
|
791
|
-
brush = settings.brush
|
|
792
|
-
tex_slot = brush.texture_slot
|
|
793
|
-
|
|
794
|
-
col = layout.column()
|
|
795
|
-
col.template_ID_preview(tex_slot, "texture", new="texture.new", rows=3, cols=8)
|
|
796
|
-
|
|
797
|
-
brush_texture_settings(col, brush, context.sculpt_object)
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
class VIEW3D_PT_tools_mask_texture(Panel, View3DPaintPanel, TextureMaskPanel):
|
|
801
|
-
bl_category = "Tool"
|
|
802
|
-
bl_context = ".imagepaint" # dot on purpose (access from topbar)
|
|
803
|
-
bl_parent_id = "VIEW3D_PT_tools_brush_settings"
|
|
804
|
-
bl_label = "Texture Mask"
|
|
805
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
806
|
-
bl_ui_units_x = 13
|
|
807
|
-
|
|
808
|
-
@classmethod
|
|
809
|
-
def poll(cls, context):
|
|
810
|
-
settings = cls.paint_settings(context)
|
|
811
|
-
return (settings and settings.brush and context.image_paint_object)
|
|
812
|
-
|
|
813
|
-
def draw(self, context):
|
|
814
|
-
layout = self.layout
|
|
815
|
-
|
|
816
|
-
brush = context.tool_settings.image_paint.brush
|
|
817
|
-
|
|
818
|
-
col = layout.column()
|
|
819
|
-
mask_tex_slot = brush.mask_texture_slot
|
|
820
|
-
|
|
821
|
-
col.template_ID_preview(mask_tex_slot, "texture", new="texture.new", rows=3, cols=8)
|
|
822
|
-
|
|
823
|
-
brush_mask_texture_settings(col, brush)
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
class VIEW3D_PT_tools_brush_stroke(Panel, View3DPaintPanel, StrokePanel):
|
|
827
|
-
bl_context = ".paint_common" # dot on purpose (access from topbar)
|
|
828
|
-
bl_label = "Stroke"
|
|
829
|
-
bl_parent_id = "VIEW3D_PT_tools_brush_settings"
|
|
830
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
831
|
-
bl_ui_units_x = 14
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
class VIEW3D_PT_tools_brush_stroke_smooth_stroke(Panel, View3DPaintPanel, SmoothStrokePanel):
|
|
835
|
-
bl_context = ".paint_common" # dot on purpose (access from topbar)
|
|
836
|
-
bl_label = "Stabilize Stroke"
|
|
837
|
-
bl_parent_id = "VIEW3D_PT_tools_brush_stroke"
|
|
838
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
class VIEW3D_PT_tools_weight_gradient(Panel, View3DPaintPanel):
|
|
842
|
-
# Don't give context on purpose to not show this in the generic header tool-settings
|
|
843
|
-
# this is added only in the gradient tool's ToolDef
|
|
844
|
-
# `bl_context = ".weightpaint"` # dot on purpose (access from top-bar)
|
|
845
|
-
bl_label = "Falloff"
|
|
846
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
847
|
-
# Also don't draw as an extra panel in the sidebar (already included in the Brush settings).
|
|
848
|
-
bl_space_type = 'TOPBAR'
|
|
849
|
-
bl_region_type = 'HEADER'
|
|
850
|
-
|
|
851
|
-
@classmethod
|
|
852
|
-
def poll(cls, context):
|
|
853
|
-
# since we don't give context above, check mode here (to not show in other modes like sculpt).
|
|
854
|
-
if context.mode != 'PAINT_WEIGHT':
|
|
855
|
-
return False
|
|
856
|
-
settings = context.tool_settings.weight_paint
|
|
857
|
-
if settings is None:
|
|
858
|
-
return False
|
|
859
|
-
brush = settings.brush
|
|
860
|
-
return brush is not None
|
|
861
|
-
|
|
862
|
-
def draw(self, context):
|
|
863
|
-
layout = self.layout
|
|
864
|
-
settings = context.tool_settings.weight_paint
|
|
865
|
-
brush = settings.brush
|
|
866
|
-
|
|
867
|
-
col = layout.column(align=True)
|
|
868
|
-
col.prop(brush, "curve_distance_falloff_preset", expand=True)
|
|
869
|
-
|
|
870
|
-
if brush.curve_distance_falloff_preset == 'CUSTOM':
|
|
871
|
-
layout.template_curve_mapping(brush, "curve_distance_falloff", brush=True,
|
|
872
|
-
use_negative_slope=True, show_presets=True)
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
class VIEW3D_PT_tools_brush_falloff(Panel, View3DPaintPanel, FalloffPanel):
|
|
876
|
-
bl_context = ".paint_common" # dot on purpose (access from topbar)
|
|
877
|
-
bl_parent_id = "VIEW3D_PT_tools_brush_settings"
|
|
878
|
-
bl_label = "Falloff"
|
|
879
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, Panel):
|
|
883
|
-
bl_context = ".imagepaint" # dot on purpose (access from topbar)
|
|
884
|
-
bl_label = "Front-Face Falloff"
|
|
885
|
-
bl_parent_id = "VIEW3D_PT_tools_brush_falloff"
|
|
886
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
887
|
-
|
|
888
|
-
@classmethod
|
|
889
|
-
def poll(cls, context):
|
|
890
|
-
return (context.weight_paint_object or context.vertex_paint_object)
|
|
891
|
-
|
|
892
|
-
def draw_header(self, context):
|
|
893
|
-
settings = self.paint_settings(context)
|
|
894
|
-
brush = settings.brush
|
|
895
|
-
|
|
896
|
-
self.layout.prop(brush, "use_frontface_falloff", text=self.bl_label if self.is_popover else "")
|
|
897
|
-
|
|
898
|
-
def draw(self, context):
|
|
899
|
-
settings = self.paint_settings(context)
|
|
900
|
-
brush = settings.brush
|
|
901
|
-
|
|
902
|
-
layout = self.layout
|
|
903
|
-
|
|
904
|
-
layout.use_property_split = True
|
|
905
|
-
layout.use_property_decorate = False
|
|
906
|
-
|
|
907
|
-
row = layout.row()
|
|
908
|
-
row.active = brush.use_frontface_falloff
|
|
909
|
-
row.prop(brush, "falloff_angle", text="Angle")
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, Panel):
|
|
913
|
-
bl_context = ".imagepaint" # dot on purpose (access from topbar)
|
|
914
|
-
bl_label = "Normal Falloff"
|
|
915
|
-
bl_parent_id = "VIEW3D_PT_tools_brush_falloff"
|
|
916
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
917
|
-
|
|
918
|
-
@classmethod
|
|
919
|
-
def poll(cls, context):
|
|
920
|
-
return context.image_paint_object
|
|
921
|
-
|
|
922
|
-
def draw_header(self, context):
|
|
923
|
-
tool_settings = context.tool_settings
|
|
924
|
-
ipaint = tool_settings.image_paint
|
|
925
|
-
|
|
926
|
-
self.layout.prop(ipaint, "use_normal_falloff", text=self.bl_label if self.is_popover else "")
|
|
927
|
-
|
|
928
|
-
def draw(self, context):
|
|
929
|
-
tool_settings = context.tool_settings
|
|
930
|
-
ipaint = tool_settings.image_paint
|
|
931
|
-
|
|
932
|
-
layout = self.layout
|
|
933
|
-
|
|
934
|
-
layout.use_property_split = True
|
|
935
|
-
layout.use_property_decorate = False
|
|
936
|
-
|
|
937
|
-
row = layout.row()
|
|
938
|
-
row.active = ipaint.use_normal_falloff
|
|
939
|
-
row.prop(ipaint, "normal_angle", text="Angle")
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
class VIEW3D_PT_sculpt_dyntopo(Panel, View3DPaintPanel):
|
|
943
|
-
bl_context = ".sculpt_mode" # dot on purpose (access from topbar)
|
|
944
|
-
bl_label = "Dyntopo"
|
|
945
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
946
|
-
bl_ui_units_x = 12
|
|
947
|
-
|
|
948
|
-
@classmethod
|
|
949
|
-
def poll(cls, context):
|
|
950
|
-
paint_settings = cls.paint_settings(context)
|
|
951
|
-
return (context.sculpt_object and context.tool_settings.sculpt and paint_settings)
|
|
952
|
-
|
|
953
|
-
def draw_header(self, context):
|
|
954
|
-
is_popover = self.is_popover
|
|
955
|
-
layout = self.layout
|
|
956
|
-
layout.operator(
|
|
957
|
-
"sculpt.dynamic_topology_toggle",
|
|
958
|
-
icon='CHECKBOX_HLT' if context.sculpt_object.use_dynamic_topology_sculpting else 'CHECKBOX_DEHLT',
|
|
959
|
-
text="",
|
|
960
|
-
emboss=is_popover,
|
|
961
|
-
)
|
|
962
|
-
|
|
963
|
-
def draw(self, context):
|
|
964
|
-
layout = self.layout
|
|
965
|
-
layout.use_property_split = True
|
|
966
|
-
layout.use_property_decorate = False
|
|
967
|
-
|
|
968
|
-
tool_settings = context.tool_settings
|
|
969
|
-
sculpt = tool_settings.sculpt
|
|
970
|
-
settings = self.paint_settings(context)
|
|
971
|
-
brush = settings.brush
|
|
972
|
-
|
|
973
|
-
col = layout.column()
|
|
974
|
-
col.active = context.sculpt_object.use_dynamic_topology_sculpting
|
|
975
|
-
|
|
976
|
-
sub = col.column()
|
|
977
|
-
sub.active = (brush and brush.sculpt_capabilities.has_dyntopo) or sculpt.detail_type_method == 'MANUAL'
|
|
978
|
-
if sculpt.detail_type_method in {'CONSTANT', 'MANUAL'}:
|
|
979
|
-
row = sub.row(align=True)
|
|
980
|
-
row.prop(sculpt, "constant_detail_resolution")
|
|
981
|
-
props = row.operator("sculpt.sample_detail_size", text="", icon='EYEDROPPER')
|
|
982
|
-
props.mode = 'DYNTOPO'
|
|
983
|
-
elif (sculpt.detail_type_method == 'BRUSH'):
|
|
984
|
-
sub.prop(sculpt, "detail_percent")
|
|
985
|
-
else:
|
|
986
|
-
sub.prop(sculpt, "detail_size")
|
|
987
|
-
sub.prop(sculpt, "detail_refine_method", text="Refine Method")
|
|
988
|
-
sub.prop(sculpt, "detail_type_method", text="Detailing")
|
|
989
|
-
|
|
990
|
-
if sculpt.detail_type_method in {'CONSTANT', 'MANUAL'}:
|
|
991
|
-
col.operator("sculpt.detail_flood_fill")
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
class VIEW3D_PT_sculpt_voxel_remesh(Panel, View3DPaintPanel):
|
|
995
|
-
bl_context = ".sculpt_mode" # dot on purpose (access from topbar)
|
|
996
|
-
bl_label = "Remesh"
|
|
997
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
998
|
-
bl_ui_units_x = 12
|
|
999
|
-
|
|
1000
|
-
@classmethod
|
|
1001
|
-
def poll(cls, context):
|
|
1002
|
-
return (context.sculpt_object and context.tool_settings.sculpt)
|
|
1003
|
-
|
|
1004
|
-
def draw(self, context):
|
|
1005
|
-
layout = self.layout
|
|
1006
|
-
layout.use_property_split = True
|
|
1007
|
-
layout.use_property_decorate = False
|
|
1008
|
-
|
|
1009
|
-
col = layout.column()
|
|
1010
|
-
mesh = context.active_object.data
|
|
1011
|
-
row = col.row(align=True)
|
|
1012
|
-
row.prop(mesh, "remesh_voxel_size")
|
|
1013
|
-
props = row.operator("sculpt.sample_detail_size", text="", icon='EYEDROPPER')
|
|
1014
|
-
props.mode = 'VOXEL'
|
|
1015
|
-
col.prop(mesh, "remesh_voxel_adaptivity")
|
|
1016
|
-
col.prop(mesh, "use_remesh_fix_poles")
|
|
1017
|
-
|
|
1018
|
-
col = layout.column(heading="Preserve", align=True)
|
|
1019
|
-
col.prop(mesh, "use_remesh_preserve_volume", text="Volume")
|
|
1020
|
-
col.prop(mesh, "use_remesh_preserve_attributes", text="Attributes")
|
|
1021
|
-
|
|
1022
|
-
layout.operator("object.voxel_remesh", text="Remesh")
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
class VIEW3D_PT_sculpt_options(Panel, View3DPaintPanel):
|
|
1026
|
-
bl_context = ".sculpt_mode" # dot on purpose (access from topbar)
|
|
1027
|
-
bl_label = "Options"
|
|
1028
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1029
|
-
bl_ui_units_x = 13
|
|
1030
|
-
|
|
1031
|
-
@classmethod
|
|
1032
|
-
def poll(cls, context):
|
|
1033
|
-
return (context.sculpt_object and context.tool_settings.sculpt)
|
|
1034
|
-
|
|
1035
|
-
def draw(self, context):
|
|
1036
|
-
layout = self.layout
|
|
1037
|
-
layout.use_property_split = True
|
|
1038
|
-
layout.use_property_decorate = False
|
|
1039
|
-
|
|
1040
|
-
tool_settings = context.tool_settings
|
|
1041
|
-
sculpt = tool_settings.sculpt
|
|
1042
|
-
|
|
1043
|
-
col = layout.column(heading="Display", align=True)
|
|
1044
|
-
col.prop(sculpt, "show_low_resolution")
|
|
1045
|
-
col.prop(sculpt, "use_sculpt_delay_updates")
|
|
1046
|
-
col.prop(sculpt, "use_deform_only")
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
class VIEW3D_PT_sculpt_options_gravity(Panel, View3DPaintPanel):
|
|
1050
|
-
bl_context = ".sculpt_mode" # dot on purpose (access from topbar)
|
|
1051
|
-
bl_parent_id = "VIEW3D_PT_sculpt_options"
|
|
1052
|
-
bl_label = "Gravity"
|
|
1053
|
-
|
|
1054
|
-
@classmethod
|
|
1055
|
-
def poll(cls, context):
|
|
1056
|
-
return (context.sculpt_object and context.tool_settings.sculpt)
|
|
1057
|
-
|
|
1058
|
-
def draw(self, context):
|
|
1059
|
-
layout = self.layout
|
|
1060
|
-
layout.use_property_split = True
|
|
1061
|
-
layout.use_property_decorate = False
|
|
1062
|
-
|
|
1063
|
-
tool_settings = context.tool_settings
|
|
1064
|
-
sculpt = tool_settings.sculpt
|
|
1065
|
-
capabilities = sculpt.brush.sculpt_capabilities
|
|
1066
|
-
|
|
1067
|
-
col = layout.column()
|
|
1068
|
-
col.active = capabilities.has_gravity
|
|
1069
|
-
col.prop(sculpt, "gravity", slider=True, text="Factor")
|
|
1070
|
-
col.prop(sculpt, "gravity_object")
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
class VIEW3D_PT_sculpt_symmetry(Panel, View3DPaintPanel):
|
|
1074
|
-
bl_context = ".sculpt_mode" # dot on purpose (access from topbar)
|
|
1075
|
-
bl_label = "Symmetry"
|
|
1076
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1077
|
-
|
|
1078
|
-
@classmethod
|
|
1079
|
-
def poll(cls, context):
|
|
1080
|
-
return (
|
|
1081
|
-
(context.sculpt_object and context.tool_settings.sculpt) and
|
|
1082
|
-
# When used in the tool header, this is explicitly included next to the XYZ symmetry buttons.
|
|
1083
|
-
(context.region.type != 'TOOL_HEADER')
|
|
1084
|
-
)
|
|
1085
|
-
|
|
1086
|
-
def draw(self, context):
|
|
1087
|
-
layout = self.layout
|
|
1088
|
-
layout.use_property_split = True
|
|
1089
|
-
layout.use_property_decorate = False
|
|
1090
|
-
|
|
1091
|
-
sculpt = context.tool_settings.sculpt
|
|
1092
|
-
|
|
1093
|
-
row = layout.row(align=True, heading="Mirror")
|
|
1094
|
-
|
|
1095
|
-
ob = context.object
|
|
1096
|
-
mesh = ob.data
|
|
1097
|
-
row.prop(mesh, "use_mirror_x", text="X", toggle=True)
|
|
1098
|
-
row.prop(mesh, "use_mirror_y", text="Y", toggle=True)
|
|
1099
|
-
row.prop(mesh, "use_mirror_z", text="Z", toggle=True)
|
|
1100
|
-
|
|
1101
|
-
row = layout.row(align=True, heading="Lock")
|
|
1102
|
-
row.prop(sculpt, "lock_x", text="X", toggle=True)
|
|
1103
|
-
row.prop(sculpt, "lock_y", text="Y", toggle=True)
|
|
1104
|
-
row.prop(sculpt, "lock_z", text="Z", toggle=True)
|
|
1105
|
-
|
|
1106
|
-
row = layout.row(align=True, heading="Tiling")
|
|
1107
|
-
row.prop(sculpt, "tile_x", text="X", toggle=True)
|
|
1108
|
-
row.prop(sculpt, "tile_y", text="Y", toggle=True)
|
|
1109
|
-
row.prop(sculpt, "tile_z", text="Z", toggle=True)
|
|
1110
|
-
|
|
1111
|
-
layout.prop(sculpt, "use_symmetry_feather", text="Feather")
|
|
1112
|
-
layout.prop(mesh, "radial_symmetry", text="Radial")
|
|
1113
|
-
layout.prop(sculpt, "tile_offset", text="Tile Offset")
|
|
1114
|
-
|
|
1115
|
-
layout.separator()
|
|
1116
|
-
|
|
1117
|
-
layout.label(text="Symmetrize")
|
|
1118
|
-
layout.prop(sculpt, "symmetrize_direction")
|
|
1119
|
-
layout.prop(WindowManager.operator_properties_last("sculpt.symmetrize"), "merge_tolerance")
|
|
1120
|
-
layout.operator("sculpt.symmetrize")
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
class VIEW3D_PT_sculpt_symmetry_for_topbar(Panel):
|
|
1124
|
-
bl_space_type = 'TOPBAR'
|
|
1125
|
-
bl_region_type = 'HEADER'
|
|
1126
|
-
bl_label = "Symmetry"
|
|
1127
|
-
bl_ui_units_x = 13
|
|
1128
|
-
|
|
1129
|
-
draw = VIEW3D_PT_sculpt_symmetry.draw
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
class VIEW3D_PT_curves_sculpt_symmetry(Panel, View3DPaintPanel):
|
|
1133
|
-
bl_context = ".curves_sculpt" # dot on purpose (access from topbar)
|
|
1134
|
-
bl_label = "Symmetry"
|
|
1135
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1136
|
-
|
|
1137
|
-
@classmethod
|
|
1138
|
-
def poll(cls, context):
|
|
1139
|
-
ob = context.object
|
|
1140
|
-
return ob and ob.type == 'CURVES'
|
|
1141
|
-
|
|
1142
|
-
def draw(self, context):
|
|
1143
|
-
layout = self.layout
|
|
1144
|
-
layout.use_property_split = True
|
|
1145
|
-
layout.use_property_decorate = False
|
|
1146
|
-
|
|
1147
|
-
ob = context.object
|
|
1148
|
-
curves = ob.data
|
|
1149
|
-
|
|
1150
|
-
row = layout.row(align=True, heading="Mirror")
|
|
1151
|
-
row.prop(curves, "use_mirror_x", text="X", toggle=True)
|
|
1152
|
-
row.prop(curves, "use_mirror_y", text="Y", toggle=True)
|
|
1153
|
-
row.prop(curves, "use_mirror_z", text="Z", toggle=True)
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(Panel):
|
|
1157
|
-
bl_space_type = 'TOPBAR'
|
|
1158
|
-
bl_region_type = 'HEADER'
|
|
1159
|
-
bl_label = "Symmetry"
|
|
1160
|
-
|
|
1161
|
-
draw = VIEW3D_PT_curves_sculpt_symmetry.draw
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
# ********** default tools for weight-paint ****************
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
class VIEW3D_PT_tools_weightpaint_symmetry(Panel, View3DPaintPanel):
|
|
1168
|
-
bl_context = ".weightpaint"
|
|
1169
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1170
|
-
bl_label = "Symmetry"
|
|
1171
|
-
|
|
1172
|
-
@classmethod
|
|
1173
|
-
def poll(cls, context):
|
|
1174
|
-
# When used in the tool header, this is explicitly included next to the XYZ symmetry buttons.
|
|
1175
|
-
return (context.region.type != 'TOOL_HEADER')
|
|
1176
|
-
|
|
1177
|
-
def draw(self, context):
|
|
1178
|
-
layout = self.layout
|
|
1179
|
-
layout.use_property_split = True
|
|
1180
|
-
layout.use_property_decorate = False
|
|
1181
|
-
|
|
1182
|
-
ob = context.object
|
|
1183
|
-
mesh = ob.data
|
|
1184
|
-
|
|
1185
|
-
layout.prop(mesh, "use_mirror_vertex_groups")
|
|
1186
|
-
|
|
1187
|
-
draw_vpaint_symmetry(layout, ob)
|
|
1188
|
-
|
|
1189
|
-
row = layout.row()
|
|
1190
|
-
row.active = mesh.use_mirror_vertex_groups
|
|
1191
|
-
row.prop(mesh, "use_mirror_topology")
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(Panel):
|
|
1195
|
-
bl_space_type = 'TOPBAR'
|
|
1196
|
-
bl_region_type = 'HEADER'
|
|
1197
|
-
bl_label = "Symmetry"
|
|
1198
|
-
|
|
1199
|
-
draw = VIEW3D_PT_tools_weightpaint_symmetry.draw
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
class VIEW3D_PT_tools_weightpaint_options(Panel, View3DPaintPanel):
|
|
1203
|
-
bl_context = ".weightpaint"
|
|
1204
|
-
bl_label = "Options"
|
|
1205
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1206
|
-
|
|
1207
|
-
def draw(self, context):
|
|
1208
|
-
layout = self.layout
|
|
1209
|
-
|
|
1210
|
-
layout.use_property_split = True
|
|
1211
|
-
layout.use_property_decorate = False
|
|
1212
|
-
|
|
1213
|
-
tool_settings = context.tool_settings
|
|
1214
|
-
wpaint = tool_settings.weight_paint
|
|
1215
|
-
|
|
1216
|
-
col = layout.column()
|
|
1217
|
-
|
|
1218
|
-
col.prop(tool_settings, "use_auto_normalize", text="Auto Normalize")
|
|
1219
|
-
col.prop(tool_settings, "use_lock_relative", text="Lock-Relative")
|
|
1220
|
-
col.prop(tool_settings, "use_multipaint", text="Multi-Paint")
|
|
1221
|
-
|
|
1222
|
-
col.prop(wpaint, "use_group_restrict")
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
# ********** default tools for vertex-paint ****************
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
class VIEW3D_PT_tools_vertexpaint_options(Panel, View3DPaintPanel):
|
|
1229
|
-
bl_context = ".vertexpaint" # dot on purpose (access from topbar)
|
|
1230
|
-
bl_label = "Options"
|
|
1231
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1232
|
-
|
|
1233
|
-
@classmethod
|
|
1234
|
-
def poll(cls, _context):
|
|
1235
|
-
# This is currently unused, since there aren't any Vertex Paint mode specific options.
|
|
1236
|
-
return False
|
|
1237
|
-
|
|
1238
|
-
def draw(self, _context):
|
|
1239
|
-
layout = self.layout
|
|
1240
|
-
layout.use_property_split = True
|
|
1241
|
-
layout.use_property_decorate = False
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
class VIEW3D_PT_tools_vertexpaint_symmetry(Panel, View3DPaintPanel):
|
|
1245
|
-
bl_context = ".vertexpaint" # dot on purpose (access from topbar)
|
|
1246
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1247
|
-
bl_label = "Symmetry"
|
|
1248
|
-
|
|
1249
|
-
@classmethod
|
|
1250
|
-
def poll(cls, context):
|
|
1251
|
-
# When used in the tool header, this is explicitly included next to the XYZ symmetry buttons.
|
|
1252
|
-
return (context.region.type != 'TOOL_HEADER')
|
|
1253
|
-
|
|
1254
|
-
def draw(self, context):
|
|
1255
|
-
layout = self.layout
|
|
1256
|
-
layout.use_property_split = True
|
|
1257
|
-
layout.use_property_decorate = False
|
|
1258
|
-
|
|
1259
|
-
ob = context.object
|
|
1260
|
-
|
|
1261
|
-
draw_vpaint_symmetry(layout, ob)
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(Panel):
|
|
1265
|
-
bl_space_type = 'TOPBAR'
|
|
1266
|
-
bl_region_type = 'HEADER'
|
|
1267
|
-
bl_label = "Symmetry"
|
|
1268
|
-
|
|
1269
|
-
draw = VIEW3D_PT_tools_vertexpaint_symmetry.draw
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
# ********** default tools for texture-paint ****************
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
class VIEW3D_PT_tools_imagepaint_options_external(Panel, View3DPaintPanel):
|
|
1276
|
-
bl_context = ".imagepaint" # dot on purpose (access from topbar)
|
|
1277
|
-
bl_label = "External"
|
|
1278
|
-
bl_parent_id = "VIEW3D_PT_tools_imagepaint_options"
|
|
1279
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1280
|
-
|
|
1281
|
-
def draw(self, context):
|
|
1282
|
-
layout = self.layout
|
|
1283
|
-
layout.use_property_split = True
|
|
1284
|
-
layout.use_property_decorate = False
|
|
1285
|
-
|
|
1286
|
-
tool_settings = context.tool_settings
|
|
1287
|
-
ipaint = tool_settings.image_paint
|
|
1288
|
-
|
|
1289
|
-
layout.prop(ipaint, "screen_grab_size", text="Screen Grab Size")
|
|
1290
|
-
|
|
1291
|
-
layout.separator()
|
|
1292
|
-
|
|
1293
|
-
flow = layout.grid_flow(row_major=True, columns=0, even_columns=True, even_rows=False, align=False)
|
|
1294
|
-
col = flow.column()
|
|
1295
|
-
col.operator("image.project_edit", text="Quick Edit")
|
|
1296
|
-
col = flow.column()
|
|
1297
|
-
col.operator("image.project_apply", text="Apply")
|
|
1298
|
-
col = flow.column()
|
|
1299
|
-
col.operator("paint.project_image", text="Apply Camera Image")
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
class VIEW3D_PT_tools_imagepaint_symmetry(Panel, View3DPaintPanel):
|
|
1303
|
-
bl_context = ".imagepaint" # dot on purpose (access from topbar)
|
|
1304
|
-
bl_label = "Symmetry"
|
|
1305
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1306
|
-
|
|
1307
|
-
@classmethod
|
|
1308
|
-
def poll(cls, context):
|
|
1309
|
-
# When used in the tool header, this is explicitly included next to the XYZ symmetry buttons.
|
|
1310
|
-
return (context.region.type != 'TOOL_HEADER')
|
|
1311
|
-
|
|
1312
|
-
def draw(self, context):
|
|
1313
|
-
layout = self.layout
|
|
1314
|
-
|
|
1315
|
-
split = layout.split()
|
|
1316
|
-
|
|
1317
|
-
col = split.column()
|
|
1318
|
-
col.alignment = 'RIGHT'
|
|
1319
|
-
col.label(text="Mirror")
|
|
1320
|
-
|
|
1321
|
-
col = split.column()
|
|
1322
|
-
|
|
1323
|
-
row = col.row(align=True)
|
|
1324
|
-
ob = context.object
|
|
1325
|
-
mesh = ob.data
|
|
1326
|
-
row.prop(mesh, "use_mirror_x", text="X", toggle=True)
|
|
1327
|
-
row.prop(mesh, "use_mirror_y", text="Y", toggle=True)
|
|
1328
|
-
row.prop(mesh, "use_mirror_z", text="Z", toggle=True)
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, Panel):
|
|
1332
|
-
bl_context = ".imagepaint" # dot on purpose (access from topbar)
|
|
1333
|
-
bl_label = "Options"
|
|
1334
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1335
|
-
|
|
1336
|
-
@classmethod
|
|
1337
|
-
def poll(cls, context):
|
|
1338
|
-
brush = context.tool_settings.image_paint.brush
|
|
1339
|
-
return (brush is not None)
|
|
1340
|
-
|
|
1341
|
-
def draw(self, context):
|
|
1342
|
-
layout = self.layout
|
|
1343
|
-
|
|
1344
|
-
layout.use_property_split = True
|
|
1345
|
-
layout.use_property_decorate = False
|
|
1346
|
-
|
|
1347
|
-
tool_settings = context.tool_settings
|
|
1348
|
-
ipaint = tool_settings.image_paint
|
|
1349
|
-
|
|
1350
|
-
layout.prop(ipaint, "seam_bleed")
|
|
1351
|
-
layout.prop(ipaint, "dither", slider=True)
|
|
1352
|
-
|
|
1353
|
-
col = layout.column()
|
|
1354
|
-
col.prop(ipaint, "use_occlude")
|
|
1355
|
-
col.prop(ipaint, "use_backface_culling", text="Backface Culling")
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
class VIEW3D_PT_tools_imagepaint_options_cavity(Panel):
|
|
1359
|
-
bl_space_type = 'VIEW_3D'
|
|
1360
|
-
bl_region_type = 'HEADER'
|
|
1361
|
-
bl_label = "Cavity Mask"
|
|
1362
|
-
bl_parent_id = "VIEW3D_PT_mask"
|
|
1363
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1364
|
-
|
|
1365
|
-
def draw_header(self, context):
|
|
1366
|
-
tool_settings = context.tool_settings
|
|
1367
|
-
ipaint = tool_settings.image_paint
|
|
1368
|
-
|
|
1369
|
-
self.layout.prop(ipaint, "use_cavity", text=self.bl_label if self.is_popover else "")
|
|
1370
|
-
|
|
1371
|
-
def draw(self, context):
|
|
1372
|
-
layout = self.layout
|
|
1373
|
-
|
|
1374
|
-
tool_settings = context.tool_settings
|
|
1375
|
-
ipaint = tool_settings.image_paint
|
|
1376
|
-
|
|
1377
|
-
col = layout.column()
|
|
1378
|
-
col.active = ipaint.use_cavity
|
|
1379
|
-
col.template_curve_mapping(ipaint, "cavity_curve", brush=True)
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
class VIEW3D_PT_imagepaint_options(View3DPaintPanel):
|
|
1383
|
-
bl_label = "Options"
|
|
1384
|
-
|
|
1385
|
-
@classmethod
|
|
1386
|
-
def poll(cls, _context):
|
|
1387
|
-
# This is currently unused, since there aren't any Vertex Paint mode specific options.
|
|
1388
|
-
return False
|
|
1389
|
-
# return (context.image_paint_object and context.tool_settings.image_paint)
|
|
1390
|
-
|
|
1391
|
-
def draw(self, _context):
|
|
1392
|
-
layout = self.layout
|
|
1393
|
-
layout.use_property_split = True
|
|
1394
|
-
layout.use_property_decorate = False
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
class VIEW3D_MT_tools_projectpaint_stencil(Menu):
|
|
1398
|
-
bl_label = "Mask Layer"
|
|
1399
|
-
|
|
1400
|
-
def draw(self, context):
|
|
1401
|
-
layout = self.layout
|
|
1402
|
-
for i, uv_layer in enumerate(context.active_object.data.uv_layers):
|
|
1403
|
-
props = layout.operator("wm.context_set_int", text=uv_layer.name, translate=False)
|
|
1404
|
-
props.data_path = "active_object.data.uv_layer_stencil_index"
|
|
1405
|
-
props.value = i
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
class VIEW3D_PT_tools_particlemode_options(View3DPanel, Panel):
|
|
1409
|
-
"""Default tools for particle mode"""
|
|
1410
|
-
bl_category = "Tool"
|
|
1411
|
-
bl_context = ".particlemode"
|
|
1412
|
-
bl_label = "Options"
|
|
1413
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1414
|
-
|
|
1415
|
-
def draw(self, context):
|
|
1416
|
-
layout = self.layout
|
|
1417
|
-
|
|
1418
|
-
layout.use_property_split = True
|
|
1419
|
-
layout.use_property_decorate = False # No animation.
|
|
1420
|
-
|
|
1421
|
-
pe = context.tool_settings.particle_edit
|
|
1422
|
-
ob = pe.object
|
|
1423
|
-
|
|
1424
|
-
layout.prop(pe, "type", text="Editing Type")
|
|
1425
|
-
|
|
1426
|
-
ptcache = None
|
|
1427
|
-
|
|
1428
|
-
if pe.type == 'PARTICLES':
|
|
1429
|
-
if ob.particle_systems:
|
|
1430
|
-
if len(ob.particle_systems) > 1:
|
|
1431
|
-
layout.template_list(
|
|
1432
|
-
"UI_UL_list", "particle_systems", ob, "particle_systems",
|
|
1433
|
-
ob.particle_systems, "active_index", rows=2, maxrows=3,
|
|
1434
|
-
)
|
|
1435
|
-
|
|
1436
|
-
ptcache = ob.particle_systems.active.point_cache
|
|
1437
|
-
else:
|
|
1438
|
-
for md in ob.modifiers:
|
|
1439
|
-
if md.type == pe.type:
|
|
1440
|
-
ptcache = md.point_cache
|
|
1441
|
-
|
|
1442
|
-
if ptcache and len(ptcache.point_caches) > 1:
|
|
1443
|
-
layout.template_list(
|
|
1444
|
-
"UI_UL_list", "particles_point_caches", ptcache, "point_caches",
|
|
1445
|
-
ptcache.point_caches, "active_index", rows=2, maxrows=3,
|
|
1446
|
-
)
|
|
1447
|
-
|
|
1448
|
-
if not pe.is_editable:
|
|
1449
|
-
layout.label(text="Point cache must be baked")
|
|
1450
|
-
layout.label(text="in memory to enable editing!")
|
|
1451
|
-
|
|
1452
|
-
col = layout.column(align=True)
|
|
1453
|
-
col.active = pe.is_editable
|
|
1454
|
-
|
|
1455
|
-
if not pe.is_hair:
|
|
1456
|
-
col.prop(pe, "use_auto_velocity", text="Auto-Velocity")
|
|
1457
|
-
col.separator()
|
|
1458
|
-
|
|
1459
|
-
sub = col.column(align=True, heading="Mirror")
|
|
1460
|
-
sub.prop(ob.data, "use_mirror_x")
|
|
1461
|
-
if pe.tool == 'ADD':
|
|
1462
|
-
sub.prop(ob.data, "use_mirror_topology")
|
|
1463
|
-
col.separator()
|
|
1464
|
-
|
|
1465
|
-
sub = col.column(align=True, heading="Preserve")
|
|
1466
|
-
sub.prop(pe, "use_preserve_length", text="Strand Lengths")
|
|
1467
|
-
sub.prop(pe, "use_preserve_root", text="Root Positions")
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, Panel):
|
|
1471
|
-
"""Default tools for particle mode"""
|
|
1472
|
-
bl_category = "Tool"
|
|
1473
|
-
bl_parent_id = "VIEW3D_PT_tools_particlemode_options"
|
|
1474
|
-
bl_label = "Cut Particles to Shape"
|
|
1475
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1476
|
-
|
|
1477
|
-
def draw(self, context):
|
|
1478
|
-
layout = self.layout
|
|
1479
|
-
|
|
1480
|
-
layout.use_property_split = True
|
|
1481
|
-
layout.use_property_decorate = False # No animation.
|
|
1482
|
-
|
|
1483
|
-
pe = context.tool_settings.particle_edit
|
|
1484
|
-
|
|
1485
|
-
layout.prop(pe, "shape_object")
|
|
1486
|
-
layout.operator("particle.shape_cut", text="Cut")
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, Panel):
|
|
1490
|
-
"""Default tools for particle mode"""
|
|
1491
|
-
bl_category = "Tool"
|
|
1492
|
-
bl_parent_id = "VIEW3D_PT_tools_particlemode_options"
|
|
1493
|
-
bl_label = "Viewport Display"
|
|
1494
|
-
|
|
1495
|
-
def draw(self, context):
|
|
1496
|
-
layout = self.layout
|
|
1497
|
-
|
|
1498
|
-
layout.use_property_split = True
|
|
1499
|
-
layout.use_property_decorate = False # No animation.
|
|
1500
|
-
|
|
1501
|
-
pe = context.tool_settings.particle_edit
|
|
1502
|
-
|
|
1503
|
-
col = layout.column()
|
|
1504
|
-
col.active = pe.is_editable
|
|
1505
|
-
col.prop(pe, "display_step", text="Path Steps")
|
|
1506
|
-
if pe.is_hair:
|
|
1507
|
-
col.prop(pe, "show_particles", text="Children")
|
|
1508
|
-
else:
|
|
1509
|
-
if pe.type == 'PARTICLES':
|
|
1510
|
-
col.prop(pe, "show_particles", text="Particles")
|
|
1511
|
-
col = layout.column(align=False, heading="Fade Time")
|
|
1512
|
-
row = col.row(align=True)
|
|
1513
|
-
sub = row.row(align=True)
|
|
1514
|
-
sub.prop(pe, "use_fade_time", text="")
|
|
1515
|
-
sub = sub.row(align=True)
|
|
1516
|
-
sub.active = pe.use_fade_time
|
|
1517
|
-
sub.prop(pe, "fade_frames", slider=True, text="")
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
# ********** grease pencil object tool panels ****************
|
|
1521
|
-
|
|
1522
|
-
# Grease Pencil drawing brushes
|
|
1523
|
-
|
|
1524
|
-
def tool_use_brush(context):
|
|
1525
|
-
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper
|
|
1526
|
-
tool = ToolSelectPanelHelper.tool_active_from_context(context)
|
|
1527
|
-
if tool and tool.use_brushes is False:
|
|
1528
|
-
return False
|
|
1529
|
-
|
|
1530
|
-
return True
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(GreasePencilSculptAdvancedPanel, View3DPanel, Panel):
|
|
1534
|
-
bl_context = ".grease_pencil_sculpt"
|
|
1535
|
-
bl_label = "Brush"
|
|
1536
|
-
bl_category = "Tool"
|
|
1537
|
-
|
|
1538
|
-
@classmethod
|
|
1539
|
-
def poll(cls, context):
|
|
1540
|
-
if context.region.type != 'TOOL_HEADER':
|
|
1541
|
-
return False
|
|
1542
|
-
|
|
1543
|
-
brush = context.tool_settings.gpencil_sculpt_paint.brush
|
|
1544
|
-
if brush is None:
|
|
1545
|
-
return False
|
|
1546
|
-
|
|
1547
|
-
tool = brush.gpencil_sculpt_brush_type
|
|
1548
|
-
return tool in {'SMOOTH', 'RANDOMIZE'}
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
# Grease Pencil weight painting tools
|
|
1552
|
-
class GreasePencilWeightPanel:
|
|
1553
|
-
bl_context = ".greasepencil_weight"
|
|
1554
|
-
bl_category = "Tool"
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
class VIEW3D_PT_tools_grease_pencil_weight_paint_select(View3DPanel, Panel, GreasePencilWeightPanel, BrushSelectPanel):
|
|
1558
|
-
bl_label = "Brush Asset"
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(Panel, View3DPanel, GreasePencilWeightPanel):
|
|
1562
|
-
bl_label = "Brush Settings"
|
|
1563
|
-
|
|
1564
|
-
def draw(self, context):
|
|
1565
|
-
if self.is_popover:
|
|
1566
|
-
return
|
|
1567
|
-
|
|
1568
|
-
layout = self.layout
|
|
1569
|
-
layout.use_property_split = True
|
|
1570
|
-
layout.use_property_decorate = False
|
|
1571
|
-
|
|
1572
|
-
tool_settings = context.scene.tool_settings
|
|
1573
|
-
settings = tool_settings.gpencil_weight_paint
|
|
1574
|
-
brush = settings.brush
|
|
1575
|
-
|
|
1576
|
-
# Grease Pencil
|
|
1577
|
-
from bl_ui.properties_paint_common import (
|
|
1578
|
-
brush_basic_grease_pencil_weight_settings,
|
|
1579
|
-
)
|
|
1580
|
-
brush_basic_grease_pencil_weight_settings(layout, context, brush)
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(GreasePencilBrushFalloff, Panel, View3DPaintPanel):
|
|
1584
|
-
bl_context = ".greasepencil_weight"
|
|
1585
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_weight_paint_settings"
|
|
1586
|
-
bl_label = "Falloff"
|
|
1587
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1588
|
-
|
|
1589
|
-
@classmethod
|
|
1590
|
-
def poll(cls, context):
|
|
1591
|
-
tool_settings = context.tool_settings
|
|
1592
|
-
settings = tool_settings.gpencil_weight_paint
|
|
1593
|
-
brush = settings.brush
|
|
1594
|
-
return (brush and brush.curve_distance_falloff)
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
class VIEW3D_PT_tools_grease_pencil_weight_options(Panel, View3DPanel, GreasePencilWeightPanel):
|
|
1598
|
-
bl_label = "Options"
|
|
1599
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1600
|
-
|
|
1601
|
-
def draw(self, context):
|
|
1602
|
-
layout = self.layout
|
|
1603
|
-
layout.use_property_split = True
|
|
1604
|
-
layout.use_property_decorate = False
|
|
1605
|
-
tool_settings = context.scene.tool_settings
|
|
1606
|
-
|
|
1607
|
-
col = layout.column()
|
|
1608
|
-
col.prop(tool_settings, "use_auto_normalize", text="Auto Normalize")
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
# Grease Pencil vertex painting tools
|
|
1612
|
-
class GreasePencilVertexPanel:
|
|
1613
|
-
bl_context = ".greasepencil_vertex"
|
|
1614
|
-
bl_category = "Tool"
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(View3DPanel, Panel, GreasePencilVertexPanel, BrushSelectPanel):
|
|
1618
|
-
bl_label = "Brush Asset"
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(Panel, View3DPanel, GreasePencilVertexPanel):
|
|
1622
|
-
bl_label = "Brush Settings"
|
|
1623
|
-
|
|
1624
|
-
def draw(self, context):
|
|
1625
|
-
layout = self.layout
|
|
1626
|
-
layout.use_property_split = True
|
|
1627
|
-
layout.use_property_decorate = False
|
|
1628
|
-
|
|
1629
|
-
tool_settings = context.scene.tool_settings
|
|
1630
|
-
settings = tool_settings.gpencil_vertex_paint
|
|
1631
|
-
brush = settings.brush
|
|
1632
|
-
|
|
1633
|
-
if not self.is_popover:
|
|
1634
|
-
from bl_ui.properties_paint_common import (
|
|
1635
|
-
brush_basic_grease_pencil_vertex_settings,
|
|
1636
|
-
)
|
|
1637
|
-
brush_basic_grease_pencil_vertex_settings(layout, context, brush)
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, Panel):
|
|
1641
|
-
bl_context = ".greasepencil_vertex"
|
|
1642
|
-
bl_label = "Color"
|
|
1643
|
-
bl_category = "Tool"
|
|
1644
|
-
|
|
1645
|
-
@classmethod
|
|
1646
|
-
def poll(cls, context):
|
|
1647
|
-
ob = context.object
|
|
1648
|
-
tool_settings = context.tool_settings
|
|
1649
|
-
settings = tool_settings.gpencil_vertex_paint
|
|
1650
|
-
brush = settings.brush
|
|
1651
|
-
|
|
1652
|
-
if ob is None or brush is None:
|
|
1653
|
-
return False
|
|
1654
|
-
|
|
1655
|
-
if context.region.type == 'TOOL_HEADER' or brush.gpencil_vertex_brush_type in {'BLUR', 'AVERAGE', 'SMEAR'}:
|
|
1656
|
-
return False
|
|
1657
|
-
|
|
1658
|
-
return True
|
|
1659
|
-
|
|
1660
|
-
def draw(self, context):
|
|
1661
|
-
layout = self.layout
|
|
1662
|
-
layout.use_property_split = True
|
|
1663
|
-
layout.use_property_decorate = False
|
|
1664
|
-
tool_settings = context.tool_settings
|
|
1665
|
-
settings = tool_settings.gpencil_vertex_paint
|
|
1666
|
-
brush = settings.brush
|
|
1667
|
-
use_unified_paint = (context.object.mode != 'PAINT_GREASE_PENCIL')
|
|
1668
|
-
ups = settings.unified_paint_settings
|
|
1669
|
-
prop_owner = ups if use_unified_paint and ups.use_unified_color else brush
|
|
1670
|
-
|
|
1671
|
-
col = layout.column()
|
|
1672
|
-
|
|
1673
|
-
col.template_color_picker(prop_owner, "color", value_slider=True)
|
|
1674
|
-
|
|
1675
|
-
sub_row = col.row(align=True)
|
|
1676
|
-
if use_unified_paint:
|
|
1677
|
-
UnifiedPaintPanel.prop_unified_color(sub_row, context, brush, "color", text="")
|
|
1678
|
-
UnifiedPaintPanel.prop_unified_color(sub_row, context, brush, "secondary_color", text="")
|
|
1679
|
-
else:
|
|
1680
|
-
sub_row.prop(brush, "color", text="")
|
|
1681
|
-
sub_row.prop(brush, "secondary_color", text="")
|
|
1682
|
-
|
|
1683
|
-
sub_row.operator("paint.brush_colors_flip", icon='FILE_REFRESH', text="")
|
|
1684
|
-
if use_unified_paint:
|
|
1685
|
-
sub_row.prop(ups, "use_unified_color", text="", icon='BRUSHES_ALL')
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(GreasePencilBrushFalloff, Panel, View3DPaintPanel):
|
|
1689
|
-
bl_context = ".greasepencil_vertex"
|
|
1690
|
-
bl_label = "Falloff"
|
|
1691
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1692
|
-
|
|
1693
|
-
@classmethod
|
|
1694
|
-
def poll(cls, context):
|
|
1695
|
-
tool_settings = context.tool_settings
|
|
1696
|
-
settings = tool_settings.gpencil_vertex_paint
|
|
1697
|
-
return (settings and settings.brush and settings.brush.curve_distance_falloff)
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, Panel):
|
|
1701
|
-
bl_context = ".greasepencil_vertex"
|
|
1702
|
-
bl_label = "Palette"
|
|
1703
|
-
bl_category = "Tool"
|
|
1704
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_brush_vertex_color"
|
|
1705
|
-
|
|
1706
|
-
@classmethod
|
|
1707
|
-
def poll(cls, context):
|
|
1708
|
-
ob = context.object
|
|
1709
|
-
tool_settings = context.tool_settings
|
|
1710
|
-
settings = tool_settings.gpencil_vertex_paint
|
|
1711
|
-
brush = settings.brush
|
|
1712
|
-
|
|
1713
|
-
if ob is None or brush is None:
|
|
1714
|
-
return False
|
|
1715
|
-
|
|
1716
|
-
if brush.gpencil_vertex_brush_type in {'BLUR', 'AVERAGE', 'SMEAR'}:
|
|
1717
|
-
return False
|
|
1718
|
-
|
|
1719
|
-
return True
|
|
1720
|
-
|
|
1721
|
-
def draw(self, context):
|
|
1722
|
-
layout = self.layout
|
|
1723
|
-
layout.use_property_split = True
|
|
1724
|
-
layout.use_property_decorate = False
|
|
1725
|
-
tool_settings = context.tool_settings
|
|
1726
|
-
settings = tool_settings.gpencil_vertex_paint
|
|
1727
|
-
|
|
1728
|
-
col = layout.column()
|
|
1729
|
-
|
|
1730
|
-
row = col.row(align=True)
|
|
1731
|
-
row.template_ID(settings, "palette", new="palette.new")
|
|
1732
|
-
if settings.palette:
|
|
1733
|
-
col.template_palette(settings, "palette", color=True)
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
class VIEW3D_PT_tools_grease_pencil_paint_appearance(GreasePencilDisplayPanel, Panel, View3DPanel):
|
|
1737
|
-
bl_context = ".grease_pencil_paint"
|
|
1738
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_v3_brush_settings"
|
|
1739
|
-
bl_label = "Cursor"
|
|
1740
|
-
bl_category = "Tool"
|
|
1741
|
-
bl_ui_units_x = 16
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(GreasePencilDisplayPanel, Panel, View3DPanel):
|
|
1745
|
-
bl_context = ".grease_pencil_sculpt"
|
|
1746
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_v3_brush_settings"
|
|
1747
|
-
bl_label = "Cursor"
|
|
1748
|
-
bl_category = "Tool"
|
|
1749
|
-
|
|
1750
|
-
@classmethod
|
|
1751
|
-
def poll(cls, context):
|
|
1752
|
-
return context.mode == 'SCULPT_GREASE_PENCIL'
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
class VIEW3D_PT_tools_grease_pencil_weight_appearance(GreasePencilDisplayPanel, Panel, View3DPanel):
|
|
1756
|
-
bl_context = ".greasepencil_weight"
|
|
1757
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_weight_paint_settings"
|
|
1758
|
-
bl_category = "Tool"
|
|
1759
|
-
bl_label = "Cursor"
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
class VIEW3D_PT_tools_grease_pencil_vertex_appearance(GreasePencilDisplayPanel, Panel, View3DPanel):
|
|
1763
|
-
bl_context = ".greasepencil_vertex"
|
|
1764
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_vertex_paint_settings"
|
|
1765
|
-
bl_category = "Tool"
|
|
1766
|
-
bl_label = "Cursor"
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
class VIEW3D_PT_gpencil_brush_presets(Panel, PresetPanel):
|
|
1770
|
-
"""Brush settings"""
|
|
1771
|
-
bl_label = "Brush Presets"
|
|
1772
|
-
preset_subdir = "gpencil_brush"
|
|
1773
|
-
preset_operator = "script.execute_preset"
|
|
1774
|
-
preset_add_operator = "scene.gpencil_brush_preset_add"
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
class GreasePencilV3PaintPanel:
|
|
1778
|
-
bl_context = ".grease_pencil_paint"
|
|
1779
|
-
bl_category = "Tool"
|
|
1780
|
-
|
|
1781
|
-
@classmethod
|
|
1782
|
-
def poll(cls, context):
|
|
1783
|
-
if context.space_data.type in {'VIEW_3D', 'PROPERTIES'}:
|
|
1784
|
-
# Hide for tools not using brushes.
|
|
1785
|
-
if tool_use_brush(context) is False:
|
|
1786
|
-
return False
|
|
1787
|
-
|
|
1788
|
-
return True
|
|
1789
|
-
else:
|
|
1790
|
-
return True
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_select(Panel, View3DPanel, GreasePencilV3PaintPanel, BrushSelectPanel):
|
|
1794
|
-
bl_label = "Brush Asset"
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(Panel, View3DPanel, GreasePencilV3PaintPanel):
|
|
1798
|
-
bl_label = "Brush Settings"
|
|
1799
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1800
|
-
|
|
1801
|
-
def draw_header_preset(self, _context):
|
|
1802
|
-
VIEW3D_PT_gpencil_brush_presets.draw_panel_header(self.layout)
|
|
1803
|
-
|
|
1804
|
-
def draw(self, context):
|
|
1805
|
-
layout = self.layout
|
|
1806
|
-
layout.use_property_split = True
|
|
1807
|
-
layout.use_property_decorate = False
|
|
1808
|
-
|
|
1809
|
-
tool_settings = context.scene.tool_settings
|
|
1810
|
-
gpencil_paint = tool_settings.gpencil_paint
|
|
1811
|
-
|
|
1812
|
-
brush = gpencil_paint.brush
|
|
1813
|
-
|
|
1814
|
-
if brush is not None:
|
|
1815
|
-
gp_settings = brush.gpencil_settings
|
|
1816
|
-
|
|
1817
|
-
if brush.gpencil_brush_type in {'DRAW', 'FILL'}:
|
|
1818
|
-
row = layout.row(align=True)
|
|
1819
|
-
row_mat = row.row()
|
|
1820
|
-
if gp_settings.use_material_pin:
|
|
1821
|
-
row_mat.template_ID(gp_settings, "material", live_icon=True)
|
|
1822
|
-
else:
|
|
1823
|
-
row_mat.template_ID(context.active_object, "active_material", live_icon=True)
|
|
1824
|
-
row_mat.enabled = False # will otherwise allow changing material in active slot
|
|
1825
|
-
|
|
1826
|
-
row.prop(gp_settings, "use_material_pin", text="")
|
|
1827
|
-
|
|
1828
|
-
if not self.is_popover:
|
|
1829
|
-
from bl_ui.properties_paint_common import (
|
|
1830
|
-
brush_basic_grease_pencil_paint_settings,
|
|
1831
|
-
)
|
|
1832
|
-
brush_basic_grease_pencil_paint_settings(layout, context, brush, None, compact=False)
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, Panel):
|
|
1836
|
-
bl_context = ".grease_pencil_paint"
|
|
1837
|
-
bl_label = "Advanced"
|
|
1838
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_v3_brush_settings"
|
|
1839
|
-
bl_category = "Tool"
|
|
1840
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1841
|
-
bl_ui_units_x = 13
|
|
1842
|
-
|
|
1843
|
-
@classmethod
|
|
1844
|
-
def poll(cls, context):
|
|
1845
|
-
ob = context.active_object
|
|
1846
|
-
if ob.type != 'GREASEPENCIL':
|
|
1847
|
-
return False
|
|
1848
|
-
brush = context.tool_settings.gpencil_paint.brush
|
|
1849
|
-
return brush is not None and brush.gpencil_brush_type not in {'ERASE', 'TINT', 'FILL'}
|
|
1850
|
-
|
|
1851
|
-
def draw(self, context):
|
|
1852
|
-
layout = self.layout
|
|
1853
|
-
layout.use_property_split = True
|
|
1854
|
-
layout.use_property_decorate = False
|
|
1855
|
-
|
|
1856
|
-
tool_settings = context.scene.tool_settings
|
|
1857
|
-
gpencil_paint = tool_settings.gpencil_paint
|
|
1858
|
-
brush = gpencil_paint.brush
|
|
1859
|
-
gp_settings = brush.gpencil_settings
|
|
1860
|
-
|
|
1861
|
-
col = layout.column(align=True)
|
|
1862
|
-
if brush is None:
|
|
1863
|
-
return
|
|
1864
|
-
|
|
1865
|
-
row = col.row(align=True)
|
|
1866
|
-
row.prop(brush, "use_locked_size", expand=True)
|
|
1867
|
-
col.separator()
|
|
1868
|
-
|
|
1869
|
-
col.prop(brush, "spacing", slider=True)
|
|
1870
|
-
col.separator()
|
|
1871
|
-
|
|
1872
|
-
col.prop(gp_settings, "active_smooth_factor")
|
|
1873
|
-
col.separator()
|
|
1874
|
-
|
|
1875
|
-
col.prop(gp_settings, "angle", slider=True)
|
|
1876
|
-
col.prop(gp_settings, "angle_factor", text="Factor", slider=True)
|
|
1877
|
-
|
|
1878
|
-
ob = context.object
|
|
1879
|
-
ma = None
|
|
1880
|
-
if ob and brush.gpencil_settings.use_material_pin is False:
|
|
1881
|
-
ma = ob.active_material
|
|
1882
|
-
elif brush.gpencil_settings.material:
|
|
1883
|
-
ma = brush.gpencil_settings.material
|
|
1884
|
-
|
|
1885
|
-
col.separator()
|
|
1886
|
-
col.prop(gp_settings, "hardness", slider=True)
|
|
1887
|
-
subcol = col.column(align=True)
|
|
1888
|
-
if ma and ma.grease_pencil.mode == 'LINE':
|
|
1889
|
-
subcol.enabled = False
|
|
1890
|
-
subcol.prop(gp_settings, "aspect")
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_fill_advanced(View3DPanel, Panel):
|
|
1894
|
-
bl_context = ".grease_pencil_paint"
|
|
1895
|
-
bl_label = "Advanced"
|
|
1896
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_v3_brush_settings"
|
|
1897
|
-
bl_category = "Tool"
|
|
1898
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1899
|
-
bl_ui_units_x = 14
|
|
1900
|
-
|
|
1901
|
-
@classmethod
|
|
1902
|
-
def poll(cls, context):
|
|
1903
|
-
ob = context.active_object
|
|
1904
|
-
if ob.type != 'GREASEPENCIL':
|
|
1905
|
-
return False
|
|
1906
|
-
brush = context.tool_settings.gpencil_paint.brush
|
|
1907
|
-
return brush is not None and brush.gpencil_brush_type == 'FILL'
|
|
1908
|
-
|
|
1909
|
-
def draw(self, context):
|
|
1910
|
-
layout = self.layout
|
|
1911
|
-
layout.use_property_split = True
|
|
1912
|
-
layout.use_property_decorate = False
|
|
1913
|
-
|
|
1914
|
-
tool_settings = context.scene.tool_settings
|
|
1915
|
-
gpencil_paint = tool_settings.gpencil_paint
|
|
1916
|
-
brush = gpencil_paint.brush
|
|
1917
|
-
gp_settings = brush.gpencil_settings
|
|
1918
|
-
|
|
1919
|
-
col = layout.column(align=True)
|
|
1920
|
-
if brush is None:
|
|
1921
|
-
return
|
|
1922
|
-
|
|
1923
|
-
row = col.row(align=True)
|
|
1924
|
-
row.prop(gp_settings, "fill_draw_mode", text="Boundary", text_ctxt=i18n_contexts.id_gpencil)
|
|
1925
|
-
row.prop(
|
|
1926
|
-
gp_settings,
|
|
1927
|
-
"show_fill_boundary",
|
|
1928
|
-
icon='HIDE_OFF' if gp_settings.show_fill_boundary else 'HIDE_ON',
|
|
1929
|
-
text="",
|
|
1930
|
-
)
|
|
1931
|
-
|
|
1932
|
-
col.separator()
|
|
1933
|
-
row = col.row(align=True)
|
|
1934
|
-
row.prop(gp_settings, "fill_layer_mode", text="Layers")
|
|
1935
|
-
|
|
1936
|
-
col.separator()
|
|
1937
|
-
col.prop(gp_settings, "fill_simplify_level", text="Simplify")
|
|
1938
|
-
if gp_settings.fill_draw_mode != 'STROKE':
|
|
1939
|
-
col = layout.column(align=False, heading="Ignore Transparent")
|
|
1940
|
-
col.use_property_decorate = False
|
|
1941
|
-
row = col.row(align=True)
|
|
1942
|
-
sub = row.row(align=True)
|
|
1943
|
-
sub.prop(gp_settings, "show_fill", text="")
|
|
1944
|
-
sub = sub.row(align=True)
|
|
1945
|
-
sub.active = gp_settings.show_fill
|
|
1946
|
-
sub.prop(gp_settings, "fill_threshold", text="")
|
|
1947
|
-
|
|
1948
|
-
col.separator()
|
|
1949
|
-
row = col.row(align=True)
|
|
1950
|
-
row.prop(gp_settings, "use_fill_limit")
|
|
1951
|
-
row = col.row(align=True)
|
|
1952
|
-
row.prop(gp_settings, "use_auto_remove_fill_guides")
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(Panel, View3DPanel):
|
|
1956
|
-
bl_context = ".grease_pencil_paint"
|
|
1957
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_v3_brush_settings"
|
|
1958
|
-
bl_label = "Stroke"
|
|
1959
|
-
bl_category = "Tool"
|
|
1960
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1961
|
-
bl_ui_units_x = 12
|
|
1962
|
-
|
|
1963
|
-
@classmethod
|
|
1964
|
-
def poll(cls, context):
|
|
1965
|
-
ob = context.active_object
|
|
1966
|
-
if ob.type != 'GREASEPENCIL':
|
|
1967
|
-
return False
|
|
1968
|
-
brush = context.tool_settings.gpencil_paint.brush
|
|
1969
|
-
return brush is not None and brush.gpencil_brush_type == 'DRAW'
|
|
1970
|
-
|
|
1971
|
-
def draw(self, _context):
|
|
1972
|
-
layout = self.layout
|
|
1973
|
-
layout.use_property_split = True
|
|
1974
|
-
layout.use_property_decorate = False
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(View3DPanel, Panel):
|
|
1978
|
-
bl_context = ".grease_pencil_paint"
|
|
1979
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_v3_brush_stroke"
|
|
1980
|
-
bl_label = "Post-Processing"
|
|
1981
|
-
bl_category = "Tool"
|
|
1982
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1983
|
-
|
|
1984
|
-
@classmethod
|
|
1985
|
-
def poll(cls, context):
|
|
1986
|
-
ob = context.active_object
|
|
1987
|
-
if ob.type != 'GREASEPENCIL':
|
|
1988
|
-
return False
|
|
1989
|
-
brush = context.tool_settings.gpencil_paint.brush
|
|
1990
|
-
return brush is not None and brush.gpencil_brush_type not in {'ERASE', 'FILL', 'TINT'}
|
|
1991
|
-
|
|
1992
|
-
def draw_header(self, context):
|
|
1993
|
-
brush = context.tool_settings.gpencil_paint.brush
|
|
1994
|
-
gp_settings = brush.gpencil_settings
|
|
1995
|
-
self.layout.use_property_split = False
|
|
1996
|
-
self.layout.prop(gp_settings, "use_settings_postprocess", text=self.bl_label if self.is_popover else "")
|
|
1997
|
-
|
|
1998
|
-
def draw(self, context):
|
|
1999
|
-
layout = self.layout
|
|
2000
|
-
layout.use_property_split = True
|
|
2001
|
-
layout.use_property_decorate = False
|
|
2002
|
-
|
|
2003
|
-
brush = context.tool_settings.gpencil_paint.brush
|
|
2004
|
-
gp_settings = brush.gpencil_settings
|
|
2005
|
-
|
|
2006
|
-
col = layout.column()
|
|
2007
|
-
col.active = gp_settings.use_settings_postprocess
|
|
2008
|
-
|
|
2009
|
-
col1 = col.column(align=True)
|
|
2010
|
-
col1.prop(gp_settings, "pen_smooth_factor")
|
|
2011
|
-
col1.prop(gp_settings, "pen_smooth_steps")
|
|
2012
|
-
|
|
2013
|
-
col1 = col.column(align=True)
|
|
2014
|
-
col1.prop(gp_settings, "pen_subdivision_steps", text="Subdivisions")
|
|
2015
|
-
|
|
2016
|
-
col1 = col.column(align=True)
|
|
2017
|
-
col1.prop(gp_settings, "simplify_pixel_threshold", slider=True)
|
|
2018
|
-
|
|
2019
|
-
col1 = col.column(align=True)
|
|
2020
|
-
col1.prop(gp_settings, "use_trim")
|
|
2021
|
-
|
|
2022
|
-
col.separator()
|
|
2023
|
-
|
|
2024
|
-
row = col.row(heading="Outline", align=True)
|
|
2025
|
-
row.prop(gp_settings, "use_settings_outline", text="")
|
|
2026
|
-
row2 = row.row(align=True)
|
|
2027
|
-
row2.enabled = gp_settings.use_settings_outline
|
|
2028
|
-
row2.prop(gp_settings, "material_alt", text="")
|
|
2029
|
-
|
|
2030
|
-
row2 = col.row(align=True)
|
|
2031
|
-
row2.enabled = gp_settings.use_settings_outline
|
|
2032
|
-
row2.prop(gp_settings, "outline_thickness_factor")
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, Panel):
|
|
2036
|
-
bl_context = ".grease_pencil_paint"
|
|
2037
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_v3_brush_stroke"
|
|
2038
|
-
bl_label = "Randomize"
|
|
2039
|
-
bl_category = "Tool"
|
|
2040
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
2041
|
-
|
|
2042
|
-
@classmethod
|
|
2043
|
-
def poll(cls, context):
|
|
2044
|
-
ob = context.active_object
|
|
2045
|
-
if ob.type != 'GREASEPENCIL':
|
|
2046
|
-
return False
|
|
2047
|
-
brush = context.tool_settings.gpencil_paint.brush
|
|
2048
|
-
return brush is not None and brush.gpencil_brush_type not in {'ERASE', 'FILL', 'TINT'}
|
|
2049
|
-
|
|
2050
|
-
def draw_header(self, context):
|
|
2051
|
-
brush = context.tool_settings.gpencil_paint.brush
|
|
2052
|
-
gp_settings = brush.gpencil_settings
|
|
2053
|
-
self.layout.use_property_split = False
|
|
2054
|
-
self.layout.prop(gp_settings, "use_settings_random", text=self.bl_label if self.is_popover else "")
|
|
2055
|
-
|
|
2056
|
-
def draw(self, context):
|
|
2057
|
-
layout = self.layout
|
|
2058
|
-
layout.use_property_split = True
|
|
2059
|
-
layout.use_property_decorate = False
|
|
2060
|
-
|
|
2061
|
-
tool_settings = context.tool_settings
|
|
2062
|
-
paint = tool_settings.gpencil_paint
|
|
2063
|
-
brush = tool_settings.gpencil_paint.brush
|
|
2064
|
-
mode = tool_settings.gpencil_paint.color_mode
|
|
2065
|
-
gp_settings = brush.gpencil_settings
|
|
2066
|
-
|
|
2067
|
-
col = layout.column()
|
|
2068
|
-
col.enabled = gp_settings.use_settings_random
|
|
2069
|
-
|
|
2070
|
-
row = col.row(align=True)
|
|
2071
|
-
row.prop(gp_settings, "random_pressure", text="Radius", slider=True)
|
|
2072
|
-
row.prop(gp_settings, "use_stroke_random_radius", text="", icon='GP_SELECT_STROKES')
|
|
2073
|
-
row.prop(gp_settings, "use_random_press_radius", text="", icon='STYLUS_PRESSURE')
|
|
2074
|
-
if gp_settings.use_random_press_radius and self.is_popover is False:
|
|
2075
|
-
col.template_curve_mapping(gp_settings, "curve_random_pressure", brush=True)
|
|
2076
|
-
|
|
2077
|
-
row = col.row(align=True)
|
|
2078
|
-
row.prop(gp_settings, "random_strength", text="Strength", slider=True, text_ctxt=i18n_contexts.id_gpencil)
|
|
2079
|
-
row.prop(gp_settings, "use_stroke_random_strength", text="", icon='GP_SELECT_STROKES')
|
|
2080
|
-
row.prop(gp_settings, "use_random_press_strength", text="", icon='STYLUS_PRESSURE')
|
|
2081
|
-
if gp_settings.use_random_press_strength and self.is_popover is False:
|
|
2082
|
-
col.template_curve_mapping(gp_settings, "curve_random_strength", brush=True)
|
|
2083
|
-
|
|
2084
|
-
row = col.row(align=True)
|
|
2085
|
-
row.prop(gp_settings, "uv_random", text="Rotation", slider=True)
|
|
2086
|
-
row.prop(gp_settings, "use_stroke_random_uv", text="", icon='GP_SELECT_STROKES')
|
|
2087
|
-
row.prop(gp_settings, "use_random_press_uv", text="", icon='STYLUS_PRESSURE')
|
|
2088
|
-
if gp_settings.use_random_press_uv and self.is_popover is False:
|
|
2089
|
-
col.template_curve_mapping(gp_settings, "curve_random_uv", brush=True)
|
|
2090
|
-
|
|
2091
|
-
col.separator()
|
|
2092
|
-
|
|
2093
|
-
col1 = col.column(align=True)
|
|
2094
|
-
col1.enabled = mode == 'VERTEXCOLOR' and gp_settings.use_settings_random
|
|
2095
|
-
row = col1.row(align=True)
|
|
2096
|
-
row.prop(brush, "hue_jitter", slider=True)
|
|
2097
|
-
row.prop(brush, "use_stroke_random_hue", text="", icon='GP_SELECT_STROKES')
|
|
2098
|
-
row.prop(brush, "use_random_press_hue", text="", icon='STYLUS_PRESSURE')
|
|
2099
|
-
if brush.use_random_press_hue and self.is_popover is False:
|
|
2100
|
-
col1.template_curve_mapping(brush, "curve_random_hue", brush=True)
|
|
2101
|
-
|
|
2102
|
-
row = col1.row(align=True)
|
|
2103
|
-
row.prop(brush, "saturation_jitter", slider=True)
|
|
2104
|
-
row.prop(brush, "use_stroke_random_sat", text="", icon='GP_SELECT_STROKES')
|
|
2105
|
-
row.prop(brush, "use_random_press_sat", text="", icon='STYLUS_PRESSURE')
|
|
2106
|
-
if brush.use_random_press_sat and self.is_popover is False:
|
|
2107
|
-
col1.template_curve_mapping(brush, "curve_random_saturation", brush=True)
|
|
2108
|
-
|
|
2109
|
-
row = col1.row(align=True)
|
|
2110
|
-
row.prop(brush, "value_jitter", slider=True)
|
|
2111
|
-
row.prop(brush, "use_stroke_random_val", text="", icon='GP_SELECT_STROKES')
|
|
2112
|
-
row.prop(brush, "use_random_press_val", text="", icon='STYLUS_PRESSURE')
|
|
2113
|
-
if brush.use_random_press_val and self.is_popover is False:
|
|
2114
|
-
col1.template_curve_mapping(brush, "curve_random_value", brush=True)
|
|
2115
|
-
|
|
2116
|
-
col.separator()
|
|
2117
|
-
|
|
2118
|
-
row = col.row(align=True)
|
|
2119
|
-
row.prop(gp_settings, "pen_jitter", slider=True)
|
|
2120
|
-
row.prop(gp_settings, "use_jitter_pressure", text="", icon='STYLUS_PRESSURE')
|
|
2121
|
-
if self.is_popover is False:
|
|
2122
|
-
row.prop(
|
|
2123
|
-
paint,
|
|
2124
|
-
"show_jitter_curve",
|
|
2125
|
-
text="",
|
|
2126
|
-
icon='DOWNARROW_HLT' if paint.show_jitter_curve else 'RIGHTARROW',
|
|
2127
|
-
emboss=False)
|
|
2128
|
-
if paint.show_jitter_curve:
|
|
2129
|
-
col.active = gp_settings.use_jitter_pressure
|
|
2130
|
-
col.template_curve_mapping(gp_settings, "curve_jitter", brush=True, show_presets=True)
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(Panel, View3DPanel):
|
|
2134
|
-
bl_context = ".grease_pencil_paint"
|
|
2135
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_v3_brush_stroke"
|
|
2136
|
-
bl_label = "Stabilize Stroke"
|
|
2137
|
-
bl_category = "Tool"
|
|
2138
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
2139
|
-
|
|
2140
|
-
@classmethod
|
|
2141
|
-
def poll(cls, context):
|
|
2142
|
-
ob = context.active_object
|
|
2143
|
-
if ob.type != 'GREASEPENCIL':
|
|
2144
|
-
return False
|
|
2145
|
-
brush = context.tool_settings.gpencil_paint.brush
|
|
2146
|
-
return brush is not None and brush.gpencil_brush_type == 'DRAW'
|
|
2147
|
-
|
|
2148
|
-
def draw_header(self, context):
|
|
2149
|
-
brush = context.tool_settings.gpencil_paint.brush
|
|
2150
|
-
self.layout.use_property_split = False
|
|
2151
|
-
self.layout.prop(brush, "use_smooth_stroke", text=self.bl_label if self.is_popover else "")
|
|
2152
|
-
|
|
2153
|
-
def draw(self, context):
|
|
2154
|
-
layout = self.layout
|
|
2155
|
-
layout.use_property_split = True
|
|
2156
|
-
layout.use_property_decorate = False
|
|
2157
|
-
|
|
2158
|
-
brush = context.tool_settings.gpencil_paint.brush
|
|
2159
|
-
|
|
2160
|
-
col = layout.column()
|
|
2161
|
-
col.active = brush.use_smooth_stroke
|
|
2162
|
-
|
|
2163
|
-
col.prop(brush, "smooth_stroke_radius", text="Radius", slider=True)
|
|
2164
|
-
col.prop(brush, "smooth_stroke_factor", text="Factor", slider=True)
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, Panel):
|
|
2168
|
-
bl_context = ".grease_pencil_paint"
|
|
2169
|
-
bl_label = "Color"
|
|
2170
|
-
bl_category = "Tool"
|
|
2171
|
-
|
|
2172
|
-
@classmethod
|
|
2173
|
-
def poll(cls, context):
|
|
2174
|
-
ob = context.object
|
|
2175
|
-
tool_settings = context.tool_settings
|
|
2176
|
-
settings = tool_settings.gpencil_paint
|
|
2177
|
-
brush = settings.brush
|
|
2178
|
-
|
|
2179
|
-
if ob is None or brush is None:
|
|
2180
|
-
return False
|
|
2181
|
-
|
|
2182
|
-
if context.region.type == 'TOOL_HEADER':
|
|
2183
|
-
return False
|
|
2184
|
-
|
|
2185
|
-
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper
|
|
2186
|
-
tool = ToolSelectPanelHelper.tool_active_from_context(context)
|
|
2187
|
-
if tool and tool.idname in {"builtin.cutter", "builtin.eyedropper", "builtin.interpolate"}:
|
|
2188
|
-
return False
|
|
2189
|
-
|
|
2190
|
-
if brush.gpencil_brush_type == 'TINT':
|
|
2191
|
-
return True
|
|
2192
|
-
|
|
2193
|
-
if brush.gpencil_brush_type not in {'DRAW', 'FILL'}:
|
|
2194
|
-
return False
|
|
2195
|
-
|
|
2196
|
-
return True
|
|
2197
|
-
|
|
2198
|
-
def draw(self, context):
|
|
2199
|
-
layout = self.layout
|
|
2200
|
-
tool_settings = context.tool_settings
|
|
2201
|
-
settings = tool_settings.gpencil_paint
|
|
2202
|
-
brush = settings.brush
|
|
2203
|
-
gp_settings = brush.gpencil_settings
|
|
2204
|
-
use_unified_paint = (context.object.mode != 'PAINT_GREASE_PENCIL')
|
|
2205
|
-
ups = settings.unified_paint_settings
|
|
2206
|
-
prop_owner = ups if use_unified_paint and ups.use_unified_color else brush
|
|
2207
|
-
|
|
2208
|
-
row = layout.row()
|
|
2209
|
-
row.prop(settings, "color_mode", expand=True)
|
|
2210
|
-
|
|
2211
|
-
layout.use_property_split = True
|
|
2212
|
-
layout.use_property_decorate = False
|
|
2213
|
-
col = layout.column()
|
|
2214
|
-
col.enabled = settings.color_mode == 'VERTEXCOLOR'
|
|
2215
|
-
|
|
2216
|
-
# This panel is only used for Draw mode, which does not use unified paint settings.
|
|
2217
|
-
col.template_color_picker(prop_owner, "color", value_slider=True)
|
|
2218
|
-
|
|
2219
|
-
sub_row = col.row(align=True)
|
|
2220
|
-
if use_unified_paint:
|
|
2221
|
-
UnifiedPaintPanel.prop_unified_color(sub_row, context, brush, "color", text="")
|
|
2222
|
-
UnifiedPaintPanel.prop_unified_color(sub_row, context, brush, "secondary_color", text="")
|
|
2223
|
-
else:
|
|
2224
|
-
sub_row.prop(brush, "color", text="")
|
|
2225
|
-
sub_row.prop(brush, "secondary_color", text="")
|
|
2226
|
-
|
|
2227
|
-
sub_row.operator("paint.brush_colors_flip", icon='FILE_REFRESH', text="")
|
|
2228
|
-
|
|
2229
|
-
if brush.gpencil_brush_type in {'DRAW', 'FILL'}:
|
|
2230
|
-
col.prop(gp_settings, "vertex_mode", text="Mode")
|
|
2231
|
-
col.prop(gp_settings, "vertex_color_factor", slider=True, text="Mix Factor")
|
|
2232
|
-
|
|
2233
|
-
|
|
2234
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, Panel):
|
|
2235
|
-
bl_context = ".grease_pencil_paint"
|
|
2236
|
-
bl_label = "Palette"
|
|
2237
|
-
bl_category = "Tool"
|
|
2238
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor"
|
|
2239
|
-
|
|
2240
|
-
@classmethod
|
|
2241
|
-
def poll(cls, context):
|
|
2242
|
-
ob = context.object
|
|
2243
|
-
tool_settings = context.tool_settings
|
|
2244
|
-
settings = tool_settings.gpencil_paint
|
|
2245
|
-
brush = settings.brush
|
|
2246
|
-
|
|
2247
|
-
if ob is None or brush is None:
|
|
2248
|
-
return False
|
|
2249
|
-
|
|
2250
|
-
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper
|
|
2251
|
-
tool = ToolSelectPanelHelper.tool_active_from_context(context)
|
|
2252
|
-
if tool and tool.idname in {"builtin.cutter", "builtin.eyedropper", "builtin.interpolate"}:
|
|
2253
|
-
return False
|
|
2254
|
-
|
|
2255
|
-
if brush.gpencil_brush_type == 'TINT':
|
|
2256
|
-
return True
|
|
2257
|
-
|
|
2258
|
-
if brush.gpencil_brush_type not in {'DRAW', 'FILL'}:
|
|
2259
|
-
return False
|
|
2260
|
-
|
|
2261
|
-
return True
|
|
2262
|
-
|
|
2263
|
-
def draw(self, context):
|
|
2264
|
-
layout = self.layout
|
|
2265
|
-
layout.use_property_split = True
|
|
2266
|
-
layout.use_property_decorate = False
|
|
2267
|
-
tool_settings = context.tool_settings
|
|
2268
|
-
settings = tool_settings.gpencil_paint
|
|
2269
|
-
|
|
2270
|
-
col = layout.column()
|
|
2271
|
-
col.enabled = settings.color_mode == 'VERTEXCOLOR'
|
|
2272
|
-
|
|
2273
|
-
row = col.row(align=True)
|
|
2274
|
-
row.template_ID(settings, "palette", new="palette.new")
|
|
2275
|
-
if settings.palette:
|
|
2276
|
-
col.template_palette(settings, "palette", color=True)
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, Panel):
|
|
2280
|
-
bl_context = ".grease_pencil_paint"
|
|
2281
|
-
bl_label = "Eraser"
|
|
2282
|
-
bl_category = "Tool"
|
|
2283
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
2284
|
-
|
|
2285
|
-
@classmethod
|
|
2286
|
-
def poll(cls, context):
|
|
2287
|
-
if context.region.type == 'TOOL_HEADER':
|
|
2288
|
-
return False
|
|
2289
|
-
|
|
2290
|
-
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper
|
|
2291
|
-
tool = ToolSelectPanelHelper.tool_active_from_context(context)
|
|
2292
|
-
return (tool and tool.idname == "builtin.brush")
|
|
2293
|
-
|
|
2294
|
-
def draw(self, context):
|
|
2295
|
-
layout = self.layout
|
|
2296
|
-
tool_settings = context.tool_settings
|
|
2297
|
-
settings = tool_settings.gpencil_paint
|
|
2298
|
-
|
|
2299
|
-
layout.use_property_split = True
|
|
2300
|
-
layout.use_property_decorate = False
|
|
2301
|
-
|
|
2302
|
-
col = layout.column()
|
|
2303
|
-
col.prop_search(settings, "eraser_brush", bpy.data, "brushes")
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, Panel):
|
|
2307
|
-
bl_context = ".grease_pencil_paint"
|
|
2308
|
-
bl_parent_id = "VIEW3D_PT_tools_grease_pencil_v3_brush_fill_advanced"
|
|
2309
|
-
bl_label = "Gap Closure"
|
|
2310
|
-
bl_category = "Tool"
|
|
2311
|
-
|
|
2312
|
-
@classmethod
|
|
2313
|
-
def poll(cls, context):
|
|
2314
|
-
brush = context.tool_settings.gpencil_paint.brush
|
|
2315
|
-
return brush is not None and brush.gpencil_brush_type == 'FILL'
|
|
2316
|
-
|
|
2317
|
-
def draw(self, context):
|
|
2318
|
-
layout = self.layout
|
|
2319
|
-
layout.use_property_split = True
|
|
2320
|
-
layout.use_property_decorate = False
|
|
2321
|
-
|
|
2322
|
-
tool_settings = context.tool_settings
|
|
2323
|
-
brush = tool_settings.gpencil_paint.brush
|
|
2324
|
-
gp_settings = brush.gpencil_settings
|
|
2325
|
-
|
|
2326
|
-
col = layout.column()
|
|
2327
|
-
|
|
2328
|
-
col.prop(gp_settings, "extend_stroke_factor", text="Size")
|
|
2329
|
-
row = col.row(align=True)
|
|
2330
|
-
row.prop(gp_settings, "fill_extend_mode", text="Mode")
|
|
2331
|
-
row = col.row(align=True)
|
|
2332
|
-
row.prop(gp_settings, "show_fill_extend", text="Visual Aids")
|
|
2333
|
-
|
|
2334
|
-
if gp_settings.fill_extend_mode == 'EXTEND':
|
|
2335
|
-
row = col.row(align=True)
|
|
2336
|
-
row.prop(gp_settings, "use_collide_strokes")
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
classes = (
|
|
2340
|
-
VIEW3D_MT_brush_context_menu,
|
|
2341
|
-
VIEW3D_PT_tools_object_options,
|
|
2342
|
-
VIEW3D_PT_tools_object_options_transform,
|
|
2343
|
-
VIEW3D_PT_tools_meshedit_options,
|
|
2344
|
-
VIEW3D_PT_tools_meshedit_options_transform,
|
|
2345
|
-
VIEW3D_PT_tools_meshedit_options_uvs,
|
|
2346
|
-
VIEW3D_PT_tools_armatureedit_options,
|
|
2347
|
-
VIEW3D_PT_tools_posemode_options,
|
|
2348
|
-
|
|
2349
|
-
VIEW3D_PT_slots_projectpaint,
|
|
2350
|
-
VIEW3D_PT_slots_paint_canvas,
|
|
2351
|
-
VIEW3D_PT_slots_color_attributes,
|
|
2352
|
-
VIEW3D_PT_slots_vertex_groups,
|
|
2353
|
-
VIEW3D_PT_tools_brush_select,
|
|
2354
|
-
VIEW3D_PT_tools_brush_settings,
|
|
2355
|
-
VIEW3D_PT_tools_brush_color,
|
|
2356
|
-
VIEW3D_PT_tools_brush_swatches,
|
|
2357
|
-
VIEW3D_PT_tools_brush_settings_advanced,
|
|
2358
|
-
VIEW3D_PT_tools_brush_clone,
|
|
2359
|
-
TEXTURE_UL_texpaintslots,
|
|
2360
|
-
VIEW3D_MT_tools_projectpaint_uvlayer,
|
|
2361
|
-
VIEW3D_PT_tools_brush_texture,
|
|
2362
|
-
VIEW3D_PT_tools_mask_texture,
|
|
2363
|
-
VIEW3D_PT_tools_brush_stroke,
|
|
2364
|
-
VIEW3D_PT_tools_brush_stroke_smooth_stroke,
|
|
2365
|
-
VIEW3D_PT_tools_brush_falloff,
|
|
2366
|
-
VIEW3D_PT_tools_brush_falloff_frontface,
|
|
2367
|
-
VIEW3D_PT_tools_brush_falloff_normal,
|
|
2368
|
-
VIEW3D_PT_tools_brush_display,
|
|
2369
|
-
VIEW3D_PT_tools_weight_gradient,
|
|
2370
|
-
|
|
2371
|
-
VIEW3D_PT_sculpt_dyntopo,
|
|
2372
|
-
VIEW3D_PT_sculpt_voxel_remesh,
|
|
2373
|
-
VIEW3D_PT_sculpt_symmetry,
|
|
2374
|
-
VIEW3D_PT_sculpt_symmetry_for_topbar,
|
|
2375
|
-
VIEW3D_PT_sculpt_options,
|
|
2376
|
-
VIEW3D_PT_sculpt_options_gravity,
|
|
2377
|
-
|
|
2378
|
-
VIEW3D_PT_curves_sculpt_symmetry,
|
|
2379
|
-
VIEW3D_PT_curves_sculpt_symmetry_for_topbar,
|
|
2380
|
-
|
|
2381
|
-
VIEW3D_PT_tools_weightpaint_symmetry,
|
|
2382
|
-
VIEW3D_PT_tools_weightpaint_symmetry_for_topbar,
|
|
2383
|
-
VIEW3D_PT_tools_weightpaint_options,
|
|
2384
|
-
|
|
2385
|
-
VIEW3D_PT_tools_vertexpaint_symmetry,
|
|
2386
|
-
VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar,
|
|
2387
|
-
VIEW3D_PT_tools_vertexpaint_options,
|
|
2388
|
-
|
|
2389
|
-
VIEW3D_PT_mask,
|
|
2390
|
-
VIEW3D_PT_stencil_projectpaint,
|
|
2391
|
-
VIEW3D_PT_tools_imagepaint_options_cavity,
|
|
2392
|
-
|
|
2393
|
-
VIEW3D_PT_tools_imagepaint_symmetry,
|
|
2394
|
-
VIEW3D_PT_tools_imagepaint_options,
|
|
2395
|
-
|
|
2396
|
-
VIEW3D_PT_tools_imagepaint_options_external,
|
|
2397
|
-
VIEW3D_MT_tools_projectpaint_stencil,
|
|
2398
|
-
|
|
2399
|
-
VIEW3D_PT_tools_particlemode,
|
|
2400
|
-
VIEW3D_PT_tools_particlemode_options,
|
|
2401
|
-
VIEW3D_PT_tools_particlemode_options_shapecut,
|
|
2402
|
-
VIEW3D_PT_tools_particlemode_options_display,
|
|
2403
|
-
|
|
2404
|
-
VIEW3D_PT_gpencil_brush_presets,
|
|
2405
|
-
VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover,
|
|
2406
|
-
VIEW3D_PT_tools_grease_pencil_weight_paint_select,
|
|
2407
|
-
VIEW3D_PT_tools_grease_pencil_weight_paint_settings,
|
|
2408
|
-
VIEW3D_PT_tools_grease_pencil_weight_options,
|
|
2409
|
-
VIEW3D_PT_tools_grease_pencil_weight_appearance,
|
|
2410
|
-
VIEW3D_PT_tools_grease_pencil_vertex_paint_select,
|
|
2411
|
-
VIEW3D_PT_tools_grease_pencil_vertex_paint_settings,
|
|
2412
|
-
VIEW3D_PT_tools_grease_pencil_vertex_appearance,
|
|
2413
|
-
|
|
2414
|
-
VIEW3D_PT_tools_grease_pencil_v3_brush_select,
|
|
2415
|
-
VIEW3D_PT_tools_grease_pencil_v3_brush_settings,
|
|
2416
|
-
VIEW3D_PT_tools_grease_pencil_v3_brush_eraser,
|
|
2417
|
-
VIEW3D_PT_tools_grease_pencil_v3_brush_advanced,
|
|
2418
|
-
VIEW3D_PT_tools_grease_pencil_v3_brush_fill_advanced,
|
|
2419
|
-
VIEW3D_PT_tools_grease_pencil_v3_brush_stroke,
|
|
2420
|
-
VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing,
|
|
2421
|
-
VIEW3D_PT_tools_grease_pencil_v3_brush_random,
|
|
2422
|
-
VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer,
|
|
2423
|
-
VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor,
|
|
2424
|
-
VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette,
|
|
2425
|
-
VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure,
|
|
2426
|
-
VIEW3D_PT_tools_grease_pencil_paint_appearance,
|
|
2427
|
-
VIEW3D_PT_tools_grease_pencil_sculpt_appearance,
|
|
2428
|
-
|
|
2429
|
-
VIEW3D_PT_tools_grease_pencil_brush_weight_falloff,
|
|
2430
|
-
VIEW3D_PT_tools_grease_pencil_brush_vertex_color,
|
|
2431
|
-
VIEW3D_PT_tools_grease_pencil_brush_vertex_palette,
|
|
2432
|
-
VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff,
|
|
2433
|
-
)
|
|
2434
|
-
|
|
2435
|
-
if __name__ == "__main__": # only for live edit.
|
|
2436
|
-
from bpy.utils import register_class
|
|
2437
|
-
for cls in classes:
|
|
2438
|
-
register_class(cls)
|