@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,1589 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2009-2023 Blender Authors
|
|
2
|
-
#
|
|
3
|
-
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
4
|
-
|
|
5
|
-
# Authors : Tamito Kajiyama
|
|
6
|
-
# Date : 26/07/2010
|
|
7
|
-
# Purpose : Interactive manipulation of stylization parameters
|
|
8
|
-
|
|
9
|
-
from freestyle.types import (
|
|
10
|
-
BinaryPredicate1D,
|
|
11
|
-
IntegrationType,
|
|
12
|
-
Interface0DIterator,
|
|
13
|
-
Nature,
|
|
14
|
-
Noise,
|
|
15
|
-
Operators,
|
|
16
|
-
StrokeAttribute,
|
|
17
|
-
UnaryPredicate0D,
|
|
18
|
-
UnaryPredicate1D,
|
|
19
|
-
TVertex,
|
|
20
|
-
Material,
|
|
21
|
-
ViewEdge,
|
|
22
|
-
)
|
|
23
|
-
from freestyle.chainingiterators import (
|
|
24
|
-
ChainPredicateIterator,
|
|
25
|
-
ChainSilhouetteIterator,
|
|
26
|
-
pySketchyChainSilhouetteIterator,
|
|
27
|
-
pySketchyChainingIterator,
|
|
28
|
-
)
|
|
29
|
-
from freestyle.functions import (
|
|
30
|
-
Curvature2DAngleF0D,
|
|
31
|
-
Normal2DF0D,
|
|
32
|
-
QuantitativeInvisibilityF1D,
|
|
33
|
-
VertexOrientation2DF0D,
|
|
34
|
-
CurveMaterialF0D,
|
|
35
|
-
)
|
|
36
|
-
from freestyle.predicates import (
|
|
37
|
-
AndUP1D,
|
|
38
|
-
ContourUP1D,
|
|
39
|
-
ExternalContourUP1D,
|
|
40
|
-
FalseBP1D,
|
|
41
|
-
FalseUP1D,
|
|
42
|
-
Length2DBP1D,
|
|
43
|
-
NotBP1D,
|
|
44
|
-
NotUP1D,
|
|
45
|
-
OrUP1D,
|
|
46
|
-
QuantitativeInvisibilityUP1D,
|
|
47
|
-
TrueBP1D,
|
|
48
|
-
TrueUP1D,
|
|
49
|
-
WithinImageBoundaryUP1D,
|
|
50
|
-
pyNFirstUP1D,
|
|
51
|
-
pyNatureUP1D,
|
|
52
|
-
pyProjectedXBP1D,
|
|
53
|
-
pyProjectedYBP1D,
|
|
54
|
-
pyZBP1D,
|
|
55
|
-
)
|
|
56
|
-
from freestyle.shaders import (
|
|
57
|
-
BackboneStretcherShader,
|
|
58
|
-
BezierCurveShader,
|
|
59
|
-
BlenderTextureShader,
|
|
60
|
-
ConstantColorShader,
|
|
61
|
-
GuidingLinesShader,
|
|
62
|
-
PolygonalizationShader,
|
|
63
|
-
pyBluePrintCirclesShader,
|
|
64
|
-
pyBluePrintEllipsesShader,
|
|
65
|
-
pyBluePrintSquaresShader,
|
|
66
|
-
RoundCapShader,
|
|
67
|
-
SamplingShader,
|
|
68
|
-
SpatialNoiseShader,
|
|
69
|
-
SquareCapShader,
|
|
70
|
-
StrokeShader,
|
|
71
|
-
StrokeTextureStepShader,
|
|
72
|
-
ThicknessNoiseShader as thickness_noise,
|
|
73
|
-
TipRemoverShader,
|
|
74
|
-
)
|
|
75
|
-
from freestyle.utils import (
|
|
76
|
-
angle_x_normal,
|
|
77
|
-
bound,
|
|
78
|
-
BoundedProperty,
|
|
79
|
-
ContextFunctions,
|
|
80
|
-
curvature_from_stroke_vertex,
|
|
81
|
-
getCurrentScene,
|
|
82
|
-
iter_distance_along_stroke,
|
|
83
|
-
iter_distance_from_camera,
|
|
84
|
-
iter_distance_from_object,
|
|
85
|
-
iter_material_value,
|
|
86
|
-
iter_t2d_along_stroke,
|
|
87
|
-
normal_at_I0D,
|
|
88
|
-
pairwise,
|
|
89
|
-
simplify,
|
|
90
|
-
stroke_normal,
|
|
91
|
-
)
|
|
92
|
-
from _freestyle import (
|
|
93
|
-
blendRamp,
|
|
94
|
-
evaluateColorRamp,
|
|
95
|
-
evaluateCurveMappingF,
|
|
96
|
-
)
|
|
97
|
-
|
|
98
|
-
import time
|
|
99
|
-
import bpy
|
|
100
|
-
|
|
101
|
-
from mathutils import Vector
|
|
102
|
-
from math import pi, sin, cos, acos, radians
|
|
103
|
-
from itertools import cycle
|
|
104
|
-
|
|
105
|
-
# WARNING: highly experimental, not a stable API
|
|
106
|
-
# lists of callback functions
|
|
107
|
-
# used by the render_freestyle_svg addon
|
|
108
|
-
callbacks_lineset_pre = []
|
|
109
|
-
callbacks_modifiers_post = []
|
|
110
|
-
callbacks_lineset_post = []
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
class ColorRampModifier(StrokeShader):
|
|
114
|
-
"""Primitive for the color modifiers."""
|
|
115
|
-
|
|
116
|
-
def __init__(self, blend, influence, ramp):
|
|
117
|
-
StrokeShader.__init__(self)
|
|
118
|
-
self.blend = blend
|
|
119
|
-
self.influence = influence
|
|
120
|
-
self.ramp = ramp
|
|
121
|
-
|
|
122
|
-
def evaluate(self, t):
|
|
123
|
-
col = evaluateColorRamp(self.ramp, t)
|
|
124
|
-
return col.xyz # omit alpha
|
|
125
|
-
|
|
126
|
-
def blend_ramp(self, a, b):
|
|
127
|
-
return blendRamp(self.blend, a, self.influence, b)
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
class ScalarBlendModifier(StrokeShader):
|
|
131
|
-
"""Primitive for alpha and thickness modifiers."""
|
|
132
|
-
|
|
133
|
-
def __init__(self, blend_type, influence):
|
|
134
|
-
StrokeShader.__init__(self)
|
|
135
|
-
self.blend_type = blend_type
|
|
136
|
-
self.influence = influence
|
|
137
|
-
|
|
138
|
-
def blend(self, v1, v2):
|
|
139
|
-
fac = self.influence
|
|
140
|
-
facm = 1.0 - fac
|
|
141
|
-
if self.blend_type == 'MIX':
|
|
142
|
-
v1 = facm * v1 + fac * v2
|
|
143
|
-
elif self.blend_type == 'ADD':
|
|
144
|
-
v1 += fac * v2
|
|
145
|
-
elif self.blend_type == 'MULTIPLY':
|
|
146
|
-
v1 *= facm + fac * v2
|
|
147
|
-
elif self.blend_type == 'SUBTRACT':
|
|
148
|
-
v1 -= fac * v2
|
|
149
|
-
elif self.blend_type == 'DIVIDE':
|
|
150
|
-
v1 = facm * v1 + fac * v1 / v2 if v2 != 0.0 else v1
|
|
151
|
-
elif self.blend_type == 'DIFFERENCE':
|
|
152
|
-
v1 = facm * v1 + fac * abs(v1 - v2)
|
|
153
|
-
elif self.blend_type == 'MINIMUM':
|
|
154
|
-
v1 = min(fac * v2, v1)
|
|
155
|
-
elif self.blend_type == 'MAXIMUM':
|
|
156
|
-
v1 = max(fac * v2, v1)
|
|
157
|
-
else:
|
|
158
|
-
raise ValueError("unknown curve blend type: " + self.blend_type)
|
|
159
|
-
return v1
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
class CurveMappingModifier(ScalarBlendModifier):
|
|
163
|
-
def __init__(self, blend, influence, mapping, invert, curve):
|
|
164
|
-
ScalarBlendModifier.__init__(self, blend, influence)
|
|
165
|
-
assert mapping in {'LINEAR', 'CURVE'}
|
|
166
|
-
self.evaluate = getattr(self, mapping)
|
|
167
|
-
self.invert = invert
|
|
168
|
-
self.curve = curve
|
|
169
|
-
|
|
170
|
-
def LINEAR(self, t):
|
|
171
|
-
return (1.0 - t) if self.invert else t
|
|
172
|
-
|
|
173
|
-
def CURVE(self, t):
|
|
174
|
-
# deprecated: return evaluateCurveMappingF(self.curve, 0, t)
|
|
175
|
-
curve = self.curve
|
|
176
|
-
curve.initialize()
|
|
177
|
-
result = curve.evaluate(curve=curve.curves[0], position=t)
|
|
178
|
-
# float precision errors in t can give a very weird result for evaluate.
|
|
179
|
-
# therefore, bound the result by the curve's min and max values
|
|
180
|
-
return bound(curve.clip_min_y, result, curve.clip_max_y)
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
class ThicknessModifierMixIn:
|
|
184
|
-
def __init__(self):
|
|
185
|
-
scene = getCurrentScene()
|
|
186
|
-
self.persp_camera = (scene.camera.data.type == 'PERSP')
|
|
187
|
-
|
|
188
|
-
def set_thickness(self, sv, outer, inner):
|
|
189
|
-
fe = sv.fedge
|
|
190
|
-
nature = fe.nature
|
|
191
|
-
if (nature & Nature.BORDER):
|
|
192
|
-
if self.persp_camera:
|
|
193
|
-
point = -sv.point_3d.normalized()
|
|
194
|
-
dir = point.dot(fe.normal_left)
|
|
195
|
-
else:
|
|
196
|
-
dir = fe.normal_left.z
|
|
197
|
-
if dir < 0.0: # the back side is visible
|
|
198
|
-
outer, inner = inner, outer
|
|
199
|
-
elif (nature & Nature.SILHOUETTE):
|
|
200
|
-
if fe.is_smooth: # TODO more tests needed
|
|
201
|
-
outer, inner = inner, outer
|
|
202
|
-
else:
|
|
203
|
-
outer = inner = (outer + inner) / 2
|
|
204
|
-
sv.attribute.thickness = (outer, inner)
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
class ThicknessBlenderMixIn(ThicknessModifierMixIn):
|
|
208
|
-
def __init__(self, position, ratio):
|
|
209
|
-
ThicknessModifierMixIn.__init__(self)
|
|
210
|
-
self.position = position
|
|
211
|
-
self.ratio = ratio
|
|
212
|
-
|
|
213
|
-
def blend_thickness(self, svert, thickness, asymmetric=False):
|
|
214
|
-
"""Blends and sets the thickness with respect to the position, blend mode and symmetry."""
|
|
215
|
-
if asymmetric:
|
|
216
|
-
right, left = thickness
|
|
217
|
-
self.blend_thickness_asymmetric(svert, right, left)
|
|
218
|
-
else:
|
|
219
|
-
if type(thickness) not in {int, float}:
|
|
220
|
-
thickness = sum(thickness)
|
|
221
|
-
self.blend_thickness_symmetric(svert, thickness)
|
|
222
|
-
|
|
223
|
-
def blend_thickness_symmetric(self, svert, v):
|
|
224
|
-
"""Blends and sets the thickness. Thickness is equal on each side of the backbone"""
|
|
225
|
-
outer, inner = svert.attribute.thickness
|
|
226
|
-
v = self.blend(outer + inner, v)
|
|
227
|
-
|
|
228
|
-
# Part 1: blend
|
|
229
|
-
if self.position == 'CENTER':
|
|
230
|
-
outer = inner = v * 0.5
|
|
231
|
-
elif self.position == 'INSIDE':
|
|
232
|
-
outer, inner = 0, v
|
|
233
|
-
elif self.position == 'OUTSIDE':
|
|
234
|
-
outer, inner = v, 0
|
|
235
|
-
elif self.position == 'RELATIVE':
|
|
236
|
-
outer, inner = v * self.ratio, v - (v * self.ratio)
|
|
237
|
-
else:
|
|
238
|
-
raise ValueError("unknown thickness position: " + position)
|
|
239
|
-
|
|
240
|
-
self.set_thickness(svert, outer, inner)
|
|
241
|
-
|
|
242
|
-
def blend_thickness_asymmetric(self, svert, right, left):
|
|
243
|
-
"""Blends and sets the thickness. Thickness may be unequal on each side of the backbone"""
|
|
244
|
-
# blend the thickness values for both sides. This way, the blend mode is supported.
|
|
245
|
-
old = svert.attribute.thickness
|
|
246
|
-
new = (right, left)
|
|
247
|
-
right, left = (self.blend(*val) for val in zip(old, new))
|
|
248
|
-
|
|
249
|
-
fe = svert.fedge
|
|
250
|
-
nature = fe.nature
|
|
251
|
-
if (nature & Nature.BORDER):
|
|
252
|
-
if self.persp_camera:
|
|
253
|
-
point = -svert.point_3d.normalized()
|
|
254
|
-
dir = point.dot(fe.normal_left)
|
|
255
|
-
else:
|
|
256
|
-
dir = fe.normal_left.z
|
|
257
|
-
if dir < 0.0: # the back side is visible
|
|
258
|
-
right, left = left, right
|
|
259
|
-
elif (nature & Nature.SILHOUETTE):
|
|
260
|
-
if fe.is_smooth: # TODO more tests needed
|
|
261
|
-
right, left = left, right
|
|
262
|
-
svert.attribute.thickness = (right, left)
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
class BaseThicknessShader(StrokeShader, ThicknessModifierMixIn):
|
|
266
|
-
def __init__(self, thickness, position, ratio):
|
|
267
|
-
StrokeShader.__init__(self)
|
|
268
|
-
ThicknessModifierMixIn.__init__(self)
|
|
269
|
-
if position == 'CENTER':
|
|
270
|
-
self.outer = thickness * 0.5
|
|
271
|
-
self.inner = thickness - self.outer
|
|
272
|
-
elif position == 'INSIDE':
|
|
273
|
-
self.outer = 0
|
|
274
|
-
self.inner = thickness
|
|
275
|
-
elif position == 'OUTSIDE':
|
|
276
|
-
self.outer = thickness
|
|
277
|
-
self.inner = 0
|
|
278
|
-
elif position == 'RELATIVE':
|
|
279
|
-
self.outer = thickness * ratio
|
|
280
|
-
self.inner = thickness - self.outer
|
|
281
|
-
else:
|
|
282
|
-
raise ValueError("unknown thickness position: " + position)
|
|
283
|
-
|
|
284
|
-
def shade(self, stroke):
|
|
285
|
-
for svert in stroke:
|
|
286
|
-
self.set_thickness(svert, self.outer, self.inner)
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
# Along Stroke modifiers
|
|
290
|
-
|
|
291
|
-
class ColorAlongStrokeShader(ColorRampModifier):
|
|
292
|
-
"""Maps a ramp to the color of the stroke, using the curvilinear abscissa (t)."""
|
|
293
|
-
|
|
294
|
-
def shade(self, stroke):
|
|
295
|
-
for svert, t in zip(stroke, iter_t2d_along_stroke(stroke)):
|
|
296
|
-
a = svert.attribute.color
|
|
297
|
-
b = self.evaluate(t)
|
|
298
|
-
svert.attribute.color = self.blend_ramp(a, b)
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
class AlphaAlongStrokeShader(CurveMappingModifier):
|
|
302
|
-
"""Maps a curve to the alpha/transparency of the stroke, using the curvilinear abscissa (t)."""
|
|
303
|
-
|
|
304
|
-
def shade(self, stroke):
|
|
305
|
-
for svert, t in zip(stroke, iter_t2d_along_stroke(stroke)):
|
|
306
|
-
a = svert.attribute.alpha
|
|
307
|
-
b = self.evaluate(t)
|
|
308
|
-
svert.attribute.alpha = self.blend(a, b)
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
class ThicknessAlongStrokeShader(ThicknessBlenderMixIn, CurveMappingModifier):
|
|
312
|
-
"""Maps a curve to the thickness of the stroke, using the curvilinear abscissa (t)."""
|
|
313
|
-
|
|
314
|
-
def __init__(self, thickness_position, thickness_ratio,
|
|
315
|
-
blend, influence, mapping, invert, curve, value_min, value_max):
|
|
316
|
-
ThicknessBlenderMixIn.__init__(self, thickness_position, thickness_ratio)
|
|
317
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
318
|
-
self.value = BoundedProperty(value_min, value_max)
|
|
319
|
-
|
|
320
|
-
def shade(self, stroke):
|
|
321
|
-
for svert, t in zip(stroke, iter_t2d_along_stroke(stroke)):
|
|
322
|
-
b = self.value.min + self.evaluate(t) * self.value.delta
|
|
323
|
-
self.blend_thickness(svert, b)
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
# -- Distance from Camera modifiers -- #
|
|
327
|
-
|
|
328
|
-
class ColorDistanceFromCameraShader(ColorRampModifier):
|
|
329
|
-
"""Picks a color value from a ramp based on the vertex' distance from the camera."""
|
|
330
|
-
|
|
331
|
-
def __init__(self, blend, influence, ramp, range_min, range_max):
|
|
332
|
-
ColorRampModifier.__init__(self, blend, influence, ramp)
|
|
333
|
-
self.range = BoundedProperty(range_min, range_max)
|
|
334
|
-
|
|
335
|
-
def shade(self, stroke):
|
|
336
|
-
it = iter_distance_from_camera(stroke, *self.range)
|
|
337
|
-
for svert, t in it:
|
|
338
|
-
a = svert.attribute.color
|
|
339
|
-
b = self.evaluate(t)
|
|
340
|
-
svert.attribute.color = self.blend_ramp(a, b)
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
class AlphaDistanceFromCameraShader(CurveMappingModifier):
|
|
344
|
-
"""Picks an alpha value from a curve based on the vertex' distance from the camera"""
|
|
345
|
-
|
|
346
|
-
def __init__(self, blend, influence, mapping, invert, curve, range_min, range_max):
|
|
347
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
348
|
-
self.range = BoundedProperty(range_min, range_max)
|
|
349
|
-
|
|
350
|
-
def shade(self, stroke):
|
|
351
|
-
it = iter_distance_from_camera(stroke, *self.range)
|
|
352
|
-
for svert, t in it:
|
|
353
|
-
a = svert.attribute.alpha
|
|
354
|
-
b = self.evaluate(t)
|
|
355
|
-
svert.attribute.alpha = self.blend(a, b)
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
class ThicknessDistanceFromCameraShader(ThicknessBlenderMixIn, CurveMappingModifier):
|
|
359
|
-
"""Picks a thickness value from a curve based on the vertex' distance from the camera."""
|
|
360
|
-
|
|
361
|
-
def __init__(self, thickness_position, thickness_ratio,
|
|
362
|
-
blend, influence, mapping, invert, curve, range_min, range_max, value_min, value_max):
|
|
363
|
-
ThicknessBlenderMixIn.__init__(self, thickness_position, thickness_ratio)
|
|
364
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
365
|
-
self.range = BoundedProperty(range_min, range_max)
|
|
366
|
-
self.value = BoundedProperty(value_min, value_max)
|
|
367
|
-
|
|
368
|
-
def shade(self, stroke):
|
|
369
|
-
for (svert, t) in iter_distance_from_camera(stroke, *self.range):
|
|
370
|
-
b = self.value.min + self.evaluate(t) * self.value.delta
|
|
371
|
-
self.blend_thickness(svert, b)
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
# Distance from Object modifiers
|
|
375
|
-
|
|
376
|
-
class ColorDistanceFromObjectShader(ColorRampModifier):
|
|
377
|
-
"""Picks a color value from a ramp based on the vertex' distance from a given object."""
|
|
378
|
-
|
|
379
|
-
def __init__(self, blend, influence, ramp, target, range_min, range_max):
|
|
380
|
-
ColorRampModifier.__init__(self, blend, influence, ramp)
|
|
381
|
-
if target is None:
|
|
382
|
-
raise ValueError("ColorDistanceFromObjectShader: target cannot be None ")
|
|
383
|
-
self.range = BoundedProperty(range_min, range_max)
|
|
384
|
-
# construct a model-view matrix
|
|
385
|
-
matrix = getCurrentScene().camera.matrix_world.inverted()
|
|
386
|
-
# get the object location in the camera coordinate
|
|
387
|
-
self.loc = matrix @ target.location
|
|
388
|
-
|
|
389
|
-
def shade(self, stroke):
|
|
390
|
-
it = iter_distance_from_object(stroke, self.loc, *self.range)
|
|
391
|
-
for svert, t in it:
|
|
392
|
-
a = svert.attribute.color
|
|
393
|
-
b = self.evaluate(t)
|
|
394
|
-
svert.attribute.color = self.blend_ramp(a, b)
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
class AlphaDistanceFromObjectShader(CurveMappingModifier):
|
|
398
|
-
"""Picks an alpha value from a curve based on the vertex' distance from a given object."""
|
|
399
|
-
|
|
400
|
-
def __init__(self, blend, influence, mapping, invert, curve, target, range_min, range_max):
|
|
401
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
402
|
-
if target is None:
|
|
403
|
-
raise ValueError("AlphaDistanceFromObjectShader: target cannot be None ")
|
|
404
|
-
self.range = BoundedProperty(range_min, range_max)
|
|
405
|
-
# construct a model-view matrix
|
|
406
|
-
matrix = getCurrentScene().camera.matrix_world.inverted()
|
|
407
|
-
# get the object location in the camera coordinate
|
|
408
|
-
self.loc = matrix @ target.location
|
|
409
|
-
|
|
410
|
-
def shade(self, stroke):
|
|
411
|
-
it = iter_distance_from_object(stroke, self.loc, *self.range)
|
|
412
|
-
for svert, t in it:
|
|
413
|
-
a = svert.attribute.alpha
|
|
414
|
-
b = self.evaluate(t)
|
|
415
|
-
svert.attribute.alpha = self.blend(a, b)
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
class ThicknessDistanceFromObjectShader(ThicknessBlenderMixIn, CurveMappingModifier):
|
|
419
|
-
"""Picks a thickness value from a curve based on the vertex' distance from a given object."""
|
|
420
|
-
|
|
421
|
-
def __init__(self, thickness_position, thickness_ratio,
|
|
422
|
-
blend, influence, mapping, invert, curve, target, range_min, range_max, value_min, value_max):
|
|
423
|
-
ThicknessBlenderMixIn.__init__(self, thickness_position, thickness_ratio)
|
|
424
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
425
|
-
if target is None:
|
|
426
|
-
raise ValueError("ThicknessDistanceFromObjectShader: target cannot be None ")
|
|
427
|
-
self.range = BoundedProperty(range_min, range_max)
|
|
428
|
-
self.value = BoundedProperty(value_min, value_max)
|
|
429
|
-
# construct a model-view matrix
|
|
430
|
-
matrix = getCurrentScene().camera.matrix_world.inverted()
|
|
431
|
-
# get the object location in the camera coordinate
|
|
432
|
-
self.loc = matrix @ target.location
|
|
433
|
-
|
|
434
|
-
def shade(self, stroke):
|
|
435
|
-
it = iter_distance_from_object(stroke, self.loc, *self.range)
|
|
436
|
-
for svert, t in it:
|
|
437
|
-
b = self.value.min + self.evaluate(t) * self.value.delta
|
|
438
|
-
self.blend_thickness(svert, b)
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
# Material modifiers
|
|
442
|
-
class ColorMaterialShader(ColorRampModifier):
|
|
443
|
-
"""Assigns a color to the vertices based on their underlying material."""
|
|
444
|
-
|
|
445
|
-
def __init__(self, blend, influence, ramp, material_attribute, use_ramp):
|
|
446
|
-
ColorRampModifier.__init__(self, blend, influence, ramp)
|
|
447
|
-
self.attribute = material_attribute
|
|
448
|
-
self.use_ramp = use_ramp
|
|
449
|
-
self.func = CurveMaterialF0D()
|
|
450
|
-
|
|
451
|
-
def shade(self, stroke, attributes={'DIFF', 'SPEC', 'LINE'}):
|
|
452
|
-
it = Interface0DIterator(stroke)
|
|
453
|
-
if not self.use_ramp and self.attribute in attributes:
|
|
454
|
-
for svert in it:
|
|
455
|
-
material = self.func(it)
|
|
456
|
-
if self.attribute == 'LINE':
|
|
457
|
-
b = material.line[0:3]
|
|
458
|
-
elif self.attribute == 'DIFF':
|
|
459
|
-
b = material.diffuse[0:3]
|
|
460
|
-
else:
|
|
461
|
-
b = material.specular[0:3]
|
|
462
|
-
a = svert.attribute.color
|
|
463
|
-
svert.attribute.color = self.blend_ramp(a, b)
|
|
464
|
-
else:
|
|
465
|
-
for svert, value in iter_material_value(stroke, self.func, self.attribute):
|
|
466
|
-
a = svert.attribute.color
|
|
467
|
-
b = self.evaluate(value)
|
|
468
|
-
svert.attribute.color = self.blend_ramp(a, b)
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
class AlphaMaterialShader(CurveMappingModifier):
|
|
472
|
-
"""Assigns an alpha value to the vertices based on their underlying material."""
|
|
473
|
-
|
|
474
|
-
def __init__(self, blend, influence, mapping, invert, curve, material_attribute):
|
|
475
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
476
|
-
self.attribute = material_attribute
|
|
477
|
-
self.func = CurveMaterialF0D()
|
|
478
|
-
|
|
479
|
-
def shade(self, stroke):
|
|
480
|
-
for svert, value in iter_material_value(stroke, self.func, self.attribute):
|
|
481
|
-
a = svert.attribute.alpha
|
|
482
|
-
b = self.evaluate(value)
|
|
483
|
-
svert.attribute.alpha = self.blend(a, b)
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
class ThicknessMaterialShader(ThicknessBlenderMixIn, CurveMappingModifier):
|
|
487
|
-
"""Assigns a thickness value to the vertices based on their underlying material."""
|
|
488
|
-
|
|
489
|
-
def __init__(self, thickness_position, thickness_ratio,
|
|
490
|
-
blend, influence, mapping, invert, curve, material_attribute, value_min, value_max):
|
|
491
|
-
ThicknessBlenderMixIn.__init__(self, thickness_position, thickness_ratio)
|
|
492
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
493
|
-
self.attribute = material_attribute
|
|
494
|
-
self.value = BoundedProperty(value_min, value_max)
|
|
495
|
-
self.func = CurveMaterialF0D()
|
|
496
|
-
|
|
497
|
-
def shade(self, stroke):
|
|
498
|
-
for svert, value in iter_material_value(stroke, self.func, self.attribute):
|
|
499
|
-
b = self.value.min + self.evaluate(value) * self.value.delta
|
|
500
|
-
self.blend_thickness(svert, b)
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
# Calligraphic thickness modifier
|
|
504
|
-
|
|
505
|
-
class CalligraphicThicknessShader(ThicknessBlenderMixIn, ScalarBlendModifier):
|
|
506
|
-
"""Thickness modifier for achieving a calligraphy-like effect."""
|
|
507
|
-
|
|
508
|
-
def __init__(self, thickness_position, thickness_ratio,
|
|
509
|
-
blend_type, influence, orientation, thickness_min, thickness_max):
|
|
510
|
-
ThicknessBlenderMixIn.__init__(self, thickness_position, thickness_ratio)
|
|
511
|
-
ScalarBlendModifier.__init__(self, blend_type, influence)
|
|
512
|
-
self.orientation = Vector((cos(orientation), sin(orientation)))
|
|
513
|
-
self.thickness = BoundedProperty(thickness_min, thickness_max)
|
|
514
|
-
self.func = VertexOrientation2DF0D()
|
|
515
|
-
|
|
516
|
-
def shade(self, stroke):
|
|
517
|
-
it = Interface0DIterator(stroke)
|
|
518
|
-
for svert in it:
|
|
519
|
-
dir = self.func(it)
|
|
520
|
-
if dir.length != 0.0:
|
|
521
|
-
dir.normalize()
|
|
522
|
-
fac = abs(dir.orthogonal() @ self.orientation)
|
|
523
|
-
b = self.thickness.min + fac * self.thickness.delta
|
|
524
|
-
else:
|
|
525
|
-
b = self.thickness.min
|
|
526
|
-
self.blend_thickness(svert, b)
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
# - Tangent Modifiers - #
|
|
530
|
-
|
|
531
|
-
class TangentColorShader(ColorRampModifier):
|
|
532
|
-
"""Color based on the direction of the stroke"""
|
|
533
|
-
|
|
534
|
-
def shade(self, stroke):
|
|
535
|
-
it = Interface0DIterator(stroke)
|
|
536
|
-
for svert in it:
|
|
537
|
-
angle = angle_x_normal(it)
|
|
538
|
-
fac = self.evaluate(angle / pi)
|
|
539
|
-
a = svert.attribute.color
|
|
540
|
-
svert.attribute.color = self.blend_ramp(a, fac)
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
class TangentAlphaShader(CurveMappingModifier):
|
|
544
|
-
"""Alpha transparency based on the direction of the stroke"""
|
|
545
|
-
|
|
546
|
-
def shade(self, stroke):
|
|
547
|
-
it = Interface0DIterator(stroke)
|
|
548
|
-
for svert in it:
|
|
549
|
-
angle = angle_x_normal(it)
|
|
550
|
-
fac = self.evaluate(angle / pi)
|
|
551
|
-
a = svert.attribute.alpha
|
|
552
|
-
svert.attribute.alpha = self.blend(a, fac)
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
class TangentThicknessShader(ThicknessBlenderMixIn, CurveMappingModifier):
|
|
556
|
-
"""Thickness based on the direction of the stroke"""
|
|
557
|
-
|
|
558
|
-
def __init__(self, thickness_position, thickness_ratio, blend, influence, mapping, invert, curve,
|
|
559
|
-
thickness_min, thickness_max):
|
|
560
|
-
ThicknessBlenderMixIn.__init__(self, thickness_position, thickness_ratio)
|
|
561
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
562
|
-
self.thickness = BoundedProperty(thickness_min, thickness_max)
|
|
563
|
-
|
|
564
|
-
def shade(self, stroke):
|
|
565
|
-
it = Interface0DIterator(stroke)
|
|
566
|
-
for svert in it:
|
|
567
|
-
angle = angle_x_normal(it)
|
|
568
|
-
thickness = self.thickness.min + self.evaluate(angle / pi) * self.thickness.delta
|
|
569
|
-
self.blend_thickness(svert, thickness)
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
# - Noise Modifiers - #
|
|
573
|
-
|
|
574
|
-
class NoiseShader:
|
|
575
|
-
"""Base class for noise shaders"""
|
|
576
|
-
|
|
577
|
-
def __init__(self, amplitude, period, seed=512):
|
|
578
|
-
self.amplitude = amplitude
|
|
579
|
-
self.scale = 1 / period / seed
|
|
580
|
-
self.seed = seed
|
|
581
|
-
|
|
582
|
-
def noisegen(self, stroke, n1=Noise(), n2=Noise()):
|
|
583
|
-
"""Produces two noise values per StrokeVertex for every vertex in the stroke"""
|
|
584
|
-
initU1 = stroke.length_2d * self.seed + n1.rand(512) * self.seed
|
|
585
|
-
initU2 = stroke.length_2d * self.seed + n2.rand() * self.seed
|
|
586
|
-
|
|
587
|
-
for svert in stroke:
|
|
588
|
-
a = n1.turbulence_smooth(self.scale * svert.curvilinear_abscissa + initU1, 2)
|
|
589
|
-
b = n2.turbulence_smooth(self.scale * svert.curvilinear_abscissa + initU2, 2)
|
|
590
|
-
yield (svert, a, b)
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
class ThicknessNoiseShader(ThicknessBlenderMixIn, ScalarBlendModifier, NoiseShader):
|
|
594
|
-
"""Thickness based on pseudo-noise"""
|
|
595
|
-
|
|
596
|
-
def __init__(self, thickness_position, thickness_ratio, blend_type,
|
|
597
|
-
influence, amplitude, period, seed=512, asymmetric=True):
|
|
598
|
-
ScalarBlendModifier.__init__(self, blend_type, influence)
|
|
599
|
-
ThicknessBlenderMixIn.__init__(self, thickness_position, thickness_ratio)
|
|
600
|
-
NoiseShader.__init__(self, amplitude, period, seed)
|
|
601
|
-
self.asymmetric = asymmetric
|
|
602
|
-
|
|
603
|
-
def shade(self, stroke):
|
|
604
|
-
for svert, noiseval1, noiseval2 in self.noisegen(stroke):
|
|
605
|
-
(r, l) = svert.attribute.thickness
|
|
606
|
-
l += noiseval1 * self.amplitude
|
|
607
|
-
r += noiseval2 * self.amplitude
|
|
608
|
-
self.blend_thickness(svert, (r, l), self.asymmetric)
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
class ColorNoiseShader(ColorRampModifier, NoiseShader):
|
|
612
|
-
"""Color based on pseudo-noise"""
|
|
613
|
-
|
|
614
|
-
def __init__(self, blend, influence, ramp, amplitude, period, seed=512):
|
|
615
|
-
ColorRampModifier.__init__(self, blend, influence, ramp)
|
|
616
|
-
NoiseShader.__init__(self, amplitude, period, seed)
|
|
617
|
-
|
|
618
|
-
def shade(self, stroke):
|
|
619
|
-
for svert, noiseval1, noiseval2 in self.noisegen(stroke):
|
|
620
|
-
position = abs(noiseval1 + noiseval2)
|
|
621
|
-
svert.attribute.color = self.blend_ramp(svert.attribute.color, self.evaluate(position))
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
class AlphaNoiseShader(CurveMappingModifier, NoiseShader):
|
|
625
|
-
"""Alpha transparency on based pseudo-noise"""
|
|
626
|
-
|
|
627
|
-
def __init__(self, blend, influence, mapping, invert, curve, amplitude, period, seed=512):
|
|
628
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
629
|
-
NoiseShader.__init__(self, amplitude, period, seed)
|
|
630
|
-
|
|
631
|
-
def shade(self, stroke, n1=Noise(), n2=Noise()):
|
|
632
|
-
for svert, noiseval1, noiseval2 in self.noisegen(stroke):
|
|
633
|
-
position = abs(noiseval1 + noiseval2)
|
|
634
|
-
svert.attribute.alpha = self.blend(svert.attribute.alpha, self.evaluate(position))
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
# - Crease Angle Modifiers - #
|
|
638
|
-
|
|
639
|
-
def crease_angle(svert):
|
|
640
|
-
"""Returns the crease angle between the StrokeVertex' two adjacent faces (in radians)"""
|
|
641
|
-
fe = svert.fedge
|
|
642
|
-
if not fe or fe.is_smooth or not (fe.nature & Nature.CREASE):
|
|
643
|
-
return None
|
|
644
|
-
# make sure that the input is within the domain of the acos function
|
|
645
|
-
product = bound(-1.0, -fe.normal_left.dot(fe.normal_right), 1.0)
|
|
646
|
-
return acos(product)
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
class CreaseAngleColorShader(ColorRampModifier):
|
|
650
|
-
"""Color based on the crease angle between two adjacent faces on the underlying geometry"""
|
|
651
|
-
|
|
652
|
-
def __init__(self, blend, influence, ramp, angle_min, angle_max):
|
|
653
|
-
ColorRampModifier.__init__(self, blend, influence, ramp)
|
|
654
|
-
# angles are (already) in radians
|
|
655
|
-
self.angle = BoundedProperty(angle_min, angle_max)
|
|
656
|
-
|
|
657
|
-
def shade(self, stroke):
|
|
658
|
-
for svert in stroke:
|
|
659
|
-
angle = crease_angle(svert)
|
|
660
|
-
if angle is None:
|
|
661
|
-
continue
|
|
662
|
-
t = self.angle.interpolate(angle)
|
|
663
|
-
svert.attribute.color = self.blend_ramp(svert.attribute.color, self.evaluate(t))
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
class CreaseAngleAlphaShader(CurveMappingModifier):
|
|
667
|
-
"""Alpha transparency based on the crease angle between two adjacent faces on the underlying geometry"""
|
|
668
|
-
|
|
669
|
-
def __init__(self, blend, influence, mapping, invert, curve, angle_min, angle_max):
|
|
670
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
671
|
-
# angles are (already) in radians
|
|
672
|
-
self.angle = BoundedProperty(angle_min, angle_max)
|
|
673
|
-
|
|
674
|
-
def shade(self, stroke):
|
|
675
|
-
for svert in stroke:
|
|
676
|
-
angle = crease_angle(svert)
|
|
677
|
-
if angle is None:
|
|
678
|
-
continue
|
|
679
|
-
t = self.angle.interpolate(angle)
|
|
680
|
-
svert.attribute.alpha = self.blend(svert.attribute.alpha, self.evaluate(t))
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
class CreaseAngleThicknessShader(ThicknessBlenderMixIn, CurveMappingModifier):
|
|
684
|
-
"""Thickness based on the crease angle between two adjacent faces on the underlying geometry"""
|
|
685
|
-
|
|
686
|
-
def __init__(self, thickness_position, thickness_ratio, blend, influence, mapping, invert, curve,
|
|
687
|
-
angle_min, angle_max, thickness_min, thickness_max):
|
|
688
|
-
ThicknessBlenderMixIn.__init__(self, thickness_position, thickness_ratio)
|
|
689
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
690
|
-
# angles are (already) in radians
|
|
691
|
-
self.angle = BoundedProperty(angle_min, angle_max)
|
|
692
|
-
self.thickness = BoundedProperty(thickness_min, thickness_max)
|
|
693
|
-
|
|
694
|
-
def shade(self, stroke):
|
|
695
|
-
for svert in stroke:
|
|
696
|
-
angle = crease_angle(svert)
|
|
697
|
-
if angle is None:
|
|
698
|
-
continue
|
|
699
|
-
t = self.angle.interpolate(angle)
|
|
700
|
-
thickness = self.thickness.min + self.evaluate(t) * self.thickness.delta
|
|
701
|
-
self.blend_thickness(svert, thickness)
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
# - Curvature3D Modifiers - #
|
|
705
|
-
|
|
706
|
-
def normalized_absolute_curvature(svert, bounded_curvature):
|
|
707
|
-
"""
|
|
708
|
-
Gives the absolute curvature in range [0, 1].
|
|
709
|
-
|
|
710
|
-
The actual curvature (Kr) value can be anywhere in the range [-inf, inf], where convex curvature
|
|
711
|
-
yields a positive value, and concave a negative one. These shaders only look for the magnitude
|
|
712
|
-
of the 3D curvature, hence the abs()
|
|
713
|
-
"""
|
|
714
|
-
curvature = curvature_from_stroke_vertex(svert)
|
|
715
|
-
if curvature is None:
|
|
716
|
-
return 0.0
|
|
717
|
-
return bounded_curvature.interpolate(abs(curvature))
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
class Curvature3DColorShader(ColorRampModifier):
|
|
721
|
-
"""Color based on the 3D curvature of the underlying geometry"""
|
|
722
|
-
|
|
723
|
-
def __init__(self, blend, influence, ramp, curvature_min, curvature_max):
|
|
724
|
-
ColorRampModifier.__init__(self, blend, influence, ramp)
|
|
725
|
-
self.curvature = BoundedProperty(curvature_min, curvature_max)
|
|
726
|
-
|
|
727
|
-
def shade(self, stroke):
|
|
728
|
-
for svert in stroke:
|
|
729
|
-
t = normalized_absolute_curvature(svert, self.curvature)
|
|
730
|
-
a = svert.attribute.color
|
|
731
|
-
b = self.evaluate(t)
|
|
732
|
-
svert.attribute.color = self.blend_ramp(a, b)
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
class Curvature3DAlphaShader(CurveMappingModifier):
|
|
736
|
-
"""Alpha based on the 3D curvature of the underlying geometry"""
|
|
737
|
-
|
|
738
|
-
def __init__(self, blend, influence, mapping, invert, curve, curvature_min, curvature_max):
|
|
739
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
740
|
-
self.curvature = BoundedProperty(curvature_min, curvature_max)
|
|
741
|
-
|
|
742
|
-
def shade(self, stroke):
|
|
743
|
-
for svert in stroke:
|
|
744
|
-
t = normalized_absolute_curvature(svert, self.curvature)
|
|
745
|
-
a = svert.attribute.alpha
|
|
746
|
-
b = self.evaluate(t)
|
|
747
|
-
svert.attribute.alpha = self.blend(a, b)
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
class Curvature3DThicknessShader(ThicknessBlenderMixIn, CurveMappingModifier):
|
|
751
|
-
"""Alpha based on the 3D curvature of the underlying geometry"""
|
|
752
|
-
|
|
753
|
-
def __init__(self, thickness_position, thickness_ratio, blend, influence, mapping, invert, curve,
|
|
754
|
-
curvature_min, curvature_max, thickness_min, thickness_max):
|
|
755
|
-
ThicknessBlenderMixIn.__init__(self, thickness_position, thickness_ratio)
|
|
756
|
-
CurveMappingModifier.__init__(self, blend, influence, mapping, invert, curve)
|
|
757
|
-
self.curvature = BoundedProperty(curvature_min, curvature_max)
|
|
758
|
-
self.thickness = BoundedProperty(thickness_min, thickness_max)
|
|
759
|
-
|
|
760
|
-
def shade(self, stroke):
|
|
761
|
-
for svert in stroke:
|
|
762
|
-
t = normalized_absolute_curvature(svert, self.curvature)
|
|
763
|
-
thickness = self.thickness.min + self.evaluate(t) * self.thickness.delta
|
|
764
|
-
self.blend_thickness(svert, thickness)
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
# Geometry modifiers
|
|
768
|
-
|
|
769
|
-
class SimplificationShader(StrokeShader):
|
|
770
|
-
"""Simplifies a stroke by merging points together"""
|
|
771
|
-
|
|
772
|
-
def __init__(self, tolerance):
|
|
773
|
-
StrokeShader.__init__(self)
|
|
774
|
-
self.tolerance = tolerance
|
|
775
|
-
|
|
776
|
-
def shade(self, stroke):
|
|
777
|
-
points = tuple(svert.point for svert in stroke)
|
|
778
|
-
points_simplified = simplify(points, tolerance=self.tolerance)
|
|
779
|
-
|
|
780
|
-
it = iter(stroke)
|
|
781
|
-
for svert, point in zip(it, points_simplified):
|
|
782
|
-
svert.point = point
|
|
783
|
-
|
|
784
|
-
for svert in tuple(it):
|
|
785
|
-
stroke.remove_vertex(svert)
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
class SinusDisplacementShader(StrokeShader):
|
|
789
|
-
"""Displaces the stroke in a sine wave-like shape."""
|
|
790
|
-
|
|
791
|
-
def __init__(self, wavelength, amplitude, phase):
|
|
792
|
-
StrokeShader.__init__(self)
|
|
793
|
-
self.wavelength = wavelength
|
|
794
|
-
self.amplitude = amplitude
|
|
795
|
-
self.phase = phase / wavelength * 2 * pi
|
|
796
|
-
|
|
797
|
-
def shade(self, stroke):
|
|
798
|
-
# normals are stored in a tuple, so they don't update when we reposition vertices.
|
|
799
|
-
normals = tuple(stroke_normal(stroke))
|
|
800
|
-
distances = iter_distance_along_stroke(stroke)
|
|
801
|
-
coeff = 1 / self.wavelength * 2 * pi
|
|
802
|
-
for svert, distance, normal in zip(stroke, distances, normals):
|
|
803
|
-
n = normal * self.amplitude * cos(distance * coeff + self.phase)
|
|
804
|
-
svert.point += n
|
|
805
|
-
stroke.update_length()
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
class PerlinNoise1DShader(StrokeShader):
|
|
809
|
-
"""
|
|
810
|
-
Displaces the stroke using the curvilinear abscissa. This means
|
|
811
|
-
that lines with the same length and sampling interval will be
|
|
812
|
-
identically distorted.
|
|
813
|
-
"""
|
|
814
|
-
|
|
815
|
-
def __init__(self, freq=10, amp=10, oct=4, angle=radians(45), seed=-1):
|
|
816
|
-
StrokeShader.__init__(self)
|
|
817
|
-
self.noise = Noise(seed)
|
|
818
|
-
self.freq = freq
|
|
819
|
-
self.amp = amp
|
|
820
|
-
self.oct = oct
|
|
821
|
-
self.dir = Vector((cos(angle), sin(angle)))
|
|
822
|
-
|
|
823
|
-
def shade(self, stroke):
|
|
824
|
-
length = stroke.length_2d
|
|
825
|
-
for svert in stroke:
|
|
826
|
-
nres = self.noise.turbulence1(length * svert.u, self.freq, self.amp, self.oct)
|
|
827
|
-
svert.point += nres * self.dir
|
|
828
|
-
stroke.update_length()
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
class PerlinNoise2DShader(StrokeShader):
|
|
832
|
-
"""
|
|
833
|
-
Displaces the stroke using the strokes coordinates. This means
|
|
834
|
-
that in a scene no strokes will be distorted identically.
|
|
835
|
-
|
|
836
|
-
More information on the noise shaders can be found at:
|
|
837
|
-
https://freestyleintegration.wordpress.com/2011/09/25/development-updates-on-september-25/
|
|
838
|
-
"""
|
|
839
|
-
|
|
840
|
-
def __init__(self, freq=10, amp=10, oct=4, angle=radians(45), seed=-1):
|
|
841
|
-
StrokeShader.__init__(self)
|
|
842
|
-
self.noise = Noise(seed)
|
|
843
|
-
self.freq = freq
|
|
844
|
-
self.amp = amp
|
|
845
|
-
self.oct = oct
|
|
846
|
-
self.dir = Vector((cos(angle), sin(angle)))
|
|
847
|
-
|
|
848
|
-
def shade(self, stroke):
|
|
849
|
-
for svert in stroke:
|
|
850
|
-
projected = Vector((svert.projected_x, svert.projected_y))
|
|
851
|
-
nres = self.noise.turbulence2(projected, self.freq, self.amp, self.oct)
|
|
852
|
-
svert.point += nres * self.dir
|
|
853
|
-
stroke.update_length()
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
class Offset2DShader(StrokeShader):
|
|
857
|
-
"""Offsets the stroke by a given amount."""
|
|
858
|
-
|
|
859
|
-
def __init__(self, start, end, x, y):
|
|
860
|
-
StrokeShader.__init__(self)
|
|
861
|
-
self.start = start
|
|
862
|
-
self.end = end
|
|
863
|
-
self.xy = Vector((x, y))
|
|
864
|
-
|
|
865
|
-
def shade(self, stroke):
|
|
866
|
-
# normals are stored in a tuple, so they don't update when we reposition vertices.
|
|
867
|
-
normals = tuple(stroke_normal(stroke))
|
|
868
|
-
for svert, normal in zip(stroke, normals):
|
|
869
|
-
a = self.start + svert.u * (self.end - self.start)
|
|
870
|
-
svert.point += (normal * a) + self.xy
|
|
871
|
-
stroke.update_length()
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
class Transform2DShader(StrokeShader):
|
|
875
|
-
"""Transforms the stroke (scale, rotation, location) around a given pivot point """
|
|
876
|
-
|
|
877
|
-
def __init__(self, pivot, scale_x, scale_y, angle, pivot_u, pivot_x, pivot_y):
|
|
878
|
-
StrokeShader.__init__(self)
|
|
879
|
-
self.pivot = pivot
|
|
880
|
-
self.scale = Vector((scale_x, scale_y))
|
|
881
|
-
self.cos_theta = cos(angle)
|
|
882
|
-
self.sin_theta = sin(angle)
|
|
883
|
-
self.pivot_u = pivot_u
|
|
884
|
-
self.pivot_x = pivot_x
|
|
885
|
-
self.pivot_y = pivot_y
|
|
886
|
-
if pivot not in {'START', 'END', 'CENTER', 'ABSOLUTE', 'PARAM'}:
|
|
887
|
-
raise ValueError("expected pivot in {'START', 'END', 'CENTER', 'ABSOLUTE', 'PARAM'}, not" + pivot)
|
|
888
|
-
|
|
889
|
-
def shade(self, stroke):
|
|
890
|
-
# determine the pivot of scaling and rotation operations
|
|
891
|
-
if self.pivot == 'START':
|
|
892
|
-
pivot = stroke[0].point
|
|
893
|
-
elif self.pivot == 'END':
|
|
894
|
-
pivot = stroke[-1].point
|
|
895
|
-
elif self.pivot == 'CENTER':
|
|
896
|
-
# minor rounding errors here, because
|
|
897
|
-
# given v = Vector(a, b), then (v / n) != Vector(v.x / n, v.y / n)
|
|
898
|
-
pivot = (1 / len(stroke)) * sum((svert.point for svert in stroke), Vector((0.0, 0.0)))
|
|
899
|
-
elif self.pivot == 'ABSOLUTE':
|
|
900
|
-
pivot = Vector((self.pivot_x, self.pivot_y))
|
|
901
|
-
elif self.pivot == 'PARAM':
|
|
902
|
-
if self.pivot_u < stroke[0].u:
|
|
903
|
-
pivot = stroke[0].point
|
|
904
|
-
else:
|
|
905
|
-
for prev, svert in pairwise(stroke):
|
|
906
|
-
if self.pivot_u < svert.u:
|
|
907
|
-
break
|
|
908
|
-
pivot = svert.point + (svert.u - self.pivot_u) * (prev.point - svert.point)
|
|
909
|
-
|
|
910
|
-
# apply scaling and rotation operations
|
|
911
|
-
for svert in stroke:
|
|
912
|
-
p = (svert.point - pivot)
|
|
913
|
-
x = p.x * self.scale.x
|
|
914
|
-
y = p.y * self.scale.y
|
|
915
|
-
p.x = x * self.cos_theta - y * self.sin_theta
|
|
916
|
-
p.y = x * self.sin_theta + y * self.cos_theta
|
|
917
|
-
svert.point = p + pivot
|
|
918
|
-
stroke.update_length()
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
# Predicates and helper functions
|
|
922
|
-
|
|
923
|
-
class QuantitativeInvisibilityRangeUP1D(UnaryPredicate1D):
|
|
924
|
-
def __init__(self, qi_start, qi_end):
|
|
925
|
-
UnaryPredicate1D.__init__(self)
|
|
926
|
-
self.getQI = QuantitativeInvisibilityF1D()
|
|
927
|
-
self.qi_start = qi_start
|
|
928
|
-
self.qi_end = qi_end
|
|
929
|
-
|
|
930
|
-
def __call__(self, inter):
|
|
931
|
-
qi = self.getQI(inter)
|
|
932
|
-
return self.qi_start <= qi <= self.qi_end
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
def getQualifiedObjectName(ob):
|
|
936
|
-
if ob.library is not None:
|
|
937
|
-
return ob.library.filepath + '/' + ob.name
|
|
938
|
-
return ob.name
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
class ObjectNamesUP1D(UnaryPredicate1D):
|
|
942
|
-
def __init__(self, names, negative):
|
|
943
|
-
UnaryPredicate1D.__init__(self)
|
|
944
|
-
self.names = names
|
|
945
|
-
self.negative = negative
|
|
946
|
-
|
|
947
|
-
def getViewShapeName(self, vs):
|
|
948
|
-
if vs.library_path is not None and len(vs.library_path):
|
|
949
|
-
return vs.library_path + '/' + vs.name
|
|
950
|
-
return vs.name
|
|
951
|
-
|
|
952
|
-
def __call__(self, viewEdge):
|
|
953
|
-
found = self.getViewShapeName(viewEdge.viewshape) in self.names
|
|
954
|
-
if self.negative:
|
|
955
|
-
return not found
|
|
956
|
-
return found
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
# -- Split by dashed line pattern -- #
|
|
960
|
-
|
|
961
|
-
class SplitPatternStartingUP0D(UnaryPredicate0D):
|
|
962
|
-
def __init__(self, controller):
|
|
963
|
-
UnaryPredicate0D.__init__(self)
|
|
964
|
-
self.controller = controller
|
|
965
|
-
|
|
966
|
-
def __call__(self, inter):
|
|
967
|
-
return self.controller.start()
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
class SplitPatternStoppingUP0D(UnaryPredicate0D):
|
|
971
|
-
def __init__(self, controller):
|
|
972
|
-
UnaryPredicate0D.__init__(self)
|
|
973
|
-
self.controller = controller
|
|
974
|
-
|
|
975
|
-
def __call__(self, inter):
|
|
976
|
-
return self.controller.stop()
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
class SplitPatternController:
|
|
980
|
-
def __init__(self, pattern, sampling):
|
|
981
|
-
self.sampling = float(sampling)
|
|
982
|
-
k = len(pattern) // 2
|
|
983
|
-
n = k * 2
|
|
984
|
-
self.start_pos = [pattern[i] + pattern[i + 1] for i in range(0, n, 2)]
|
|
985
|
-
self.stop_pos = [pattern[i] for i in range(0, n, 2)]
|
|
986
|
-
self.init()
|
|
987
|
-
|
|
988
|
-
def init(self):
|
|
989
|
-
self.start_len = 0.0
|
|
990
|
-
self.start_idx = 0
|
|
991
|
-
self.stop_len = self.sampling
|
|
992
|
-
self.stop_idx = 0
|
|
993
|
-
|
|
994
|
-
def start(self):
|
|
995
|
-
self.start_len += self.sampling
|
|
996
|
-
if abs(self.start_len - self.start_pos[self.start_idx]) < self.sampling / 2.0:
|
|
997
|
-
self.start_len = 0.0
|
|
998
|
-
self.start_idx = (self.start_idx + 1) % len(self.start_pos)
|
|
999
|
-
return True
|
|
1000
|
-
return False
|
|
1001
|
-
|
|
1002
|
-
def stop(self):
|
|
1003
|
-
if self.start_len > 0.0:
|
|
1004
|
-
self.init()
|
|
1005
|
-
self.stop_len += self.sampling
|
|
1006
|
-
if abs(self.stop_len - self.stop_pos[self.stop_idx]) < self.sampling / 2.0:
|
|
1007
|
-
self.stop_len = self.sampling
|
|
1008
|
-
self.stop_idx = (self.stop_idx + 1) % len(self.stop_pos)
|
|
1009
|
-
return True
|
|
1010
|
-
return False
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
# Dashed line
|
|
1014
|
-
|
|
1015
|
-
class DashedLineShader(StrokeShader):
|
|
1016
|
-
def __init__(self, pattern):
|
|
1017
|
-
StrokeShader.__init__(self)
|
|
1018
|
-
self.pattern = pattern
|
|
1019
|
-
|
|
1020
|
-
def shade(self, stroke):
|
|
1021
|
-
start = 0.0 # 2D curvilinear length
|
|
1022
|
-
visible = True
|
|
1023
|
-
# The extra 'sampling' term is added below, because the
|
|
1024
|
-
# visibility attribute of the i-th vertex refers to the
|
|
1025
|
-
# visibility of the stroke segment between the i-th and
|
|
1026
|
-
# (i+1)-th vertices.
|
|
1027
|
-
sampling = 1.0
|
|
1028
|
-
it = stroke.stroke_vertices_begin(sampling)
|
|
1029
|
-
pattern_cycle = cycle(self.pattern)
|
|
1030
|
-
pattern = next(pattern_cycle)
|
|
1031
|
-
for _svert in it:
|
|
1032
|
-
pos = it.t # curvilinear abscissa
|
|
1033
|
-
|
|
1034
|
-
if pos - start + sampling > pattern:
|
|
1035
|
-
start = pos
|
|
1036
|
-
pattern = next(pattern_cycle)
|
|
1037
|
-
visible = not visible
|
|
1038
|
-
|
|
1039
|
-
if not visible:
|
|
1040
|
-
it.object.attribute.visible = False
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
# predicates for chaining
|
|
1044
|
-
|
|
1045
|
-
class AngleLargerThanBP1D(BinaryPredicate1D):
|
|
1046
|
-
def __init__(self, angle):
|
|
1047
|
-
BinaryPredicate1D.__init__(self)
|
|
1048
|
-
self.angle = angle
|
|
1049
|
-
|
|
1050
|
-
def __call__(self, i1, i2):
|
|
1051
|
-
sv1a = i1.first_fedge.first_svertex.point_2d
|
|
1052
|
-
sv1b = i1.last_fedge.second_svertex.point_2d
|
|
1053
|
-
sv2a = i2.first_fedge.first_svertex.point_2d
|
|
1054
|
-
sv2b = i2.last_fedge.second_svertex.point_2d
|
|
1055
|
-
if (sv1a - sv2a).length < 1e-6:
|
|
1056
|
-
dir1 = sv1a - sv1b
|
|
1057
|
-
dir2 = sv2b - sv2a
|
|
1058
|
-
elif (sv1b - sv2b).length < 1e-6:
|
|
1059
|
-
dir1 = sv1b - sv1a
|
|
1060
|
-
dir2 = sv2a - sv2b
|
|
1061
|
-
elif (sv1a - sv2b).length < 1e-6:
|
|
1062
|
-
dir1 = sv1a - sv1b
|
|
1063
|
-
dir2 = sv2a - sv2b
|
|
1064
|
-
elif (sv1b - sv2a).length < 1e-6:
|
|
1065
|
-
dir1 = sv1b - sv1a
|
|
1066
|
-
dir2 = sv2b - sv2a
|
|
1067
|
-
else:
|
|
1068
|
-
return False
|
|
1069
|
-
denom = dir1.length * dir2.length
|
|
1070
|
-
if denom < 1e-6:
|
|
1071
|
-
return False
|
|
1072
|
-
x = (dir1 * dir2) / denom
|
|
1073
|
-
return acos(bound(-1.0, x, 1.0)) > self.angle
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
# predicates for selection
|
|
1077
|
-
|
|
1078
|
-
class LengthThresholdUP1D(UnaryPredicate1D):
|
|
1079
|
-
def __init__(self, length_min=None, length_max=None):
|
|
1080
|
-
UnaryPredicate1D.__init__(self)
|
|
1081
|
-
self.length_min = length_min
|
|
1082
|
-
self.length_max = length_max
|
|
1083
|
-
|
|
1084
|
-
def __call__(self, inter):
|
|
1085
|
-
length = inter.length_2d
|
|
1086
|
-
if self.length_min is not None and length < self.length_min:
|
|
1087
|
-
return False
|
|
1088
|
-
if self.length_max is not None and length > self.length_max:
|
|
1089
|
-
return False
|
|
1090
|
-
return True
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
class FaceMarkBothUP1D(UnaryPredicate1D):
|
|
1094
|
-
def __call__(self, inter: ViewEdge):
|
|
1095
|
-
fe = inter.first_fedge
|
|
1096
|
-
while fe is not None:
|
|
1097
|
-
if fe.is_smooth:
|
|
1098
|
-
if fe.face_mark:
|
|
1099
|
-
return True
|
|
1100
|
-
elif (fe.nature & Nature.BORDER):
|
|
1101
|
-
if fe.face_mark_left:
|
|
1102
|
-
return True
|
|
1103
|
-
else:
|
|
1104
|
-
if fe.face_mark_right and fe.face_mark_left:
|
|
1105
|
-
return True
|
|
1106
|
-
fe = fe.next_fedge
|
|
1107
|
-
return False
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
class FaceMarkOneUP1D(UnaryPredicate1D):
|
|
1111
|
-
def __call__(self, inter: ViewEdge):
|
|
1112
|
-
fe = inter.first_fedge
|
|
1113
|
-
while fe is not None:
|
|
1114
|
-
if fe.is_smooth:
|
|
1115
|
-
if fe.face_mark:
|
|
1116
|
-
return True
|
|
1117
|
-
elif (fe.nature & Nature.BORDER):
|
|
1118
|
-
if fe.face_mark_left:
|
|
1119
|
-
return True
|
|
1120
|
-
else:
|
|
1121
|
-
if fe.face_mark_right or fe.face_mark_left:
|
|
1122
|
-
return True
|
|
1123
|
-
fe = fe.next_fedge
|
|
1124
|
-
return False
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
# predicates for splitting
|
|
1128
|
-
|
|
1129
|
-
class MaterialBoundaryUP0D(UnaryPredicate0D):
|
|
1130
|
-
def __call__(self, it):
|
|
1131
|
-
# can't use only it.is_end here, see commit rBeb8964fb7f19
|
|
1132
|
-
if it.is_begin or it.at_last or it.is_end:
|
|
1133
|
-
return False
|
|
1134
|
-
it.decrement()
|
|
1135
|
-
prev, v, succ = next(it), next(it), next(it)
|
|
1136
|
-
fe = v.get_fedge(prev)
|
|
1137
|
-
idx1 = fe.material_index if fe.is_smooth else fe.material_index_left
|
|
1138
|
-
fe = v.get_fedge(succ)
|
|
1139
|
-
idx2 = fe.material_index if fe.is_smooth else fe.material_index_left
|
|
1140
|
-
return idx1 != idx2
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
class Curvature2DAngleThresholdUP0D(UnaryPredicate0D):
|
|
1144
|
-
def __init__(self, angle_min=None, angle_max=None):
|
|
1145
|
-
UnaryPredicate0D.__init__(self)
|
|
1146
|
-
self.angle_min = angle_min
|
|
1147
|
-
self.angle_max = angle_max
|
|
1148
|
-
self.func = Curvature2DAngleF0D()
|
|
1149
|
-
|
|
1150
|
-
def __call__(self, inter):
|
|
1151
|
-
angle = pi - self.func(inter)
|
|
1152
|
-
if self.angle_min is not None and angle < self.angle_min:
|
|
1153
|
-
return True
|
|
1154
|
-
if self.angle_max is not None and angle > self.angle_max:
|
|
1155
|
-
return True
|
|
1156
|
-
return False
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
class Length2DThresholdUP0D(UnaryPredicate0D):
|
|
1160
|
-
def __init__(self, length_limit):
|
|
1161
|
-
UnaryPredicate0D.__init__(self)
|
|
1162
|
-
self.length_limit = length_limit
|
|
1163
|
-
self.t = 0.0
|
|
1164
|
-
|
|
1165
|
-
def __call__(self, inter):
|
|
1166
|
-
t = inter.t # curvilinear abscissa
|
|
1167
|
-
if t < self.t:
|
|
1168
|
-
self.t = 0.0
|
|
1169
|
-
return False
|
|
1170
|
-
if t - self.t < self.length_limit:
|
|
1171
|
-
return False
|
|
1172
|
-
self.t = t
|
|
1173
|
-
return True
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
# Seed for random number generation
|
|
1177
|
-
|
|
1178
|
-
class Seed:
|
|
1179
|
-
def __init__(self):
|
|
1180
|
-
self.t_max = 2 ** 15
|
|
1181
|
-
self.t = int(time.time()) % self.t_max
|
|
1182
|
-
|
|
1183
|
-
def get(self, seed):
|
|
1184
|
-
if seed < 0:
|
|
1185
|
-
self.t = (self.t + 1) % self.t_max
|
|
1186
|
-
return self.t
|
|
1187
|
-
return seed
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
_seed = Seed()
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
def get_dashed_pattern(linestyle):
|
|
1194
|
-
"""Extracts the dashed pattern from the various UI options """
|
|
1195
|
-
pattern = []
|
|
1196
|
-
if linestyle.dash1 > 0 and linestyle.gap1 > 0:
|
|
1197
|
-
pattern.append(linestyle.dash1)
|
|
1198
|
-
pattern.append(linestyle.gap1)
|
|
1199
|
-
if linestyle.dash2 > 0 and linestyle.gap2 > 0:
|
|
1200
|
-
pattern.append(linestyle.dash2)
|
|
1201
|
-
pattern.append(linestyle.gap2)
|
|
1202
|
-
if linestyle.dash3 > 0 and linestyle.gap3 > 0:
|
|
1203
|
-
pattern.append(linestyle.dash3)
|
|
1204
|
-
pattern.append(linestyle.gap3)
|
|
1205
|
-
return pattern
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
def get_grouped_objects(group):
|
|
1209
|
-
for ob in group.objects:
|
|
1210
|
-
if ob.instance_type == 'COLLECTION' and ob.instance_collection is not None:
|
|
1211
|
-
for dupli in get_grouped_objects(ob.instance_collection):
|
|
1212
|
-
yield dupli
|
|
1213
|
-
else:
|
|
1214
|
-
yield ob
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
integration_types = {
|
|
1218
|
-
'MEAN': IntegrationType.MEAN,
|
|
1219
|
-
'MIN': IntegrationType.MIN,
|
|
1220
|
-
'MAX': IntegrationType.MAX,
|
|
1221
|
-
'FIRST': IntegrationType.FIRST,
|
|
1222
|
-
'LAST': IntegrationType.LAST}
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
# main function for parameter processing
|
|
1226
|
-
def process(layer_name, lineset_name):
|
|
1227
|
-
scene = getCurrentScene()
|
|
1228
|
-
layer = scene.view_layers[layer_name]
|
|
1229
|
-
lineset = layer.freestyle_settings.linesets[lineset_name]
|
|
1230
|
-
linestyle = lineset.linestyle
|
|
1231
|
-
|
|
1232
|
-
# execute line set pre-processing callback functions
|
|
1233
|
-
for fn in callbacks_lineset_pre:
|
|
1234
|
-
fn(scene, layer, lineset)
|
|
1235
|
-
|
|
1236
|
-
selection_criteria = []
|
|
1237
|
-
# prepare selection criteria by visibility
|
|
1238
|
-
if lineset.select_by_visibility:
|
|
1239
|
-
if lineset.visibility == 'VISIBLE':
|
|
1240
|
-
selection_criteria.append(
|
|
1241
|
-
QuantitativeInvisibilityUP1D(0))
|
|
1242
|
-
elif lineset.visibility == 'HIDDEN':
|
|
1243
|
-
selection_criteria.append(
|
|
1244
|
-
NotUP1D(QuantitativeInvisibilityUP1D(0)))
|
|
1245
|
-
elif lineset.visibility == 'RANGE':
|
|
1246
|
-
selection_criteria.append(
|
|
1247
|
-
QuantitativeInvisibilityRangeUP1D(lineset.qi_start, lineset.qi_end))
|
|
1248
|
-
# prepare selection criteria by edge types
|
|
1249
|
-
if lineset.select_by_edge_types:
|
|
1250
|
-
edge_type_criteria = []
|
|
1251
|
-
if lineset.select_silhouette:
|
|
1252
|
-
upred = pyNatureUP1D(Nature.SILHOUETTE)
|
|
1253
|
-
edge_type_criteria.append(NotUP1D(upred) if lineset.exclude_silhouette else upred)
|
|
1254
|
-
if lineset.select_border:
|
|
1255
|
-
upred = pyNatureUP1D(Nature.BORDER)
|
|
1256
|
-
edge_type_criteria.append(NotUP1D(upred) if lineset.exclude_border else upred)
|
|
1257
|
-
if lineset.select_crease:
|
|
1258
|
-
upred = pyNatureUP1D(Nature.CREASE)
|
|
1259
|
-
edge_type_criteria.append(NotUP1D(upred) if lineset.exclude_crease else upred)
|
|
1260
|
-
if lineset.select_ridge_valley:
|
|
1261
|
-
upred = pyNatureUP1D(Nature.RIDGE)
|
|
1262
|
-
edge_type_criteria.append(NotUP1D(upred) if lineset.exclude_ridge_valley else upred)
|
|
1263
|
-
if lineset.select_suggestive_contour:
|
|
1264
|
-
upred = pyNatureUP1D(Nature.SUGGESTIVE_CONTOUR)
|
|
1265
|
-
edge_type_criteria.append(NotUP1D(upred) if lineset.exclude_suggestive_contour else upred)
|
|
1266
|
-
if lineset.select_material_boundary:
|
|
1267
|
-
upred = pyNatureUP1D(Nature.MATERIAL_BOUNDARY)
|
|
1268
|
-
edge_type_criteria.append(NotUP1D(upred) if lineset.exclude_material_boundary else upred)
|
|
1269
|
-
if lineset.select_edge_mark:
|
|
1270
|
-
upred = pyNatureUP1D(Nature.EDGE_MARK)
|
|
1271
|
-
edge_type_criteria.append(NotUP1D(upred) if lineset.exclude_edge_mark else upred)
|
|
1272
|
-
if lineset.select_contour:
|
|
1273
|
-
upred = ContourUP1D()
|
|
1274
|
-
edge_type_criteria.append(NotUP1D(upred) if lineset.exclude_contour else upred)
|
|
1275
|
-
if lineset.select_external_contour:
|
|
1276
|
-
upred = ExternalContourUP1D()
|
|
1277
|
-
edge_type_criteria.append(NotUP1D(upred) if lineset.exclude_external_contour else upred)
|
|
1278
|
-
if edge_type_criteria:
|
|
1279
|
-
if lineset.edge_type_combination == 'OR':
|
|
1280
|
-
upred = OrUP1D(*edge_type_criteria)
|
|
1281
|
-
else:
|
|
1282
|
-
upred = AndUP1D(*edge_type_criteria)
|
|
1283
|
-
if lineset.edge_type_negation == 'EXCLUSIVE':
|
|
1284
|
-
upred = NotUP1D(upred)
|
|
1285
|
-
selection_criteria.append(upred)
|
|
1286
|
-
# prepare selection criteria by face marks
|
|
1287
|
-
if lineset.select_by_face_marks:
|
|
1288
|
-
if lineset.face_mark_condition == 'BOTH':
|
|
1289
|
-
upred = FaceMarkBothUP1D()
|
|
1290
|
-
else:
|
|
1291
|
-
upred = FaceMarkOneUP1D()
|
|
1292
|
-
|
|
1293
|
-
if lineset.face_mark_negation == 'EXCLUSIVE':
|
|
1294
|
-
upred = NotUP1D(upred)
|
|
1295
|
-
selection_criteria.append(upred)
|
|
1296
|
-
# prepare selection criteria by group of objects
|
|
1297
|
-
if lineset.select_by_collection:
|
|
1298
|
-
if lineset.collection is not None:
|
|
1299
|
-
names = {getQualifiedObjectName(ob): True for ob in get_grouped_objects(lineset.collection)}
|
|
1300
|
-
upred = ObjectNamesUP1D(names, lineset.collection_negation == 'EXCLUSIVE')
|
|
1301
|
-
selection_criteria.append(upred)
|
|
1302
|
-
# prepare selection criteria by image border
|
|
1303
|
-
if lineset.select_by_image_border:
|
|
1304
|
-
upred = WithinImageBoundaryUP1D(*ContextFunctions.get_border())
|
|
1305
|
-
selection_criteria.append(upred)
|
|
1306
|
-
# select feature edges
|
|
1307
|
-
if selection_criteria:
|
|
1308
|
-
upred = AndUP1D(*selection_criteria)
|
|
1309
|
-
else:
|
|
1310
|
-
upred = TrueUP1D()
|
|
1311
|
-
Operators.select(upred)
|
|
1312
|
-
# join feature edges to form chains
|
|
1313
|
-
if linestyle.use_chaining:
|
|
1314
|
-
if linestyle.chaining == 'PLAIN':
|
|
1315
|
-
if linestyle.use_same_object:
|
|
1316
|
-
Operators.bidirectional_chain(ChainSilhouetteIterator(), NotUP1D(upred))
|
|
1317
|
-
else:
|
|
1318
|
-
Operators.bidirectional_chain(ChainPredicateIterator(upred, TrueBP1D()), NotUP1D(upred))
|
|
1319
|
-
elif linestyle.chaining == 'SKETCHY':
|
|
1320
|
-
if linestyle.use_same_object:
|
|
1321
|
-
Operators.bidirectional_chain(pySketchyChainSilhouetteIterator(linestyle.rounds))
|
|
1322
|
-
else:
|
|
1323
|
-
Operators.bidirectional_chain(pySketchyChainingIterator(linestyle.rounds))
|
|
1324
|
-
else:
|
|
1325
|
-
Operators.chain(ChainPredicateIterator(FalseUP1D(), FalseBP1D()), NotUP1D(upred))
|
|
1326
|
-
# split chains
|
|
1327
|
-
if linestyle.material_boundary:
|
|
1328
|
-
Operators.sequential_split(MaterialBoundaryUP0D())
|
|
1329
|
-
if linestyle.use_angle_min or linestyle.use_angle_max:
|
|
1330
|
-
angle_min = linestyle.angle_min if linestyle.use_angle_min else None
|
|
1331
|
-
angle_max = linestyle.angle_max if linestyle.use_angle_max else None
|
|
1332
|
-
Operators.sequential_split(Curvature2DAngleThresholdUP0D(angle_min, angle_max))
|
|
1333
|
-
if linestyle.use_split_length:
|
|
1334
|
-
Operators.sequential_split(Length2DThresholdUP0D(linestyle.split_length), 1.0)
|
|
1335
|
-
if linestyle.use_split_pattern:
|
|
1336
|
-
pattern = []
|
|
1337
|
-
if linestyle.split_dash1 > 0 and linestyle.split_gap1 > 0:
|
|
1338
|
-
pattern.append(linestyle.split_dash1)
|
|
1339
|
-
pattern.append(linestyle.split_gap1)
|
|
1340
|
-
if linestyle.split_dash2 > 0 and linestyle.split_gap2 > 0:
|
|
1341
|
-
pattern.append(linestyle.split_dash2)
|
|
1342
|
-
pattern.append(linestyle.split_gap2)
|
|
1343
|
-
if linestyle.split_dash3 > 0 and linestyle.split_gap3 > 0:
|
|
1344
|
-
pattern.append(linestyle.split_dash3)
|
|
1345
|
-
pattern.append(linestyle.split_gap3)
|
|
1346
|
-
if len(pattern) > 0:
|
|
1347
|
-
sampling = 1.0
|
|
1348
|
-
controller = SplitPatternController(pattern, sampling)
|
|
1349
|
-
Operators.sequential_split(
|
|
1350
|
-
SplitPatternStartingUP0D(controller),
|
|
1351
|
-
SplitPatternStoppingUP0D(controller),
|
|
1352
|
-
sampling,
|
|
1353
|
-
)
|
|
1354
|
-
# sort selected chains
|
|
1355
|
-
if linestyle.use_sorting:
|
|
1356
|
-
integration = integration_types.get(linestyle.integration_type, IntegrationType.MEAN)
|
|
1357
|
-
if linestyle.sort_key == 'DISTANCE_FROM_CAMERA':
|
|
1358
|
-
bpred = pyZBP1D(integration)
|
|
1359
|
-
elif linestyle.sort_key == '2D_LENGTH':
|
|
1360
|
-
bpred = Length2DBP1D()
|
|
1361
|
-
elif linestyle.sort_key == 'PROJECTED_X':
|
|
1362
|
-
bpred = pyProjectedXBP1D(integration)
|
|
1363
|
-
elif linestyle.sort_key == 'PROJECTED_Y':
|
|
1364
|
-
bpred = pyProjectedYBP1D(integration)
|
|
1365
|
-
if linestyle.sort_order == 'REVERSE':
|
|
1366
|
-
bpred = NotBP1D(bpred)
|
|
1367
|
-
Operators.sort(bpred)
|
|
1368
|
-
# select chains
|
|
1369
|
-
if linestyle.use_length_min or linestyle.use_length_max:
|
|
1370
|
-
length_min = linestyle.length_min if linestyle.use_length_min else None
|
|
1371
|
-
length_max = linestyle.length_max if linestyle.use_length_max else None
|
|
1372
|
-
Operators.select(LengthThresholdUP1D(length_min, length_max))
|
|
1373
|
-
if linestyle.use_chain_count:
|
|
1374
|
-
Operators.select(pyNFirstUP1D(linestyle.chain_count))
|
|
1375
|
-
# prepare a list of stroke shaders
|
|
1376
|
-
shaders_list = []
|
|
1377
|
-
for m in linestyle.geometry_modifiers:
|
|
1378
|
-
if not m.use:
|
|
1379
|
-
continue
|
|
1380
|
-
if m.type == 'SAMPLING':
|
|
1381
|
-
shaders_list.append(SamplingShader(
|
|
1382
|
-
m.sampling))
|
|
1383
|
-
elif m.type == 'BEZIER_CURVE':
|
|
1384
|
-
shaders_list.append(BezierCurveShader(
|
|
1385
|
-
m.error))
|
|
1386
|
-
elif m.type == 'SIMPLIFICATION':
|
|
1387
|
-
shaders_list.append(SimplificationShader(m.tolerance))
|
|
1388
|
-
elif m.type == 'SINUS_DISPLACEMENT':
|
|
1389
|
-
shaders_list.append(SinusDisplacementShader(
|
|
1390
|
-
m.wavelength, m.amplitude, m.phase))
|
|
1391
|
-
elif m.type == 'SPATIAL_NOISE':
|
|
1392
|
-
shaders_list.append(SpatialNoiseShader(
|
|
1393
|
-
m.amplitude, m.scale, m.octaves, m.smooth, m.use_pure_random))
|
|
1394
|
-
elif m.type == 'PERLIN_NOISE_1D':
|
|
1395
|
-
shaders_list.append(PerlinNoise1DShader(
|
|
1396
|
-
m.frequency, m.amplitude, m.octaves, m.angle, _seed.get(m.seed)))
|
|
1397
|
-
elif m.type == 'PERLIN_NOISE_2D':
|
|
1398
|
-
shaders_list.append(PerlinNoise2DShader(
|
|
1399
|
-
m.frequency, m.amplitude, m.octaves, m.angle, _seed.get(m.seed)))
|
|
1400
|
-
elif m.type == 'BACKBONE_STRETCHER':
|
|
1401
|
-
shaders_list.append(BackboneStretcherShader(
|
|
1402
|
-
m.backbone_length))
|
|
1403
|
-
elif m.type == 'TIP_REMOVER':
|
|
1404
|
-
shaders_list.append(TipRemoverShader(
|
|
1405
|
-
m.tip_length))
|
|
1406
|
-
elif m.type == 'POLYGONIZATION':
|
|
1407
|
-
shaders_list.append(PolygonalizationShader(
|
|
1408
|
-
m.error))
|
|
1409
|
-
elif m.type == 'GUIDING_LINES':
|
|
1410
|
-
shaders_list.append(GuidingLinesShader(
|
|
1411
|
-
m.offset))
|
|
1412
|
-
elif m.type == 'BLUEPRINT':
|
|
1413
|
-
if m.shape == 'CIRCLES':
|
|
1414
|
-
shaders_list.append(pyBluePrintCirclesShader(
|
|
1415
|
-
m.rounds, m.random_radius, m.random_center))
|
|
1416
|
-
elif m.shape == 'ELLIPSES':
|
|
1417
|
-
shaders_list.append(pyBluePrintEllipsesShader(
|
|
1418
|
-
m.rounds, m.random_radius, m.random_center))
|
|
1419
|
-
elif m.shape == 'SQUARES':
|
|
1420
|
-
shaders_list.append(pyBluePrintSquaresShader(
|
|
1421
|
-
m.rounds, m.backbone_length, m.random_backbone))
|
|
1422
|
-
elif m.type == '2D_OFFSET':
|
|
1423
|
-
shaders_list.append(Offset2DShader(
|
|
1424
|
-
m.start, m.end, m.x, m.y))
|
|
1425
|
-
elif m.type == '2D_TRANSFORM':
|
|
1426
|
-
shaders_list.append(Transform2DShader(
|
|
1427
|
-
m.pivot, m.scale_x, m.scale_y, m.angle, m.pivot_u, m.pivot_x, m.pivot_y))
|
|
1428
|
-
# -- Base color, alpha and thickness -- #
|
|
1429
|
-
if (not linestyle.use_chaining) or (linestyle.chaining == 'PLAIN' and linestyle.use_same_object):
|
|
1430
|
-
thickness_position = linestyle.thickness_position
|
|
1431
|
-
else:
|
|
1432
|
-
thickness_position = 'CENTER'
|
|
1433
|
-
import bpy
|
|
1434
|
-
if bpy.app.debug_freestyle:
|
|
1435
|
-
print("Warning: Thickness position options are applied when chaining is disabled\n"
|
|
1436
|
-
" or the Plain chaining is used with the Same Object option enabled.")
|
|
1437
|
-
shaders_list.append(ConstantColorShader(*(linestyle.color), alpha=linestyle.alpha))
|
|
1438
|
-
shaders_list.append(BaseThicknessShader(linestyle.thickness, thickness_position,
|
|
1439
|
-
linestyle.thickness_ratio))
|
|
1440
|
-
# -- Modifiers -- #
|
|
1441
|
-
for m in linestyle.color_modifiers:
|
|
1442
|
-
if not m.use:
|
|
1443
|
-
continue
|
|
1444
|
-
if m.type == 'ALONG_STROKE':
|
|
1445
|
-
shaders_list.append(ColorAlongStrokeShader(
|
|
1446
|
-
m.blend, m.influence, m.color_ramp))
|
|
1447
|
-
elif m.type == 'DISTANCE_FROM_CAMERA':
|
|
1448
|
-
shaders_list.append(ColorDistanceFromCameraShader(
|
|
1449
|
-
m.blend, m.influence, m.color_ramp,
|
|
1450
|
-
m.range_min, m.range_max))
|
|
1451
|
-
elif m.type == 'DISTANCE_FROM_OBJECT':
|
|
1452
|
-
if m.target is not None:
|
|
1453
|
-
shaders_list.append(ColorDistanceFromObjectShader(
|
|
1454
|
-
m.blend, m.influence, m.color_ramp, m.target,
|
|
1455
|
-
m.range_min, m.range_max))
|
|
1456
|
-
elif m.type == 'MATERIAL':
|
|
1457
|
-
shaders_list.append(ColorMaterialShader(
|
|
1458
|
-
m.blend, m.influence, m.color_ramp, m.material_attribute,
|
|
1459
|
-
m.use_ramp))
|
|
1460
|
-
elif m.type == 'TANGENT':
|
|
1461
|
-
shaders_list.append(TangentColorShader(
|
|
1462
|
-
m.blend, m.influence, m.color_ramp))
|
|
1463
|
-
elif m.type == 'CREASE_ANGLE':
|
|
1464
|
-
shaders_list.append(CreaseAngleColorShader(
|
|
1465
|
-
m.blend, m.influence, m.color_ramp,
|
|
1466
|
-
m.angle_min, m.angle_max))
|
|
1467
|
-
elif m.type == 'CURVATURE_3D':
|
|
1468
|
-
shaders_list.append(Curvature3DColorShader(
|
|
1469
|
-
m.blend, m.influence, m.color_ramp,
|
|
1470
|
-
m.curvature_min, m.curvature_max))
|
|
1471
|
-
elif m.type == 'NOISE':
|
|
1472
|
-
shaders_list.append(ColorNoiseShader(
|
|
1473
|
-
m.blend, m.influence, m.color_ramp,
|
|
1474
|
-
m.amplitude, m.period, m.seed))
|
|
1475
|
-
for m in linestyle.alpha_modifiers:
|
|
1476
|
-
if not m.use:
|
|
1477
|
-
continue
|
|
1478
|
-
if m.type == 'ALONG_STROKE':
|
|
1479
|
-
shaders_list.append(AlphaAlongStrokeShader(
|
|
1480
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve))
|
|
1481
|
-
elif m.type == 'DISTANCE_FROM_CAMERA':
|
|
1482
|
-
shaders_list.append(AlphaDistanceFromCameraShader(
|
|
1483
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve,
|
|
1484
|
-
m.range_min, m.range_max))
|
|
1485
|
-
elif m.type == 'DISTANCE_FROM_OBJECT':
|
|
1486
|
-
if m.target is not None:
|
|
1487
|
-
shaders_list.append(AlphaDistanceFromObjectShader(
|
|
1488
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve, m.target,
|
|
1489
|
-
m.range_min, m.range_max))
|
|
1490
|
-
elif m.type == 'MATERIAL':
|
|
1491
|
-
shaders_list.append(AlphaMaterialShader(
|
|
1492
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve,
|
|
1493
|
-
m.material_attribute))
|
|
1494
|
-
elif m.type == 'TANGENT':
|
|
1495
|
-
shaders_list.append(TangentAlphaShader(
|
|
1496
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve,))
|
|
1497
|
-
elif m.type == 'CREASE_ANGLE':
|
|
1498
|
-
shaders_list.append(CreaseAngleAlphaShader(
|
|
1499
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve,
|
|
1500
|
-
m.angle_min, m.angle_max))
|
|
1501
|
-
elif m.type == 'CURVATURE_3D':
|
|
1502
|
-
shaders_list.append(Curvature3DAlphaShader(
|
|
1503
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve,
|
|
1504
|
-
m.curvature_min, m.curvature_max))
|
|
1505
|
-
elif m.type == 'NOISE':
|
|
1506
|
-
shaders_list.append(AlphaNoiseShader(
|
|
1507
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve,
|
|
1508
|
-
m.amplitude, m.period, m.seed))
|
|
1509
|
-
for m in linestyle.thickness_modifiers:
|
|
1510
|
-
if not m.use:
|
|
1511
|
-
continue
|
|
1512
|
-
if m.type == 'ALONG_STROKE':
|
|
1513
|
-
shaders_list.append(ThicknessAlongStrokeShader(
|
|
1514
|
-
thickness_position, linestyle.thickness_ratio,
|
|
1515
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve,
|
|
1516
|
-
m.value_min, m.value_max))
|
|
1517
|
-
elif m.type == 'DISTANCE_FROM_CAMERA':
|
|
1518
|
-
shaders_list.append(ThicknessDistanceFromCameraShader(
|
|
1519
|
-
thickness_position, linestyle.thickness_ratio,
|
|
1520
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve,
|
|
1521
|
-
m.range_min, m.range_max, m.value_min, m.value_max))
|
|
1522
|
-
elif m.type == 'DISTANCE_FROM_OBJECT':
|
|
1523
|
-
if m.target is not None:
|
|
1524
|
-
shaders_list.append(ThicknessDistanceFromObjectShader(
|
|
1525
|
-
thickness_position, linestyle.thickness_ratio,
|
|
1526
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve, m.target,
|
|
1527
|
-
m.range_min, m.range_max, m.value_min, m.value_max))
|
|
1528
|
-
elif m.type == 'MATERIAL':
|
|
1529
|
-
shaders_list.append(ThicknessMaterialShader(
|
|
1530
|
-
thickness_position, linestyle.thickness_ratio,
|
|
1531
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve,
|
|
1532
|
-
m.material_attribute, m.value_min, m.value_max))
|
|
1533
|
-
elif m.type == 'CALLIGRAPHY':
|
|
1534
|
-
shaders_list.append(CalligraphicThicknessShader(
|
|
1535
|
-
thickness_position, linestyle.thickness_ratio,
|
|
1536
|
-
m.blend, m.influence,
|
|
1537
|
-
m.orientation, m.thickness_min, m.thickness_max))
|
|
1538
|
-
elif m.type == 'TANGENT':
|
|
1539
|
-
shaders_list.append(TangentThicknessShader(
|
|
1540
|
-
thickness_position, linestyle.thickness_ratio,
|
|
1541
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve,
|
|
1542
|
-
m.thickness_min, m.thickness_max))
|
|
1543
|
-
elif m.type == 'NOISE':
|
|
1544
|
-
shaders_list.append(ThicknessNoiseShader(
|
|
1545
|
-
thickness_position, linestyle.thickness_ratio,
|
|
1546
|
-
m.blend, m.influence,
|
|
1547
|
-
m.amplitude, m.period, m.seed, m.use_asymmetric))
|
|
1548
|
-
elif m.type == 'CREASE_ANGLE':
|
|
1549
|
-
shaders_list.append(CreaseAngleThicknessShader(
|
|
1550
|
-
thickness_position, linestyle.thickness_ratio,
|
|
1551
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve,
|
|
1552
|
-
m.angle_min, m.angle_max, m.thickness_min, m.thickness_max))
|
|
1553
|
-
elif m.type == 'CURVATURE_3D':
|
|
1554
|
-
shaders_list.append(Curvature3DThicknessShader(
|
|
1555
|
-
thickness_position, linestyle.thickness_ratio,
|
|
1556
|
-
m.blend, m.influence, m.mapping, m.invert, m.curve,
|
|
1557
|
-
m.curvature_min, m.curvature_max, m.thickness_min, m.thickness_max))
|
|
1558
|
-
else:
|
|
1559
|
-
raise RuntimeError("No Thickness modifier with type", type(m), m)
|
|
1560
|
-
# -- Textures -- #
|
|
1561
|
-
has_tex = False
|
|
1562
|
-
if linestyle.use_nodes and linestyle.node_tree:
|
|
1563
|
-
shaders_list.append(BlenderTextureShader(linestyle.node_tree))
|
|
1564
|
-
has_tex = True
|
|
1565
|
-
if has_tex:
|
|
1566
|
-
shaders_list.append(StrokeTextureStepShader(linestyle.texture_spacing))
|
|
1567
|
-
|
|
1568
|
-
# execute post-base stylization callbacks
|
|
1569
|
-
for fn in callbacks_modifiers_post:
|
|
1570
|
-
shaders_list.extend(fn(scene, layer, lineset))
|
|
1571
|
-
|
|
1572
|
-
# -- Stroke caps -- #
|
|
1573
|
-
if linestyle.caps == 'ROUND':
|
|
1574
|
-
shaders_list.append(RoundCapShader())
|
|
1575
|
-
elif linestyle.caps == 'SQUARE':
|
|
1576
|
-
shaders_list.append(SquareCapShader())
|
|
1577
|
-
|
|
1578
|
-
# -- Dashed line -- #
|
|
1579
|
-
if linestyle.use_dashed_line:
|
|
1580
|
-
pattern = get_dashed_pattern(linestyle)
|
|
1581
|
-
if len(pattern) > 0:
|
|
1582
|
-
shaders_list.append(DashedLineShader(pattern))
|
|
1583
|
-
|
|
1584
|
-
# create strokes using the shaders list
|
|
1585
|
-
Operators.create(TrueUP1D(), shaders_list)
|
|
1586
|
-
|
|
1587
|
-
# execute line set post-processing callback functions
|
|
1588
|
-
for fn in callbacks_lineset_post:
|
|
1589
|
-
fn(scene, layer, lineset)
|