@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,2645 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2011-2022 Blender Foundation
|
|
2
|
-
#
|
|
3
|
-
# SPDX-License-Identifier: Apache-2.0
|
|
4
|
-
|
|
5
|
-
from __future__ import annotations
|
|
6
|
-
|
|
7
|
-
import bpy
|
|
8
|
-
from bpy.app.translations import contexts as i18n_contexts
|
|
9
|
-
from bl_ui.utils import PresetPanel
|
|
10
|
-
|
|
11
|
-
from bpy.types import Panel, Menu
|
|
12
|
-
|
|
13
|
-
from bl_ui.properties_grease_pencil_common import GreasePencilSimplifyPanel
|
|
14
|
-
from bl_ui.properties_render import draw_curves_settings, CompositorPerformanceButtonsPanel, CompositorDenoisePerformanceButtonsPanel
|
|
15
|
-
from bl_ui.properties_view_layer import (
|
|
16
|
-
ViewLayerCryptomattePanelHelper,
|
|
17
|
-
ViewLayerAOVPanelHelper,
|
|
18
|
-
ViewLayerLightgroupsPanelHelper,
|
|
19
|
-
)
|
|
20
|
-
|
|
21
|
-
from bl_ui.properties_object import has_geometry_visibility
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
class CyclesPresetPanel(PresetPanel, Panel):
|
|
25
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
26
|
-
preset_operator = "script.execute_preset"
|
|
27
|
-
|
|
28
|
-
@staticmethod
|
|
29
|
-
def post_cb(context, _filepath):
|
|
30
|
-
# Modify an arbitrary built-in scene property to force a depsgraph
|
|
31
|
-
# update, because add-on properties don't. (see #62325)
|
|
32
|
-
render = context.scene.render
|
|
33
|
-
render.filter_size = render.filter_size
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
class CYCLES_PT_sampling_presets(CyclesPresetPanel):
|
|
37
|
-
bl_label = "Sampling Presets"
|
|
38
|
-
preset_subdir = "cycles/sampling"
|
|
39
|
-
preset_add_operator = "render.cycles_sampling_preset_add"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
class CYCLES_PT_viewport_sampling_presets(CyclesPresetPanel):
|
|
43
|
-
bl_label = "Viewport Sampling Presets"
|
|
44
|
-
preset_subdir = "cycles/viewport_sampling"
|
|
45
|
-
preset_add_operator = "render.cycles_viewport_sampling_preset_add"
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
class CYCLES_PT_integrator_presets(CyclesPresetPanel):
|
|
49
|
-
bl_label = "Integrator Presets"
|
|
50
|
-
preset_subdir = "cycles/integrator"
|
|
51
|
-
preset_add_operator = "render.cycles_integrator_preset_add"
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
class CYCLES_PT_performance_presets(CyclesPresetPanel):
|
|
55
|
-
bl_label = "Performance Presets"
|
|
56
|
-
preset_subdir = "cycles/performance"
|
|
57
|
-
preset_add_operator = "render.cycles_performance_preset_add"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
class CyclesButtonsPanel:
|
|
61
|
-
bl_space_type = "PROPERTIES"
|
|
62
|
-
bl_region_type = "WINDOW"
|
|
63
|
-
bl_context = "render"
|
|
64
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
65
|
-
|
|
66
|
-
@classmethod
|
|
67
|
-
def poll(cls, context):
|
|
68
|
-
return context.engine in cls.COMPAT_ENGINES
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
class CyclesDebugButtonsPanel(CyclesButtonsPanel):
|
|
72
|
-
@classmethod
|
|
73
|
-
def poll(cls, context):
|
|
74
|
-
prefs = bpy.context.preferences
|
|
75
|
-
return (
|
|
76
|
-
CyclesButtonsPanel.poll(context) and
|
|
77
|
-
prefs.experimental.use_cycles_debug and
|
|
78
|
-
prefs.view.show_developer_ui
|
|
79
|
-
)
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
# Adapt properties editor panel to display in node editor. We have to
|
|
83
|
-
# copy the class rather than inherit due to the way bpy registration works.
|
|
84
|
-
def node_panel(cls):
|
|
85
|
-
node_cls = type('NODE_' + cls.__name__, cls.__bases__, dict(cls.__dict__))
|
|
86
|
-
|
|
87
|
-
node_cls.bl_space_type = 'NODE_EDITOR'
|
|
88
|
-
node_cls.bl_region_type = 'UI'
|
|
89
|
-
node_cls.bl_category = "Options"
|
|
90
|
-
if hasattr(node_cls, 'bl_parent_id'):
|
|
91
|
-
node_cls.bl_parent_id = 'NODE_' + node_cls.bl_parent_id
|
|
92
|
-
|
|
93
|
-
return node_cls
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
def get_device_type(context):
|
|
97
|
-
return context.preferences.addons[__package__].preferences.compute_device_type
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
def backend_has_active_gpu(context):
|
|
101
|
-
return context.preferences.addons[__package__].preferences.has_active_device()
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
def use_cpu(context):
|
|
105
|
-
cscene = context.scene.cycles
|
|
106
|
-
|
|
107
|
-
return (get_device_type(context) == 'NONE' or cscene.device == 'CPU' or not backend_has_active_gpu(context))
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
def use_gpu(context):
|
|
111
|
-
cscene = context.scene.cycles
|
|
112
|
-
|
|
113
|
-
return (get_device_type(context) != 'NONE' and cscene.device == 'GPU' and backend_has_active_gpu(context))
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
def use_metal(context):
|
|
117
|
-
return (get_device_type(context) == 'METAL' and use_gpu(context))
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
def use_cuda(context):
|
|
121
|
-
return (get_device_type(context) == 'CUDA' and use_gpu(context))
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
def use_hip(context):
|
|
125
|
-
return (get_device_type(context) == 'HIP' and use_gpu(context))
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
def use_optix(context):
|
|
129
|
-
return (get_device_type(context) == 'OPTIX' and use_gpu(context))
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
def use_oneapi(context):
|
|
133
|
-
return (get_device_type(context) == 'ONEAPI' and use_gpu(context))
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
def use_multi_device(context):
|
|
137
|
-
if use_gpu(context):
|
|
138
|
-
return context.preferences.addons[__package__].preferences.has_multi_device()
|
|
139
|
-
return False
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
def show_device_active(context):
|
|
143
|
-
cscene = context.scene.cycles
|
|
144
|
-
if cscene.device == 'CPU':
|
|
145
|
-
return True
|
|
146
|
-
return use_gpu(context)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
def show_preview_denoise_active(context):
|
|
150
|
-
cscene = context.scene.cycles
|
|
151
|
-
if not cscene.use_preview_denoising:
|
|
152
|
-
return False
|
|
153
|
-
|
|
154
|
-
if cscene.preview_denoiser == 'OPTIX':
|
|
155
|
-
return has_optixdenoiser_gpu_devices(context)
|
|
156
|
-
|
|
157
|
-
# OIDN is always available, thanks to CPU support
|
|
158
|
-
return True
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
def show_denoise_active(context):
|
|
162
|
-
cscene = context.scene.cycles
|
|
163
|
-
if not cscene.use_denoising:
|
|
164
|
-
return False
|
|
165
|
-
|
|
166
|
-
if cscene.denoiser == 'OPTIX':
|
|
167
|
-
return has_optixdenoiser_gpu_devices(context)
|
|
168
|
-
|
|
169
|
-
# OIDN is always available, thanks to CPU support
|
|
170
|
-
return True
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
def get_effective_preview_denoiser(context, has_oidn_gpu):
|
|
174
|
-
scene = context.scene
|
|
175
|
-
cscene = scene.cycles
|
|
176
|
-
|
|
177
|
-
if cscene.preview_denoiser != "AUTO":
|
|
178
|
-
return cscene.preview_denoiser
|
|
179
|
-
|
|
180
|
-
if has_oidn_gpu:
|
|
181
|
-
return 'OPENIMAGEDENOISE'
|
|
182
|
-
|
|
183
|
-
if has_optixdenoiser_gpu_devices(context):
|
|
184
|
-
return 'OPTIX'
|
|
185
|
-
|
|
186
|
-
return 'OPENIMAGEDENOISE'
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
def has_oidn_gpu_devices(context):
|
|
190
|
-
return context.preferences.addons[__package__].preferences.has_oidn_gpu_devices()
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
def has_optixdenoiser_gpu_devices(context):
|
|
194
|
-
return context.preferences.addons[__package__].preferences.has_optixdenoiser_gpu_devices()
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
def use_mnee(context):
|
|
198
|
-
# The MNEE kernel doesn't compile on macOS < 13.
|
|
199
|
-
if use_metal(context):
|
|
200
|
-
import platform
|
|
201
|
-
version, _, _ = platform.mac_ver()
|
|
202
|
-
major_version = version.split(".")[0]
|
|
203
|
-
if int(major_version) < 13:
|
|
204
|
-
return False
|
|
205
|
-
return True
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
class CYCLES_RENDER_PT_sampling(CyclesButtonsPanel, Panel):
|
|
209
|
-
bl_label = "Sampling"
|
|
210
|
-
|
|
211
|
-
def draw(self, context):
|
|
212
|
-
pass
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
class CYCLES_RENDER_PT_sampling_viewport(CyclesButtonsPanel, Panel):
|
|
216
|
-
bl_label = "Viewport"
|
|
217
|
-
bl_parent_id = "CYCLES_RENDER_PT_sampling"
|
|
218
|
-
|
|
219
|
-
def draw_header_preset(self, context):
|
|
220
|
-
CYCLES_PT_viewport_sampling_presets.draw_panel_header(self.layout)
|
|
221
|
-
|
|
222
|
-
def draw(self, context):
|
|
223
|
-
layout = self.layout
|
|
224
|
-
|
|
225
|
-
scene = context.scene
|
|
226
|
-
cscene = scene.cycles
|
|
227
|
-
|
|
228
|
-
layout.use_property_split = True
|
|
229
|
-
layout.use_property_decorate = False
|
|
230
|
-
|
|
231
|
-
heading = layout.column(align=True, heading="Noise Threshold")
|
|
232
|
-
row = heading.row(align=True)
|
|
233
|
-
row.prop(cscene, "use_preview_adaptive_sampling", text="")
|
|
234
|
-
sub = row.row()
|
|
235
|
-
sub.active = cscene.use_preview_adaptive_sampling
|
|
236
|
-
sub.prop(cscene, "preview_adaptive_threshold", text="")
|
|
237
|
-
|
|
238
|
-
if cscene.use_preview_adaptive_sampling:
|
|
239
|
-
col = layout.column(align=True)
|
|
240
|
-
col.prop(cscene, "preview_samples", text="Max Samples")
|
|
241
|
-
col.prop(cscene, "preview_adaptive_min_samples", text="Min Samples")
|
|
242
|
-
else:
|
|
243
|
-
layout.prop(cscene, "preview_samples", text="Samples")
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
class CYCLES_RENDER_PT_sampling_viewport_denoise(CyclesButtonsPanel, Panel):
|
|
247
|
-
bl_label = "Denoise"
|
|
248
|
-
bl_parent_id = 'CYCLES_RENDER_PT_sampling_viewport'
|
|
249
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
250
|
-
|
|
251
|
-
def draw_header(self, context):
|
|
252
|
-
scene = context.scene
|
|
253
|
-
cscene = scene.cycles
|
|
254
|
-
|
|
255
|
-
self.layout.prop(context.scene.cycles, "use_preview_denoising", text="")
|
|
256
|
-
|
|
257
|
-
def draw(self, context):
|
|
258
|
-
layout = self.layout
|
|
259
|
-
layout.use_property_split = True
|
|
260
|
-
layout.use_property_decorate = False
|
|
261
|
-
|
|
262
|
-
scene = context.scene
|
|
263
|
-
cscene = scene.cycles
|
|
264
|
-
|
|
265
|
-
col = layout.column()
|
|
266
|
-
col.active = cscene.use_preview_denoising
|
|
267
|
-
|
|
268
|
-
sub = col.column()
|
|
269
|
-
sub.active = show_preview_denoise_active(context)
|
|
270
|
-
sub.prop(cscene, "preview_denoiser", text="Denoiser")
|
|
271
|
-
|
|
272
|
-
col.prop(cscene, "preview_denoising_input_passes", text="Passes")
|
|
273
|
-
|
|
274
|
-
has_oidn_gpu = has_oidn_gpu_devices(context)
|
|
275
|
-
effective_preview_denoiser = get_effective_preview_denoiser(context, has_oidn_gpu)
|
|
276
|
-
if effective_preview_denoiser == 'OPENIMAGEDENOISE':
|
|
277
|
-
col.prop(cscene, "preview_denoising_prefilter", text="Prefilter")
|
|
278
|
-
col.prop(cscene, "preview_denoising_quality", text="Quality")
|
|
279
|
-
|
|
280
|
-
col.prop(cscene, "preview_denoising_start_sample", text="Start Sample")
|
|
281
|
-
|
|
282
|
-
if effective_preview_denoiser == 'OPENIMAGEDENOISE':
|
|
283
|
-
row = col.row()
|
|
284
|
-
row.active = has_oidn_gpu_devices(context)
|
|
285
|
-
row.prop(cscene, "preview_denoising_use_gpu", text="Use GPU")
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
class CYCLES_RENDER_PT_sampling_render(CyclesButtonsPanel, Panel):
|
|
289
|
-
bl_label = "Render"
|
|
290
|
-
bl_parent_id = "CYCLES_RENDER_PT_sampling"
|
|
291
|
-
|
|
292
|
-
def draw_header_preset(self, context):
|
|
293
|
-
CYCLES_PT_sampling_presets.draw_panel_header(self.layout)
|
|
294
|
-
|
|
295
|
-
def draw(self, context):
|
|
296
|
-
layout = self.layout
|
|
297
|
-
|
|
298
|
-
scene = context.scene
|
|
299
|
-
cscene = scene.cycles
|
|
300
|
-
|
|
301
|
-
layout.use_property_split = True
|
|
302
|
-
layout.use_property_decorate = False
|
|
303
|
-
|
|
304
|
-
heading = layout.column(align=True, heading="Noise Threshold")
|
|
305
|
-
row = heading.row(align=True)
|
|
306
|
-
row.prop(cscene, "use_adaptive_sampling", text="")
|
|
307
|
-
sub = row.row()
|
|
308
|
-
sub.active = cscene.use_adaptive_sampling
|
|
309
|
-
sub.prop(cscene, "adaptive_threshold", text="")
|
|
310
|
-
|
|
311
|
-
col = layout.column(align=True)
|
|
312
|
-
if cscene.use_adaptive_sampling:
|
|
313
|
-
col.prop(cscene, "samples", text="Max Samples")
|
|
314
|
-
col.prop(cscene, "adaptive_min_samples", text="Min Samples")
|
|
315
|
-
else:
|
|
316
|
-
col.prop(cscene, "samples", text="Samples")
|
|
317
|
-
col.prop(cscene, "time_limit")
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
class CYCLES_RENDER_PT_sampling_render_denoise(CyclesButtonsPanel, Panel):
|
|
321
|
-
bl_label = "Denoise"
|
|
322
|
-
bl_parent_id = 'CYCLES_RENDER_PT_sampling_render'
|
|
323
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
324
|
-
|
|
325
|
-
def draw_header(self, context):
|
|
326
|
-
scene = context.scene
|
|
327
|
-
cscene = scene.cycles
|
|
328
|
-
|
|
329
|
-
self.layout.prop(context.scene.cycles, "use_denoising", text="")
|
|
330
|
-
|
|
331
|
-
def draw(self, context):
|
|
332
|
-
layout = self.layout
|
|
333
|
-
layout.use_property_split = True
|
|
334
|
-
layout.use_property_decorate = False
|
|
335
|
-
|
|
336
|
-
scene = context.scene
|
|
337
|
-
cscene = scene.cycles
|
|
338
|
-
|
|
339
|
-
col = layout.column()
|
|
340
|
-
col.active = cscene.use_denoising
|
|
341
|
-
|
|
342
|
-
sub = col.column()
|
|
343
|
-
sub.active = show_denoise_active(context)
|
|
344
|
-
sub.prop(cscene, "denoiser", text="Denoiser")
|
|
345
|
-
|
|
346
|
-
col.prop(cscene, "denoising_input_passes", text="Passes")
|
|
347
|
-
if cscene.denoiser == 'OPENIMAGEDENOISE':
|
|
348
|
-
col.prop(cscene, "denoising_prefilter", text="Prefilter")
|
|
349
|
-
col.prop(cscene, "denoising_quality", text="Quality")
|
|
350
|
-
|
|
351
|
-
if cscene.denoiser == 'OPENIMAGEDENOISE':
|
|
352
|
-
row = col.row()
|
|
353
|
-
row.active = has_oidn_gpu_devices(context)
|
|
354
|
-
row.prop(cscene, "denoising_use_gpu", text="Use GPU")
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
class CYCLES_RENDER_PT_sampling_path_guiding(CyclesButtonsPanel, Panel):
|
|
358
|
-
bl_label = "Path Guiding"
|
|
359
|
-
bl_parent_id = "CYCLES_RENDER_PT_sampling"
|
|
360
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
361
|
-
|
|
362
|
-
@classmethod
|
|
363
|
-
def poll(cls, context):
|
|
364
|
-
from . import engine
|
|
365
|
-
return use_cpu(context) and engine.with_path_guiding()
|
|
366
|
-
|
|
367
|
-
def draw_header(self, context):
|
|
368
|
-
scene = context.scene
|
|
369
|
-
cscene = scene.cycles
|
|
370
|
-
|
|
371
|
-
self.layout.prop(cscene, "use_guiding", text="")
|
|
372
|
-
|
|
373
|
-
def draw(self, context):
|
|
374
|
-
scene = context.scene
|
|
375
|
-
cscene = scene.cycles
|
|
376
|
-
|
|
377
|
-
layout = self.layout
|
|
378
|
-
|
|
379
|
-
layout.use_property_split = True
|
|
380
|
-
layout.use_property_decorate = False
|
|
381
|
-
layout.active = cscene.use_guiding
|
|
382
|
-
|
|
383
|
-
layout.prop(cscene, "guiding_training_samples")
|
|
384
|
-
|
|
385
|
-
col = layout.column(align=True)
|
|
386
|
-
col.prop(cscene, "use_surface_guiding", text="Surface")
|
|
387
|
-
col.prop(cscene, "use_volume_guiding", text="Volume", text_ctxt=i18n_contexts.id_id)
|
|
388
|
-
|
|
389
|
-
if cscene.use_guiding:
|
|
390
|
-
# Calculation matches TileManager::compute_render_tile_size and
|
|
391
|
-
# Session::get_effective_tile_size
|
|
392
|
-
if cscene.tile_size < 128:
|
|
393
|
-
tile_size = cscene.tile_size
|
|
394
|
-
else:
|
|
395
|
-
tile_size = (cscene.tile_size + 128 - 1) & ~(128 - 1)
|
|
396
|
-
tile_size = min(tile_size, 8192)
|
|
397
|
-
tile_area = tile_size ** 2
|
|
398
|
-
|
|
399
|
-
render_scale = scene.render.resolution_percentage / 100.0
|
|
400
|
-
render_size_x = int(scene.render.resolution_x * render_scale)
|
|
401
|
-
render_size_y = int(scene.render.resolution_y * render_scale)
|
|
402
|
-
render_area = render_size_x * render_size_y
|
|
403
|
-
|
|
404
|
-
if render_area > tile_area and render_size_x <= 8192 and render_size_y <= 8192:
|
|
405
|
-
layout.label(text="May work poorly with render tiling", icon='INFO')
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
class CYCLES_RENDER_PT_sampling_path_guiding_debug(CyclesDebugButtonsPanel, Panel):
|
|
409
|
-
bl_label = "Debug"
|
|
410
|
-
bl_parent_id = "CYCLES_RENDER_PT_sampling_path_guiding"
|
|
411
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
412
|
-
|
|
413
|
-
def draw(self, context):
|
|
414
|
-
scene = context.scene
|
|
415
|
-
cscene = scene.cycles
|
|
416
|
-
|
|
417
|
-
layout = self.layout
|
|
418
|
-
layout.use_property_split = True
|
|
419
|
-
layout.use_property_decorate = False
|
|
420
|
-
layout.active = cscene.use_guiding
|
|
421
|
-
|
|
422
|
-
layout.prop(cscene, "guiding_distribution_type", text="Distribution Type")
|
|
423
|
-
layout.prop(cscene, "guiding_roughness_threshold")
|
|
424
|
-
layout.prop(cscene, "guiding_directional_sampling_type", text="Directional Sampling Type")
|
|
425
|
-
|
|
426
|
-
col = layout.column(align=True)
|
|
427
|
-
col.prop(cscene, "surface_guiding_probability")
|
|
428
|
-
col.prop(cscene, "volume_guiding_probability")
|
|
429
|
-
|
|
430
|
-
col = layout.column(align=True)
|
|
431
|
-
col.prop(cscene, "use_deterministic_guiding")
|
|
432
|
-
col.prop(cscene, "use_guiding_direct_light")
|
|
433
|
-
col.prop(cscene, "use_guiding_mis_weights")
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
class CYCLES_RENDER_PT_sampling_advanced(CyclesButtonsPanel, Panel):
|
|
437
|
-
bl_label = "Advanced"
|
|
438
|
-
bl_parent_id = "CYCLES_RENDER_PT_sampling"
|
|
439
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
440
|
-
|
|
441
|
-
def draw(self, context):
|
|
442
|
-
layout = self.layout
|
|
443
|
-
layout.use_property_split = True
|
|
444
|
-
layout.use_property_decorate = False
|
|
445
|
-
|
|
446
|
-
scene = context.scene
|
|
447
|
-
cscene = scene.cycles
|
|
448
|
-
|
|
449
|
-
row = layout.row(align=True)
|
|
450
|
-
row.prop(cscene, "sampling_pattern", text="Pattern")
|
|
451
|
-
|
|
452
|
-
row = layout.row(align=True)
|
|
453
|
-
row.prop(cscene, "seed")
|
|
454
|
-
row.prop(cscene, "use_animated_seed", text="", icon='TIME')
|
|
455
|
-
|
|
456
|
-
layout.separator()
|
|
457
|
-
|
|
458
|
-
heading = layout.column(align=True, heading="Scrambling Distance")
|
|
459
|
-
# Tabulated Sobol is used when the debug UI is turned off.
|
|
460
|
-
heading.active = cscene.sampling_pattern == 'TABULATED_SOBOL'
|
|
461
|
-
heading.prop(cscene, "auto_scrambling_distance", text="Automatic")
|
|
462
|
-
heading.prop(cscene, "preview_scrambling_distance", text="Viewport")
|
|
463
|
-
heading.prop(cscene, "scrambling_distance", text="Multiplier")
|
|
464
|
-
|
|
465
|
-
layout.separator()
|
|
466
|
-
|
|
467
|
-
col = layout.column(align=True)
|
|
468
|
-
col.prop(cscene, "min_light_bounces")
|
|
469
|
-
col.prop(cscene, "min_transparent_bounces")
|
|
470
|
-
|
|
471
|
-
for view_layer in scene.view_layers:
|
|
472
|
-
if view_layer.samples > 0:
|
|
473
|
-
layout.separator()
|
|
474
|
-
layout.row().prop(cscene, "use_layer_samples")
|
|
475
|
-
break
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
class CYCLES_RENDER_PT_sampling_advanced_sample_subset(CyclesButtonsPanel, Panel):
|
|
479
|
-
bl_label = "Sample Subset"
|
|
480
|
-
bl_parent_id = 'CYCLES_RENDER_PT_sampling_advanced'
|
|
481
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
482
|
-
|
|
483
|
-
def draw_header(self, context):
|
|
484
|
-
scene = context.scene
|
|
485
|
-
cscene = scene.cycles
|
|
486
|
-
|
|
487
|
-
self.layout.prop(cscene, "use_sample_subset", text="")
|
|
488
|
-
|
|
489
|
-
def draw(self, context):
|
|
490
|
-
layout = self.layout
|
|
491
|
-
layout.use_property_split = True
|
|
492
|
-
layout.use_property_decorate = False
|
|
493
|
-
|
|
494
|
-
scene = context.scene
|
|
495
|
-
cscene = scene.cycles
|
|
496
|
-
|
|
497
|
-
col = layout.column(align=True)
|
|
498
|
-
col.active = cscene.use_sample_subset
|
|
499
|
-
col.prop(cscene, "sample_offset", text="Offset")
|
|
500
|
-
col.prop(cscene, "sample_subset_length", text="Length")
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
class CYCLES_RENDER_PT_sampling_lights(CyclesButtonsPanel, Panel):
|
|
504
|
-
bl_label = "Lights"
|
|
505
|
-
bl_parent_id = "CYCLES_RENDER_PT_sampling"
|
|
506
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
507
|
-
|
|
508
|
-
def draw(self, context):
|
|
509
|
-
layout = self.layout
|
|
510
|
-
layout.use_property_split = True
|
|
511
|
-
layout.use_property_decorate = False
|
|
512
|
-
|
|
513
|
-
scene = context.scene
|
|
514
|
-
cscene = scene.cycles
|
|
515
|
-
|
|
516
|
-
col = layout.column(align=True)
|
|
517
|
-
col.prop(cscene, "use_light_tree")
|
|
518
|
-
sub = col.row()
|
|
519
|
-
sub.prop(cscene, "light_sampling_threshold", text="Light Threshold")
|
|
520
|
-
sub.active = not cscene.use_light_tree
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
class CYCLES_RENDER_PT_subdivision(CyclesButtonsPanel, Panel):
|
|
524
|
-
bl_label = "Subdivision"
|
|
525
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
526
|
-
|
|
527
|
-
def draw(self, context):
|
|
528
|
-
layout = self.layout
|
|
529
|
-
layout.use_property_split = True
|
|
530
|
-
layout.use_property_decorate = False
|
|
531
|
-
|
|
532
|
-
scene = context.scene
|
|
533
|
-
cscene = scene.cycles
|
|
534
|
-
|
|
535
|
-
col = layout.column()
|
|
536
|
-
sub = col.column(align=True)
|
|
537
|
-
sub.prop(cscene, "dicing_rate", text="Dicing Rate Render")
|
|
538
|
-
sub.prop(cscene, "preview_dicing_rate", text="Viewport")
|
|
539
|
-
|
|
540
|
-
col.separator()
|
|
541
|
-
|
|
542
|
-
col.prop(cscene, "offscreen_dicing_scale", text="Offscreen Scale")
|
|
543
|
-
col.prop(cscene, "max_subdivisions")
|
|
544
|
-
|
|
545
|
-
col.prop(cscene, "dicing_camera")
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
class CYCLES_RENDER_PT_curves(CyclesButtonsPanel, Panel):
|
|
549
|
-
bl_label = "Curves"
|
|
550
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
551
|
-
|
|
552
|
-
def draw(self, context):
|
|
553
|
-
layout = self.layout
|
|
554
|
-
layout.use_property_split = True
|
|
555
|
-
layout.use_property_decorate = False
|
|
556
|
-
|
|
557
|
-
scene = context.scene
|
|
558
|
-
ccscene = scene.cycles_curves
|
|
559
|
-
|
|
560
|
-
col = layout.column()
|
|
561
|
-
col.prop(ccscene, "shape", text="Shape")
|
|
562
|
-
if ccscene.shape == 'RIBBONS':
|
|
563
|
-
col.prop(ccscene, "subdivisions", text="Curve Subdivisions")
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
class CYCLES_RENDER_PT_curves_viewport_display(CyclesButtonsPanel, Panel):
|
|
567
|
-
bl_label = "Viewport Display"
|
|
568
|
-
bl_parent_id = "CYCLES_RENDER_PT_curves"
|
|
569
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
570
|
-
|
|
571
|
-
def draw(self, context):
|
|
572
|
-
draw_curves_settings(self, context)
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
class CYCLES_RENDER_PT_volumes(CyclesButtonsPanel, Panel):
|
|
576
|
-
bl_label = "Volumes"
|
|
577
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
578
|
-
|
|
579
|
-
def draw(self, context):
|
|
580
|
-
layout = self.layout
|
|
581
|
-
layout.use_property_split = True
|
|
582
|
-
layout.use_property_decorate = False
|
|
583
|
-
|
|
584
|
-
scene = context.scene
|
|
585
|
-
cscene = scene.cycles
|
|
586
|
-
|
|
587
|
-
col = layout.column(align=True)
|
|
588
|
-
col.prop(cscene, "volume_biased", text="Biased")
|
|
589
|
-
if cscene.volume_biased:
|
|
590
|
-
col.prop(cscene, "volume_step_rate", text="Step Rate Render")
|
|
591
|
-
col.prop(cscene, "volume_preview_step_rate", text="Viewport")
|
|
592
|
-
|
|
593
|
-
layout.prop(cscene, "volume_max_steps", text="Max Steps")
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
class CYCLES_RENDER_PT_light_paths(CyclesButtonsPanel, Panel):
|
|
597
|
-
bl_label = "Light Paths"
|
|
598
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
599
|
-
|
|
600
|
-
def draw_header_preset(self, context):
|
|
601
|
-
CYCLES_PT_integrator_presets.draw_panel_header(self.layout)
|
|
602
|
-
|
|
603
|
-
def draw(self, context):
|
|
604
|
-
pass
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
class CYCLES_RENDER_PT_light_paths_max_bounces(CyclesButtonsPanel, Panel):
|
|
608
|
-
bl_label = "Max Bounces"
|
|
609
|
-
bl_parent_id = "CYCLES_RENDER_PT_light_paths"
|
|
610
|
-
|
|
611
|
-
def draw(self, context):
|
|
612
|
-
layout = self.layout
|
|
613
|
-
layout.use_property_split = True
|
|
614
|
-
layout.use_property_decorate = False
|
|
615
|
-
|
|
616
|
-
scene = context.scene
|
|
617
|
-
cscene = scene.cycles
|
|
618
|
-
|
|
619
|
-
col = layout.column(align=True)
|
|
620
|
-
col.prop(cscene, "max_bounces", text="Total")
|
|
621
|
-
|
|
622
|
-
col = layout.column(align=True)
|
|
623
|
-
col.prop(cscene, "diffuse_bounces", text="Diffuse")
|
|
624
|
-
col.prop(cscene, "glossy_bounces", text="Glossy")
|
|
625
|
-
col.prop(cscene, "transmission_bounces", text="Transmission")
|
|
626
|
-
col.prop(cscene, "volume_bounces", text="Volume", text_ctxt=i18n_contexts.id_id)
|
|
627
|
-
|
|
628
|
-
col = layout.column(align=True)
|
|
629
|
-
col.prop(cscene, "transparent_max_bounces", text="Transparent")
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
class CYCLES_RENDER_PT_light_paths_clamping(CyclesButtonsPanel, Panel):
|
|
633
|
-
bl_label = "Clamping"
|
|
634
|
-
bl_parent_id = "CYCLES_RENDER_PT_light_paths"
|
|
635
|
-
|
|
636
|
-
def draw(self, context):
|
|
637
|
-
layout = self.layout
|
|
638
|
-
layout.use_property_split = True
|
|
639
|
-
layout.use_property_decorate = False
|
|
640
|
-
|
|
641
|
-
scene = context.scene
|
|
642
|
-
cscene = scene.cycles
|
|
643
|
-
|
|
644
|
-
col = layout.column(align=True)
|
|
645
|
-
col.prop(cscene, "sample_clamp_direct", text="Direct Light")
|
|
646
|
-
col.prop(cscene, "sample_clamp_indirect", text="Indirect Light")
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
class CYCLES_RENDER_PT_light_paths_caustics(CyclesButtonsPanel, Panel):
|
|
650
|
-
bl_label = "Caustics"
|
|
651
|
-
bl_parent_id = "CYCLES_RENDER_PT_light_paths"
|
|
652
|
-
|
|
653
|
-
def draw(self, context):
|
|
654
|
-
layout = self.layout
|
|
655
|
-
layout.use_property_split = True
|
|
656
|
-
layout.use_property_decorate = False
|
|
657
|
-
|
|
658
|
-
scene = context.scene
|
|
659
|
-
cscene = scene.cycles
|
|
660
|
-
|
|
661
|
-
col = layout.column()
|
|
662
|
-
col.prop(cscene, "blur_glossy")
|
|
663
|
-
col = layout.column(heading="Caustics", align=True)
|
|
664
|
-
col.prop(cscene, "caustics_reflective", text="Reflective")
|
|
665
|
-
col.prop(cscene, "caustics_refractive", text="Refractive")
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
class CYCLES_RENDER_PT_light_paths_fast_gi(CyclesButtonsPanel, Panel):
|
|
669
|
-
bl_label = "Fast GI Approximation"
|
|
670
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
671
|
-
bl_parent_id = "CYCLES_RENDER_PT_light_paths"
|
|
672
|
-
|
|
673
|
-
def draw_header(self, context):
|
|
674
|
-
scene = context.scene
|
|
675
|
-
cscene = scene.cycles
|
|
676
|
-
|
|
677
|
-
self.layout.prop(cscene, "use_fast_gi", text="")
|
|
678
|
-
|
|
679
|
-
def draw(self, context):
|
|
680
|
-
scene = context.scene
|
|
681
|
-
cscene = scene.cycles
|
|
682
|
-
world = scene.world
|
|
683
|
-
|
|
684
|
-
layout = self.layout
|
|
685
|
-
layout.use_property_split = True
|
|
686
|
-
layout.use_property_decorate = False
|
|
687
|
-
|
|
688
|
-
layout.active = cscene.use_fast_gi
|
|
689
|
-
|
|
690
|
-
col = layout.column(align=True)
|
|
691
|
-
col.prop(cscene, "fast_gi_method", text="Method")
|
|
692
|
-
|
|
693
|
-
if world:
|
|
694
|
-
light = world.light_settings
|
|
695
|
-
col = layout.column(align=True)
|
|
696
|
-
col.prop(light, "ao_factor", text="AO Factor")
|
|
697
|
-
col.prop(light, "distance", text="AO Distance")
|
|
698
|
-
|
|
699
|
-
if cscene.fast_gi_method == 'REPLACE':
|
|
700
|
-
col = layout.column(align=True)
|
|
701
|
-
col.prop(cscene, "ao_bounces", text="Viewport Bounces")
|
|
702
|
-
col.prop(cscene, "ao_bounces_render", text="Render Bounces")
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
class CYCLES_RENDER_PT_motion_blur(CyclesButtonsPanel, Panel):
|
|
706
|
-
bl_label = "Motion Blur"
|
|
707
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
708
|
-
|
|
709
|
-
def draw_header(self, context):
|
|
710
|
-
rd = context.scene.render
|
|
711
|
-
|
|
712
|
-
self.layout.prop(rd, "use_motion_blur", text="")
|
|
713
|
-
|
|
714
|
-
def draw(self, context):
|
|
715
|
-
layout = self.layout
|
|
716
|
-
layout.use_property_split = True
|
|
717
|
-
layout.use_property_decorate = False
|
|
718
|
-
|
|
719
|
-
scene = context.scene
|
|
720
|
-
cscene = scene.cycles
|
|
721
|
-
rd = scene.render
|
|
722
|
-
layout.active = rd.use_motion_blur
|
|
723
|
-
|
|
724
|
-
col = layout.column()
|
|
725
|
-
col.prop(rd, "motion_blur_position", text="Position")
|
|
726
|
-
col.prop(rd, "motion_blur_shutter")
|
|
727
|
-
col.separator()
|
|
728
|
-
col.prop(cscene, "rolling_shutter_type", text="Rolling Shutter")
|
|
729
|
-
sub = col.column()
|
|
730
|
-
sub.active = cscene.rolling_shutter_type != 'NONE'
|
|
731
|
-
sub.prop(cscene, "rolling_shutter_duration")
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
class CYCLES_RENDER_PT_motion_blur_curve(CyclesButtonsPanel, Panel):
|
|
735
|
-
bl_label = "Shutter Curve"
|
|
736
|
-
bl_parent_id = "CYCLES_RENDER_PT_motion_blur"
|
|
737
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
738
|
-
|
|
739
|
-
def draw(self, context):
|
|
740
|
-
layout = self.layout
|
|
741
|
-
layout.use_property_split = True
|
|
742
|
-
layout.use_property_decorate = False
|
|
743
|
-
|
|
744
|
-
scene = context.scene
|
|
745
|
-
rd = scene.render
|
|
746
|
-
layout.active = rd.use_motion_blur
|
|
747
|
-
|
|
748
|
-
col = layout.column()
|
|
749
|
-
|
|
750
|
-
col.template_curve_mapping(rd, "motion_blur_shutter_curve")
|
|
751
|
-
|
|
752
|
-
col = layout.column(align=True)
|
|
753
|
-
row = col.row(align=True)
|
|
754
|
-
row.operator("render.shutter_curve_preset", icon='SMOOTHCURVE', text="").shape = 'SMOOTH'
|
|
755
|
-
row.operator("render.shutter_curve_preset", icon='SPHERECURVE', text="").shape = 'ROUND'
|
|
756
|
-
row.operator("render.shutter_curve_preset", icon='ROOTCURVE', text="").shape = 'ROOT'
|
|
757
|
-
row.operator("render.shutter_curve_preset", icon='SHARPCURVE', text="").shape = 'SHARP'
|
|
758
|
-
row.operator("render.shutter_curve_preset", icon='LINCURVE', text="").shape = 'LINE'
|
|
759
|
-
row.operator("render.shutter_curve_preset", icon='NOCURVE', text="").shape = 'MAX'
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
class CYCLES_RENDER_PT_film(CyclesButtonsPanel, Panel):
|
|
763
|
-
bl_label = "Film"
|
|
764
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
765
|
-
|
|
766
|
-
def draw(self, context):
|
|
767
|
-
layout = self.layout
|
|
768
|
-
layout.use_property_split = True
|
|
769
|
-
layout.use_property_decorate = False
|
|
770
|
-
scene = context.scene
|
|
771
|
-
cscene = scene.cycles
|
|
772
|
-
|
|
773
|
-
col = layout.column()
|
|
774
|
-
col.prop(cscene, "film_exposure")
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
class CYCLES_RENDER_PT_film_transparency(CyclesButtonsPanel, Panel):
|
|
778
|
-
bl_label = "Transparent"
|
|
779
|
-
bl_parent_id = "CYCLES_RENDER_PT_film"
|
|
780
|
-
|
|
781
|
-
def draw_header(self, context):
|
|
782
|
-
layout = self.layout
|
|
783
|
-
|
|
784
|
-
scene = context.scene
|
|
785
|
-
rd = scene.render
|
|
786
|
-
|
|
787
|
-
layout.prop(rd, "film_transparent", text="")
|
|
788
|
-
|
|
789
|
-
def draw(self, context):
|
|
790
|
-
layout = self.layout
|
|
791
|
-
layout.use_property_split = True
|
|
792
|
-
layout.use_property_decorate = False
|
|
793
|
-
scene = context.scene
|
|
794
|
-
rd = scene.render
|
|
795
|
-
cscene = scene.cycles
|
|
796
|
-
|
|
797
|
-
layout.active = rd.film_transparent
|
|
798
|
-
|
|
799
|
-
col = layout.column()
|
|
800
|
-
col.prop(cscene, "film_transparent_glass", text="Transparent Glass")
|
|
801
|
-
|
|
802
|
-
sub = col.column()
|
|
803
|
-
sub.active = rd.film_transparent and cscene.film_transparent_glass
|
|
804
|
-
sub.prop(cscene, "film_transparent_roughness", text="Roughness Threshold")
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
class CYCLES_RENDER_PT_film_pixel_filter(CyclesButtonsPanel, Panel):
|
|
808
|
-
bl_label = "Pixel Filter"
|
|
809
|
-
bl_parent_id = "CYCLES_RENDER_PT_film"
|
|
810
|
-
|
|
811
|
-
def draw(self, context):
|
|
812
|
-
layout = self.layout
|
|
813
|
-
layout.use_property_split = True
|
|
814
|
-
layout.use_property_decorate = False
|
|
815
|
-
scene = context.scene
|
|
816
|
-
cscene = scene.cycles
|
|
817
|
-
|
|
818
|
-
col = layout.column()
|
|
819
|
-
col.prop(cscene, "pixel_filter_type", text="Type")
|
|
820
|
-
if cscene.pixel_filter_type != 'BOX':
|
|
821
|
-
col.prop(cscene, "filter_width", text="Width")
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
class CYCLES_RENDER_PT_performance(CyclesButtonsPanel, Panel):
|
|
825
|
-
bl_label = "Performance"
|
|
826
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
827
|
-
|
|
828
|
-
def draw_header_preset(self, context):
|
|
829
|
-
CYCLES_PT_performance_presets.draw_panel_header(self.layout)
|
|
830
|
-
|
|
831
|
-
def draw(self, context):
|
|
832
|
-
pass
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
class CYCLES_RENDER_PT_performance_compositor(CyclesButtonsPanel, CompositorPerformanceButtonsPanel, Panel):
|
|
836
|
-
bl_parent_id = "CYCLES_RENDER_PT_performance"
|
|
837
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
class CYCLES_RENDER_PT_performance_compositor_denoise_settings(
|
|
841
|
-
CyclesButtonsPanel, CompositorDenoisePerformanceButtonsPanel, Panel):
|
|
842
|
-
bl_parent_id = "CYCLES_RENDER_PT_performance_compositor"
|
|
843
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
class CYCLES_RENDER_PT_performance_threads(CyclesButtonsPanel, Panel):
|
|
847
|
-
bl_label = "Threads"
|
|
848
|
-
bl_parent_id = "CYCLES_RENDER_PT_performance"
|
|
849
|
-
|
|
850
|
-
def draw(self, context):
|
|
851
|
-
layout = self.layout
|
|
852
|
-
layout.use_property_split = True
|
|
853
|
-
layout.use_property_decorate = False
|
|
854
|
-
|
|
855
|
-
scene = context.scene
|
|
856
|
-
rd = scene.render
|
|
857
|
-
|
|
858
|
-
col = layout.column()
|
|
859
|
-
|
|
860
|
-
col.prop(rd, "threads_mode")
|
|
861
|
-
sub = col.column(align=True)
|
|
862
|
-
sub.enabled = rd.threads_mode == 'FIXED'
|
|
863
|
-
sub.prop(rd, "threads")
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
class CYCLES_RENDER_PT_performance_memory(CyclesButtonsPanel, Panel):
|
|
867
|
-
bl_label = "Memory"
|
|
868
|
-
bl_parent_id = "CYCLES_RENDER_PT_performance"
|
|
869
|
-
|
|
870
|
-
def draw(self, context):
|
|
871
|
-
layout = self.layout
|
|
872
|
-
layout.use_property_split = True
|
|
873
|
-
layout.use_property_decorate = False
|
|
874
|
-
|
|
875
|
-
scene = context.scene
|
|
876
|
-
cscene = scene.cycles
|
|
877
|
-
|
|
878
|
-
layout.prop(cscene, "tile_size")
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
class CYCLES_RENDER_PT_performance_acceleration_structure(CyclesButtonsPanel, Panel):
|
|
882
|
-
bl_label = "Acceleration Structure"
|
|
883
|
-
bl_parent_id = "CYCLES_RENDER_PT_performance"
|
|
884
|
-
|
|
885
|
-
@classmethod
|
|
886
|
-
def poll(cls, context):
|
|
887
|
-
return not use_optix(context) or use_multi_device(context)
|
|
888
|
-
|
|
889
|
-
def draw(self, context):
|
|
890
|
-
import _cycles
|
|
891
|
-
|
|
892
|
-
layout = self.layout
|
|
893
|
-
layout.use_property_split = True
|
|
894
|
-
layout.use_property_decorate = False
|
|
895
|
-
|
|
896
|
-
scene = context.scene
|
|
897
|
-
cscene = scene.cycles
|
|
898
|
-
|
|
899
|
-
col = layout.column()
|
|
900
|
-
|
|
901
|
-
use_embree = _cycles.with_embree
|
|
902
|
-
|
|
903
|
-
if use_cpu(context):
|
|
904
|
-
col.prop(cscene, "debug_use_spatial_splits")
|
|
905
|
-
if use_embree:
|
|
906
|
-
col.prop(cscene, "debug_use_compact_bvh")
|
|
907
|
-
else:
|
|
908
|
-
sub = col.column()
|
|
909
|
-
sub.active = not cscene.debug_use_spatial_splits
|
|
910
|
-
sub.prop(cscene, "debug_bvh_time_steps")
|
|
911
|
-
|
|
912
|
-
col.prop(cscene, "debug_use_hair_bvh")
|
|
913
|
-
|
|
914
|
-
sub = col.column(align=True)
|
|
915
|
-
sub.label(text="Cycles built without Embree support")
|
|
916
|
-
sub.label(text="CPU raytracing performance will be poor")
|
|
917
|
-
else:
|
|
918
|
-
col.prop(cscene, "debug_use_spatial_splits")
|
|
919
|
-
sub = col.column()
|
|
920
|
-
sub.active = not cscene.debug_use_spatial_splits
|
|
921
|
-
sub.prop(cscene, "debug_bvh_time_steps")
|
|
922
|
-
|
|
923
|
-
col.prop(cscene, "debug_use_hair_bvh")
|
|
924
|
-
|
|
925
|
-
# CPU is used in addition to a GPU
|
|
926
|
-
if use_multi_device(context) and use_embree:
|
|
927
|
-
col.prop(cscene, "debug_use_compact_bvh")
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
class CYCLES_RENDER_PT_performance_final_render(CyclesButtonsPanel, Panel):
|
|
931
|
-
bl_label = "Final Render"
|
|
932
|
-
bl_parent_id = "CYCLES_RENDER_PT_performance"
|
|
933
|
-
|
|
934
|
-
def draw(self, context):
|
|
935
|
-
layout = self.layout
|
|
936
|
-
layout.use_property_split = True
|
|
937
|
-
layout.use_property_decorate = False
|
|
938
|
-
|
|
939
|
-
scene = context.scene
|
|
940
|
-
rd = scene.render
|
|
941
|
-
|
|
942
|
-
col = layout.column()
|
|
943
|
-
|
|
944
|
-
col.prop(rd, "use_persistent_data", text="Persistent Data")
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
class CYCLES_RENDER_PT_performance_viewport(CyclesButtonsPanel, Panel):
|
|
948
|
-
bl_label = "Viewport"
|
|
949
|
-
bl_parent_id = "CYCLES_RENDER_PT_performance"
|
|
950
|
-
|
|
951
|
-
def draw(self, context):
|
|
952
|
-
layout = self.layout
|
|
953
|
-
layout.use_property_split = True
|
|
954
|
-
layout.use_property_decorate = False
|
|
955
|
-
|
|
956
|
-
scene = context.scene
|
|
957
|
-
rd = scene.render
|
|
958
|
-
cscene = scene.cycles
|
|
959
|
-
|
|
960
|
-
col = layout.column()
|
|
961
|
-
col.prop(rd, "preview_pixel_size", text="Pixel Size")
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
class CYCLES_RENDER_PT_filter(CyclesButtonsPanel, Panel):
|
|
965
|
-
bl_label = "Filter"
|
|
966
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
967
|
-
bl_context = "view_layer"
|
|
968
|
-
|
|
969
|
-
def draw(self, context):
|
|
970
|
-
layout = self.layout
|
|
971
|
-
layout.use_property_split = True
|
|
972
|
-
layout.use_property_decorate = False
|
|
973
|
-
|
|
974
|
-
scene = context.scene
|
|
975
|
-
rd = scene.render
|
|
976
|
-
view_layer = context.view_layer
|
|
977
|
-
|
|
978
|
-
col = layout.column(heading="Include")
|
|
979
|
-
col.prop(view_layer, "use_sky", text="Environment")
|
|
980
|
-
col.prop(view_layer, "use_solid", text="Surfaces")
|
|
981
|
-
col.prop(view_layer, "use_strand", text="Curves")
|
|
982
|
-
col.prop(view_layer, "use_volumes", text="Volumes")
|
|
983
|
-
col.prop(view_layer, "use_grease_pencil", text="Grease Pencil")
|
|
984
|
-
|
|
985
|
-
col = layout.column(heading="Use")
|
|
986
|
-
sub = col.row()
|
|
987
|
-
sub.prop(view_layer, "use_motion_blur", text="Motion Blur")
|
|
988
|
-
sub.active = rd.use_motion_blur
|
|
989
|
-
sub = col.row()
|
|
990
|
-
sub.prop(view_layer.cycles, "use_denoising", text="Denoising")
|
|
991
|
-
sub.active = scene.cycles.use_denoising
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
class CYCLES_RENDER_PT_passes(CyclesButtonsPanel, Panel):
|
|
995
|
-
bl_label = "Passes"
|
|
996
|
-
bl_context = "view_layer"
|
|
997
|
-
|
|
998
|
-
def draw(self, context):
|
|
999
|
-
pass
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
class CYCLES_RENDER_PT_passes_data(CyclesButtonsPanel, Panel):
|
|
1003
|
-
bl_label = "Data"
|
|
1004
|
-
bl_context = "view_layer"
|
|
1005
|
-
bl_parent_id = "CYCLES_RENDER_PT_passes"
|
|
1006
|
-
|
|
1007
|
-
def draw(self, context):
|
|
1008
|
-
layout = self.layout
|
|
1009
|
-
layout.use_property_split = True
|
|
1010
|
-
layout.use_property_decorate = False
|
|
1011
|
-
|
|
1012
|
-
scene = context.scene
|
|
1013
|
-
rd = scene.render
|
|
1014
|
-
view_layer = context.view_layer
|
|
1015
|
-
cycles_view_layer = view_layer.cycles
|
|
1016
|
-
|
|
1017
|
-
col = layout.column(heading="Include", align=True)
|
|
1018
|
-
col.prop(view_layer, "use_pass_combined")
|
|
1019
|
-
col.prop(view_layer, "use_pass_z")
|
|
1020
|
-
col.prop(view_layer, "use_pass_mist")
|
|
1021
|
-
col.prop(view_layer, "use_pass_position")
|
|
1022
|
-
col.prop(view_layer, "use_pass_normal")
|
|
1023
|
-
sub = col.column()
|
|
1024
|
-
sub.active = not rd.use_motion_blur
|
|
1025
|
-
sub.prop(view_layer, "use_pass_vector")
|
|
1026
|
-
col.prop(view_layer, "use_pass_uv")
|
|
1027
|
-
col.prop(view_layer, "use_pass_grease_pencil", text="Grease Pencil")
|
|
1028
|
-
|
|
1029
|
-
col.prop(cycles_view_layer, "denoising_store_passes", text="Denoising Data")
|
|
1030
|
-
|
|
1031
|
-
col = layout.column(heading="Indexes", align=True)
|
|
1032
|
-
col.prop(view_layer, "use_pass_object_index")
|
|
1033
|
-
col.prop(view_layer, "use_pass_material_index")
|
|
1034
|
-
|
|
1035
|
-
col = layout.column(heading="Debug", align=True)
|
|
1036
|
-
col.prop(cycles_view_layer, "pass_debug_sample_count", text="Sample Count")
|
|
1037
|
-
|
|
1038
|
-
# Render Time pass - disabled for GPU devices
|
|
1039
|
-
scene = context.scene
|
|
1040
|
-
cscene = scene.cycles
|
|
1041
|
-
row = col.row()
|
|
1042
|
-
row.enabled = (cscene.device == 'CPU')
|
|
1043
|
-
row.prop(cycles_view_layer, "pass_render_time", text="Render Time")
|
|
1044
|
-
|
|
1045
|
-
layout.prop(view_layer, "pass_alpha_threshold")
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
class CYCLES_RENDER_PT_passes_light(CyclesButtonsPanel, Panel):
|
|
1049
|
-
bl_label = "Light"
|
|
1050
|
-
bl_context = "view_layer"
|
|
1051
|
-
bl_parent_id = "CYCLES_RENDER_PT_passes"
|
|
1052
|
-
|
|
1053
|
-
def draw(self, context):
|
|
1054
|
-
layout = self.layout
|
|
1055
|
-
layout.use_property_split = True
|
|
1056
|
-
layout.use_property_decorate = False
|
|
1057
|
-
|
|
1058
|
-
view_layer = context.view_layer
|
|
1059
|
-
cycles_view_layer = view_layer.cycles
|
|
1060
|
-
|
|
1061
|
-
col = layout.column(heading="Diffuse", align=True)
|
|
1062
|
-
col.prop(view_layer, "use_pass_diffuse_direct", text="Direct")
|
|
1063
|
-
col.prop(view_layer, "use_pass_diffuse_indirect", text="Indirect")
|
|
1064
|
-
col.prop(view_layer, "use_pass_diffuse_color", text="Color")
|
|
1065
|
-
|
|
1066
|
-
col = layout.column(heading="Glossy", align=True)
|
|
1067
|
-
col.prop(view_layer, "use_pass_glossy_direct", text="Direct")
|
|
1068
|
-
col.prop(view_layer, "use_pass_glossy_indirect", text="Indirect")
|
|
1069
|
-
col.prop(view_layer, "use_pass_glossy_color", text="Color")
|
|
1070
|
-
|
|
1071
|
-
col = layout.column(heading="Transmission", align=True)
|
|
1072
|
-
col.prop(view_layer, "use_pass_transmission_direct", text="Direct")
|
|
1073
|
-
col.prop(view_layer, "use_pass_transmission_indirect", text="Indirect")
|
|
1074
|
-
col.prop(view_layer, "use_pass_transmission_color", text="Color")
|
|
1075
|
-
|
|
1076
|
-
col = layout.column(heading="Volume", heading_ctxt=i18n_contexts.id_id, align=True)
|
|
1077
|
-
col.prop(cycles_view_layer, "use_pass_volume_direct", text="Direct")
|
|
1078
|
-
col.prop(cycles_view_layer, "use_pass_volume_indirect", text="Indirect")
|
|
1079
|
-
|
|
1080
|
-
prefs = context.preferences
|
|
1081
|
-
use_debug = prefs.experimental.use_cycles_debug and prefs.view.show_developer_ui
|
|
1082
|
-
if use_debug:
|
|
1083
|
-
col.prop(cycles_view_layer, "use_pass_volume_scatter", text="Scatter")
|
|
1084
|
-
col.prop(cycles_view_layer, "use_pass_volume_transmit", text="Transmit")
|
|
1085
|
-
col.prop(cycles_view_layer, "use_pass_volume_majorant", text="Majorant")
|
|
1086
|
-
|
|
1087
|
-
col = layout.column(heading="Other", align=True)
|
|
1088
|
-
col.prop(view_layer, "use_pass_emit", text="Emission")
|
|
1089
|
-
col.prop(view_layer, "use_pass_environment")
|
|
1090
|
-
col.prop(view_layer, "use_pass_ambient_occlusion", text="Ambient Occlusion")
|
|
1091
|
-
col.prop(cycles_view_layer, "use_pass_shadow_catcher")
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
class CYCLES_RENDER_PT_passes_crypto(CyclesButtonsPanel, ViewLayerCryptomattePanelHelper, Panel):
|
|
1095
|
-
bl_label = "Cryptomatte"
|
|
1096
|
-
bl_context = "view_layer"
|
|
1097
|
-
bl_parent_id = "CYCLES_RENDER_PT_passes"
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
class CYCLES_RENDER_PT_passes_aov(CyclesButtonsPanel, ViewLayerAOVPanelHelper, Panel):
|
|
1101
|
-
bl_label = "Shader AOV"
|
|
1102
|
-
bl_context = "view_layer"
|
|
1103
|
-
bl_parent_id = "CYCLES_RENDER_PT_passes"
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
class CYCLES_RENDER_PT_passes_lightgroups(CyclesButtonsPanel, ViewLayerLightgroupsPanelHelper, Panel):
|
|
1107
|
-
bl_label = "Light Groups"
|
|
1108
|
-
bl_context = "view_layer"
|
|
1109
|
-
bl_parent_id = "CYCLES_RENDER_PT_passes"
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
class CYCLES_PT_post_processing(CyclesButtonsPanel, Panel):
|
|
1113
|
-
bl_label = "Post Processing"
|
|
1114
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1115
|
-
bl_context = "output"
|
|
1116
|
-
|
|
1117
|
-
def draw(self, context):
|
|
1118
|
-
layout = self.layout
|
|
1119
|
-
layout.use_property_split = True
|
|
1120
|
-
layout.use_property_decorate = False
|
|
1121
|
-
|
|
1122
|
-
rd = context.scene.render
|
|
1123
|
-
|
|
1124
|
-
col = layout.column(align=True, heading="Pipeline")
|
|
1125
|
-
col.prop(rd, "use_compositing")
|
|
1126
|
-
col.prop(rd, "use_sequencer")
|
|
1127
|
-
|
|
1128
|
-
layout.prop(rd, "dither_intensity", text="Dither", slider=True)
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
class CYCLES_CAMERA_PT_dof(CyclesButtonsPanel, Panel):
|
|
1132
|
-
bl_label = "Depth of Field"
|
|
1133
|
-
bl_context = "data"
|
|
1134
|
-
|
|
1135
|
-
@classmethod
|
|
1136
|
-
def poll(cls, context):
|
|
1137
|
-
return context.camera and CyclesButtonsPanel.poll(context)
|
|
1138
|
-
|
|
1139
|
-
def draw_header(self, context):
|
|
1140
|
-
cam = context.camera
|
|
1141
|
-
dof = cam.dof
|
|
1142
|
-
self.layout.prop(dof, "use_dof", text="")
|
|
1143
|
-
|
|
1144
|
-
def draw(self, context):
|
|
1145
|
-
layout = self.layout
|
|
1146
|
-
layout.use_property_split = True
|
|
1147
|
-
|
|
1148
|
-
cam = context.camera
|
|
1149
|
-
dof = cam.dof
|
|
1150
|
-
layout.active = dof.use_dof
|
|
1151
|
-
|
|
1152
|
-
split = layout.split()
|
|
1153
|
-
|
|
1154
|
-
col = split.column()
|
|
1155
|
-
col.prop(dof, "focus_object", text="Focus on Object")
|
|
1156
|
-
if dof.focus_object and dof.focus_object.type == 'ARMATURE':
|
|
1157
|
-
col.prop_search(dof, "focus_subtarget", dof.focus_object.data, "bones", text="Focus Bone")
|
|
1158
|
-
|
|
1159
|
-
sub = col.row()
|
|
1160
|
-
sub.active = dof.focus_object is None
|
|
1161
|
-
sub.prop(dof, "focus_distance", text="Focus Distance")
|
|
1162
|
-
sub.operator(
|
|
1163
|
-
"ui.eyedropper_depth",
|
|
1164
|
-
icon='EYEDROPPER',
|
|
1165
|
-
text="").prop_data_path = "scene.camera.data.dof.focus_distance"
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
class CYCLES_CAMERA_PT_dof_aperture(CyclesButtonsPanel, Panel):
|
|
1169
|
-
bl_label = "Aperture"
|
|
1170
|
-
bl_parent_id = "CYCLES_CAMERA_PT_dof"
|
|
1171
|
-
|
|
1172
|
-
@classmethod
|
|
1173
|
-
def poll(cls, context):
|
|
1174
|
-
return context.camera and CyclesButtonsPanel.poll(context)
|
|
1175
|
-
|
|
1176
|
-
def draw(self, context):
|
|
1177
|
-
layout = self.layout
|
|
1178
|
-
layout.use_property_split = True
|
|
1179
|
-
|
|
1180
|
-
cam = context.camera
|
|
1181
|
-
dof = cam.dof
|
|
1182
|
-
layout.active = dof.use_dof
|
|
1183
|
-
flow = layout.grid_flow(row_major=True, columns=0, even_columns=True, even_rows=False, align=False)
|
|
1184
|
-
|
|
1185
|
-
col = flow.column()
|
|
1186
|
-
col.prop(dof, "aperture_fstop")
|
|
1187
|
-
col.prop(dof, "aperture_blades")
|
|
1188
|
-
col.prop(dof, "aperture_rotation")
|
|
1189
|
-
col.prop(dof, "aperture_ratio")
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
class CYCLES_CAMERA_PT_lens_custom_parameters(CyclesButtonsPanel, Panel):
|
|
1193
|
-
bl_label = "Parameters"
|
|
1194
|
-
bl_parent_id = "DATA_PT_lens"
|
|
1195
|
-
|
|
1196
|
-
@classmethod
|
|
1197
|
-
def poll(cls, context):
|
|
1198
|
-
cam = context.camera
|
|
1199
|
-
return (super().poll(context) and
|
|
1200
|
-
cam and
|
|
1201
|
-
cam.type == 'CUSTOM' and
|
|
1202
|
-
len(cam.cycles_custom.keys()) > 0)
|
|
1203
|
-
|
|
1204
|
-
def draw(self, context):
|
|
1205
|
-
layout = self.layout
|
|
1206
|
-
layout.use_property_split = True
|
|
1207
|
-
|
|
1208
|
-
cam = context.camera
|
|
1209
|
-
ccam = cam.cycles_custom
|
|
1210
|
-
|
|
1211
|
-
col = layout.column()
|
|
1212
|
-
for key in ccam.keys():
|
|
1213
|
-
col.prop(ccam, f'["{key}"]', text=bpy.path.display_name(key))
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
class CYCLES_PT_context_material(CyclesButtonsPanel, Panel):
|
|
1217
|
-
bl_label = ""
|
|
1218
|
-
bl_context = "material"
|
|
1219
|
-
bl_options = {'HIDE_HEADER'}
|
|
1220
|
-
|
|
1221
|
-
@classmethod
|
|
1222
|
-
def poll(cls, context):
|
|
1223
|
-
if context.active_object and context.active_object.type == 'GREASEPENCIL':
|
|
1224
|
-
return False
|
|
1225
|
-
else:
|
|
1226
|
-
return (context.material or context.object) and CyclesButtonsPanel.poll(context)
|
|
1227
|
-
|
|
1228
|
-
def draw(self, context):
|
|
1229
|
-
layout = self.layout
|
|
1230
|
-
|
|
1231
|
-
mat = context.material
|
|
1232
|
-
ob = context.object
|
|
1233
|
-
slot = context.material_slot
|
|
1234
|
-
space = context.space_data
|
|
1235
|
-
|
|
1236
|
-
if ob:
|
|
1237
|
-
is_sortable = len(ob.material_slots) > 1
|
|
1238
|
-
rows = 3
|
|
1239
|
-
if (is_sortable):
|
|
1240
|
-
rows = 4
|
|
1241
|
-
|
|
1242
|
-
row = layout.row()
|
|
1243
|
-
|
|
1244
|
-
row.template_list("MATERIAL_UL_matslots", "", ob, "material_slots", ob, "active_material_index", rows=rows)
|
|
1245
|
-
|
|
1246
|
-
col = row.column(align=True)
|
|
1247
|
-
col.operator("object.material_slot_add", icon='ADD', text="")
|
|
1248
|
-
col.operator("object.material_slot_remove", icon='REMOVE', text="")
|
|
1249
|
-
col.separator()
|
|
1250
|
-
col.menu("MATERIAL_MT_context_menu", icon='DOWNARROW_HLT', text="")
|
|
1251
|
-
|
|
1252
|
-
if is_sortable:
|
|
1253
|
-
col.separator()
|
|
1254
|
-
|
|
1255
|
-
col.operator("object.material_slot_move", icon='TRIA_UP', text="").direction = 'UP'
|
|
1256
|
-
col.operator("object.material_slot_move", icon='TRIA_DOWN', text="").direction = 'DOWN'
|
|
1257
|
-
|
|
1258
|
-
if ob.mode == 'EDIT':
|
|
1259
|
-
row = layout.row(align=True)
|
|
1260
|
-
row.operator("object.material_slot_assign", text="Assign")
|
|
1261
|
-
row.operator("object.material_slot_select", text="Select")
|
|
1262
|
-
row.operator("object.material_slot_deselect", text="Deselect")
|
|
1263
|
-
|
|
1264
|
-
row = layout.row()
|
|
1265
|
-
|
|
1266
|
-
if ob:
|
|
1267
|
-
row.template_ID(ob, "active_material", new="material.new")
|
|
1268
|
-
|
|
1269
|
-
if slot:
|
|
1270
|
-
icon_link = 'MESH_DATA' if slot.link == 'DATA' else 'OBJECT_DATA'
|
|
1271
|
-
row.prop(slot, "link", text="", icon=icon_link, icon_only=True)
|
|
1272
|
-
|
|
1273
|
-
elif mat:
|
|
1274
|
-
layout.template_ID(space, "pin_id")
|
|
1275
|
-
layout.separator()
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
class CYCLES_OBJECT_PT_motion_blur(CyclesButtonsPanel, Panel):
|
|
1279
|
-
bl_label = "Motion Blur"
|
|
1280
|
-
bl_context = "object"
|
|
1281
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1282
|
-
|
|
1283
|
-
@classmethod
|
|
1284
|
-
def poll(cls, context):
|
|
1285
|
-
ob = context.object
|
|
1286
|
-
if CyclesButtonsPanel.poll(context) and ob:
|
|
1287
|
-
if ob.type in {'MESH', 'CURVE', 'CURVE', 'SURFACE', 'FONT',
|
|
1288
|
-
'META', 'CAMERA', 'CURVES', 'POINTCLOUD', 'VOLUME'}:
|
|
1289
|
-
return True
|
|
1290
|
-
if ob.instance_type == 'COLLECTION' and ob.instance_collection:
|
|
1291
|
-
return True
|
|
1292
|
-
# TODO(sergey): More duplicator types here?
|
|
1293
|
-
return False
|
|
1294
|
-
|
|
1295
|
-
def draw_header(self, context):
|
|
1296
|
-
layout = self.layout
|
|
1297
|
-
|
|
1298
|
-
rd = context.scene.render
|
|
1299
|
-
# scene = context.scene
|
|
1300
|
-
|
|
1301
|
-
layout.active = rd.use_motion_blur
|
|
1302
|
-
|
|
1303
|
-
ob = context.object
|
|
1304
|
-
cob = ob.cycles
|
|
1305
|
-
|
|
1306
|
-
layout.prop(cob, "use_motion_blur", text="")
|
|
1307
|
-
|
|
1308
|
-
def draw(self, context):
|
|
1309
|
-
layout = self.layout
|
|
1310
|
-
layout.use_property_split = True
|
|
1311
|
-
|
|
1312
|
-
rd = context.scene.render
|
|
1313
|
-
# scene = context.scene
|
|
1314
|
-
|
|
1315
|
-
ob = context.object
|
|
1316
|
-
cob = ob.cycles
|
|
1317
|
-
|
|
1318
|
-
layout.active = (rd.use_motion_blur and cob.use_motion_blur)
|
|
1319
|
-
|
|
1320
|
-
col = layout.column()
|
|
1321
|
-
col.prop(cob, "motion_steps", text="Steps")
|
|
1322
|
-
if ob.type != 'CAMERA':
|
|
1323
|
-
col.prop(cob, "use_deform_motion", text="Deformation")
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
class CYCLES_OBJECT_PT_shading_gi_approximation(CyclesButtonsPanel, Panel):
|
|
1327
|
-
bl_label = "Fast GI Approximation"
|
|
1328
|
-
bl_parent_id = "OBJECT_PT_shading"
|
|
1329
|
-
bl_context = "object"
|
|
1330
|
-
|
|
1331
|
-
@classmethod
|
|
1332
|
-
def poll(cls, context):
|
|
1333
|
-
return CyclesButtonsPanel.poll(context) and context.object.type != 'LIGHT'
|
|
1334
|
-
|
|
1335
|
-
def draw(self, context):
|
|
1336
|
-
layout = self.layout
|
|
1337
|
-
layout.use_property_split = True
|
|
1338
|
-
|
|
1339
|
-
scene = context.scene
|
|
1340
|
-
ob = context.object
|
|
1341
|
-
|
|
1342
|
-
cob = ob.cycles
|
|
1343
|
-
cscene = scene.cycles
|
|
1344
|
-
|
|
1345
|
-
col = layout.column()
|
|
1346
|
-
col.active = cscene.use_fast_gi
|
|
1347
|
-
col.prop(cob, "ao_distance")
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
class CYCLES_OBJECT_PT_shading_caustics(CyclesButtonsPanel, Panel):
|
|
1351
|
-
bl_label = "Caustics"
|
|
1352
|
-
bl_parent_id = "OBJECT_PT_shading"
|
|
1353
|
-
bl_context = "object"
|
|
1354
|
-
|
|
1355
|
-
@classmethod
|
|
1356
|
-
def poll(cls, context):
|
|
1357
|
-
return CyclesButtonsPanel.poll(context) and use_mnee(context) and context.object.type != 'LIGHT'
|
|
1358
|
-
|
|
1359
|
-
def draw(self, context):
|
|
1360
|
-
layout = self.layout
|
|
1361
|
-
layout.use_property_split = True
|
|
1362
|
-
layout.use_property_decorate = False
|
|
1363
|
-
|
|
1364
|
-
col = layout.column()
|
|
1365
|
-
|
|
1366
|
-
ob = context.object
|
|
1367
|
-
cob = ob.cycles
|
|
1368
|
-
col.prop(cob, "is_caustics_caster")
|
|
1369
|
-
col.prop(cob, "is_caustics_receiver")
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
class CYCLES_OBJECT_PT_lightgroup(CyclesButtonsPanel, Panel):
|
|
1373
|
-
bl_label = "Light Group"
|
|
1374
|
-
bl_parent_id = "OBJECT_PT_shading"
|
|
1375
|
-
bl_context = "object"
|
|
1376
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1377
|
-
|
|
1378
|
-
def draw(self, context):
|
|
1379
|
-
layout = self.layout
|
|
1380
|
-
layout.use_property_split = True
|
|
1381
|
-
|
|
1382
|
-
ob = context.object
|
|
1383
|
-
|
|
1384
|
-
view_layer = context.view_layer
|
|
1385
|
-
|
|
1386
|
-
row = layout.row(align=True)
|
|
1387
|
-
row.use_property_decorate = False
|
|
1388
|
-
|
|
1389
|
-
sub = row.column(align=True)
|
|
1390
|
-
sub.prop_search(ob, "lightgroup", view_layer, "lightgroups", text="Light Group", results_are_suggestions=True)
|
|
1391
|
-
|
|
1392
|
-
sub = row.column(align=True)
|
|
1393
|
-
sub.enabled = bool(ob.lightgroup) and not any(lg.name == ob.lightgroup for lg in view_layer.lightgroups)
|
|
1394
|
-
sub.operator("scene.view_layer_add_lightgroup", icon='ADD', text="").name = ob.lightgroup
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
class CYCLES_OBJECT_PT_visibility(CyclesButtonsPanel, Panel):
|
|
1398
|
-
bl_label = "Visibility"
|
|
1399
|
-
bl_context = "object"
|
|
1400
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1401
|
-
|
|
1402
|
-
@classmethod
|
|
1403
|
-
def poll(cls, context):
|
|
1404
|
-
return CyclesButtonsPanel.poll(context) and (context.object)
|
|
1405
|
-
|
|
1406
|
-
def draw(self, context):
|
|
1407
|
-
layout = self.layout
|
|
1408
|
-
layout.use_property_split = True
|
|
1409
|
-
|
|
1410
|
-
ob = context.object
|
|
1411
|
-
|
|
1412
|
-
layout.prop(ob, "hide_select", text="Selectable", invert_checkbox=True, toggle=False)
|
|
1413
|
-
layout.prop(ob, "hide_surface_pick", text="Surface Picking", toggle=False, invert_checkbox=True)
|
|
1414
|
-
|
|
1415
|
-
col = layout.column(heading="Show In")
|
|
1416
|
-
col.prop(ob, "hide_viewport", text="Viewports", invert_checkbox=True, toggle=False)
|
|
1417
|
-
col.prop(ob, "hide_render", text="Renders", invert_checkbox=True, toggle=False)
|
|
1418
|
-
|
|
1419
|
-
if has_geometry_visibility(ob):
|
|
1420
|
-
col = layout.column(heading="Mask")
|
|
1421
|
-
col.prop(ob, "is_shadow_catcher")
|
|
1422
|
-
col.prop(ob, "is_holdout")
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
class CYCLES_OBJECT_PT_visibility_ray_visibility(CyclesButtonsPanel, Panel):
|
|
1426
|
-
bl_label = "Ray Visibility"
|
|
1427
|
-
bl_parent_id = "CYCLES_OBJECT_PT_visibility"
|
|
1428
|
-
bl_context = "object"
|
|
1429
|
-
|
|
1430
|
-
@classmethod
|
|
1431
|
-
def poll(cls, context):
|
|
1432
|
-
ob = context.object
|
|
1433
|
-
return CyclesButtonsPanel.poll(context) and has_geometry_visibility(ob)
|
|
1434
|
-
|
|
1435
|
-
def draw(self, context):
|
|
1436
|
-
layout = self.layout
|
|
1437
|
-
layout.use_property_split = True
|
|
1438
|
-
layout.use_property_decorate = False
|
|
1439
|
-
|
|
1440
|
-
scene = context.scene
|
|
1441
|
-
ob = context.object
|
|
1442
|
-
|
|
1443
|
-
col = layout.column()
|
|
1444
|
-
col.prop(ob, "visible_camera", text="Camera")
|
|
1445
|
-
col.prop(ob, "visible_diffuse", text="Diffuse")
|
|
1446
|
-
col.prop(ob, "visible_glossy", text="Glossy")
|
|
1447
|
-
col.prop(ob, "visible_transmission", text="Transmission")
|
|
1448
|
-
col.prop(ob, "visible_volume_scatter", text="Volume Scatter")
|
|
1449
|
-
|
|
1450
|
-
if ob.type != 'LIGHT':
|
|
1451
|
-
sub = col.column()
|
|
1452
|
-
sub.prop(ob, "visible_shadow", text="Shadow")
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
class CYCLES_OBJECT_PT_visibility_culling(CyclesButtonsPanel, Panel):
|
|
1456
|
-
bl_label = "Culling"
|
|
1457
|
-
bl_parent_id = "CYCLES_OBJECT_PT_visibility"
|
|
1458
|
-
bl_context = "object"
|
|
1459
|
-
|
|
1460
|
-
@classmethod
|
|
1461
|
-
def poll(cls, context):
|
|
1462
|
-
ob = context.object
|
|
1463
|
-
return CyclesButtonsPanel.poll(context) and has_geometry_visibility(ob)
|
|
1464
|
-
|
|
1465
|
-
def draw(self, context):
|
|
1466
|
-
layout = self.layout
|
|
1467
|
-
layout.use_property_split = True
|
|
1468
|
-
layout.use_property_decorate = False
|
|
1469
|
-
|
|
1470
|
-
scene = context.scene
|
|
1471
|
-
cscene = scene.cycles
|
|
1472
|
-
ob = context.object
|
|
1473
|
-
cob = ob.cycles
|
|
1474
|
-
|
|
1475
|
-
row = layout.row()
|
|
1476
|
-
row.active = scene.render.use_simplify and cscene.use_camera_cull
|
|
1477
|
-
row.prop(cob, "use_camera_cull")
|
|
1478
|
-
|
|
1479
|
-
row = layout.row()
|
|
1480
|
-
row.active = scene.render.use_simplify and cscene.use_distance_cull
|
|
1481
|
-
row.prop(cob, "use_distance_cull")
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
def panel_node_draw(layout, id_data, output_type, input_name):
|
|
1485
|
-
from bpy_extras.node_utils import find_node_input
|
|
1486
|
-
|
|
1487
|
-
if output_type not in ('OUTPUT_WORLD', 'OUTPUT_MATERIAL') and not id_data.use_nodes:
|
|
1488
|
-
layout.operator("cycles.use_shading_nodes", icon='NODETREE')
|
|
1489
|
-
return False
|
|
1490
|
-
|
|
1491
|
-
ntree = id_data.node_tree
|
|
1492
|
-
|
|
1493
|
-
if ntree is None:
|
|
1494
|
-
return False
|
|
1495
|
-
|
|
1496
|
-
node = ntree.get_output_node('CYCLES')
|
|
1497
|
-
if node:
|
|
1498
|
-
input = find_node_input(node, input_name)
|
|
1499
|
-
if input:
|
|
1500
|
-
layout.template_node_view(ntree, node, input)
|
|
1501
|
-
else:
|
|
1502
|
-
layout.label(text="Incompatible output node")
|
|
1503
|
-
else:
|
|
1504
|
-
layout.label(text="No output node")
|
|
1505
|
-
|
|
1506
|
-
return True
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
class CYCLES_LIGHT_PT_preview(CyclesButtonsPanel, Panel):
|
|
1510
|
-
bl_label = "Preview"
|
|
1511
|
-
bl_context = "data"
|
|
1512
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1513
|
-
|
|
1514
|
-
@classmethod
|
|
1515
|
-
def poll(cls, context):
|
|
1516
|
-
return (
|
|
1517
|
-
context.light and
|
|
1518
|
-
not (
|
|
1519
|
-
context.light.type == 'AREA' and
|
|
1520
|
-
context.light.cycles.is_portal
|
|
1521
|
-
) and
|
|
1522
|
-
CyclesButtonsPanel.poll(context)
|
|
1523
|
-
)
|
|
1524
|
-
|
|
1525
|
-
def draw(self, context):
|
|
1526
|
-
self.layout.template_preview(context.light)
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
class CYCLES_LIGHT_PT_light(CyclesButtonsPanel, Panel):
|
|
1530
|
-
bl_label = "Light"
|
|
1531
|
-
bl_context = "data"
|
|
1532
|
-
|
|
1533
|
-
@classmethod
|
|
1534
|
-
def poll(cls, context):
|
|
1535
|
-
return context.light and CyclesButtonsPanel.poll(context)
|
|
1536
|
-
|
|
1537
|
-
def draw(self, context):
|
|
1538
|
-
layout = self.layout
|
|
1539
|
-
|
|
1540
|
-
light = context.light
|
|
1541
|
-
|
|
1542
|
-
if self.bl_space_type == 'PROPERTIES':
|
|
1543
|
-
layout.row().prop(light, "type", expand=True)
|
|
1544
|
-
layout.use_property_split = True
|
|
1545
|
-
else:
|
|
1546
|
-
layout.use_property_split = True
|
|
1547
|
-
layout.row().prop(light, "type")
|
|
1548
|
-
|
|
1549
|
-
col = layout.column()
|
|
1550
|
-
heading = col.column(align=True, heading="Temperature")
|
|
1551
|
-
row = heading.column(align=True).row(align=True)
|
|
1552
|
-
row.use_property_decorate = False
|
|
1553
|
-
row.prop(light, "use_temperature", text="")
|
|
1554
|
-
# Don't show color preview for now, it is grayed out so the color
|
|
1555
|
-
# is not accurate. Would not a change in the UI code to allow
|
|
1556
|
-
# non-editable colors to be displayed as is.
|
|
1557
|
-
if False: # light.use_temperature:
|
|
1558
|
-
sub = row.split(factor=0.7, align=True)
|
|
1559
|
-
sub.active = light.use_temperature
|
|
1560
|
-
sub.prop(light, "temperature", text="")
|
|
1561
|
-
sub.prop(light, "temperature_color", text="")
|
|
1562
|
-
else:
|
|
1563
|
-
sub = row.row()
|
|
1564
|
-
sub.active = light.use_temperature
|
|
1565
|
-
sub.prop(light, "temperature", text="")
|
|
1566
|
-
row.prop_decorator(light, "temperature")
|
|
1567
|
-
|
|
1568
|
-
if light.use_temperature:
|
|
1569
|
-
col.prop(light, "color", text="Tint")
|
|
1570
|
-
else:
|
|
1571
|
-
col.prop(light, "color", text="Color")
|
|
1572
|
-
|
|
1573
|
-
layout.separator()
|
|
1574
|
-
|
|
1575
|
-
col = layout.column()
|
|
1576
|
-
col.prop(light, "energy")
|
|
1577
|
-
col.prop(light, "exposure")
|
|
1578
|
-
col.prop(light, "normalize")
|
|
1579
|
-
|
|
1580
|
-
layout.separator()
|
|
1581
|
-
|
|
1582
|
-
col = layout.column()
|
|
1583
|
-
if light.type in {'POINT', 'SPOT'}:
|
|
1584
|
-
col.prop(light, "shadow_soft_size", text="Radius")
|
|
1585
|
-
col.prop(light, "use_soft_falloff")
|
|
1586
|
-
elif light.type == 'SUN':
|
|
1587
|
-
col.prop(light, "angle")
|
|
1588
|
-
elif light.type == 'AREA':
|
|
1589
|
-
col.prop(light, "shape", text="Shape")
|
|
1590
|
-
sub = col.column(align=True)
|
|
1591
|
-
|
|
1592
|
-
if light.shape in {'SQUARE', 'DISK'}:
|
|
1593
|
-
sub.prop(light, "size")
|
|
1594
|
-
elif light.shape in {'RECTANGLE', 'ELLIPSE'}:
|
|
1595
|
-
sub.prop(light, "size", text="Size X")
|
|
1596
|
-
sub.prop(light, "size_y", text="Y")
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
class CYCLES_LIGHT_PT_settings(CyclesButtonsPanel, Panel):
|
|
1600
|
-
bl_label = "Settings"
|
|
1601
|
-
bl_context = "data"
|
|
1602
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1603
|
-
|
|
1604
|
-
@classmethod
|
|
1605
|
-
def poll(cls, context):
|
|
1606
|
-
return context.light and CyclesButtonsPanel.poll(context)
|
|
1607
|
-
|
|
1608
|
-
def draw(self, context):
|
|
1609
|
-
layout = self.layout
|
|
1610
|
-
layout.use_property_split = True
|
|
1611
|
-
|
|
1612
|
-
light = context.light
|
|
1613
|
-
clamp = light.cycles
|
|
1614
|
-
|
|
1615
|
-
col = layout.column()
|
|
1616
|
-
|
|
1617
|
-
if not (light.type == 'AREA' and clamp.is_portal):
|
|
1618
|
-
col.separator()
|
|
1619
|
-
sub = col.column()
|
|
1620
|
-
sub.prop(clamp, "max_bounces")
|
|
1621
|
-
|
|
1622
|
-
sub = col.column(align=True)
|
|
1623
|
-
sub.active = not (light.type == 'AREA' and clamp.is_portal)
|
|
1624
|
-
sub.prop(light, "use_shadow", text="Cast Shadow")
|
|
1625
|
-
sub.prop(clamp, "use_multiple_importance_sampling", text="Multiple Importance")
|
|
1626
|
-
if use_mnee(context):
|
|
1627
|
-
sub.prop(clamp, "is_caustics_light", text="Shadow Caustics")
|
|
1628
|
-
|
|
1629
|
-
if light.type == 'AREA':
|
|
1630
|
-
col.prop(clamp, "is_portal", text="Portal")
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
class CYCLES_LIGHT_PT_nodes(CyclesButtonsPanel, Panel):
|
|
1634
|
-
bl_label = "Nodes"
|
|
1635
|
-
bl_context = "data"
|
|
1636
|
-
|
|
1637
|
-
@classmethod
|
|
1638
|
-
def poll(cls, context):
|
|
1639
|
-
return context.light and not (context.light.type == 'AREA' and
|
|
1640
|
-
context.light.cycles.is_portal) and \
|
|
1641
|
-
CyclesButtonsPanel.poll(context)
|
|
1642
|
-
|
|
1643
|
-
def draw(self, context):
|
|
1644
|
-
layout = self.layout
|
|
1645
|
-
|
|
1646
|
-
layout.use_property_split = True
|
|
1647
|
-
|
|
1648
|
-
light = context.light
|
|
1649
|
-
panel_node_draw(layout, light, 'OUTPUT_LIGHT', 'Surface')
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
class CYCLES_LIGHT_PT_beam_shape(CyclesButtonsPanel, Panel):
|
|
1653
|
-
bl_label = "Beam Shape"
|
|
1654
|
-
bl_parent_id = "CYCLES_LIGHT_PT_light"
|
|
1655
|
-
bl_context = "data"
|
|
1656
|
-
|
|
1657
|
-
@classmethod
|
|
1658
|
-
def poll(cls, context):
|
|
1659
|
-
if context.light.type in {'SPOT', 'AREA'}:
|
|
1660
|
-
return context.light and CyclesButtonsPanel.poll(context)
|
|
1661
|
-
|
|
1662
|
-
def draw(self, context):
|
|
1663
|
-
layout = self.layout
|
|
1664
|
-
light = context.light
|
|
1665
|
-
layout.use_property_split = True
|
|
1666
|
-
|
|
1667
|
-
col = layout.column()
|
|
1668
|
-
if light.type == 'SPOT':
|
|
1669
|
-
col.prop(light, "spot_size", text="Angle")
|
|
1670
|
-
col.prop(light, "spot_blend", text="Blend", slider=True)
|
|
1671
|
-
col.prop(light, "show_cone")
|
|
1672
|
-
elif light.type == 'AREA':
|
|
1673
|
-
col.prop(light, "spread", text="Spread")
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
class CYCLES_WORLD_PT_preview(CyclesButtonsPanel, Panel):
|
|
1677
|
-
bl_label = "Preview"
|
|
1678
|
-
bl_context = "world"
|
|
1679
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1680
|
-
|
|
1681
|
-
@classmethod
|
|
1682
|
-
def poll(cls, context):
|
|
1683
|
-
return context.world and CyclesButtonsPanel.poll(context)
|
|
1684
|
-
|
|
1685
|
-
def draw(self, context):
|
|
1686
|
-
self.layout.template_preview(context.world)
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
class CYCLES_WORLD_PT_surface(CyclesButtonsPanel, Panel):
|
|
1690
|
-
bl_label = "Surface"
|
|
1691
|
-
bl_context = "world"
|
|
1692
|
-
|
|
1693
|
-
@classmethod
|
|
1694
|
-
def poll(cls, context):
|
|
1695
|
-
return context.world and CyclesButtonsPanel.poll(context)
|
|
1696
|
-
|
|
1697
|
-
def draw(self, context):
|
|
1698
|
-
layout = self.layout
|
|
1699
|
-
|
|
1700
|
-
layout.use_property_split = True
|
|
1701
|
-
|
|
1702
|
-
world = context.world
|
|
1703
|
-
|
|
1704
|
-
if not panel_node_draw(layout, world, 'OUTPUT_WORLD', 'Surface'):
|
|
1705
|
-
layout.prop(world, "color")
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
class CYCLES_WORLD_PT_volume(CyclesButtonsPanel, Panel):
|
|
1709
|
-
bl_label = "Volume"
|
|
1710
|
-
bl_translation_context = i18n_contexts.id_id
|
|
1711
|
-
bl_context = "world"
|
|
1712
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1713
|
-
|
|
1714
|
-
@classmethod
|
|
1715
|
-
def poll(cls, context):
|
|
1716
|
-
world = context.world
|
|
1717
|
-
return world and world.node_tree and CyclesButtonsPanel.poll(context)
|
|
1718
|
-
|
|
1719
|
-
def draw(self, context):
|
|
1720
|
-
layout = self.layout
|
|
1721
|
-
|
|
1722
|
-
layout.use_property_split = True
|
|
1723
|
-
|
|
1724
|
-
world = context.world
|
|
1725
|
-
panel_node_draw(layout, world, 'OUTPUT_WORLD', 'Volume')
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
class CYCLES_WORLD_PT_mist(CyclesButtonsPanel, Panel):
|
|
1729
|
-
bl_label = "Mist Pass"
|
|
1730
|
-
bl_context = "world"
|
|
1731
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1732
|
-
|
|
1733
|
-
@classmethod
|
|
1734
|
-
def poll(cls, context):
|
|
1735
|
-
if CyclesButtonsPanel.poll(context):
|
|
1736
|
-
if context.world:
|
|
1737
|
-
for view_layer in context.scene.view_layers:
|
|
1738
|
-
if view_layer.use_pass_mist:
|
|
1739
|
-
return True
|
|
1740
|
-
|
|
1741
|
-
return False
|
|
1742
|
-
|
|
1743
|
-
def draw(self, context):
|
|
1744
|
-
layout = self.layout
|
|
1745
|
-
layout.use_property_split = True
|
|
1746
|
-
|
|
1747
|
-
world = context.world
|
|
1748
|
-
|
|
1749
|
-
col = layout.column(align=True)
|
|
1750
|
-
col.prop(world.mist_settings, "start")
|
|
1751
|
-
col.prop(world.mist_settings, "depth")
|
|
1752
|
-
|
|
1753
|
-
col = layout.column()
|
|
1754
|
-
col.prop(world.mist_settings, "falloff")
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
class CYCLES_WORLD_PT_ray_visibility(CyclesButtonsPanel, Panel):
|
|
1758
|
-
bl_label = "Ray Visibility"
|
|
1759
|
-
bl_context = "world"
|
|
1760
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1761
|
-
|
|
1762
|
-
@classmethod
|
|
1763
|
-
def poll(cls, context):
|
|
1764
|
-
return CyclesButtonsPanel.poll(context) and context.world
|
|
1765
|
-
|
|
1766
|
-
def draw(self, context):
|
|
1767
|
-
layout = self.layout
|
|
1768
|
-
layout.use_property_split = True
|
|
1769
|
-
layout.use_property_decorate = False
|
|
1770
|
-
|
|
1771
|
-
world = context.world
|
|
1772
|
-
visibility = world.cycles_visibility
|
|
1773
|
-
|
|
1774
|
-
col = layout.column()
|
|
1775
|
-
col.prop(visibility, "camera")
|
|
1776
|
-
col.prop(visibility, "diffuse")
|
|
1777
|
-
col.prop(visibility, "glossy")
|
|
1778
|
-
col.prop(visibility, "transmission")
|
|
1779
|
-
col.prop(visibility, "scatter")
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
class CYCLES_WORLD_PT_settings(CyclesButtonsPanel, Panel):
|
|
1783
|
-
bl_label = "Settings"
|
|
1784
|
-
bl_context = "world"
|
|
1785
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1786
|
-
|
|
1787
|
-
@classmethod
|
|
1788
|
-
def poll(cls, context):
|
|
1789
|
-
return context.world and CyclesButtonsPanel.poll(context)
|
|
1790
|
-
|
|
1791
|
-
def draw(self, context):
|
|
1792
|
-
layout = self.layout
|
|
1793
|
-
layout.use_property_split = True
|
|
1794
|
-
layout.use_property_decorate = False
|
|
1795
|
-
|
|
1796
|
-
layout.column()
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
class CYCLES_WORLD_PT_settings_surface(CyclesButtonsPanel, Panel):
|
|
1800
|
-
bl_label = "Surface"
|
|
1801
|
-
bl_parent_id = "CYCLES_WORLD_PT_settings"
|
|
1802
|
-
bl_context = "world"
|
|
1803
|
-
|
|
1804
|
-
@classmethod
|
|
1805
|
-
def poll(cls, context):
|
|
1806
|
-
return context.world and CyclesButtonsPanel.poll(context)
|
|
1807
|
-
|
|
1808
|
-
def draw(self, context):
|
|
1809
|
-
layout = self.layout
|
|
1810
|
-
layout.use_property_split = True
|
|
1811
|
-
layout.use_property_decorate = False
|
|
1812
|
-
|
|
1813
|
-
world = context.world
|
|
1814
|
-
cworld = world.cycles
|
|
1815
|
-
|
|
1816
|
-
col = layout.column()
|
|
1817
|
-
col.prop(cworld, "sampling_method", text="Sampling")
|
|
1818
|
-
|
|
1819
|
-
sub = col.column()
|
|
1820
|
-
sub.active = cworld.sampling_method != 'NONE'
|
|
1821
|
-
subsub = sub.row(align=True)
|
|
1822
|
-
subsub.active = cworld.sampling_method == 'MANUAL'
|
|
1823
|
-
subsub.prop(cworld, "sample_map_resolution")
|
|
1824
|
-
sub.prop(cworld, "max_bounces")
|
|
1825
|
-
sub.prop(cworld, "is_caustics_light", text="Shadow Caustics")
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
class CYCLES_WORLD_PT_settings_volume(CyclesButtonsPanel, Panel):
|
|
1829
|
-
bl_label = "Volume"
|
|
1830
|
-
bl_translation_context = i18n_contexts.id_id
|
|
1831
|
-
bl_parent_id = "CYCLES_WORLD_PT_settings"
|
|
1832
|
-
bl_context = "world"
|
|
1833
|
-
|
|
1834
|
-
@classmethod
|
|
1835
|
-
def poll(cls, context):
|
|
1836
|
-
return context.world and CyclesButtonsPanel.poll(context)
|
|
1837
|
-
|
|
1838
|
-
def draw(self, context):
|
|
1839
|
-
layout = self.layout
|
|
1840
|
-
layout.use_property_split = True
|
|
1841
|
-
layout.use_property_decorate = False
|
|
1842
|
-
|
|
1843
|
-
world = context.world
|
|
1844
|
-
cworld = world.cycles
|
|
1845
|
-
|
|
1846
|
-
col = layout.column()
|
|
1847
|
-
|
|
1848
|
-
sub = col.column()
|
|
1849
|
-
col.prop(cworld, "volume_sampling", text="Sampling")
|
|
1850
|
-
col.prop(cworld, "volume_interpolation", text="Interpolation")
|
|
1851
|
-
if context.scene.cycles.volume_biased:
|
|
1852
|
-
col.prop(cworld, "volume_step_size")
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
class CYCLES_WORLD_PT_settings_light_group(CyclesButtonsPanel, Panel):
|
|
1856
|
-
bl_label = "Light Group"
|
|
1857
|
-
bl_parent_id = "CYCLES_WORLD_PT_settings"
|
|
1858
|
-
bl_context = "world"
|
|
1859
|
-
|
|
1860
|
-
@classmethod
|
|
1861
|
-
def poll(cls, context):
|
|
1862
|
-
return context.world and CyclesButtonsPanel.poll(context)
|
|
1863
|
-
|
|
1864
|
-
def draw(self, context):
|
|
1865
|
-
layout = self.layout
|
|
1866
|
-
layout.use_property_split = True
|
|
1867
|
-
layout.use_property_decorate = False
|
|
1868
|
-
|
|
1869
|
-
world = context.world
|
|
1870
|
-
view_layer = context.view_layer
|
|
1871
|
-
|
|
1872
|
-
row = layout.row(align=True)
|
|
1873
|
-
|
|
1874
|
-
sub = row.column(align=True)
|
|
1875
|
-
sub.prop_search(
|
|
1876
|
-
world,
|
|
1877
|
-
"lightgroup",
|
|
1878
|
-
view_layer,
|
|
1879
|
-
"lightgroups",
|
|
1880
|
-
text="Light Group",
|
|
1881
|
-
results_are_suggestions=True,
|
|
1882
|
-
)
|
|
1883
|
-
|
|
1884
|
-
sub = row.column(align=True)
|
|
1885
|
-
sub.enabled = bool(world.lightgroup) and not any(lg.name == world.lightgroup for lg in view_layer.lightgroups)
|
|
1886
|
-
sub.operator("scene.view_layer_add_lightgroup", icon='ADD', text="").name = world.lightgroup
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
class CYCLES_MATERIAL_PT_preview(CyclesButtonsPanel, Panel):
|
|
1890
|
-
bl_label = "Preview"
|
|
1891
|
-
bl_context = "material"
|
|
1892
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1893
|
-
|
|
1894
|
-
@classmethod
|
|
1895
|
-
def poll(cls, context):
|
|
1896
|
-
mat = context.material
|
|
1897
|
-
return mat and (not mat.grease_pencil) and CyclesButtonsPanel.poll(context)
|
|
1898
|
-
|
|
1899
|
-
def draw(self, context):
|
|
1900
|
-
self.layout.template_preview(context.material)
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
class CYCLES_MATERIAL_PT_surface(CyclesButtonsPanel, Panel):
|
|
1904
|
-
bl_label = "Surface"
|
|
1905
|
-
bl_context = "material"
|
|
1906
|
-
|
|
1907
|
-
@classmethod
|
|
1908
|
-
def poll(cls, context):
|
|
1909
|
-
mat = context.material
|
|
1910
|
-
return mat and (not mat.grease_pencil) and CyclesButtonsPanel.poll(context)
|
|
1911
|
-
|
|
1912
|
-
def draw(self, context):
|
|
1913
|
-
layout = self.layout
|
|
1914
|
-
|
|
1915
|
-
layout.use_property_split = True
|
|
1916
|
-
|
|
1917
|
-
mat = context.material
|
|
1918
|
-
if not panel_node_draw(layout, mat, 'OUTPUT_MATERIAL', 'Surface'):
|
|
1919
|
-
layout.prop(mat, "diffuse_color")
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
class CYCLES_MATERIAL_PT_volume(CyclesButtonsPanel, Panel):
|
|
1923
|
-
bl_label = "Volume"
|
|
1924
|
-
bl_translation_context = i18n_contexts.id_id
|
|
1925
|
-
bl_context = "material"
|
|
1926
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1927
|
-
|
|
1928
|
-
@classmethod
|
|
1929
|
-
def poll(cls, context):
|
|
1930
|
-
mat = context.material
|
|
1931
|
-
return mat and (not mat.grease_pencil) and mat.node_tree and CyclesButtonsPanel.poll(context)
|
|
1932
|
-
|
|
1933
|
-
def draw(self, context):
|
|
1934
|
-
layout = self.layout
|
|
1935
|
-
|
|
1936
|
-
layout.use_property_split = True
|
|
1937
|
-
|
|
1938
|
-
mat = context.material
|
|
1939
|
-
# cmat = mat.cycles
|
|
1940
|
-
|
|
1941
|
-
panel_node_draw(layout, mat, 'OUTPUT_MATERIAL', 'Volume')
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
class CYCLES_MATERIAL_PT_displacement(CyclesButtonsPanel, Panel):
|
|
1945
|
-
bl_label = "Displacement"
|
|
1946
|
-
bl_context = "material"
|
|
1947
|
-
|
|
1948
|
-
@classmethod
|
|
1949
|
-
def poll(cls, context):
|
|
1950
|
-
mat = context.material
|
|
1951
|
-
return mat and (not mat.grease_pencil) and mat.node_tree and CyclesButtonsPanel.poll(context)
|
|
1952
|
-
|
|
1953
|
-
def draw(self, context):
|
|
1954
|
-
layout = self.layout
|
|
1955
|
-
|
|
1956
|
-
layout.use_property_split = True
|
|
1957
|
-
|
|
1958
|
-
mat = context.material
|
|
1959
|
-
panel_node_draw(layout, mat, 'OUTPUT_MATERIAL', 'Displacement')
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
class CYCLES_MATERIAL_PT_settings(CyclesButtonsPanel, Panel):
|
|
1963
|
-
bl_label = "Settings"
|
|
1964
|
-
bl_context = "material"
|
|
1965
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
1966
|
-
|
|
1967
|
-
@classmethod
|
|
1968
|
-
def poll(cls, context):
|
|
1969
|
-
mat = context.material
|
|
1970
|
-
return mat and (not mat.grease_pencil) and CyclesButtonsPanel.poll(context)
|
|
1971
|
-
|
|
1972
|
-
@staticmethod
|
|
1973
|
-
def draw_shared(self, mat):
|
|
1974
|
-
layout = self.layout
|
|
1975
|
-
layout.use_property_split = True
|
|
1976
|
-
layout.use_property_decorate = False
|
|
1977
|
-
|
|
1978
|
-
layout.prop(mat, "pass_index")
|
|
1979
|
-
|
|
1980
|
-
def draw(self, context):
|
|
1981
|
-
self.draw_shared(self, context.material)
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
class CYCLES_MATERIAL_PT_settings_surface(CyclesButtonsPanel, Panel):
|
|
1985
|
-
bl_label = "Surface"
|
|
1986
|
-
bl_parent_id = "CYCLES_MATERIAL_PT_settings"
|
|
1987
|
-
bl_context = "material"
|
|
1988
|
-
|
|
1989
|
-
@staticmethod
|
|
1990
|
-
def draw_shared(self, mat):
|
|
1991
|
-
layout = self.layout
|
|
1992
|
-
layout.use_property_split = True
|
|
1993
|
-
layout.use_property_decorate = False
|
|
1994
|
-
|
|
1995
|
-
cmat = mat.cycles
|
|
1996
|
-
|
|
1997
|
-
col = layout.column()
|
|
1998
|
-
col.prop(mat, "displacement_method", text="Displacement")
|
|
1999
|
-
col.prop(cmat, "emission_sampling")
|
|
2000
|
-
col.prop(mat, "use_transparent_shadow")
|
|
2001
|
-
col.prop(cmat, "use_bump_map_correction")
|
|
2002
|
-
|
|
2003
|
-
def draw(self, context):
|
|
2004
|
-
self.draw_shared(self, context.material)
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
class CYCLES_MATERIAL_PT_settings_volume(CyclesButtonsPanel, Panel):
|
|
2008
|
-
bl_label = "Volume"
|
|
2009
|
-
bl_translation_context = i18n_contexts.id_id
|
|
2010
|
-
bl_parent_id = "CYCLES_MATERIAL_PT_settings"
|
|
2011
|
-
bl_context = "material"
|
|
2012
|
-
|
|
2013
|
-
@staticmethod
|
|
2014
|
-
def draw_shared(self, context, mat):
|
|
2015
|
-
layout = self.layout
|
|
2016
|
-
layout.use_property_split = True
|
|
2017
|
-
layout.use_property_decorate = False
|
|
2018
|
-
|
|
2019
|
-
cmat = mat.cycles
|
|
2020
|
-
|
|
2021
|
-
col = layout.column()
|
|
2022
|
-
sub = col.column()
|
|
2023
|
-
col.prop(cmat, "volume_sampling", text="Sampling")
|
|
2024
|
-
col.prop(cmat, "volume_interpolation", text="Interpolation")
|
|
2025
|
-
if context.scene.cycles.volume_biased:
|
|
2026
|
-
col.prop(cmat, "volume_step_rate")
|
|
2027
|
-
|
|
2028
|
-
def draw(self, context):
|
|
2029
|
-
self.draw_shared(self, context, context.material)
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
class CYCLES_RENDER_PT_bake(CyclesButtonsPanel, Panel):
|
|
2033
|
-
bl_label = "Bake"
|
|
2034
|
-
bl_context = "render"
|
|
2035
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
2036
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
2037
|
-
|
|
2038
|
-
def draw(self, context):
|
|
2039
|
-
layout = self.layout
|
|
2040
|
-
layout.use_property_split = True
|
|
2041
|
-
layout.use_property_decorate = False # No animation.
|
|
2042
|
-
|
|
2043
|
-
scene = context.scene
|
|
2044
|
-
cscene = scene.cycles
|
|
2045
|
-
cbk = scene.render.bake
|
|
2046
|
-
|
|
2047
|
-
if cbk.use_multires:
|
|
2048
|
-
layout.operator("object.bake_image", icon='RENDER_STILL')
|
|
2049
|
-
layout.prop(cbk, "use_multires")
|
|
2050
|
-
layout.prop(cbk, "type")
|
|
2051
|
-
|
|
2052
|
-
else:
|
|
2053
|
-
layout.operator("object.bake", icon='RENDER_STILL').type = cscene.bake_type
|
|
2054
|
-
layout.prop(cbk, "use_multires")
|
|
2055
|
-
layout.prop(cscene, "bake_type")
|
|
2056
|
-
|
|
2057
|
-
if not scene.render.bake.use_multires and cscene.bake_type not in {
|
|
2058
|
-
"AO", "POSITION", "NORMAL", "UV", "ROUGHNESS", "ENVIRONMENT"}:
|
|
2059
|
-
row = layout.row()
|
|
2060
|
-
row.prop(cbk, "view_from")
|
|
2061
|
-
row.active = scene.camera is not None
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
class CYCLES_RENDER_PT_bake_influence(CyclesButtonsPanel, Panel):
|
|
2065
|
-
bl_label = "Influence"
|
|
2066
|
-
bl_context = "render"
|
|
2067
|
-
bl_parent_id = "CYCLES_RENDER_PT_bake"
|
|
2068
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
2069
|
-
|
|
2070
|
-
@classmethod
|
|
2071
|
-
def poll(cls, context):
|
|
2072
|
-
scene = context.scene
|
|
2073
|
-
cscene = scene.cycles
|
|
2074
|
-
rd = scene.render
|
|
2075
|
-
if scene.render.bake.use_multires == False and cscene.bake_type in {
|
|
2076
|
-
'NORMAL', 'COMBINED', 'DIFFUSE', 'GLOSSY', 'TRANSMISSION'}:
|
|
2077
|
-
return True
|
|
2078
|
-
|
|
2079
|
-
def draw(self, context):
|
|
2080
|
-
layout = self.layout
|
|
2081
|
-
layout.use_property_split = True
|
|
2082
|
-
layout.use_property_decorate = False # No animation.
|
|
2083
|
-
|
|
2084
|
-
scene = context.scene
|
|
2085
|
-
cscene = scene.cycles
|
|
2086
|
-
cbk = scene.render.bake
|
|
2087
|
-
rd = scene.render
|
|
2088
|
-
|
|
2089
|
-
col = layout.column()
|
|
2090
|
-
|
|
2091
|
-
if cscene.bake_type == 'NORMAL':
|
|
2092
|
-
col.prop(cbk, "normal_space", text="Space")
|
|
2093
|
-
|
|
2094
|
-
sub = col.column(align=True)
|
|
2095
|
-
sub.prop(cbk, "normal_r", text="Swizzle R")
|
|
2096
|
-
sub.prop(cbk, "normal_g", text="G", text_ctxt=i18n_contexts.color)
|
|
2097
|
-
sub.prop(cbk, "normal_b", text="B", text_ctxt=i18n_contexts.color)
|
|
2098
|
-
|
|
2099
|
-
elif cscene.bake_type == 'COMBINED':
|
|
2100
|
-
|
|
2101
|
-
col = layout.column(heading="Lighting", align=True)
|
|
2102
|
-
col.prop(cbk, "use_pass_direct")
|
|
2103
|
-
col.prop(cbk, "use_pass_indirect")
|
|
2104
|
-
|
|
2105
|
-
col = layout.column(heading="Contributions", align=True)
|
|
2106
|
-
col.active = cbk.use_pass_direct or cbk.use_pass_indirect
|
|
2107
|
-
col.prop(cbk, "use_pass_diffuse")
|
|
2108
|
-
col.prop(cbk, "use_pass_glossy")
|
|
2109
|
-
col.prop(cbk, "use_pass_transmission")
|
|
2110
|
-
col.prop(cbk, "use_pass_emit")
|
|
2111
|
-
|
|
2112
|
-
elif cscene.bake_type in {'DIFFUSE', 'GLOSSY', 'TRANSMISSION'}:
|
|
2113
|
-
col = layout.column(heading="Contributions", align=True)
|
|
2114
|
-
col.prop(cbk, "use_pass_direct")
|
|
2115
|
-
col.prop(cbk, "use_pass_indirect")
|
|
2116
|
-
col.prop(cbk, "use_pass_color")
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
class CYCLES_RENDER_PT_bake_selected_to_active(CyclesButtonsPanel, Panel):
|
|
2120
|
-
bl_label = "Selected to Active"
|
|
2121
|
-
bl_context = "render"
|
|
2122
|
-
bl_parent_id = "CYCLES_RENDER_PT_bake"
|
|
2123
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
2124
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
2125
|
-
|
|
2126
|
-
@classmethod
|
|
2127
|
-
def poll(cls, context):
|
|
2128
|
-
scene = context.scene
|
|
2129
|
-
rd = scene.render
|
|
2130
|
-
return rd.bake.use_multires == False
|
|
2131
|
-
|
|
2132
|
-
def draw_header(self, context):
|
|
2133
|
-
scene = context.scene
|
|
2134
|
-
cbk = scene.render.bake
|
|
2135
|
-
self.layout.prop(cbk, "use_selected_to_active", text="")
|
|
2136
|
-
|
|
2137
|
-
def draw(self, context):
|
|
2138
|
-
layout = self.layout
|
|
2139
|
-
layout.use_property_split = True
|
|
2140
|
-
layout.use_property_decorate = False # No animation.
|
|
2141
|
-
|
|
2142
|
-
scene = context.scene
|
|
2143
|
-
cscene = scene.cycles
|
|
2144
|
-
cbk = scene.render.bake
|
|
2145
|
-
rd = scene.render
|
|
2146
|
-
|
|
2147
|
-
layout.active = cbk.use_selected_to_active
|
|
2148
|
-
col = layout.column()
|
|
2149
|
-
|
|
2150
|
-
col.prop(cbk, "use_cage", text="Cage")
|
|
2151
|
-
if cbk.use_cage:
|
|
2152
|
-
col.prop(cbk, "cage_object")
|
|
2153
|
-
col = layout.column()
|
|
2154
|
-
col.prop(cbk, "cage_extrusion")
|
|
2155
|
-
col.active = cbk.cage_object is None
|
|
2156
|
-
else:
|
|
2157
|
-
col.prop(cbk, "cage_extrusion", text="Extrusion")
|
|
2158
|
-
|
|
2159
|
-
col = layout.column()
|
|
2160
|
-
col.prop(cbk, "max_ray_distance")
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
class CYCLES_RENDER_PT_bake_output(CyclesButtonsPanel, Panel):
|
|
2164
|
-
bl_label = "Output"
|
|
2165
|
-
bl_context = "render"
|
|
2166
|
-
bl_parent_id = "CYCLES_RENDER_PT_bake"
|
|
2167
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
2168
|
-
|
|
2169
|
-
def draw(self, context):
|
|
2170
|
-
layout = self.layout
|
|
2171
|
-
layout.use_property_split = True
|
|
2172
|
-
layout.use_property_decorate = False # No animation.
|
|
2173
|
-
|
|
2174
|
-
scene = context.scene
|
|
2175
|
-
cbk = scene.render.bake
|
|
2176
|
-
|
|
2177
|
-
if cbk.use_multires:
|
|
2178
|
-
layout.prop(cbk, "use_clear", text="Clear Image")
|
|
2179
|
-
if cbk.type in {'DISPLACEMENT', 'VECTOR_DISPLACEMENT'}:
|
|
2180
|
-
layout.prop(cbk, "use_lores_mesh")
|
|
2181
|
-
if cbk.type == 'VECTOR_DISPLACEMENT':
|
|
2182
|
-
layout.prop(cbk, "displacement_space", text="Space")
|
|
2183
|
-
else:
|
|
2184
|
-
layout.prop(cbk, "target")
|
|
2185
|
-
if cbk.target == 'IMAGE_TEXTURES':
|
|
2186
|
-
layout.prop(cbk, "use_clear", text="Clear Image")
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
class CYCLES_RENDER_PT_bake_output_margin(CyclesButtonsPanel, Panel):
|
|
2190
|
-
bl_label = "Margin"
|
|
2191
|
-
bl_context = "render"
|
|
2192
|
-
bl_parent_id = "CYCLES_RENDER_PT_bake_output"
|
|
2193
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
2194
|
-
|
|
2195
|
-
@classmethod
|
|
2196
|
-
def poll(cls, context):
|
|
2197
|
-
scene = context.scene
|
|
2198
|
-
cbk = scene.render.bake
|
|
2199
|
-
return cbk.target == 'IMAGE_TEXTURES'
|
|
2200
|
-
|
|
2201
|
-
def draw(self, context):
|
|
2202
|
-
layout = self.layout
|
|
2203
|
-
layout.use_property_split = True
|
|
2204
|
-
layout.use_property_decorate = False # No animation.
|
|
2205
|
-
|
|
2206
|
-
scene = context.scene
|
|
2207
|
-
cscene = scene.cycles
|
|
2208
|
-
cbk = scene.render.bake
|
|
2209
|
-
|
|
2210
|
-
if (cscene.bake_type == 'NORMAL' and cbk.normal_space == 'TANGENT') or cscene.bake_type == 'UV':
|
|
2211
|
-
if cbk.use_multires or cbk.target == 'IMAGE_TEXTURES':
|
|
2212
|
-
layout.prop(cbk, "margin", text="Size")
|
|
2213
|
-
else:
|
|
2214
|
-
if cbk.use_multires or cbk.target == 'IMAGE_TEXTURES':
|
|
2215
|
-
layout.prop(cbk, "margin_type", text="Type")
|
|
2216
|
-
layout.prop(cbk, "margin", text="Size")
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
class CYCLES_RENDER_PT_debug(CyclesDebugButtonsPanel, Panel):
|
|
2220
|
-
bl_label = "Debug"
|
|
2221
|
-
bl_context = "render"
|
|
2222
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
2223
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
2224
|
-
|
|
2225
|
-
def draw(self, context):
|
|
2226
|
-
layout = self.layout
|
|
2227
|
-
layout.use_property_split = True
|
|
2228
|
-
layout.use_property_decorate = False # No animation.
|
|
2229
|
-
|
|
2230
|
-
scene = context.scene
|
|
2231
|
-
cscene = scene.cycles
|
|
2232
|
-
|
|
2233
|
-
col = layout.column(heading="CPU")
|
|
2234
|
-
|
|
2235
|
-
row = col.row(align=True)
|
|
2236
|
-
row.prop(cscene, "debug_use_cpu_sse42", toggle=True)
|
|
2237
|
-
row.prop(cscene, "debug_use_cpu_avx2", toggle=True)
|
|
2238
|
-
col.prop(cscene, "debug_bvh_layout", text="BVH")
|
|
2239
|
-
|
|
2240
|
-
import platform
|
|
2241
|
-
is_macos = platform.system() == 'Darwin'
|
|
2242
|
-
col.separator()
|
|
2243
|
-
|
|
2244
|
-
if is_macos:
|
|
2245
|
-
col = layout.column(heading="Metal")
|
|
2246
|
-
col.prop(cscene, "debug_use_metal_adaptive_compile")
|
|
2247
|
-
else:
|
|
2248
|
-
col = layout.column(heading="CUDA")
|
|
2249
|
-
col.prop(cscene, "debug_use_cuda_adaptive_compile")
|
|
2250
|
-
col = layout.column(heading="OptiX")
|
|
2251
|
-
col.prop(cscene, "debug_use_optix_debug", text="Module Debug")
|
|
2252
|
-
|
|
2253
|
-
col.separator()
|
|
2254
|
-
|
|
2255
|
-
col = layout.column(heading="HIP")
|
|
2256
|
-
col.prop(cscene, "debug_use_hip_adaptive_compile")
|
|
2257
|
-
|
|
2258
|
-
col.separator()
|
|
2259
|
-
|
|
2260
|
-
col.prop(cscene, "debug_bvh_type", text="Viewport BVH")
|
|
2261
|
-
|
|
2262
|
-
col.separator()
|
|
2263
|
-
|
|
2264
|
-
import _cycles
|
|
2265
|
-
if _cycles.with_debug:
|
|
2266
|
-
col.prop(cscene, "direct_light_sampling_type")
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
class CYCLES_RENDER_PT_simplify(CyclesButtonsPanel, Panel):
|
|
2270
|
-
bl_label = "Simplify"
|
|
2271
|
-
bl_context = "render"
|
|
2272
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
2273
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
2274
|
-
|
|
2275
|
-
def draw_header(self, context):
|
|
2276
|
-
rd = context.scene.render
|
|
2277
|
-
self.layout.prop(rd, "use_simplify", text="")
|
|
2278
|
-
|
|
2279
|
-
def draw(self, context):
|
|
2280
|
-
pass
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
class CYCLES_RENDER_PT_simplify_viewport(CyclesButtonsPanel, Panel):
|
|
2284
|
-
bl_label = "Viewport"
|
|
2285
|
-
bl_context = "render"
|
|
2286
|
-
bl_parent_id = "CYCLES_RENDER_PT_simplify"
|
|
2287
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
2288
|
-
|
|
2289
|
-
def draw(self, context):
|
|
2290
|
-
layout = self.layout
|
|
2291
|
-
layout.use_property_split = True
|
|
2292
|
-
layout.use_property_decorate = False
|
|
2293
|
-
|
|
2294
|
-
scene = context.scene
|
|
2295
|
-
rd = scene.render
|
|
2296
|
-
cscene = scene.cycles
|
|
2297
|
-
|
|
2298
|
-
layout.active = rd.use_simplify
|
|
2299
|
-
|
|
2300
|
-
col = layout.column()
|
|
2301
|
-
col.prop(rd, "simplify_subdivision", text="Max Subdivision")
|
|
2302
|
-
col.prop(rd, "simplify_child_particles", text="Child Particles")
|
|
2303
|
-
col.prop(cscene, "texture_limit", text="Texture Limit")
|
|
2304
|
-
col.prop(rd, "simplify_volumes", text="Volume Resolution")
|
|
2305
|
-
col.prop(rd, "use_simplify_normals", text="Normals")
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
class CYCLES_RENDER_PT_simplify_render(CyclesButtonsPanel, Panel):
|
|
2309
|
-
bl_label = "Render"
|
|
2310
|
-
bl_context = "render"
|
|
2311
|
-
bl_parent_id = "CYCLES_RENDER_PT_simplify"
|
|
2312
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
2313
|
-
|
|
2314
|
-
def draw(self, context):
|
|
2315
|
-
layout = self.layout
|
|
2316
|
-
layout.use_property_split = True
|
|
2317
|
-
layout.use_property_decorate = False
|
|
2318
|
-
|
|
2319
|
-
scene = context.scene
|
|
2320
|
-
rd = scene.render
|
|
2321
|
-
cscene = scene.cycles
|
|
2322
|
-
|
|
2323
|
-
layout.active = rd.use_simplify
|
|
2324
|
-
|
|
2325
|
-
col = layout.column()
|
|
2326
|
-
|
|
2327
|
-
col.prop(rd, "simplify_subdivision_render", text="Max Subdivision")
|
|
2328
|
-
col.prop(rd, "simplify_child_particles_render", text="Child Particles")
|
|
2329
|
-
col.prop(cscene, "texture_limit_render", text="Texture Limit")
|
|
2330
|
-
|
|
2331
|
-
|
|
2332
|
-
class CYCLES_RENDER_PT_simplify_culling(CyclesButtonsPanel, Panel):
|
|
2333
|
-
bl_label = "Culling"
|
|
2334
|
-
bl_context = "render"
|
|
2335
|
-
bl_parent_id = "CYCLES_RENDER_PT_simplify"
|
|
2336
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
2337
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
2338
|
-
|
|
2339
|
-
def draw(self, context):
|
|
2340
|
-
layout = self.layout
|
|
2341
|
-
layout.use_property_split = True
|
|
2342
|
-
layout.use_property_decorate = False
|
|
2343
|
-
|
|
2344
|
-
scene = context.scene
|
|
2345
|
-
rd = scene.render
|
|
2346
|
-
cscene = scene.cycles
|
|
2347
|
-
|
|
2348
|
-
layout.active = rd.use_simplify
|
|
2349
|
-
|
|
2350
|
-
row = layout.row(heading="Camera Culling")
|
|
2351
|
-
row.prop(cscene, "use_camera_cull", text="")
|
|
2352
|
-
sub = row.column()
|
|
2353
|
-
sub.active = cscene.use_camera_cull
|
|
2354
|
-
sub.prop(cscene, "camera_cull_margin", text="")
|
|
2355
|
-
|
|
2356
|
-
row = layout.row(heading="Distance Culling")
|
|
2357
|
-
row.prop(cscene, "use_distance_cull", text="")
|
|
2358
|
-
sub = row.column()
|
|
2359
|
-
sub.active = cscene.use_distance_cull
|
|
2360
|
-
sub.prop(cscene, "distance_cull_margin", text="")
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
class CyclesShadingButtonsPanel(CyclesButtonsPanel):
|
|
2364
|
-
bl_space_type = 'VIEW_3D'
|
|
2365
|
-
bl_region_type = 'HEADER'
|
|
2366
|
-
bl_parent_id = 'VIEW3D_PT_shading'
|
|
2367
|
-
|
|
2368
|
-
@classmethod
|
|
2369
|
-
def poll(cls, context):
|
|
2370
|
-
return (
|
|
2371
|
-
CyclesButtonsPanel.poll(context) and
|
|
2372
|
-
context.space_data.shading.type == 'RENDERED'
|
|
2373
|
-
)
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
class CYCLES_VIEW3D_PT_shading_render_pass(CyclesShadingButtonsPanel, Panel):
|
|
2377
|
-
bl_label = "Render Pass"
|
|
2378
|
-
|
|
2379
|
-
def draw(self, context):
|
|
2380
|
-
shading = context.space_data.shading
|
|
2381
|
-
|
|
2382
|
-
layout = self.layout
|
|
2383
|
-
layout.prop(shading.cycles, "render_pass", text="")
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
class CYCLES_VIEW3D_PT_shading_debug(CyclesDebugButtonsPanel,
|
|
2387
|
-
CyclesShadingButtonsPanel,
|
|
2388
|
-
Panel):
|
|
2389
|
-
bl_label = "Debug"
|
|
2390
|
-
|
|
2391
|
-
@classmethod
|
|
2392
|
-
def poll(cls, context):
|
|
2393
|
-
return (
|
|
2394
|
-
CyclesDebugButtonsPanel.poll(context) and
|
|
2395
|
-
CyclesShadingButtonsPanel.poll(context)
|
|
2396
|
-
)
|
|
2397
|
-
|
|
2398
|
-
def draw(self, context):
|
|
2399
|
-
shading = context.space_data.shading
|
|
2400
|
-
|
|
2401
|
-
layout = self.layout
|
|
2402
|
-
layout.active = context.scene.cycles.use_preview_adaptive_sampling
|
|
2403
|
-
layout.prop(shading.cycles, "show_active_pixels")
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
class CYCLES_VIEW3D_PT_shading_lighting(Panel):
|
|
2407
|
-
bl_space_type = 'VIEW_3D'
|
|
2408
|
-
bl_region_type = 'HEADER'
|
|
2409
|
-
bl_label = "Lighting"
|
|
2410
|
-
bl_parent_id = 'VIEW3D_PT_shading'
|
|
2411
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
2412
|
-
|
|
2413
|
-
@classmethod
|
|
2414
|
-
def poll(cls, context):
|
|
2415
|
-
return (
|
|
2416
|
-
context.engine in cls.COMPAT_ENGINES and
|
|
2417
|
-
context.space_data.shading.type == 'RENDERED'
|
|
2418
|
-
)
|
|
2419
|
-
|
|
2420
|
-
def draw(self, context):
|
|
2421
|
-
layout = self.layout
|
|
2422
|
-
col = layout.column()
|
|
2423
|
-
split = col.split(factor=0.9)
|
|
2424
|
-
|
|
2425
|
-
shading = context.space_data.shading
|
|
2426
|
-
col.prop(shading, "use_scene_lights_render")
|
|
2427
|
-
col.prop(shading, "use_scene_world_render")
|
|
2428
|
-
|
|
2429
|
-
if not shading.use_scene_world_render:
|
|
2430
|
-
col = layout.column()
|
|
2431
|
-
split = col.split(factor=0.9)
|
|
2432
|
-
|
|
2433
|
-
col = split.column()
|
|
2434
|
-
sub = col.row()
|
|
2435
|
-
sub.scale_y = 0.6
|
|
2436
|
-
sub.template_icon_view(shading, "studio_light", scale_popup=3)
|
|
2437
|
-
|
|
2438
|
-
col = split.column()
|
|
2439
|
-
col.operator("screen.userpref_show", emboss=False, text="", icon='PREFERENCES').section = 'LIGHTS'
|
|
2440
|
-
|
|
2441
|
-
split = layout.split(factor=0.9)
|
|
2442
|
-
col = split.column()
|
|
2443
|
-
col.prop(shading, "studiolight_rotate_z", text="Rotation")
|
|
2444
|
-
col.prop(shading, "studiolight_intensity")
|
|
2445
|
-
col.prop(shading, "studiolight_background_alpha")
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
class CYCLES_VIEW3D_PT_simplify_greasepencil(CyclesButtonsPanel, Panel, GreasePencilSimplifyPanel):
|
|
2449
|
-
bl_label = "Grease Pencil"
|
|
2450
|
-
bl_parent_id = "CYCLES_RENDER_PT_simplify"
|
|
2451
|
-
COMPAT_ENGINES = {'CYCLES'}
|
|
2452
|
-
bl_options = {'DEFAULT_CLOSED'}
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
def draw_device(self, context):
|
|
2456
|
-
scene = context.scene
|
|
2457
|
-
layout = self.layout
|
|
2458
|
-
layout.use_property_split = True
|
|
2459
|
-
layout.use_property_decorate = False
|
|
2460
|
-
|
|
2461
|
-
if context.engine == 'CYCLES':
|
|
2462
|
-
from . import engine
|
|
2463
|
-
cscene = scene.cycles
|
|
2464
|
-
|
|
2465
|
-
col = layout.column()
|
|
2466
|
-
col.active = show_device_active(context)
|
|
2467
|
-
col.prop(cscene, "device")
|
|
2468
|
-
|
|
2469
|
-
from . import engine
|
|
2470
|
-
if engine.with_osl() and (
|
|
2471
|
-
use_cpu(context) or (
|
|
2472
|
-
use_optix(context) and (
|
|
2473
|
-
engine.osl_version()[1] >= 13 or engine.osl_version()[0] > 1))):
|
|
2474
|
-
osl_col = layout.column()
|
|
2475
|
-
osl_col.prop(cscene, "shading_system")
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
def draw_pause(self, context):
|
|
2479
|
-
layout = self.layout
|
|
2480
|
-
scene = context.scene
|
|
2481
|
-
|
|
2482
|
-
if context.engine == "CYCLES":
|
|
2483
|
-
view = context.space_data
|
|
2484
|
-
|
|
2485
|
-
if view.shading.type == 'RENDERED':
|
|
2486
|
-
cscene = scene.cycles
|
|
2487
|
-
layout.prop(cscene, "preview_pause", icon='PLAY' if cscene.preview_pause else 'PAUSE', text="")
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
def get_panels():
|
|
2491
|
-
exclude_panels = {
|
|
2492
|
-
'DATA_PT_camera_dof',
|
|
2493
|
-
'DATA_PT_falloff_curve',
|
|
2494
|
-
'DATA_PT_light',
|
|
2495
|
-
'DATA_PT_preview',
|
|
2496
|
-
'DATA_PT_spot',
|
|
2497
|
-
'MATERIAL_PT_context_material',
|
|
2498
|
-
'MATERIAL_PT_preview',
|
|
2499
|
-
'NODE_DATA_PT_light',
|
|
2500
|
-
'NODE_DATA_PT_spot',
|
|
2501
|
-
'OBJECT_PT_visibility',
|
|
2502
|
-
'VIEWLAYER_PT_filter',
|
|
2503
|
-
'VIEWLAYER_PT_layer_passes',
|
|
2504
|
-
'RENDER_PT_post_processing',
|
|
2505
|
-
'RENDER_PT_simplify',
|
|
2506
|
-
}
|
|
2507
|
-
|
|
2508
|
-
panels = []
|
|
2509
|
-
for panel in bpy.types.Panel.__subclasses__():
|
|
2510
|
-
if hasattr(panel, 'COMPAT_ENGINES') and 'BLENDER_RENDER' in panel.COMPAT_ENGINES:
|
|
2511
|
-
if panel.__name__ not in exclude_panels:
|
|
2512
|
-
panels.append(panel)
|
|
2513
|
-
|
|
2514
|
-
return panels
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
classes = (
|
|
2518
|
-
CYCLES_PT_sampling_presets,
|
|
2519
|
-
CYCLES_PT_viewport_sampling_presets,
|
|
2520
|
-
CYCLES_PT_integrator_presets,
|
|
2521
|
-
CYCLES_PT_performance_presets,
|
|
2522
|
-
CYCLES_RENDER_PT_sampling,
|
|
2523
|
-
CYCLES_RENDER_PT_sampling_viewport,
|
|
2524
|
-
CYCLES_RENDER_PT_sampling_viewport_denoise,
|
|
2525
|
-
CYCLES_RENDER_PT_sampling_render,
|
|
2526
|
-
CYCLES_RENDER_PT_sampling_render_denoise,
|
|
2527
|
-
CYCLES_RENDER_PT_sampling_path_guiding,
|
|
2528
|
-
CYCLES_RENDER_PT_sampling_path_guiding_debug,
|
|
2529
|
-
CYCLES_RENDER_PT_sampling_lights,
|
|
2530
|
-
CYCLES_RENDER_PT_sampling_advanced,
|
|
2531
|
-
CYCLES_RENDER_PT_sampling_advanced_sample_subset,
|
|
2532
|
-
CYCLES_RENDER_PT_light_paths,
|
|
2533
|
-
CYCLES_RENDER_PT_light_paths_max_bounces,
|
|
2534
|
-
CYCLES_RENDER_PT_light_paths_clamping,
|
|
2535
|
-
CYCLES_RENDER_PT_light_paths_caustics,
|
|
2536
|
-
CYCLES_RENDER_PT_light_paths_fast_gi,
|
|
2537
|
-
CYCLES_RENDER_PT_volumes,
|
|
2538
|
-
CYCLES_RENDER_PT_subdivision,
|
|
2539
|
-
CYCLES_RENDER_PT_curves,
|
|
2540
|
-
CYCLES_RENDER_PT_curves_viewport_display,
|
|
2541
|
-
CYCLES_RENDER_PT_simplify,
|
|
2542
|
-
CYCLES_RENDER_PT_simplify_viewport,
|
|
2543
|
-
CYCLES_RENDER_PT_simplify_render,
|
|
2544
|
-
CYCLES_RENDER_PT_simplify_culling,
|
|
2545
|
-
CYCLES_VIEW3D_PT_simplify_greasepencil,
|
|
2546
|
-
CYCLES_VIEW3D_PT_shading_lighting,
|
|
2547
|
-
CYCLES_VIEW3D_PT_shading_render_pass,
|
|
2548
|
-
CYCLES_VIEW3D_PT_shading_debug,
|
|
2549
|
-
CYCLES_RENDER_PT_motion_blur,
|
|
2550
|
-
CYCLES_RENDER_PT_motion_blur_curve,
|
|
2551
|
-
CYCLES_RENDER_PT_film,
|
|
2552
|
-
CYCLES_RENDER_PT_film_pixel_filter,
|
|
2553
|
-
CYCLES_RENDER_PT_film_transparency,
|
|
2554
|
-
CYCLES_RENDER_PT_performance,
|
|
2555
|
-
CYCLES_RENDER_PT_performance_compositor,
|
|
2556
|
-
CYCLES_RENDER_PT_performance_compositor_denoise_settings,
|
|
2557
|
-
CYCLES_RENDER_PT_performance_threads,
|
|
2558
|
-
CYCLES_RENDER_PT_performance_memory,
|
|
2559
|
-
CYCLES_RENDER_PT_performance_acceleration_structure,
|
|
2560
|
-
CYCLES_RENDER_PT_performance_final_render,
|
|
2561
|
-
CYCLES_RENDER_PT_performance_viewport,
|
|
2562
|
-
CYCLES_RENDER_PT_passes,
|
|
2563
|
-
CYCLES_RENDER_PT_passes_data,
|
|
2564
|
-
CYCLES_RENDER_PT_passes_light,
|
|
2565
|
-
CYCLES_RENDER_PT_passes_crypto,
|
|
2566
|
-
CYCLES_RENDER_PT_passes_aov,
|
|
2567
|
-
CYCLES_RENDER_PT_passes_lightgroups,
|
|
2568
|
-
CYCLES_RENDER_PT_filter,
|
|
2569
|
-
CYCLES_PT_post_processing,
|
|
2570
|
-
CYCLES_CAMERA_PT_dof,
|
|
2571
|
-
CYCLES_CAMERA_PT_dof_aperture,
|
|
2572
|
-
CYCLES_CAMERA_PT_lens_custom_parameters,
|
|
2573
|
-
CYCLES_PT_context_material,
|
|
2574
|
-
CYCLES_OBJECT_PT_motion_blur,
|
|
2575
|
-
CYCLES_OBJECT_PT_shading_gi_approximation,
|
|
2576
|
-
CYCLES_OBJECT_PT_shading_caustics,
|
|
2577
|
-
CYCLES_OBJECT_PT_lightgroup,
|
|
2578
|
-
CYCLES_OBJECT_PT_visibility,
|
|
2579
|
-
CYCLES_OBJECT_PT_visibility_ray_visibility,
|
|
2580
|
-
CYCLES_OBJECT_PT_visibility_culling,
|
|
2581
|
-
CYCLES_LIGHT_PT_preview,
|
|
2582
|
-
CYCLES_LIGHT_PT_light,
|
|
2583
|
-
CYCLES_LIGHT_PT_settings,
|
|
2584
|
-
CYCLES_LIGHT_PT_nodes,
|
|
2585
|
-
CYCLES_LIGHT_PT_beam_shape,
|
|
2586
|
-
CYCLES_WORLD_PT_preview,
|
|
2587
|
-
CYCLES_WORLD_PT_surface,
|
|
2588
|
-
CYCLES_WORLD_PT_volume,
|
|
2589
|
-
CYCLES_WORLD_PT_mist,
|
|
2590
|
-
CYCLES_WORLD_PT_ray_visibility,
|
|
2591
|
-
CYCLES_WORLD_PT_settings,
|
|
2592
|
-
CYCLES_WORLD_PT_settings_surface,
|
|
2593
|
-
CYCLES_WORLD_PT_settings_volume,
|
|
2594
|
-
CYCLES_WORLD_PT_settings_light_group,
|
|
2595
|
-
CYCLES_MATERIAL_PT_preview,
|
|
2596
|
-
CYCLES_MATERIAL_PT_surface,
|
|
2597
|
-
CYCLES_MATERIAL_PT_volume,
|
|
2598
|
-
CYCLES_MATERIAL_PT_displacement,
|
|
2599
|
-
CYCLES_MATERIAL_PT_settings,
|
|
2600
|
-
CYCLES_MATERIAL_PT_settings_surface,
|
|
2601
|
-
CYCLES_MATERIAL_PT_settings_volume,
|
|
2602
|
-
CYCLES_RENDER_PT_bake,
|
|
2603
|
-
CYCLES_RENDER_PT_bake_influence,
|
|
2604
|
-
CYCLES_RENDER_PT_bake_selected_to_active,
|
|
2605
|
-
CYCLES_RENDER_PT_bake_output,
|
|
2606
|
-
CYCLES_RENDER_PT_bake_output_margin,
|
|
2607
|
-
CYCLES_RENDER_PT_debug,
|
|
2608
|
-
node_panel(CYCLES_MATERIAL_PT_settings),
|
|
2609
|
-
node_panel(CYCLES_MATERIAL_PT_settings_surface),
|
|
2610
|
-
node_panel(CYCLES_MATERIAL_PT_settings_volume),
|
|
2611
|
-
node_panel(CYCLES_WORLD_PT_ray_visibility),
|
|
2612
|
-
node_panel(CYCLES_WORLD_PT_settings),
|
|
2613
|
-
node_panel(CYCLES_WORLD_PT_settings_surface),
|
|
2614
|
-
node_panel(CYCLES_WORLD_PT_settings_volume),
|
|
2615
|
-
node_panel(CYCLES_LIGHT_PT_light),
|
|
2616
|
-
node_panel(CYCLES_LIGHT_PT_settings),
|
|
2617
|
-
node_panel(CYCLES_LIGHT_PT_beam_shape)
|
|
2618
|
-
)
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
def register():
|
|
2622
|
-
from bpy.utils import register_class
|
|
2623
|
-
|
|
2624
|
-
bpy.types.RENDER_PT_context.append(draw_device)
|
|
2625
|
-
bpy.types.VIEW3D_HT_header.append(draw_pause)
|
|
2626
|
-
|
|
2627
|
-
for panel in get_panels():
|
|
2628
|
-
panel.COMPAT_ENGINES.add('CYCLES')
|
|
2629
|
-
|
|
2630
|
-
for cls in classes:
|
|
2631
|
-
register_class(cls)
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
def unregister():
|
|
2635
|
-
from bpy.utils import unregister_class
|
|
2636
|
-
|
|
2637
|
-
bpy.types.RENDER_PT_context.remove(draw_device)
|
|
2638
|
-
bpy.types.VIEW3D_HT_header.remove(draw_pause)
|
|
2639
|
-
|
|
2640
|
-
for panel in get_panels():
|
|
2641
|
-
if 'CYCLES' in panel.COMPAT_ENGINES:
|
|
2642
|
-
panel.COMPAT_ENGINES.remove('CYCLES')
|
|
2643
|
-
|
|
2644
|
-
for cls in classes:
|
|
2645
|
-
unregister_class(cls)
|