@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,1904 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2012-2023 Blender Authors
|
|
2
|
-
#
|
|
3
|
-
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
4
|
-
|
|
5
|
-
import bpy
|
|
6
|
-
from bpy.types import Menu, Panel
|
|
7
|
-
from bpy.app.translations import (
|
|
8
|
-
contexts as i18n_contexts,
|
|
9
|
-
pgettext_iface as iface_,
|
|
10
|
-
pgettext_n as n_,
|
|
11
|
-
)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
class BrushAssetShelf:
|
|
15
|
-
bl_options = {
|
|
16
|
-
'DEFAULT_VISIBLE',
|
|
17
|
-
'NO_ASSET_DRAG',
|
|
18
|
-
'STORE_ENABLED_CATALOGS_IN_PREFERENCES',
|
|
19
|
-
# Ensure `bl_activate_operator` is called when spawning the context menu. Operators there
|
|
20
|
-
# rely on the imported, active brush, not just the active asset representation.
|
|
21
|
-
'ACTIVATE_FOR_CONTEXT_MENU',
|
|
22
|
-
}
|
|
23
|
-
bl_activate_operator = "BRUSH_OT_asset_activate"
|
|
24
|
-
filter_brush = True
|
|
25
|
-
brush_type_prop = None
|
|
26
|
-
mode_prop = None
|
|
27
|
-
|
|
28
|
-
@classmethod
|
|
29
|
-
def poll(cls, context):
|
|
30
|
-
return (ob := getattr(context, "object", None)) is not None and ob.mode == cls.mode
|
|
31
|
-
|
|
32
|
-
@classmethod
|
|
33
|
-
def has_tool_with_brush_type(cls, context, brush_type):
|
|
34
|
-
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper
|
|
35
|
-
space_type = context.space_data.type
|
|
36
|
-
|
|
37
|
-
brush_type_items = bpy.types.Brush.bl_rna.properties[cls.brush_type_prop].enum_items
|
|
38
|
-
|
|
39
|
-
tool_helper_cls = ToolSelectPanelHelper._tool_class_from_space_type(space_type)
|
|
40
|
-
for item in ToolSelectPanelHelper._tools_flatten(
|
|
41
|
-
tool_helper_cls.tools_from_context(context, mode=context.mode),
|
|
42
|
-
):
|
|
43
|
-
if item is None:
|
|
44
|
-
continue
|
|
45
|
-
if item.idname in {
|
|
46
|
-
"builtin.arc",
|
|
47
|
-
"builtin.curve",
|
|
48
|
-
"builtin.line",
|
|
49
|
-
"builtin.box",
|
|
50
|
-
"builtin.circle",
|
|
51
|
-
"builtin.polyline",
|
|
52
|
-
}:
|
|
53
|
-
continue
|
|
54
|
-
if item.options is None or ('USE_BRUSHES' not in item.options):
|
|
55
|
-
continue
|
|
56
|
-
if item.brush_type is not None:
|
|
57
|
-
if brush_type_items[item.brush_type].value == brush_type:
|
|
58
|
-
return True
|
|
59
|
-
|
|
60
|
-
return False
|
|
61
|
-
|
|
62
|
-
@classmethod
|
|
63
|
-
def brush_type_poll(cls, context, asset):
|
|
64
|
-
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper
|
|
65
|
-
tool = ToolSelectPanelHelper.tool_active_from_context(context)
|
|
66
|
-
|
|
67
|
-
if not tool:
|
|
68
|
-
return True
|
|
69
|
-
if not cls.brush_type_prop:
|
|
70
|
-
return True
|
|
71
|
-
|
|
72
|
-
asset_brush_type = asset.metadata.get(cls.brush_type_prop)
|
|
73
|
-
# Asset metadata doesn't store a brush type. Only show it when the tool doesn't require a
|
|
74
|
-
# certain brush type.
|
|
75
|
-
if asset_brush_type is None:
|
|
76
|
-
return False
|
|
77
|
-
|
|
78
|
-
# For the general brush that supports any brush type, filter out brushes that show up for
|
|
79
|
-
# other tools already.
|
|
80
|
-
if tool.brush_type == 'ANY':
|
|
81
|
-
return not cls.has_tool_with_brush_type(context, asset_brush_type)
|
|
82
|
-
|
|
83
|
-
brush_type_items = bpy.types.Brush.bl_rna.properties[cls.brush_type_prop].enum_items
|
|
84
|
-
return brush_type_items[tool.brush_type].value == asset_brush_type
|
|
85
|
-
|
|
86
|
-
@classmethod
|
|
87
|
-
def asset_poll(cls, asset):
|
|
88
|
-
if asset.id_type != 'BRUSH':
|
|
89
|
-
return False
|
|
90
|
-
if cls.mode_prop and not asset.metadata.get(cls.mode_prop, False):
|
|
91
|
-
return False
|
|
92
|
-
|
|
93
|
-
context = bpy.context
|
|
94
|
-
prefs = context.preferences
|
|
95
|
-
|
|
96
|
-
is_asset_shelf_region = context.region and context.region.type == 'ASSET_SHELF'
|
|
97
|
-
# Show all brushes in the popup asset shelves. Otherwise filter out brushes that
|
|
98
|
-
# are incompatible with the tool.
|
|
99
|
-
if is_asset_shelf_region and prefs.view.use_filter_brushes_by_tool:
|
|
100
|
-
return cls.brush_type_poll(context, asset)
|
|
101
|
-
|
|
102
|
-
return True
|
|
103
|
-
|
|
104
|
-
@classmethod
|
|
105
|
-
def get_active_asset(cls):
|
|
106
|
-
# Only show active highlight when using the brush tool.
|
|
107
|
-
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper
|
|
108
|
-
tool = ToolSelectPanelHelper.tool_active_from_context(bpy.context)
|
|
109
|
-
if not tool or not tool.use_brushes:
|
|
110
|
-
return None
|
|
111
|
-
|
|
112
|
-
paint_settings = UnifiedPaintPanel.paint_settings(bpy.context)
|
|
113
|
-
return paint_settings.brush_asset_reference if paint_settings else None
|
|
114
|
-
|
|
115
|
-
@classmethod
|
|
116
|
-
def draw_context_menu(self, context, asset, layout):
|
|
117
|
-
# Currently this menu adds operators that deal with the affected brush and don't take the
|
|
118
|
-
# asset into account. Luckily that is okay for now, since right clicking in the grid view
|
|
119
|
-
# also activates the item.
|
|
120
|
-
layout.menu_contents("VIEW3D_MT_brush_context_menu")
|
|
121
|
-
|
|
122
|
-
@staticmethod
|
|
123
|
-
def get_shelf_name_from_context(context):
|
|
124
|
-
mode_map = {
|
|
125
|
-
'SCULPT': "VIEW3D_AST_brush_sculpt",
|
|
126
|
-
'PAINT_VERTEX': "VIEW3D_AST_brush_vertex_paint",
|
|
127
|
-
'PAINT_WEIGHT': "VIEW3D_AST_brush_weight_paint",
|
|
128
|
-
'PAINT_TEXTURE': "VIEW3D_AST_brush_texture_paint",
|
|
129
|
-
'PAINT_2D': "IMAGE_AST_brush_paint",
|
|
130
|
-
'PAINT_GREASE_PENCIL': "VIEW3D_AST_brush_gpencil_paint",
|
|
131
|
-
'SCULPT_GREASE_PENCIL': "VIEW3D_AST_brush_gpencil_sculpt",
|
|
132
|
-
'WEIGHT_GREASE_PENCIL': "VIEW3D_AST_brush_gpencil_weight",
|
|
133
|
-
'VERTEX_GREASE_PENCIL': "VIEW3D_AST_brush_gpencil_vertex",
|
|
134
|
-
'SCULPT_CURVES': "VIEW3D_AST_brush_sculpt_curves",
|
|
135
|
-
}
|
|
136
|
-
mode = UnifiedPaintPanel.get_brush_mode(context)
|
|
137
|
-
if not mode:
|
|
138
|
-
return None
|
|
139
|
-
|
|
140
|
-
return mode_map[mode]
|
|
141
|
-
|
|
142
|
-
@staticmethod
|
|
143
|
-
def draw_popup_selector(layout, context, brush, show_name=True):
|
|
144
|
-
preview_icon_id = brush.preview.icon_id if brush and brush.preview else 0
|
|
145
|
-
|
|
146
|
-
shelf_name = BrushAssetShelf.get_shelf_name_from_context(context)
|
|
147
|
-
if not shelf_name:
|
|
148
|
-
return
|
|
149
|
-
|
|
150
|
-
display_name = brush.name if (brush and show_name) else None
|
|
151
|
-
if display_name and brush.has_unsaved_changes:
|
|
152
|
-
display_name = display_name + "*"
|
|
153
|
-
|
|
154
|
-
layout.template_asset_shelf_popover(
|
|
155
|
-
shelf_name,
|
|
156
|
-
name=display_name,
|
|
157
|
-
icon='BRUSH_DATA' if not preview_icon_id else 'NONE',
|
|
158
|
-
icon_value=preview_icon_id,
|
|
159
|
-
)
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
class VIEW3D_PT_brush_asset_shelf_filter(Panel):
|
|
163
|
-
bl_space_type = 'VIEW_3D'
|
|
164
|
-
bl_region_type = 'HEADER'
|
|
165
|
-
bl_label = "Filter"
|
|
166
|
-
bl_parent_id = "ASSETSHELF_PT_display"
|
|
167
|
-
|
|
168
|
-
@classmethod
|
|
169
|
-
def poll(cls, context):
|
|
170
|
-
if context.asset_shelf is None:
|
|
171
|
-
return False
|
|
172
|
-
return context.asset_shelf.bl_idname == BrushAssetShelf.get_shelf_name_from_context(context)
|
|
173
|
-
|
|
174
|
-
def draw(self, context):
|
|
175
|
-
layout = self.layout
|
|
176
|
-
prefs = context.preferences
|
|
177
|
-
|
|
178
|
-
layout.prop(prefs.view, "use_filter_brushes_by_tool", text="By Active Tool")
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
class UnifiedPaintPanel:
|
|
182
|
-
# subclass must set
|
|
183
|
-
# bl_space_type = 'IMAGE_EDITOR'
|
|
184
|
-
# bl_region_type = 'UI'
|
|
185
|
-
|
|
186
|
-
@staticmethod
|
|
187
|
-
def get_brush_mode(context):
|
|
188
|
-
""" Get the correct mode for this context. For any context where this returns None,
|
|
189
|
-
no brush options should be displayed."""
|
|
190
|
-
mode = context.mode
|
|
191
|
-
|
|
192
|
-
if mode == 'PARTICLE':
|
|
193
|
-
# Particle brush settings currently completely do their own thing.
|
|
194
|
-
return None
|
|
195
|
-
|
|
196
|
-
from bl_ui.space_toolsystem_common import ToolSelectPanelHelper
|
|
197
|
-
tool = ToolSelectPanelHelper.tool_active_from_context(context)
|
|
198
|
-
|
|
199
|
-
if not tool:
|
|
200
|
-
# If there is no active tool, then there can't be an active brush.
|
|
201
|
-
return None
|
|
202
|
-
|
|
203
|
-
if not tool.use_brushes:
|
|
204
|
-
return None
|
|
205
|
-
|
|
206
|
-
space_data = context.space_data
|
|
207
|
-
tool_settings = context.tool_settings
|
|
208
|
-
|
|
209
|
-
if space_data:
|
|
210
|
-
space_type = space_data.type
|
|
211
|
-
if space_type == 'IMAGE_EDITOR':
|
|
212
|
-
return 'PAINT_2D'
|
|
213
|
-
elif space_type in {'VIEW_3D', 'PROPERTIES'}:
|
|
214
|
-
if mode == 'PAINT_TEXTURE':
|
|
215
|
-
if tool_settings.image_paint:
|
|
216
|
-
return mode
|
|
217
|
-
else:
|
|
218
|
-
return None
|
|
219
|
-
return mode
|
|
220
|
-
return None
|
|
221
|
-
|
|
222
|
-
@staticmethod
|
|
223
|
-
def paint_settings(context):
|
|
224
|
-
tool_settings = context.tool_settings
|
|
225
|
-
|
|
226
|
-
mode = UnifiedPaintPanel.get_brush_mode(context)
|
|
227
|
-
|
|
228
|
-
# 3D paint settings
|
|
229
|
-
if mode == 'SCULPT':
|
|
230
|
-
return tool_settings.sculpt
|
|
231
|
-
elif mode == 'PAINT_VERTEX':
|
|
232
|
-
return tool_settings.vertex_paint
|
|
233
|
-
elif mode == 'PAINT_WEIGHT':
|
|
234
|
-
return tool_settings.weight_paint
|
|
235
|
-
elif mode == 'PAINT_TEXTURE':
|
|
236
|
-
return tool_settings.image_paint
|
|
237
|
-
elif mode == 'PARTICLE':
|
|
238
|
-
return tool_settings.particle_edit
|
|
239
|
-
# 2D paint settings
|
|
240
|
-
elif mode == 'PAINT_2D':
|
|
241
|
-
return tool_settings.image_paint
|
|
242
|
-
elif mode == 'SCULPT_CURVES':
|
|
243
|
-
return tool_settings.curves_sculpt
|
|
244
|
-
# Grease Pencil settings
|
|
245
|
-
elif mode == 'PAINT_GREASE_PENCIL':
|
|
246
|
-
return tool_settings.gpencil_paint
|
|
247
|
-
elif mode == 'SCULPT_GREASE_PENCIL':
|
|
248
|
-
return tool_settings.gpencil_sculpt_paint
|
|
249
|
-
elif mode == 'WEIGHT_GREASE_PENCIL':
|
|
250
|
-
return tool_settings.gpencil_weight_paint
|
|
251
|
-
elif mode == 'VERTEX_GREASE_PENCIL':
|
|
252
|
-
return tool_settings.gpencil_vertex_paint
|
|
253
|
-
return None
|
|
254
|
-
|
|
255
|
-
@staticmethod
|
|
256
|
-
def prop_unified(
|
|
257
|
-
layout,
|
|
258
|
-
context,
|
|
259
|
-
brush,
|
|
260
|
-
prop_name,
|
|
261
|
-
unified_paint_settings_override=None,
|
|
262
|
-
unified_name=None,
|
|
263
|
-
pressure_name=None,
|
|
264
|
-
text=None,
|
|
265
|
-
slider=False,
|
|
266
|
-
header=False,
|
|
267
|
-
):
|
|
268
|
-
""" Generalized way of adding brush options to the UI,
|
|
269
|
-
along with their pen pressure setting and global toggle, if they exist.
|
|
270
|
-
|
|
271
|
-
:param unified_paint_settings_override allows a caller to pass in a specific object for usage. Needed for
|
|
272
|
-
some 'brush-like' tools."""
|
|
273
|
-
row = layout.row(align=True)
|
|
274
|
-
if unified_paint_settings_override:
|
|
275
|
-
ups = unified_paint_settings_override
|
|
276
|
-
else:
|
|
277
|
-
ups = UnifiedPaintPanel.paint_settings(context).unified_paint_settings
|
|
278
|
-
prop_owner = brush
|
|
279
|
-
if unified_name and getattr(ups, unified_name):
|
|
280
|
-
prop_owner = ups
|
|
281
|
-
|
|
282
|
-
row.prop(prop_owner, prop_name, icon='NONE', text=text, slider=slider)
|
|
283
|
-
|
|
284
|
-
if unified_name and not header:
|
|
285
|
-
# NOTE: We don't draw UnifiedPaintSettings in the header to reduce clutter. D5928#136281
|
|
286
|
-
row.prop(ups, unified_name, text="", icon='BRUSHES_ALL')
|
|
287
|
-
|
|
288
|
-
if pressure_name:
|
|
289
|
-
row.prop(brush, pressure_name, text="")
|
|
290
|
-
|
|
291
|
-
return row
|
|
292
|
-
|
|
293
|
-
@staticmethod
|
|
294
|
-
def prop_custom_pressure(
|
|
295
|
-
layout,
|
|
296
|
-
context,
|
|
297
|
-
parent_row,
|
|
298
|
-
brush,
|
|
299
|
-
*,
|
|
300
|
-
pressure_name,
|
|
301
|
-
curve_visibility_name,
|
|
302
|
-
custom_curve_name,
|
|
303
|
-
):
|
|
304
|
-
paint = UnifiedPaintPanel.paint_settings(context)
|
|
305
|
-
|
|
306
|
-
is_active = getattr(paint, curve_visibility_name)
|
|
307
|
-
parent_row.prop(
|
|
308
|
-
paint,
|
|
309
|
-
curve_visibility_name,
|
|
310
|
-
text="",
|
|
311
|
-
icon='DOWNARROW_HLT' if is_active else 'RIGHTARROW',
|
|
312
|
-
emboss=False)
|
|
313
|
-
|
|
314
|
-
if is_active:
|
|
315
|
-
subcol = layout.column()
|
|
316
|
-
subcol.active = getattr(brush, pressure_name)
|
|
317
|
-
subcol.template_curve_mapping(brush, custom_curve_name, brush=True, show_presets=True)
|
|
318
|
-
|
|
319
|
-
@staticmethod
|
|
320
|
-
def prop_unified_color(parent, context, brush, prop_name, *, text=None):
|
|
321
|
-
ups = UnifiedPaintPanel.paint_settings(context).unified_paint_settings
|
|
322
|
-
prop_owner = ups if ups.use_unified_color else brush
|
|
323
|
-
parent.prop(prop_owner, prop_name, text=text)
|
|
324
|
-
|
|
325
|
-
@staticmethod
|
|
326
|
-
def prop_unified_color_picker(parent, context, brush, prop_name, value_slider=True):
|
|
327
|
-
ups = UnifiedPaintPanel.paint_settings(context).unified_paint_settings
|
|
328
|
-
prop_owner = ups if ups.use_unified_color else brush
|
|
329
|
-
parent.template_color_picker(prop_owner, prop_name, value_slider=value_slider)
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
### Classes to let various paint modes' panels share code, by sub-classing these classes. ###
|
|
333
|
-
class BrushPanel(UnifiedPaintPanel):
|
|
334
|
-
@classmethod
|
|
335
|
-
def poll(cls, context):
|
|
336
|
-
return cls.get_brush_mode(context) is not None
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
class BrushSelectPanel(BrushPanel):
|
|
340
|
-
bl_label = "Brush Asset"
|
|
341
|
-
|
|
342
|
-
# Use header preset function to set the title.
|
|
343
|
-
def draw_header_preset(self, context):
|
|
344
|
-
# layout = self.layout # UNUSED.
|
|
345
|
-
|
|
346
|
-
settings = self.paint_settings(context)
|
|
347
|
-
if settings is None:
|
|
348
|
-
return
|
|
349
|
-
|
|
350
|
-
brush = settings.brush
|
|
351
|
-
if brush is None:
|
|
352
|
-
return
|
|
353
|
-
|
|
354
|
-
if brush.has_unsaved_changes:
|
|
355
|
-
self.bl_label = n_("Brush Asset (Unsaved)")
|
|
356
|
-
else:
|
|
357
|
-
self.bl_label = n_("Brush Asset")
|
|
358
|
-
|
|
359
|
-
def draw(self, context):
|
|
360
|
-
layout = self.layout
|
|
361
|
-
settings = self.paint_settings(context)
|
|
362
|
-
if settings is None:
|
|
363
|
-
return
|
|
364
|
-
|
|
365
|
-
brush = settings.brush
|
|
366
|
-
|
|
367
|
-
row = layout.row()
|
|
368
|
-
|
|
369
|
-
col = row.column(align=True)
|
|
370
|
-
BrushAssetShelf.draw_popup_selector(col, context, brush, show_name=False)
|
|
371
|
-
if brush:
|
|
372
|
-
col.prop(brush, "name", text="")
|
|
373
|
-
|
|
374
|
-
if brush is None:
|
|
375
|
-
return
|
|
376
|
-
|
|
377
|
-
col = row.column()
|
|
378
|
-
col.menu("VIEW3D_MT_brush_context_menu", icon='DOWNARROW_HLT', text="")
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
class ColorPalettePanel(BrushPanel):
|
|
382
|
-
bl_label = "Color Palette"
|
|
383
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
384
|
-
|
|
385
|
-
@classmethod
|
|
386
|
-
def poll(cls, context):
|
|
387
|
-
if not super().poll(context):
|
|
388
|
-
return False
|
|
389
|
-
|
|
390
|
-
settings = cls.paint_settings(context)
|
|
391
|
-
if (brush := settings.brush) is None:
|
|
392
|
-
return False
|
|
393
|
-
|
|
394
|
-
if context.space_data.type == 'IMAGE_EDITOR' or context.image_paint_object:
|
|
395
|
-
capabilities = brush.image_paint_capabilities
|
|
396
|
-
return capabilities.has_color
|
|
397
|
-
|
|
398
|
-
elif context.vertex_paint_object:
|
|
399
|
-
capabilities = brush.vertex_paint_capabilities
|
|
400
|
-
return capabilities.has_color
|
|
401
|
-
|
|
402
|
-
elif context.sculpt_object:
|
|
403
|
-
capabilities = brush.sculpt_capabilities
|
|
404
|
-
return capabilities.has_color
|
|
405
|
-
return False
|
|
406
|
-
|
|
407
|
-
def draw(self, context):
|
|
408
|
-
layout = self.layout
|
|
409
|
-
settings = self.paint_settings(context)
|
|
410
|
-
|
|
411
|
-
layout.template_ID(settings, "palette", new="palette.new")
|
|
412
|
-
if settings.palette:
|
|
413
|
-
layout.template_palette(settings, "palette", color=True)
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
class ClonePanel(BrushPanel):
|
|
417
|
-
bl_label = "Clone"
|
|
418
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
419
|
-
|
|
420
|
-
@classmethod
|
|
421
|
-
def poll(cls, context):
|
|
422
|
-
if not super().poll(context):
|
|
423
|
-
return False
|
|
424
|
-
|
|
425
|
-
settings = cls.paint_settings(context)
|
|
426
|
-
|
|
427
|
-
mode = cls.get_brush_mode(context)
|
|
428
|
-
if mode == 'PAINT_TEXTURE':
|
|
429
|
-
brush = settings.brush
|
|
430
|
-
return brush.image_brush_type == 'CLONE'
|
|
431
|
-
return False
|
|
432
|
-
|
|
433
|
-
def draw_header(self, context):
|
|
434
|
-
settings = self.paint_settings(context)
|
|
435
|
-
self.layout.prop(settings, "use_clone_layer", text="")
|
|
436
|
-
|
|
437
|
-
def draw(self, context):
|
|
438
|
-
layout = self.layout
|
|
439
|
-
settings = self.paint_settings(context)
|
|
440
|
-
|
|
441
|
-
layout.active = settings.use_clone_layer
|
|
442
|
-
|
|
443
|
-
ob = context.active_object
|
|
444
|
-
col = layout.column()
|
|
445
|
-
|
|
446
|
-
if settings.mode == 'MATERIAL':
|
|
447
|
-
if len(ob.material_slots) > 1:
|
|
448
|
-
col.label(text="Materials")
|
|
449
|
-
col.template_list(
|
|
450
|
-
"MATERIAL_UL_matslots", "",
|
|
451
|
-
ob, "material_slots",
|
|
452
|
-
ob, "active_material_index",
|
|
453
|
-
rows=2,
|
|
454
|
-
)
|
|
455
|
-
|
|
456
|
-
mat = ob.active_material
|
|
457
|
-
if mat:
|
|
458
|
-
col.label(text="Source Clone Slot")
|
|
459
|
-
col.template_list(
|
|
460
|
-
"TEXTURE_UL_texpaintslots", "",
|
|
461
|
-
mat, "texture_paint_slots",
|
|
462
|
-
mat, "paint_clone_slot",
|
|
463
|
-
rows=2,
|
|
464
|
-
)
|
|
465
|
-
|
|
466
|
-
elif settings.mode == 'IMAGE':
|
|
467
|
-
mesh = ob.data
|
|
468
|
-
|
|
469
|
-
clone_text = mesh.uv_layer_clone.name if mesh.uv_layer_clone else ""
|
|
470
|
-
col.label(text="Source Clone Image")
|
|
471
|
-
col.template_ID(settings, "clone_image")
|
|
472
|
-
col.label(text="Source Clone UV Map")
|
|
473
|
-
col.menu("VIEW3D_MT_tools_projectpaint_clone", text=clone_text, translate=False)
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
class TextureMaskPanel(BrushPanel):
|
|
477
|
-
bl_label = "Texture Mask"
|
|
478
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
479
|
-
|
|
480
|
-
def draw(self, context):
|
|
481
|
-
layout = self.layout
|
|
482
|
-
layout.use_property_split = True
|
|
483
|
-
layout.use_property_decorate = False
|
|
484
|
-
|
|
485
|
-
brush = context.tool_settings.image_paint.brush
|
|
486
|
-
mask_tex_slot = brush.mask_texture_slot
|
|
487
|
-
|
|
488
|
-
col = layout.column()
|
|
489
|
-
col.template_ID_preview(mask_tex_slot, "texture", new="texture.new", rows=3, cols=8)
|
|
490
|
-
|
|
491
|
-
# map_mode
|
|
492
|
-
layout.row().prop(mask_tex_slot, "mask_map_mode", text="Mask Mapping")
|
|
493
|
-
|
|
494
|
-
if mask_tex_slot.map_mode == 'STENCIL':
|
|
495
|
-
if brush.mask_texture and brush.mask_texture.type == 'IMAGE':
|
|
496
|
-
layout.operator("brush.stencil_fit_image_aspect").mask = True
|
|
497
|
-
layout.operator("brush.stencil_reset_transform").mask = True
|
|
498
|
-
|
|
499
|
-
col = layout.column()
|
|
500
|
-
col.prop(brush, "use_pressure_masking", text="Pressure Masking")
|
|
501
|
-
# angle and texture_angle_source
|
|
502
|
-
if mask_tex_slot.has_texture_angle:
|
|
503
|
-
col = layout.column()
|
|
504
|
-
col.prop(mask_tex_slot, "angle", text="Angle")
|
|
505
|
-
if mask_tex_slot.has_texture_angle_source:
|
|
506
|
-
col.prop(mask_tex_slot, "use_rake", text="Rake")
|
|
507
|
-
|
|
508
|
-
if brush.brush_capabilities.has_random_texture_angle and mask_tex_slot.has_random_texture_angle:
|
|
509
|
-
col.prop(mask_tex_slot, "use_random", text="Random")
|
|
510
|
-
if mask_tex_slot.use_random:
|
|
511
|
-
col.prop(mask_tex_slot, "random_angle", text="Random Angle")
|
|
512
|
-
|
|
513
|
-
# scale and offset
|
|
514
|
-
col.prop(mask_tex_slot, "offset")
|
|
515
|
-
col.prop(mask_tex_slot, "scale")
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
class StrokePanel(BrushPanel):
|
|
519
|
-
bl_label = "Stroke"
|
|
520
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
521
|
-
bl_ui_units_x = 13
|
|
522
|
-
|
|
523
|
-
def draw(self, context):
|
|
524
|
-
layout = self.layout
|
|
525
|
-
layout.use_property_split = True
|
|
526
|
-
layout.use_property_decorate = False
|
|
527
|
-
|
|
528
|
-
mode = self.get_brush_mode(context)
|
|
529
|
-
settings = self.paint_settings(context)
|
|
530
|
-
brush = settings.brush
|
|
531
|
-
|
|
532
|
-
col = layout.column()
|
|
533
|
-
|
|
534
|
-
col.prop(brush, "stroke_method")
|
|
535
|
-
col.separator()
|
|
536
|
-
|
|
537
|
-
if brush.use_anchor:
|
|
538
|
-
col.prop(brush, "use_edge_to_edge", text="Edge to Edge")
|
|
539
|
-
|
|
540
|
-
if brush.use_airbrush:
|
|
541
|
-
col.prop(brush, "rate", text="Rate", slider=True)
|
|
542
|
-
|
|
543
|
-
if brush.use_space:
|
|
544
|
-
row = col.row(align=True)
|
|
545
|
-
row.prop(brush, "spacing", text="Spacing")
|
|
546
|
-
row.prop(brush, "use_pressure_spacing", toggle=True, text="")
|
|
547
|
-
|
|
548
|
-
if brush.use_line or brush.use_curve:
|
|
549
|
-
row = col.row(align=True)
|
|
550
|
-
row.prop(brush, "spacing", text="Spacing")
|
|
551
|
-
|
|
552
|
-
if mode == 'SCULPT':
|
|
553
|
-
col.row().prop(brush, "use_scene_spacing", text="Spacing Distance", expand=True)
|
|
554
|
-
|
|
555
|
-
if mode in {'PAINT_TEXTURE', 'PAINT_2D', 'SCULPT'}:
|
|
556
|
-
if brush.image_paint_capabilities.has_space_attenuation or brush.sculpt_capabilities.has_space_attenuation:
|
|
557
|
-
col.prop(brush, "use_space_attenuation")
|
|
558
|
-
|
|
559
|
-
if brush.use_curve:
|
|
560
|
-
col.separator()
|
|
561
|
-
col.template_ID(brush, "paint_curve", new="paintcurve.new")
|
|
562
|
-
col.operator("paintcurve.draw")
|
|
563
|
-
col.separator()
|
|
564
|
-
|
|
565
|
-
if brush.use_space or brush.use_line or brush.use_curve:
|
|
566
|
-
col.separator()
|
|
567
|
-
row = col.row(align=True)
|
|
568
|
-
col.prop(brush, "dash_ratio", text="Dash Ratio")
|
|
569
|
-
col.prop(brush, "dash_samples", text="Dash Length")
|
|
570
|
-
|
|
571
|
-
if (mode == 'SCULPT' and brush.sculpt_capabilities.has_jitter) or mode != 'SCULPT':
|
|
572
|
-
col.separator()
|
|
573
|
-
row = col.row(align=True)
|
|
574
|
-
if brush.jitter_unit == 'BRUSH':
|
|
575
|
-
row.prop(brush, "jitter", slider=True)
|
|
576
|
-
else:
|
|
577
|
-
row.prop(brush, "jitter_absolute")
|
|
578
|
-
row.prop(brush, "use_pressure_jitter", toggle=True, text="")
|
|
579
|
-
if self.is_popover is False:
|
|
580
|
-
row.prop(
|
|
581
|
-
settings,
|
|
582
|
-
"show_jitter_curve",
|
|
583
|
-
icon='DOWNARROW_HLT' if settings.show_jitter_curve else 'RIGHTARROW',
|
|
584
|
-
text="",
|
|
585
|
-
emboss=False)
|
|
586
|
-
# Pen pressure mapping curve for Jitter.
|
|
587
|
-
if settings.show_jitter_curve and self.is_popover is False:
|
|
588
|
-
subcol = col.column()
|
|
589
|
-
subcol.active = brush.use_pressure_jitter
|
|
590
|
-
subcol.template_curve_mapping(brush, "curve_jitter", brush=True, show_presets=True)
|
|
591
|
-
col.row().prop(brush, "jitter_unit", expand=True)
|
|
592
|
-
|
|
593
|
-
col.separator()
|
|
594
|
-
UnifiedPaintPanel.prop_unified(
|
|
595
|
-
layout,
|
|
596
|
-
context,
|
|
597
|
-
brush,
|
|
598
|
-
"input_samples",
|
|
599
|
-
unified_name="use_unified_input_samples",
|
|
600
|
-
slider=True,
|
|
601
|
-
)
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
class SmoothStrokePanel(BrushPanel):
|
|
605
|
-
bl_label = "Stabilize Stroke"
|
|
606
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
607
|
-
|
|
608
|
-
@classmethod
|
|
609
|
-
def poll(cls, context):
|
|
610
|
-
if not super().poll(context):
|
|
611
|
-
return False
|
|
612
|
-
settings = cls.paint_settings(context)
|
|
613
|
-
brush = settings.brush
|
|
614
|
-
if brush.brush_capabilities.has_smooth_stroke:
|
|
615
|
-
return True
|
|
616
|
-
return False
|
|
617
|
-
|
|
618
|
-
def draw_header(self, context):
|
|
619
|
-
settings = self.paint_settings(context)
|
|
620
|
-
brush = settings.brush
|
|
621
|
-
|
|
622
|
-
self.layout.use_property_split = False
|
|
623
|
-
self.layout.prop(brush, "use_smooth_stroke", text=self.bl_label if self.is_popover else "")
|
|
624
|
-
|
|
625
|
-
def draw(self, context):
|
|
626
|
-
layout = self.layout
|
|
627
|
-
layout.use_property_split = True
|
|
628
|
-
layout.use_property_decorate = False
|
|
629
|
-
|
|
630
|
-
settings = self.paint_settings(context)
|
|
631
|
-
brush = settings.brush
|
|
632
|
-
|
|
633
|
-
col = layout.column()
|
|
634
|
-
col.active = brush.use_smooth_stroke
|
|
635
|
-
col.prop(brush, "smooth_stroke_radius", text="Radius", slider=True)
|
|
636
|
-
col.prop(brush, "smooth_stroke_factor", text="Factor", slider=True)
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
class FalloffPanel(BrushPanel):
|
|
640
|
-
bl_label = "Falloff"
|
|
641
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
642
|
-
|
|
643
|
-
@classmethod
|
|
644
|
-
def poll(cls, context):
|
|
645
|
-
if not super().poll(context):
|
|
646
|
-
return False
|
|
647
|
-
settings = cls.paint_settings(context)
|
|
648
|
-
if not (settings and settings.brush and settings.brush.curve_distance_falloff):
|
|
649
|
-
return False
|
|
650
|
-
if cls.get_brush_mode(context) == 'SCULPT_CURVES':
|
|
651
|
-
brush = settings.brush
|
|
652
|
-
if brush.curves_sculpt_brush_type in {'ADD', 'DELETE'}:
|
|
653
|
-
return False
|
|
654
|
-
return True
|
|
655
|
-
|
|
656
|
-
def draw(self, context):
|
|
657
|
-
layout = self.layout
|
|
658
|
-
settings = self.paint_settings(context)
|
|
659
|
-
mode = self.get_brush_mode(context)
|
|
660
|
-
brush = settings.brush
|
|
661
|
-
|
|
662
|
-
if brush is None:
|
|
663
|
-
return
|
|
664
|
-
|
|
665
|
-
col = layout.column(align=True)
|
|
666
|
-
if context.region.type == 'TOOL_HEADER':
|
|
667
|
-
col.prop(brush, "curve_distance_falloff_preset", expand=True)
|
|
668
|
-
else:
|
|
669
|
-
row = col.row(align=True)
|
|
670
|
-
col.prop(brush, "curve_distance_falloff_preset", text="")
|
|
671
|
-
|
|
672
|
-
if brush.curve_distance_falloff_preset == 'CUSTOM':
|
|
673
|
-
layout.template_curve_mapping(brush, "curve_distance_falloff", brush=True,
|
|
674
|
-
use_negative_slope=True, show_presets=True)
|
|
675
|
-
|
|
676
|
-
col = layout.column(align=True)
|
|
677
|
-
row = col.row(align=True)
|
|
678
|
-
|
|
679
|
-
show_falloff_shape = False
|
|
680
|
-
if mode in {'SCULPT', 'PAINT_VERTEX', 'PAINT_WEIGHT'} and brush.sculpt_brush_type != 'POSE':
|
|
681
|
-
show_falloff_shape = True
|
|
682
|
-
if not show_falloff_shape and mode == 'SCULPT_CURVES' and context.space_data.type == 'PROPERTIES':
|
|
683
|
-
show_falloff_shape = True
|
|
684
|
-
|
|
685
|
-
if show_falloff_shape:
|
|
686
|
-
col.separator()
|
|
687
|
-
row = col.row(align=True)
|
|
688
|
-
row.use_property_split = True
|
|
689
|
-
row.use_property_decorate = False
|
|
690
|
-
row.prop(brush, "falloff_shape", expand=True)
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
class DisplayPanel(BrushPanel):
|
|
694
|
-
bl_label = "Brush Cursor"
|
|
695
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
696
|
-
|
|
697
|
-
def draw_header(self, context):
|
|
698
|
-
settings = self.paint_settings(context)
|
|
699
|
-
if settings and not self.is_popover:
|
|
700
|
-
self.layout.prop(settings, "show_brush", text="")
|
|
701
|
-
|
|
702
|
-
def draw(self, context):
|
|
703
|
-
layout = self.layout
|
|
704
|
-
layout.use_property_split = True
|
|
705
|
-
layout.use_property_decorate = False
|
|
706
|
-
|
|
707
|
-
mode = self.get_brush_mode(context)
|
|
708
|
-
settings = self.paint_settings(context)
|
|
709
|
-
brush = settings.brush
|
|
710
|
-
tex_slot = brush.texture_slot
|
|
711
|
-
tex_slot_mask = brush.mask_texture_slot
|
|
712
|
-
|
|
713
|
-
if self.is_popover:
|
|
714
|
-
row = layout.row(align=True)
|
|
715
|
-
row.use_property_split = False
|
|
716
|
-
row.prop(settings, "show_brush", text="Display Cursor")
|
|
717
|
-
|
|
718
|
-
col = layout.column()
|
|
719
|
-
col.active = settings.show_brush
|
|
720
|
-
|
|
721
|
-
col.prop(brush, "cursor_color_add", text="Cursor Color")
|
|
722
|
-
if mode == 'SCULPT' and brush.sculpt_capabilities.has_secondary_color:
|
|
723
|
-
col.prop(brush, "cursor_color_subtract", text="Inverse Color")
|
|
724
|
-
|
|
725
|
-
col.separator()
|
|
726
|
-
|
|
727
|
-
row = col.row(align=True)
|
|
728
|
-
row.active = settings.show_brush
|
|
729
|
-
row.prop(brush, "cursor_overlay_alpha", text="Falloff Opacity")
|
|
730
|
-
row.prop(brush, "use_cursor_overlay_override", toggle=True, text="", icon='BRUSH_DATA')
|
|
731
|
-
row.prop(
|
|
732
|
-
brush, "use_cursor_overlay", text="", toggle=True,
|
|
733
|
-
icon='HIDE_OFF' if brush.use_cursor_overlay else 'HIDE_ON',
|
|
734
|
-
)
|
|
735
|
-
|
|
736
|
-
# TODO: These settings are a mess. Both `has_overlay` and the following two blocks should read the
|
|
737
|
-
# appropriate texture depending on the mode, see `BKE_brush_mask_texture_get` vs `BKE_brush_color_texture_get`
|
|
738
|
-
texture_overlay_settings_active = brush.brush_capabilities.has_overlay and settings.show_brush
|
|
739
|
-
if mode in {'PAINT_2D', 'PAINT_TEXTURE', 'PAINT_VERTEX', 'SCULPT'}:
|
|
740
|
-
row = col.row(align=True)
|
|
741
|
-
row.active = texture_overlay_settings_active
|
|
742
|
-
row.prop(brush, "texture_overlay_alpha", text="Texture Opacity")
|
|
743
|
-
row.prop(brush, "use_primary_overlay_override", toggle=True, text="", icon='BRUSH_DATA')
|
|
744
|
-
if tex_slot.map_mode != 'STENCIL':
|
|
745
|
-
row.prop(
|
|
746
|
-
brush, "use_primary_overlay", text="", toggle=True,
|
|
747
|
-
icon='HIDE_OFF' if brush.use_primary_overlay else 'HIDE_ON',
|
|
748
|
-
)
|
|
749
|
-
|
|
750
|
-
if mode in {'PAINT_TEXTURE', 'PAINT_2D'}:
|
|
751
|
-
row = col.row(align=True)
|
|
752
|
-
row.active = texture_overlay_settings_active
|
|
753
|
-
row.prop(brush, "mask_overlay_alpha", text="Mask Texture Opacity")
|
|
754
|
-
row.prop(brush, "use_secondary_overlay_override", toggle=True, text="", icon='BRUSH_DATA')
|
|
755
|
-
if tex_slot_mask.map_mode != 'STENCIL':
|
|
756
|
-
row.prop(
|
|
757
|
-
brush, "use_secondary_overlay", text="", toggle=True,
|
|
758
|
-
icon='HIDE_OFF' if brush.use_secondary_overlay else 'HIDE_ON',
|
|
759
|
-
)
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
class VIEW3D_MT_tools_projectpaint_clone(Menu):
|
|
763
|
-
bl_label = "Clone Layer"
|
|
764
|
-
|
|
765
|
-
def draw(self, context):
|
|
766
|
-
layout = self.layout
|
|
767
|
-
|
|
768
|
-
for i, uv_layer in enumerate(context.active_object.data.uv_layers):
|
|
769
|
-
props = layout.operator("wm.context_set_int", text=uv_layer.name, translate=False)
|
|
770
|
-
props.data_path = "active_object.data.uv_layer_clone_index"
|
|
771
|
-
props.value = i
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
def brush_settings(layout, context, brush, popover=False):
|
|
775
|
-
""" Draw simple brush settings for Sculpt,
|
|
776
|
-
Texture/Vertex/Weight Paint modes, or skip certain settings for the popover """
|
|
777
|
-
|
|
778
|
-
mode = UnifiedPaintPanel.get_brush_mode(context)
|
|
779
|
-
|
|
780
|
-
### Draw simple settings unique to each paint mode. ###
|
|
781
|
-
brush_shared_settings(layout, context, brush, popover)
|
|
782
|
-
|
|
783
|
-
# Sculpt Mode #
|
|
784
|
-
if mode == 'SCULPT':
|
|
785
|
-
capabilities = brush.sculpt_capabilities
|
|
786
|
-
sculpt_brush_type = brush.sculpt_brush_type
|
|
787
|
-
|
|
788
|
-
# normal_radius_factor
|
|
789
|
-
layout.prop(brush, "normal_radius_factor", slider=True)
|
|
790
|
-
|
|
791
|
-
if capabilities.has_tilt:
|
|
792
|
-
layout.prop(brush, "tilt_strength_factor", slider=True)
|
|
793
|
-
|
|
794
|
-
row = layout.row(align=True)
|
|
795
|
-
row.prop(brush, "hardness", slider=True)
|
|
796
|
-
if capabilities.has_hardness_pressure:
|
|
797
|
-
row.prop(brush, "invert_hardness_pressure", text="")
|
|
798
|
-
row.prop(brush, "use_hardness_pressure", text="")
|
|
799
|
-
|
|
800
|
-
# auto_smooth_factor and use_inverse_smooth_pressure
|
|
801
|
-
if capabilities.has_auto_smooth:
|
|
802
|
-
pressure_name = "use_inverse_smooth_pressure" if capabilities.has_auto_smooth_pressure else None
|
|
803
|
-
UnifiedPaintPanel.prop_unified(
|
|
804
|
-
layout,
|
|
805
|
-
context,
|
|
806
|
-
brush,
|
|
807
|
-
"auto_smooth_factor",
|
|
808
|
-
pressure_name=pressure_name,
|
|
809
|
-
slider=True,
|
|
810
|
-
)
|
|
811
|
-
|
|
812
|
-
# topology_rake_factor
|
|
813
|
-
if (
|
|
814
|
-
capabilities.has_topology_rake and
|
|
815
|
-
context.sculpt_object.use_dynamic_topology_sculpting
|
|
816
|
-
):
|
|
817
|
-
layout.prop(brush, "topology_rake_factor", slider=True)
|
|
818
|
-
|
|
819
|
-
# normal_weight
|
|
820
|
-
if capabilities.has_normal_weight:
|
|
821
|
-
layout.prop(brush, "normal_weight", slider=True)
|
|
822
|
-
|
|
823
|
-
# crease_pinch_factor
|
|
824
|
-
if capabilities.has_pinch_factor:
|
|
825
|
-
text = iface_("Pinch")
|
|
826
|
-
if sculpt_brush_type in {'BLOB', 'SNAKE_HOOK'}:
|
|
827
|
-
text = iface_("Magnify")
|
|
828
|
-
layout.prop(brush, "crease_pinch_factor", slider=True, text=text, translate=False)
|
|
829
|
-
|
|
830
|
-
# rake_factor
|
|
831
|
-
if capabilities.has_rake_factor:
|
|
832
|
-
layout.prop(brush, "rake_factor", slider=True)
|
|
833
|
-
|
|
834
|
-
# plane_offset, use_offset_pressure, use_plane_trim, plane_trim
|
|
835
|
-
if capabilities.has_plane_offset:
|
|
836
|
-
layout.separator()
|
|
837
|
-
UnifiedPaintPanel.prop_unified(
|
|
838
|
-
layout,
|
|
839
|
-
context,
|
|
840
|
-
brush,
|
|
841
|
-
"plane_offset",
|
|
842
|
-
pressure_name="use_offset_pressure",
|
|
843
|
-
slider=True,
|
|
844
|
-
)
|
|
845
|
-
|
|
846
|
-
if sculpt_brush_type != 'PLANE':
|
|
847
|
-
row = layout.row(heading="Plane Trim")
|
|
848
|
-
row.prop(brush, "use_plane_trim", text="")
|
|
849
|
-
sub = row.row()
|
|
850
|
-
sub.active = brush.use_plane_trim
|
|
851
|
-
sub.prop(brush, "plane_trim", slider=True, text="")
|
|
852
|
-
|
|
853
|
-
layout.separator()
|
|
854
|
-
|
|
855
|
-
# height
|
|
856
|
-
if capabilities.has_height:
|
|
857
|
-
layout.prop(brush, "height", slider=True, text="Height")
|
|
858
|
-
|
|
859
|
-
if capabilities.has_plane_height:
|
|
860
|
-
layout.prop(brush, "plane_height", slider=True, text="Height")
|
|
861
|
-
|
|
862
|
-
if capabilities.has_plane_depth:
|
|
863
|
-
layout.prop(brush, "plane_depth", slider=True, text="Depth")
|
|
864
|
-
|
|
865
|
-
# use_persistent, set_persistent_base
|
|
866
|
-
if capabilities.has_persistence:
|
|
867
|
-
layout.separator()
|
|
868
|
-
layout.prop(brush, "use_persistent")
|
|
869
|
-
layout.operator("sculpt.set_persistent_base")
|
|
870
|
-
layout.separator()
|
|
871
|
-
|
|
872
|
-
if capabilities.has_color:
|
|
873
|
-
ups = UnifiedPaintPanel.paint_settings(context).unified_paint_settings
|
|
874
|
-
row = layout.row(align=True)
|
|
875
|
-
UnifiedPaintPanel.prop_unified_color(row, context, brush, "color", text="")
|
|
876
|
-
UnifiedPaintPanel.prop_unified_color(row, context, brush, "secondary_color", text="")
|
|
877
|
-
row.separator()
|
|
878
|
-
row.operator("paint.brush_colors_flip", icon='FILE_REFRESH', text="", emboss=False)
|
|
879
|
-
row.prop(ups, "use_unified_color", text="", icon='BRUSHES_ALL')
|
|
880
|
-
layout.prop(brush, "blend", text="Blend Mode")
|
|
881
|
-
|
|
882
|
-
# Per sculpt tool options.
|
|
883
|
-
|
|
884
|
-
if sculpt_brush_type == 'CLAY_STRIPS':
|
|
885
|
-
row = layout.row()
|
|
886
|
-
row.prop(brush, "tip_roundness")
|
|
887
|
-
|
|
888
|
-
row = layout.row()
|
|
889
|
-
row.prop(brush, "tip_scale_x")
|
|
890
|
-
|
|
891
|
-
elif sculpt_brush_type == 'ELASTIC_DEFORM':
|
|
892
|
-
layout.separator()
|
|
893
|
-
layout.prop(brush, "elastic_deform_type")
|
|
894
|
-
layout.prop(brush, "elastic_deform_volume_preservation", slider=True)
|
|
895
|
-
layout.separator()
|
|
896
|
-
|
|
897
|
-
elif sculpt_brush_type == 'SNAKE_HOOK':
|
|
898
|
-
layout.separator()
|
|
899
|
-
layout.prop(brush, "snake_hook_deform_type")
|
|
900
|
-
layout.separator()
|
|
901
|
-
|
|
902
|
-
elif sculpt_brush_type == 'POSE':
|
|
903
|
-
layout.separator()
|
|
904
|
-
layout.prop(brush, "deform_target")
|
|
905
|
-
layout.separator()
|
|
906
|
-
layout.prop(brush, "pose_deform_type")
|
|
907
|
-
layout.prop(brush, "pose_origin_type")
|
|
908
|
-
layout.prop(brush, "pose_offset")
|
|
909
|
-
layout.prop(brush, "pose_smooth_iterations")
|
|
910
|
-
if brush.pose_deform_type == 'ROTATE_TWIST' and brush.pose_origin_type in {'TOPOLOGY', 'FACE_SETS'}:
|
|
911
|
-
layout.prop(brush, "pose_ik_segments")
|
|
912
|
-
if brush.pose_deform_type == 'SCALE_TRANSLATE':
|
|
913
|
-
layout.prop(brush, "use_pose_lock_rotation")
|
|
914
|
-
layout.prop(brush, "use_pose_ik_anchored")
|
|
915
|
-
layout.prop(brush, "use_connected_only")
|
|
916
|
-
layout.prop(brush, "disconnected_distance_max")
|
|
917
|
-
|
|
918
|
-
layout.separator()
|
|
919
|
-
|
|
920
|
-
elif sculpt_brush_type == 'CLOTH':
|
|
921
|
-
layout.separator()
|
|
922
|
-
layout.prop(brush, "cloth_simulation_area_type")
|
|
923
|
-
if brush.cloth_simulation_area_type != 'GLOBAL':
|
|
924
|
-
layout.prop(brush, "cloth_sim_limit")
|
|
925
|
-
layout.prop(brush, "cloth_sim_falloff")
|
|
926
|
-
|
|
927
|
-
if brush.cloth_simulation_area_type == 'LOCAL':
|
|
928
|
-
layout.prop(brush, "use_cloth_pin_simulation_boundary")
|
|
929
|
-
|
|
930
|
-
layout.separator()
|
|
931
|
-
layout.prop(brush, "cloth_deform_type")
|
|
932
|
-
layout.prop(brush, "cloth_force_falloff_type")
|
|
933
|
-
layout.separator()
|
|
934
|
-
layout.prop(brush, "cloth_mass")
|
|
935
|
-
layout.prop(brush, "cloth_damping")
|
|
936
|
-
layout.prop(brush, "cloth_constraint_softbody_strength")
|
|
937
|
-
layout.separator()
|
|
938
|
-
layout.prop(brush, "use_cloth_collision")
|
|
939
|
-
layout.separator()
|
|
940
|
-
|
|
941
|
-
elif sculpt_brush_type == 'PLANE':
|
|
942
|
-
row = layout.row(align=True)
|
|
943
|
-
row.prop(brush, "area_radius_factor")
|
|
944
|
-
row.prop(brush, "use_pressure_area_radius", text="")
|
|
945
|
-
layout.separator()
|
|
946
|
-
layout.prop(brush, "plane_inversion_mode")
|
|
947
|
-
layout.separator()
|
|
948
|
-
layout.prop(brush, "stabilize_normal")
|
|
949
|
-
layout.prop(brush, "stabilize_plane")
|
|
950
|
-
|
|
951
|
-
elif sculpt_brush_type == 'GRAB':
|
|
952
|
-
layout.prop(brush, "use_grab_active_vertex")
|
|
953
|
-
layout.prop(brush, "use_grab_silhouette")
|
|
954
|
-
|
|
955
|
-
elif sculpt_brush_type == 'PAINT':
|
|
956
|
-
row = layout.row(align=True)
|
|
957
|
-
row.prop(brush, "flow")
|
|
958
|
-
row.prop(brush, "invert_flow_pressure", text="")
|
|
959
|
-
row.prop(brush, "use_flow_pressure", text="")
|
|
960
|
-
|
|
961
|
-
row = layout.row(align=True)
|
|
962
|
-
row.prop(brush, "wet_mix")
|
|
963
|
-
row.prop(brush, "invert_wet_mix_pressure", text="")
|
|
964
|
-
row.prop(brush, "use_wet_mix_pressure", text="")
|
|
965
|
-
|
|
966
|
-
row = layout.row(align=True)
|
|
967
|
-
row.prop(brush, "wet_persistence")
|
|
968
|
-
row.prop(brush, "invert_wet_persistence_pressure", text="")
|
|
969
|
-
row.prop(brush, "use_wet_persistence_pressure", text="")
|
|
970
|
-
|
|
971
|
-
row = layout.row(align=True)
|
|
972
|
-
row.prop(brush, "wet_paint_radius_factor")
|
|
973
|
-
|
|
974
|
-
row = layout.row(align=True)
|
|
975
|
-
row.prop(brush, "density")
|
|
976
|
-
row.prop(brush, "invert_density_pressure", text="")
|
|
977
|
-
row.prop(brush, "use_density_pressure", text="")
|
|
978
|
-
|
|
979
|
-
row = layout.row()
|
|
980
|
-
row.prop(brush, "tip_roundness")
|
|
981
|
-
|
|
982
|
-
row = layout.row()
|
|
983
|
-
row.prop(brush, "tip_scale_x")
|
|
984
|
-
|
|
985
|
-
elif sculpt_brush_type == 'SMEAR':
|
|
986
|
-
col = layout.column()
|
|
987
|
-
col.prop(brush, "smear_deform_type")
|
|
988
|
-
|
|
989
|
-
elif sculpt_brush_type == 'BOUNDARY':
|
|
990
|
-
layout.prop(brush, "deform_target")
|
|
991
|
-
layout.separator()
|
|
992
|
-
col = layout.column()
|
|
993
|
-
col.prop(brush, "boundary_deform_type")
|
|
994
|
-
col.prop(brush, "boundary_falloff_type")
|
|
995
|
-
col.prop(brush, "boundary_offset")
|
|
996
|
-
|
|
997
|
-
elif sculpt_brush_type == 'TOPOLOGY':
|
|
998
|
-
col = layout.column()
|
|
999
|
-
col.prop(brush, "slide_deform_type")
|
|
1000
|
-
|
|
1001
|
-
elif sculpt_brush_type == 'MULTIPLANE_SCRAPE':
|
|
1002
|
-
col = layout.column()
|
|
1003
|
-
col.prop(brush, "multiplane_scrape_angle")
|
|
1004
|
-
col.prop(brush, "use_multiplane_scrape_dynamic")
|
|
1005
|
-
col.prop(brush, "show_multiplane_scrape_planes_preview")
|
|
1006
|
-
|
|
1007
|
-
elif sculpt_brush_type == 'SMOOTH':
|
|
1008
|
-
col = layout.column()
|
|
1009
|
-
col.prop(brush, "smooth_deform_type")
|
|
1010
|
-
if brush.smooth_deform_type == 'SURFACE':
|
|
1011
|
-
col.prop(brush, "surface_smooth_shape_preservation")
|
|
1012
|
-
col.prop(brush, "surface_smooth_current_vertex")
|
|
1013
|
-
col.prop(brush, "surface_smooth_iterations")
|
|
1014
|
-
|
|
1015
|
-
elif sculpt_brush_type == 'DISPLACEMENT_SMEAR':
|
|
1016
|
-
col = layout.column()
|
|
1017
|
-
col.prop(brush, "smear_deform_type")
|
|
1018
|
-
|
|
1019
|
-
elif sculpt_brush_type == 'MASK':
|
|
1020
|
-
layout.row().prop(brush, "mask_tool", expand=True)
|
|
1021
|
-
|
|
1022
|
-
# End sculpt_brush_type interface.
|
|
1023
|
-
|
|
1024
|
-
# 3D and 2D Texture Paint Mode.
|
|
1025
|
-
elif mode in {'PAINT_TEXTURE', 'PAINT_2D'}:
|
|
1026
|
-
capabilities = brush.image_paint_capabilities
|
|
1027
|
-
|
|
1028
|
-
if brush.image_brush_type == 'FILL':
|
|
1029
|
-
# For some reason fill threshold only appears to be implemented in 2D paint.
|
|
1030
|
-
if brush.color_type == 'COLOR':
|
|
1031
|
-
if mode == 'PAINT_2D':
|
|
1032
|
-
layout.prop(brush, "fill_threshold", text="Fill Threshold", slider=True)
|
|
1033
|
-
elif brush.color_type == 'GRADIENT':
|
|
1034
|
-
layout.row().prop(brush, "gradient_fill_mode", expand=True)
|
|
1035
|
-
|
|
1036
|
-
elif mode == 'SCULPT_CURVES':
|
|
1037
|
-
if brush.curves_sculpt_brush_type == 'ADD':
|
|
1038
|
-
layout.prop(brush.curves_sculpt_settings, "add_amount")
|
|
1039
|
-
col = layout.column(heading="Interpolate", align=True)
|
|
1040
|
-
col.prop(brush.curves_sculpt_settings, "use_length_interpolate", text="Length")
|
|
1041
|
-
col.prop(brush.curves_sculpt_settings, "use_radius_interpolate", text="Radius")
|
|
1042
|
-
col.prop(brush.curves_sculpt_settings, "use_shape_interpolate", text="Shape")
|
|
1043
|
-
col.prop(brush.curves_sculpt_settings, "use_point_count_interpolate", text="Point Count")
|
|
1044
|
-
|
|
1045
|
-
col = layout.column()
|
|
1046
|
-
col.active = not brush.curves_sculpt_settings.use_length_interpolate
|
|
1047
|
-
col.prop(brush.curves_sculpt_settings, "curve_length", text="Length")
|
|
1048
|
-
|
|
1049
|
-
col = layout.column()
|
|
1050
|
-
col.active = not brush.curves_sculpt_settings.use_radius_interpolate
|
|
1051
|
-
col.prop(brush.curves_sculpt_settings, "curve_radius", text="Radius")
|
|
1052
|
-
|
|
1053
|
-
col = layout.column()
|
|
1054
|
-
col.active = not brush.curves_sculpt_settings.use_point_count_interpolate
|
|
1055
|
-
col.prop(brush.curves_sculpt_settings, "points_per_curve", text="Points")
|
|
1056
|
-
|
|
1057
|
-
if brush.curves_sculpt_brush_type == 'DENSITY':
|
|
1058
|
-
col = layout.column()
|
|
1059
|
-
col.prop(brush.curves_sculpt_settings, "density_add_attempts", text="Count Max")
|
|
1060
|
-
col = layout.column(heading="Interpolate", align=True)
|
|
1061
|
-
col.prop(brush.curves_sculpt_settings, "use_length_interpolate", text="Length")
|
|
1062
|
-
col.prop(brush.curves_sculpt_settings, "use_radius_interpolate", text="Radius")
|
|
1063
|
-
col.prop(brush.curves_sculpt_settings, "use_shape_interpolate", text="Shape")
|
|
1064
|
-
col.prop(brush.curves_sculpt_settings, "use_point_count_interpolate", text="Point Count")
|
|
1065
|
-
|
|
1066
|
-
col = layout.column()
|
|
1067
|
-
col.active = not brush.curves_sculpt_settings.use_length_interpolate
|
|
1068
|
-
col.prop(brush.curves_sculpt_settings, "curve_length", text="Length")
|
|
1069
|
-
|
|
1070
|
-
col = layout.column()
|
|
1071
|
-
col.active = not brush.curves_sculpt_settings.use_radius_interpolate
|
|
1072
|
-
col.prop(brush.curves_sculpt_settings, "curve_radius", text="Radius")
|
|
1073
|
-
|
|
1074
|
-
col = layout.column()
|
|
1075
|
-
col.active = not brush.curves_sculpt_settings.use_point_count_interpolate
|
|
1076
|
-
col.prop(brush.curves_sculpt_settings, "points_per_curve", text="Points")
|
|
1077
|
-
|
|
1078
|
-
elif brush.curves_sculpt_brush_type == 'GROW_SHRINK':
|
|
1079
|
-
layout.prop(brush.curves_sculpt_settings, "use_uniform_scale")
|
|
1080
|
-
layout.prop(brush.curves_sculpt_settings, "minimum_length")
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
def brush_shared_settings(layout, context, brush, popover=False):
|
|
1084
|
-
""" Draw simple brush settings that are shared between different paint modes. """
|
|
1085
|
-
|
|
1086
|
-
paint = UnifiedPaintPanel.paint_settings(context)
|
|
1087
|
-
mode = UnifiedPaintPanel.get_brush_mode(context)
|
|
1088
|
-
|
|
1089
|
-
### Determine which settings to draw. ###
|
|
1090
|
-
blend_mode = False
|
|
1091
|
-
size = False
|
|
1092
|
-
size_mode = False
|
|
1093
|
-
size_pressure = False
|
|
1094
|
-
strength = False
|
|
1095
|
-
strength_pressure = False
|
|
1096
|
-
size_pressure = False
|
|
1097
|
-
weight = False
|
|
1098
|
-
direction = False
|
|
1099
|
-
|
|
1100
|
-
# 3D and 2D Texture Paint #
|
|
1101
|
-
if mode in {'PAINT_TEXTURE', 'PAINT_2D'}:
|
|
1102
|
-
if not popover:
|
|
1103
|
-
blend_mode = brush.image_paint_capabilities.has_color
|
|
1104
|
-
size = brush.image_paint_capabilities.has_radius
|
|
1105
|
-
strength = strength_pressure = True
|
|
1106
|
-
size_pressure = True
|
|
1107
|
-
|
|
1108
|
-
# Sculpt #
|
|
1109
|
-
if mode == 'SCULPT':
|
|
1110
|
-
size_mode = True
|
|
1111
|
-
if not popover:
|
|
1112
|
-
size = True
|
|
1113
|
-
strength = True
|
|
1114
|
-
strength_pressure = brush.sculpt_capabilities.has_strength_pressure
|
|
1115
|
-
direction = brush.sculpt_capabilities.has_direction
|
|
1116
|
-
size_pressure = brush.sculpt_capabilities.has_size_pressure
|
|
1117
|
-
|
|
1118
|
-
# Vertex Paint #
|
|
1119
|
-
if mode == 'PAINT_VERTEX':
|
|
1120
|
-
if not popover:
|
|
1121
|
-
blend_mode = True
|
|
1122
|
-
size = True
|
|
1123
|
-
strength = True
|
|
1124
|
-
strength_pressure = True
|
|
1125
|
-
size_pressure = True
|
|
1126
|
-
|
|
1127
|
-
# Weight Paint #
|
|
1128
|
-
if mode == 'PAINT_WEIGHT':
|
|
1129
|
-
if not popover:
|
|
1130
|
-
size = True
|
|
1131
|
-
weight = brush.weight_paint_capabilities.has_weight
|
|
1132
|
-
strength = strength_pressure = True
|
|
1133
|
-
size_pressure = True
|
|
1134
|
-
# Only draw blend mode for the Draw tool, because for other tools it is pointless. D5928#137944
|
|
1135
|
-
if brush.weight_brush_type == 'DRAW':
|
|
1136
|
-
blend_mode = True
|
|
1137
|
-
|
|
1138
|
-
# Sculpt Curves #
|
|
1139
|
-
if mode == 'SCULPT_CURVES':
|
|
1140
|
-
tool = brush.curves_sculpt_brush_type
|
|
1141
|
-
size = True
|
|
1142
|
-
strength = tool not in {'ADD', 'DELETE'}
|
|
1143
|
-
direction = tool in {'GROW_SHRINK', 'SELECTION_PAINT'}
|
|
1144
|
-
strength_pressure = tool not in {'SLIDE', 'ADD', 'DELETE'}
|
|
1145
|
-
size_pressure = True
|
|
1146
|
-
|
|
1147
|
-
# Grease Pencil #
|
|
1148
|
-
if mode == 'PAINT_GREASE_PENCIL':
|
|
1149
|
-
size_mode = True
|
|
1150
|
-
size = True
|
|
1151
|
-
strength = True
|
|
1152
|
-
|
|
1153
|
-
# Grease Pencil #
|
|
1154
|
-
if mode == 'SCULPT_GREASE_PENCIL':
|
|
1155
|
-
size = True
|
|
1156
|
-
strength = True
|
|
1157
|
-
size_pressure = True
|
|
1158
|
-
|
|
1159
|
-
### Draw settings. ###
|
|
1160
|
-
ups = UnifiedPaintPanel.paint_settings(context).unified_paint_settings
|
|
1161
|
-
|
|
1162
|
-
if blend_mode:
|
|
1163
|
-
layout.prop(brush, "blend", text="Blend")
|
|
1164
|
-
layout.separator()
|
|
1165
|
-
|
|
1166
|
-
if weight:
|
|
1167
|
-
UnifiedPaintPanel.prop_unified(
|
|
1168
|
-
layout,
|
|
1169
|
-
context,
|
|
1170
|
-
brush,
|
|
1171
|
-
"weight",
|
|
1172
|
-
unified_name="use_unified_weight",
|
|
1173
|
-
slider=True,
|
|
1174
|
-
)
|
|
1175
|
-
|
|
1176
|
-
size_owner = ups if ups.use_unified_size else brush
|
|
1177
|
-
size_prop = "size"
|
|
1178
|
-
if size_mode and (size_owner.use_locked_size == 'SCENE'):
|
|
1179
|
-
size_prop = "unprojected_size"
|
|
1180
|
-
if size or size_mode:
|
|
1181
|
-
if size:
|
|
1182
|
-
pressure_name = "use_pressure_size" if size_pressure else None
|
|
1183
|
-
unified_row = UnifiedPaintPanel.prop_unified(
|
|
1184
|
-
layout,
|
|
1185
|
-
context,
|
|
1186
|
-
brush,
|
|
1187
|
-
size_prop,
|
|
1188
|
-
unified_name="use_unified_size",
|
|
1189
|
-
pressure_name=pressure_name,
|
|
1190
|
-
text="Size",
|
|
1191
|
-
slider=True,
|
|
1192
|
-
)
|
|
1193
|
-
if not popover and size_pressure and mode in {
|
|
1194
|
-
'PAINT_TEXTURE',
|
|
1195
|
-
'PAINT_2D',
|
|
1196
|
-
'SCULPT',
|
|
1197
|
-
'PAINT_VERTEX',
|
|
1198
|
-
'PAINT_WEIGHT',
|
|
1199
|
-
'SCULPT_CURVES'}:
|
|
1200
|
-
UnifiedPaintPanel.prop_custom_pressure(
|
|
1201
|
-
layout,
|
|
1202
|
-
context,
|
|
1203
|
-
unified_row,
|
|
1204
|
-
brush,
|
|
1205
|
-
pressure_name=pressure_name,
|
|
1206
|
-
curve_visibility_name="show_size_curve",
|
|
1207
|
-
custom_curve_name="curve_size",
|
|
1208
|
-
)
|
|
1209
|
-
if size_mode:
|
|
1210
|
-
layout.row().prop(size_owner, "use_locked_size", expand=True)
|
|
1211
|
-
layout.separator()
|
|
1212
|
-
|
|
1213
|
-
if strength:
|
|
1214
|
-
pressure_name = "use_pressure_strength" if strength_pressure else None
|
|
1215
|
-
unified_row = UnifiedPaintPanel.prop_unified(
|
|
1216
|
-
layout,
|
|
1217
|
-
context,
|
|
1218
|
-
brush,
|
|
1219
|
-
"strength",
|
|
1220
|
-
unified_name="use_unified_strength",
|
|
1221
|
-
pressure_name=pressure_name,
|
|
1222
|
-
slider=True,
|
|
1223
|
-
)
|
|
1224
|
-
if not popover and strength_pressure and mode in {
|
|
1225
|
-
'PAINT_TEXTURE',
|
|
1226
|
-
'PAINT_2D',
|
|
1227
|
-
'SCULPT',
|
|
1228
|
-
'PAINT_VERTEX',
|
|
1229
|
-
'PAINT_WEIGHT',
|
|
1230
|
-
'SCULPT_CURVES'}:
|
|
1231
|
-
UnifiedPaintPanel.prop_custom_pressure(
|
|
1232
|
-
layout,
|
|
1233
|
-
context,
|
|
1234
|
-
unified_row,
|
|
1235
|
-
brush,
|
|
1236
|
-
pressure_name=pressure_name,
|
|
1237
|
-
curve_visibility_name="show_strength_curve",
|
|
1238
|
-
custom_curve_name="curve_strength",
|
|
1239
|
-
)
|
|
1240
|
-
layout.separator()
|
|
1241
|
-
|
|
1242
|
-
if direction:
|
|
1243
|
-
layout.row().prop(brush, "direction", expand=True)
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
def color_jitter_panel(layout, context, brush):
|
|
1247
|
-
mode = UnifiedPaintPanel.get_brush_mode(context)
|
|
1248
|
-
ups = UnifiedPaintPanel.paint_settings(context).unified_paint_settings
|
|
1249
|
-
|
|
1250
|
-
is_sculpt_paint_mode = mode == 'SCULPT' and brush.sculpt_capabilities.has_color
|
|
1251
|
-
if mode in {'PAINT_TEXTURE', 'PAINT_2D', 'PAINT_VERTEX'} or is_sculpt_paint_mode:
|
|
1252
|
-
prop_owner = ups if ups.use_unified_color else brush
|
|
1253
|
-
layout.use_property_split = False
|
|
1254
|
-
|
|
1255
|
-
header, panel = layout.panel("color_jitter_panel", default_closed=True)
|
|
1256
|
-
header.prop(prop_owner, "use_color_jitter", text="Randomize Color")
|
|
1257
|
-
if panel:
|
|
1258
|
-
panel.use_property_split = True
|
|
1259
|
-
panel.use_property_decorate = False
|
|
1260
|
-
|
|
1261
|
-
col = panel.column(align=True)
|
|
1262
|
-
col.use_property_split = True
|
|
1263
|
-
|
|
1264
|
-
row = col.row(align=True)
|
|
1265
|
-
row.enabled = prop_owner.use_color_jitter
|
|
1266
|
-
row.prop(prop_owner, "hue_jitter", slider=True, text="Hue")
|
|
1267
|
-
row.prop(prop_owner, "use_stroke_random_hue", text="", icon='GP_SELECT_STROKES')
|
|
1268
|
-
row.prop(prop_owner, "use_random_press_hue", text="", icon='STYLUS_PRESSURE')
|
|
1269
|
-
|
|
1270
|
-
row = col.row(align=True)
|
|
1271
|
-
row.enabled = prop_owner.use_color_jitter
|
|
1272
|
-
row.prop(prop_owner, "saturation_jitter", slider=True, text="Saturation")
|
|
1273
|
-
row.prop(prop_owner, "use_stroke_random_sat", text="", icon='GP_SELECT_STROKES')
|
|
1274
|
-
row.prop(prop_owner, "use_random_press_sat", text="", icon='STYLUS_PRESSURE')
|
|
1275
|
-
|
|
1276
|
-
row = col.row(align=True)
|
|
1277
|
-
row.enabled = prop_owner.use_color_jitter
|
|
1278
|
-
row.prop(prop_owner, "value_jitter", slider=True, text="Value", text_ctxt=i18n_contexts.color)
|
|
1279
|
-
row.prop(prop_owner, "use_stroke_random_val", text="", icon='GP_SELECT_STROKES')
|
|
1280
|
-
row.prop(prop_owner, "use_random_press_val", text="", icon='STYLUS_PRESSURE')
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
def brush_settings_advanced(layout, context, settings, brush, popover=False):
|
|
1284
|
-
"""Draw advanced brush settings for Sculpt, Texture/Vertex/Weight Paint modes."""
|
|
1285
|
-
|
|
1286
|
-
mode = UnifiedPaintPanel.get_brush_mode(context)
|
|
1287
|
-
|
|
1288
|
-
# In the popover we want to combine advanced brush settings with non-advanced brush settings.
|
|
1289
|
-
if popover:
|
|
1290
|
-
brush_settings(layout, context, brush, popover=True)
|
|
1291
|
-
layout.separator()
|
|
1292
|
-
layout.label(text="Advanced")
|
|
1293
|
-
|
|
1294
|
-
# These options are shared across many modes.
|
|
1295
|
-
use_accumulate = False
|
|
1296
|
-
use_frontface = False
|
|
1297
|
-
|
|
1298
|
-
if mode == 'SCULPT':
|
|
1299
|
-
layout.prop(brush, "sculpt_brush_type")
|
|
1300
|
-
layout.separator()
|
|
1301
|
-
|
|
1302
|
-
capabilities = brush.sculpt_capabilities
|
|
1303
|
-
use_accumulate = capabilities.has_accumulate
|
|
1304
|
-
use_frontface = True
|
|
1305
|
-
|
|
1306
|
-
col = layout.column(heading="Auto-Masking", align=True)
|
|
1307
|
-
|
|
1308
|
-
col.prop(brush, "use_automasking_topology", text="Topology")
|
|
1309
|
-
col.prop(brush, "use_automasking_face_sets", text="Face Sets")
|
|
1310
|
-
|
|
1311
|
-
layout.separator()
|
|
1312
|
-
|
|
1313
|
-
col = layout.column(align=True)
|
|
1314
|
-
row = col.row()
|
|
1315
|
-
row.prop(brush, "use_automasking_boundary_edges", text="Mesh Boundary")
|
|
1316
|
-
|
|
1317
|
-
if brush.use_automasking_boundary_edges:
|
|
1318
|
-
props = row.operator("sculpt.mask_from_boundary", text="Create Mask")
|
|
1319
|
-
props.settings_source = 'BRUSH'
|
|
1320
|
-
props.boundary_mode = 'MESH'
|
|
1321
|
-
|
|
1322
|
-
row = col.row()
|
|
1323
|
-
row.prop(brush, "use_automasking_boundary_face_sets", text="Face Sets Boundary")
|
|
1324
|
-
|
|
1325
|
-
if brush.use_automasking_boundary_face_sets:
|
|
1326
|
-
props = row.operator("sculpt.mask_from_boundary", text="Create Mask")
|
|
1327
|
-
props.settings_source = 'BRUSH'
|
|
1328
|
-
props.boundary_mode = 'FACE_SETS'
|
|
1329
|
-
|
|
1330
|
-
if brush.use_automasking_boundary_edges or brush.use_automasking_boundary_face_sets:
|
|
1331
|
-
col = layout.column()
|
|
1332
|
-
col.use_property_split = False
|
|
1333
|
-
split = col.split(factor=0.4)
|
|
1334
|
-
col = split.column()
|
|
1335
|
-
split.prop(brush, "automasking_boundary_edges_propagation_steps")
|
|
1336
|
-
|
|
1337
|
-
layout.separator()
|
|
1338
|
-
|
|
1339
|
-
col = layout.column(align=True)
|
|
1340
|
-
row = col.row()
|
|
1341
|
-
row.prop(brush, "use_automasking_cavity", text="Cavity")
|
|
1342
|
-
|
|
1343
|
-
is_cavity_active = brush.use_automasking_cavity or brush.use_automasking_cavity_inverted
|
|
1344
|
-
|
|
1345
|
-
if is_cavity_active:
|
|
1346
|
-
props = row.operator("sculpt.mask_from_cavity", text="Create Mask")
|
|
1347
|
-
props.settings_source = 'BRUSH'
|
|
1348
|
-
|
|
1349
|
-
col.prop(brush, "use_automasking_cavity_inverted", text="Cavity (inverted)")
|
|
1350
|
-
|
|
1351
|
-
if is_cavity_active:
|
|
1352
|
-
col = layout.column(align=True)
|
|
1353
|
-
col.prop(brush, "automasking_cavity_factor", text="Factor")
|
|
1354
|
-
col.prop(brush, "automasking_cavity_blur_steps", text="Blur")
|
|
1355
|
-
|
|
1356
|
-
col = layout.column()
|
|
1357
|
-
col.prop(brush, "use_automasking_custom_cavity_curve", text="Custom Curve")
|
|
1358
|
-
|
|
1359
|
-
if brush.use_automasking_custom_cavity_curve:
|
|
1360
|
-
col.template_curve_mapping(brush, "automasking_cavity_curve", brush=True)
|
|
1361
|
-
|
|
1362
|
-
layout.separator()
|
|
1363
|
-
|
|
1364
|
-
col = layout.column(align=True)
|
|
1365
|
-
col.prop(brush, "use_automasking_view_normal", text="View Normal")
|
|
1366
|
-
|
|
1367
|
-
if brush.use_automasking_view_normal:
|
|
1368
|
-
col.prop(brush, "use_automasking_view_occlusion", text="Occlusion")
|
|
1369
|
-
subcol = col.column(align=True)
|
|
1370
|
-
subcol.active = not brush.use_automasking_view_occlusion
|
|
1371
|
-
subcol.prop(brush, "automasking_view_normal_limit", text="Limit")
|
|
1372
|
-
subcol.prop(brush, "automasking_view_normal_falloff", text="Falloff")
|
|
1373
|
-
|
|
1374
|
-
col = layout.column()
|
|
1375
|
-
col.prop(brush, "use_automasking_start_normal", text="Area Normal")
|
|
1376
|
-
|
|
1377
|
-
if brush.use_automasking_start_normal:
|
|
1378
|
-
col = layout.column(align=True)
|
|
1379
|
-
col.prop(brush, "automasking_start_normal_limit", text="Limit")
|
|
1380
|
-
col.prop(brush, "automasking_start_normal_falloff", text="Falloff")
|
|
1381
|
-
|
|
1382
|
-
layout.separator()
|
|
1383
|
-
|
|
1384
|
-
# sculpt plane settings
|
|
1385
|
-
if capabilities.has_sculpt_plane:
|
|
1386
|
-
layout.prop(brush, "sculpt_plane")
|
|
1387
|
-
if brush.sculpt_brush_type != 'PLANE':
|
|
1388
|
-
col = layout.column(heading="Original", align=True)
|
|
1389
|
-
col.prop(brush, "use_original_normal", text="Normal")
|
|
1390
|
-
col.prop(brush, "use_original_plane", text="Plane")
|
|
1391
|
-
layout.separator()
|
|
1392
|
-
|
|
1393
|
-
elif mode == 'SCULPT_GREASE_PENCIL':
|
|
1394
|
-
gp_settings = brush.gpencil_settings
|
|
1395
|
-
|
|
1396
|
-
col = layout.column(heading="Affect", align=True)
|
|
1397
|
-
col.prop(gp_settings, "use_edit_position", text="Position")
|
|
1398
|
-
col.prop(gp_settings, "use_edit_strength", text="Strength", text_ctxt=i18n_contexts.id_gpencil)
|
|
1399
|
-
col.prop(gp_settings, "use_edit_thickness", text="Thickness")
|
|
1400
|
-
col.prop(gp_settings, "use_edit_uv", text="UV")
|
|
1401
|
-
|
|
1402
|
-
# 3D and 2D Texture Paint.
|
|
1403
|
-
elif mode in {'PAINT_TEXTURE', 'PAINT_2D'}:
|
|
1404
|
-
layout.prop(brush, "image_brush_type")
|
|
1405
|
-
layout.separator()
|
|
1406
|
-
|
|
1407
|
-
capabilities = brush.image_paint_capabilities
|
|
1408
|
-
use_accumulate = capabilities.has_accumulate
|
|
1409
|
-
|
|
1410
|
-
if mode == 'PAINT_2D':
|
|
1411
|
-
layout.prop(brush, "use_paint_antialiasing")
|
|
1412
|
-
else:
|
|
1413
|
-
layout.prop(brush, "use_alpha")
|
|
1414
|
-
|
|
1415
|
-
# Tool specific settings
|
|
1416
|
-
if brush.image_brush_type == 'SOFTEN':
|
|
1417
|
-
layout.separator()
|
|
1418
|
-
layout.row().prop(brush, "direction", expand=True)
|
|
1419
|
-
layout.prop(brush, "sharp_threshold")
|
|
1420
|
-
if mode == 'PAINT_2D':
|
|
1421
|
-
layout.prop(brush, "blur_kernel_radius")
|
|
1422
|
-
layout.prop(brush, "blur_mode")
|
|
1423
|
-
|
|
1424
|
-
elif brush.image_brush_type == 'MASK':
|
|
1425
|
-
layout.prop(brush, "weight", text="Mask Value", slider=True)
|
|
1426
|
-
|
|
1427
|
-
elif brush.image_brush_type == 'CLONE':
|
|
1428
|
-
if mode == 'PAINT_2D':
|
|
1429
|
-
layout.prop(settings, "clone_image", text="Image")
|
|
1430
|
-
layout.prop(settings, "clone_alpha", text="Alpha")
|
|
1431
|
-
|
|
1432
|
-
# Vertex Paint #
|
|
1433
|
-
elif mode == 'PAINT_VERTEX':
|
|
1434
|
-
layout.prop(brush, "vertex_brush_type")
|
|
1435
|
-
layout.separator()
|
|
1436
|
-
|
|
1437
|
-
layout.prop(brush, "use_alpha")
|
|
1438
|
-
if brush.vertex_brush_type != 'SMEAR':
|
|
1439
|
-
use_accumulate = True
|
|
1440
|
-
use_frontface = True
|
|
1441
|
-
|
|
1442
|
-
# Weight Paint
|
|
1443
|
-
elif mode == 'PAINT_WEIGHT':
|
|
1444
|
-
layout.prop(brush, "weight_brush_type")
|
|
1445
|
-
layout.separator()
|
|
1446
|
-
|
|
1447
|
-
if brush.weight_brush_type != 'SMEAR':
|
|
1448
|
-
use_accumulate = True
|
|
1449
|
-
use_frontface = True
|
|
1450
|
-
|
|
1451
|
-
# Sculpt Curves
|
|
1452
|
-
elif mode == 'SCULPT_CURVES':
|
|
1453
|
-
layout.prop(brush, "curves_sculpt_brush_type")
|
|
1454
|
-
|
|
1455
|
-
# Draw shared settings.
|
|
1456
|
-
if use_accumulate:
|
|
1457
|
-
layout.prop(brush, "use_accumulate")
|
|
1458
|
-
|
|
1459
|
-
if use_frontface:
|
|
1460
|
-
layout.prop(brush, "use_frontface", text="Front Faces Only")
|
|
1461
|
-
|
|
1462
|
-
if popover:
|
|
1463
|
-
color_jitter_panel(layout, context, brush)
|
|
1464
|
-
|
|
1465
|
-
# Brush modes
|
|
1466
|
-
header, panel = layout.panel("modes", default_closed=True)
|
|
1467
|
-
header.label(text="Modes")
|
|
1468
|
-
if panel:
|
|
1469
|
-
panel.use_property_split = True
|
|
1470
|
-
panel.use_property_decorate = False
|
|
1471
|
-
|
|
1472
|
-
col = panel.column(align=True)
|
|
1473
|
-
col.prop(brush, "use_paint_sculpt", text="Sculpt")
|
|
1474
|
-
col.prop(brush, "use_paint_uv_sculpt", text="UV Sculpt")
|
|
1475
|
-
col.prop(brush, "use_paint_vertex", text="Vertex Paint")
|
|
1476
|
-
col.prop(brush, "use_paint_weight", text="Weight Paint")
|
|
1477
|
-
col.prop(brush, "use_paint_image", text="Texture Paint")
|
|
1478
|
-
col.prop(brush, "use_paint_sculpt_curves", text="Sculpt Curves")
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
def draw_color_settings(context, layout, brush, color_type=False):
|
|
1482
|
-
"""Draw color wheel and gradient settings."""
|
|
1483
|
-
ups = UnifiedPaintPanel.paint_settings(context).unified_paint_settings
|
|
1484
|
-
|
|
1485
|
-
if color_type:
|
|
1486
|
-
row = layout.row()
|
|
1487
|
-
row.use_property_split = False
|
|
1488
|
-
row.prop(brush, "color_type", expand=True)
|
|
1489
|
-
|
|
1490
|
-
# Color wheel
|
|
1491
|
-
if brush.color_type == 'COLOR':
|
|
1492
|
-
UnifiedPaintPanel.prop_unified_color_picker(layout, context, brush, "color", value_slider=True)
|
|
1493
|
-
|
|
1494
|
-
row = layout.row(align=True)
|
|
1495
|
-
UnifiedPaintPanel.prop_unified_color(row, context, brush, "color", text="")
|
|
1496
|
-
UnifiedPaintPanel.prop_unified_color(row, context, brush, "secondary_color", text="")
|
|
1497
|
-
row.separator()
|
|
1498
|
-
row.operator("paint.brush_colors_flip", icon='FILE_REFRESH', text="", emboss=False)
|
|
1499
|
-
row.prop(ups, "use_unified_color", text="", icon='BRUSHES_ALL')
|
|
1500
|
-
|
|
1501
|
-
color_jitter_panel(layout, context, brush)
|
|
1502
|
-
|
|
1503
|
-
# Gradient
|
|
1504
|
-
elif brush.color_type == 'GRADIENT':
|
|
1505
|
-
layout.template_color_ramp(brush, "gradient", expand=True)
|
|
1506
|
-
|
|
1507
|
-
layout.use_property_split = True
|
|
1508
|
-
|
|
1509
|
-
col = layout.column()
|
|
1510
|
-
|
|
1511
|
-
if brush.image_brush_type == 'DRAW':
|
|
1512
|
-
UnifiedPaintPanel.prop_unified(
|
|
1513
|
-
col,
|
|
1514
|
-
context,
|
|
1515
|
-
brush,
|
|
1516
|
-
"secondary_color",
|
|
1517
|
-
unified_name="use_unified_color",
|
|
1518
|
-
text="Background Color",
|
|
1519
|
-
header=True,
|
|
1520
|
-
)
|
|
1521
|
-
|
|
1522
|
-
col.prop(brush, "gradient_stroke_mode", text="Gradient Mapping")
|
|
1523
|
-
if brush.gradient_stroke_mode in {'SPACING_REPEAT', 'SPACING_CLAMP'}:
|
|
1524
|
-
col.prop(brush, "grad_spacing")
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
# Used in both the View3D toolbar and texture properties
|
|
1528
|
-
def brush_texture_settings(layout, brush, sculpt):
|
|
1529
|
-
tex_slot = brush.texture_slot
|
|
1530
|
-
|
|
1531
|
-
layout.use_property_split = True
|
|
1532
|
-
layout.use_property_decorate = False
|
|
1533
|
-
|
|
1534
|
-
# map_mode
|
|
1535
|
-
layout.prop(tex_slot, "map_mode", text="Mapping")
|
|
1536
|
-
|
|
1537
|
-
layout.separator()
|
|
1538
|
-
|
|
1539
|
-
if tex_slot.map_mode == 'STENCIL':
|
|
1540
|
-
if brush.texture and brush.texture.type == 'IMAGE':
|
|
1541
|
-
layout.operator("brush.stencil_fit_image_aspect").mask = False
|
|
1542
|
-
layout.operator("brush.stencil_reset_transform").mask = False
|
|
1543
|
-
|
|
1544
|
-
# angle and texture_angle_source
|
|
1545
|
-
if tex_slot.has_texture_angle:
|
|
1546
|
-
col = layout.column()
|
|
1547
|
-
col.prop(tex_slot, "angle", text="Angle")
|
|
1548
|
-
if tex_slot.has_texture_angle_source:
|
|
1549
|
-
col.prop(tex_slot, "use_rake", text="Rake")
|
|
1550
|
-
|
|
1551
|
-
if brush.brush_capabilities.has_random_texture_angle and tex_slot.has_random_texture_angle:
|
|
1552
|
-
if sculpt:
|
|
1553
|
-
if brush.sculpt_capabilities.has_random_texture_angle:
|
|
1554
|
-
col.prop(tex_slot, "use_random", text="Random")
|
|
1555
|
-
if tex_slot.use_random:
|
|
1556
|
-
col.prop(tex_slot, "random_angle", text="Random Angle")
|
|
1557
|
-
else:
|
|
1558
|
-
col.prop(tex_slot, "use_random", text="Random")
|
|
1559
|
-
if tex_slot.use_random:
|
|
1560
|
-
col.prop(tex_slot, "random_angle", text="Random Angle")
|
|
1561
|
-
|
|
1562
|
-
# scale and offset
|
|
1563
|
-
layout.prop(tex_slot, "offset")
|
|
1564
|
-
layout.prop(tex_slot, "scale")
|
|
1565
|
-
|
|
1566
|
-
if sculpt:
|
|
1567
|
-
# texture_sample_bias
|
|
1568
|
-
layout.prop(brush, "texture_sample_bias", slider=True, text="Sample Bias")
|
|
1569
|
-
|
|
1570
|
-
if brush.sculpt_brush_type == 'DRAW':
|
|
1571
|
-
col = layout.column()
|
|
1572
|
-
col.active = tex_slot.map_mode == 'AREA_PLANE'
|
|
1573
|
-
col.prop(brush, "use_color_as_displacement", text="Vector Displacement")
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
def brush_mask_texture_settings(layout, brush):
|
|
1577
|
-
mask_tex_slot = brush.mask_texture_slot
|
|
1578
|
-
|
|
1579
|
-
layout.use_property_split = True
|
|
1580
|
-
layout.use_property_decorate = False
|
|
1581
|
-
|
|
1582
|
-
# map_mode
|
|
1583
|
-
layout.row().prop(mask_tex_slot, "mask_map_mode", text="Mask Mapping")
|
|
1584
|
-
|
|
1585
|
-
if mask_tex_slot.map_mode == 'STENCIL':
|
|
1586
|
-
if brush.mask_texture and brush.mask_texture.type == 'IMAGE':
|
|
1587
|
-
layout.operator("brush.stencil_fit_image_aspect").mask = True
|
|
1588
|
-
layout.operator("brush.stencil_reset_transform").mask = True
|
|
1589
|
-
|
|
1590
|
-
col = layout.column()
|
|
1591
|
-
col.prop(brush, "use_pressure_masking", text="Pressure Masking")
|
|
1592
|
-
# angle and texture_angle_source
|
|
1593
|
-
if mask_tex_slot.has_texture_angle:
|
|
1594
|
-
col = layout.column()
|
|
1595
|
-
col.prop(mask_tex_slot, "angle", text="Angle")
|
|
1596
|
-
if mask_tex_slot.has_texture_angle_source:
|
|
1597
|
-
col.prop(mask_tex_slot, "use_rake", text="Rake")
|
|
1598
|
-
|
|
1599
|
-
if brush.brush_capabilities.has_random_texture_angle and mask_tex_slot.has_random_texture_angle:
|
|
1600
|
-
col.prop(mask_tex_slot, "use_random", text="Random")
|
|
1601
|
-
if mask_tex_slot.use_random:
|
|
1602
|
-
col.prop(mask_tex_slot, "random_angle", text="Random Angle")
|
|
1603
|
-
|
|
1604
|
-
# scale and offset
|
|
1605
|
-
col.prop(mask_tex_slot, "offset")
|
|
1606
|
-
col.prop(mask_tex_slot, "scale")
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
def brush_basic_texpaint_settings(layout, context, brush, *, compact=False):
|
|
1610
|
-
"""Draw Tool Settings header for Vertex Paint and 2D and 3D Texture Paint modes."""
|
|
1611
|
-
capabilities = brush.image_paint_capabilities
|
|
1612
|
-
|
|
1613
|
-
if capabilities.has_color:
|
|
1614
|
-
row = layout.row(align=True)
|
|
1615
|
-
row.ui_units_x = 4
|
|
1616
|
-
UnifiedPaintPanel.prop_unified_color(row, context, brush, "color", text="")
|
|
1617
|
-
UnifiedPaintPanel.prop_unified_color(row, context, brush, "secondary_color", text="")
|
|
1618
|
-
row.separator()
|
|
1619
|
-
layout.prop(brush, "blend", text="" if compact else iface_("Blend"), translate=False)
|
|
1620
|
-
|
|
1621
|
-
UnifiedPaintPanel.prop_unified(
|
|
1622
|
-
layout,
|
|
1623
|
-
context,
|
|
1624
|
-
brush,
|
|
1625
|
-
"size",
|
|
1626
|
-
pressure_name="use_pressure_size",
|
|
1627
|
-
unified_name="use_unified_size",
|
|
1628
|
-
slider=True,
|
|
1629
|
-
text="Size",
|
|
1630
|
-
header=True,
|
|
1631
|
-
)
|
|
1632
|
-
UnifiedPaintPanel.prop_unified(
|
|
1633
|
-
layout,
|
|
1634
|
-
context,
|
|
1635
|
-
brush,
|
|
1636
|
-
"strength",
|
|
1637
|
-
pressure_name="use_pressure_strength",
|
|
1638
|
-
unified_name="use_unified_strength",
|
|
1639
|
-
header=True,
|
|
1640
|
-
)
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
def brush_basic__draw_color_selector(context, layout, brush, gp_settings):
|
|
1644
|
-
tool_settings = context.scene.tool_settings
|
|
1645
|
-
settings = tool_settings.gpencil_paint
|
|
1646
|
-
ma = gp_settings.material
|
|
1647
|
-
|
|
1648
|
-
row = layout.row(align=True)
|
|
1649
|
-
if not gp_settings.use_material_pin:
|
|
1650
|
-
ma = context.object.active_material
|
|
1651
|
-
icon_id = 0
|
|
1652
|
-
txt_ma = ""
|
|
1653
|
-
if ma:
|
|
1654
|
-
ma.id_data.preview_ensure()
|
|
1655
|
-
if ma.id_data.preview:
|
|
1656
|
-
icon_id = ma.id_data.preview.icon_id
|
|
1657
|
-
txt_ma = ma.name
|
|
1658
|
-
maxw = 25
|
|
1659
|
-
if len(txt_ma) > maxw:
|
|
1660
|
-
txt_ma = txt_ma[:maxw - 5] + '..' + txt_ma[-3:]
|
|
1661
|
-
|
|
1662
|
-
sub = row.row(align=True)
|
|
1663
|
-
sub.enabled = not gp_settings.use_material_pin
|
|
1664
|
-
sub.ui_units_x = 8
|
|
1665
|
-
sub.popover(
|
|
1666
|
-
panel="TOPBAR_PT_grease_pencil_materials",
|
|
1667
|
-
text=txt_ma,
|
|
1668
|
-
translate=False,
|
|
1669
|
-
icon_value=icon_id,
|
|
1670
|
-
)
|
|
1671
|
-
|
|
1672
|
-
row.prop(gp_settings, "use_material_pin", text="")
|
|
1673
|
-
|
|
1674
|
-
if brush.gpencil_brush_type in {'DRAW', 'FILL'}:
|
|
1675
|
-
row.separator(factor=1.0)
|
|
1676
|
-
sub_row = row.row(align=True)
|
|
1677
|
-
pin_draw_mode = gp_settings.pin_draw_mode
|
|
1678
|
-
sub_row.enabled = not pin_draw_mode
|
|
1679
|
-
if pin_draw_mode:
|
|
1680
|
-
sub_row.prop_enum(gp_settings, "brush_draw_mode", 'MATERIAL', text="", icon='MATERIAL')
|
|
1681
|
-
sub_row.prop_enum(gp_settings, "brush_draw_mode", 'VERTEXCOLOR', text="", icon='VPAINT_HLT')
|
|
1682
|
-
else:
|
|
1683
|
-
sub_row.prop_enum(settings, "color_mode", 'MATERIAL', text="", icon='MATERIAL')
|
|
1684
|
-
sub_row.prop_enum(settings, "color_mode", 'VERTEXCOLOR', text="", icon='VPAINT_HLT')
|
|
1685
|
-
|
|
1686
|
-
show_vertex_color = ((not pin_draw_mode) and settings.color_mode == 'VERTEXCOLOR') or \
|
|
1687
|
-
(pin_draw_mode and gp_settings.brush_draw_mode == 'VERTEXCOLOR')
|
|
1688
|
-
|
|
1689
|
-
if show_vertex_color:
|
|
1690
|
-
sub_row = row.row(align=True)
|
|
1691
|
-
sub_row.enabled = show_vertex_color
|
|
1692
|
-
sub_row.scale_x = 0.8
|
|
1693
|
-
sub_row.prop_with_popover(brush, "color", text="", panel="TOPBAR_PT_grease_pencil_vertex_color")
|
|
1694
|
-
row.prop(gp_settings, "pin_draw_mode", text="")
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
def brush_basic_grease_pencil_paint_settings(layout, context, brush, props, *, compact=False):
|
|
1698
|
-
gp_settings = brush.gpencil_settings
|
|
1699
|
-
paint = context.tool_settings.gpencil_paint
|
|
1700
|
-
tool = context.workspace.tools.from_space_view3d_mode(context.mode, create=False)
|
|
1701
|
-
if gp_settings is None:
|
|
1702
|
-
return
|
|
1703
|
-
|
|
1704
|
-
grease_pencil_brush_type = brush.gpencil_brush_type
|
|
1705
|
-
|
|
1706
|
-
if grease_pencil_brush_type in {'DRAW', 'ERASE', 'TINT'} or tool.idname in {
|
|
1707
|
-
"builtin.arc",
|
|
1708
|
-
"builtin.curve",
|
|
1709
|
-
"builtin.line",
|
|
1710
|
-
"builtin.box",
|
|
1711
|
-
"builtin.circle",
|
|
1712
|
-
"builtin.polyline",
|
|
1713
|
-
}:
|
|
1714
|
-
size = "size"
|
|
1715
|
-
if brush.use_locked_size == 'SCENE' and (grease_pencil_brush_type == 'DRAW' or tool.idname in {
|
|
1716
|
-
"builtin.arc",
|
|
1717
|
-
"builtin.curve",
|
|
1718
|
-
"builtin.line",
|
|
1719
|
-
"builtin.box",
|
|
1720
|
-
"builtin.circle",
|
|
1721
|
-
"builtin.polyline",
|
|
1722
|
-
}):
|
|
1723
|
-
size = "unprojected_size"
|
|
1724
|
-
row = layout.row(align=True)
|
|
1725
|
-
row.prop(brush, size, slider=True, text="Size")
|
|
1726
|
-
row.prop(brush, "use_pressure_size", text="")
|
|
1727
|
-
if not compact:
|
|
1728
|
-
row.prop(
|
|
1729
|
-
paint,
|
|
1730
|
-
"show_size_curve",
|
|
1731
|
-
text="",
|
|
1732
|
-
icon='DOWNARROW_HLT' if paint.show_size_curve else 'RIGHTARROW',
|
|
1733
|
-
emboss=False)
|
|
1734
|
-
|
|
1735
|
-
if paint.show_size_curve:
|
|
1736
|
-
col = layout.column()
|
|
1737
|
-
col.active = brush.use_pressure_size
|
|
1738
|
-
col.template_curve_mapping(gp_settings, "curve_sensitivity", brush=True, show_presets=True)
|
|
1739
|
-
|
|
1740
|
-
row = layout.row(align=True)
|
|
1741
|
-
row.prop(brush, "strength", slider=True, text="Strength")
|
|
1742
|
-
row.prop(brush, "use_pressure_strength", text="")
|
|
1743
|
-
if not compact:
|
|
1744
|
-
row.prop(
|
|
1745
|
-
paint,
|
|
1746
|
-
"show_strength_curve",
|
|
1747
|
-
text="",
|
|
1748
|
-
icon='DOWNARROW_HLT' if paint.show_strength_curve else 'RIGHTARROW',
|
|
1749
|
-
emboss=False)
|
|
1750
|
-
|
|
1751
|
-
if paint.show_strength_curve:
|
|
1752
|
-
col = layout.column()
|
|
1753
|
-
col.active = brush.use_pressure_strength
|
|
1754
|
-
col.template_curve_mapping(gp_settings, "curve_strength", brush=True, show_presets=True)
|
|
1755
|
-
|
|
1756
|
-
if props:
|
|
1757
|
-
layout.prop(props, "subdivision")
|
|
1758
|
-
|
|
1759
|
-
# Brush details
|
|
1760
|
-
if tool.idname in {
|
|
1761
|
-
"builtin.arc",
|
|
1762
|
-
"builtin.curve",
|
|
1763
|
-
"builtin.line",
|
|
1764
|
-
"builtin.box",
|
|
1765
|
-
"builtin.circle",
|
|
1766
|
-
"builtin.polyline",
|
|
1767
|
-
}:
|
|
1768
|
-
row = layout.row(align=True)
|
|
1769
|
-
if context.region.type == 'TOOL_HEADER':
|
|
1770
|
-
row.prop(gp_settings, "caps_type", text="", expand=True)
|
|
1771
|
-
else:
|
|
1772
|
-
row.prop(gp_settings, "caps_type", text="Caps Type")
|
|
1773
|
-
|
|
1774
|
-
settings = context.tool_settings.gpencil_sculpt
|
|
1775
|
-
if compact:
|
|
1776
|
-
row = layout.row(align=True)
|
|
1777
|
-
row.prop(settings, "use_thickness_curve", text="", icon='SPHERECURVE')
|
|
1778
|
-
sub = row.row(align=True)
|
|
1779
|
-
sub.active = settings.use_thickness_curve
|
|
1780
|
-
sub.popover(
|
|
1781
|
-
panel="TOPBAR_PT_gpencil_primitive",
|
|
1782
|
-
text="Thickness Profile",
|
|
1783
|
-
)
|
|
1784
|
-
else:
|
|
1785
|
-
row = layout.row(align=True)
|
|
1786
|
-
row.prop(settings, "use_thickness_curve", text="Use Thickness Profile")
|
|
1787
|
-
sub = row.row(align=True)
|
|
1788
|
-
if settings.use_thickness_curve:
|
|
1789
|
-
# Pressure curve.
|
|
1790
|
-
layout.template_curve_mapping(settings, "thickness_primitive_curve", brush=True)
|
|
1791
|
-
elif grease_pencil_brush_type == 'DRAW':
|
|
1792
|
-
row = layout.row(align=True)
|
|
1793
|
-
if compact:
|
|
1794
|
-
row.prop(gp_settings, "caps_type", text="", expand=True)
|
|
1795
|
-
else:
|
|
1796
|
-
row.prop(gp_settings, "caps_type", text="Caps Type")
|
|
1797
|
-
elif brush.gpencil_brush_type == 'FILL':
|
|
1798
|
-
use_property_split_prev = layout.use_property_split
|
|
1799
|
-
if compact:
|
|
1800
|
-
row = layout.row(align=True)
|
|
1801
|
-
row.prop(gp_settings, "fill_direction", text="", expand=True)
|
|
1802
|
-
else:
|
|
1803
|
-
layout.use_property_split = False
|
|
1804
|
-
row = layout.row(align=True)
|
|
1805
|
-
row.prop(gp_settings, "fill_direction", expand=True)
|
|
1806
|
-
|
|
1807
|
-
row = layout.row(align=True)
|
|
1808
|
-
row.prop(gp_settings, "fill_factor")
|
|
1809
|
-
row = layout.row(align=True)
|
|
1810
|
-
row.prop(gp_settings, "dilate")
|
|
1811
|
-
row = layout.row(align=True)
|
|
1812
|
-
row.prop(brush, "size", text="Thickness")
|
|
1813
|
-
layout.use_property_split = use_property_split_prev
|
|
1814
|
-
elif grease_pencil_brush_type == 'ERASE':
|
|
1815
|
-
layout.prop(gp_settings, "eraser_mode", expand=True)
|
|
1816
|
-
layout.prop(gp_settings, "use_active_layer_only")
|
|
1817
|
-
if gp_settings.eraser_mode in {'HARD', 'SOFT'}:
|
|
1818
|
-
layout.prop(gp_settings, "use_keep_caps_eraser")
|
|
1819
|
-
elif grease_pencil_brush_type == 'TINT':
|
|
1820
|
-
layout.prop(gp_settings, "vertex_mode", text="Mode")
|
|
1821
|
-
layout.popover("VIEW3D_PT_tools_brush_falloff")
|
|
1822
|
-
layout.prop(gp_settings, "use_active_layer_only")
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
def brush_basic_grease_pencil_weight_settings(layout, context, brush, *, compact=False):
|
|
1826
|
-
UnifiedPaintPanel.prop_unified(
|
|
1827
|
-
layout,
|
|
1828
|
-
context,
|
|
1829
|
-
brush,
|
|
1830
|
-
"size",
|
|
1831
|
-
pressure_name="use_pressure_size",
|
|
1832
|
-
unified_name="use_unified_size",
|
|
1833
|
-
text="Size",
|
|
1834
|
-
slider=True,
|
|
1835
|
-
header=compact,
|
|
1836
|
-
)
|
|
1837
|
-
|
|
1838
|
-
capabilities = brush.sculpt_capabilities
|
|
1839
|
-
pressure_name = "use_pressure_strength" if capabilities.has_strength_pressure else None
|
|
1840
|
-
UnifiedPaintPanel.prop_unified(
|
|
1841
|
-
layout,
|
|
1842
|
-
context,
|
|
1843
|
-
brush,
|
|
1844
|
-
"strength",
|
|
1845
|
-
pressure_name=pressure_name,
|
|
1846
|
-
unified_name="use_unified_strength",
|
|
1847
|
-
text="Strength",
|
|
1848
|
-
header=compact,
|
|
1849
|
-
)
|
|
1850
|
-
|
|
1851
|
-
if brush.gpencil_weight_brush_type in {'WEIGHT'}:
|
|
1852
|
-
UnifiedPaintPanel.prop_unified(
|
|
1853
|
-
layout,
|
|
1854
|
-
context,
|
|
1855
|
-
brush,
|
|
1856
|
-
"weight",
|
|
1857
|
-
unified_name="use_unified_weight",
|
|
1858
|
-
text="Weight",
|
|
1859
|
-
slider=True,
|
|
1860
|
-
header=compact,
|
|
1861
|
-
)
|
|
1862
|
-
layout.prop(brush, "direction", expand=True, text="" if compact else "Direction")
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
def brush_basic_grease_pencil_vertex_settings(layout, context, brush, *, compact=False):
|
|
1866
|
-
UnifiedPaintPanel.prop_unified(
|
|
1867
|
-
layout,
|
|
1868
|
-
context,
|
|
1869
|
-
brush,
|
|
1870
|
-
"size",
|
|
1871
|
-
pressure_name="use_pressure_size",
|
|
1872
|
-
unified_name="use_unified_size",
|
|
1873
|
-
text="Size",
|
|
1874
|
-
slider=True,
|
|
1875
|
-
header=compact,
|
|
1876
|
-
)
|
|
1877
|
-
|
|
1878
|
-
if brush.gpencil_vertex_brush_type in {'DRAW', 'BLUR', 'SMEAR'}:
|
|
1879
|
-
UnifiedPaintPanel.prop_unified(
|
|
1880
|
-
layout,
|
|
1881
|
-
context,
|
|
1882
|
-
brush,
|
|
1883
|
-
"strength",
|
|
1884
|
-
pressure_name="use_pressure_strength",
|
|
1885
|
-
unified_name="use_unified_strength",
|
|
1886
|
-
text="Strength",
|
|
1887
|
-
header=compact,
|
|
1888
|
-
)
|
|
1889
|
-
|
|
1890
|
-
gp_settings = brush.gpencil_settings
|
|
1891
|
-
if brush.gpencil_vertex_brush_type in {'DRAW', 'REPLACE'}:
|
|
1892
|
-
row = layout.row(align=True)
|
|
1893
|
-
row.prop(gp_settings, "vertex_mode", text="Mode")
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
classes = (
|
|
1897
|
-
VIEW3D_PT_brush_asset_shelf_filter,
|
|
1898
|
-
VIEW3D_MT_tools_projectpaint_clone,
|
|
1899
|
-
)
|
|
1900
|
-
|
|
1901
|
-
if __name__ == "__main__": # only for live edit.
|
|
1902
|
-
from bpy.utils import register_class
|
|
1903
|
-
for cls in classes:
|
|
1904
|
-
register_class(cls)
|