@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,3108 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2009-2023 Blender Authors
|
|
2
|
-
#
|
|
3
|
-
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
4
|
-
|
|
5
|
-
import bpy
|
|
6
|
-
from bpy.types import (
|
|
7
|
-
Header,
|
|
8
|
-
Menu,
|
|
9
|
-
Panel,
|
|
10
|
-
UIList,
|
|
11
|
-
)
|
|
12
|
-
from bpy.app.translations import (
|
|
13
|
-
contexts as i18n_contexts,
|
|
14
|
-
pgettext_iface as iface_,
|
|
15
|
-
pgettext_rpt as rpt_,
|
|
16
|
-
)
|
|
17
|
-
from bl_ui.utils import PresetPanel
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
# -----------------------------------------------------------------------------
|
|
21
|
-
# Main Header
|
|
22
|
-
|
|
23
|
-
class USERPREF_HT_header(Header):
|
|
24
|
-
bl_space_type = 'PREFERENCES'
|
|
25
|
-
|
|
26
|
-
@staticmethod
|
|
27
|
-
def draw_buttons(layout, context):
|
|
28
|
-
prefs = context.preferences
|
|
29
|
-
|
|
30
|
-
layout.operator_context = 'EXEC_AREA'
|
|
31
|
-
|
|
32
|
-
if prefs.use_preferences_save and (not bpy.app.use_userpref_skip_save_on_exit):
|
|
33
|
-
pass
|
|
34
|
-
else:
|
|
35
|
-
# Show '*' to let users know the preferences have been modified.
|
|
36
|
-
layout.operator(
|
|
37
|
-
"wm.save_userpref",
|
|
38
|
-
text=iface_("Save Preferences") + (" *" if prefs.is_dirty else ""),
|
|
39
|
-
translate=False,
|
|
40
|
-
)
|
|
41
|
-
|
|
42
|
-
def draw(self, context):
|
|
43
|
-
layout = self.layout
|
|
44
|
-
layout.operator_context = 'EXEC_AREA'
|
|
45
|
-
|
|
46
|
-
layout.template_header()
|
|
47
|
-
|
|
48
|
-
USERPREF_MT_editor_menus.draw_collapsible(context, layout)
|
|
49
|
-
|
|
50
|
-
layout.separator_spacer()
|
|
51
|
-
|
|
52
|
-
self.draw_buttons(layout, context)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
# -----------------------------------------------------------------------------
|
|
56
|
-
# Main Navigation Bar
|
|
57
|
-
|
|
58
|
-
class USERPREF_PT_navigation_bar(Panel):
|
|
59
|
-
bl_label = "Preferences Navigation"
|
|
60
|
-
bl_space_type = 'PREFERENCES'
|
|
61
|
-
bl_region_type = 'UI'
|
|
62
|
-
bl_category = "Navigation"
|
|
63
|
-
bl_options = {'HIDE_HEADER'}
|
|
64
|
-
|
|
65
|
-
def draw(self, context):
|
|
66
|
-
layout = self.layout
|
|
67
|
-
|
|
68
|
-
prefs = context.preferences
|
|
69
|
-
|
|
70
|
-
col = layout.column()
|
|
71
|
-
|
|
72
|
-
col.scale_x = 1.3
|
|
73
|
-
col.scale_y = 1.3
|
|
74
|
-
col.prop(prefs, "active_section", expand=True)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
class USERPREF_MT_editor_menus(Menu):
|
|
78
|
-
bl_idname = "USERPREF_MT_editor_menus"
|
|
79
|
-
bl_label = ""
|
|
80
|
-
|
|
81
|
-
def draw(self, _context):
|
|
82
|
-
layout = self.layout
|
|
83
|
-
layout.menu("USERPREF_MT_view")
|
|
84
|
-
layout.menu("USERPREF_MT_save_load", text="Preferences")
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
class USERPREF_MT_view(Menu):
|
|
88
|
-
bl_label = "View"
|
|
89
|
-
|
|
90
|
-
def draw(self, context):
|
|
91
|
-
layout = self.layout
|
|
92
|
-
view = context.space_data
|
|
93
|
-
|
|
94
|
-
layout.prop(view, "show_region_ui")
|
|
95
|
-
layout.separator()
|
|
96
|
-
|
|
97
|
-
layout.menu("INFO_MT_area")
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
class USERPREF_MT_save_load(Menu):
|
|
101
|
-
bl_label = "Save & Load"
|
|
102
|
-
|
|
103
|
-
def draw(self, context):
|
|
104
|
-
layout = self.layout
|
|
105
|
-
|
|
106
|
-
prefs = context.preferences
|
|
107
|
-
|
|
108
|
-
row = layout.row()
|
|
109
|
-
row.active = not bpy.app.use_userpref_skip_save_on_exit
|
|
110
|
-
row.prop(prefs, "use_preferences_save", text="Auto-Save Preferences")
|
|
111
|
-
|
|
112
|
-
layout.separator()
|
|
113
|
-
|
|
114
|
-
layout.operator_context = 'EXEC_AREA'
|
|
115
|
-
if prefs.use_preferences_save:
|
|
116
|
-
layout.operator("wm.save_userpref", text="Save Preferences")
|
|
117
|
-
sub_revert = layout.column(align=True)
|
|
118
|
-
# NOTE: regarding `factory_startup`. To correctly show the active state of this menu item,
|
|
119
|
-
# the user preferences themselves would need to have a `factory_startup` state.
|
|
120
|
-
# Since showing an active menu item whenever factory-startup is used is not such a problem, leave this as-is.
|
|
121
|
-
sub_revert.active = prefs.is_dirty or bpy.app.factory_startup
|
|
122
|
-
sub_revert.operator("wm.read_userpref", text="Revert to Saved Preferences")
|
|
123
|
-
|
|
124
|
-
layout.operator_context = 'INVOKE_AREA'
|
|
125
|
-
|
|
126
|
-
app_template = prefs.app_template
|
|
127
|
-
if app_template:
|
|
128
|
-
display_name = bpy.path.display_name(iface_(app_template))
|
|
129
|
-
layout.operator("wm.read_factory_userpref", text="Load Factory Blender Preferences")
|
|
130
|
-
props = layout.operator(
|
|
131
|
-
"wm.read_factory_userpref",
|
|
132
|
-
text=iface_("Load Factory {:s} Preferences").format(display_name),
|
|
133
|
-
translate=False,
|
|
134
|
-
)
|
|
135
|
-
props.use_factory_startup_app_template_only = True
|
|
136
|
-
del display_name
|
|
137
|
-
else:
|
|
138
|
-
layout.operator("wm.read_factory_userpref", text="Load Factory Preferences")
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
class USERPREF_PT_save_preferences(Panel):
|
|
142
|
-
bl_label = "Save Preferences"
|
|
143
|
-
bl_space_type = 'PREFERENCES'
|
|
144
|
-
bl_region_type = 'EXECUTE'
|
|
145
|
-
bl_options = {'HIDE_HEADER'}
|
|
146
|
-
|
|
147
|
-
@classmethod
|
|
148
|
-
def poll(cls, context):
|
|
149
|
-
# Hide when header is visible
|
|
150
|
-
for region in context.area.regions:
|
|
151
|
-
if region.type == 'HEADER' and region.height <= 1:
|
|
152
|
-
return True
|
|
153
|
-
|
|
154
|
-
return False
|
|
155
|
-
|
|
156
|
-
def draw(self, context):
|
|
157
|
-
layout = self.layout.row()
|
|
158
|
-
layout.operator_context = 'EXEC_AREA'
|
|
159
|
-
|
|
160
|
-
layout.menu("USERPREF_MT_save_load", text="", icon='COLLAPSEMENU')
|
|
161
|
-
|
|
162
|
-
USERPREF_HT_header.draw_buttons(layout, context)
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
# -----------------------------------------------------------------------------
|
|
166
|
-
# Min-In Helpers
|
|
167
|
-
|
|
168
|
-
# Panel mix-in.
|
|
169
|
-
class CenterAlignMixIn:
|
|
170
|
-
"""
|
|
171
|
-
Base class for panels to center align contents with some horizontal margin.
|
|
172
|
-
Deriving classes need to implement a ``draw_centered(context, layout)`` function.
|
|
173
|
-
"""
|
|
174
|
-
|
|
175
|
-
def draw(self, context):
|
|
176
|
-
layout = self.layout
|
|
177
|
-
width = context.region.width
|
|
178
|
-
ui_scale = context.preferences.system.ui_scale
|
|
179
|
-
# No horizontal margin if region is rather small.
|
|
180
|
-
is_wide = width > (350 * ui_scale)
|
|
181
|
-
|
|
182
|
-
layout.use_property_split = True
|
|
183
|
-
layout.use_property_decorate = False # No animation.
|
|
184
|
-
|
|
185
|
-
row = layout.row()
|
|
186
|
-
if is_wide:
|
|
187
|
-
row.label() # Needed so col below is centered.
|
|
188
|
-
|
|
189
|
-
col = row.column()
|
|
190
|
-
col.ui_units_x = 50
|
|
191
|
-
|
|
192
|
-
# Implemented by sub-classes.
|
|
193
|
-
self.draw_centered(context, col)
|
|
194
|
-
|
|
195
|
-
if is_wide:
|
|
196
|
-
row.label() # Needed so col above is centered.
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
# -----------------------------------------------------------------------------
|
|
200
|
-
# Interface Panels
|
|
201
|
-
|
|
202
|
-
class InterfacePanel:
|
|
203
|
-
bl_space_type = 'PREFERENCES'
|
|
204
|
-
bl_region_type = 'WINDOW'
|
|
205
|
-
bl_context = "interface"
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
class USERPREF_PT_interface_display(InterfacePanel, CenterAlignMixIn, Panel):
|
|
209
|
-
bl_label = "Display"
|
|
210
|
-
|
|
211
|
-
def draw_centered(self, context, layout):
|
|
212
|
-
prefs = context.preferences
|
|
213
|
-
view = prefs.view
|
|
214
|
-
|
|
215
|
-
col = layout.column()
|
|
216
|
-
|
|
217
|
-
col.prop(view, "ui_scale", text="Resolution Scale")
|
|
218
|
-
col.prop(view, "ui_line_width", text="Line Width")
|
|
219
|
-
col.prop(view, "show_splash", text="Splash Screen")
|
|
220
|
-
col.prop(view, "show_developer_ui")
|
|
221
|
-
|
|
222
|
-
col.separator()
|
|
223
|
-
|
|
224
|
-
col = layout.column(heading="Tooltips", align=True)
|
|
225
|
-
col.prop(view, "show_tooltips", text="User Tooltips")
|
|
226
|
-
sub = col.column()
|
|
227
|
-
sub.active = view.show_tooltips
|
|
228
|
-
sub.prop(view, "show_tooltips_python")
|
|
229
|
-
|
|
230
|
-
col.separator()
|
|
231
|
-
|
|
232
|
-
col = layout.column(heading="Search", align=True)
|
|
233
|
-
col.prop(prefs, "use_recent_searches", text="Sort by Most Recent")
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
class USERPREF_PT_interface_text(InterfacePanel, CenterAlignMixIn, Panel):
|
|
237
|
-
bl_label = "Text Rendering"
|
|
238
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
239
|
-
|
|
240
|
-
def draw_centered(self, context, layout):
|
|
241
|
-
prefs = context.preferences
|
|
242
|
-
view = prefs.view
|
|
243
|
-
|
|
244
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
245
|
-
|
|
246
|
-
flow.prop(view, "use_text_antialiasing", text="Anti-Aliasing")
|
|
247
|
-
sub = flow.column()
|
|
248
|
-
sub.active = view.use_text_antialiasing
|
|
249
|
-
sub.prop(view, "use_text_render_subpixelaa", text="Subpixel Anti-Aliasing")
|
|
250
|
-
sub.prop(view, "text_hinting", text="Hinting")
|
|
251
|
-
|
|
252
|
-
flow.prop(view, "font_path_ui")
|
|
253
|
-
flow.prop(view, "font_path_ui_mono")
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
class USERPREF_PT_interface_translation(InterfacePanel, CenterAlignMixIn, Panel):
|
|
257
|
-
bl_label = "Language"
|
|
258
|
-
bl_translation_context = i18n_contexts.id_windowmanager
|
|
259
|
-
|
|
260
|
-
@classmethod
|
|
261
|
-
def poll(cls, _context):
|
|
262
|
-
return bpy.app.build_options.international
|
|
263
|
-
|
|
264
|
-
def draw_centered(self, context, layout):
|
|
265
|
-
prefs = context.preferences
|
|
266
|
-
view = prefs.view
|
|
267
|
-
|
|
268
|
-
layout.prop(view, "language")
|
|
269
|
-
|
|
270
|
-
col = layout.column(heading="Translate", heading_ctxt=i18n_contexts.editor_preferences)
|
|
271
|
-
col.active = (bpy.app.translations.locale != "en_US")
|
|
272
|
-
col.prop(view, "use_translate_tooltips", text="Tooltips")
|
|
273
|
-
col.prop(view, "use_translate_interface", text="Interface")
|
|
274
|
-
col.prop(view, "use_translate_reports", text="Reports")
|
|
275
|
-
col.prop(view, "use_translate_new_dataname", text="New Data")
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
class USERPREF_PT_interface_accessibility(InterfacePanel, CenterAlignMixIn, Panel):
|
|
279
|
-
bl_label = "Accessibility"
|
|
280
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
281
|
-
|
|
282
|
-
def draw_centered(self, context, layout):
|
|
283
|
-
prefs = context.preferences
|
|
284
|
-
view = prefs.view
|
|
285
|
-
|
|
286
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
287
|
-
|
|
288
|
-
flow.prop(view, "use_reduce_motion")
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
class USERPREF_PT_interface_editors(InterfacePanel, CenterAlignMixIn, Panel):
|
|
292
|
-
bl_label = "Editors"
|
|
293
|
-
|
|
294
|
-
def draw_centered(self, context, layout):
|
|
295
|
-
prefs = context.preferences
|
|
296
|
-
view = prefs.view
|
|
297
|
-
system = prefs.system
|
|
298
|
-
|
|
299
|
-
col = layout.column()
|
|
300
|
-
col.prop(system, "use_region_overlap")
|
|
301
|
-
|
|
302
|
-
col = layout.column(heading="Show", align=True)
|
|
303
|
-
col.prop(view, "show_area_handle")
|
|
304
|
-
col.prop(view, "show_number_arrows", text="Numeric Input Arrows")
|
|
305
|
-
col.prop(view, "show_navigate_ui")
|
|
306
|
-
|
|
307
|
-
col = layout.column()
|
|
308
|
-
col.prop(view, "border_width")
|
|
309
|
-
col.prop(view, "color_picker_type")
|
|
310
|
-
col.row().prop(view, "header_align")
|
|
311
|
-
col.prop(view, "factor_display_type")
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
class USERPREF_PT_interface_temporary_windows(InterfacePanel, CenterAlignMixIn, Panel):
|
|
315
|
-
bl_label = "Temporary Editors"
|
|
316
|
-
bl_parent_id = "USERPREF_PT_interface_editors"
|
|
317
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
318
|
-
|
|
319
|
-
def draw_centered(self, context, layout):
|
|
320
|
-
prefs = context.preferences
|
|
321
|
-
view = prefs.view
|
|
322
|
-
|
|
323
|
-
col = layout.column()
|
|
324
|
-
col.prop(view, "render_display_type", text="Render In")
|
|
325
|
-
col.prop(view, "filebrowser_display_type", text="File Browser")
|
|
326
|
-
col.prop(view, "preferences_display_type", text="Preferences")
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
class USERPREF_PT_interface_statusbar(InterfacePanel, CenterAlignMixIn, Panel):
|
|
330
|
-
bl_label = "Status Bar"
|
|
331
|
-
bl_parent_id = "USERPREF_PT_interface_editors"
|
|
332
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
333
|
-
|
|
334
|
-
def draw_centered(self, context, layout):
|
|
335
|
-
prefs = context.preferences
|
|
336
|
-
view = prefs.view
|
|
337
|
-
|
|
338
|
-
col = layout.column(heading="Show")
|
|
339
|
-
col.prop(view, "show_statusbar_stats", text="Scene Statistics")
|
|
340
|
-
col.prop(view, "show_statusbar_scene_duration", text="Scene Duration")
|
|
341
|
-
col.prop(view, "show_statusbar_memory", text="System Memory")
|
|
342
|
-
col.prop(view, "show_statusbar_vram", text="Video Memory")
|
|
343
|
-
col.prop(view, "show_extensions_updates", text="Extensions Updates")
|
|
344
|
-
col.prop(view, "show_statusbar_version", text="Blender Version")
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
class USERPREF_PT_interface_menus(InterfacePanel, CenterAlignMixIn, Panel):
|
|
348
|
-
bl_label = "Menus"
|
|
349
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
350
|
-
|
|
351
|
-
def draw_centered(self, context, layout):
|
|
352
|
-
prefs = context.preferences
|
|
353
|
-
view = prefs.view
|
|
354
|
-
col = layout.column()
|
|
355
|
-
col.prop(view, "menu_close_leave")
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
class USERPREF_PT_interface_menus_mouse_over(InterfacePanel, CenterAlignMixIn, Panel):
|
|
359
|
-
bl_label = "Open on Mouse Over"
|
|
360
|
-
bl_parent_id = "USERPREF_PT_interface_menus"
|
|
361
|
-
|
|
362
|
-
def draw_header(self, context):
|
|
363
|
-
prefs = context.preferences
|
|
364
|
-
view = prefs.view
|
|
365
|
-
|
|
366
|
-
self.layout.prop(view, "use_mouse_over_open", text="")
|
|
367
|
-
|
|
368
|
-
def draw_centered(self, context, layout):
|
|
369
|
-
prefs = context.preferences
|
|
370
|
-
view = prefs.view
|
|
371
|
-
|
|
372
|
-
layout.active = view.use_mouse_over_open
|
|
373
|
-
|
|
374
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
375
|
-
|
|
376
|
-
flow.prop(view, "open_toplevel_delay", text="Top Level")
|
|
377
|
-
flow.prop(view, "open_sublevel_delay", text="Sub Level")
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
class USERPREF_PT_interface_menus_pie(InterfacePanel, CenterAlignMixIn, Panel):
|
|
381
|
-
bl_label = "Pie Menus"
|
|
382
|
-
bl_parent_id = "USERPREF_PT_interface_menus"
|
|
383
|
-
|
|
384
|
-
def draw_centered(self, context, layout):
|
|
385
|
-
prefs = context.preferences
|
|
386
|
-
view = prefs.view
|
|
387
|
-
|
|
388
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
389
|
-
|
|
390
|
-
flow.prop(view, "pie_animation_timeout")
|
|
391
|
-
flow.prop(view, "pie_tap_timeout")
|
|
392
|
-
flow.prop(view, "pie_initial_timeout")
|
|
393
|
-
flow.prop(view, "pie_menu_radius")
|
|
394
|
-
flow.prop(view, "pie_menu_threshold")
|
|
395
|
-
flow.prop(view, "pie_menu_confirm")
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
# -----------------------------------------------------------------------------
|
|
399
|
-
# Editing Panels
|
|
400
|
-
|
|
401
|
-
class EditingPanel:
|
|
402
|
-
bl_space_type = 'PREFERENCES'
|
|
403
|
-
bl_region_type = 'WINDOW'
|
|
404
|
-
bl_context = "editing"
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
class USERPREF_PT_edit_objects(EditingPanel, Panel):
|
|
408
|
-
bl_label = "Objects"
|
|
409
|
-
|
|
410
|
-
def draw(self, context):
|
|
411
|
-
pass
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
class USERPREF_PT_edit_objects_new(EditingPanel, CenterAlignMixIn, Panel):
|
|
415
|
-
bl_label = "New Objects"
|
|
416
|
-
bl_parent_id = "USERPREF_PT_edit_objects"
|
|
417
|
-
|
|
418
|
-
def draw_centered(self, context, layout):
|
|
419
|
-
prefs = context.preferences
|
|
420
|
-
edit = prefs.edit
|
|
421
|
-
|
|
422
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
423
|
-
|
|
424
|
-
flow.prop(edit, "material_link", text="Link Materials To")
|
|
425
|
-
flow.prop(edit, "object_align", text="Align To")
|
|
426
|
-
flow.prop(edit, "use_enter_edit_mode", text="Enter Edit Mode")
|
|
427
|
-
flow.prop(edit, "collection_instance_empty_size", text="Instance Empty Size")
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
class USERPREF_PT_edit_objects_duplicate_data(EditingPanel, CenterAlignMixIn, Panel):
|
|
431
|
-
bl_label = "Copy on Duplicate"
|
|
432
|
-
bl_parent_id = "USERPREF_PT_edit_objects"
|
|
433
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
434
|
-
|
|
435
|
-
def draw_centered(self, context, layout):
|
|
436
|
-
prefs = context.preferences
|
|
437
|
-
edit = prefs.edit
|
|
438
|
-
|
|
439
|
-
layout.use_property_split = False
|
|
440
|
-
|
|
441
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=True)
|
|
442
|
-
|
|
443
|
-
datablock_types = (
|
|
444
|
-
("use_duplicate_action", "Action", 'ACTION', ""),
|
|
445
|
-
("use_duplicate_armature", "Armature", 'OUTLINER_DATA_ARMATURE', ""),
|
|
446
|
-
("use_duplicate_camera", "Camera", 'OUTLINER_DATA_CAMERA', ""),
|
|
447
|
-
("use_duplicate_curve", "Curve", 'OUTLINER_DATA_CURVE', ""),
|
|
448
|
-
("use_duplicate_curves", "Curves", 'OUTLINER_DATA_CURVES', ""),
|
|
449
|
-
("use_duplicate_grease_pencil", "Grease Pencil", 'OUTLINER_OB_GREASEPENCIL', ""),
|
|
450
|
-
("use_duplicate_lattice", "Lattice", 'OUTLINER_DATA_LATTICE', ""),
|
|
451
|
-
(None, None, None, None),
|
|
452
|
-
("use_duplicate_light", "Light", 'OUTLINER_DATA_LIGHT', ""),
|
|
453
|
-
("use_duplicate_lightprobe", "Light Probe", 'OUTLINER_DATA_LIGHTPROBE', ""),
|
|
454
|
-
("use_duplicate_material", "Material", 'MATERIAL_DATA', ""),
|
|
455
|
-
("use_duplicate_mesh", "Mesh", 'OUTLINER_DATA_MESH', ""),
|
|
456
|
-
("use_duplicate_metaball", "Metaball", 'OUTLINER_DATA_META', ""),
|
|
457
|
-
("use_duplicate_node_tree", "Node Tree", 'NODETREE', ""),
|
|
458
|
-
("use_duplicate_particle", "Particle", 'PARTICLES', ""),
|
|
459
|
-
(None, None, None, None),
|
|
460
|
-
("use_duplicate_pointcloud", "Point Cloud", 'OUTLINER_DATA_POINTCLOUD', ""),
|
|
461
|
-
("use_duplicate_speaker", "Speaker", 'OUTLINER_DATA_SPEAKER', ""),
|
|
462
|
-
("use_duplicate_surface", "Surface", 'OUTLINER_DATA_SURFACE', ""),
|
|
463
|
-
("use_duplicate_text", "Text", 'OUTLINER_DATA_FONT', ""),
|
|
464
|
-
("use_duplicate_volume", "Volume", 'OUTLINER_DATA_VOLUME', "i18n_contexts.id_id"),
|
|
465
|
-
)
|
|
466
|
-
|
|
467
|
-
col = flow.column()
|
|
468
|
-
|
|
469
|
-
for prop, type_name, type_icon, type_ctx in datablock_types:
|
|
470
|
-
if prop is None:
|
|
471
|
-
col = flow.column()
|
|
472
|
-
continue
|
|
473
|
-
|
|
474
|
-
row = col.row()
|
|
475
|
-
|
|
476
|
-
row_checkbox = row.row()
|
|
477
|
-
row_checkbox.prop(edit, prop, text="", text_ctxt=type_ctx)
|
|
478
|
-
|
|
479
|
-
row_label = row.row()
|
|
480
|
-
row_label.label(text=type_name, icon=type_icon)
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
class USERPREF_PT_edit_cursor(EditingPanel, CenterAlignMixIn, Panel):
|
|
484
|
-
bl_label = "3D Cursor"
|
|
485
|
-
|
|
486
|
-
def draw_centered(self, context, layout):
|
|
487
|
-
prefs = context.preferences
|
|
488
|
-
edit = prefs.edit
|
|
489
|
-
|
|
490
|
-
col = layout.column(heading="Cursor")
|
|
491
|
-
col.prop(edit, "use_mouse_depth_cursor", text="Surface Project")
|
|
492
|
-
col.prop(edit, "use_cursor_lock_adjust", text="Lock Adjust")
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
class USERPREF_PT_edit_gpencil(EditingPanel, CenterAlignMixIn, Panel):
|
|
496
|
-
bl_label = "Grease Pencil"
|
|
497
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
498
|
-
|
|
499
|
-
def draw_centered(self, context, layout):
|
|
500
|
-
prefs = context.preferences
|
|
501
|
-
edit = prefs.edit
|
|
502
|
-
|
|
503
|
-
col = layout.column(heading="Distance")
|
|
504
|
-
col.prop(edit, "grease_pencil_manhattan_distance", text="Manhattan")
|
|
505
|
-
col.prop(edit, "grease_pencil_euclidean_distance", text="Euclidean")
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
class USERPREF_PT_edit_annotations(EditingPanel, CenterAlignMixIn, Panel):
|
|
509
|
-
bl_label = "Annotations"
|
|
510
|
-
|
|
511
|
-
def draw_centered(self, context, layout):
|
|
512
|
-
prefs = context.preferences
|
|
513
|
-
edit = prefs.edit
|
|
514
|
-
|
|
515
|
-
col = layout.column()
|
|
516
|
-
col.prop(edit, "grease_pencil_default_color", text="Default Color")
|
|
517
|
-
col.prop(edit, "grease_pencil_eraser_radius", text="Eraser Radius")
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
class USERPREF_PT_edit_weight_paint(EditingPanel, CenterAlignMixIn, Panel):
|
|
521
|
-
bl_label = "Weight Paint"
|
|
522
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
523
|
-
|
|
524
|
-
def draw_centered(self, context, layout):
|
|
525
|
-
prefs = context.preferences
|
|
526
|
-
view = prefs.view
|
|
527
|
-
|
|
528
|
-
layout.use_property_split = False
|
|
529
|
-
|
|
530
|
-
layout.prop(view, "use_weight_color_range", text="Custom Gradient")
|
|
531
|
-
|
|
532
|
-
col = layout.column()
|
|
533
|
-
col.active = view.use_weight_color_range
|
|
534
|
-
col.template_color_ramp(view, "weight_color_range", expand=True)
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
class USERPREF_PT_edit_text_editor(EditingPanel, CenterAlignMixIn, Panel):
|
|
538
|
-
bl_label = "Text Editor"
|
|
539
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
540
|
-
|
|
541
|
-
def draw_centered(self, context, layout):
|
|
542
|
-
prefs = context.preferences
|
|
543
|
-
edit = prefs.edit
|
|
544
|
-
|
|
545
|
-
layout.prop(edit, "use_text_edit_auto_close")
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
class USERPREF_PT_edit_node_editor(EditingPanel, CenterAlignMixIn, Panel):
|
|
549
|
-
bl_label = "Node Editor"
|
|
550
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
551
|
-
|
|
552
|
-
def draw_centered(self, context, layout):
|
|
553
|
-
prefs = context.preferences
|
|
554
|
-
edit = prefs.edit
|
|
555
|
-
|
|
556
|
-
col = layout.column(heading="Auto-Offset")
|
|
557
|
-
row = col.row()
|
|
558
|
-
row.prop(edit, "node_use_insert_offset", text="")
|
|
559
|
-
subrow = row.row()
|
|
560
|
-
subrow.prop(edit, "node_margin", text="")
|
|
561
|
-
subrow.active = edit.node_use_insert_offset
|
|
562
|
-
|
|
563
|
-
layout.prop(edit, "node_preview_resolution", text="Preview Resolution")
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
class USERPREF_PT_edit_sequence_editor(EditingPanel, CenterAlignMixIn, Panel):
|
|
567
|
-
bl_label = "Video Sequencer"
|
|
568
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
569
|
-
|
|
570
|
-
def draw_centered(self, context, layout):
|
|
571
|
-
prefs = context.preferences
|
|
572
|
-
edit = prefs.edit
|
|
573
|
-
|
|
574
|
-
layout.prop(edit, "connect_strips_by_default")
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
class USERPREF_PT_edit_misc(EditingPanel, CenterAlignMixIn, Panel):
|
|
578
|
-
bl_label = "Miscellaneous"
|
|
579
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
580
|
-
|
|
581
|
-
def draw_centered(self, context, layout):
|
|
582
|
-
prefs = context.preferences
|
|
583
|
-
edit = prefs.edit
|
|
584
|
-
|
|
585
|
-
col = layout.column()
|
|
586
|
-
col.prop(edit, "sculpt_paint_overlay_color", text="Sculpt Overlay Color")
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
# -----------------------------------------------------------------------------
|
|
590
|
-
# Animation Panels
|
|
591
|
-
|
|
592
|
-
class AnimationPanel:
|
|
593
|
-
bl_space_type = 'PREFERENCES'
|
|
594
|
-
bl_region_type = 'WINDOW'
|
|
595
|
-
bl_context = "animation"
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
class USERPREF_PT_animation_timeline(AnimationPanel, CenterAlignMixIn, Panel):
|
|
599
|
-
bl_label = "Timeline"
|
|
600
|
-
|
|
601
|
-
def draw_centered(self, context, layout):
|
|
602
|
-
prefs = context.preferences
|
|
603
|
-
view = prefs.view
|
|
604
|
-
edit = prefs.edit
|
|
605
|
-
|
|
606
|
-
col = layout.column()
|
|
607
|
-
col.prop(edit, "use_negative_frames")
|
|
608
|
-
|
|
609
|
-
col.prop(view, "view2d_grid_spacing_min", text="Minimum Grid Spacing")
|
|
610
|
-
col.prop(view, "timecode_style")
|
|
611
|
-
col.prop(view, "view_frame_type")
|
|
612
|
-
if view.view_frame_type == 'SECONDS':
|
|
613
|
-
col.prop(view, "view_frame_seconds")
|
|
614
|
-
elif view.view_frame_type == 'KEYFRAMES':
|
|
615
|
-
col.prop(view, "view_frame_keyframes")
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
class USERPREF_PT_animation_keyframes(AnimationPanel, CenterAlignMixIn, Panel):
|
|
619
|
-
bl_label = "Keyframes"
|
|
620
|
-
|
|
621
|
-
def draw_centered(self, context, layout):
|
|
622
|
-
prefs = context.preferences
|
|
623
|
-
edit = prefs.edit
|
|
624
|
-
|
|
625
|
-
layout.prop(edit, "key_insert_channels", expand=True)
|
|
626
|
-
|
|
627
|
-
row = layout.row(align=True, heading="Only Insert Needed")
|
|
628
|
-
row.prop(edit, "use_keyframe_insert_needed", text="Manual", toggle=1)
|
|
629
|
-
row.prop(edit, "use_auto_keyframe_insert_needed", text="Auto", toggle=1)
|
|
630
|
-
|
|
631
|
-
col = layout.column(heading="Keyframing")
|
|
632
|
-
col.prop(edit, "use_visual_keying")
|
|
633
|
-
|
|
634
|
-
col = layout.column(heading="Auto-Keyframing")
|
|
635
|
-
col.prop(edit, "use_auto_keying", text="Enable in New Scenes")
|
|
636
|
-
col.prop(edit, "use_auto_keying_warning", text="Show Warning")
|
|
637
|
-
col.prop(edit, "use_keyframe_insert_available", text="Only Insert Available")
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
class USERPREF_PT_animation_fcurves(AnimationPanel, CenterAlignMixIn, Panel):
|
|
641
|
-
bl_label = "F-Curves"
|
|
642
|
-
|
|
643
|
-
def draw_centered(self, context, layout):
|
|
644
|
-
prefs = context.preferences
|
|
645
|
-
edit = prefs.edit
|
|
646
|
-
|
|
647
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
648
|
-
|
|
649
|
-
flow.prop(edit, "fcurve_unselected_alpha", text="Unselected Opacity")
|
|
650
|
-
flow.prop(edit, "fcurve_new_auto_smoothing", text="Default Smoothing Mode")
|
|
651
|
-
flow.prop(edit, "keyframe_new_interpolation_type", text="Default Interpolation")
|
|
652
|
-
flow.prop(edit, "keyframe_new_handle_type", text="Default Handles")
|
|
653
|
-
flow.prop(edit, "use_insertkey_xyz_to_rgb", text="XYZ to RGB")
|
|
654
|
-
flow.prop(edit, "use_anim_channel_group_colors")
|
|
655
|
-
flow.prop(edit, "show_only_selected_curve_keyframes")
|
|
656
|
-
flow.prop(edit, "use_fcurve_high_quality_drawing")
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
# -----------------------------------------------------------------------------
|
|
660
|
-
# System Panels
|
|
661
|
-
|
|
662
|
-
class SystemPanel:
|
|
663
|
-
bl_space_type = 'PREFERENCES'
|
|
664
|
-
bl_region_type = 'WINDOW'
|
|
665
|
-
bl_context = "system"
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
class USERPREF_PT_system_sound(SystemPanel, CenterAlignMixIn, Panel):
|
|
669
|
-
bl_label = "Sound"
|
|
670
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
671
|
-
|
|
672
|
-
def draw_centered(self, context, layout):
|
|
673
|
-
prefs = context.preferences
|
|
674
|
-
system = prefs.system
|
|
675
|
-
|
|
676
|
-
layout.prop(system, "audio_device", expand=False)
|
|
677
|
-
|
|
678
|
-
sub = layout.grid_flow(row_major=False, columns=0, even_columns=False, even_rows=False, align=False)
|
|
679
|
-
sub.active = system.audio_device not in {'NONE', 'None'}
|
|
680
|
-
sub.prop(system, "audio_channels", text="Channels")
|
|
681
|
-
sub.prop(system, "audio_mixing_buffer", text="Mixing Buffer")
|
|
682
|
-
sub.prop(system, "audio_sample_rate", text="Sample Rate")
|
|
683
|
-
sub.prop(system, "audio_sample_format", text="Sample Format")
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
class USERPREF_PT_system_cycles_devices(SystemPanel, CenterAlignMixIn, Panel):
|
|
687
|
-
bl_label = "Cycles Render Devices"
|
|
688
|
-
|
|
689
|
-
def draw_centered(self, context, layout):
|
|
690
|
-
prefs = context.preferences
|
|
691
|
-
|
|
692
|
-
col = layout.column()
|
|
693
|
-
col.use_property_split = False
|
|
694
|
-
|
|
695
|
-
if bpy.app.build_options.cycles:
|
|
696
|
-
addon = prefs.addons.get("cycles")
|
|
697
|
-
if addon is None:
|
|
698
|
-
layout.label(text="Enable Cycles Render Engine add-on to use Cycles", icon='INFO')
|
|
699
|
-
else:
|
|
700
|
-
addon.preferences.draw_impl(col, context)
|
|
701
|
-
del addon
|
|
702
|
-
else:
|
|
703
|
-
layout.label(text="Cycles is disabled in this build", icon='INFO')
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
class USERPREF_PT_system_display_graphics(SystemPanel, CenterAlignMixIn, Panel):
|
|
707
|
-
bl_label = "Display Graphics"
|
|
708
|
-
|
|
709
|
-
@classmethod
|
|
710
|
-
def poll(cls, _context):
|
|
711
|
-
import platform
|
|
712
|
-
return platform.system() != "Darwin"
|
|
713
|
-
|
|
714
|
-
def draw_centered(self, context, layout):
|
|
715
|
-
prefs = context.preferences
|
|
716
|
-
system = prefs.system
|
|
717
|
-
import gpu
|
|
718
|
-
import sys
|
|
719
|
-
|
|
720
|
-
col = layout.column()
|
|
721
|
-
col.prop(system, "gpu_backend", text="Backend")
|
|
722
|
-
if system.gpu_backend == 'VULKAN':
|
|
723
|
-
col = layout.column()
|
|
724
|
-
col.enabled = gpu.platform.backend_type_get() == 'VULKAN'
|
|
725
|
-
col.prop(system, "gpu_preferred_device")
|
|
726
|
-
|
|
727
|
-
if system.gpu_backend != gpu.platform.backend_type_get():
|
|
728
|
-
layout.label(text="A restart of Blender is required", icon='INFO')
|
|
729
|
-
|
|
730
|
-
if system.gpu_backend == 'VULKAN':
|
|
731
|
-
col = layout.column()
|
|
732
|
-
col.label(text="Current Vulkan backend limitations:", icon='INFO')
|
|
733
|
-
col.label(text="\u2022 Low performance in VR", icon='BLANK1')
|
|
734
|
-
if sys.platform == "win32" and gpu.platform.device_type_get() == 'QUALCOMM':
|
|
735
|
-
col.label(text="\u2022 Windows on ARM requires driver 31.0.112.0 or higher", icon='BLANK1')
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
class USERPREF_PT_system_os_settings(SystemPanel, CenterAlignMixIn, Panel):
|
|
739
|
-
bl_label = "Operating System Settings"
|
|
740
|
-
|
|
741
|
-
@classmethod
|
|
742
|
-
def poll(cls, _context):
|
|
743
|
-
# macOS isn't supported.
|
|
744
|
-
from sys import platform
|
|
745
|
-
if platform == "darwin":
|
|
746
|
-
return False
|
|
747
|
-
return True
|
|
748
|
-
|
|
749
|
-
@staticmethod
|
|
750
|
-
def _draw_associate_supported_or_label(context, layout):
|
|
751
|
-
from sys import platform
|
|
752
|
-
if platform[:3] == "win":
|
|
753
|
-
if context.preferences.system.is_microsoft_store_install:
|
|
754
|
-
layout.label(text="Microsoft Store installation")
|
|
755
|
-
layout.label(text="Use Windows 'Default Apps' to associate with blend files")
|
|
756
|
-
return False
|
|
757
|
-
else:
|
|
758
|
-
# Linux.
|
|
759
|
-
if not bpy.app.portable:
|
|
760
|
-
layout.label(text="System Installation")
|
|
761
|
-
layout.label(text="File association is handled by the package manager")
|
|
762
|
-
return False
|
|
763
|
-
|
|
764
|
-
import os
|
|
765
|
-
if os.environ.get("SNAP"):
|
|
766
|
-
layout.label(text="Snap Package Installation")
|
|
767
|
-
layout.label(text="File association is handled by the package manager")
|
|
768
|
-
return False
|
|
769
|
-
|
|
770
|
-
return True
|
|
771
|
-
|
|
772
|
-
def draw_centered(self, context, layout):
|
|
773
|
-
if self._draw_associate_supported_or_label(context, layout):
|
|
774
|
-
layout.label(text="Open blend files with this Blender version")
|
|
775
|
-
split = layout.split(factor=0.5)
|
|
776
|
-
split.alignment = 'LEFT'
|
|
777
|
-
split.operator("preferences.associate_blend", text="Register")
|
|
778
|
-
split.operator("preferences.unassociate_blend", text="Unregister")
|
|
779
|
-
layout.prop(bpy.context.preferences.system, "register_all_users", text="For All Users")
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
class USERPREF_PT_system_network(SystemPanel, CenterAlignMixIn, Panel):
|
|
783
|
-
bl_label = "Network"
|
|
784
|
-
|
|
785
|
-
def draw_centered(self, context, layout):
|
|
786
|
-
prefs = context.preferences
|
|
787
|
-
system = prefs.system
|
|
788
|
-
|
|
789
|
-
row = layout.row()
|
|
790
|
-
row.prop(system, "use_online_access", text="Allow Online Access")
|
|
791
|
-
|
|
792
|
-
# Show when the preference has been overridden and doesn't match the current preference.
|
|
793
|
-
runtime_online_access = bpy.app.online_access
|
|
794
|
-
if system.use_online_access != runtime_online_access:
|
|
795
|
-
row = layout.split(factor=0.4)
|
|
796
|
-
row.label(text="")
|
|
797
|
-
if runtime_online_access:
|
|
798
|
-
text = iface_("Enabled on startup, overriding the preference.")
|
|
799
|
-
else:
|
|
800
|
-
text = iface_("Disabled on startup, overriding the preference.")
|
|
801
|
-
row.label(text=text, translate=False)
|
|
802
|
-
|
|
803
|
-
layout.row().prop(system, "network_timeout", text="Time Out")
|
|
804
|
-
layout.row().prop(system, "network_connection_limit", text="Connection Limit")
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
class USERPREF_PT_system_memory(SystemPanel, CenterAlignMixIn, Panel):
|
|
808
|
-
bl_label = "Memory & Limits"
|
|
809
|
-
|
|
810
|
-
def draw_centered(self, context, layout):
|
|
811
|
-
import sys
|
|
812
|
-
|
|
813
|
-
prefs = context.preferences
|
|
814
|
-
system = prefs.system
|
|
815
|
-
edit = prefs.edit
|
|
816
|
-
|
|
817
|
-
col = layout.column()
|
|
818
|
-
col.prop(edit, "undo_steps", text="Undo Steps")
|
|
819
|
-
col.prop(edit, "undo_memory_limit", text="Undo Memory Limit")
|
|
820
|
-
col.prop(edit, "use_global_undo")
|
|
821
|
-
|
|
822
|
-
layout.separator()
|
|
823
|
-
|
|
824
|
-
col = layout.column()
|
|
825
|
-
col.prop(system, "scrollback", text="Console Scrollback Lines")
|
|
826
|
-
|
|
827
|
-
layout.separator()
|
|
828
|
-
|
|
829
|
-
col = layout.column()
|
|
830
|
-
col.prop(system, "texture_time_out", text="Texture Time Out")
|
|
831
|
-
col.prop(system, "texture_collection_rate", text="Garbage Collection Rate")
|
|
832
|
-
|
|
833
|
-
layout.separator()
|
|
834
|
-
|
|
835
|
-
col = layout.column()
|
|
836
|
-
col.prop(system, "vbo_time_out", text="VBO Time Out")
|
|
837
|
-
col.prop(system, "vbo_collection_rate", text="Garbage Collection Rate")
|
|
838
|
-
|
|
839
|
-
if sys.platform != "darwin":
|
|
840
|
-
layout.separator()
|
|
841
|
-
col = layout.column(align=True)
|
|
842
|
-
col.active = system.gpu_backend != 'VULKAN'
|
|
843
|
-
col.row().prop(system, "shader_compilation_method", expand=True)
|
|
844
|
-
label = iface_("Threads") if system.shader_compilation_method == 'THREAD' else iface_("Subprocesses")
|
|
845
|
-
col.prop(system, "gpu_shader_workers", text=label, translate=False)
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
class USERPREF_PT_system_video_sequencer(SystemPanel, CenterAlignMixIn, Panel):
|
|
849
|
-
bl_label = "Video Sequencer"
|
|
850
|
-
|
|
851
|
-
def draw_centered(self, context, layout):
|
|
852
|
-
prefs = context.preferences
|
|
853
|
-
system = prefs.system
|
|
854
|
-
|
|
855
|
-
layout.prop(system, "memory_cache_limit")
|
|
856
|
-
|
|
857
|
-
layout.separator()
|
|
858
|
-
|
|
859
|
-
layout.prop(system, "sequencer_proxy_setup")
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
# -----------------------------------------------------------------------------
|
|
863
|
-
# Viewport Panels
|
|
864
|
-
|
|
865
|
-
class ViewportPanel:
|
|
866
|
-
bl_space_type = 'PREFERENCES'
|
|
867
|
-
bl_region_type = 'WINDOW'
|
|
868
|
-
bl_context = "viewport"
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
class USERPREF_PT_viewport_display(ViewportPanel, CenterAlignMixIn, Panel):
|
|
872
|
-
bl_label = "Display"
|
|
873
|
-
|
|
874
|
-
def draw_centered(self, context, layout):
|
|
875
|
-
prefs = context.preferences
|
|
876
|
-
view = prefs.view
|
|
877
|
-
|
|
878
|
-
col = layout.column(heading="Text Info Overlay")
|
|
879
|
-
col.prop(view, "show_object_info", text="Object Info")
|
|
880
|
-
col.prop(view, "show_view_name", text="View Name")
|
|
881
|
-
|
|
882
|
-
col = layout.column(heading="Playback Frame Rate (FPS)")
|
|
883
|
-
row = col.row()
|
|
884
|
-
row.prop(view, "show_playback_fps", text="")
|
|
885
|
-
subrow = row.row()
|
|
886
|
-
subrow.active = view.show_playback_fps
|
|
887
|
-
subrow.prop(view, "playback_fps_samples", text="Samples")
|
|
888
|
-
|
|
889
|
-
layout.separator()
|
|
890
|
-
|
|
891
|
-
col = layout.column()
|
|
892
|
-
col.prop(view, "gizmo_size")
|
|
893
|
-
col.prop(view, "lookdev_sphere_size")
|
|
894
|
-
|
|
895
|
-
col.separator()
|
|
896
|
-
|
|
897
|
-
col.prop(view, "mini_axis_type", text="3D Viewport Axes")
|
|
898
|
-
|
|
899
|
-
if view.mini_axis_type == 'MINIMAL':
|
|
900
|
-
col.prop(view, "mini_axis_size", text="Size")
|
|
901
|
-
col.prop(view, "mini_axis_brightness", text="Brightness")
|
|
902
|
-
|
|
903
|
-
if view.mini_axis_type == 'GIZMO':
|
|
904
|
-
col.prop(view, "gizmo_size_navigate_v3d", text="Size")
|
|
905
|
-
|
|
906
|
-
layout.separator()
|
|
907
|
-
col = layout.column(heading="Fresnel")
|
|
908
|
-
col.prop(view, "use_fresnel_edit")
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
class USERPREF_PT_viewport_quality(ViewportPanel, CenterAlignMixIn, Panel):
|
|
912
|
-
bl_label = "Quality"
|
|
913
|
-
|
|
914
|
-
def draw_centered(self, context, layout):
|
|
915
|
-
prefs = context.preferences
|
|
916
|
-
system = prefs.system
|
|
917
|
-
|
|
918
|
-
col = layout.column()
|
|
919
|
-
col.prop(system, "viewport_aa")
|
|
920
|
-
|
|
921
|
-
col = layout.column(heading="Smooth Wires")
|
|
922
|
-
col.prop(system, "use_overlay_smooth_wire", text="Overlay")
|
|
923
|
-
col.prop(system, "use_edit_mode_smooth_wire", text="Edit Mode")
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
class USERPREF_PT_viewport_textures(ViewportPanel, CenterAlignMixIn, Panel):
|
|
927
|
-
bl_label = "Textures"
|
|
928
|
-
|
|
929
|
-
def draw_centered(self, context, layout):
|
|
930
|
-
prefs = context.preferences
|
|
931
|
-
system = prefs.system
|
|
932
|
-
|
|
933
|
-
col = layout.column()
|
|
934
|
-
col.prop(system, "gl_texture_limit", text="Limit Size")
|
|
935
|
-
col.prop(system, "anisotropic_filter")
|
|
936
|
-
col.prop(system, "gl_clip_alpha", slider=True)
|
|
937
|
-
col.prop(system, "image_draw_method", text="Image Display Method")
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
class USERPREF_PT_viewport_subdivision(ViewportPanel, CenterAlignMixIn, Panel):
|
|
941
|
-
bl_label = "Subdivision"
|
|
942
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
943
|
-
|
|
944
|
-
def draw_centered(self, context, layout):
|
|
945
|
-
prefs = context.preferences
|
|
946
|
-
system = prefs.system
|
|
947
|
-
|
|
948
|
-
layout.prop(system, "use_gpu_subdivision")
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
# -----------------------------------------------------------------------------
|
|
952
|
-
# Theme Panels
|
|
953
|
-
|
|
954
|
-
class ThemePanel:
|
|
955
|
-
bl_space_type = 'PREFERENCES'
|
|
956
|
-
bl_region_type = 'WINDOW'
|
|
957
|
-
bl_context = "themes"
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
class USERPREF_MT_interface_theme_presets(Menu):
|
|
961
|
-
# NOTE: this label is currently not used, see: !134844.
|
|
962
|
-
bl_label = "Presets"
|
|
963
|
-
|
|
964
|
-
preset_subdir = "interface_theme"
|
|
965
|
-
preset_operator = "script.execute_preset"
|
|
966
|
-
preset_type = 'XML'
|
|
967
|
-
preset_xml_map = (
|
|
968
|
-
("preferences.themes[0]", "Theme"),
|
|
969
|
-
("preferences.ui_styles[0]", "ThemeStyle"),
|
|
970
|
-
)
|
|
971
|
-
# Prevent untrusted XML files "escaping" from these types.
|
|
972
|
-
preset_xml_secure_types = {
|
|
973
|
-
"Theme",
|
|
974
|
-
"ThemeBoneColorSet",
|
|
975
|
-
"ThemeClipEditor",
|
|
976
|
-
"ThemeCollectionColor",
|
|
977
|
-
"ThemeCommon",
|
|
978
|
-
"ThemeCommonAnim",
|
|
979
|
-
"ThemeCommonCurves",
|
|
980
|
-
"ThemeConsole",
|
|
981
|
-
"ThemeDopeSheet",
|
|
982
|
-
"ThemeFileBrowser",
|
|
983
|
-
"ThemeFontStyle",
|
|
984
|
-
"ThemeGradientColors",
|
|
985
|
-
"ThemeGraphEditor",
|
|
986
|
-
"ThemeImageEditor",
|
|
987
|
-
"ThemeInfo",
|
|
988
|
-
"ThemeNLAEditor",
|
|
989
|
-
"ThemeNodeEditor",
|
|
990
|
-
"ThemeOutliner",
|
|
991
|
-
"ThemePreferences",
|
|
992
|
-
"ThemeProperties",
|
|
993
|
-
"ThemeRegions",
|
|
994
|
-
"ThemeRegionsAssetShelf",
|
|
995
|
-
"ThemeRegionsChannels",
|
|
996
|
-
"ThemeRegionsScrubbing",
|
|
997
|
-
"ThemeRegionsSidebars",
|
|
998
|
-
"ThemeSequenceEditor",
|
|
999
|
-
"ThemeSpaceGeneric",
|
|
1000
|
-
"ThemeSpaceGradient",
|
|
1001
|
-
"ThemeSpaceListGeneric",
|
|
1002
|
-
"ThemeSpreadsheet",
|
|
1003
|
-
"ThemeStatusBar",
|
|
1004
|
-
"ThemeStripColor",
|
|
1005
|
-
"ThemeStyle",
|
|
1006
|
-
"ThemeTextEditor",
|
|
1007
|
-
"ThemeTopBar",
|
|
1008
|
-
"ThemeUserInterface",
|
|
1009
|
-
"ThemeView3D",
|
|
1010
|
-
"ThemeWidgetColors",
|
|
1011
|
-
"ThemeWidgetStateColors",
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
draw = Menu.draw_preset
|
|
1015
|
-
|
|
1016
|
-
@staticmethod
|
|
1017
|
-
def reset_cb(_context, _filepath):
|
|
1018
|
-
bpy.ops.preferences.reset_default_theme()
|
|
1019
|
-
|
|
1020
|
-
@staticmethod
|
|
1021
|
-
def post_cb(context, filepath):
|
|
1022
|
-
context.preferences.themes[0].filepath = filepath
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
class USERPREF_PT_theme(ThemePanel, Panel):
|
|
1026
|
-
bl_label = "Themes"
|
|
1027
|
-
bl_options = {'HIDE_HEADER'}
|
|
1028
|
-
|
|
1029
|
-
def draw(self, context):
|
|
1030
|
-
import os
|
|
1031
|
-
|
|
1032
|
-
layout = self.layout
|
|
1033
|
-
|
|
1034
|
-
split = layout.split(factor=0.6)
|
|
1035
|
-
|
|
1036
|
-
row = split.row(align=True)
|
|
1037
|
-
|
|
1038
|
-
# Unlike most presets (which use the classes bl_label),
|
|
1039
|
-
# themes store the path, use this when set.
|
|
1040
|
-
if filepath := context.preferences.themes[0].filepath:
|
|
1041
|
-
preset_label = bpy.path.display_name(os.path.basename(filepath))
|
|
1042
|
-
else:
|
|
1043
|
-
# If the `filepath` is empty, assume the theme was reset and use the default theme name as a label.
|
|
1044
|
-
# This would typically be:
|
|
1045
|
-
# `preset_label = USERPREF_MT_interface_theme_presets.bl_label`
|
|
1046
|
-
# However the operator to reset the preferences doesn't clear the value,
|
|
1047
|
-
# so it's simplest to hard-code "Presets" here.
|
|
1048
|
-
preset_label = "Presets"
|
|
1049
|
-
|
|
1050
|
-
row.menu("USERPREF_MT_interface_theme_presets", text=preset_label)
|
|
1051
|
-
del filepath, preset_label
|
|
1052
|
-
|
|
1053
|
-
row.operator("wm.interface_theme_preset_add", text="", icon='ADD')
|
|
1054
|
-
row.operator("wm.interface_theme_preset_remove", text="", icon='REMOVE')
|
|
1055
|
-
row.operator("wm.interface_theme_preset_save", text="", icon='FILE_TICK')
|
|
1056
|
-
|
|
1057
|
-
row = split.row(align=True)
|
|
1058
|
-
row.operator("preferences.theme_install", text="Install...", icon='IMPORT')
|
|
1059
|
-
row.operator("preferences.reset_default_theme", text="Reset", icon='LOOP_BACK')
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
class USERPREF_PT_theme_user_interface(ThemePanel, CenterAlignMixIn, Panel):
|
|
1063
|
-
bl_label = "User Interface"
|
|
1064
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1065
|
-
|
|
1066
|
-
def draw_header(self, _context):
|
|
1067
|
-
layout = self.layout
|
|
1068
|
-
|
|
1069
|
-
layout.label(icon='WORKSPACE')
|
|
1070
|
-
|
|
1071
|
-
def draw(self, context):
|
|
1072
|
-
pass
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
# Base class for dynamically defined widget color panels.
|
|
1076
|
-
# This is not registered.
|
|
1077
|
-
class PreferenceThemeWidgetColorPanel:
|
|
1078
|
-
bl_parent_id = "USERPREF_PT_theme_user_interface"
|
|
1079
|
-
|
|
1080
|
-
def draw(self, context):
|
|
1081
|
-
theme = context.preferences.themes[0]
|
|
1082
|
-
ui = theme.user_interface
|
|
1083
|
-
widget_style = getattr(ui, self.wcol)
|
|
1084
|
-
layout = self.layout
|
|
1085
|
-
|
|
1086
|
-
layout.use_property_split = True
|
|
1087
|
-
|
|
1088
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
1089
|
-
|
|
1090
|
-
col = flow.column(align=True)
|
|
1091
|
-
col.prop(widget_style, "text")
|
|
1092
|
-
col.prop(widget_style, "text_sel", text="Selected")
|
|
1093
|
-
col.prop(widget_style, "item", slider=True)
|
|
1094
|
-
|
|
1095
|
-
col = flow.column(align=True)
|
|
1096
|
-
col.prop(widget_style, "inner", slider=True)
|
|
1097
|
-
col.prop(widget_style, "inner_sel", text="Selected", slider=True)
|
|
1098
|
-
|
|
1099
|
-
col = flow.column(align=True)
|
|
1100
|
-
col.prop(widget_style, "outline")
|
|
1101
|
-
col.prop(widget_style, "outline_sel", text="Selected", slider=True)
|
|
1102
|
-
|
|
1103
|
-
col.separator()
|
|
1104
|
-
|
|
1105
|
-
col.prop(widget_style, "roundness")
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
# Base class for dynamically defined widget color panels.
|
|
1109
|
-
# This is not registered.
|
|
1110
|
-
class PreferenceThemeWidgetShadePanel:
|
|
1111
|
-
|
|
1112
|
-
def draw(self, context):
|
|
1113
|
-
theme = context.preferences.themes[0]
|
|
1114
|
-
ui = theme.user_interface
|
|
1115
|
-
widget_style = getattr(ui, self.wcol)
|
|
1116
|
-
layout = self.layout
|
|
1117
|
-
|
|
1118
|
-
layout.use_property_split = True
|
|
1119
|
-
|
|
1120
|
-
col = layout.column(align=True)
|
|
1121
|
-
col.active = widget_style.show_shaded
|
|
1122
|
-
col.prop(widget_style, "shadetop", text="Shade Top")
|
|
1123
|
-
col.prop(widget_style, "shadedown", text="Down")
|
|
1124
|
-
|
|
1125
|
-
def draw_header(self, context):
|
|
1126
|
-
theme = context.preferences.themes[0]
|
|
1127
|
-
ui = theme.user_interface
|
|
1128
|
-
widget_style = getattr(ui, self.wcol)
|
|
1129
|
-
|
|
1130
|
-
self.layout.prop(widget_style, "show_shaded", text="")
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
class USERPREF_PT_theme_interface_panel(ThemePanel, CenterAlignMixIn, Panel):
|
|
1134
|
-
bl_label = "Panel"
|
|
1135
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1136
|
-
bl_parent_id = "USERPREF_PT_theme_user_interface"
|
|
1137
|
-
|
|
1138
|
-
def draw_centered(self, context, layout):
|
|
1139
|
-
theme = context.preferences.themes[0]
|
|
1140
|
-
ui = theme.user_interface
|
|
1141
|
-
|
|
1142
|
-
flow = layout.grid_flow(row_major=False, columns=2, even_columns=True, even_rows=False, align=False)
|
|
1143
|
-
|
|
1144
|
-
col = flow.column()
|
|
1145
|
-
col.prop(ui, "panel_header", text="Header")
|
|
1146
|
-
|
|
1147
|
-
col = col.column(align=True)
|
|
1148
|
-
col.prop(ui, "panel_back", text="Background")
|
|
1149
|
-
col.prop(ui, "panel_sub_back", text="Sub-Panel")
|
|
1150
|
-
|
|
1151
|
-
col = col.column()
|
|
1152
|
-
col.prop(ui, "panel_active", text="Active")
|
|
1153
|
-
|
|
1154
|
-
col = flow.column(align=True)
|
|
1155
|
-
col.prop(ui, "panel_title", text="Title")
|
|
1156
|
-
col.prop(ui, "panel_text", text="Text")
|
|
1157
|
-
|
|
1158
|
-
col = col.column()
|
|
1159
|
-
col.prop(ui, "panel_outline", text="Outline")
|
|
1160
|
-
col.prop(ui, "panel_roundness", text="Roundness")
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
class USERPREF_PT_theme_interface_state(ThemePanel, CenterAlignMixIn, Panel):
|
|
1164
|
-
bl_label = "State"
|
|
1165
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1166
|
-
bl_parent_id = "USERPREF_PT_theme_user_interface"
|
|
1167
|
-
|
|
1168
|
-
def draw_centered(self, context, layout):
|
|
1169
|
-
theme = context.preferences.themes[0]
|
|
1170
|
-
ui_state = theme.user_interface.wcol_state
|
|
1171
|
-
|
|
1172
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
1173
|
-
|
|
1174
|
-
col = flow.column(align=True)
|
|
1175
|
-
|
|
1176
|
-
col.prop(ui_state, "error")
|
|
1177
|
-
col.prop(ui_state, "warning")
|
|
1178
|
-
col.prop(ui_state, "info")
|
|
1179
|
-
col.prop(ui_state, "success")
|
|
1180
|
-
|
|
1181
|
-
col = flow.column(align=True)
|
|
1182
|
-
col.prop(ui_state, "inner_anim")
|
|
1183
|
-
col.prop(ui_state, "inner_anim_sel", text="Selected")
|
|
1184
|
-
|
|
1185
|
-
col = flow.column(align=True)
|
|
1186
|
-
col.prop(ui_state, "inner_driven")
|
|
1187
|
-
col.prop(ui_state, "inner_driven_sel", text="Selected")
|
|
1188
|
-
|
|
1189
|
-
col = flow.column(align=True)
|
|
1190
|
-
col.prop(ui_state, "inner_key")
|
|
1191
|
-
col.prop(ui_state, "inner_key_sel", text="Selected")
|
|
1192
|
-
|
|
1193
|
-
col = flow.column(align=True)
|
|
1194
|
-
col.prop(ui_state, "inner_overridden")
|
|
1195
|
-
col.prop(ui_state, "inner_overridden_sel", text="Selected")
|
|
1196
|
-
|
|
1197
|
-
col = flow.column(align=True)
|
|
1198
|
-
col.prop(ui_state, "inner_changed")
|
|
1199
|
-
col.prop(ui_state, "inner_changed_sel", text="Selected")
|
|
1200
|
-
|
|
1201
|
-
col = flow.column(align=True)
|
|
1202
|
-
col.prop(ui_state, "blend")
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
class USERPREF_PT_theme_interface_styles(ThemePanel, CenterAlignMixIn, Panel):
|
|
1206
|
-
bl_label = "Styles"
|
|
1207
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1208
|
-
bl_parent_id = "USERPREF_PT_theme_user_interface"
|
|
1209
|
-
|
|
1210
|
-
def draw_centered(self, context, layout):
|
|
1211
|
-
theme = context.preferences.themes[0]
|
|
1212
|
-
ui = theme.user_interface
|
|
1213
|
-
|
|
1214
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
1215
|
-
|
|
1216
|
-
col = flow.column(align=True)
|
|
1217
|
-
col.prop(ui, "editor_border")
|
|
1218
|
-
col.prop(ui, "editor_outline")
|
|
1219
|
-
col.prop(ui, "editor_outline_active")
|
|
1220
|
-
|
|
1221
|
-
col = flow.column()
|
|
1222
|
-
col.prop(ui, "widget_text_cursor")
|
|
1223
|
-
|
|
1224
|
-
col = flow.column(align=True)
|
|
1225
|
-
col.prop(ui, "icon_alpha")
|
|
1226
|
-
col.prop(ui, "icon_saturation", text="Saturation")
|
|
1227
|
-
|
|
1228
|
-
flow.separator()
|
|
1229
|
-
|
|
1230
|
-
col = flow.column()
|
|
1231
|
-
col.prop(ui, "widget_emboss")
|
|
1232
|
-
|
|
1233
|
-
col = flow.column(align=True)
|
|
1234
|
-
col.prop(ui, "menu_shadow_fac")
|
|
1235
|
-
col.prop(ui, "menu_shadow_width", text="Shadow Width")
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
class USERPREF_PT_theme_interface_transparent_checker(ThemePanel, CenterAlignMixIn, Panel):
|
|
1239
|
-
bl_label = "Transparent Checkerboard"
|
|
1240
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1241
|
-
bl_parent_id = "USERPREF_PT_theme_user_interface"
|
|
1242
|
-
|
|
1243
|
-
def draw_centered(self, context, layout):
|
|
1244
|
-
theme = context.preferences.themes[0]
|
|
1245
|
-
ui = theme.user_interface
|
|
1246
|
-
|
|
1247
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
1248
|
-
|
|
1249
|
-
col = flow.column(align=True)
|
|
1250
|
-
col.prop(ui, "transparent_checker_primary")
|
|
1251
|
-
col.prop(ui, "transparent_checker_secondary")
|
|
1252
|
-
|
|
1253
|
-
col = flow.column()
|
|
1254
|
-
col.prop(ui, "transparent_checker_size")
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
class USERPREF_PT_theme_interface_gizmos(ThemePanel, CenterAlignMixIn, Panel):
|
|
1258
|
-
bl_label = "Axis & Gizmo Colors"
|
|
1259
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1260
|
-
bl_parent_id = "USERPREF_PT_theme_user_interface"
|
|
1261
|
-
|
|
1262
|
-
def draw_centered(self, context, layout):
|
|
1263
|
-
theme = context.preferences.themes[0]
|
|
1264
|
-
ui = theme.user_interface
|
|
1265
|
-
|
|
1266
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=True, align=False)
|
|
1267
|
-
|
|
1268
|
-
col = flow.column(align=True)
|
|
1269
|
-
col.prop(ui, "axis_x", text="Axis X")
|
|
1270
|
-
col.prop(ui, "axis_y", text="Y")
|
|
1271
|
-
col.prop(ui, "axis_z", text="Z")
|
|
1272
|
-
col.prop(ui, "axis_w", text="W")
|
|
1273
|
-
|
|
1274
|
-
col = flow.column()
|
|
1275
|
-
col.prop(ui, "gizmo_primary")
|
|
1276
|
-
col.prop(ui, "gizmo_secondary", text="Secondary")
|
|
1277
|
-
col.prop(ui, "gizmo_view_align", text="View Align")
|
|
1278
|
-
|
|
1279
|
-
col = flow.column()
|
|
1280
|
-
col.prop(ui, "gizmo_a")
|
|
1281
|
-
col.prop(ui, "gizmo_b", text="B")
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
class USERPREF_PT_theme_interface_icons(ThemePanel, CenterAlignMixIn, Panel):
|
|
1285
|
-
bl_label = "Icon Colors"
|
|
1286
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1287
|
-
bl_parent_id = "USERPREF_PT_theme_user_interface"
|
|
1288
|
-
|
|
1289
|
-
def draw_centered(self, context, layout):
|
|
1290
|
-
theme = context.preferences.themes[0]
|
|
1291
|
-
ui = theme.user_interface
|
|
1292
|
-
|
|
1293
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
1294
|
-
|
|
1295
|
-
flow.prop(ui, "icon_scene")
|
|
1296
|
-
flow.prop(ui, "icon_collection")
|
|
1297
|
-
flow.prop(ui, "icon_object")
|
|
1298
|
-
flow.prop(ui, "icon_object_data")
|
|
1299
|
-
flow.prop(ui, "icon_modifier")
|
|
1300
|
-
flow.prop(ui, "icon_shading")
|
|
1301
|
-
flow.prop(ui, "icon_folder")
|
|
1302
|
-
flow.prop(ui, "icon_autokey")
|
|
1303
|
-
flow.prop(ui, "icon_border_intensity")
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
class USERPREF_PT_theme_text_style(ThemePanel, CenterAlignMixIn, Panel):
|
|
1307
|
-
bl_label = "Text Style"
|
|
1308
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1309
|
-
|
|
1310
|
-
@staticmethod
|
|
1311
|
-
def _ui_font_style(layout, font_style):
|
|
1312
|
-
layout.use_property_split = True
|
|
1313
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
1314
|
-
|
|
1315
|
-
col = flow.column()
|
|
1316
|
-
col.prop(font_style, "points")
|
|
1317
|
-
col.prop(font_style, "character_weight", text="Weight", text_ctxt=i18n_contexts.id_text)
|
|
1318
|
-
|
|
1319
|
-
col = flow.column(align=True)
|
|
1320
|
-
col.prop(font_style, "shadow_offset_x", text="Shadow Offset X")
|
|
1321
|
-
col.prop(font_style, "shadow_offset_y", text="Y")
|
|
1322
|
-
|
|
1323
|
-
col = flow.column(align=True)
|
|
1324
|
-
col.prop(font_style, "shadow")
|
|
1325
|
-
col.prop(font_style, "shadow_alpha", text="Alpha")
|
|
1326
|
-
col.prop(font_style, "shadow_value", text="Brightness")
|
|
1327
|
-
|
|
1328
|
-
def draw_header(self, _context):
|
|
1329
|
-
layout = self.layout
|
|
1330
|
-
|
|
1331
|
-
layout.label(icon='FONTPREVIEW')
|
|
1332
|
-
|
|
1333
|
-
def draw_centered(self, context, layout):
|
|
1334
|
-
style = context.preferences.ui_styles[0]
|
|
1335
|
-
|
|
1336
|
-
layout.label(text="Panel Title")
|
|
1337
|
-
self._ui_font_style(layout, style.panel_title)
|
|
1338
|
-
|
|
1339
|
-
layout.separator()
|
|
1340
|
-
|
|
1341
|
-
layout.label(text="Widget")
|
|
1342
|
-
self._ui_font_style(layout, style.widget)
|
|
1343
|
-
|
|
1344
|
-
layout.separator()
|
|
1345
|
-
|
|
1346
|
-
layout.label(text="Tooltip")
|
|
1347
|
-
self._ui_font_style(layout, style.tooltip)
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
class USERPREF_PT_theme_bone_color_sets(ThemePanel, CenterAlignMixIn, Panel):
|
|
1351
|
-
bl_label = "Bone Color Sets"
|
|
1352
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1353
|
-
|
|
1354
|
-
def draw_header(self, _context):
|
|
1355
|
-
layout = self.layout
|
|
1356
|
-
|
|
1357
|
-
layout.label(icon='COLOR')
|
|
1358
|
-
|
|
1359
|
-
def draw_centered(self, context, layout):
|
|
1360
|
-
theme = context.preferences.themes[0]
|
|
1361
|
-
|
|
1362
|
-
layout.use_property_split = True
|
|
1363
|
-
|
|
1364
|
-
for i, ui in enumerate(theme.bone_color_sets, 1):
|
|
1365
|
-
layout.label(text=iface_("Color Set {:d}").format(i), translate=False)
|
|
1366
|
-
|
|
1367
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=True)
|
|
1368
|
-
|
|
1369
|
-
flow.prop(ui, "normal")
|
|
1370
|
-
flow.prop(ui, "select", text="Selected")
|
|
1371
|
-
flow.prop(ui, "active")
|
|
1372
|
-
flow.prop(ui, "show_colored_constraints")
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
class USERPREF_PT_theme_collection_colors(ThemePanel, CenterAlignMixIn, Panel):
|
|
1376
|
-
bl_label = "Collection Colors"
|
|
1377
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1378
|
-
|
|
1379
|
-
def draw_header(self, _context):
|
|
1380
|
-
layout = self.layout
|
|
1381
|
-
|
|
1382
|
-
layout.label(icon='GROUP')
|
|
1383
|
-
|
|
1384
|
-
def draw_centered(self, context, layout):
|
|
1385
|
-
theme = context.preferences.themes[0]
|
|
1386
|
-
|
|
1387
|
-
layout.use_property_split = True
|
|
1388
|
-
|
|
1389
|
-
flow = layout.grid_flow(row_major=False, columns=2, even_columns=True, even_rows=False, align=False)
|
|
1390
|
-
for i, ui in enumerate(theme.collection_color, 1):
|
|
1391
|
-
flow.prop(ui, "color", text=iface_("Color {:d}").format(i), translate=False)
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
class USERPREF_PT_theme_strip_colors(ThemePanel, CenterAlignMixIn, Panel):
|
|
1395
|
-
bl_label = "Strip Color Tags"
|
|
1396
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1397
|
-
|
|
1398
|
-
def draw_header(self, _context):
|
|
1399
|
-
layout = self.layout
|
|
1400
|
-
|
|
1401
|
-
layout.label(icon='SEQ_STRIP_DUPLICATE')
|
|
1402
|
-
|
|
1403
|
-
def draw_centered(self, context, layout):
|
|
1404
|
-
theme = context.preferences.themes[0]
|
|
1405
|
-
|
|
1406
|
-
layout.use_property_split = True
|
|
1407
|
-
|
|
1408
|
-
flow = layout.grid_flow(row_major=False, columns=2, even_columns=True, even_rows=False, align=False)
|
|
1409
|
-
for i, ui in enumerate(theme.strip_color, 1):
|
|
1410
|
-
flow.prop(ui, "color", text=iface_("Color {:d}").format(i), translate=False)
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
# Base class for dynamically defined theme-space panels.
|
|
1414
|
-
# This is not registered.
|
|
1415
|
-
class PreferenceThemeSpacePanel:
|
|
1416
|
-
@staticmethod
|
|
1417
|
-
def _theme_generic(layout, themedata):
|
|
1418
|
-
|
|
1419
|
-
layout.use_property_split = True
|
|
1420
|
-
|
|
1421
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
1422
|
-
|
|
1423
|
-
props_type = {}
|
|
1424
|
-
|
|
1425
|
-
for prop in themedata.rna_type.properties:
|
|
1426
|
-
if prop.identifier == "rna_type":
|
|
1427
|
-
continue
|
|
1428
|
-
|
|
1429
|
-
props_type.setdefault((prop.type, prop.subtype), []).append(prop)
|
|
1430
|
-
|
|
1431
|
-
for props_type, props_ls in sorted(props_type.items()):
|
|
1432
|
-
if props_type[0] == 'POINTER':
|
|
1433
|
-
continue
|
|
1434
|
-
|
|
1435
|
-
for prop in props_ls:
|
|
1436
|
-
flow.prop(themedata, prop.identifier)
|
|
1437
|
-
|
|
1438
|
-
def draw_header(self, _context):
|
|
1439
|
-
icon = getattr(self, "icon", 'NONE')
|
|
1440
|
-
if icon != 'NONE':
|
|
1441
|
-
layout = self.layout
|
|
1442
|
-
layout.label(icon=icon)
|
|
1443
|
-
|
|
1444
|
-
def draw(self, context):
|
|
1445
|
-
layout = self.layout
|
|
1446
|
-
theme = context.preferences.themes[0]
|
|
1447
|
-
|
|
1448
|
-
datapath_list = self.datapath.split(".")
|
|
1449
|
-
data = theme
|
|
1450
|
-
for datapath_item in datapath_list:
|
|
1451
|
-
data = getattr(data, datapath_item)
|
|
1452
|
-
PreferenceThemeSpacePanel._theme_generic(layout, data)
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
class ThemeGenericClassGenerator:
|
|
1456
|
-
|
|
1457
|
-
@staticmethod
|
|
1458
|
-
def generate_panel_classes_for_wcols():
|
|
1459
|
-
wcols = [
|
|
1460
|
-
("Box", "wcol_box"),
|
|
1461
|
-
("Curve", "wcol_curve"),
|
|
1462
|
-
("List Item", "wcol_list_item"),
|
|
1463
|
-
("Menu", "wcol_menu"),
|
|
1464
|
-
("Menu Background", "wcol_menu_back"),
|
|
1465
|
-
("Menu Item", "wcol_menu_item"),
|
|
1466
|
-
("Number Field", "wcol_num"),
|
|
1467
|
-
("Option", "wcol_option"),
|
|
1468
|
-
("Pie Menu", "wcol_pie_menu"),
|
|
1469
|
-
("Progress Bar", "wcol_progress"),
|
|
1470
|
-
("Pulldown", "wcol_pulldown"),
|
|
1471
|
-
("Radio Buttons", "wcol_radio"),
|
|
1472
|
-
("Regular", "wcol_regular"),
|
|
1473
|
-
("Scroll Bar", "wcol_scroll"),
|
|
1474
|
-
("Tab", "wcol_tab"),
|
|
1475
|
-
("Text", "wcol_text"),
|
|
1476
|
-
("Toggle", "wcol_toggle"),
|
|
1477
|
-
("Tool", "wcol_tool"),
|
|
1478
|
-
("Toolbar Item", "wcol_toolbar_item"),
|
|
1479
|
-
("Tooltip", "wcol_tooltip"),
|
|
1480
|
-
("Value Slider", "wcol_numslider"),
|
|
1481
|
-
]
|
|
1482
|
-
|
|
1483
|
-
for (name, wcol) in wcols:
|
|
1484
|
-
panel_id = "USERPREF_PT_theme_interface_" + wcol
|
|
1485
|
-
yield type(panel_id, (PreferenceThemeWidgetColorPanel, ThemePanel, Panel), {
|
|
1486
|
-
"bl_label": name,
|
|
1487
|
-
"bl_options": {'DEFAULT_CLOSED'},
|
|
1488
|
-
"draw": PreferenceThemeWidgetColorPanel.draw,
|
|
1489
|
-
"wcol": wcol,
|
|
1490
|
-
})
|
|
1491
|
-
|
|
1492
|
-
panel_shade_id = "USERPREF_PT_theme_interface_shade_" + wcol
|
|
1493
|
-
yield type(panel_shade_id, (PreferenceThemeWidgetShadePanel, ThemePanel, Panel), {
|
|
1494
|
-
"bl_label": "Shaded",
|
|
1495
|
-
"bl_options": {'DEFAULT_CLOSED'},
|
|
1496
|
-
"bl_parent_id": panel_id,
|
|
1497
|
-
"draw": PreferenceThemeWidgetShadePanel.draw,
|
|
1498
|
-
"wcol": wcol,
|
|
1499
|
-
})
|
|
1500
|
-
|
|
1501
|
-
@staticmethod
|
|
1502
|
-
def generate_theme_area_child_panel_classes(parent_id, rna_type, theme_area, datapath):
|
|
1503
|
-
def generate_child_panel_classes_recurse(parent_id, rna_type, theme_area, datapath):
|
|
1504
|
-
props_type = {}
|
|
1505
|
-
|
|
1506
|
-
for prop in rna_type.properties:
|
|
1507
|
-
if prop.identifier == "rna_type":
|
|
1508
|
-
continue
|
|
1509
|
-
|
|
1510
|
-
props_type.setdefault((prop.type, prop.subtype), []).append(prop)
|
|
1511
|
-
|
|
1512
|
-
for props_type, props_ls in sorted(props_type.items()):
|
|
1513
|
-
if props_type[0] == 'POINTER':
|
|
1514
|
-
for prop in props_ls:
|
|
1515
|
-
new_datapath = datapath + "." + prop.identifier if datapath else prop.identifier
|
|
1516
|
-
panel_id = parent_id + "_" + prop.identifier
|
|
1517
|
-
yield type(panel_id, (PreferenceThemeSpacePanel, ThemePanel, Panel), {
|
|
1518
|
-
"bl_label": rna_type.properties[prop.identifier].name,
|
|
1519
|
-
"bl_parent_id": parent_id,
|
|
1520
|
-
"bl_options": {'DEFAULT_CLOSED'},
|
|
1521
|
-
"draw": PreferenceThemeSpacePanel.draw,
|
|
1522
|
-
"theme_area": theme_area.identifier,
|
|
1523
|
-
"datapath": new_datapath,
|
|
1524
|
-
})
|
|
1525
|
-
|
|
1526
|
-
yield from generate_child_panel_classes_recurse(
|
|
1527
|
-
panel_id,
|
|
1528
|
-
prop.fixed_type,
|
|
1529
|
-
theme_area,
|
|
1530
|
-
new_datapath,
|
|
1531
|
-
)
|
|
1532
|
-
|
|
1533
|
-
yield from generate_child_panel_classes_recurse(parent_id, rna_type, theme_area, datapath)
|
|
1534
|
-
|
|
1535
|
-
@staticmethod
|
|
1536
|
-
def generate_panel_classes_from_theme_areas():
|
|
1537
|
-
from bpy.types import Theme
|
|
1538
|
-
|
|
1539
|
-
for theme_area in Theme.bl_rna.properties["theme_area"].enum_items_static:
|
|
1540
|
-
if theme_area.identifier in {'USER_INTERFACE', 'STYLE', 'BONE_COLOR_SETS'}:
|
|
1541
|
-
continue
|
|
1542
|
-
|
|
1543
|
-
panel_id = "USERPREF_PT_theme_" + theme_area.identifier.lower()
|
|
1544
|
-
# Generate panel-class from theme_area
|
|
1545
|
-
yield type(panel_id, (PreferenceThemeSpacePanel, ThemePanel, Panel), {
|
|
1546
|
-
"bl_label": theme_area.name,
|
|
1547
|
-
"bl_options": {'DEFAULT_CLOSED'},
|
|
1548
|
-
"draw_header": PreferenceThemeSpacePanel.draw_header,
|
|
1549
|
-
"draw": PreferenceThemeSpacePanel.draw,
|
|
1550
|
-
"theme_area": theme_area.identifier,
|
|
1551
|
-
"icon": theme_area.icon,
|
|
1552
|
-
"datapath": theme_area.identifier.lower(),
|
|
1553
|
-
})
|
|
1554
|
-
|
|
1555
|
-
yield from ThemeGenericClassGenerator.generate_theme_area_child_panel_classes(
|
|
1556
|
-
panel_id, Theme.bl_rna.properties[theme_area.identifier.lower()].fixed_type,
|
|
1557
|
-
theme_area, theme_area.identifier.lower())
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
# -----------------------------------------------------------------------------
|
|
1561
|
-
# File Paths Panels
|
|
1562
|
-
|
|
1563
|
-
# Panel mix-in.
|
|
1564
|
-
class FilePathsPanel:
|
|
1565
|
-
bl_space_type = 'PREFERENCES'
|
|
1566
|
-
bl_region_type = 'WINDOW'
|
|
1567
|
-
bl_context = "file_paths"
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
class USERPREF_PT_file_paths_data(FilePathsPanel, Panel):
|
|
1571
|
-
bl_label = "Data"
|
|
1572
|
-
|
|
1573
|
-
def draw(self, context):
|
|
1574
|
-
layout = self.layout
|
|
1575
|
-
layout.use_property_split = True
|
|
1576
|
-
layout.use_property_decorate = False
|
|
1577
|
-
|
|
1578
|
-
paths = context.preferences.filepaths
|
|
1579
|
-
|
|
1580
|
-
col = self.layout.column()
|
|
1581
|
-
col.prop(paths, "font_directory", text="Fonts")
|
|
1582
|
-
col.prop(paths, "texture_directory", text="Textures")
|
|
1583
|
-
col.prop(paths, "sound_directory", text="Sounds")
|
|
1584
|
-
col.prop(paths, "temporary_directory", text="Temporary Files")
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
class USERPREF_PT_file_paths_script_directories(FilePathsPanel, Panel):
|
|
1588
|
-
bl_label = "Script Directories"
|
|
1589
|
-
|
|
1590
|
-
def draw(self, context):
|
|
1591
|
-
layout = self.layout
|
|
1592
|
-
|
|
1593
|
-
paths = context.preferences.filepaths
|
|
1594
|
-
|
|
1595
|
-
if len(paths.script_directories) == 0:
|
|
1596
|
-
layout.operator("preferences.script_directory_add", text="Add", icon='ADD')
|
|
1597
|
-
return
|
|
1598
|
-
|
|
1599
|
-
layout.use_property_split = False
|
|
1600
|
-
layout.use_property_decorate = False
|
|
1601
|
-
|
|
1602
|
-
box = layout.box()
|
|
1603
|
-
split = box.split(factor=0.35)
|
|
1604
|
-
name_col = split.column()
|
|
1605
|
-
path_col = split.column()
|
|
1606
|
-
|
|
1607
|
-
row = name_col.row(align=True) # Padding
|
|
1608
|
-
row.separator()
|
|
1609
|
-
row.label(text="Name")
|
|
1610
|
-
|
|
1611
|
-
row = path_col.row(align=True) # Padding
|
|
1612
|
-
row.separator()
|
|
1613
|
-
row.label(text="Path", text_ctxt=i18n_contexts.editor_filebrowser)
|
|
1614
|
-
|
|
1615
|
-
row.operator("preferences.script_directory_add", text="", icon='ADD', emboss=False)
|
|
1616
|
-
|
|
1617
|
-
for i, script_directory in enumerate(paths.script_directories):
|
|
1618
|
-
row = name_col.row()
|
|
1619
|
-
row.alert = not script_directory.name
|
|
1620
|
-
row.prop(script_directory, "name", text="")
|
|
1621
|
-
|
|
1622
|
-
row = path_col.row()
|
|
1623
|
-
subrow = row.row()
|
|
1624
|
-
subrow.alert = not script_directory.directory
|
|
1625
|
-
subrow.prop(script_directory, "directory", text="")
|
|
1626
|
-
row.operator("preferences.script_directory_remove", text="", icon='X', emboss=False).index = i
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
class USERPREF_PT_file_paths_render(FilePathsPanel, Panel):
|
|
1630
|
-
bl_label = "Render"
|
|
1631
|
-
bl_parent_id = "USERPREF_PT_file_paths_data"
|
|
1632
|
-
|
|
1633
|
-
def draw(self, context):
|
|
1634
|
-
layout = self.layout
|
|
1635
|
-
layout.use_property_split = True
|
|
1636
|
-
layout.use_property_decorate = False
|
|
1637
|
-
|
|
1638
|
-
paths = context.preferences.filepaths
|
|
1639
|
-
|
|
1640
|
-
col = self.layout.column()
|
|
1641
|
-
col.prop(paths, "render_output_directory", text="Render Output")
|
|
1642
|
-
col.prop(paths, "render_cache_directory", text="Render Cache")
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
class USERPREF_PT_text_editor_presets(PresetPanel, Panel):
|
|
1646
|
-
bl_label = "Text Editor Presets"
|
|
1647
|
-
preset_subdir = "text_editor"
|
|
1648
|
-
preset_operator = "script.execute_preset"
|
|
1649
|
-
preset_add_operator = "text_editor.preset_add"
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
class USERPREF_PT_file_paths_applications(FilePathsPanel, Panel):
|
|
1653
|
-
bl_label = "Applications"
|
|
1654
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1655
|
-
|
|
1656
|
-
def draw(self, context):
|
|
1657
|
-
layout = self.layout
|
|
1658
|
-
layout.use_property_split = True
|
|
1659
|
-
layout.use_property_decorate = False
|
|
1660
|
-
|
|
1661
|
-
paths = context.preferences.filepaths
|
|
1662
|
-
|
|
1663
|
-
col = layout.column()
|
|
1664
|
-
col.prop(paths, "image_editor", text="Image Editor")
|
|
1665
|
-
col.prop(paths, "animation_player_preset", text="Animation Player")
|
|
1666
|
-
if paths.animation_player_preset == 'CUSTOM':
|
|
1667
|
-
col.prop(paths, "animation_player", text="Player")
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
class USERPREF_PT_text_editor(FilePathsPanel, Panel):
|
|
1671
|
-
bl_label = "Text Editor"
|
|
1672
|
-
bl_parent_id = "USERPREF_PT_file_paths_applications"
|
|
1673
|
-
|
|
1674
|
-
def draw_header_preset(self, _context):
|
|
1675
|
-
USERPREF_PT_text_editor_presets.draw_panel_header(self.layout)
|
|
1676
|
-
|
|
1677
|
-
def draw(self, context):
|
|
1678
|
-
layout = self.layout
|
|
1679
|
-
layout.use_property_split = True
|
|
1680
|
-
layout.use_property_decorate = False
|
|
1681
|
-
|
|
1682
|
-
paths = context.preferences.filepaths
|
|
1683
|
-
|
|
1684
|
-
col = layout.column()
|
|
1685
|
-
col.prop(paths, "text_editor", text="Program")
|
|
1686
|
-
col.prop(paths, "text_editor_args", text="Arguments")
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
class USERPREF_PT_file_paths_development(FilePathsPanel, Panel):
|
|
1690
|
-
bl_label = "Development"
|
|
1691
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1692
|
-
|
|
1693
|
-
@classmethod
|
|
1694
|
-
def poll(cls, context):
|
|
1695
|
-
prefs = context.preferences
|
|
1696
|
-
return prefs.view.show_developer_ui
|
|
1697
|
-
|
|
1698
|
-
def draw(self, context):
|
|
1699
|
-
layout = self.layout
|
|
1700
|
-
layout.use_property_split = True
|
|
1701
|
-
layout.use_property_decorate = False
|
|
1702
|
-
|
|
1703
|
-
paths = context.preferences.filepaths
|
|
1704
|
-
layout.prop(paths, "i18n_branches_directory", text="I18n Branches")
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
class USERPREF_PT_saveload_autorun(FilePathsPanel, Panel):
|
|
1708
|
-
bl_label = "Auto Run Python Scripts"
|
|
1709
|
-
bl_parent_id = "USERPREF_PT_saveload_blend"
|
|
1710
|
-
|
|
1711
|
-
def draw_header(self, context):
|
|
1712
|
-
prefs = context.preferences
|
|
1713
|
-
paths = prefs.filepaths
|
|
1714
|
-
|
|
1715
|
-
self.layout.prop(paths, "use_scripts_auto_execute", text="")
|
|
1716
|
-
|
|
1717
|
-
def draw(self, context):
|
|
1718
|
-
layout = self.layout
|
|
1719
|
-
prefs = context.preferences
|
|
1720
|
-
paths = prefs.filepaths
|
|
1721
|
-
|
|
1722
|
-
layout.use_property_split = True
|
|
1723
|
-
layout.use_property_decorate = False # No animation.
|
|
1724
|
-
|
|
1725
|
-
layout.active = paths.use_scripts_auto_execute
|
|
1726
|
-
|
|
1727
|
-
box = layout.box()
|
|
1728
|
-
row = box.row()
|
|
1729
|
-
row.label(text="Excluded Paths")
|
|
1730
|
-
row.operator("preferences.autoexec_path_add", text="", icon='ADD', emboss=False)
|
|
1731
|
-
for i, path_cmp in enumerate(prefs.autoexec_paths):
|
|
1732
|
-
row = box.row()
|
|
1733
|
-
row.prop(path_cmp, "path", text="")
|
|
1734
|
-
row.prop(path_cmp, "use_glob", text="", icon='FILTER')
|
|
1735
|
-
row.operator("preferences.autoexec_path_remove", text="", icon='X', emboss=False).index = i
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
class USERPREF_PT_file_paths_asset_libraries(FilePathsPanel, Panel):
|
|
1739
|
-
bl_label = "Asset Libraries"
|
|
1740
|
-
|
|
1741
|
-
def draw(self, context):
|
|
1742
|
-
layout = self.layout
|
|
1743
|
-
layout.use_property_split = False
|
|
1744
|
-
layout.use_property_decorate = False
|
|
1745
|
-
|
|
1746
|
-
paths = context.preferences.filepaths
|
|
1747
|
-
active_library_index = paths.active_asset_library
|
|
1748
|
-
|
|
1749
|
-
row = layout.row()
|
|
1750
|
-
|
|
1751
|
-
row.template_list(
|
|
1752
|
-
"USERPREF_UL_asset_libraries", "user_asset_libraries",
|
|
1753
|
-
paths, "asset_libraries",
|
|
1754
|
-
paths, "active_asset_library",
|
|
1755
|
-
)
|
|
1756
|
-
|
|
1757
|
-
col = row.column(align=True)
|
|
1758
|
-
col.operator("preferences.asset_library_add", text="", icon='ADD')
|
|
1759
|
-
props = col.operator("preferences.asset_library_remove", text="", icon='REMOVE')
|
|
1760
|
-
props.index = active_library_index
|
|
1761
|
-
|
|
1762
|
-
try:
|
|
1763
|
-
active_library = None if active_library_index < 0 else paths.asset_libraries[active_library_index]
|
|
1764
|
-
except IndexError:
|
|
1765
|
-
active_library = None
|
|
1766
|
-
|
|
1767
|
-
if active_library is None:
|
|
1768
|
-
return
|
|
1769
|
-
|
|
1770
|
-
layout.separator()
|
|
1771
|
-
|
|
1772
|
-
layout.prop(active_library, "path")
|
|
1773
|
-
layout.prop(active_library, "import_method", text="Import Method")
|
|
1774
|
-
layout.prop(active_library, "use_relative_path")
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
class USERPREF_UL_asset_libraries(UIList):
|
|
1778
|
-
def draw_item(self, _context, layout, _data, item, _icon, _active_data, _active_propname, _index):
|
|
1779
|
-
asset_library = item
|
|
1780
|
-
layout.prop(asset_library, "name", text="", emboss=False)
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
class USERPREF_UL_extension_repos(UIList):
|
|
1784
|
-
def draw_item(self, _context, layout, _data, item, icon, _active_data, _active_propname, _index):
|
|
1785
|
-
repo = item
|
|
1786
|
-
icon = 'INTERNET' if repo.use_remote_url else 'DISK_DRIVE'
|
|
1787
|
-
layout.prop(repo, "name", text="", icon=icon, emboss=False)
|
|
1788
|
-
|
|
1789
|
-
# Show an error icon if this repository has unusable settings.
|
|
1790
|
-
if repo.enabled:
|
|
1791
|
-
if (
|
|
1792
|
-
(repo.use_custom_directory and repo.custom_directory == "") or
|
|
1793
|
-
(repo.use_remote_url and repo.remote_url == "")
|
|
1794
|
-
):
|
|
1795
|
-
layout.label(text="", icon='ERROR')
|
|
1796
|
-
|
|
1797
|
-
layout.prop(repo, "enabled", text="", emboss=False, icon='CHECKBOX_HLT' if repo.enabled else 'CHECKBOX_DEHLT')
|
|
1798
|
-
|
|
1799
|
-
def filter_items(self, _context, data, propname):
|
|
1800
|
-
# Repositories has no index, converting to a list.
|
|
1801
|
-
items = list(getattr(data, propname))
|
|
1802
|
-
|
|
1803
|
-
flags = [self.bitflag_filter_item] * len(items)
|
|
1804
|
-
|
|
1805
|
-
indices = [None] * len(items)
|
|
1806
|
-
for index, orig_index in enumerate(sorted(
|
|
1807
|
-
range(len(items)),
|
|
1808
|
-
key=lambda i: (
|
|
1809
|
-
# Order [Remote, User, System].
|
|
1810
|
-
0 if (repo := items[i]).use_remote_url else (1 if (repo.source != 'SYSTEM') else 2),
|
|
1811
|
-
repo.name.casefold(),
|
|
1812
|
-
)
|
|
1813
|
-
)):
|
|
1814
|
-
indices[orig_index] = index
|
|
1815
|
-
|
|
1816
|
-
return flags, indices
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
# -----------------------------------------------------------------------------
|
|
1820
|
-
# Save/Load Panels
|
|
1821
|
-
|
|
1822
|
-
class SaveLoadPanel:
|
|
1823
|
-
bl_space_type = 'PREFERENCES'
|
|
1824
|
-
bl_region_type = 'WINDOW'
|
|
1825
|
-
bl_context = "save_load"
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
class USERPREF_PT_saveload_blend(SaveLoadPanel, CenterAlignMixIn, Panel):
|
|
1829
|
-
bl_label = "Blend Files"
|
|
1830
|
-
|
|
1831
|
-
def draw_centered(self, context, layout):
|
|
1832
|
-
prefs = context.preferences
|
|
1833
|
-
paths = prefs.filepaths
|
|
1834
|
-
view = prefs.view
|
|
1835
|
-
|
|
1836
|
-
col = layout.column(heading="Save")
|
|
1837
|
-
col.prop(view, "use_save_prompt")
|
|
1838
|
-
|
|
1839
|
-
col = layout.column()
|
|
1840
|
-
col.prop(paths, "save_version")
|
|
1841
|
-
col.prop(paths, "recent_files")
|
|
1842
|
-
|
|
1843
|
-
layout.separator()
|
|
1844
|
-
|
|
1845
|
-
col = layout.column(heading="Auto-Save")
|
|
1846
|
-
row = col.row()
|
|
1847
|
-
row.prop(paths, "use_auto_save_temporary_files", text="")
|
|
1848
|
-
subrow = row.row()
|
|
1849
|
-
subrow.active = paths.use_auto_save_temporary_files
|
|
1850
|
-
subrow.prop(paths, "auto_save_time", text="Timer (Minutes)")
|
|
1851
|
-
|
|
1852
|
-
layout.separator()
|
|
1853
|
-
|
|
1854
|
-
layout.prop(paths, "file_preview_type")
|
|
1855
|
-
|
|
1856
|
-
layout.separator()
|
|
1857
|
-
|
|
1858
|
-
layout.separator()
|
|
1859
|
-
|
|
1860
|
-
col = layout.column(heading="Default To")
|
|
1861
|
-
col.prop(paths, "use_relative_paths")
|
|
1862
|
-
col.prop(paths, "use_file_compression")
|
|
1863
|
-
col.prop(paths, "use_load_ui")
|
|
1864
|
-
|
|
1865
|
-
col = layout.column(heading="Text Files")
|
|
1866
|
-
col.prop(paths, "use_tabs_as_spaces")
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
class USERPREF_PT_saveload_file_browser(SaveLoadPanel, CenterAlignMixIn, Panel):
|
|
1870
|
-
bl_label = "File Browser"
|
|
1871
|
-
|
|
1872
|
-
def draw_centered(self, context, layout):
|
|
1873
|
-
prefs = context.preferences
|
|
1874
|
-
paths = prefs.filepaths
|
|
1875
|
-
|
|
1876
|
-
col = layout.column(heading="Show Locations")
|
|
1877
|
-
col.prop(paths, "show_recent_locations", text="Recent")
|
|
1878
|
-
col.prop(paths, "show_system_bookmarks", text="System")
|
|
1879
|
-
|
|
1880
|
-
col = layout.column(heading="Defaults")
|
|
1881
|
-
col.prop(paths, "use_filter_files")
|
|
1882
|
-
col.prop(paths, "show_hidden_files_datablocks")
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
# -----------------------------------------------------------------------------
|
|
1886
|
-
# Input Panels
|
|
1887
|
-
|
|
1888
|
-
class InputPanel:
|
|
1889
|
-
bl_space_type = 'PREFERENCES'
|
|
1890
|
-
bl_region_type = 'WINDOW'
|
|
1891
|
-
bl_context = "input"
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
class USERPREF_PT_input_keyboard(InputPanel, CenterAlignMixIn, Panel):
|
|
1895
|
-
bl_label = "Keyboard"
|
|
1896
|
-
|
|
1897
|
-
def draw_centered(self, context, layout):
|
|
1898
|
-
prefs = context.preferences
|
|
1899
|
-
inputs = prefs.inputs
|
|
1900
|
-
|
|
1901
|
-
layout.prop(inputs, "use_emulate_numpad")
|
|
1902
|
-
layout.prop(inputs, "use_numeric_input_advanced")
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
class USERPREF_PT_input_mouse(InputPanel, CenterAlignMixIn, Panel):
|
|
1906
|
-
bl_label = "Mouse"
|
|
1907
|
-
|
|
1908
|
-
def draw_centered(self, context, layout):
|
|
1909
|
-
import sys
|
|
1910
|
-
prefs = context.preferences
|
|
1911
|
-
inputs = prefs.inputs
|
|
1912
|
-
|
|
1913
|
-
flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=False)
|
|
1914
|
-
|
|
1915
|
-
if sys.platform[:3] == "win":
|
|
1916
|
-
flow.prop(inputs, "use_mouse_emulate_3_button")
|
|
1917
|
-
else:
|
|
1918
|
-
col = flow.column(heading="Emulate 3 Button Mouse")
|
|
1919
|
-
row = col.row()
|
|
1920
|
-
row.prop(inputs, "use_mouse_emulate_3_button", text="")
|
|
1921
|
-
subrow = row.row()
|
|
1922
|
-
subrow.prop(inputs, "mouse_emulate_3_button_modifier", text="")
|
|
1923
|
-
subrow.active = inputs.use_mouse_emulate_3_button
|
|
1924
|
-
|
|
1925
|
-
flow.prop(inputs, "use_mouse_continuous")
|
|
1926
|
-
flow.prop(inputs, "use_drag_immediately")
|
|
1927
|
-
flow.prop(inputs, "mouse_double_click_time", text="Double Click Speed")
|
|
1928
|
-
flow.prop(inputs, "drag_threshold_mouse")
|
|
1929
|
-
flow.prop(inputs, "drag_threshold_tablet")
|
|
1930
|
-
flow.prop(inputs, "drag_threshold")
|
|
1931
|
-
flow.prop(inputs, "move_threshold")
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
class USERPREF_PT_input_touchpad(InputPanel, CenterAlignMixIn, Panel):
|
|
1935
|
-
bl_label = "Touchpad"
|
|
1936
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1937
|
-
|
|
1938
|
-
@classmethod
|
|
1939
|
-
def poll(cls, context):
|
|
1940
|
-
import sys
|
|
1941
|
-
if sys.platform[:3] == "win" or sys.platform == "darwin":
|
|
1942
|
-
return True
|
|
1943
|
-
|
|
1944
|
-
# WAYLAND supports multi-touch, X11 and SDL don't.
|
|
1945
|
-
from _bpy import _ghost_backend
|
|
1946
|
-
if _ghost_backend() == 'WAYLAND':
|
|
1947
|
-
return True
|
|
1948
|
-
|
|
1949
|
-
return False
|
|
1950
|
-
|
|
1951
|
-
def draw_centered(self, context, layout):
|
|
1952
|
-
prefs = context.preferences
|
|
1953
|
-
inputs = prefs.inputs
|
|
1954
|
-
|
|
1955
|
-
col = layout.column()
|
|
1956
|
-
col.prop(inputs, "use_multitouch_gestures")
|
|
1957
|
-
|
|
1958
|
-
from _bpy import _wm_capabilities
|
|
1959
|
-
capabilities = _wm_capabilities()
|
|
1960
|
-
if not capabilities['TRACKPAD_PHYSICAL_DIRECTION']:
|
|
1961
|
-
row = col.row()
|
|
1962
|
-
row.active = inputs.use_multitouch_gestures
|
|
1963
|
-
row.prop(inputs, "touchpad_scroll_direction", text="Scroll Direction")
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
class USERPREF_PT_input_tablet(InputPanel, CenterAlignMixIn, Panel):
|
|
1967
|
-
bl_label = "Tablet"
|
|
1968
|
-
|
|
1969
|
-
def draw_centered(self, context, layout):
|
|
1970
|
-
prefs = context.preferences
|
|
1971
|
-
inputs = prefs.inputs
|
|
1972
|
-
|
|
1973
|
-
import sys
|
|
1974
|
-
if sys.platform[:3] == "win":
|
|
1975
|
-
layout.prop(inputs, "tablet_api")
|
|
1976
|
-
layout.separator()
|
|
1977
|
-
|
|
1978
|
-
col = layout.column()
|
|
1979
|
-
col.prop(inputs, "pressure_threshold_max")
|
|
1980
|
-
col.prop(inputs, "pressure_softness")
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
class USERPREF_PT_input_ndof(InputPanel, CenterAlignMixIn, Panel):
|
|
1984
|
-
bl_label = "NDOF"
|
|
1985
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1986
|
-
|
|
1987
|
-
@classmethod
|
|
1988
|
-
def poll(cls, context):
|
|
1989
|
-
return bpy.app.build_options.input_ndof
|
|
1990
|
-
|
|
1991
|
-
def draw_centered(self, context, layout):
|
|
1992
|
-
prefs = context.preferences
|
|
1993
|
-
inputs = prefs.inputs
|
|
1994
|
-
|
|
1995
|
-
USERPREF_PT_ndof_settings.draw_settings(layout, inputs)
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
# -----------------------------------------------------------------------------
|
|
1999
|
-
# Navigation Panels
|
|
2000
|
-
|
|
2001
|
-
class NavigationPanel:
|
|
2002
|
-
bl_space_type = 'PREFERENCES'
|
|
2003
|
-
bl_region_type = 'WINDOW'
|
|
2004
|
-
bl_context = "navigation"
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
class USERPREF_PT_navigation_orbit(NavigationPanel, CenterAlignMixIn, Panel):
|
|
2008
|
-
bl_label = "Orbit & Pan"
|
|
2009
|
-
|
|
2010
|
-
def draw_centered(self, context, layout):
|
|
2011
|
-
prefs = context.preferences
|
|
2012
|
-
inputs = prefs.inputs
|
|
2013
|
-
view = prefs.view
|
|
2014
|
-
|
|
2015
|
-
col = layout.column()
|
|
2016
|
-
|
|
2017
|
-
col.row().prop(inputs, "view_rotate_method", expand=True)
|
|
2018
|
-
if inputs.view_rotate_method == 'TURNTABLE':
|
|
2019
|
-
col.prop(inputs, "view_rotate_sensitivity_turntable")
|
|
2020
|
-
else:
|
|
2021
|
-
col.prop(inputs, "view_rotate_sensitivity_trackball")
|
|
2022
|
-
col.prop(inputs, "use_rotate_around_active")
|
|
2023
|
-
|
|
2024
|
-
col.separator()
|
|
2025
|
-
|
|
2026
|
-
col = layout.column(heading="Auto")
|
|
2027
|
-
col.prop(inputs, "use_auto_perspective", text="Perspective")
|
|
2028
|
-
col.prop(inputs, "use_mouse_depth_navigate", text="Depth")
|
|
2029
|
-
|
|
2030
|
-
col = layout.column()
|
|
2031
|
-
col.prop(view, "smooth_view")
|
|
2032
|
-
col.prop(view, "rotation_angle")
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
class USERPREF_PT_navigation_zoom(NavigationPanel, CenterAlignMixIn, Panel):
|
|
2036
|
-
bl_label = "Zoom"
|
|
2037
|
-
|
|
2038
|
-
def draw_centered(self, context, layout):
|
|
2039
|
-
prefs = context.preferences
|
|
2040
|
-
inputs = prefs.inputs
|
|
2041
|
-
|
|
2042
|
-
col = layout.column()
|
|
2043
|
-
|
|
2044
|
-
col.row().prop(inputs, "view_zoom_method", text="Zoom Method")
|
|
2045
|
-
if inputs.view_zoom_method in {'DOLLY', 'CONTINUE'}:
|
|
2046
|
-
col.row().prop(inputs, "view_zoom_axis")
|
|
2047
|
-
col.prop(inputs, "use_zoom_to_mouse")
|
|
2048
|
-
col = layout.column(heading="Invert Zoom Direction", align=True)
|
|
2049
|
-
col.prop(inputs, "invert_mouse_zoom", text="Mouse")
|
|
2050
|
-
col.prop(inputs, "invert_zoom_wheel", text="Wheel")
|
|
2051
|
-
else:
|
|
2052
|
-
col.prop(inputs, "use_zoom_to_mouse")
|
|
2053
|
-
col.prop(inputs, "invert_zoom_wheel", text="Invert Wheel Zoom Direction")
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
class USERPREF_PT_navigation_fly_walk(NavigationPanel, CenterAlignMixIn, Panel):
|
|
2057
|
-
bl_label = "Fly & Walk"
|
|
2058
|
-
|
|
2059
|
-
def draw_centered(self, context, layout):
|
|
2060
|
-
prefs = context.preferences
|
|
2061
|
-
inputs = prefs.inputs
|
|
2062
|
-
|
|
2063
|
-
layout.row().prop(inputs, "navigation_mode", expand=True)
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
class USERPREF_PT_navigation_fly_walk_navigation(NavigationPanel, CenterAlignMixIn, Panel):
|
|
2067
|
-
bl_label = "Walk"
|
|
2068
|
-
bl_parent_id = "USERPREF_PT_navigation_fly_walk"
|
|
2069
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
2070
|
-
|
|
2071
|
-
@classmethod
|
|
2072
|
-
def poll(cls, context):
|
|
2073
|
-
prefs = context.preferences
|
|
2074
|
-
return prefs.inputs.navigation_mode == 'WALK'
|
|
2075
|
-
|
|
2076
|
-
def draw_centered(self, context, layout):
|
|
2077
|
-
prefs = context.preferences
|
|
2078
|
-
inputs = prefs.inputs
|
|
2079
|
-
walk = inputs.walk_navigation
|
|
2080
|
-
|
|
2081
|
-
col = layout.column()
|
|
2082
|
-
col.prop(walk, "use_mouse_reverse")
|
|
2083
|
-
col.prop(walk, "mouse_speed")
|
|
2084
|
-
col.prop(walk, "teleport_time")
|
|
2085
|
-
|
|
2086
|
-
col = layout.column(align=True)
|
|
2087
|
-
col.prop(walk, "walk_speed")
|
|
2088
|
-
col.prop(walk, "walk_speed_factor")
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
class USERPREF_PT_navigation_fly_walk_gravity(NavigationPanel, CenterAlignMixIn, Panel):
|
|
2092
|
-
bl_label = "Gravity"
|
|
2093
|
-
bl_parent_id = "USERPREF_PT_navigation_fly_walk"
|
|
2094
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
2095
|
-
|
|
2096
|
-
@classmethod
|
|
2097
|
-
def poll(cls, context):
|
|
2098
|
-
prefs = context.preferences
|
|
2099
|
-
return prefs.inputs.navigation_mode == 'WALK'
|
|
2100
|
-
|
|
2101
|
-
def draw_header(self, context):
|
|
2102
|
-
prefs = context.preferences
|
|
2103
|
-
inputs = prefs.inputs
|
|
2104
|
-
walk = inputs.walk_navigation
|
|
2105
|
-
|
|
2106
|
-
self.layout.prop(walk, "use_gravity", text="")
|
|
2107
|
-
|
|
2108
|
-
def draw_centered(self, context, layout):
|
|
2109
|
-
prefs = context.preferences
|
|
2110
|
-
inputs = prefs.inputs
|
|
2111
|
-
walk = inputs.walk_navigation
|
|
2112
|
-
|
|
2113
|
-
layout.active = walk.use_gravity
|
|
2114
|
-
|
|
2115
|
-
col = layout.column()
|
|
2116
|
-
col.prop(walk, "view_height")
|
|
2117
|
-
col.prop(walk, "jump_height")
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
# Special case, this is only exposed as a popover.
|
|
2121
|
-
class USERPREF_PT_ndof_settings(Panel):
|
|
2122
|
-
bl_label = "3D Mouse Settings"
|
|
2123
|
-
bl_space_type = 'TOPBAR' # dummy.
|
|
2124
|
-
bl_region_type = 'HEADER'
|
|
2125
|
-
bl_ui_units_x = 12
|
|
2126
|
-
|
|
2127
|
-
@staticmethod
|
|
2128
|
-
def draw_settings(layout, props, show_3dview_settings=True):
|
|
2129
|
-
|
|
2130
|
-
# Include this setting as it impacts 2D views as well (inverting translation).
|
|
2131
|
-
col = layout.column()
|
|
2132
|
-
col.row().prop(props, "ndof_navigation_mode", text="Navigation Mode")
|
|
2133
|
-
|
|
2134
|
-
if show_3dview_settings:
|
|
2135
|
-
col.prop(props, "ndof_lock_horizon", text="Lock Horizon")
|
|
2136
|
-
colsub = col.column()
|
|
2137
|
-
colsub.active = props.ndof_navigation_mode == 'FLY'
|
|
2138
|
-
colsub.prop(props, "ndof_fly_speed_auto", text="Auto Fly Speed")
|
|
2139
|
-
del colsub
|
|
2140
|
-
layout.separator()
|
|
2141
|
-
|
|
2142
|
-
if show_3dview_settings:
|
|
2143
|
-
col = layout.column(heading="Orbit Center")
|
|
2144
|
-
col.active = props.ndof_navigation_mode == 'OBJECT'
|
|
2145
|
-
col.prop(props, "ndof_orbit_center_auto")
|
|
2146
|
-
colsub = col.column()
|
|
2147
|
-
colsub.active = props.ndof_orbit_center_auto
|
|
2148
|
-
colsub.prop(props, "ndof_orbit_center_selected")
|
|
2149
|
-
del colsub
|
|
2150
|
-
col.separator()
|
|
2151
|
-
|
|
2152
|
-
col = layout.column(heading="Show")
|
|
2153
|
-
col.prop(props, "ndof_show_guide_orbit_axis", text="Orbit Axis")
|
|
2154
|
-
colsub = col.column()
|
|
2155
|
-
colsub.active = props.ndof_navigation_mode == 'OBJECT'
|
|
2156
|
-
colsub.prop(props, "ndof_show_guide_orbit_center", text="Orbit Center")
|
|
2157
|
-
del colsub
|
|
2158
|
-
|
|
2159
|
-
layout.separator()
|
|
2160
|
-
|
|
2161
|
-
layout_header, layout_advanced = layout.panel("NDOF_advanced", default_closed=True)
|
|
2162
|
-
layout_header.label(text="Advanced")
|
|
2163
|
-
if layout_advanced:
|
|
2164
|
-
col = layout_advanced.column()
|
|
2165
|
-
col.prop(props, "ndof_translation_sensitivity")
|
|
2166
|
-
col.prop(props, "ndof_rotation_sensitivity")
|
|
2167
|
-
col.prop(props, "ndof_deadzone")
|
|
2168
|
-
|
|
2169
|
-
col.separator()
|
|
2170
|
-
col.row().prop(props, "ndof_zoom_direction", expand=True)
|
|
2171
|
-
col.separator()
|
|
2172
|
-
|
|
2173
|
-
row = col.row(heading=("Invert Pan" if show_3dview_settings else "Invert Pan Axis"))
|
|
2174
|
-
for text, attr in (
|
|
2175
|
-
("X", "ndof_panx_invert_axis"),
|
|
2176
|
-
("Y", "ndof_pany_invert_axis"),
|
|
2177
|
-
("Z", "ndof_panz_invert_axis"),
|
|
2178
|
-
):
|
|
2179
|
-
row.prop(props, attr, text=text, toggle=True)
|
|
2180
|
-
|
|
2181
|
-
if show_3dview_settings:
|
|
2182
|
-
row = col.row(heading="Invert Rotate")
|
|
2183
|
-
for text, attr in (
|
|
2184
|
-
("X", "ndof_rotx_invert_axis"),
|
|
2185
|
-
("Y", "ndof_roty_invert_axis"),
|
|
2186
|
-
("Z", "ndof_rotz_invert_axis"),
|
|
2187
|
-
):
|
|
2188
|
-
row.prop(props, attr, text=text, toggle=True)
|
|
2189
|
-
|
|
2190
|
-
if show_3dview_settings:
|
|
2191
|
-
col.prop(props, "ndof_lock_camera_pan_zoom")
|
|
2192
|
-
|
|
2193
|
-
def draw(self, context):
|
|
2194
|
-
layout = self.layout
|
|
2195
|
-
layout.use_property_split = True
|
|
2196
|
-
layout.use_property_decorate = False # No animation.
|
|
2197
|
-
|
|
2198
|
-
input_prefs = context.preferences.inputs
|
|
2199
|
-
is_view3d = context.space_data.type == 'VIEW_3D'
|
|
2200
|
-
self.draw_settings(layout, input_prefs, is_view3d)
|
|
2201
|
-
|
|
2202
|
-
# -----------------------------------------------------------------------------
|
|
2203
|
-
# Key-Map Editor Panels
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
class KeymapPanel:
|
|
2207
|
-
bl_space_type = 'PREFERENCES'
|
|
2208
|
-
bl_region_type = 'WINDOW'
|
|
2209
|
-
bl_context = "keymap"
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
class USERPREF_MT_keyconfigs(Menu):
|
|
2213
|
-
bl_label = "KeyPresets"
|
|
2214
|
-
preset_subdir = "keyconfig"
|
|
2215
|
-
preset_operator = "preferences.keyconfig_activate"
|
|
2216
|
-
|
|
2217
|
-
def draw(self, context):
|
|
2218
|
-
Menu.draw_preset(self, context)
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
class USERPREF_PT_keymap(KeymapPanel, Panel):
|
|
2222
|
-
bl_label = "Keymap"
|
|
2223
|
-
bl_options = {'HIDE_HEADER'}
|
|
2224
|
-
|
|
2225
|
-
def draw(self, context):
|
|
2226
|
-
from rna_keymap_ui import draw_keymaps
|
|
2227
|
-
|
|
2228
|
-
layout = self.layout
|
|
2229
|
-
|
|
2230
|
-
# import time
|
|
2231
|
-
|
|
2232
|
-
# start = time.time()
|
|
2233
|
-
|
|
2234
|
-
# Keymap Settings
|
|
2235
|
-
draw_keymaps(context, layout)
|
|
2236
|
-
|
|
2237
|
-
# print("runtime", time.time() - start)
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
|
-
# -----------------------------------------------------------------------------
|
|
2241
|
-
# Extension Panels
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
|
-
class USERPREF_MT_extensions_active_repo(Menu):
|
|
2245
|
-
bl_label = "Active Repository"
|
|
2246
|
-
|
|
2247
|
-
def draw(self, _context):
|
|
2248
|
-
# Add-ons may extend.
|
|
2249
|
-
pass
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
|
-
class USERPREF_MT_extensions_active_repo_remove(Menu):
|
|
2253
|
-
bl_label = "Remove Extension Repository"
|
|
2254
|
-
|
|
2255
|
-
def draw(self, context):
|
|
2256
|
-
layout = self.layout
|
|
2257
|
-
|
|
2258
|
-
extensions = context.preferences.extensions
|
|
2259
|
-
active_repo_index = extensions.active_repo
|
|
2260
|
-
|
|
2261
|
-
try:
|
|
2262
|
-
active_repo = None if active_repo_index < 0 else extensions.repos[active_repo_index]
|
|
2263
|
-
except IndexError:
|
|
2264
|
-
active_repo = None
|
|
2265
|
-
|
|
2266
|
-
is_system_repo = (active_repo.use_remote_url is False) and (active_repo.source == 'SYSTEM')
|
|
2267
|
-
|
|
2268
|
-
props = layout.operator("preferences.extension_repo_remove", text="Remove Repository")
|
|
2269
|
-
props.index = active_repo_index
|
|
2270
|
-
|
|
2271
|
-
if not is_system_repo:
|
|
2272
|
-
props = layout.operator("preferences.extension_repo_remove", text="Remove Repository & Files")
|
|
2273
|
-
props.index = active_repo_index
|
|
2274
|
-
props.remove_files = True
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
class USERPREF_PT_extensions_repos(Panel):
|
|
2278
|
-
bl_label = "Repositories"
|
|
2279
|
-
bl_options = {'HIDE_HEADER'}
|
|
2280
|
-
|
|
2281
|
-
bl_space_type = 'TOPBAR' # dummy.
|
|
2282
|
-
bl_region_type = 'HEADER'
|
|
2283
|
-
|
|
2284
|
-
# Show wider than most panels so the URL & directory aren't overly clipped.
|
|
2285
|
-
bl_ui_units_x = 16
|
|
2286
|
-
|
|
2287
|
-
def draw(self, context):
|
|
2288
|
-
layout = self.layout
|
|
2289
|
-
layout.use_property_split = False
|
|
2290
|
-
layout.use_property_decorate = False
|
|
2291
|
-
|
|
2292
|
-
extensions = context.preferences.extensions
|
|
2293
|
-
active_repo_index = extensions.active_repo
|
|
2294
|
-
|
|
2295
|
-
row = layout.row()
|
|
2296
|
-
|
|
2297
|
-
row.template_list(
|
|
2298
|
-
"USERPREF_UL_extension_repos", "user_extension_repos",
|
|
2299
|
-
extensions, "repos",
|
|
2300
|
-
extensions, "active_repo",
|
|
2301
|
-
)
|
|
2302
|
-
|
|
2303
|
-
col = row.column(align=True)
|
|
2304
|
-
col.operator_menu_enum("preferences.extension_repo_add", "type", text="", icon='ADD')
|
|
2305
|
-
col.menu("USERPREF_MT_extensions_active_repo_remove", text="", icon='REMOVE')
|
|
2306
|
-
|
|
2307
|
-
col.separator()
|
|
2308
|
-
|
|
2309
|
-
col.menu_contents("USERPREF_MT_extensions_active_repo")
|
|
2310
|
-
|
|
2311
|
-
try:
|
|
2312
|
-
active_repo = None if active_repo_index < 0 else extensions.repos[active_repo_index]
|
|
2313
|
-
except IndexError:
|
|
2314
|
-
active_repo = None
|
|
2315
|
-
|
|
2316
|
-
if active_repo is None:
|
|
2317
|
-
return
|
|
2318
|
-
|
|
2319
|
-
# NOTE: changing repositories from remote to local & vice versa could be supported but is obscure enough
|
|
2320
|
-
# that it can be hidden entirely. If there is a some justification to show this, it can be exposed.
|
|
2321
|
-
# For now it can be accessed from Python if someone is.
|
|
2322
|
-
# `layout.prop(active_repo, "use_remote_url", text="Use Remote URL")`
|
|
2323
|
-
|
|
2324
|
-
use_remote_url = active_repo.use_remote_url
|
|
2325
|
-
if use_remote_url:
|
|
2326
|
-
row = layout.row()
|
|
2327
|
-
split = row.split(factor=0.936)
|
|
2328
|
-
if active_repo.remote_url == "":
|
|
2329
|
-
split.alert = True
|
|
2330
|
-
split.prop(active_repo, "remote_url", text="", icon='INTERNET', placeholder="Repository URL")
|
|
2331
|
-
split = row.split()
|
|
2332
|
-
|
|
2333
|
-
if active_repo.use_access_token:
|
|
2334
|
-
access_token_icon = 'LOCKED' if active_repo.access_token else 'UNLOCKED'
|
|
2335
|
-
row = layout.row()
|
|
2336
|
-
split = row.split(factor=0.936)
|
|
2337
|
-
split.prop(active_repo, "access_token", icon=access_token_icon)
|
|
2338
|
-
split = row.split()
|
|
2339
|
-
|
|
2340
|
-
layout.prop(active_repo, "use_sync_on_startup")
|
|
2341
|
-
|
|
2342
|
-
layout_header, layout_panel = layout.panel("advanced", default_closed=True)
|
|
2343
|
-
layout_header.label(text="Advanced")
|
|
2344
|
-
|
|
2345
|
-
if layout_panel:
|
|
2346
|
-
layout_panel.use_property_split = True
|
|
2347
|
-
use_custom_directory = active_repo.use_custom_directory
|
|
2348
|
-
|
|
2349
|
-
col = layout_panel.column(align=False, heading="Custom Directory")
|
|
2350
|
-
row = col.row(align=True)
|
|
2351
|
-
sub = row.row(align=True)
|
|
2352
|
-
sub.prop(active_repo, "use_custom_directory", text="")
|
|
2353
|
-
sub = sub.row(align=True)
|
|
2354
|
-
sub.active = use_custom_directory
|
|
2355
|
-
if use_custom_directory:
|
|
2356
|
-
if active_repo.custom_directory == "":
|
|
2357
|
-
sub.alert = True
|
|
2358
|
-
sub.prop(active_repo, "custom_directory", text="")
|
|
2359
|
-
else:
|
|
2360
|
-
# Show the read-only directory property.
|
|
2361
|
-
# Apart from being consistent with the custom directory UI,
|
|
2362
|
-
# prefer a read-only property over a label because this is not necessarily
|
|
2363
|
-
# valid UTF-8 which will raise a Python exception when passed in as text.
|
|
2364
|
-
sub.prop(active_repo, "directory", text="")
|
|
2365
|
-
|
|
2366
|
-
if use_remote_url:
|
|
2367
|
-
row = layout_panel.row(align=True, heading="Authentication")
|
|
2368
|
-
row.prop(active_repo, "use_access_token")
|
|
2369
|
-
|
|
2370
|
-
layout_panel.prop(active_repo, "use_cache")
|
|
2371
|
-
else:
|
|
2372
|
-
layout_panel.prop(active_repo, "source")
|
|
2373
|
-
|
|
2374
|
-
layout_panel.separator()
|
|
2375
|
-
|
|
2376
|
-
layout_panel.prop(active_repo, "module")
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
# -----------------------------------------------------------------------------
|
|
2380
|
-
# Extensions Panels
|
|
2381
|
-
|
|
2382
|
-
class ExtensionsPanel:
|
|
2383
|
-
bl_space_type = 'PREFERENCES'
|
|
2384
|
-
bl_region_type = 'WINDOW'
|
|
2385
|
-
bl_context = "extensions"
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
class USERPREF_PT_extensions(ExtensionsPanel, Panel):
|
|
2389
|
-
bl_label = "Extensions"
|
|
2390
|
-
bl_options = {'HIDE_HEADER'}
|
|
2391
|
-
|
|
2392
|
-
def draw(self, context):
|
|
2393
|
-
pass
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
# -----------------------------------------------------------------------------
|
|
2397
|
-
# Add-on Panels
|
|
2398
|
-
|
|
2399
|
-
# Only a popover.
|
|
2400
|
-
class USERPREF_PT_addons_filter(Panel):
|
|
2401
|
-
bl_label = "Add-ons Filter"
|
|
2402
|
-
|
|
2403
|
-
bl_space_type = 'TOPBAR' # dummy.
|
|
2404
|
-
bl_region_type = 'HEADER'
|
|
2405
|
-
bl_ui_units_x = 12
|
|
2406
|
-
|
|
2407
|
-
def draw(self, context):
|
|
2408
|
-
USERPREF_PT_addons._draw_addon_header_for_extensions_popover(self.layout, context)
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
class AddOnPanel:
|
|
2412
|
-
bl_space_type = 'PREFERENCES'
|
|
2413
|
-
bl_region_type = 'WINDOW'
|
|
2414
|
-
bl_context = "addons"
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
class USERPREF_PT_addons(AddOnPanel, Panel):
|
|
2418
|
-
bl_label = "Add-ons"
|
|
2419
|
-
bl_options = {'HIDE_HEADER'}
|
|
2420
|
-
|
|
2421
|
-
_support_icon_mapping = {
|
|
2422
|
-
'OFFICIAL': 'BLENDER',
|
|
2423
|
-
'COMMUNITY': 'COMMUNITY',
|
|
2424
|
-
'TESTING': 'EXPERIMENTAL',
|
|
2425
|
-
}
|
|
2426
|
-
|
|
2427
|
-
@staticmethod
|
|
2428
|
-
def is_user_addon(mod, user_addon_paths):
|
|
2429
|
-
import os
|
|
2430
|
-
|
|
2431
|
-
if not user_addon_paths:
|
|
2432
|
-
for path in (
|
|
2433
|
-
bpy.utils.script_path_user(),
|
|
2434
|
-
*bpy.utils.script_paths_pref(),
|
|
2435
|
-
):
|
|
2436
|
-
if path is not None:
|
|
2437
|
-
user_addon_paths.append(os.path.join(path, "addons"))
|
|
2438
|
-
|
|
2439
|
-
for path in user_addon_paths:
|
|
2440
|
-
if bpy.path.is_subdir(mod.__file__, path):
|
|
2441
|
-
return True
|
|
2442
|
-
return False
|
|
2443
|
-
|
|
2444
|
-
@staticmethod
|
|
2445
|
-
def draw_addon_preferences(layout, context, addon_preferences):
|
|
2446
|
-
if (draw := getattr(addon_preferences, "draw", None)) is None:
|
|
2447
|
-
return
|
|
2448
|
-
|
|
2449
|
-
addon_preferences_class = type(addon_preferences)
|
|
2450
|
-
layout.label(text=" Preferences")
|
|
2451
|
-
box_prefs = layout.box()
|
|
2452
|
-
addon_preferences_class.layout = box_prefs
|
|
2453
|
-
try:
|
|
2454
|
-
draw(context)
|
|
2455
|
-
except Exception:
|
|
2456
|
-
import traceback
|
|
2457
|
-
traceback.print_exc()
|
|
2458
|
-
box_prefs.label(text="Error (see console)", icon='ERROR')
|
|
2459
|
-
del addon_preferences_class.layout
|
|
2460
|
-
|
|
2461
|
-
@staticmethod
|
|
2462
|
-
def draw_error(layout, message):
|
|
2463
|
-
lines = message.split("\n")
|
|
2464
|
-
box = layout.box()
|
|
2465
|
-
sub = box.row()
|
|
2466
|
-
sub.label(text=lines[0])
|
|
2467
|
-
sub.label(icon='ERROR')
|
|
2468
|
-
for line in lines[1:]:
|
|
2469
|
-
box.label(text=line)
|
|
2470
|
-
|
|
2471
|
-
@staticmethod
|
|
2472
|
-
def _draw_addon_header(layout, prefs, wm):
|
|
2473
|
-
split = layout.split(factor=0.6)
|
|
2474
|
-
|
|
2475
|
-
row = split.row()
|
|
2476
|
-
row.prop(wm, "addon_support", expand=True)
|
|
2477
|
-
|
|
2478
|
-
row = split.row(align=True)
|
|
2479
|
-
row.operator("preferences.addon_install", icon='IMPORT', text="Install...")
|
|
2480
|
-
row.operator("preferences.addon_refresh", icon='FILE_REFRESH', text="Refresh")
|
|
2481
|
-
|
|
2482
|
-
row = layout.row()
|
|
2483
|
-
row.prop(prefs.view, "show_addons_enabled_only")
|
|
2484
|
-
row.prop(wm, "addon_filter", text="")
|
|
2485
|
-
row.prop(wm, "addon_search", text="", icon='VIEWZOOM')
|
|
2486
|
-
|
|
2487
|
-
@staticmethod
|
|
2488
|
-
def _draw_addon_header_for_extensions_popover(layout, context):
|
|
2489
|
-
|
|
2490
|
-
wm = context.window_manager
|
|
2491
|
-
prefs = context.preferences
|
|
2492
|
-
|
|
2493
|
-
row = layout.row()
|
|
2494
|
-
row.prop(wm, "addon_support", expand=True)
|
|
2495
|
-
|
|
2496
|
-
row = layout.row()
|
|
2497
|
-
row.prop(prefs.view, "show_addons_enabled_only")
|
|
2498
|
-
|
|
2499
|
-
# Not filter, we could expose elsewhere.
|
|
2500
|
-
row = layout.row()
|
|
2501
|
-
row.operator("preferences.addon_install", icon='IMPORT', text="Install...")
|
|
2502
|
-
row.operator("preferences.addon_refresh", icon='FILE_REFRESH', text="Refresh")
|
|
2503
|
-
|
|
2504
|
-
def draw(self, context):
|
|
2505
|
-
import os
|
|
2506
|
-
import addon_utils
|
|
2507
|
-
|
|
2508
|
-
prefs = context.preferences
|
|
2509
|
-
|
|
2510
|
-
if self.is_extended():
|
|
2511
|
-
# Rely on the draw function being extended by the extensions add-on (`bl_pkg`).
|
|
2512
|
-
return
|
|
2513
|
-
|
|
2514
|
-
layout = self.layout
|
|
2515
|
-
wm = context.window_manager
|
|
2516
|
-
|
|
2517
|
-
used_addon_module_name_map = {addon.module: addon for addon in prefs.addons}
|
|
2518
|
-
|
|
2519
|
-
addon_user_dirs = tuple(
|
|
2520
|
-
p for p in (
|
|
2521
|
-
*[os.path.join(pref_p, "addons") for pref_p in bpy.utils.script_paths_pref()],
|
|
2522
|
-
bpy.utils.user_resource('SCRIPTS', path="addons"),
|
|
2523
|
-
)
|
|
2524
|
-
if p
|
|
2525
|
-
)
|
|
2526
|
-
|
|
2527
|
-
self._draw_addon_header(layout, prefs, wm)
|
|
2528
|
-
|
|
2529
|
-
layout_topmost = layout.column()
|
|
2530
|
-
|
|
2531
|
-
col = layout.column()
|
|
2532
|
-
|
|
2533
|
-
# set in addon_utils.modules_refresh()
|
|
2534
|
-
if addon_utils.error_duplicates:
|
|
2535
|
-
box = col.box()
|
|
2536
|
-
row = box.row()
|
|
2537
|
-
row.label(text="Multiple add-ons with the same name found!")
|
|
2538
|
-
row.label(icon='ERROR')
|
|
2539
|
-
box.label(text="Delete one of each pair to resolve:")
|
|
2540
|
-
for (addon_name, addon_file, addon_path) in addon_utils.error_duplicates:
|
|
2541
|
-
box.separator()
|
|
2542
|
-
sub_col = box.column(align=True)
|
|
2543
|
-
sub_col.label(text=addon_name + ":")
|
|
2544
|
-
|
|
2545
|
-
sub_row = sub_col.row()
|
|
2546
|
-
sub_row.label(text=" " + addon_file)
|
|
2547
|
-
sub_row.operator("wm.path_open", text="", icon='FILE_FOLDER').filepath = os.path.dirname(addon_file)
|
|
2548
|
-
|
|
2549
|
-
sub_row = sub_col.row()
|
|
2550
|
-
sub_row.label(text=" " + addon_path)
|
|
2551
|
-
sub_row.operator("wm.path_open", text="", icon='FILE_FOLDER').filepath = os.path.dirname(addon_path)
|
|
2552
|
-
|
|
2553
|
-
if addon_utils.error_encoding:
|
|
2554
|
-
self.draw_error(
|
|
2555
|
-
col,
|
|
2556
|
-
"One or more addons do not have UTF-8 encoding\n"
|
|
2557
|
-
"(see console for details)",
|
|
2558
|
-
)
|
|
2559
|
-
|
|
2560
|
-
show_enabled_only = prefs.view.show_addons_enabled_only
|
|
2561
|
-
filter = wm.addon_filter
|
|
2562
|
-
search = wm.addon_search.casefold()
|
|
2563
|
-
support = wm.addon_support
|
|
2564
|
-
|
|
2565
|
-
module_names = set()
|
|
2566
|
-
|
|
2567
|
-
# initialized on demand
|
|
2568
|
-
user_addon_paths = []
|
|
2569
|
-
|
|
2570
|
-
for mod in addon_utils.modules(refresh=False):
|
|
2571
|
-
module_names.add(addon_module_name := mod.__name__)
|
|
2572
|
-
bl_info = addon_utils.module_bl_info(mod)
|
|
2573
|
-
|
|
2574
|
-
is_enabled = addon_module_name in used_addon_module_name_map
|
|
2575
|
-
|
|
2576
|
-
if bl_info["support"] not in support:
|
|
2577
|
-
continue
|
|
2578
|
-
|
|
2579
|
-
# check if addon should be visible with current filters
|
|
2580
|
-
is_visible = (
|
|
2581
|
-
(filter == "All") or
|
|
2582
|
-
(filter == bl_info["category"]) or
|
|
2583
|
-
(filter == "User" and (mod.__file__.startswith(addon_user_dirs)))
|
|
2584
|
-
)
|
|
2585
|
-
if show_enabled_only:
|
|
2586
|
-
is_visible = is_visible and is_enabled
|
|
2587
|
-
|
|
2588
|
-
if not is_visible:
|
|
2589
|
-
continue
|
|
2590
|
-
|
|
2591
|
-
if search and not (
|
|
2592
|
-
(search in bl_info["name"].casefold() or
|
|
2593
|
-
search in iface_(bl_info["name"]).casefold()) or
|
|
2594
|
-
(bl_info["author"] and (search in bl_info["author"].casefold())) or
|
|
2595
|
-
((filter == "All") and (search in bl_info["category"].casefold() or
|
|
2596
|
-
search in iface_(bl_info["category"]).casefold()))
|
|
2597
|
-
):
|
|
2598
|
-
continue
|
|
2599
|
-
|
|
2600
|
-
# Addon UI Code
|
|
2601
|
-
col_box = col.column()
|
|
2602
|
-
box = col_box.box()
|
|
2603
|
-
colsub = box.column()
|
|
2604
|
-
row = colsub.row(align=True)
|
|
2605
|
-
|
|
2606
|
-
row.operator(
|
|
2607
|
-
"preferences.addon_expand",
|
|
2608
|
-
icon='DISCLOSURE_TRI_DOWN' if bl_info["show_expanded"] else 'DISCLOSURE_TRI_RIGHT',
|
|
2609
|
-
emboss=False,
|
|
2610
|
-
).module = addon_module_name
|
|
2611
|
-
|
|
2612
|
-
row.operator(
|
|
2613
|
-
"preferences.addon_disable" if is_enabled else "preferences.addon_enable",
|
|
2614
|
-
icon='CHECKBOX_HLT' if is_enabled else 'CHECKBOX_DEHLT', text="",
|
|
2615
|
-
emboss=False,
|
|
2616
|
-
).module = addon_module_name
|
|
2617
|
-
|
|
2618
|
-
sub = row.row()
|
|
2619
|
-
sub.active = is_enabled
|
|
2620
|
-
sub.label(text="{:s}: {:s}".format(iface_(bl_info["category"]), iface_(bl_info["name"])))
|
|
2621
|
-
|
|
2622
|
-
if bl_info["warning"]:
|
|
2623
|
-
sub.label(icon='ERROR')
|
|
2624
|
-
|
|
2625
|
-
# icon showing support level.
|
|
2626
|
-
sub.label(icon=self._support_icon_mapping.get(bl_info["support"], 'QUESTION'))
|
|
2627
|
-
|
|
2628
|
-
# Expanded UI (only if additional bl_info is available)
|
|
2629
|
-
if bl_info["show_expanded"]:
|
|
2630
|
-
if value := bl_info["description"]:
|
|
2631
|
-
split = colsub.row().split(factor=0.15)
|
|
2632
|
-
split.label(text="Description:")
|
|
2633
|
-
split.label(text=iface_(value))
|
|
2634
|
-
if value := bl_info["location"]:
|
|
2635
|
-
split = colsub.row().split(factor=0.15)
|
|
2636
|
-
split.label(text="Location:")
|
|
2637
|
-
split.label(text=iface_(value))
|
|
2638
|
-
if mod:
|
|
2639
|
-
split = colsub.row().split(factor=0.15)
|
|
2640
|
-
split.label(text="File:")
|
|
2641
|
-
split.label(text=mod.__file__, translate=False)
|
|
2642
|
-
if value := bl_info["author"]:
|
|
2643
|
-
split = colsub.row().split(factor=0.15)
|
|
2644
|
-
split.label(text="Author:")
|
|
2645
|
-
split.label(text=value, translate=False)
|
|
2646
|
-
if value := bl_info["version"]:
|
|
2647
|
-
split = colsub.row().split(factor=0.15)
|
|
2648
|
-
split.label(text="Version:")
|
|
2649
|
-
split.label(text=".".join(str(x) for x in value), translate=False)
|
|
2650
|
-
if value := bl_info["warning"]:
|
|
2651
|
-
split = colsub.row().split(factor=0.15)
|
|
2652
|
-
split.label(text="Warning:")
|
|
2653
|
-
split.label(text=" " + iface_(value), icon='ERROR')
|
|
2654
|
-
del value
|
|
2655
|
-
|
|
2656
|
-
user_addon = USERPREF_PT_addons.is_user_addon(mod, user_addon_paths)
|
|
2657
|
-
if bl_info["doc_url"] or bl_info.get("tracker_url"):
|
|
2658
|
-
split = colsub.row().split(factor=0.15)
|
|
2659
|
-
split.label(text="Internet:")
|
|
2660
|
-
sub = split.row()
|
|
2661
|
-
if bl_info["doc_url"]:
|
|
2662
|
-
sub.operator(
|
|
2663
|
-
"wm.url_open", text="Documentation", icon='HELP',
|
|
2664
|
-
).url = bl_info["doc_url"]
|
|
2665
|
-
# Only add "Report a Bug" button if tracker_url is set.
|
|
2666
|
-
# None of the core add-ons are expected to have tracker info (glTF is the exception).
|
|
2667
|
-
if bl_info.get("tracker_url"):
|
|
2668
|
-
sub.operator(
|
|
2669
|
-
"wm.url_open", text="Report a Bug", icon='URL',
|
|
2670
|
-
).url = bl_info["tracker_url"]
|
|
2671
|
-
|
|
2672
|
-
if user_addon:
|
|
2673
|
-
split = colsub.row().split(factor=0.15)
|
|
2674
|
-
split.label(text="User:")
|
|
2675
|
-
split.operator(
|
|
2676
|
-
"preferences.addon_remove", text="Remove", icon='CANCEL',
|
|
2677
|
-
).module = mod.__name__
|
|
2678
|
-
|
|
2679
|
-
# Show addon user preferences
|
|
2680
|
-
if is_enabled:
|
|
2681
|
-
if (addon_preferences := used_addon_module_name_map[addon_module_name].preferences) is not None:
|
|
2682
|
-
self.draw_addon_preferences(col_box, context, addon_preferences)
|
|
2683
|
-
|
|
2684
|
-
if filter in {"All", "Enabled"}:
|
|
2685
|
-
# Append missing scripts
|
|
2686
|
-
# First collect scripts that are used but have no script file.
|
|
2687
|
-
missing_modules = {
|
|
2688
|
-
addon_module_name for addon_module_name in used_addon_module_name_map
|
|
2689
|
-
if addon_module_name not in module_names
|
|
2690
|
-
}
|
|
2691
|
-
|
|
2692
|
-
if missing_modules:
|
|
2693
|
-
layout_topmost.column().separator()
|
|
2694
|
-
layout_topmost.column().label(text="Missing script files")
|
|
2695
|
-
|
|
2696
|
-
for addon_module_name in sorted(missing_modules):
|
|
2697
|
-
is_enabled = addon_module_name in used_addon_module_name_map
|
|
2698
|
-
# Addon UI Code
|
|
2699
|
-
box = layout_topmost.column().box()
|
|
2700
|
-
colsub = box.column()
|
|
2701
|
-
row = colsub.row(align=True)
|
|
2702
|
-
|
|
2703
|
-
row.label(text="", icon='ERROR')
|
|
2704
|
-
|
|
2705
|
-
if is_enabled:
|
|
2706
|
-
row.operator(
|
|
2707
|
-
"preferences.addon_disable", icon='CHECKBOX_HLT', text="", emboss=False,
|
|
2708
|
-
).module = addon_module_name
|
|
2709
|
-
|
|
2710
|
-
row.label(text=addon_module_name, translate=False)
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
# -----------------------------------------------------------------------------
|
|
2714
|
-
# Studio Light Panels
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
class StudioLightPanel:
|
|
2718
|
-
bl_space_type = 'PREFERENCES'
|
|
2719
|
-
bl_region_type = 'WINDOW'
|
|
2720
|
-
bl_context = "lights"
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
class StudioLightPanelMixin:
|
|
2724
|
-
|
|
2725
|
-
def _get_lights(self, prefs):
|
|
2726
|
-
return [light for light in prefs.studio_lights if light.is_user_defined and light.type == self.sl_type]
|
|
2727
|
-
|
|
2728
|
-
def draw(self, context):
|
|
2729
|
-
layout = self.layout
|
|
2730
|
-
prefs = context.preferences
|
|
2731
|
-
lights = self._get_lights(prefs)
|
|
2732
|
-
|
|
2733
|
-
self.draw_light_list(layout, lights)
|
|
2734
|
-
|
|
2735
|
-
def draw_light_list(self, layout, lights):
|
|
2736
|
-
if lights:
|
|
2737
|
-
flow = layout.grid_flow(row_major=False, columns=4, even_columns=True, even_rows=True, align=False)
|
|
2738
|
-
for studio_light in lights:
|
|
2739
|
-
self.draw_studio_light(flow, studio_light)
|
|
2740
|
-
else:
|
|
2741
|
-
layout.label(text=self.get_error_message())
|
|
2742
|
-
|
|
2743
|
-
def get_error_message(self):
|
|
2744
|
-
return rpt_("No custom {:s} configured").format(self.bl_label)
|
|
2745
|
-
|
|
2746
|
-
def draw_studio_light(self, layout, studio_light):
|
|
2747
|
-
box = layout.box()
|
|
2748
|
-
row = box.row()
|
|
2749
|
-
|
|
2750
|
-
row.template_icon(layout.icon(studio_light), scale=3.0)
|
|
2751
|
-
col = row.column()
|
|
2752
|
-
props = col.operator("preferences.studiolight_uninstall", text="", icon='REMOVE')
|
|
2753
|
-
props.index = studio_light.index
|
|
2754
|
-
|
|
2755
|
-
if studio_light.type == 'STUDIO':
|
|
2756
|
-
props = col.operator("preferences.studiolight_copy_settings", text="", icon='IMPORT')
|
|
2757
|
-
props.index = studio_light.index
|
|
2758
|
-
|
|
2759
|
-
box.label(text=studio_light.name)
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
class USERPREF_PT_studiolight_matcaps(StudioLightPanel, StudioLightPanelMixin, Panel):
|
|
2763
|
-
bl_label = "MatCaps"
|
|
2764
|
-
sl_type = 'MATCAP'
|
|
2765
|
-
|
|
2766
|
-
def draw_header_preset(self, _context):
|
|
2767
|
-
layout = self.layout
|
|
2768
|
-
layout.operator("preferences.studiolight_install", icon='IMPORT', text="Install...").type = 'MATCAP'
|
|
2769
|
-
layout.separator()
|
|
2770
|
-
|
|
2771
|
-
def get_error_message(self):
|
|
2772
|
-
return rpt_("No custom MatCaps configured")
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
class USERPREF_PT_studiolight_world(StudioLightPanel, StudioLightPanelMixin, Panel):
|
|
2776
|
-
bl_label = "HDRIs"
|
|
2777
|
-
sl_type = 'WORLD'
|
|
2778
|
-
|
|
2779
|
-
def draw_header_preset(self, _context):
|
|
2780
|
-
layout = self.layout
|
|
2781
|
-
layout.operator("preferences.studiolight_install", icon='IMPORT', text="Install...").type = 'WORLD'
|
|
2782
|
-
layout.separator()
|
|
2783
|
-
|
|
2784
|
-
def get_error_message(self):
|
|
2785
|
-
return rpt_("No custom HDRIs configured")
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
class USERPREF_PT_studiolight_lights(StudioLightPanel, StudioLightPanelMixin, Panel):
|
|
2789
|
-
bl_label = "Studio Lights"
|
|
2790
|
-
sl_type = 'STUDIO'
|
|
2791
|
-
|
|
2792
|
-
def draw_header_preset(self, _context):
|
|
2793
|
-
layout = self.layout
|
|
2794
|
-
props = layout.operator("preferences.studiolight_install", icon='IMPORT', text="Install...")
|
|
2795
|
-
props.type = 'STUDIO'
|
|
2796
|
-
props.filter_glob = ".sl"
|
|
2797
|
-
layout.separator()
|
|
2798
|
-
|
|
2799
|
-
def get_error_message(self):
|
|
2800
|
-
return rpt_("No custom Studio Lights configured")
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
class USERPREF_PT_studiolight_light_editor(StudioLightPanel, Panel):
|
|
2804
|
-
bl_label = "Editor"
|
|
2805
|
-
bl_parent_id = "USERPREF_PT_studiolight_lights"
|
|
2806
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
2807
|
-
|
|
2808
|
-
@staticmethod
|
|
2809
|
-
def opengl_light_buttons(layout, light):
|
|
2810
|
-
col = layout.column()
|
|
2811
|
-
box = col.box()
|
|
2812
|
-
box.active = light.use
|
|
2813
|
-
|
|
2814
|
-
box.prop(light, "use", text="Use Light")
|
|
2815
|
-
box.prop(light, "diffuse_color", text="Diffuse")
|
|
2816
|
-
box.prop(light, "specular_color", text="Specular")
|
|
2817
|
-
box.prop(light, "smooth")
|
|
2818
|
-
box.prop(light, "direction")
|
|
2819
|
-
|
|
2820
|
-
col.separator()
|
|
2821
|
-
|
|
2822
|
-
def draw(self, context):
|
|
2823
|
-
layout = self.layout
|
|
2824
|
-
|
|
2825
|
-
prefs = context.preferences
|
|
2826
|
-
system = prefs.system
|
|
2827
|
-
|
|
2828
|
-
row = layout.row()
|
|
2829
|
-
row.prop(system, "use_studio_light_edit", toggle=True)
|
|
2830
|
-
row.operator("preferences.studiolight_new", text="Save as Studio light", icon='FILE_TICK')
|
|
2831
|
-
|
|
2832
|
-
layout.separator()
|
|
2833
|
-
|
|
2834
|
-
layout.use_property_split = True
|
|
2835
|
-
|
|
2836
|
-
flow = layout.grid_flow(row_major=True, columns=2, even_rows=True, even_columns=True)
|
|
2837
|
-
flow.active = system.use_studio_light_edit
|
|
2838
|
-
|
|
2839
|
-
for light in system.solid_lights:
|
|
2840
|
-
self.opengl_light_buttons(flow, light)
|
|
2841
|
-
|
|
2842
|
-
layout.prop(system, "light_ambient")
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
# -----------------------------------------------------------------------------
|
|
2846
|
-
# Experimental Panels
|
|
2847
|
-
|
|
2848
|
-
# Also used for "Developer Tools" which are stored in `preferences.experimental` too.
|
|
2849
|
-
def _draw_experimental_items(layout, preferences, items, url_prefix="https://projects.blender.org/"):
|
|
2850
|
-
experimental = preferences.experimental
|
|
2851
|
-
|
|
2852
|
-
layout.use_property_split = False
|
|
2853
|
-
layout.use_property_decorate = False
|
|
2854
|
-
|
|
2855
|
-
for prop_keywords, reference in items:
|
|
2856
|
-
split = layout.split(factor=0.66)
|
|
2857
|
-
col = split.split()
|
|
2858
|
-
col.prop(experimental, **prop_keywords)
|
|
2859
|
-
|
|
2860
|
-
if reference:
|
|
2861
|
-
if type(reference) is tuple:
|
|
2862
|
-
url_ext = reference[0]
|
|
2863
|
-
text = reference[1]
|
|
2864
|
-
else:
|
|
2865
|
-
url_ext = reference
|
|
2866
|
-
text = reference
|
|
2867
|
-
|
|
2868
|
-
col = split.split()
|
|
2869
|
-
col.operator("wm.url_open", text=text, icon='URL').url = url_prefix + url_ext
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
class USERPREF_PT_developer_tools(Panel):
|
|
2873
|
-
bl_space_type = 'PREFERENCES'
|
|
2874
|
-
bl_region_type = 'WINDOW'
|
|
2875
|
-
bl_context = "developer_tools"
|
|
2876
|
-
bl_label = "Debug"
|
|
2877
|
-
|
|
2878
|
-
@classmethod
|
|
2879
|
-
def poll(cls, context):
|
|
2880
|
-
return context.preferences.view.show_developer_ui
|
|
2881
|
-
|
|
2882
|
-
def draw(self, context):
|
|
2883
|
-
_draw_experimental_items(
|
|
2884
|
-
self.layout,
|
|
2885
|
-
context.preferences,
|
|
2886
|
-
(
|
|
2887
|
-
({"property": "use_undo_legacy"}, ("blender/blender/issues/60695", "#60695")),
|
|
2888
|
-
({"property": "override_auto_resync"}, ("blender/blender/issues/83811", "#83811")),
|
|
2889
|
-
({"property": "use_all_linked_data_direct"}, None),
|
|
2890
|
-
({"property": "use_recompute_usercount_on_save_debug"}, None),
|
|
2891
|
-
({"property": "use_cycles_debug"}, None),
|
|
2892
|
-
({"property": "show_asset_debug_info"}, None),
|
|
2893
|
-
({"property": "use_asset_indexing"}, None),
|
|
2894
|
-
({"property": "use_viewport_debug"}, None),
|
|
2895
|
-
({"property": "use_eevee_debug"}, None),
|
|
2896
|
-
({"property": "use_extensions_debug"}, ("/blender/blender/issues/119521", "#119521")),
|
|
2897
|
-
({"property": "write_legacy_blend_file_format"}, ("/blender/blender/issues/129309", "#129309")),
|
|
2898
|
-
({"property": "no_data_block_packing"}, ("/blender/blender/issues/132167", "#132167")),
|
|
2899
|
-
),
|
|
2900
|
-
)
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
class ExperimentalPanel:
|
|
2904
|
-
bl_space_type = 'PREFERENCES'
|
|
2905
|
-
bl_region_type = 'WINDOW'
|
|
2906
|
-
bl_context = "experimental"
|
|
2907
|
-
|
|
2908
|
-
@classmethod
|
|
2909
|
-
def poll(cls, _context):
|
|
2910
|
-
return bpy.app.version_cycle == "alpha"
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
"""
|
|
2914
|
-
# Example panel, leave it here so we always have a template to follow even
|
|
2915
|
-
# after the features are gone from the experimental panel.
|
|
2916
|
-
|
|
2917
|
-
class USERPREF_PT_experimental_virtual_reality(ExperimentalPanel, Panel):
|
|
2918
|
-
bl_label = "Virtual Reality"
|
|
2919
|
-
|
|
2920
|
-
def draw(self, context):
|
|
2921
|
-
_draw_experimental_items(
|
|
2922
|
-
self.layout,
|
|
2923
|
-
context.preferences,
|
|
2924
|
-
(
|
|
2925
|
-
({"property": "use_virtual_reality_scene_inspection"}, ("blender/blender/issues/71347", "#71347")),
|
|
2926
|
-
({"property": "use_virtual_reality_immersive_drawing"}, ("blender/blender/issues/71348", "#71348")),
|
|
2927
|
-
),
|
|
2928
|
-
)
|
|
2929
|
-
"""
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
class USERPREF_PT_experimental_new_features(ExperimentalPanel, Panel):
|
|
2933
|
-
bl_label = "New Features"
|
|
2934
|
-
|
|
2935
|
-
def draw(self, context):
|
|
2936
|
-
_draw_experimental_items(
|
|
2937
|
-
self.layout,
|
|
2938
|
-
context.preferences,
|
|
2939
|
-
(
|
|
2940
|
-
({"property": "use_extended_asset_browser"},
|
|
2941
|
-
("blender/blender/projects/10", "Pipeline, Assets & IO Project Page")),
|
|
2942
|
-
({"property": "use_shader_node_previews"}, ("blender/blender/issues/110353", "#110353")),
|
|
2943
|
-
({"property": "use_geometry_nodes_lists"}, ("blender/blender/issues/140918", "#140918")),
|
|
2944
|
-
),
|
|
2945
|
-
)
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
class USERPREF_PT_experimental_prototypes(ExperimentalPanel, Panel):
|
|
2949
|
-
bl_label = "Prototypes"
|
|
2950
|
-
|
|
2951
|
-
def draw(self, context):
|
|
2952
|
-
_draw_experimental_items(
|
|
2953
|
-
self.layout,
|
|
2954
|
-
context.preferences,
|
|
2955
|
-
(
|
|
2956
|
-
({"property": "use_new_curves_tools"}, ("blender/blender/issues/68981", "#68981")),
|
|
2957
|
-
({"property": "use_sculpt_texture_paint"}, ("blender/blender/issues/96225", "#96225")),
|
|
2958
|
-
),
|
|
2959
|
-
)
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
# Keep this as tweaks can be useful to restore.
|
|
2963
|
-
"""
|
|
2964
|
-
class USERPREF_PT_experimental_tweaks(ExperimentalPanel, Panel):
|
|
2965
|
-
bl_label = "Tweaks"
|
|
2966
|
-
|
|
2967
|
-
def draw(self, context):
|
|
2968
|
-
_draw_experimental_items(
|
|
2969
|
-
self.layout,
|
|
2970
|
-
context.preferences,
|
|
2971
|
-
(
|
|
2972
|
-
({"property": "use_select_nearest_on_first_click"}, ("blender/blender/issues/96752", "#96752")),
|
|
2973
|
-
),
|
|
2974
|
-
)
|
|
2975
|
-
|
|
2976
|
-
"""
|
|
2977
|
-
|
|
2978
|
-
# -----------------------------------------------------------------------------
|
|
2979
|
-
# Class Registration
|
|
2980
|
-
|
|
2981
|
-
# Order of registration defines order in UI,
|
|
2982
|
-
# so dynamically generated classes are "injected" in the intended order.
|
|
2983
|
-
classes = (
|
|
2984
|
-
USERPREF_PT_theme_user_interface,
|
|
2985
|
-
*ThemeGenericClassGenerator.generate_panel_classes_for_wcols(),
|
|
2986
|
-
USERPREF_HT_header,
|
|
2987
|
-
USERPREF_PT_navigation_bar,
|
|
2988
|
-
USERPREF_PT_save_preferences,
|
|
2989
|
-
USERPREF_MT_editor_menus,
|
|
2990
|
-
USERPREF_MT_view,
|
|
2991
|
-
USERPREF_MT_save_load,
|
|
2992
|
-
|
|
2993
|
-
USERPREF_PT_interface_display,
|
|
2994
|
-
USERPREF_PT_interface_editors,
|
|
2995
|
-
USERPREF_PT_interface_temporary_windows,
|
|
2996
|
-
USERPREF_PT_interface_statusbar,
|
|
2997
|
-
USERPREF_PT_interface_translation,
|
|
2998
|
-
USERPREF_PT_interface_accessibility,
|
|
2999
|
-
USERPREF_PT_interface_text,
|
|
3000
|
-
USERPREF_PT_interface_menus,
|
|
3001
|
-
USERPREF_PT_interface_menus_mouse_over,
|
|
3002
|
-
USERPREF_PT_interface_menus_pie,
|
|
3003
|
-
|
|
3004
|
-
USERPREF_PT_viewport_display,
|
|
3005
|
-
USERPREF_PT_viewport_quality,
|
|
3006
|
-
USERPREF_PT_viewport_textures,
|
|
3007
|
-
USERPREF_PT_viewport_subdivision,
|
|
3008
|
-
|
|
3009
|
-
USERPREF_PT_edit_objects,
|
|
3010
|
-
USERPREF_PT_edit_objects_new,
|
|
3011
|
-
USERPREF_PT_edit_objects_duplicate_data,
|
|
3012
|
-
USERPREF_PT_edit_cursor,
|
|
3013
|
-
USERPREF_PT_edit_annotations,
|
|
3014
|
-
USERPREF_PT_edit_weight_paint,
|
|
3015
|
-
USERPREF_PT_edit_gpencil,
|
|
3016
|
-
USERPREF_PT_edit_text_editor,
|
|
3017
|
-
USERPREF_PT_edit_node_editor,
|
|
3018
|
-
USERPREF_PT_edit_sequence_editor,
|
|
3019
|
-
USERPREF_PT_edit_misc,
|
|
3020
|
-
|
|
3021
|
-
USERPREF_PT_animation_timeline,
|
|
3022
|
-
USERPREF_PT_animation_keyframes,
|
|
3023
|
-
USERPREF_PT_animation_fcurves,
|
|
3024
|
-
|
|
3025
|
-
USERPREF_PT_system_cycles_devices,
|
|
3026
|
-
USERPREF_PT_system_display_graphics,
|
|
3027
|
-
USERPREF_PT_system_os_settings,
|
|
3028
|
-
USERPREF_PT_system_network,
|
|
3029
|
-
USERPREF_PT_system_memory,
|
|
3030
|
-
USERPREF_PT_system_video_sequencer,
|
|
3031
|
-
USERPREF_PT_system_sound,
|
|
3032
|
-
|
|
3033
|
-
USERPREF_MT_interface_theme_presets,
|
|
3034
|
-
USERPREF_PT_theme,
|
|
3035
|
-
USERPREF_PT_theme_interface_panel,
|
|
3036
|
-
USERPREF_PT_theme_interface_gizmos,
|
|
3037
|
-
USERPREF_PT_theme_interface_icons,
|
|
3038
|
-
USERPREF_PT_theme_interface_state,
|
|
3039
|
-
USERPREF_PT_theme_interface_styles,
|
|
3040
|
-
USERPREF_PT_theme_interface_transparent_checker,
|
|
3041
|
-
USERPREF_PT_theme_text_style,
|
|
3042
|
-
USERPREF_PT_theme_bone_color_sets,
|
|
3043
|
-
USERPREF_PT_theme_collection_colors,
|
|
3044
|
-
USERPREF_PT_theme_strip_colors,
|
|
3045
|
-
|
|
3046
|
-
USERPREF_PT_file_paths_data,
|
|
3047
|
-
USERPREF_PT_file_paths_render,
|
|
3048
|
-
USERPREF_PT_file_paths_asset_libraries,
|
|
3049
|
-
USERPREF_PT_file_paths_script_directories,
|
|
3050
|
-
USERPREF_PT_file_paths_applications,
|
|
3051
|
-
USERPREF_PT_text_editor,
|
|
3052
|
-
USERPREF_PT_text_editor_presets,
|
|
3053
|
-
USERPREF_PT_file_paths_development,
|
|
3054
|
-
|
|
3055
|
-
USERPREF_PT_saveload_blend,
|
|
3056
|
-
USERPREF_PT_saveload_autorun,
|
|
3057
|
-
USERPREF_PT_saveload_file_browser,
|
|
3058
|
-
|
|
3059
|
-
USERPREF_MT_keyconfigs,
|
|
3060
|
-
|
|
3061
|
-
USERPREF_PT_input_keyboard,
|
|
3062
|
-
USERPREF_PT_input_mouse,
|
|
3063
|
-
USERPREF_PT_input_tablet,
|
|
3064
|
-
USERPREF_PT_input_touchpad,
|
|
3065
|
-
USERPREF_PT_input_ndof,
|
|
3066
|
-
USERPREF_PT_navigation_orbit,
|
|
3067
|
-
USERPREF_PT_navigation_zoom,
|
|
3068
|
-
USERPREF_PT_navigation_fly_walk,
|
|
3069
|
-
USERPREF_PT_navigation_fly_walk_navigation,
|
|
3070
|
-
USERPREF_PT_navigation_fly_walk_gravity,
|
|
3071
|
-
|
|
3072
|
-
USERPREF_PT_keymap,
|
|
3073
|
-
|
|
3074
|
-
USERPREF_PT_extensions,
|
|
3075
|
-
USERPREF_PT_addons,
|
|
3076
|
-
|
|
3077
|
-
USERPREF_MT_extensions_active_repo,
|
|
3078
|
-
USERPREF_MT_extensions_active_repo_remove,
|
|
3079
|
-
USERPREF_PT_extensions_repos,
|
|
3080
|
-
|
|
3081
|
-
USERPREF_PT_studiolight_lights,
|
|
3082
|
-
USERPREF_PT_studiolight_light_editor,
|
|
3083
|
-
USERPREF_PT_studiolight_matcaps,
|
|
3084
|
-
USERPREF_PT_studiolight_world,
|
|
3085
|
-
|
|
3086
|
-
# Popovers.
|
|
3087
|
-
USERPREF_PT_ndof_settings,
|
|
3088
|
-
USERPREF_PT_addons_filter,
|
|
3089
|
-
|
|
3090
|
-
USERPREF_PT_experimental_new_features,
|
|
3091
|
-
USERPREF_PT_experimental_prototypes,
|
|
3092
|
-
# USERPREF_PT_experimental_tweaks,
|
|
3093
|
-
|
|
3094
|
-
USERPREF_PT_developer_tools,
|
|
3095
|
-
|
|
3096
|
-
# UI lists
|
|
3097
|
-
USERPREF_UL_asset_libraries,
|
|
3098
|
-
USERPREF_UL_extension_repos,
|
|
3099
|
-
|
|
3100
|
-
# Add dynamically generated editor theme panels last,
|
|
3101
|
-
# so they show up last in the theme section.
|
|
3102
|
-
*ThemeGenericClassGenerator.generate_panel_classes_from_theme_areas(),
|
|
3103
|
-
)
|
|
3104
|
-
|
|
3105
|
-
if __name__ == "__main__": # only for live edit.
|
|
3106
|
-
from bpy.utils import register_class
|
|
3107
|
-
for cls in classes:
|
|
3108
|
-
register_class(cls)
|