@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
package/staging_area/Blender/5.0/scripts/presets/keyconfig/keymap_data/industry_compatible_data.py
DELETED
|
@@ -1,3896 +0,0 @@
|
|
|
1
|
-
# SPDX-FileCopyrightText: 2019-2023 Blender Authors
|
|
2
|
-
#
|
|
3
|
-
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
4
|
-
|
|
5
|
-
# ------------------------------------------------------------------------------
|
|
6
|
-
# Configurable Parameters
|
|
7
|
-
|
|
8
|
-
class Params:
|
|
9
|
-
__slots__ = (
|
|
10
|
-
"select_mouse",
|
|
11
|
-
"select_mouse_value",
|
|
12
|
-
"action_mouse",
|
|
13
|
-
"tool_mouse",
|
|
14
|
-
"use_mouse_emulate_3_button",
|
|
15
|
-
|
|
16
|
-
)
|
|
17
|
-
|
|
18
|
-
def __init__(
|
|
19
|
-
self,
|
|
20
|
-
*,
|
|
21
|
-
use_mouse_emulate_3_button=False,
|
|
22
|
-
):
|
|
23
|
-
self.tool_mouse = 'LEFTMOUSE'
|
|
24
|
-
self.select_mouse = 'LEFTMOUSE'
|
|
25
|
-
self.select_mouse_value = 'CLICK'
|
|
26
|
-
self.action_mouse = 'RIGHTMOUSE'
|
|
27
|
-
self.use_mouse_emulate_3_button = use_mouse_emulate_3_button
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
# ------------------------------------------------------------------------------
|
|
31
|
-
# Constants
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
# Physical layout.
|
|
35
|
-
NUMBERS_1 = ('ONE', 'TWO', 'THREE', 'FOUR', 'FIVE', 'SIX', 'SEVEN', 'EIGHT', 'NINE', 'ZERO')
|
|
36
|
-
# Numeric order.
|
|
37
|
-
NUMBERS_0 = ('ZERO', 'ONE', 'TWO', 'THREE', 'FOUR', 'FIVE', 'SIX', 'SEVEN', 'EIGHT', 'NINE')
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
# ------------------------------------------------------------------------------
|
|
41
|
-
# Keymap Item Wrappers
|
|
42
|
-
|
|
43
|
-
def op_menu(menu, kmi_args):
|
|
44
|
-
return ("wm.call_menu", kmi_args, {"properties": [("name", menu)]})
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
def op_menu_pie(menu, kmi_args):
|
|
48
|
-
return ("wm.call_menu_pie", kmi_args, {"properties": [("name", menu)]})
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
def op_panel(menu, kmi_args, kmi_data=()):
|
|
52
|
-
return ("wm.call_panel", kmi_args, {"properties": [("name", menu), *kmi_data]})
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
def op_asset_shelf_popup(asset_shelf, kmi_args):
|
|
56
|
-
return ("wm.call_asset_shelf_popover", kmi_args, {"properties": [("name", asset_shelf)]})
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
def op_tool(tool, kmi_args):
|
|
60
|
-
return ("wm.tool_set_by_id", kmi_args, {"properties": [("name", tool)]})
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
def op_tool_cycle(tool, kmi_args):
|
|
64
|
-
return ("wm.tool_set_by_id", kmi_args, {"properties": [("name", tool), ("cycle", True)]})
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
# ------------------------------------------------------------------------------
|
|
68
|
-
# Keymap Templates
|
|
69
|
-
|
|
70
|
-
def _template_items_context_menu(menu, key_args_primary):
|
|
71
|
-
return [
|
|
72
|
-
op_menu(menu, kmi_args)
|
|
73
|
-
for kmi_args in (key_args_primary, {"type": 'APP', "value": 'PRESS'})
|
|
74
|
-
]
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
def _template_items_context_panel(menu, key_args_primary):
|
|
78
|
-
return [
|
|
79
|
-
op_panel(menu, kmi_args)
|
|
80
|
-
for kmi_args in (key_args_primary, {"type": 'APP', "value": 'PRESS'})
|
|
81
|
-
]
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
def _template_items_object_subdivision_set():
|
|
85
|
-
return [
|
|
86
|
-
("object.subdivision_set",
|
|
87
|
-
{"type": NUMBERS_0[i], "value": 'PRESS', "ctrl": True},
|
|
88
|
-
{"properties": [("level", i), ("relative", False), ("ensure_modifier", True)]})
|
|
89
|
-
for i in range(6)
|
|
90
|
-
]
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
def _template_items_animation():
|
|
94
|
-
return [
|
|
95
|
-
("screen.frame_offset", {"type": 'LEFT_ARROW', "value": 'PRESS'},
|
|
96
|
-
{"properties": [("delta", -1)]}),
|
|
97
|
-
("screen.frame_offset", {"type": 'RIGHT_ARROW', "value": 'PRESS'},
|
|
98
|
-
{"properties": [("delta", 1)]}),
|
|
99
|
-
("screen.frame_jump", {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True},
|
|
100
|
-
{"properties": [("end", True)]}),
|
|
101
|
-
("screen.frame_jump", {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True},
|
|
102
|
-
{"properties": [("end", False)]}),
|
|
103
|
-
|
|
104
|
-
]
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
def _template_items_gizmo_tweak_value_drag():
|
|
108
|
-
return [
|
|
109
|
-
("gizmogroup.gizmo_tweak", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
110
|
-
]
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
# Tool System Templates
|
|
114
|
-
|
|
115
|
-
def _template_items_basic_tools(*, connected=False):
|
|
116
|
-
return [
|
|
117
|
-
op_tool_cycle("builtin.select_box", {"type": 'Q', "value": 'PRESS'}),
|
|
118
|
-
op_tool_cycle("builtin.move", {"type": 'W', "value": 'PRESS'}),
|
|
119
|
-
op_tool_cycle("builtin.rotate", {"type": 'E', "value": 'PRESS'}),
|
|
120
|
-
op_tool_cycle("builtin.scale", {"type": 'R', "value": 'PRESS'}),
|
|
121
|
-
op_tool_cycle("builtin.transform", {"type": 'T', "value": 'PRESS'}),
|
|
122
|
-
op_tool_cycle("builtin.annotate", {"type": 'D', "value": 'PRESS'}),
|
|
123
|
-
op_tool_cycle("builtin.measure", {"type": 'M', "value": 'PRESS'}),
|
|
124
|
-
op_tool_cycle("builtin.cursor", {"type": 'C', "value": 'PRESS'}),
|
|
125
|
-
]
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
def _template_items_tool_select(params, operator, *, extend):
|
|
129
|
-
return [
|
|
130
|
-
(operator, {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
131
|
-
{"properties": [("deselect_all", True)]}),
|
|
132
|
-
(operator, {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
133
|
-
{"properties": [(extend, True)]}),
|
|
134
|
-
]
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
def _template_items_tool_select_actions(operator, *, type, value):
|
|
138
|
-
kmi_args = {"type": type, "value": value}
|
|
139
|
-
return [
|
|
140
|
-
(operator, kmi_args, None),
|
|
141
|
-
(operator, {**kmi_args, "shift": True},
|
|
142
|
-
{"properties": [("mode", 'ADD')]}),
|
|
143
|
-
(operator, {**kmi_args, "ctrl": True},
|
|
144
|
-
{"properties": [("mode", 'SUB')]}),
|
|
145
|
-
(operator, {**kmi_args, "shift": True, "ctrl": True},
|
|
146
|
-
{"properties": [("mode", 'AND')]}),
|
|
147
|
-
]
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
# This could have a more generic name, for now use for circle select.
|
|
151
|
-
def _template_items_tool_select_actions_simple(operator, *, type, value, properties=()):
|
|
152
|
-
kmi_args = {"type": type, "value": value}
|
|
153
|
-
return [
|
|
154
|
-
# Don't define 'SET' here, take from the tool options.
|
|
155
|
-
(operator, kmi_args,
|
|
156
|
-
{"properties": [*properties]}),
|
|
157
|
-
(operator, {**kmi_args, "shift": True},
|
|
158
|
-
{"properties": [*properties, ("mode", 'ADD')]}),
|
|
159
|
-
(operator, {**kmi_args, "ctrl": True},
|
|
160
|
-
{"properties": [*properties, ("mode", 'SUB')]}),
|
|
161
|
-
]
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
def _template_items_editmode_mesh_select_mode(params):
|
|
165
|
-
return [
|
|
166
|
-
(
|
|
167
|
-
"mesh.select_mode",
|
|
168
|
-
{"type": k, "value": 'PRESS', **key_expand, **key_extend},
|
|
169
|
-
{"properties": [*prop_extend, *prop_expand, ("type", e)]}
|
|
170
|
-
)
|
|
171
|
-
for key_expand, prop_expand in (({}, ()), ({"ctrl": True}, (("use_expand", True),)))
|
|
172
|
-
for key_extend, prop_extend in (({}, ()), ({"shift": True}, (("use_extend", True),)))
|
|
173
|
-
for k, e in (('ONE', 'VERT'), ('TWO', 'EDGE'), ('THREE', 'FACE'))
|
|
174
|
-
]
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
# ------------------------------------------------------------------------------
|
|
178
|
-
# Window, Screen, Areas, Regions
|
|
179
|
-
|
|
180
|
-
def km_window(params):
|
|
181
|
-
items = []
|
|
182
|
-
keymap = (
|
|
183
|
-
"Window",
|
|
184
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
185
|
-
{"items": items},
|
|
186
|
-
)
|
|
187
|
-
|
|
188
|
-
items.extend([
|
|
189
|
-
("wm.batch_rename", {"type": 'RET', "value": 'PRESS', "alt": True}, None),
|
|
190
|
-
|
|
191
|
-
# File operations
|
|
192
|
-
("wm.read_homefile", {"type": 'N', "value": 'PRESS', "ctrl": True}, None),
|
|
193
|
-
op_menu("TOPBAR_MT_file_open_recent", {"type": 'O', "value": 'PRESS', "shift": True, "ctrl": True}),
|
|
194
|
-
("wm.open_mainfile", {"type": 'O', "value": 'PRESS', "ctrl": True}, None),
|
|
195
|
-
("wm.save_mainfile", {"type": 'S', "value": 'PRESS', "ctrl": True}, None),
|
|
196
|
-
("wm.save_as_mainfile", {"type": 'S', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
197
|
-
("wm.save_mainfile",
|
|
198
|
-
{"type": 'S', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
199
|
-
{"properties": [("incremental", True)]}),
|
|
200
|
-
("wm.quit_blender", {"type": 'Q', "value": 'PRESS', "ctrl": True}, None),
|
|
201
|
-
|
|
202
|
-
# Quick menu and toolbar
|
|
203
|
-
op_menu("SCREEN_MT_user_menu", {"type": 'TAB', "value": 'PRESS', "shift": True}),
|
|
204
|
-
|
|
205
|
-
# NDOF settings
|
|
206
|
-
op_panel("USERPREF_PT_ndof_settings", {"type": 'NDOF_BUTTON_MENU', "value": 'PRESS'}),
|
|
207
|
-
("wm.context_scale_float", {"type": 'NDOF_BUTTON_PLUS', "value": 'PRESS'},
|
|
208
|
-
{"properties": [("data_path", "preferences.inputs.ndof_translation_sensitivity"), ("value", 1.1)]}),
|
|
209
|
-
("wm.context_scale_float", {"type": 'NDOF_BUTTON_MINUS', "value": 'PRESS'},
|
|
210
|
-
{"properties": [("data_path", "preferences.inputs.ndof_translation_sensitivity"), ("value", 1.0 / 1.1)]}),
|
|
211
|
-
("wm.context_scale_float", {"type": 'NDOF_BUTTON_PLUS', "value": 'PRESS', "shift": True},
|
|
212
|
-
{"properties": [("data_path", "preferences.inputs.ndof_translation_sensitivity"), ("value", 1.5)]}),
|
|
213
|
-
("wm.context_scale_float", {"type": 'NDOF_BUTTON_MINUS', "value": 'PRESS', "shift": True},
|
|
214
|
-
{"properties": [("data_path", "preferences.inputs.ndof_translation_sensitivity"), ("value", 2.0 / 3.0)]}),
|
|
215
|
-
("info.reports_display_update", {"type": 'TIMER_REPORT', "value": 'ANY', "any": True}, None),
|
|
216
|
-
])
|
|
217
|
-
|
|
218
|
-
return keymap
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
def km_screen(params):
|
|
222
|
-
items = []
|
|
223
|
-
keymap = (
|
|
224
|
-
"Screen",
|
|
225
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
226
|
-
{"items": items},
|
|
227
|
-
)
|
|
228
|
-
|
|
229
|
-
items.extend([
|
|
230
|
-
("screen.repeat_last", {"type": 'G', "value": 'PRESS', "repeat": True}, None),
|
|
231
|
-
# Animation
|
|
232
|
-
("screen.userpref_show", {"type": 'COMMA', "value": 'PRESS', "ctrl": True}, None),
|
|
233
|
-
("screen.animation_step", {"type": 'TIMER0', "value": 'ANY', "any": True}, None),
|
|
234
|
-
("screen.region_blend", {"type": 'TIMERREGION', "value": 'ANY', "any": True}, None),
|
|
235
|
-
# Full screen and cycling
|
|
236
|
-
("screen.space_context_cycle", {"type": 'TAB', "value": 'PRESS', "ctrl": True},
|
|
237
|
-
{"properties": [("direction", 'NEXT')]}),
|
|
238
|
-
("screen.space_context_cycle", {"type": 'TAB', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
239
|
-
{"properties": [("direction", 'PREV')]}),
|
|
240
|
-
("screen.workspace_cycle", {"type": 'PAGE_DOWN', "value": 'PRESS', "ctrl": True},
|
|
241
|
-
{"properties": [("direction", 'NEXT')]}),
|
|
242
|
-
("screen.workspace_cycle", {"type": 'PAGE_UP', "value": 'PRESS', "ctrl": True},
|
|
243
|
-
{"properties": [("direction", 'PREV')]}),
|
|
244
|
-
# Files
|
|
245
|
-
("file.execute", {"type": 'RET', "value": 'PRESS'}, None),
|
|
246
|
-
("file.execute", {"type": 'NUMPAD_ENTER', "value": 'PRESS'}, None),
|
|
247
|
-
("file.cancel", {"type": 'ESC', "value": 'PRESS'}, None),
|
|
248
|
-
# Asset Catalog undo is only available in the asset browser, and should take priority over `ed.undo`.
|
|
249
|
-
("asset.catalog_undo", {"type": 'Z', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
250
|
-
("asset.catalog_redo", {"type": 'Z', "value": 'PRESS', "ctrl": True, "shift": True, "repeat": True}, None),
|
|
251
|
-
# Undo
|
|
252
|
-
("ed.undo", {"type": 'Z', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
253
|
-
("ed.redo", {"type": 'Z', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True}, None),
|
|
254
|
-
("ed.undo_history", {"type": 'Z', "value": 'PRESS', "alt": True, "ctrl": True}, None),
|
|
255
|
-
# Render
|
|
256
|
-
("render.view_cancel", {"type": 'ESC', "value": 'PRESS'}, None),
|
|
257
|
-
])
|
|
258
|
-
|
|
259
|
-
return keymap
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
def km_screen_editing(params):
|
|
263
|
-
items = []
|
|
264
|
-
keymap = ("Screen Editing",
|
|
265
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
266
|
-
{"items": items})
|
|
267
|
-
|
|
268
|
-
items.extend([
|
|
269
|
-
# Action zones
|
|
270
|
-
("screen.actionzone", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
271
|
-
{"properties": [("modifier", 0)]}),
|
|
272
|
-
("screen.actionzone", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
273
|
-
{"properties": [("modifier", 1)]}),
|
|
274
|
-
("screen.actionzone", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
275
|
-
{"properties": [("modifier", 2)]}),
|
|
276
|
-
# Screen tools
|
|
277
|
-
("screen.area_split", {"type": 'ACTIONZONE_AREA', "value": 'ANY'}, None),
|
|
278
|
-
("screen.area_join", {"type": 'ACTIONZONE_AREA', "value": 'ANY'}, None),
|
|
279
|
-
("screen.area_dupli", {"type": 'ACTIONZONE_AREA', "value": 'ANY', "shift": True}, None),
|
|
280
|
-
("screen.area_swap", {"type": 'ACTIONZONE_AREA', "value": 'ANY', "ctrl": True}, None),
|
|
281
|
-
("screen.region_scale", {"type": 'ACTIONZONE_REGION', "value": 'ANY'}, None),
|
|
282
|
-
("screen.screen_full_area", {"type": 'ACTIONZONE_FULLSCREEN', "value": 'ANY'},
|
|
283
|
-
{"properties": [("use_hide_panels", True)]}),
|
|
284
|
-
# Area move after action zones
|
|
285
|
-
("screen.area_move", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
286
|
-
("screen.area_options", {"type": 'RIGHTMOUSE', "value": 'PRESS'}, None),
|
|
287
|
-
# Render
|
|
288
|
-
("render.render", {"type": 'RET', "value": 'PRESS', "ctrl": True},
|
|
289
|
-
{"properties": [("use_viewport", True)]}),
|
|
290
|
-
("render.render", {"type": 'RET', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
291
|
-
{"properties": [("animation", True), ("use_viewport", True)]}),
|
|
292
|
-
("render.render", {"type": 'F12', "value": 'PRESS', "alt": True},
|
|
293
|
-
{"properties": [("use_sequencer_scene", True), ("use_viewport", True)]}),
|
|
294
|
-
("render.render", {"type": 'F12', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
295
|
-
{"properties": [("animation", True), ("use_sequencer_scene", True), ("use_viewport", True)]}),
|
|
296
|
-
("render.view_cancel", {"type": 'ESC', "value": 'PRESS'}, None),
|
|
297
|
-
])
|
|
298
|
-
|
|
299
|
-
return keymap
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
def km_screen_region_context_menu(_params):
|
|
303
|
-
items = []
|
|
304
|
-
keymap = (
|
|
305
|
-
"Region Context Menu",
|
|
306
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
307
|
-
{"items": items},
|
|
308
|
-
)
|
|
309
|
-
|
|
310
|
-
items.extend([
|
|
311
|
-
("screen.region_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}, None),
|
|
312
|
-
])
|
|
313
|
-
|
|
314
|
-
return keymap
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
def km_view2d(params):
|
|
318
|
-
items = []
|
|
319
|
-
keymap = (
|
|
320
|
-
"View2D",
|
|
321
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
322
|
-
{"items": items},
|
|
323
|
-
)
|
|
324
|
-
|
|
325
|
-
items.extend([
|
|
326
|
-
# Scroll-bars.
|
|
327
|
-
("view2d.scroller_activate", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
328
|
-
("view2d.scroller_activate", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
|
|
329
|
-
# Pan/scroll
|
|
330
|
-
("view2d.pan", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
331
|
-
("view2d.pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
332
|
-
("view2d.zoom", {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
333
|
-
("view2d.pan", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
|
334
|
-
("view2d.scroll_right", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
335
|
-
("view2d.scroll_left", {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
336
|
-
("view2d.scroll_down", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
337
|
-
("view2d.scroll_up", {"type": 'WHEELUPMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
338
|
-
("view2d.ndof", {"type": 'NDOF_MOTION', "value": 'ANY'}, None),
|
|
339
|
-
# Zoom with single step
|
|
340
|
-
("view2d.zoom_out", {"type": 'WHEELOUTMOUSE', "value": 'PRESS'}, None),
|
|
341
|
-
("view2d.zoom_in", {"type": 'WHEELINMOUSE', "value": 'PRESS'}, None),
|
|
342
|
-
("view2d.zoom_out", {"type": 'WHEELOUTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
343
|
-
("view2d.zoom_in", {"type": 'WHEELINMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
344
|
-
("view2d.zoom_out", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True}, None),
|
|
345
|
-
("view2d.zoom_in", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True}, None),
|
|
346
|
-
("view2d.zoom", {"type": 'TRACKPADPAN', "value": 'ANY', "ctrl": True}, None),
|
|
347
|
-
("view2d.smoothview", {"type": 'TIMER1', "value": 'ANY', "any": True}, None),
|
|
348
|
-
# Scroll up/down, only when zoom is not available.
|
|
349
|
-
("view2d.scroll_down", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS'}, None),
|
|
350
|
-
("view2d.scroll_up", {"type": 'WHEELUPMOUSE', "value": 'PRESS'}, None),
|
|
351
|
-
("view2d.scroll_right", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS'}, None),
|
|
352
|
-
("view2d.scroll_left", {"type": 'WHEELUPMOUSE', "value": 'PRESS'}, None),
|
|
353
|
-
# Zoom with drag and border
|
|
354
|
-
("view2d.zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None),
|
|
355
|
-
("view2d.zoom_border", {"type": 'Z', "value": 'PRESS'}, None),
|
|
356
|
-
])
|
|
357
|
-
|
|
358
|
-
return keymap
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
def km_view2d_buttons_list(params):
|
|
362
|
-
items = []
|
|
363
|
-
keymap = (
|
|
364
|
-
"View2D Buttons List",
|
|
365
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
366
|
-
{"items": items},
|
|
367
|
-
)
|
|
368
|
-
|
|
369
|
-
items.extend([
|
|
370
|
-
# Scroll-bars.
|
|
371
|
-
("view2d.scroller_activate", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
372
|
-
("view2d.scroller_activate", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
|
|
373
|
-
# Pan scroll
|
|
374
|
-
("view2d.pan", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
375
|
-
("view2d.pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
376
|
-
("view2d.pan", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
|
377
|
-
# NOTE: mostly navigation uses `Alt`, in the buttons window
|
|
378
|
-
# there is no need for tool access, so allow MMB panning.
|
|
379
|
-
("view2d.pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
|
|
380
|
-
("view2d.scroll_down", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS'}, None),
|
|
381
|
-
("view2d.scroll_up", {"type": 'WHEELUPMOUSE', "value": 'PRESS'}, None),
|
|
382
|
-
("view2d.scroll_down", {"type": 'PAGE_DOWN', "value": 'PRESS', "repeat": True},
|
|
383
|
-
{"properties": [("page", True)]}),
|
|
384
|
-
("view2d.scroll_up", {"type": 'PAGE_UP', "value": 'PRESS', "repeat": True},
|
|
385
|
-
{"properties": [("page", True)]}),
|
|
386
|
-
# Zoom
|
|
387
|
-
("view2d.zoom", {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
388
|
-
("view2d.zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None),
|
|
389
|
-
("view2d.zoom", {"type": 'TRACKPADPAN', "value": 'ANY', "ctrl": True}, None),
|
|
390
|
-
("view2d.zoom_out", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True}, None),
|
|
391
|
-
("view2d.zoom_in", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True}, None),
|
|
392
|
-
("view2d.reset", {"type": 'A', "value": 'PRESS'}, None),
|
|
393
|
-
])
|
|
394
|
-
|
|
395
|
-
return keymap
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
def km_user_interface(params):
|
|
399
|
-
items = []
|
|
400
|
-
keymap = (
|
|
401
|
-
"User Interface",
|
|
402
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
403
|
-
{"items": items},
|
|
404
|
-
)
|
|
405
|
-
|
|
406
|
-
items.extend([
|
|
407
|
-
# Eyedroppers all have the same event, and pass it through until
|
|
408
|
-
# a suitable eyedropper handles it.
|
|
409
|
-
("ui.eyedropper_color", {"type": 'I', "value": 'PRESS'}, None),
|
|
410
|
-
("ui.eyedropper_colorramp", {"type": 'I', "value": 'PRESS'}, None),
|
|
411
|
-
("ui.eyedropper_colorramp_point", {"type": 'I', "value": 'PRESS', "alt": True}, None),
|
|
412
|
-
("ui.eyedropper_id", {"type": 'I', "value": 'PRESS'}, None),
|
|
413
|
-
("ui.eyedropper_depth", {"type": 'I', "value": 'PRESS'}, None),
|
|
414
|
-
("ui.eyedropper_bone", {"type": 'I', "value": 'PRESS'}, None),
|
|
415
|
-
# Copy data path
|
|
416
|
-
("ui.copy_data_path_button", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
417
|
-
("ui.copy_data_path_button", {"type": 'C', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
418
|
-
{"properties": [("full_path", True)]}),
|
|
419
|
-
# Frames and drivers.
|
|
420
|
-
("anim.keyframe_insert_button", {"type": 'S', "value": 'PRESS'}, None),
|
|
421
|
-
("anim.keyframe_delete_button", {"type": 'S', "value": 'PRESS', "alt": True}, None),
|
|
422
|
-
("anim.keyframe_clear_button", {"type": 'S', "value": 'PRESS', "shift": True, "alt": True}, None),
|
|
423
|
-
("anim.driver_button_add", {"type": 'D', "value": 'PRESS'}, None),
|
|
424
|
-
("anim.driver_button_remove", {"type": 'D', "value": 'PRESS', "alt": True}, None),
|
|
425
|
-
("anim.keyingset_button_add", {"type": 'K', "value": 'PRESS'}, None),
|
|
426
|
-
("anim.keyingset_button_remove", {"type": 'K', "value": 'PRESS', "alt": True}, None),
|
|
427
|
-
("ui.view_item_select", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
428
|
-
])
|
|
429
|
-
|
|
430
|
-
return keymap
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
# ------------------------------------------------------------------------------
|
|
434
|
-
# Editors
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
def km_property_editor(params):
|
|
438
|
-
items = []
|
|
439
|
-
keymap = (
|
|
440
|
-
"Property Editor",
|
|
441
|
-
{"space_type": 'PROPERTIES', "region_type": 'WINDOW'},
|
|
442
|
-
{"items": items},
|
|
443
|
-
)
|
|
444
|
-
|
|
445
|
-
items.extend([
|
|
446
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
447
|
-
("buttons.context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}, None),
|
|
448
|
-
("screen.space_context_cycle", {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True},
|
|
449
|
-
{"properties": [("direction", 'PREV'), ], },),
|
|
450
|
-
("screen.space_context_cycle", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "ctrl": True},
|
|
451
|
-
{"properties": [("direction", 'NEXT'), ], },),
|
|
452
|
-
("buttons.start_filter", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
|
453
|
-
("buttons.clear_filter", {"type": 'ESC', "value": 'PRESS'}, None),
|
|
454
|
-
# Modifier panels
|
|
455
|
-
("object.modifier_set_active", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
456
|
-
("object.modifier_remove", {"type": 'BACK_SPACE', "value": 'PRESS'}, {"properties": [("report", True)]}),
|
|
457
|
-
("object.modifier_remove", {"type": 'DEL', "value": 'PRESS'}, {"properties": [("report", True)]}),
|
|
458
|
-
("object.modifier_copy", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
459
|
-
# ShaderFX panels
|
|
460
|
-
("object.shaderfx_remove", {"type": 'BACK_SPACE', "value": 'PRESS'}, {"properties": [("report", True)]}),
|
|
461
|
-
("object.shaderfx_remove", {"type": 'DEL', "value": 'PRESS'}, {"properties": [("report", True)]}),
|
|
462
|
-
("objectshaderfx_copy", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
463
|
-
# Constraint panels
|
|
464
|
-
("constraint.delete", {"type": 'BACK_SPACE', "value": 'PRESS'}, {"properties": [("report", True)]}),
|
|
465
|
-
("constraint.delete", {"type": 'DEL', "value": 'PRESS'}, {"properties": [("report", True)]}),
|
|
466
|
-
("constraint.copy", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
467
|
-
])
|
|
468
|
-
|
|
469
|
-
return keymap
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
def km_outliner(params):
|
|
473
|
-
items = []
|
|
474
|
-
keymap = (
|
|
475
|
-
"Outliner",
|
|
476
|
-
{"space_type": 'OUTLINER', "region_type": 'WINDOW'},
|
|
477
|
-
{"items": items},
|
|
478
|
-
)
|
|
479
|
-
|
|
480
|
-
items.extend([
|
|
481
|
-
("outliner.item_rename", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
482
|
-
("outliner.item_rename", {"type": 'RET', "value": 'PRESS'},
|
|
483
|
-
{"properties": [("use_active", True)]}),
|
|
484
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
485
|
-
("outliner.highlight_update", {"type": 'MOUSEMOVE', "value": 'ANY', "any": True}, None),
|
|
486
|
-
("outliner.item_activate", {"type": 'LEFTMOUSE', "value": 'CLICK'},
|
|
487
|
-
{"properties": [("extend", False), ("deselect_all", True)]}),
|
|
488
|
-
("outliner.item_activate", {"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True},
|
|
489
|
-
{"properties": [("extend", True), ("deselect_all", True)]}),
|
|
490
|
-
("outliner.item_activate", {"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True},
|
|
491
|
-
{"properties": [("extend", False), ("extend_range", True), ("deselect_all", True)]}),
|
|
492
|
-
("outliner.item_activate", {"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True, "shift": True},
|
|
493
|
-
{"properties": [("extend", True), ("extend_range", True), ("deselect_all", True)]}),
|
|
494
|
-
("outliner.item_activate", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'},
|
|
495
|
-
{"properties": [("recurse", True), ("deselect_all", True)]}),
|
|
496
|
-
("outliner.item_activate", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "ctrl": True},
|
|
497
|
-
{"properties": [("recurse", True), ("extend", True), ("deselect_all", True)]}),
|
|
498
|
-
("outliner.item_activate", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "shift": True},
|
|
499
|
-
{"properties": [("recurse", True), ("extend_range", True), ("deselect_all", True)]}),
|
|
500
|
-
("outliner.item_activate", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "ctrl": True, "shift": True},
|
|
501
|
-
{"properties": [("recurse", True), ("extend", True), ("extend_range", True), ("deselect_all", True)]}),
|
|
502
|
-
("outliner.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, {"properties": [("tweak", True)]}),
|
|
503
|
-
("outliner.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
504
|
-
{"properties": [("tweak", True), ("mode", 'ADD')]}),
|
|
505
|
-
("outliner.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
506
|
-
{"properties": [("tweak", True), ("mode", 'SUB')]}),
|
|
507
|
-
("outliner.select_walk", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True},
|
|
508
|
-
{"properties": [("direction", 'UP')]}),
|
|
509
|
-
("outliner.select_walk", {"type": 'UP_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
510
|
-
{"properties": [("direction", 'UP'), ("extend", True)]}),
|
|
511
|
-
("outliner.select_walk", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True},
|
|
512
|
-
{"properties": [("direction", 'DOWN')]}),
|
|
513
|
-
("outliner.select_walk", {"type": 'DOWN_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
514
|
-
{"properties": [("direction", 'DOWN'), ("extend", True)]}),
|
|
515
|
-
("outliner.select_walk", {"type": 'LEFT_ARROW', "value": 'PRESS', "repeat": True},
|
|
516
|
-
{"properties": [("direction", 'LEFT')]}),
|
|
517
|
-
("outliner.select_walk", {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
518
|
-
{"properties": [("direction", 'LEFT'), ("toggle_all", True)]}),
|
|
519
|
-
("outliner.select_walk", {"type": 'RIGHT_ARROW', "value": 'PRESS', "repeat": True},
|
|
520
|
-
{"properties": [("direction", 'RIGHT')]}),
|
|
521
|
-
("outliner.select_walk", {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
522
|
-
{"properties": [("direction", 'RIGHT'), ("toggle_all", True)]}),
|
|
523
|
-
("outliner.item_openclose", {"type": 'LEFTMOUSE', "value": 'CLICK'},
|
|
524
|
-
{"properties": [("all", False)]}),
|
|
525
|
-
("outliner.item_openclose", {"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True},
|
|
526
|
-
{"properties": [("all", True)]}),
|
|
527
|
-
("outliner.item_openclose", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
528
|
-
{"properties": [("all", False)]}),
|
|
529
|
-
# Fall through to generic context menu if the item(s) selected have no type specific actions.
|
|
530
|
-
("outliner.operation", {"type": 'RIGHTMOUSE', "value": 'PRESS'}, None),
|
|
531
|
-
op_menu("OUTLINER_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
532
|
-
("outliner.item_drag_drop", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
533
|
-
("outliner.item_drag_drop", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True}, None),
|
|
534
|
-
("outliner.show_hierarchy", {"type": 'A', "value": 'PRESS'}, None),
|
|
535
|
-
("outliner.show_active", {"type": 'PERIOD', "value": 'PRESS'}, None),
|
|
536
|
-
("outliner.show_active", {"type": 'F', "value": 'PRESS'}, None),
|
|
537
|
-
("outliner.scroll_page", {"type": 'PAGE_DOWN', "value": 'PRESS', "repeat": True},
|
|
538
|
-
{"properties": [("up", False)]}),
|
|
539
|
-
("outliner.scroll_page", {"type": 'PAGE_UP', "value": 'PRESS', "repeat": True},
|
|
540
|
-
{"properties": [("up", True)]}),
|
|
541
|
-
("outliner.show_one_level", {"type": 'NUMPAD_PLUS', "value": 'PRESS'}, None),
|
|
542
|
-
("outliner.show_one_level", {"type": 'NUMPAD_MINUS', "value": 'PRESS'},
|
|
543
|
-
{"properties": [("open", False)]}),
|
|
544
|
-
("outliner.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
545
|
-
("outliner.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
546
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
547
|
-
("outliner.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
548
|
-
("outliner.keyingset_add_selected", {"type": 'K', "value": 'PRESS'}, None),
|
|
549
|
-
("outliner.keyingset_remove_selected", {"type": 'K', "value": 'PRESS', "alt": True}, None),
|
|
550
|
-
("anim.keyframe_insert", {"type": 'S', "value": 'PRESS'}, None),
|
|
551
|
-
("anim.keyframe_delete", {"type": 'S', "value": 'PRESS', "alt": True}, None),
|
|
552
|
-
("outliner.drivers_add_selected", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
553
|
-
("outliner.drivers_delete_selected", {"type": 'D', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
|
554
|
-
("outliner.delete", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
555
|
-
("outliner.delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
556
|
-
op_menu("OBJECT_MT_move_to_collection", {"type": 'G', "value": 'PRESS', "ctrl": True}),
|
|
557
|
-
op_menu("OBJECT_MT_link_to_collection", {"type": 'M', "value": 'PRESS', "shift": True, "ctrl": True}),
|
|
558
|
-
("outliner.collection_exclude_set", {"type": 'E', "value": 'PRESS'}, None),
|
|
559
|
-
("outliner.collection_exclude_clear", {"type": 'E', "value": 'PRESS', "alt": True}, None),
|
|
560
|
-
("outliner.hide", {"type": 'H', "value": 'PRESS', "ctrl": True}, None),
|
|
561
|
-
("outliner.unhide_all", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
562
|
-
("outliner.start_filter", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
|
563
|
-
("outliner.clear_filter", {"type": 'F', "value": 'PRESS', "alt": True}, None),
|
|
564
|
-
# Copy/paste.
|
|
565
|
-
("outliner.id_copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
566
|
-
("outliner.id_paste", {"type": 'V', "value": 'PRESS', "ctrl": True}, None),
|
|
567
|
-
])
|
|
568
|
-
|
|
569
|
-
return keymap
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
def km_uv_editor(params):
|
|
573
|
-
items = []
|
|
574
|
-
keymap = (
|
|
575
|
-
"UV Editor",
|
|
576
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
577
|
-
{"items": items},
|
|
578
|
-
)
|
|
579
|
-
|
|
580
|
-
items.extend([
|
|
581
|
-
op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
|
|
582
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
583
|
-
# Selection modes.
|
|
584
|
-
*_template_items_editmode_mesh_select_mode(params),
|
|
585
|
-
("uv.select_mode", {"type": 'ONE', "value": 'PRESS'},
|
|
586
|
-
{"properties": [("type", 'VERTEX')]}),
|
|
587
|
-
("uv.select_mode", {"type": 'TWO', "value": 'PRESS'},
|
|
588
|
-
{"properties": [("type", 'EDGE')]}),
|
|
589
|
-
("uv.select_mode", {"type": 'THREE', "value": 'PRESS'},
|
|
590
|
-
{"properties": [("type", 'FACE')]}),
|
|
591
|
-
("wm.context_toggle", {"type": 'FOUR', "value": 'PRESS'},
|
|
592
|
-
{"properties": [("data_path", "tool_settings.use_uv_select_island")]}),
|
|
593
|
-
|
|
594
|
-
("uv.select", {"type": 'LEFTMOUSE', "value": 'CLICK'},
|
|
595
|
-
{"properties": [("deselect_all", True)]}),
|
|
596
|
-
("uv.select", {"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True},
|
|
597
|
-
{"properties": [("toggle", True), ("deselect_all", False)]}),
|
|
598
|
-
|
|
599
|
-
("transform.translate", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
600
|
-
("uv.select_loop", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "shift": True},
|
|
601
|
-
{"properties": [("extend", True)]}),
|
|
602
|
-
("uv.select_loop", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'},
|
|
603
|
-
{"properties": [("extend", False)]}),
|
|
604
|
-
("uv.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
605
|
-
("uv.select_more", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
606
|
-
("uv.select_less", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
607
|
-
("uv.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
608
|
-
("uv.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
609
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
610
|
-
("uv.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
611
|
-
("uv.hide", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
612
|
-
{"properties": [("unselected", False)]}),
|
|
613
|
-
("uv.hide", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
614
|
-
{"properties": [("unselected", True)]}),
|
|
615
|
-
("uv.reveal", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
616
|
-
("uv.copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
617
|
-
("uv.paste", {"type": 'V', "value": 'PRESS', "ctrl": True}, None),
|
|
618
|
-
op_menu_pie("IMAGE_MT_uvs_snap_pie", {"type": 'X', "value": 'PRESS', "shift": True}),
|
|
619
|
-
*_template_items_context_menu("IMAGE_MT_uvs_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
620
|
-
("wm.context_toggle", {"type": 'B', "value": 'PRESS'},
|
|
621
|
-
{"properties": [("data_path", "tool_settings.use_proportional_edit")]}),
|
|
622
|
-
("wm.context_toggle", {"type": 'X', "value": 'PRESS'},
|
|
623
|
-
{"properties": [("data_path", "tool_settings.use_snap")]}),
|
|
624
|
-
# Tools
|
|
625
|
-
op_tool_cycle("builtin.select_box", {"type": 'Q', "value": 'PRESS'}),
|
|
626
|
-
op_tool_cycle("builtin.move", {"type": 'W', "value": 'PRESS'}),
|
|
627
|
-
op_tool_cycle("builtin.rotate", {"type": 'E', "value": 'PRESS'}),
|
|
628
|
-
op_tool_cycle("builtin.scale", {"type": 'R', "value": 'PRESS'}),
|
|
629
|
-
op_tool_cycle("builtin.transform", {"type": 'T', "value": 'PRESS'}),
|
|
630
|
-
op_tool_cycle("builtin.cursor", {"type": 'C', "value": 'PRESS'}),
|
|
631
|
-
op_tool_cycle("builtin.annotate", {"type": 'D', "value": 'PRESS'}),
|
|
632
|
-
])
|
|
633
|
-
|
|
634
|
-
return keymap
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
# 3D View: all regions.
|
|
638
|
-
def km_view3d_generic(_params):
|
|
639
|
-
items = []
|
|
640
|
-
keymap = (
|
|
641
|
-
"3D View Generic",
|
|
642
|
-
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
|
643
|
-
{"items": items},
|
|
644
|
-
)
|
|
645
|
-
|
|
646
|
-
items.extend([
|
|
647
|
-
("wm.context_toggle", {"type": 'LEFT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
648
|
-
{"properties": [("data_path", "space_data.show_region_toolbar")]}),
|
|
649
|
-
("wm.context_toggle", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
650
|
-
{"properties": [("data_path", "space_data.show_region_ui")]}),
|
|
651
|
-
("wm.context_toggle", {"type": 'SPACE', "value": 'PRESS', "shift": True},
|
|
652
|
-
{"properties": [("data_path", "space_data.show_region_asset_shelf")]}),
|
|
653
|
-
])
|
|
654
|
-
|
|
655
|
-
return keymap
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
# 3D View: main region.
|
|
659
|
-
def km_view3d(params):
|
|
660
|
-
items = []
|
|
661
|
-
keymap = (
|
|
662
|
-
"3D View",
|
|
663
|
-
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
|
664
|
-
{"items": items},
|
|
665
|
-
)
|
|
666
|
-
|
|
667
|
-
items.extend([
|
|
668
|
-
op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
|
|
669
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
670
|
-
# 3D Cursor
|
|
671
|
-
("view3d.cursor3d", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
672
|
-
("transform.translate", {"type": 'RIGHTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
673
|
-
{"properties": [("release_confirm", True), ("cursor_transform", True)]}),
|
|
674
|
-
# Visibility.
|
|
675
|
-
("view3d.localview", {"type": 'I', "value": 'PRESS', "shift": True}, None),
|
|
676
|
-
("view3d.localview", {"type": 'MOUSESMARTZOOM', "value": 'ANY'}, None),
|
|
677
|
-
op_menu_pie("VIEW3D_MT_view_pie", {"type": 'V', "value": 'PRESS'}),
|
|
678
|
-
# Navigation.
|
|
679
|
-
("view3d.rotate", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
680
|
-
("view3d.view_pan", {"type": 'WHEELLEFTMOUSE', "value": 'PRESS'},
|
|
681
|
-
{"properties": [("type", 'PANLEFT')]}),
|
|
682
|
-
("view3d.view_pan", {"type": 'WHEELRIGHTMOUSE', "value": 'PRESS'},
|
|
683
|
-
{"properties": [("type", 'PANRIGHT')]}),
|
|
684
|
-
("view3d.move", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
685
|
-
("view3d.zoom", {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
686
|
-
("view3d.view_selected", {"type": 'F', "value": 'PRESS'},
|
|
687
|
-
{"properties": [("use_all_regions", False)]}),
|
|
688
|
-
("view3d.view_center_pick", {"type": 'F', "value": 'PRESS', "shift": True}, None),
|
|
689
|
-
("view3d.smoothview", {"type": 'TIMER1', "value": 'ANY', "any": True}, None),
|
|
690
|
-
# Trackpad
|
|
691
|
-
("view3d.rotate", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
|
692
|
-
("view3d.rotate", {"type": 'MOUSEROTATE', "value": 'ANY'}, None),
|
|
693
|
-
("view3d.move", {"type": 'TRACKPADPAN', "value": 'ANY', "shift": True}, None),
|
|
694
|
-
("view3d.zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None),
|
|
695
|
-
("view3d.zoom", {"type": 'TRACKPADPAN', "value": 'ANY', "ctrl": True}, None),
|
|
696
|
-
# Numpad
|
|
697
|
-
("view3d.zoom", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True},
|
|
698
|
-
{"properties": [("delta", 1)]}),
|
|
699
|
-
("view3d.zoom", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True},
|
|
700
|
-
{"properties": [("delta", -1)]}),
|
|
701
|
-
("view3d.zoom", {"type": 'WHEELINMOUSE', "value": 'PRESS'},
|
|
702
|
-
{"properties": [("delta", 1)]}),
|
|
703
|
-
("view3d.zoom", {"type": 'WHEELOUTMOUSE', "value": 'PRESS'},
|
|
704
|
-
{"properties": [("delta", -1)]}),
|
|
705
|
-
("view3d.zoom", {"type": 'WHEELINMOUSE', "value": 'PRESS', "alt": True},
|
|
706
|
-
{"properties": [("delta", 1)]}),
|
|
707
|
-
("view3d.zoom", {"type": 'WHEELOUTMOUSE', "value": 'PRESS', "alt": True},
|
|
708
|
-
{"properties": [("delta", -1)]}),
|
|
709
|
-
("view3d.dolly", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "shift": True, "repeat": True},
|
|
710
|
-
{"properties": [("delta", 1)]}),
|
|
711
|
-
("view3d.dolly", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "shift": True, "repeat": True},
|
|
712
|
-
{"properties": [("delta", -1)]}),
|
|
713
|
-
("view3d.view_all", {"type": 'A', "value": 'PRESS'},
|
|
714
|
-
{"properties": [("center", False)]}),
|
|
715
|
-
("view3d.view_all", {"type": 'A', "value": 'PRESS', "shift": True},
|
|
716
|
-
{"properties": [("use_all_regions", True), ("center", False)]}),
|
|
717
|
-
# Numpad views.
|
|
718
|
-
("view3d.view_camera", {"type": 'F4', "value": 'PRESS'}, None),
|
|
719
|
-
("view3d.view_axis", {"type": 'F1', "value": 'PRESS'},
|
|
720
|
-
{"properties": [("type", 'FRONT')]}),
|
|
721
|
-
("view3d.view_axis", {"type": 'F2', "value": 'PRESS'},
|
|
722
|
-
{"properties": [("type", 'RIGHT')]}),
|
|
723
|
-
("view3d.view_axis", {"type": 'F3', "value": 'PRESS'},
|
|
724
|
-
{"properties": [("type", 'TOP')]}),
|
|
725
|
-
("view3d.view_axis", {"type": 'F1', "value": 'PRESS', "ctrl": True},
|
|
726
|
-
{"properties": [("type", 'BACK')]}),
|
|
727
|
-
("view3d.view_axis", {"type": 'F2', "value": 'PRESS', "ctrl": True},
|
|
728
|
-
{"properties": [("type", 'LEFT')]}),
|
|
729
|
-
("view3d.view_axis", {"type": 'F3', "value": 'PRESS', "ctrl": True},
|
|
730
|
-
{"properties": [("type", 'BOTTOM')]}),
|
|
731
|
-
("view3d.view_orbit", {"type": 'F5', "value": 'PRESS'},
|
|
732
|
-
{"properties": [("angle", 3.1415927), ("type", 'ORBITRIGHT')]}),
|
|
733
|
-
# NDOF
|
|
734
|
-
("view3d.ndof_orbit_zoom", {"type": 'NDOF_MOTION', "value": 'ANY'}, None),
|
|
735
|
-
("view3d.ndof_orbit", {"type": 'NDOF_MOTION', "value": 'ANY', "ctrl": True}, None),
|
|
736
|
-
("view3d.ndof_pan", {"type": 'NDOF_MOTION', "value": 'ANY', "shift": True}, None),
|
|
737
|
-
("view3d.ndof_all", {"type": 'NDOF_MOTION', "value": 'ANY', "shift": True, "ctrl": True}, None),
|
|
738
|
-
("view3d.view_selected", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'},
|
|
739
|
-
{"properties": [("use_all_regions", False)]}),
|
|
740
|
-
("view3d.view_roll", {"type": 'NDOF_BUTTON_ROLL_CCW', "value": 'PRESS'},
|
|
741
|
-
{"properties": [("type", 'LEFT')]}),
|
|
742
|
-
("view3d.view_roll", {"type": 'NDOF_BUTTON_ROLL_CCW', "value": 'PRESS'},
|
|
743
|
-
{"properties": [("type", 'RIGHT')]}),
|
|
744
|
-
("view3d.view_axis", {"type": 'NDOF_BUTTON_FRONT', "value": 'PRESS'},
|
|
745
|
-
{"properties": [("type", 'FRONT')]}),
|
|
746
|
-
("view3d.view_axis", {"type": 'NDOF_BUTTON_BACK', "value": 'PRESS'},
|
|
747
|
-
{"properties": [("type", 'BACK')]}),
|
|
748
|
-
("view3d.view_axis", {"type": 'NDOF_BUTTON_LEFT', "value": 'PRESS'},
|
|
749
|
-
{"properties": [("type", 'LEFT')]}),
|
|
750
|
-
("view3d.view_axis", {"type": 'NDOF_BUTTON_RIGHT', "value": 'PRESS'},
|
|
751
|
-
{"properties": [("type", 'RIGHT')]}),
|
|
752
|
-
("view3d.view_axis", {"type": 'NDOF_BUTTON_TOP', "value": 'PRESS'},
|
|
753
|
-
{"properties": [("type", 'TOP')]}),
|
|
754
|
-
("view3d.view_axis", {"type": 'NDOF_BUTTON_BOTTOM', "value": 'PRESS'},
|
|
755
|
-
{"properties": [("type", 'BOTTOM')]}),
|
|
756
|
-
("view3d.view_axis", {"type": 'NDOF_BUTTON_FRONT', "value": 'PRESS', "shift": True},
|
|
757
|
-
{"properties": [("type", 'FRONT'), ("align_active", True)]}),
|
|
758
|
-
("view3d.view_axis", {"type": 'NDOF_BUTTON_RIGHT', "value": 'PRESS', "shift": True},
|
|
759
|
-
{"properties": [("type", 'RIGHT'), ("align_active", True)]}),
|
|
760
|
-
("view3d.view_axis", {"type": 'NDOF_BUTTON_TOP', "value": 'PRESS', "shift": True},
|
|
761
|
-
{"properties": [("type", 'TOP'), ("align_active", True)]}),
|
|
762
|
-
# Selection.
|
|
763
|
-
*((operator,
|
|
764
|
-
{"type": 'LEFTMOUSE', "value": 'CLICK', **{m: True for m in mods}},
|
|
765
|
-
{"properties": [(c, True) for c in props]},
|
|
766
|
-
) for operator, props, mods in (
|
|
767
|
-
("view3d.select", ("deselect_all",), ()),
|
|
768
|
-
("view3d.select", ("toggle",), ("shift",)),
|
|
769
|
-
("view3d.select", ("center", "object"), ("ctrl",)),
|
|
770
|
-
("view3d.select", ("extend", "toggle", "center"), ("shift", "ctrl")),
|
|
771
|
-
("view3d.select", ("toggle", "enumerate"), ("shift", "alt")),
|
|
772
|
-
("view3d.select", ("toggle", "center", "enumerate"), ("shift", "ctrl", "alt")),
|
|
773
|
-
)),
|
|
774
|
-
("view3d.zoom_border", {"type": 'Z', "value": 'PRESS'}, None),
|
|
775
|
-
# Copy/paste.
|
|
776
|
-
("view3d.copybuffer", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
777
|
-
("view3d.pastebuffer", {"type": 'V', "value": 'PRESS', "ctrl": True}, None),
|
|
778
|
-
# Menus.
|
|
779
|
-
op_menu_pie("VIEW3D_MT_snap_pie", {"type": 'X', "value": 'PRESS', "shift": True}),
|
|
780
|
-
# Transform.
|
|
781
|
-
("transform.translate", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
782
|
-
op_menu_pie("VIEW3D_MT_pivot_pie", {"type": 'PERIOD', "value": 'PRESS'}),
|
|
783
|
-
op_menu_pie("VIEW3D_MT_orientations_pie", {"type": 'COMMA', "value": 'PRESS'}),
|
|
784
|
-
("view3d.toggle_xray", {"type": 'X', "value": 'PRESS', "alt": True}, None),
|
|
785
|
-
("wm.context_toggle", {"type": 'X', "value": 'PRESS'},
|
|
786
|
-
{"properties": [("data_path", "tool_settings.use_snap")]}),
|
|
787
|
-
])
|
|
788
|
-
|
|
789
|
-
return keymap
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
def km_mask_editing(params):
|
|
793
|
-
items = []
|
|
794
|
-
keymap = (
|
|
795
|
-
"Mask Editing",
|
|
796
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
797
|
-
{"items": items},
|
|
798
|
-
)
|
|
799
|
-
|
|
800
|
-
items.extend([
|
|
801
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
802
|
-
("mask.new", {"type": 'N', "value": 'PRESS', "alt": True}, None),
|
|
803
|
-
("wm.context_toggle", {"type": 'B', "value": 'PRESS'},
|
|
804
|
-
{"properties": [("data_path", "tool_settings.use_proportional_edit_mask")]}),
|
|
805
|
-
("mask.add_vertex_slide", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
806
|
-
("mask.add_feather_vertex_slide", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
807
|
-
("mask.delete", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
808
|
-
("mask.delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
809
|
-
("mask.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
810
|
-
{"properties": [("extend", False), ("deselect", False), ("toggle", True)]}),
|
|
811
|
-
("mask.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
812
|
-
("mask.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
813
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
814
|
-
("mask.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
815
|
-
("mask.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
816
|
-
("mask.select_linked_pick", {"type": 'L', "value": 'PRESS'},
|
|
817
|
-
{"properties": [("deselect", False)]}),
|
|
818
|
-
("mask.select_linked_pick", {"type": 'L', "value": 'PRESS', "shift": True},
|
|
819
|
-
{"properties": [("deselect", True)]}),
|
|
820
|
-
("mask.select_box", {"type": 'Q', "value": 'PRESS'}, None),
|
|
821
|
-
("mask.select_circle", {"type": 'C', "value": 'PRESS'}, None),
|
|
822
|
-
("mask.select_lasso", {"type": params.action_mouse, "value": 'CLICK_DRAG', "ctrl": True, "alt": True},
|
|
823
|
-
{"properties": [("mode", 'ADD')]}),
|
|
824
|
-
("mask.select_lasso",
|
|
825
|
-
{"type": params.action_mouse, "value": 'CLICK_DRAG', "shift": True, "ctrl": True, "alt": True},
|
|
826
|
-
{"properties": [("mode", 'SUB')]}),
|
|
827
|
-
("mask.select_more", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
828
|
-
("mask.select_less", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
829
|
-
("mask.hide_view_clear", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
830
|
-
("mask.hide_view_set", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
831
|
-
{"properties": [("unselected", False)]}),
|
|
832
|
-
("mask.hide_view_set", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
833
|
-
{"properties": [("unselected", True)]}),
|
|
834
|
-
("clip.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
835
|
-
{"properties": [("extend", False)]}),
|
|
836
|
-
("mask.cyclic_toggle", {"type": 'C', "value": 'PRESS', "alt": True}, None),
|
|
837
|
-
("mask.slide_point", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
838
|
-
("mask.slide_spline_curvature", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
839
|
-
("mask.handle_type_set", {"type": 'V', "value": 'PRESS'}, None),
|
|
840
|
-
("mask.parent_set", {"type": 'P', "value": 'PRESS', "ctrl": True}, None),
|
|
841
|
-
("mask.parent_clear", {"type": 'P', "value": 'PRESS', "shift": True}, None),
|
|
842
|
-
("mask.shape_key_insert", {"type": 'I', "value": 'PRESS'}, None),
|
|
843
|
-
("mask.shape_key_clear", {"type": 'I', "value": 'PRESS', "alt": True}, None),
|
|
844
|
-
("mask.duplicate_move", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
845
|
-
("mask.copy_splines", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
846
|
-
("mask.paste_splines", {"type": 'V', "value": 'PRESS', "ctrl": True}, None),
|
|
847
|
-
("transform.translate", {"type": 'W', "value": 'PRESS'}, None),
|
|
848
|
-
("transform.resize", {"type": 'R', "value": 'PRESS'}, None),
|
|
849
|
-
("transform.rotate", {"type": 'E', "value": 'PRESS'}, None),
|
|
850
|
-
|
|
851
|
-
])
|
|
852
|
-
|
|
853
|
-
return keymap
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
def km_markers(params):
|
|
857
|
-
items = []
|
|
858
|
-
keymap = (
|
|
859
|
-
"Markers",
|
|
860
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
861
|
-
{"items": items},
|
|
862
|
-
)
|
|
863
|
-
|
|
864
|
-
items.extend([
|
|
865
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
866
|
-
("marker.add", {"type": 'M', "value": 'PRESS'}, None),
|
|
867
|
-
("marker.move", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
868
|
-
("marker.duplicate", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
869
|
-
("marker.select", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
870
|
-
("marker.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
871
|
-
{"properties": [("extend", True)]}),
|
|
872
|
-
("marker.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
873
|
-
{"properties": [("extend", False), ("camera", True)]}),
|
|
874
|
-
("marker.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
875
|
-
{"properties": [("extend", True), ("camera", True)]}),
|
|
876
|
-
("marker.select_box", {"type": 'Q', "value": 'PRESS'}, None),
|
|
877
|
-
("marker.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
878
|
-
("marker.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
879
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
880
|
-
("marker.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
881
|
-
("marker.delete", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
882
|
-
("marker.delete", {"type": 'DEL', "value": 'PRESS'}, {"properties": [("confirm", False)]}),
|
|
883
|
-
op_panel("TOPBAR_PT_name_marker", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
|
|
884
|
-
op_panel("TOPBAR_PT_name_marker", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, [("keep_open", False)]),
|
|
885
|
-
("marker.move", {"type": 'W', "value": 'PRESS'}, None),
|
|
886
|
-
])
|
|
887
|
-
|
|
888
|
-
return keymap
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
def km_graph_editor_generic(params):
|
|
892
|
-
items = []
|
|
893
|
-
keymap = (
|
|
894
|
-
"Graph Editor Generic",
|
|
895
|
-
{"space_type": 'GRAPH_EDITOR', "region_type": 'WINDOW'},
|
|
896
|
-
{"items": items},
|
|
897
|
-
)
|
|
898
|
-
|
|
899
|
-
items.extend([
|
|
900
|
-
op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
|
|
901
|
-
("anim.channels_select_filter", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
|
902
|
-
("graph.hide", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
903
|
-
{"properties": [("unselected", False)]}),
|
|
904
|
-
("graph.hide", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
905
|
-
{"properties": [("unselected", True)]}),
|
|
906
|
-
("graph.reveal", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
907
|
-
])
|
|
908
|
-
|
|
909
|
-
return keymap
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
def km_graph_editor(params):
|
|
913
|
-
items = []
|
|
914
|
-
keymap = (
|
|
915
|
-
"Graph Editor",
|
|
916
|
-
{"space_type": 'GRAPH_EDITOR', "region_type": 'WINDOW'},
|
|
917
|
-
{"items": items},
|
|
918
|
-
)
|
|
919
|
-
|
|
920
|
-
items.extend([
|
|
921
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
922
|
-
("wm.context_toggle", {"type": 'LEFT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
923
|
-
{"properties": [("data_path", "space_data.show_region_channels")]}),
|
|
924
|
-
("wm.context_toggle", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
925
|
-
{"properties": [("data_path", "space_data.show_region_ui")]}),
|
|
926
|
-
*_template_items_animation(),
|
|
927
|
-
("graph.cursor_set", {"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
928
|
-
("graph.clickselect", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
929
|
-
{"properties": [("extend", False), ("deselect_all", True), ("column", False), ("curves", False)]}),
|
|
930
|
-
("graph.clickselect", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True},
|
|
931
|
-
{"properties": [("extend", False), ("column", True), ("curves", False)]}),
|
|
932
|
-
("graph.clickselect", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
933
|
-
{"properties": [("extend", True), ("column", False), ("curves", False)]}),
|
|
934
|
-
("graph.clickselect", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
935
|
-
{"properties": [("extend", True), ("column", True), ("curves", False)]}),
|
|
936
|
-
("graph.clickselect", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
937
|
-
{"properties": [("extend", False), ("column", False), ("curves", True)]}),
|
|
938
|
-
("graph.clickselect", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
|
|
939
|
-
{"properties": [("extend", True), ("column", False), ("curves", True)]}),
|
|
940
|
-
("graph.select_leftright", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
941
|
-
{"properties": [("mode", 'CHECK'), ("extend", True)]}),
|
|
942
|
-
("graph.select_leftright", {"type": 'LEFT_BRACKET', "value": 'PRESS'},
|
|
943
|
-
{"properties": [("mode", 'LEFT'), ("extend", False)]}),
|
|
944
|
-
("graph.select_leftright", {"type": 'RIGHT_BRACKET', "value": 'PRESS'},
|
|
945
|
-
{"properties": [("mode", 'RIGHT'), ("extend", False)]}),
|
|
946
|
-
("graph.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
947
|
-
("graph.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
948
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
949
|
-
("graph.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
950
|
-
("graph.select_box", {"type": 'Q', "value": 'PRESS'},
|
|
951
|
-
{"properties": [("axis_range", False)]}),
|
|
952
|
-
("graph.select_box", {"type": 'Q', "value": 'PRESS', "alt": True},
|
|
953
|
-
{"properties": [("axis_range", True)]}),
|
|
954
|
-
("graph.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
955
|
-
{"properties": [("tweak", True), ("axis_range", False), ("mode", 'SET')]}),
|
|
956
|
-
("graph.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
957
|
-
{"properties": [("tweak", True), ("axis_range", False), ("mode", 'ADD')]}),
|
|
958
|
-
("graph.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
959
|
-
{"properties": [("tweak", True), ("axis_range", False), ("mode", 'SUB')]}),
|
|
960
|
-
("graph.select_more", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
961
|
-
("graph.select_less", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
962
|
-
("graph.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
963
|
-
op_menu("GRAPH_MT_delete", {"type": 'BACK_SPACE', "value": 'PRESS'}),
|
|
964
|
-
("graph.delete", {"type": 'DEL', "value": 'PRESS'}, {"properties": [("confirm", False)]}),
|
|
965
|
-
*_template_items_context_menu("GRAPH_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
966
|
-
("graph.duplicate_move", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
967
|
-
("graph.keyframe_insert", {"type": 'S', "value": 'PRESS'}, None),
|
|
968
|
-
("graph.copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
969
|
-
("graph.paste", {"type": 'V', "value": 'PRESS', "ctrl": True}, None),
|
|
970
|
-
("graph.paste", {"type": 'V', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
971
|
-
{"properties": [("flipped", True)]}),
|
|
972
|
-
("graph.previewrange_set", {"type": 'P', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
|
973
|
-
("graph.view_all", {"type": 'A', "value": 'PRESS'}, None),
|
|
974
|
-
("graph.view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
975
|
-
("graph.view_selected", {"type": 'F', "value": 'PRESS'}, None),
|
|
976
|
-
("graph.view_frame", {"type": 'A', "value": 'PRESS', "shift": True}, None),
|
|
977
|
-
("anim.channels_editable_toggle", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
978
|
-
("transform.translate", {"type": 'W', "value": 'PRESS'}, None),
|
|
979
|
-
("transform.translate", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
980
|
-
("transform.translate", {"type": 'MIDDLEMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
981
|
-
("transform.transform", {"type": 'Y', "value": 'PRESS'},
|
|
982
|
-
{"properties": [("mode", 'TIME_EXTEND')]}),
|
|
983
|
-
("transform.rotate", {"type": 'E', "value": 'PRESS'}, None),
|
|
984
|
-
("transform.resize", {"type": 'R', "value": 'PRESS'}, None),
|
|
985
|
-
("wm.context_toggle", {"type": 'B', "value": 'PRESS'},
|
|
986
|
-
{"properties": [("data_path", "tool_settings.use_proportional_fcurve")]}),
|
|
987
|
-
("wm.context_menu_enum", {"type": 'X', "value": 'PRESS'},
|
|
988
|
-
{"properties": [("data_path", "space_data.auto_snap")]}),
|
|
989
|
-
("marker.add", {"type": 'M', "value": 'PRESS'}, None),
|
|
990
|
-
op_menu_pie("GRAPH_MT_snap_pie", {"type": 'X', "value": 'PRESS', "shift": True}),
|
|
991
|
-
])
|
|
992
|
-
|
|
993
|
-
return keymap
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
def km_image_generic(params):
|
|
997
|
-
items = []
|
|
998
|
-
keymap = (
|
|
999
|
-
"Image Generic",
|
|
1000
|
-
{"space_type": 'IMAGE_EDITOR', "region_type": 'WINDOW'},
|
|
1001
|
-
{"items": items},
|
|
1002
|
-
)
|
|
1003
|
-
|
|
1004
|
-
items.extend([
|
|
1005
|
-
op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
|
|
1006
|
-
("wm.context_toggle", {"type": 'LEFT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
1007
|
-
{"properties": [("data_path", "space_data.show_region_toolbar")]}),
|
|
1008
|
-
("wm.context_toggle", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
1009
|
-
{"properties": [("data_path", "space_data.show_region_ui")]}),
|
|
1010
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
1011
|
-
("image.new", {"type": 'N', "value": 'PRESS', "alt": True}, None),
|
|
1012
|
-
("image.open", {"type": 'O', "value": 'PRESS', "alt": True}, None),
|
|
1013
|
-
("image.reload", {"type": 'R', "value": 'PRESS', "alt": True}, None),
|
|
1014
|
-
("image.read_viewlayers", {"type": 'R', "value": 'PRESS', "ctrl": True}, None),
|
|
1015
|
-
("image.save", {"type": 'S', "value": 'PRESS', "alt": True}, None),
|
|
1016
|
-
("image.save_as", {"type": 'S', "value": 'PRESS', "shift": True, "alt": True}, None),
|
|
1017
|
-
])
|
|
1018
|
-
|
|
1019
|
-
return keymap
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
def km_image(params):
|
|
1023
|
-
items = []
|
|
1024
|
-
keymap = (
|
|
1025
|
-
"Image",
|
|
1026
|
-
{"space_type": 'IMAGE_EDITOR', "region_type": 'WINDOW'},
|
|
1027
|
-
{"items": items},
|
|
1028
|
-
)
|
|
1029
|
-
|
|
1030
|
-
items.extend([
|
|
1031
|
-
("image.view_all", {"type": 'A', "value": 'PRESS'}, None),
|
|
1032
|
-
("image.view_selected", {"type": 'F', "value": 'PRESS'}, None),
|
|
1033
|
-
("image.view_pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
1034
|
-
("image.view_pan", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
1035
|
-
("image.view_pan", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
|
1036
|
-
("image.view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
1037
|
-
("image.view_ndof", {"type": 'NDOF_MOTION', "value": 'ANY'}, None),
|
|
1038
|
-
("image.view_zoom_in", {"type": 'WHEELINMOUSE', "value": 'PRESS'}, None),
|
|
1039
|
-
("image.view_zoom_out", {"type": 'WHEELOUTMOUSE', "value": 'PRESS'}, None),
|
|
1040
|
-
("image.view_zoom_in", {"type": 'WHEELINMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
1041
|
-
("image.view_zoom_out", {"type": 'WHEELOUTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
1042
|
-
("image.view_zoom_in", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True}, None),
|
|
1043
|
-
("image.view_zoom_out", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True}, None),
|
|
1044
|
-
("image.view_zoom", {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
1045
|
-
("image.view_zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None),
|
|
1046
|
-
("image.view_zoom", {"type": 'TRACKPADPAN', "value": 'ANY', "ctrl": True}, None),
|
|
1047
|
-
("image.view_zoom_border", {"type": 'Z', "value": 'PRESS'}, None),
|
|
1048
|
-
("image.view_zoom_ratio", {"type": 'F4', "value": 'PRESS', "ctrl": True},
|
|
1049
|
-
{"properties": [("ratio", 8.0)]}),
|
|
1050
|
-
("image.view_zoom_ratio", {"type": 'F3', "value": 'PRESS', "ctrl": True},
|
|
1051
|
-
{"properties": [("ratio", 4.0)]}),
|
|
1052
|
-
("image.view_zoom_ratio", {"type": 'F2', "value": 'PRESS', "ctrl": True},
|
|
1053
|
-
{"properties": [("ratio", 2.0)]}),
|
|
1054
|
-
("image.view_zoom_ratio", {"type": 'F4', "value": 'PRESS', "shift": True},
|
|
1055
|
-
{"properties": [("ratio", 8.0)]}),
|
|
1056
|
-
("image.view_zoom_ratio", {"type": 'F3', "value": 'PRESS', "shift": True},
|
|
1057
|
-
{"properties": [("ratio", 4.0)]}),
|
|
1058
|
-
("image.view_zoom_ratio", {"type": 'F2', "value": 'PRESS', "shift": True},
|
|
1059
|
-
{"properties": [("ratio", 2.0)]}),
|
|
1060
|
-
("image.view_zoom_ratio", {"type": 'F1', "value": 'PRESS'},
|
|
1061
|
-
{"properties": [("ratio", 1.0)]}),
|
|
1062
|
-
("image.view_zoom_ratio", {"type": 'F2', "value": 'PRESS'},
|
|
1063
|
-
{"properties": [("ratio", 0.5)]}),
|
|
1064
|
-
("image.view_zoom_ratio", {"type": 'F3', "value": 'PRESS'},
|
|
1065
|
-
{"properties": [("ratio", 0.25)]}),
|
|
1066
|
-
("image.view_zoom_ratio", {"type": 'F4', "value": 'PRESS'},
|
|
1067
|
-
{"properties": [("ratio", 0.125)]}),
|
|
1068
|
-
("image.change_frame", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
1069
|
-
("image.sample", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
1070
|
-
("image.curves_point_set", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
1071
|
-
{"properties": [("point", 'BLACK_POINT')]}),
|
|
1072
|
-
("image.curves_point_set", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
1073
|
-
{"properties": [("point", 'WHITE_POINT')]}),
|
|
1074
|
-
op_menu_pie("IMAGE_MT_pivot_pie", {"type": 'PERIOD', "value": 'PRESS'}),
|
|
1075
|
-
# Tools
|
|
1076
|
-
op_tool_cycle("builtin.select_box", {"type": 'Q', "value": 'PRESS'}),
|
|
1077
|
-
op_tool_cycle("builtin.transform", {"type": 'W', "value": 'PRESS'}),
|
|
1078
|
-
op_tool_cycle("builtin.transform", {"type": 'E', "value": 'PRESS'}),
|
|
1079
|
-
op_tool_cycle("builtin.transform", {"type": 'R', "value": 'PRESS'}),
|
|
1080
|
-
op_tool_cycle("builtin.cursor", {"type": 'C', "value": 'PRESS'}),
|
|
1081
|
-
op_tool_cycle("builtin.annotate", {"type": 'D', "value": 'PRESS'}),
|
|
1082
|
-
op_tool_cycle("builtin.sample", {"type": 'I', "value": 'PRESS'}),
|
|
1083
|
-
|
|
1084
|
-
])
|
|
1085
|
-
|
|
1086
|
-
return keymap
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
def km_node_generic(_params):
|
|
1090
|
-
items = []
|
|
1091
|
-
keymap = (
|
|
1092
|
-
"Node Generic",
|
|
1093
|
-
{"space_type": 'NODE_EDITOR', "region_type": 'WINDOW'},
|
|
1094
|
-
{"items": items},
|
|
1095
|
-
)
|
|
1096
|
-
|
|
1097
|
-
items.extend([
|
|
1098
|
-
op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
|
|
1099
|
-
("wm.search_single_menu", {"type": 'TAB', "value": 'PRESS'},
|
|
1100
|
-
{"properties": [("menu_idname", 'NODE_MT_add')]}),
|
|
1101
|
-
("wm.context_toggle", {"type": 'LEFT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
1102
|
-
{"properties": [("data_path", "space_data.show_region_toolbar")]}),
|
|
1103
|
-
("wm.context_toggle", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
1104
|
-
{"properties": [("data_path", "space_data.show_region_ui")]}),
|
|
1105
|
-
])
|
|
1106
|
-
|
|
1107
|
-
return keymap
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
def km_node_editor(params):
|
|
1111
|
-
items = []
|
|
1112
|
-
keymap = (
|
|
1113
|
-
"Node Editor",
|
|
1114
|
-
{"space_type": 'NODE_EDITOR', "region_type": 'WINDOW'},
|
|
1115
|
-
{"items": items},
|
|
1116
|
-
)
|
|
1117
|
-
|
|
1118
|
-
# Allow node selection with both for RMB select
|
|
1119
|
-
|
|
1120
|
-
items.extend(_template_node_select(type='LEFTMOUSE', value='PRESS', select_passthrough=True))
|
|
1121
|
-
|
|
1122
|
-
items.extend([
|
|
1123
|
-
("node.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
1124
|
-
{"properties": [("tweak", True)]}),
|
|
1125
|
-
("node.select_lasso", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True, "alt": True},
|
|
1126
|
-
{"properties": [("mode", 'ADD')]}),
|
|
1127
|
-
("node.select_lasso", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True, "ctrl": True, "alt": True},
|
|
1128
|
-
{"properties": [("mode", 'SUB')]}),
|
|
1129
|
-
("node.link", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
1130
|
-
{"properties": [("detach", False)]}),
|
|
1131
|
-
("node.link", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
1132
|
-
{"properties": [("detach", True)]}),
|
|
1133
|
-
("node.resize", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
1134
|
-
("node.add_reroute", {"type": params.action_mouse, "value": 'CLICK_DRAG', "shift": True}, None),
|
|
1135
|
-
("node.links_cut", {"type": params.action_mouse, "value": 'CLICK_DRAG', "ctrl": True}, None),
|
|
1136
|
-
("node.links_mute", {"type": params.action_mouse, "value": 'CLICK_DRAG', "ctrl": True, "alt": True}, None),
|
|
1137
|
-
("node.select_link_viewer", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
1138
|
-
("node.backimage_fit", {"type": 'A', "value": 'PRESS', "alt": True}, None),
|
|
1139
|
-
("node.backimage_sample", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
1140
|
-
*_template_items_context_menu("NODE_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
1141
|
-
("node.link_make", {"type": 'L', "value": 'PRESS'},
|
|
1142
|
-
{"properties": [("replace", False)]}),
|
|
1143
|
-
("node.link_make", {"type": 'L', "value": 'PRESS', "shift": True},
|
|
1144
|
-
{"properties": [("replace", True)]}),
|
|
1145
|
-
("node.duplicate_move", {"type": 'D', "value": 'PRESS', "ctrl": True},
|
|
1146
|
-
{"properties": [("NODE_OT_translate_attach", [("TRANSFORM_OT_translate", [("view2d_edge_pan", True)])])]}),
|
|
1147
|
-
("node.parent_set", {"type": 'P', "value": 'PRESS'}, None),
|
|
1148
|
-
("node.join", {"type": 'J', "value": 'PRESS', "ctrl": True}, None),
|
|
1149
|
-
("node.hide_toggle", {"type": 'H', "value": 'PRESS', "ctrl": True}, None),
|
|
1150
|
-
("node.mute_toggle", {"type": 'M', "value": 'PRESS'}, None),
|
|
1151
|
-
("node.preview_toggle", {"type": 'H', "value": 'PRESS', "shift": True}, None),
|
|
1152
|
-
("node.hide_socket_toggle", {"type": 'H', "value": 'PRESS', "ctrl": True}, None),
|
|
1153
|
-
("node.view_all", {"type": 'A', "value": 'PRESS'}, None),
|
|
1154
|
-
("node.view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
1155
|
-
("node.view_selected", {"type": 'F', "value": 'PRESS'}, None),
|
|
1156
|
-
("node.select_box", {"type": 'Q', "value": 'PRESS'},
|
|
1157
|
-
{"properties": [("tweak", False)]}),
|
|
1158
|
-
("node.delete", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
1159
|
-
("node.delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
1160
|
-
("node.delete_reconnect", {"type": 'BACK_SPACE', "value": 'PRESS', "ctrl": True}, None),
|
|
1161
|
-
("node.delete_reconnect", {"type": 'DEL', "value": 'PRESS', "ctrl": True}, None),
|
|
1162
|
-
("node.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
1163
|
-
("node.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
1164
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
1165
|
-
("node.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
1166
|
-
("node.select_linked_to", {"type": 'LEFT_BRACKET', "value": 'PRESS', "shift": True}, None),
|
|
1167
|
-
("node.select_linked_from", {"type": 'RIGHT_BRACKET', "value": 'PRESS'}, None),
|
|
1168
|
-
("node.select_same_type_step", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "shift": True},
|
|
1169
|
-
{"properties": [("prev", False)]}),
|
|
1170
|
-
("node.select_same_type_step", {"type": 'LEFT_BRACKET', "value": 'PRESS', "shift": True},
|
|
1171
|
-
{"properties": [("prev", True)]}),
|
|
1172
|
-
("node.find_node", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
|
1173
|
-
("node.group_make", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
|
|
1174
|
-
("node.group_ungroup", {"type": 'G', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
|
1175
|
-
("node.group_edit", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'},
|
|
1176
|
-
{"properties": [("exit", False)]}),
|
|
1177
|
-
("node.group_edit", {"type": 'ESC', "value": 'PRESS'},
|
|
1178
|
-
{"properties": [("exit", True)]}),
|
|
1179
|
-
("node.clipboard_copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
1180
|
-
("node.clipboard_paste", {"type": 'V', "value": 'PRESS', "ctrl": True}, None),
|
|
1181
|
-
("node.viewer_border", {"type": 'Z', "value": 'PRESS'}, None),
|
|
1182
|
-
("node.clear_viewer_border", {"type": 'Z', "value": 'PRESS', "alt": True}, None),
|
|
1183
|
-
("node.translate_attach", {"type": 'W', "value": 'PRESS'}, None),
|
|
1184
|
-
("node.translate_attach", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
1185
|
-
("node.translate_attach", {"type": 'MIDDLEMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
1186
|
-
("transform.translate", {"type": 'W', "value": 'PRESS'}, None),
|
|
1187
|
-
("transform.translate", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
1188
|
-
{"properties": [("release_confirm", True)]}),
|
|
1189
|
-
("transform.rotate", {"type": 'E', "value": 'PRESS'}, None),
|
|
1190
|
-
("transform.resize", {"type": 'R', "value": 'PRESS'}, None),
|
|
1191
|
-
("node.move_detach_links_release", {"type": params.action_mouse, "value": 'CLICK_DRAG', "alt": True}, None),
|
|
1192
|
-
("node.move_detach_links", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "alt": True}, None),
|
|
1193
|
-
("wm.context_toggle", {"type": 'X', "value": 'PRESS'},
|
|
1194
|
-
{"properties": [("data_path", "tool_settings.use_snap_node")]}),
|
|
1195
|
-
])
|
|
1196
|
-
|
|
1197
|
-
return keymap
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
def km_info(params):
|
|
1201
|
-
items = []
|
|
1202
|
-
keymap = (
|
|
1203
|
-
"Info",
|
|
1204
|
-
{"space_type": 'INFO', "region_type": 'WINDOW'},
|
|
1205
|
-
{"items": items},
|
|
1206
|
-
)
|
|
1207
|
-
|
|
1208
|
-
items.extend([
|
|
1209
|
-
op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
|
|
1210
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
1211
|
-
("info.select_pick", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
1212
|
-
("info.select_pick", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
1213
|
-
{"properties": [("extend", True)]}),
|
|
1214
|
-
("info.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
1215
|
-
{"properties": [("wait_for_input", False)]}),
|
|
1216
|
-
("info.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True},
|
|
1217
|
-
{"properties": [("action", 'SELECT')]}),
|
|
1218
|
-
("info.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True, "shift": True},
|
|
1219
|
-
{"properties": [("action", 'DESELECT')]}),
|
|
1220
|
-
("info.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True},
|
|
1221
|
-
{"properties": [("action", 'INVERT')]}),
|
|
1222
|
-
("info.select_box", {"type": 'Q', "value": 'PRESS'}, None),
|
|
1223
|
-
("info.report_replay", {"type": 'R', "value": 'PRESS'}, None),
|
|
1224
|
-
("info.report_delete", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
1225
|
-
("info.report_delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
1226
|
-
("info.report_copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
1227
|
-
*_template_items_context_menu("INFO_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
1228
|
-
])
|
|
1229
|
-
|
|
1230
|
-
return keymap
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
def km_file_browser(params):
|
|
1234
|
-
items = []
|
|
1235
|
-
keymap = (
|
|
1236
|
-
"File Browser",
|
|
1237
|
-
{"space_type": 'FILE_BROWSER', "region_type": 'WINDOW'},
|
|
1238
|
-
{"items": items},
|
|
1239
|
-
)
|
|
1240
|
-
|
|
1241
|
-
items.extend([
|
|
1242
|
-
("wm.context_toggle", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
1243
|
-
{"properties": [("data_path", "space_data.show_region_tool_props")]}),
|
|
1244
|
-
("file.parent", {"type": 'UP_ARROW', "value": 'PRESS', "alt": True}, None),
|
|
1245
|
-
("file.parent", {"type": 'UP_ARROW', "value": 'PRESS', "ctrl": True}, None),
|
|
1246
|
-
("file.previous", {"type": 'LEFT_ARROW', "value": 'PRESS', "alt": True}, None),
|
|
1247
|
-
("file.previous", {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True}, None),
|
|
1248
|
-
("file.previous", {"type": 'BUTTON4MOUSE', "value": 'PRESS'}, None),
|
|
1249
|
-
("file.next", {"type": 'RIGHT_ARROW', "value": 'PRESS', "alt": True}, None),
|
|
1250
|
-
("file.next", {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True}, None),
|
|
1251
|
-
("file.next", {"type": 'BUTTON5MOUSE', "value": 'PRESS'}, None),
|
|
1252
|
-
# The two refresh operators have polls excluding each other (so only one is available depending on context).
|
|
1253
|
-
("file.refresh", {"type": 'R', "value": 'PRESS', "ctrl": True}, None),
|
|
1254
|
-
("asset.library_refresh", {"type": 'R', "value": 'PRESS', "ctrl": True}, None),
|
|
1255
|
-
("file.previous", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
1256
|
-
("file.next", {"type": 'BACK_SPACE', "value": 'PRESS', "shift": True}, None),
|
|
1257
|
-
("wm.context_toggle", {"type": 'H', "value": 'PRESS'},
|
|
1258
|
-
{"properties": [("data_path", "space_data.params.show_hidden")]}),
|
|
1259
|
-
("file.directory_new", {"type": 'I', "value": 'PRESS'},
|
|
1260
|
-
{"properties": [("confirm", False)]}),
|
|
1261
|
-
("file.rename", {"type": 'F2', "value": 'PRESS'}, None),
|
|
1262
|
-
("file.delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
1263
|
-
("file.smoothscroll", {"type": 'TIMER1', "value": 'ANY', "any": True}, None),
|
|
1264
|
-
("wm.context_toggle", {"type": 'T', "value": 'PRESS'},
|
|
1265
|
-
{"properties": [("data_path", "space_data.show_region_toolbar")]}),
|
|
1266
|
-
("file.bookmark_add", {"type": 'B', "value": 'PRESS', "ctrl": True}, None),
|
|
1267
|
-
("file.filenum", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True},
|
|
1268
|
-
{"properties": [("increment", 1)]}),
|
|
1269
|
-
("file.filenum", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "shift": True, "repeat": True},
|
|
1270
|
-
{"properties": [("increment", 10)]}),
|
|
1271
|
-
("file.filenum", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1272
|
-
{"properties": [("increment", 100)]}),
|
|
1273
|
-
("file.filenum", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True},
|
|
1274
|
-
{"properties": [("increment", -1)]}),
|
|
1275
|
-
("file.filenum", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "shift": True, "repeat": True},
|
|
1276
|
-
{"properties": [("increment", -10)]}),
|
|
1277
|
-
("file.filenum", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1278
|
-
{"properties": [("increment", -100)]}),
|
|
1279
|
-
|
|
1280
|
-
# Select file under cursor before spawning the context menu.
|
|
1281
|
-
("file.select", {"type": 'RIGHTMOUSE', "value": 'PRESS'},
|
|
1282
|
-
{"properties": [("open", False), ("only_activate_if_selected", True), ("pass_through", True)]}),
|
|
1283
|
-
*_template_items_context_menu("FILEBROWSER_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
1284
|
-
])
|
|
1285
|
-
|
|
1286
|
-
return keymap
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
def km_file_browser_main(params):
|
|
1290
|
-
items = []
|
|
1291
|
-
keymap = (
|
|
1292
|
-
"File Browser Main",
|
|
1293
|
-
{"space_type": 'FILE_BROWSER', "region_type": 'WINDOW'},
|
|
1294
|
-
{"items": items},
|
|
1295
|
-
)
|
|
1296
|
-
|
|
1297
|
-
items.extend([
|
|
1298
|
-
("file.mouse_execute", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
1299
|
-
# The two refresh operators have polls excluding each other (so only one is available depending on context).
|
|
1300
|
-
("file.refresh", {"type": 'R', "value": 'PRESS', "ctrl": True}, None),
|
|
1301
|
-
("asset.library_refresh", {"type": 'R', "value": 'PRESS', "ctrl": True}, None),
|
|
1302
|
-
("file.select", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
1303
|
-
{"properties": [("open", False), ("deselect_all", True)]}),
|
|
1304
|
-
("file.select", {"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True},
|
|
1305
|
-
{"properties": [("extend", True), ("open", False)]}),
|
|
1306
|
-
("file.select", {"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True, },
|
|
1307
|
-
{"properties": [("extend", True), ("fill", True), ("open", False)]}),
|
|
1308
|
-
("file.select", {"type": 'RIGHTMOUSE', "value": 'CLICK', "shift": True},
|
|
1309
|
-
{"properties": [("extend", True), ("open", False)]}),
|
|
1310
|
-
("file.select", {"type": 'RIGHTMOUSE', "value": 'CLICK', "alt": True},
|
|
1311
|
-
{"properties": [("extend", True), ("fill", True), ("open", False)]}),
|
|
1312
|
-
("file.select_walk", {"type": 'UP_ARROW', "value": 'PRESS'},
|
|
1313
|
-
{"properties": [("direction", 'UP')]}),
|
|
1314
|
-
("file.select_walk", {"type": 'UP_ARROW', "value": 'PRESS', "shift": True},
|
|
1315
|
-
{"properties": [("direction", 'UP'), ("extend", True)]}),
|
|
1316
|
-
("file.select_walk", {"type": 'UP_ARROW', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
1317
|
-
{"properties": [("direction", 'UP'), ("extend", True), ("fill", True)]}),
|
|
1318
|
-
("file.select_walk", {"type": 'DOWN_ARROW', "value": 'PRESS'},
|
|
1319
|
-
{"properties": [("direction", 'DOWN')]}),
|
|
1320
|
-
("file.select_walk", {"type": 'DOWN_ARROW', "value": 'PRESS', "shift": True},
|
|
1321
|
-
{"properties": [("direction", 'DOWN'), ("extend", True)]}),
|
|
1322
|
-
("file.select_walk", {"type": 'DOWN_ARROW', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
1323
|
-
{"properties": [("direction", 'DOWN'), ("extend", True), ("fill", True)]}),
|
|
1324
|
-
("file.select_walk", {"type": 'LEFT_ARROW', "value": 'PRESS'},
|
|
1325
|
-
{"properties": [("direction", 'LEFT')]}),
|
|
1326
|
-
("file.select_walk", {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True},
|
|
1327
|
-
{"properties": [("direction", 'LEFT'), ("extend", True)]}),
|
|
1328
|
-
("file.select_walk", {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
1329
|
-
{"properties": [("direction", 'LEFT'), ("extend", True), ("fill", True)]}),
|
|
1330
|
-
("file.select_walk", {"type": 'RIGHT_ARROW', "value": 'PRESS'},
|
|
1331
|
-
{"properties": [("direction", 'RIGHT')]}),
|
|
1332
|
-
("file.select_walk", {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True},
|
|
1333
|
-
{"properties": [("direction", 'RIGHT'), ("extend", True)]}),
|
|
1334
|
-
("file.select_walk", {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
1335
|
-
{"properties": [("direction", 'RIGHT'), ("extend", True), ("fill", True)]}),
|
|
1336
|
-
("file.previous", {"type": 'BUTTON4MOUSE', "value": 'CLICK'}, None),
|
|
1337
|
-
("file.next", {"type": 'BUTTON5MOUSE', "value": 'CLICK'}, None),
|
|
1338
|
-
("file.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, None),
|
|
1339
|
-
("file.select_box", {"type": 'Q', "value": 'PRESS'}, None),
|
|
1340
|
-
("file.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
1341
|
-
("file.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
1342
|
-
{"properties": [("mode", 'ADD')]}),
|
|
1343
|
-
("file.highlight", {"type": 'MOUSEMOVE', "value": 'ANY', "any": True}, None),
|
|
1344
|
-
("file.sort_column_ui_context", {"type": 'LEFTMOUSE', "value": 'PRESS', "any": True}, None),
|
|
1345
|
-
("file.view_selected", {"type": 'F', "value": 'PRESS'}, None),
|
|
1346
|
-
*_template_items_context_menu("ASSETBROWSER_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
1347
|
-
])
|
|
1348
|
-
|
|
1349
|
-
return keymap
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
def km_file_browser_buttons(params):
|
|
1353
|
-
items = []
|
|
1354
|
-
keymap = (
|
|
1355
|
-
"File Browser Buttons",
|
|
1356
|
-
{"space_type": 'FILE_BROWSER', "region_type": 'WINDOW'},
|
|
1357
|
-
{"items": items},
|
|
1358
|
-
)
|
|
1359
|
-
|
|
1360
|
-
items.extend([
|
|
1361
|
-
("file.filenum", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True},
|
|
1362
|
-
{"properties": [("increment", 1)]}),
|
|
1363
|
-
("file.filenum", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "shift": True, "repeat": True},
|
|
1364
|
-
{"properties": [("increment", 10)]}),
|
|
1365
|
-
("file.filenum", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1366
|
-
{"properties": [("increment", 100)]}),
|
|
1367
|
-
("file.filenum", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True},
|
|
1368
|
-
{"properties": [("increment", -1)]}),
|
|
1369
|
-
("file.filenum", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "shift": True, "repeat": True},
|
|
1370
|
-
{"properties": [("increment", -10)]}),
|
|
1371
|
-
("file.filenum", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1372
|
-
{"properties": [("increment", -100)]}),
|
|
1373
|
-
])
|
|
1374
|
-
|
|
1375
|
-
return keymap
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
def km_dopesheet_generic(params):
|
|
1379
|
-
items = []
|
|
1380
|
-
keymap = (
|
|
1381
|
-
"Dopesheet Generic",
|
|
1382
|
-
{"space_type": 'DOPESHEET_EDITOR', "region_type": 'WINDOW'},
|
|
1383
|
-
{"items": items},
|
|
1384
|
-
)
|
|
1385
|
-
|
|
1386
|
-
items.extend([
|
|
1387
|
-
op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
|
|
1388
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
1389
|
-
("wm.context_toggle", {"type": 'LEFT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
1390
|
-
{"properties": [("data_path", "space_data.show_region_channels")]}),
|
|
1391
|
-
("wm.context_toggle", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
1392
|
-
{"properties": [("data_path", "space_data.show_region_ui")]}),
|
|
1393
|
-
])
|
|
1394
|
-
|
|
1395
|
-
return keymap
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
def km_dopesheet(params):
|
|
1399
|
-
items = []
|
|
1400
|
-
keymap = (
|
|
1401
|
-
"Dopesheet",
|
|
1402
|
-
{"space_type": 'DOPESHEET_EDITOR', "region_type": 'WINDOW'},
|
|
1403
|
-
{"items": items},
|
|
1404
|
-
)
|
|
1405
|
-
|
|
1406
|
-
items.extend([
|
|
1407
|
-
*_template_items_animation(),
|
|
1408
|
-
("action.clickselect", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
1409
|
-
{"properties": [("extend", False), ("deselect_all", True), ("column", False), ("channel", False)]}),
|
|
1410
|
-
("action.clickselect", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True},
|
|
1411
|
-
{"properties": [("extend", False), ("column", True), ("channel", False)]}),
|
|
1412
|
-
("action.clickselect", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
1413
|
-
{"properties": [("extend", True), ("column", False), ("channel", False)]}),
|
|
1414
|
-
("action.clickselect", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
1415
|
-
{"properties": [("extend", True), ("column", True), ("channel", False)]}),
|
|
1416
|
-
("action.clickselect", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
1417
|
-
{"properties": [("extend", False), ("column", False), ("channel", True)]}),
|
|
1418
|
-
("action.clickselect", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
|
|
1419
|
-
{"properties": [("extend", True), ("column", False), ("channel", True)]}),
|
|
1420
|
-
("action.select_leftright", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
1421
|
-
{"properties": [("mode", 'CHECK'), ("extend", True)]}),
|
|
1422
|
-
("action.select_leftright", {"type": 'LEFT_BRACKET', "value": 'PRESS'},
|
|
1423
|
-
{"properties": [("mode", 'LEFT'), ("extend", False)]}),
|
|
1424
|
-
("action.select_leftright", {"type": 'RIGHT_BRACKET', "value": 'PRESS'},
|
|
1425
|
-
{"properties": [("mode", 'RIGHT'), ("extend", False)]}),
|
|
1426
|
-
("action.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
1427
|
-
("action.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
1428
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
1429
|
-
("action.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
1430
|
-
("action.select_box", {"type": 'Q', "value": 'PRESS'},
|
|
1431
|
-
{"properties": [("axis_range", False)]}),
|
|
1432
|
-
("action.select_box", {"type": 'Q', "value": 'PRESS', "alt": True},
|
|
1433
|
-
{"properties": [("axis_range", True)]}),
|
|
1434
|
-
("action.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
1435
|
-
{"properties": [("tweak", True), ("axis_range", False), ("wait_for_input", False), ("mode", 'SET')]}),
|
|
1436
|
-
("action.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
1437
|
-
{"properties": [("tweak", True), ("axis_range", False), ("wait_for_input", False), ("mode", 'ADD')]}),
|
|
1438
|
-
("action.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
1439
|
-
{"properties": [("tweak", True), ("axis_range", False), ("wait_for_input", False), ("mode", 'SUB')]}),
|
|
1440
|
-
("action.select_column", {"type": 'K', "value": 'PRESS'},
|
|
1441
|
-
{"properties": [("mode", 'KEYS')]}),
|
|
1442
|
-
("action.select_column", {"type": 'K', "value": 'PRESS', "ctrl": True},
|
|
1443
|
-
{"properties": [("mode", 'CFRA')]}),
|
|
1444
|
-
("action.select_column", {"type": 'K', "value": 'PRESS', "shift": True},
|
|
1445
|
-
{"properties": [("mode", 'MARKERS_COLUMN')]}),
|
|
1446
|
-
("action.select_column", {"type": 'K', "value": 'PRESS', "alt": True},
|
|
1447
|
-
{"properties": [("mode", 'MARKERS_BETWEEN')]}),
|
|
1448
|
-
("action.select_more", {"type": 'UP_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
1449
|
-
("action.select_less", {"type": 'DOWN_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
1450
|
-
("action.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
1451
|
-
("action.frame_jump", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
|
|
1452
|
-
("wm.context_menu_enum", {"type": 'X', "value": 'PRESS'},
|
|
1453
|
-
{"properties": [("data_path", "space_data.auto_snap")]}),
|
|
1454
|
-
op_menu_pie("DOPESHEET_MT_snap_pie", {"type": 'X', "value": 'PRESS', "shift": True}),
|
|
1455
|
-
*_template_items_context_menu("DOPESHEET_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
1456
|
-
op_menu("DOPESHEET_MT_delete", {"type": 'BACK_SPACE', "value": 'PRESS'}),
|
|
1457
|
-
("action.delete", {"type": 'DEL', "value": 'PRESS'}, {"properties": [("confirm", False)]}),
|
|
1458
|
-
("action.duplicate_move", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
1459
|
-
("action.keyframe_insert", {"type": 'S', "value": 'PRESS'}, None),
|
|
1460
|
-
("action.copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
1461
|
-
("action.paste", {"type": 'V', "value": 'PRESS', "ctrl": True}, None),
|
|
1462
|
-
("action.paste", {"type": 'V', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
1463
|
-
{"properties": [("flipped", True)]}),
|
|
1464
|
-
("action.previewrange_set", {"type": 'P', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
|
1465
|
-
("action.view_all", {"type": 'A', "value": 'PRESS'}, None),
|
|
1466
|
-
("action.view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
1467
|
-
("action.view_selected", {"type": 'F', "value": 'PRESS'}, None),
|
|
1468
|
-
("action.view_frame", {"type": 'NUMPAD_0', "value": 'PRESS'}, None),
|
|
1469
|
-
("anim.channels_editable_toggle", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
1470
|
-
("anim.channels_select_filter", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
|
1471
|
-
("transform.transform", {"type": 'W', "value": 'PRESS'},
|
|
1472
|
-
{"properties": [("mode", 'TIME_TRANSLATE')]}),
|
|
1473
|
-
("transform.transform", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
1474
|
-
{"properties": [("mode", 'TIME_TRANSLATE')]}),
|
|
1475
|
-
("transform.transform", {"type": 'MIDDLEMOUSE', "value": 'CLICK_DRAG'},
|
|
1476
|
-
{"properties": [("mode", 'TIME_TRANSLATE')]}),
|
|
1477
|
-
("transform.transform", {"type": 'E', "value": 'PRESS'},
|
|
1478
|
-
{"properties": [("mode", 'TIME_EXTEND')]}),
|
|
1479
|
-
("transform.transform", {"type": 'R', "value": 'PRESS'},
|
|
1480
|
-
{"properties": [("mode", 'TIME_SCALE')]}),
|
|
1481
|
-
("transform.transform", {"type": 'T', "value": 'PRESS', "shift": True},
|
|
1482
|
-
{"properties": [("mode", 'TIME_SLIDE')]}),
|
|
1483
|
-
("wm.context_toggle", {"type": 'B', "value": 'PRESS'},
|
|
1484
|
-
{"properties": [("data_path", "tool_settings.use_proportional_action")]}),
|
|
1485
|
-
("marker.add", {"type": 'M', "value": 'PRESS'}, None),
|
|
1486
|
-
("anim.start_frame_set", {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True}, None),
|
|
1487
|
-
("anim.end_frame_set", {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True}, None),
|
|
1488
|
-
])
|
|
1489
|
-
|
|
1490
|
-
return keymap
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
def km_nla_generic(params):
|
|
1494
|
-
items = []
|
|
1495
|
-
keymap = (
|
|
1496
|
-
"NLA Generic",
|
|
1497
|
-
{"space_type": 'NLA_EDITOR', "region_type": 'WINDOW'},
|
|
1498
|
-
{"items": items},
|
|
1499
|
-
)
|
|
1500
|
-
|
|
1501
|
-
items.extend([
|
|
1502
|
-
op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
|
|
1503
|
-
("wm.context_toggle", {"type": 'LEFT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
1504
|
-
{"properties": [("data_path", "space_data.show_region_channels")]}),
|
|
1505
|
-
("wm.context_toggle", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
1506
|
-
{"properties": [("data_path", "space_data.show_region_ui")]}),
|
|
1507
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
1508
|
-
*_template_items_animation(),
|
|
1509
|
-
("nla.tweakmode_enter", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
1510
|
-
("nla.tweakmode_exit", {"type": 'ESC', "value": 'PRESS'}, None),
|
|
1511
|
-
("anim.channels_select_filter", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
|
1512
|
-
])
|
|
1513
|
-
|
|
1514
|
-
return keymap
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
def km_nla_tracks(params):
|
|
1518
|
-
items = []
|
|
1519
|
-
keymap = (
|
|
1520
|
-
"NLA Tracks",
|
|
1521
|
-
{"space_type": 'NLA_EDITOR', "region_type": 'WINDOW'},
|
|
1522
|
-
{"items": items},
|
|
1523
|
-
)
|
|
1524
|
-
|
|
1525
|
-
items.extend([
|
|
1526
|
-
("nla.channels_click", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
1527
|
-
{"properties": [("extend", False)]}),
|
|
1528
|
-
("nla.channels_click", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
1529
|
-
{"properties": [("extend", True)]}),
|
|
1530
|
-
("nla.tracks_delete", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
1531
|
-
("nla.tracks_delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
1532
|
-
*_template_items_context_menu("NLA_MT_channel_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
1533
|
-
])
|
|
1534
|
-
|
|
1535
|
-
return keymap
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
def km_nla_editor(params):
|
|
1539
|
-
items = []
|
|
1540
|
-
keymap = (
|
|
1541
|
-
"NLA Editor",
|
|
1542
|
-
{"space_type": 'NLA_EDITOR', "region_type": 'WINDOW'},
|
|
1543
|
-
{"items": items},
|
|
1544
|
-
)
|
|
1545
|
-
|
|
1546
|
-
items.extend([
|
|
1547
|
-
("nla.click_select", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
1548
|
-
{"properties": [("extend", False), ("deselect_all", True)]}),
|
|
1549
|
-
("nla.click_select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
1550
|
-
{"properties": [("extend", True)]}),
|
|
1551
|
-
("nla.select_leftright", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
1552
|
-
{"properties": [("mode", 'CHECK'), ("extend", True)]}),
|
|
1553
|
-
("nla.select_leftright", {"type": 'LEFT_BRACKET', "value": 'PRESS'},
|
|
1554
|
-
{"properties": [("mode", 'LEFT'), ("extend", False)]}),
|
|
1555
|
-
("nla.select_leftright", {"type": 'RIGHT_BRACKET', "value": 'PRESS'},
|
|
1556
|
-
{"properties": [("mode", 'RIGHT'), ("extend", False)]}),
|
|
1557
|
-
("nla.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
1558
|
-
("nla.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
1559
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
1560
|
-
("nla.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
1561
|
-
("nla.select_box", {"type": 'Q', "value": 'PRESS'},
|
|
1562
|
-
{"properties": [("axis_range", False)]}),
|
|
1563
|
-
("nla.select_box", {"type": 'Q', "value": 'PRESS', "alt": True},
|
|
1564
|
-
{"properties": [("axis_range", True)]}),
|
|
1565
|
-
("nla.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
1566
|
-
{"properties": [("tweak", True), ("mode", 'SET')]}),
|
|
1567
|
-
("nla.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
1568
|
-
{"properties": [("tweak", True), ("mode", 'ADD')]}),
|
|
1569
|
-
("nla.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
1570
|
-
{"properties": [("tweak", True), ("mode", 'SUB')]}),
|
|
1571
|
-
("nla.view_all", {"type": 'A', "value": 'PRESS'}, None),
|
|
1572
|
-
("nla.view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
1573
|
-
("nla.view_selected", {"type": 'F', "value": 'PRESS'}, None),
|
|
1574
|
-
("nla.view_frame", {"type": 'NUMPAD_0', "value": 'PRESS'}, None),
|
|
1575
|
-
("nla.meta_add", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
|
|
1576
|
-
("nla.meta_remove", {"type": 'G', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
|
1577
|
-
("nla.duplicate", {"type": 'D', "value": 'PRESS', "ctrl": True},
|
|
1578
|
-
{"properties": [("linked", False)]}),
|
|
1579
|
-
("nla.duplicate", {"type": 'D', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
1580
|
-
{"properties": [("linked", True)]}),
|
|
1581
|
-
("nla.make_single_user", {"type": 'U', "value": 'PRESS'}, None),
|
|
1582
|
-
("nla.delete", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
1583
|
-
("nla.delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
1584
|
-
("nla.mute_toggle", {"type": 'M', "value": 'PRESS'}, None),
|
|
1585
|
-
("nla.move_up", {"type": 'PAGE_UP', "value": 'PRESS'}, None),
|
|
1586
|
-
("nla.move_down", {"type": 'PAGE_DOWN', "value": 'PRESS'}, None),
|
|
1587
|
-
("transform.transform", {"type": 'W', "value": 'PRESS'},
|
|
1588
|
-
{"properties": [("mode", 'TRANSLATION')]}),
|
|
1589
|
-
("transform.transform", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
1590
|
-
{"properties": [("mode", 'TRANSLATION')]}),
|
|
1591
|
-
("transform.transform", {"type": 'MIDDLEMOUSE', "value": 'CLICK_DRAG'},
|
|
1592
|
-
{"properties": [("mode", 'TRANSLATION')]}),
|
|
1593
|
-
("transform.transform", {"type": 'E', "value": 'PRESS'},
|
|
1594
|
-
{"properties": [("mode", 'TIME_EXTEND')]}),
|
|
1595
|
-
("transform.transform", {"type": 'R', "value": 'PRESS'},
|
|
1596
|
-
{"properties": [("mode", 'TIME_SCALE')]}),
|
|
1597
|
-
*_template_items_context_menu("NLA_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
1598
|
-
op_menu_pie("NLA_MT_snap_pie", {"type": 'X', "value": 'PRESS', "shift": True}),
|
|
1599
|
-
("marker.add", {"type": 'M', "value": 'PRESS'}, None),
|
|
1600
|
-
])
|
|
1601
|
-
|
|
1602
|
-
return keymap
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
def km_text_generic(params):
|
|
1606
|
-
items = []
|
|
1607
|
-
keymap = (
|
|
1608
|
-
"Text Generic",
|
|
1609
|
-
{"space_type": 'TEXT_EDITOR', "region_type": 'WINDOW'},
|
|
1610
|
-
{"items": items},
|
|
1611
|
-
)
|
|
1612
|
-
|
|
1613
|
-
items.extend([
|
|
1614
|
-
("text.start_find", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
|
1615
|
-
("text.jump", {"type": 'J', "value": 'PRESS', "ctrl": True}, None),
|
|
1616
|
-
("text.find", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
|
|
1617
|
-
("text.replace", {"type": 'H', "value": 'PRESS', "ctrl": True}, None),
|
|
1618
|
-
("wm.context_toggle", {"type": 'I', "value": 'PRESS', "ctrl": True},
|
|
1619
|
-
{"properties": [("data_path", "space_data.show_region_ui")]}),
|
|
1620
|
-
])
|
|
1621
|
-
|
|
1622
|
-
return keymap
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
def km_text(params):
|
|
1626
|
-
items = []
|
|
1627
|
-
keymap = (
|
|
1628
|
-
"Text",
|
|
1629
|
-
{"space_type": 'TEXT_EDITOR', "region_type": 'WINDOW'},
|
|
1630
|
-
{"items": items},
|
|
1631
|
-
)
|
|
1632
|
-
|
|
1633
|
-
items.extend([
|
|
1634
|
-
("text.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True},
|
|
1635
|
-
{"properties": [("type", 'LINE_BEGIN')]}),
|
|
1636
|
-
("text.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True},
|
|
1637
|
-
{"properties": [("type", 'LINE_END')]}),
|
|
1638
|
-
("text.move", {"type": 'UP_ARROW', "value": 'PRESS', "ctrl": True},
|
|
1639
|
-
{"properties": [("type", 'FILE_TOP')]}),
|
|
1640
|
-
("text.move", {"type": 'DOWN_ARROW', "value": 'PRESS', "ctrl": True},
|
|
1641
|
-
{"properties": [("type", 'FILE_BOTTOM')]}),
|
|
1642
|
-
("text.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "alt": True},
|
|
1643
|
-
{"properties": [("type", 'PREVIOUS_WORD')]}),
|
|
1644
|
-
("text.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "alt": True},
|
|
1645
|
-
{"properties": [("type", 'NEXT_WORD')]}),
|
|
1646
|
-
("wm.context_cycle_int", {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True},
|
|
1647
|
-
{"properties": [("data_path", "space_data.font_size"), ("reverse", False)]}),
|
|
1648
|
-
("wm.context_cycle_int", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "ctrl": True},
|
|
1649
|
-
{"properties": [("data_path", "space_data.font_size"), ("reverse", True)]}),
|
|
1650
|
-
("wm.context_cycle_int", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1651
|
-
{"properties": [("data_path", "space_data.font_size"), ("reverse", False)]}),
|
|
1652
|
-
("wm.context_cycle_int", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1653
|
-
{"properties": [("data_path", "space_data.font_size"), ("reverse", True)]}),
|
|
1654
|
-
("text.new", {"type": 'N', "value": 'PRESS', "ctrl": True}, None),
|
|
1655
|
-
])
|
|
1656
|
-
|
|
1657
|
-
items.extend([
|
|
1658
|
-
("text.open", {"type": 'O', "value": 'PRESS', "alt": True}, None),
|
|
1659
|
-
("text.reload", {"type": 'R', "value": 'PRESS', "alt": True}, None),
|
|
1660
|
-
("text.save", {"type": 'S', "value": 'PRESS', "alt": True}, None),
|
|
1661
|
-
("text.save_as", {"type": 'S', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None),
|
|
1662
|
-
("text.run_script", {"type": 'P', "value": 'PRESS', "alt": True}, None),
|
|
1663
|
-
("text.cut", {"type": 'X', "value": 'PRESS', "ctrl": True}, None),
|
|
1664
|
-
("text.copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
1665
|
-
("text.paste", {"type": 'V', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
1666
|
-
("text.cut", {"type": 'DEL', "value": 'PRESS', "shift": True}, None),
|
|
1667
|
-
("text.copy", {"type": 'INSERT', "value": 'PRESS', "ctrl": True}, None),
|
|
1668
|
-
("text.paste", {"type": 'INSERT', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
1669
|
-
("text.duplicate_line", {"type": 'D', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
1670
|
-
("text.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, None),
|
|
1671
|
-
("text.select_line", {"type": 'A', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
1672
|
-
("text.select_word", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
1673
|
-
("text.move_lines", {"type": 'UP_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
1674
|
-
{"properties": [("direction", 'UP')]}),
|
|
1675
|
-
("text.move_lines", {"type": 'DOWN_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
1676
|
-
{"properties": [("direction", 'DOWN')]}),
|
|
1677
|
-
("text.indent_or_autocomplete", {"type": 'TAB', "value": 'PRESS', "repeat": True}, None),
|
|
1678
|
-
("text.unindent", {"type": 'TAB', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
1679
|
-
("text.uncomment", {"type": 'D', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
1680
|
-
("text.move", {"type": 'HOME', "value": 'PRESS'},
|
|
1681
|
-
{"properties": [("type", 'LINE_BEGIN')]}),
|
|
1682
|
-
("text.move", {"type": 'END', "value": 'PRESS'},
|
|
1683
|
-
{"properties": [("type", 'LINE_END')]}),
|
|
1684
|
-
("text.move", {"type": 'E', "value": 'PRESS', "ctrl": True},
|
|
1685
|
-
{"properties": [("type", 'LINE_END')]}),
|
|
1686
|
-
("text.move", {"type": 'E', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
1687
|
-
{"properties": [("type", 'LINE_END')]}),
|
|
1688
|
-
("text.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "repeat": True},
|
|
1689
|
-
{"properties": [("type", 'PREVIOUS_CHARACTER')]}),
|
|
1690
|
-
("text.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "repeat": True},
|
|
1691
|
-
{"properties": [("type", 'NEXT_CHARACTER')]}),
|
|
1692
|
-
("text.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1693
|
-
{"properties": [("type", 'PREVIOUS_WORD')]}),
|
|
1694
|
-
("text.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1695
|
-
{"properties": [("type", 'NEXT_WORD')]}),
|
|
1696
|
-
("text.move", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True},
|
|
1697
|
-
{"properties": [("type", 'PREVIOUS_LINE')]}),
|
|
1698
|
-
("text.move", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True},
|
|
1699
|
-
{"properties": [("type", 'NEXT_LINE')]}),
|
|
1700
|
-
("text.move", {"type": 'PAGE_UP', "value": 'PRESS', "repeat": True},
|
|
1701
|
-
{"properties": [("type", 'PREVIOUS_PAGE')]}),
|
|
1702
|
-
("text.move", {"type": 'PAGE_DOWN', "value": 'PRESS', "repeat": True},
|
|
1703
|
-
{"properties": [("type", 'NEXT_PAGE')]}),
|
|
1704
|
-
("text.move", {"type": 'HOME', "value": 'PRESS', "ctrl": True},
|
|
1705
|
-
{"properties": [("type", 'FILE_TOP')]}),
|
|
1706
|
-
("text.move", {"type": 'END', "value": 'PRESS', "ctrl": True},
|
|
1707
|
-
{"properties": [("type", 'FILE_BOTTOM')]}),
|
|
1708
|
-
("text.move_select", {"type": 'HOME', "value": 'PRESS', "shift": True},
|
|
1709
|
-
{"properties": [("type", 'LINE_BEGIN')]}),
|
|
1710
|
-
("text.move_select", {"type": 'END', "value": 'PRESS', "shift": True},
|
|
1711
|
-
{"properties": [("type", 'LINE_END')]}),
|
|
1712
|
-
("text.move_select", {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
1713
|
-
{"properties": [("type", 'PREVIOUS_CHARACTER')]}),
|
|
1714
|
-
("text.move_select", {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
1715
|
-
{"properties": [("type", 'NEXT_CHARACTER')]}),
|
|
1716
|
-
("text.move_select", {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
1717
|
-
{"properties": [("type", 'PREVIOUS_WORD')]}),
|
|
1718
|
-
("text.move_select", {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
1719
|
-
{"properties": [("type", 'NEXT_WORD')]}),
|
|
1720
|
-
("text.move_select", {"type": 'UP_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
1721
|
-
{"properties": [("type", 'PREVIOUS_LINE')]}),
|
|
1722
|
-
("text.move_select", {"type": 'DOWN_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
1723
|
-
{"properties": [("type", 'NEXT_LINE')]}),
|
|
1724
|
-
("text.move_select", {"type": 'PAGE_UP', "value": 'PRESS', "shift": True, "repeat": True},
|
|
1725
|
-
{"properties": [("type", 'PREVIOUS_PAGE')]}),
|
|
1726
|
-
("text.move_select", {"type": 'PAGE_DOWN', "value": 'PRESS', "shift": True, "repeat": True},
|
|
1727
|
-
{"properties": [("type", 'NEXT_PAGE')]}),
|
|
1728
|
-
("text.move_select", {"type": 'HOME', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
1729
|
-
{"properties": [("type", 'FILE_TOP')]}),
|
|
1730
|
-
("text.move_select", {"type": 'END', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
1731
|
-
{"properties": [("type", 'FILE_BOTTOM')]}),
|
|
1732
|
-
("text.delete", {"type": 'DEL', "value": 'PRESS', "repeat": True},
|
|
1733
|
-
{"properties": [("type", 'NEXT_CHARACTER')]}),
|
|
1734
|
-
("text.delete", {"type": 'BACK_SPACE', "value": 'PRESS', "repeat": True},
|
|
1735
|
-
{"properties": [("type", 'PREVIOUS_CHARACTER')]}),
|
|
1736
|
-
("text.delete", {"type": 'BACK_SPACE', "value": 'PRESS', "shift": True, "repeat": True},
|
|
1737
|
-
{"properties": [("type", 'PREVIOUS_CHARACTER')]}),
|
|
1738
|
-
("text.delete", {"type": 'DEL', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1739
|
-
{"properties": [("type", 'NEXT_WORD')]}),
|
|
1740
|
-
("text.delete", {"type": 'BACK_SPACE', "value": 'PRESS', "ctrl": True},
|
|
1741
|
-
{"properties": [("type", 'PREVIOUS_WORD')]}),
|
|
1742
|
-
("text.overwrite_toggle", {"type": 'INSERT', "value": 'PRESS'}, None),
|
|
1743
|
-
("text.scroll_bar", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
1744
|
-
("text.scroll_bar", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
|
|
1745
|
-
("text.scroll", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
|
|
1746
|
-
("text.scroll", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
|
1747
|
-
("text.selection_set", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
1748
|
-
("text.cursor_set", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
1749
|
-
("text.selection_set", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
1750
|
-
("text.scroll", {"type": 'WHEELUPMOUSE', "value": 'PRESS'},
|
|
1751
|
-
{"properties": [("lines", -1)]}),
|
|
1752
|
-
("text.scroll", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS'},
|
|
1753
|
-
{"properties": [("lines", 1)]}),
|
|
1754
|
-
("text.line_break", {"type": 'RET', "value": 'PRESS', "repeat": True}, None),
|
|
1755
|
-
("text.line_break", {"type": 'NUMPAD_ENTER', "value": 'PRESS', "repeat": True}, None),
|
|
1756
|
-
*_template_items_context_menu("TEXT_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS', "any": True}),
|
|
1757
|
-
("text.line_number", {"type": 'TEXTINPUT', "value": 'ANY', "any": True}, None),
|
|
1758
|
-
("text.insert", {"type": 'TEXTINPUT', "value": 'ANY', "any": True, "repeat": True}, None),
|
|
1759
|
-
])
|
|
1760
|
-
|
|
1761
|
-
return keymap
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
def km_sequencer_generic(_params):
|
|
1765
|
-
items = []
|
|
1766
|
-
keymap = (
|
|
1767
|
-
"Video Sequence Editor",
|
|
1768
|
-
{"space_type": 'SEQUENCE_EDITOR', "region_type": 'WINDOW'},
|
|
1769
|
-
{"items": items},
|
|
1770
|
-
)
|
|
1771
|
-
|
|
1772
|
-
items.extend([
|
|
1773
|
-
op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
|
|
1774
|
-
("wm.context_toggle", {"type": 'LEFT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
1775
|
-
{"properties": [("data_path", "space_data.show_region_channels")]}),
|
|
1776
|
-
("wm.context_toggle", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
1777
|
-
{"properties": [("data_path", "space_data.show_region_ui")]}),
|
|
1778
|
-
])
|
|
1779
|
-
|
|
1780
|
-
return keymap
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
def km_sequencer(params):
|
|
1784
|
-
items = []
|
|
1785
|
-
keymap = (
|
|
1786
|
-
"Sequencer",
|
|
1787
|
-
{"space_type": 'SEQUENCE_EDITOR', "region_type": 'WINDOW'},
|
|
1788
|
-
{"items": items},
|
|
1789
|
-
)
|
|
1790
|
-
|
|
1791
|
-
items.extend([
|
|
1792
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
1793
|
-
*_template_items_animation(),
|
|
1794
|
-
("sequencer.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
1795
|
-
("sequencer.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
1796
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
1797
|
-
("sequencer.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
1798
|
-
("sequencer.split", {"type": 'B', "value": 'PRESS', "ctrl": True},
|
|
1799
|
-
{"properties": [("type", 'SOFT')]}),
|
|
1800
|
-
("sequencer.mute", {"type": 'M', "value": 'PRESS'},
|
|
1801
|
-
{"properties": [("unselected", False)]}),
|
|
1802
|
-
("sequencer.mute", {"type": 'M', "value": 'PRESS', "shift": True},
|
|
1803
|
-
{"properties": [("unselected", True)]}),
|
|
1804
|
-
("sequencer.unmute", {"type": 'M', "value": 'PRESS', "alt": True},
|
|
1805
|
-
{"properties": [("unselected", False)]}),
|
|
1806
|
-
("sequencer.unmute", {"type": 'M', "value": 'PRESS', "shift": True, "alt": True},
|
|
1807
|
-
{"properties": [("unselected", True)]}),
|
|
1808
|
-
("sequencer.lock", {"type": 'L', "value": 'PRESS', "shift": True}, None),
|
|
1809
|
-
("sequencer.unlock", {"type": 'L', "value": 'PRESS', "shift": True, "alt": True}, None),
|
|
1810
|
-
("sequencer.reassign_inputs", {"type": 'R', "value": 'PRESS'}, None),
|
|
1811
|
-
("sequencer.reload", {"type": 'R', "value": 'PRESS', "ctrl": True}, None),
|
|
1812
|
-
("sequencer.reload", {"type": 'R', "value": 'PRESS', "shift": True, "alt": True},
|
|
1813
|
-
{"properties": [("adjust_length", True)]}),
|
|
1814
|
-
("sequencer.offset_clear", {"type": 'O', "value": 'PRESS', "alt": True}, None),
|
|
1815
|
-
("sequencer.duplicate_move", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
1816
|
-
("sequencer.retiming_key_delete", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
1817
|
-
("sequencer.retiming_key_delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
1818
|
-
("sequencer.delete", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
1819
|
-
("sequencer.delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
1820
|
-
("sequencer.copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
1821
|
-
("sequencer.paste", {"type": 'V', "value": 'PRESS', "ctrl": True}, None),
|
|
1822
|
-
("sequencer.images_separate", {"type": 'Y', "value": 'PRESS'}, None),
|
|
1823
|
-
("sequencer.meta_toggle", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
1824
|
-
("sequencer.meta_make", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
|
|
1825
|
-
("sequencer.meta_separate", {"type": 'G', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
|
1826
|
-
("sequencer.view_all", {"type": 'A', "value": 'PRESS'}, None),
|
|
1827
|
-
("sequencer.view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
1828
|
-
("sequencer.view_selected", {"type": 'F', "value": 'PRESS'}, None),
|
|
1829
|
-
("sequencer.view_frame", {"type": 'NUMPAD_0', "value": 'PRESS'}, None),
|
|
1830
|
-
("sequencer.strip_jump", {"type": 'PAGE_UP', "value": 'PRESS', "repeat": True},
|
|
1831
|
-
{"properties": [("next", False), ("center", False)]}),
|
|
1832
|
-
("sequencer.strip_jump", {"type": 'PAGE_DOWN', "value": 'PRESS', "repeat": True},
|
|
1833
|
-
{"properties": [("next", True), ("center", False)]}),
|
|
1834
|
-
("sequencer.strip_jump", {"type": 'PAGE_UP', "value": 'PRESS', "alt": True, "repeat": True},
|
|
1835
|
-
{"properties": [("next", False), ("center", True)]}),
|
|
1836
|
-
("sequencer.strip_jump", {"type": 'PAGE_DOWN', "value": 'PRESS', "alt": True, "repeat": True},
|
|
1837
|
-
{"properties": [("next", True), ("center", True)]}),
|
|
1838
|
-
("sequencer.swap", {"type": 'LEFT_ARROW', "value": 'PRESS', "alt": True, "repeat": True},
|
|
1839
|
-
{"properties": [("side", 'LEFT')]}),
|
|
1840
|
-
("sequencer.swap", {"type": 'RIGHT_ARROW', "value": 'PRESS', "alt": True, "repeat": True},
|
|
1841
|
-
{"properties": [("side", 'RIGHT')]}),
|
|
1842
|
-
("sequencer.gap_remove", {"type": 'BACK_SPACE', "value": 'PRESS'},
|
|
1843
|
-
{"properties": [("all", False)]}),
|
|
1844
|
-
("sequencer.gap_remove", {"type": 'BACK_SPACE', "value": 'PRESS', "shift": True},
|
|
1845
|
-
{"properties": [("all", True)]}),
|
|
1846
|
-
("sequencer.gap_insert", {"type": 'EQUAL', "value": 'PRESS', "shift": True}, None),
|
|
1847
|
-
("sequencer.snap", {"type": 'X', "value": 'PRESS'}, None),
|
|
1848
|
-
("sequencer.swap_inputs", {"type": 'S', "value": 'PRESS', "alt": True}, None),
|
|
1849
|
-
*(
|
|
1850
|
-
(("sequencer.split_multicam",
|
|
1851
|
-
{"type": NUMBERS_1[i], "value": 'PRESS'},
|
|
1852
|
-
{"properties": [("camera", i + 1)]})
|
|
1853
|
-
for i in range(10)
|
|
1854
|
-
)
|
|
1855
|
-
),
|
|
1856
|
-
("sequencer.select", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
1857
|
-
("sequencer.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
1858
|
-
{"properties": [("extend", True)]}),
|
|
1859
|
-
("sequencer.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True},
|
|
1860
|
-
{"properties": [("linked_handle", True)]}),
|
|
1861
|
-
("sequencer.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
1862
|
-
{"properties": [("extend", True), ("linked_handle", True)]}),
|
|
1863
|
-
("sequencer.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
1864
|
-
{"properties": [("side_of_frame", True), ("linked_time", True)]}),
|
|
1865
|
-
("sequencer.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
1866
|
-
{"properties": [("extend", True), ("side_of_frame", True), ("linked_time", True)]}),
|
|
1867
|
-
("sequencer.select_more", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
1868
|
-
("sequencer.select_less", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
1869
|
-
("sequencer.select_linked_pick", {"type": 'L', "value": 'PRESS', "ctrl": True},
|
|
1870
|
-
{"properties": [("extend", False)]}),
|
|
1871
|
-
("sequencer.select_linked_pick", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "shift": True},
|
|
1872
|
-
{"properties": [("extend", True)]}),
|
|
1873
|
-
("sequencer.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
1874
|
-
("sequencer.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'},
|
|
1875
|
-
{"properties": [("tweak", True), ("mode", 'SET')]}),
|
|
1876
|
-
("sequencer.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True},
|
|
1877
|
-
{"properties": [("tweak", True), ("mode", 'ADD')]}),
|
|
1878
|
-
("sequencer.select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True},
|
|
1879
|
-
{"properties": [("tweak", True), ("mode", 'SUB')]}),
|
|
1880
|
-
("sequencer.select_grouped", {"type": 'G', "value": 'PRESS', "shift": True}, None),
|
|
1881
|
-
("sequencer.slip", {"type": 'R', "value": 'PRESS'}, None),
|
|
1882
|
-
("wm.context_set_int", {"type": 'O', "value": 'PRESS'},
|
|
1883
|
-
{"properties": [("data_path", "scene.sequence_editor.overlay_frame"), ("value", 0)]}),
|
|
1884
|
-
("transform.seq_slide", {"type": 'W', "value": 'PRESS'}, None),
|
|
1885
|
-
("transform.seq_slide", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
1886
|
-
("transform.seq_slide", {"type": 'MIDDLEMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
1887
|
-
("transform.transform", {"type": 'E', "value": 'PRESS'},
|
|
1888
|
-
{"properties": [("mode", 'TIME_EXTEND')]}),
|
|
1889
|
-
*_template_items_context_menu("SEQUENCER_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
1890
|
-
("marker.add", {"type": 'M', "value": 'PRESS'}, None),
|
|
1891
|
-
# Tools
|
|
1892
|
-
op_tool_cycle("builtin.select_box", {"type": 'Q', "value": 'PRESS'}),
|
|
1893
|
-
op_tool_cycle("builtin.blade", {"type": 'B', "value": 'PRESS'}),
|
|
1894
|
-
op_tool_cycle("builtin.slip", {"type": 'S', "value": 'PRESS'}),
|
|
1895
|
-
])
|
|
1896
|
-
|
|
1897
|
-
return keymap
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
def km_sequencer_preview(params):
|
|
1901
|
-
items = []
|
|
1902
|
-
keymap = (
|
|
1903
|
-
"Preview",
|
|
1904
|
-
{"space_type": 'SEQUENCE_EDITOR', "region_type": 'WINDOW'},
|
|
1905
|
-
{"items": items},
|
|
1906
|
-
)
|
|
1907
|
-
|
|
1908
|
-
items.extend([
|
|
1909
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
1910
|
-
("sequencer.view_all_preview", {"type": 'A', "value": 'PRESS'}, None),
|
|
1911
|
-
("sequencer.view_all_preview", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
1912
|
-
("sequencer.view_selected", {"type": 'F', "value": 'PRESS'}, None),
|
|
1913
|
-
("sequencer.view_ghost_border", {"type": 'O', "value": 'PRESS'}, None),
|
|
1914
|
-
("sequencer.view_zoom_ratio", {"type": 'NUMPAD_1', "value": 'PRESS'},
|
|
1915
|
-
{"properties": [("ratio", 1.0)]}),
|
|
1916
|
-
("sequencer.sample", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
1917
|
-
])
|
|
1918
|
-
|
|
1919
|
-
return keymap
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
def km_sequencer_channels(params):
|
|
1923
|
-
items = []
|
|
1924
|
-
keymap = (
|
|
1925
|
-
"Sequencer Channels",
|
|
1926
|
-
{"space_type": 'SEQUENCE_EDITOR', "region_type": 'WINDOW'},
|
|
1927
|
-
{"items": items},
|
|
1928
|
-
)
|
|
1929
|
-
|
|
1930
|
-
items.extend([
|
|
1931
|
-
# Rename.
|
|
1932
|
-
("sequencer.rename_channel", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
1933
|
-
("sequencer.rename_channel", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
1934
|
-
])
|
|
1935
|
-
return keymap
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
def km_console(params):
|
|
1939
|
-
items = []
|
|
1940
|
-
keymap = (
|
|
1941
|
-
"Console",
|
|
1942
|
-
{"space_type": 'CONSOLE', "region_type": 'WINDOW'},
|
|
1943
|
-
{"items": items},
|
|
1944
|
-
)
|
|
1945
|
-
|
|
1946
|
-
items.extend([
|
|
1947
|
-
("console.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1948
|
-
{"properties": [("type", 'PREVIOUS_WORD')]}),
|
|
1949
|
-
("console.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True, "shift": True, "repeat": True},
|
|
1950
|
-
{"properties": [("type", 'PREVIOUS_WORD'), ("select", True)]}),
|
|
1951
|
-
("console.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1952
|
-
{"properties": [("type", 'NEXT_WORD')]}),
|
|
1953
|
-
("console.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True, "shift": True, "repeat": True},
|
|
1954
|
-
{"properties": [("type", 'NEXT_WORD'), ("select", True)]}),
|
|
1955
|
-
("console.move", {"type": 'HOME', "value": 'PRESS'},
|
|
1956
|
-
{"properties": [("type", 'LINE_BEGIN')]}),
|
|
1957
|
-
("console.move", {"type": 'HOME', "value": 'PRESS', "shift": True},
|
|
1958
|
-
{"properties": [("type", 'LINE_BEGIN'), ("select", True)]}),
|
|
1959
|
-
("console.move", {"type": 'END', "value": 'PRESS'},
|
|
1960
|
-
{"properties": [("type", 'LINE_END')]}),
|
|
1961
|
-
("console.move", {"type": 'END', "value": 'PRESS', "shift": True},
|
|
1962
|
-
{"properties": [("type", 'LINE_END'), ("select", True)]}),
|
|
1963
|
-
("wm.context_cycle_int", {"type": 'WHEELUPMOUSE', "value": 'PRESS', "ctrl": True},
|
|
1964
|
-
{"properties": [("data_path", "space_data.font_size"), ("reverse", False)]}),
|
|
1965
|
-
("wm.context_cycle_int", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "ctrl": True},
|
|
1966
|
-
{"properties": [("data_path", "space_data.font_size"), ("reverse", True)]}),
|
|
1967
|
-
("wm.context_cycle_int", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1968
|
-
{"properties": [("data_path", "space_data.font_size"), ("reverse", False)]}),
|
|
1969
|
-
("wm.context_cycle_int", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1970
|
-
{"properties": [("data_path", "space_data.font_size"), ("reverse", True)]}),
|
|
1971
|
-
("console.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "repeat": True},
|
|
1972
|
-
{"properties": [("type", 'PREVIOUS_CHARACTER')]}),
|
|
1973
|
-
("console.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "repeat": True, "shift": True},
|
|
1974
|
-
{"properties": [("type", 'PREVIOUS_CHARACTER'), ("select", True)]}),
|
|
1975
|
-
("console.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "repeat": True},
|
|
1976
|
-
{"properties": [("type", 'NEXT_CHARACTER')]}),
|
|
1977
|
-
("console.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "repeat": True, "shift": True},
|
|
1978
|
-
{"properties": [("type", 'NEXT_CHARACTER'), ("select", True)]}),
|
|
1979
|
-
("console.history_cycle", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True},
|
|
1980
|
-
{"properties": [("reverse", True)]}),
|
|
1981
|
-
("console.history_cycle", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True},
|
|
1982
|
-
{"properties": [("reverse", False)]}),
|
|
1983
|
-
("console.delete", {"type": 'DEL', "value": 'PRESS', "repeat": True},
|
|
1984
|
-
{"properties": [("type", 'NEXT_CHARACTER')]}),
|
|
1985
|
-
("console.delete", {"type": 'BACK_SPACE', "value": 'PRESS', "repeat": True},
|
|
1986
|
-
{"properties": [("type", 'PREVIOUS_CHARACTER')]}),
|
|
1987
|
-
("console.delete", {"type": 'BACK_SPACE', "value": 'PRESS', "shift": True, "repeat": True},
|
|
1988
|
-
{"properties": [("type", 'PREVIOUS_CHARACTER')]}),
|
|
1989
|
-
("console.delete", {"type": 'DEL', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1990
|
-
{"properties": [("type", 'NEXT_WORD')]}),
|
|
1991
|
-
("console.delete", {"type": 'BACK_SPACE', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
1992
|
-
{"properties": [("type", 'PREVIOUS_WORD')]}),
|
|
1993
|
-
("console.clear_line", {"type": 'RET', "value": 'PRESS', "shift": True}, None),
|
|
1994
|
-
("console.clear_line", {"type": 'NUMPAD_ENTER', "value": 'PRESS', "shift": True}, None),
|
|
1995
|
-
("console.execute", {"type": 'RET', "value": 'PRESS'},
|
|
1996
|
-
{"properties": [("interactive", True)]}),
|
|
1997
|
-
("console.execute", {"type": 'NUMPAD_ENTER', "value": 'PRESS'},
|
|
1998
|
-
{"properties": [("interactive", True)]}),
|
|
1999
|
-
("console.copy_as_script", {"type": 'C', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
2000
|
-
("console.copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
2001
|
-
("console.copy", {"type": 'X', "value": 'PRESS', "ctrl": True}, {"properties": [("delete", True)]}),
|
|
2002
|
-
("console.paste", {"type": 'V', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
2003
|
-
("console.select_set", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
2004
|
-
("console.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, None),
|
|
2005
|
-
("console.select_word", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
2006
|
-
("console.insert", {"type": 'TAB', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
2007
|
-
{"properties": [("text", '\t')]}),
|
|
2008
|
-
("console.indent_or_autocomplete", {"type": 'TAB', "value": 'PRESS', "repeat": True}, None),
|
|
2009
|
-
("console.unindent", {"type": 'TAB', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
2010
|
-
*_template_items_context_menu("CONSOLE_MT_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
2011
|
-
("console.insert", {"type": 'TEXTINPUT', "value": 'ANY', "any": True, "repeat": True}, None),
|
|
2012
|
-
])
|
|
2013
|
-
|
|
2014
|
-
return keymap
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
def km_clip(params):
|
|
2018
|
-
items = []
|
|
2019
|
-
keymap = (
|
|
2020
|
-
"Clip",
|
|
2021
|
-
{"space_type": 'CLIP_EDITOR', "region_type": 'WINDOW'},
|
|
2022
|
-
{"items": items},
|
|
2023
|
-
)
|
|
2024
|
-
|
|
2025
|
-
items.extend([
|
|
2026
|
-
op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
|
|
2027
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
2028
|
-
("clip.open", {"type": 'O', "value": 'PRESS', "alt": True}, None),
|
|
2029
|
-
("clip.track_markers", {"type": 'LEFT_ARROW', "value": 'PRESS', "alt": True, "repeat": True},
|
|
2030
|
-
{"properties": [("backwards", True), ("sequence", False)]}),
|
|
2031
|
-
("clip.track_markers", {"type": 'RIGHT_ARROW', "value": 'PRESS', "alt": True, "repeat": True},
|
|
2032
|
-
{"properties": [("backwards", False), ("sequence", False)]}),
|
|
2033
|
-
("clip.track_markers", {"type": 'T', "value": 'PRESS', "ctrl": True},
|
|
2034
|
-
{"properties": [("backwards", False), ("sequence", True)]}),
|
|
2035
|
-
("clip.track_markers", {"type": 'T', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
2036
|
-
{"properties": [("backwards", True), ("sequence", True)]}),
|
|
2037
|
-
("wm.context_toggle_enum", {"type": 'TAB', "value": 'PRESS'},
|
|
2038
|
-
{"properties": [("data_path", "space_data.mode"), ("value_1", 'TRACKING'), ("value_2", 'MASK')]}),
|
|
2039
|
-
("clip.solve_camera", {"type": 'S', "value": 'PRESS', "shift": True}, None),
|
|
2040
|
-
("clip.prefetch", {"type": 'P', "value": 'PRESS'}, None),
|
|
2041
|
-
])
|
|
2042
|
-
|
|
2043
|
-
return keymap
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
def km_clip_editor(params):
|
|
2047
|
-
items = []
|
|
2048
|
-
keymap = (
|
|
2049
|
-
"Clip Editor",
|
|
2050
|
-
{"space_type": 'CLIP_EDITOR', "region_type": 'WINDOW'},
|
|
2051
|
-
{"items": items},
|
|
2052
|
-
)
|
|
2053
|
-
|
|
2054
|
-
items.extend([
|
|
2055
|
-
("wm.context_toggle", {"type": 'LEFT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
2056
|
-
{"properties": [("data_path", "space_data.show_region_toolbar")]}),
|
|
2057
|
-
("wm.context_toggle", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
2058
|
-
{"properties": [("data_path", "space_data.show_region_ui")]}),
|
|
2059
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
2060
|
-
("clip.view_pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
|
|
2061
|
-
("clip.view_pan", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
2062
|
-
("clip.view_pan", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
|
2063
|
-
("clip.view_zoom", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
2064
|
-
("clip.view_zoom", {"type": 'TRACKPADZOOM', "value": 'ANY'}, None),
|
|
2065
|
-
("clip.view_zoom", {"type": 'TRACKPADPAN', "value": 'ANY', "ctrl": True}, None),
|
|
2066
|
-
("clip.view_zoom_in", {"type": 'WHEELINMOUSE', "value": 'PRESS'}, None),
|
|
2067
|
-
("clip.view_zoom_out", {"type": 'WHEELOUTMOUSE', "value": 'PRESS'}, None),
|
|
2068
|
-
("clip.view_zoom_in", {"type": 'WHEELINMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
2069
|
-
("clip.view_zoom_out", {"type": 'WHEELOUTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
2070
|
-
("clip.view_zoom_in", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "repeat": True}, None),
|
|
2071
|
-
("clip.view_zoom_out", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "repeat": True}, None),
|
|
2072
|
-
("clip.view_zoom_ratio", {"type": 'NUMPAD_8', "value": 'PRESS', "ctrl": True},
|
|
2073
|
-
{"properties": [("ratio", 8.0)]}),
|
|
2074
|
-
("clip.view_zoom_ratio", {"type": 'NUMPAD_4', "value": 'PRESS', "ctrl": True},
|
|
2075
|
-
{"properties": [("ratio", 4.0)]}),
|
|
2076
|
-
("clip.view_zoom_ratio", {"type": 'NUMPAD_2', "value": 'PRESS', "ctrl": True},
|
|
2077
|
-
{"properties": [("ratio", 2.0)]}),
|
|
2078
|
-
("clip.view_zoom_ratio", {"type": 'NUMPAD_8', "value": 'PRESS', "shift": True},
|
|
2079
|
-
{"properties": [("ratio", 8.0)]}),
|
|
2080
|
-
("clip.view_zoom_ratio", {"type": 'NUMPAD_4', "value": 'PRESS', "shift": True},
|
|
2081
|
-
{"properties": [("ratio", 4.0)]}),
|
|
2082
|
-
("clip.view_zoom_ratio", {"type": 'NUMPAD_2', "value": 'PRESS', "shift": True},
|
|
2083
|
-
{"properties": [("ratio", 2.0)]}),
|
|
2084
|
-
("clip.view_zoom_ratio", {"type": 'NUMPAD_1', "value": 'PRESS'},
|
|
2085
|
-
{"properties": [("ratio", 1.0)]}),
|
|
2086
|
-
("clip.view_zoom_ratio", {"type": 'NUMPAD_2', "value": 'PRESS'},
|
|
2087
|
-
{"properties": [("ratio", 0.5)]}),
|
|
2088
|
-
("clip.view_zoom_ratio", {"type": 'NUMPAD_4', "value": 'PRESS'},
|
|
2089
|
-
{"properties": [("ratio", 0.25)]}),
|
|
2090
|
-
("clip.view_zoom_ratio", {"type": 'NUMPAD_8', "value": 'PRESS'},
|
|
2091
|
-
{"properties": [("ratio", 0.125)]}),
|
|
2092
|
-
("clip.view_all", {"type": 'A', "value": 'PRESS'}, None),
|
|
2093
|
-
("clip.view_selected", {"type": 'F', "value": 'PRESS'}, None),
|
|
2094
|
-
("clip.view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
2095
|
-
("clip.view_ndof", {"type": 'NDOF_MOTION', "value": 'ANY'}, None),
|
|
2096
|
-
("clip.frame_jump", {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
2097
|
-
{"properties": [("position", 'PATHSTART')]}),
|
|
2098
|
-
("clip.frame_jump", {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
2099
|
-
{"properties": [("position", 'PATHEND')]}),
|
|
2100
|
-
("clip.frame_jump", {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "alt": True, "repeat": True},
|
|
2101
|
-
{"properties": [("position", 'FAILEDPREV')]}),
|
|
2102
|
-
("clip.frame_jump", {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "alt": True, "repeat": True},
|
|
2103
|
-
{"properties": [("position", 'PATHSTART')]}),
|
|
2104
|
-
("clip.change_frame", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
2105
|
-
("clip.select", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
2106
|
-
{"properties": [("extend", False), ("deselect_all", True)]}),
|
|
2107
|
-
("clip.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
2108
|
-
{"properties": [("extend", True)]}),
|
|
2109
|
-
("clip.select_box", {"type": 'Q', "value": 'PRESS'}, None),
|
|
2110
|
-
("clip.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
2111
|
-
("clip.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
2112
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
2113
|
-
("clip.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
2114
|
-
op_menu("CLIP_MT_select_grouped", {"type": 'G', "value": 'PRESS', "shift": True}),
|
|
2115
|
-
("clip.add_marker_slide", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
2116
|
-
("clip.delete_marker", {"type": 'BACK_SPACE', "value": 'PRESS', "shift": True}, None),
|
|
2117
|
-
("clip.delete_marker", {"type": 'DEL', "value": 'PRESS', "shift": True}, None),
|
|
2118
|
-
("clip.slide_marker", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
2119
|
-
("clip.disable_markers", {"type": 'D', "value": 'PRESS', "shift": True},
|
|
2120
|
-
{"properties": [("action", 'TOGGLE')]}),
|
|
2121
|
-
("clip.delete_track", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
2122
|
-
("clip.delete_track", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
2123
|
-
("clip.lock_tracks", {"type": 'L', "value": 'PRESS', "ctrl": True},
|
|
2124
|
-
{"properties": [("action", 'LOCK')]}),
|
|
2125
|
-
("clip.lock_tracks", {"type": 'L', "value": 'PRESS', "alt": True},
|
|
2126
|
-
{"properties": [("action", 'UNLOCK')]}),
|
|
2127
|
-
("clip.hide_tracks", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
2128
|
-
{"properties": [("unselected", False)]}),
|
|
2129
|
-
("clip.hide_tracks", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
2130
|
-
{"properties": [("unselected", True)]}),
|
|
2131
|
-
("clip.hide_tracks_clear", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
2132
|
-
("clip.slide_plane_marker", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
2133
|
-
("clip.keyframe_insert", {"type": 'S', "value": 'PRESS'}, None),
|
|
2134
|
-
("clip.keyframe_delete", {"type": 'S', "value": 'PRESS', "alt": True}, None),
|
|
2135
|
-
("clip.join_tracks", {"type": 'J', "value": 'PRESS', "ctrl": True}, None),
|
|
2136
|
-
*_template_items_context_menu("CLIP_MT_tracking_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
2137
|
-
("wm.context_toggle", {"type": 'L', "value": 'PRESS'},
|
|
2138
|
-
{"properties": [("data_path", "space_data.lock_selection")]}),
|
|
2139
|
-
("wm.context_toggle", {"type": 'D', "value": 'PRESS', "alt": True},
|
|
2140
|
-
{"properties": [("data_path", "space_data.show_disabled")]}),
|
|
2141
|
-
("wm.context_toggle", {"type": 'S', "value": 'PRESS', "alt": True},
|
|
2142
|
-
{"properties": [("data_path", "space_data.show_marker_search")]}),
|
|
2143
|
-
("wm.context_toggle", {"type": 'M', "value": 'PRESS'},
|
|
2144
|
-
{"properties": [("data_path", "space_data.use_mute_footage")]}),
|
|
2145
|
-
("transform.translate", {"type": 'W', "value": 'PRESS'}, None),
|
|
2146
|
-
("transform.translate", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
2147
|
-
("transform.resize", {"type": 'R', "value": 'PRESS'}, None),
|
|
2148
|
-
("transform.rotate", {"type": 'E', "value": 'PRESS'}, None),
|
|
2149
|
-
("clip.clear_track_path", {"type": 'T', "value": 'PRESS', "alt": True},
|
|
2150
|
-
{"properties": [("action", 'REMAINED'), ("clear_active", False)]}),
|
|
2151
|
-
("clip.clear_track_path", {"type": 'T', "value": 'PRESS', "shift": True},
|
|
2152
|
-
{"properties": [("action", 'UPTO'), ("clear_active", False)]}),
|
|
2153
|
-
("clip.clear_track_path", {"type": 'T', "value": 'PRESS', "shift": True, "alt": True},
|
|
2154
|
-
{"properties": [("action", 'ALL'), ("clear_active", False)]}),
|
|
2155
|
-
op_menu_pie("CLIP_MT_pivot_pie", {"type": 'PERIOD', "value": 'PRESS'}),
|
|
2156
|
-
("clip.copy_tracks", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
2157
|
-
("clip.paste_tracks", {"type": 'V', "value": 'PRESS', "ctrl": True}, None),
|
|
2158
|
-
])
|
|
2159
|
-
|
|
2160
|
-
return keymap
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
def km_clip_graph_editor(params):
|
|
2164
|
-
items = []
|
|
2165
|
-
keymap = (
|
|
2166
|
-
"Clip Graph Editor",
|
|
2167
|
-
{"space_type": 'CLIP_EDITOR', "region_type": 'WINDOW'},
|
|
2168
|
-
{"items": items},
|
|
2169
|
-
)
|
|
2170
|
-
|
|
2171
|
-
items.extend([
|
|
2172
|
-
op_panel("TOPBAR_PT_name", {"type": 'RET', "value": 'PRESS'}, [("keep_open", False)]),
|
|
2173
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
2174
|
-
("clip.graph_select", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
2175
|
-
{"properties": [("extend", False)]}),
|
|
2176
|
-
("clip.graph_select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
2177
|
-
{"properties": [("extend", True)]}),
|
|
2178
|
-
("clip.graph_select_box", {"type": 'Q', "value": 'PRESS'}, None),
|
|
2179
|
-
("clip.graph_select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, None),
|
|
2180
|
-
# ("clip.graph_select_all",
|
|
2181
|
-
# {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'DESELECT')]}),
|
|
2182
|
-
# ("clip.graph_select_all",
|
|
2183
|
-
# {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
2184
|
-
("clip.graph_delete_curve", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
2185
|
-
("clip.graph_delete_curve", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
2186
|
-
("clip.graph_delete_knot", {"type": 'BACK_SPACE', "value": 'PRESS', "shift": True}, None),
|
|
2187
|
-
("clip.graph_delete_knot", {"type": 'DEL', "value": 'PRESS', "shift": True}, None),
|
|
2188
|
-
("clip.graph_view_all", {"type": 'A', "value": 'PRESS'}, None),
|
|
2189
|
-
("clip.graph_view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
2190
|
-
("clip.graph_center_current_frame", {"type": 'NUMPAD_0', "value": 'PRESS'}, None),
|
|
2191
|
-
("wm.context_toggle", {"type": 'L', "value": 'PRESS'},
|
|
2192
|
-
{"properties": [("data_path", "space_data.lock_time_cursor")]}),
|
|
2193
|
-
("clip.clear_track_path", {"type": 'T', "value": 'PRESS', "alt": True},
|
|
2194
|
-
{"properties": [("action", 'REMAINED'), ("clear_active", True)]}),
|
|
2195
|
-
("clip.clear_track_path", {"type": 'T', "value": 'PRESS', "shift": True},
|
|
2196
|
-
{"properties": [("action", 'UPTO'), ("clear_active", True)]}),
|
|
2197
|
-
("clip.clear_track_path", {"type": 'T', "value": 'PRESS', "shift": True, "alt": True},
|
|
2198
|
-
{"properties": [("action", 'ALL'), ("clear_active", True)]}),
|
|
2199
|
-
("clip.graph_disable_markers", {"type": 'D', "value": 'PRESS', "shift": True},
|
|
2200
|
-
{"properties": [("action", 'TOGGLE')]}),
|
|
2201
|
-
("transform.translate", {"type": 'W', "value": 'PRESS'}, None),
|
|
2202
|
-
("transform.translate", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
2203
|
-
("transform.resize", {"type": 'R', "value": 'PRESS'}, None),
|
|
2204
|
-
("transform.rotate", {"type": 'E', "value": 'PRESS'}, None),
|
|
2205
|
-
])
|
|
2206
|
-
|
|
2207
|
-
return keymap
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
def km_clip_dopesheet_editor(_params):
|
|
2211
|
-
items = []
|
|
2212
|
-
keymap = (
|
|
2213
|
-
"Clip Dopesheet Editor",
|
|
2214
|
-
{"space_type": 'CLIP_EDITOR', "region_type": 'WINDOW'},
|
|
2215
|
-
{"items": items},
|
|
2216
|
-
)
|
|
2217
|
-
|
|
2218
|
-
items.extend([
|
|
2219
|
-
("wm.search_menu", {"type": 'TAB', "value": 'PRESS'}, None),
|
|
2220
|
-
("clip.dopesheet_select_channel", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
2221
|
-
{"properties": [("extend", True)]}),
|
|
2222
|
-
("clip.dopesheet_view_all", {"type": 'HOME', "value": 'PRESS'}, None),
|
|
2223
|
-
("clip.dopesheet_view_all", {"type": 'NDOF_BUTTON_FIT', "value": 'PRESS'}, None),
|
|
2224
|
-
])
|
|
2225
|
-
|
|
2226
|
-
return keymap
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
def km_spreadsheet_generic(_params):
|
|
2230
|
-
items = []
|
|
2231
|
-
keymap = (
|
|
2232
|
-
"Spreadsheet Generic",
|
|
2233
|
-
{"space_type": 'SPREADSHEET', "region_type": 'WINDOW'},
|
|
2234
|
-
{"items": items},
|
|
2235
|
-
)
|
|
2236
|
-
|
|
2237
|
-
items.extend([
|
|
2238
|
-
("wm.context_toggle", {"type": 'LEFT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
2239
|
-
{"properties": [("data_path", "space_data.show_region_toolbar")]}),
|
|
2240
|
-
("wm.context_toggle", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "ctrl": True},
|
|
2241
|
-
{"properties": [("data_path", "space_data.show_region_ui")]}),
|
|
2242
|
-
])
|
|
2243
|
-
|
|
2244
|
-
return keymap
|
|
2245
|
-
|
|
2246
|
-
# ------------------------------------------------------------------------------
|
|
2247
|
-
# Animation
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
def km_frames(params):
|
|
2251
|
-
items = []
|
|
2252
|
-
keymap = (
|
|
2253
|
-
"Frames",
|
|
2254
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2255
|
-
{"items": items},
|
|
2256
|
-
)
|
|
2257
|
-
|
|
2258
|
-
items.extend([
|
|
2259
|
-
# Frame offsets
|
|
2260
|
-
("screen.frame_jump", {"type": 'MEDIA_LAST', "value": 'PRESS'},
|
|
2261
|
-
{"properties": [("end", True)]}),
|
|
2262
|
-
("screen.frame_jump", {"type": 'MEDIA_FIRST', "value": 'PRESS'},
|
|
2263
|
-
{"properties": [("end", False)]}),
|
|
2264
|
-
("screen.animation_play", {"type": 'SPACE', "value": 'PRESS'}, None),
|
|
2265
|
-
("screen.animation_cancel", {"type": 'ESC', "value": 'PRESS'}, None),
|
|
2266
|
-
("screen.animation_play", {"type": 'MEDIA_PLAY', "value": 'PRESS'}, None),
|
|
2267
|
-
("screen.animation_cancel", {"type": 'MEDIA_STOP', "value": 'PRESS'}, None),
|
|
2268
|
-
])
|
|
2269
|
-
|
|
2270
|
-
return keymap
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
def km_animation(params):
|
|
2274
|
-
items = []
|
|
2275
|
-
keymap = (
|
|
2276
|
-
"Animation",
|
|
2277
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2278
|
-
{"items": items},
|
|
2279
|
-
)
|
|
2280
|
-
|
|
2281
|
-
items.extend([
|
|
2282
|
-
("wm.context_toggle", {"type": 'T', "value": 'PRESS', "ctrl": True},
|
|
2283
|
-
{"properties": [("data_path", "space_data.show_seconds")]}),
|
|
2284
|
-
])
|
|
2285
|
-
|
|
2286
|
-
return keymap
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
def km_animation_channels(params):
|
|
2290
|
-
items = []
|
|
2291
|
-
keymap = (
|
|
2292
|
-
"Animation Channels",
|
|
2293
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2294
|
-
{"items": items},
|
|
2295
|
-
)
|
|
2296
|
-
|
|
2297
|
-
items.extend([
|
|
2298
|
-
# Click select.
|
|
2299
|
-
("anim.channels_click", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
2300
|
-
("anim.channels_click", {"type": 'LEFTMOUSE', "value": 'CLICK', "shift": True},
|
|
2301
|
-
{"properties": [("extend_range", True)]}),
|
|
2302
|
-
("anim.channels_click", {"type": 'LEFTMOUSE', "value": 'CLICK', "ctrl": True},
|
|
2303
|
-
{"properties": [("extend", True)]}),
|
|
2304
|
-
("anim.channels_click", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
2305
|
-
{"properties": [("children_only", True)]}),
|
|
2306
|
-
# Rename.
|
|
2307
|
-
("anim.channels_rename", {"type": 'RET', "value": 'PRESS'}, None),
|
|
2308
|
-
("anim.channels_rename", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
2309
|
-
# Select keys.
|
|
2310
|
-
("anim.channel_select_keys", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
2311
|
-
("anim.channel_select_keys", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "shift": True},
|
|
2312
|
-
{"properties": [("extend", True)]}),
|
|
2313
|
-
# Find (setting the name filter).
|
|
2314
|
-
("anim.channels_select_filter", {"type": 'F', "value": 'PRESS', "ctrl": True}, None),
|
|
2315
|
-
# Selection.
|
|
2316
|
-
("anim.channels_select_all", {"type": 'A', "value": 'PRESS',
|
|
2317
|
-
"ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
2318
|
-
("anim.channels_select_all", {"type": 'A', "value": 'PRESS',
|
|
2319
|
-
"ctrl": True, "shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
2320
|
-
("anim.channels_select_all", {"type": 'I', "value": 'PRESS',
|
|
2321
|
-
"ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
2322
|
-
("anim.channels_select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
2323
|
-
("anim.channels_select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "shift": True, },
|
|
2324
|
-
{"properties": [("extend", True)]}),
|
|
2325
|
-
("anim.channels_select_box", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG', "ctrl": True, },
|
|
2326
|
-
{"properties": [("deselect", True)]}),
|
|
2327
|
-
# Delete.
|
|
2328
|
-
("anim.channels_delete", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
2329
|
-
("anim.channels_delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
2330
|
-
# Settings.
|
|
2331
|
-
("anim.channels_setting_toggle", {"type": 'W', "value": 'PRESS', "shift": True}, None),
|
|
2332
|
-
("anim.channels_setting_enable", {"type": 'W', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
2333
|
-
("anim.channels_setting_disable", {"type": 'W', "value": 'PRESS', "alt": True}, None),
|
|
2334
|
-
("anim.channels_editable_toggle", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'}, None),
|
|
2335
|
-
# Expand/collapse.
|
|
2336
|
-
("anim.channels_expand", {"type": 'RIGHT_ARROW', "value": 'PRESS'}, None),
|
|
2337
|
-
("anim.channels_collapse", {"type": 'LEFT_ARROW', "value": 'PRESS'}, None),
|
|
2338
|
-
("anim.channels_expand", {"type": 'NUMPAD_PLUS', "value": 'PRESS', "ctrl": True},
|
|
2339
|
-
{"properties": [("all", False)]}),
|
|
2340
|
-
("anim.channels_collapse", {"type": 'NUMPAD_MINUS', "value": 'PRESS', "ctrl": True},
|
|
2341
|
-
{"properties": [("all", False)]}),
|
|
2342
|
-
# Move.
|
|
2343
|
-
("anim.channels_move", {"type": 'PAGE_UP', "value": 'PRESS', "repeat": True},
|
|
2344
|
-
{"properties": [("direction", 'UP')]}),
|
|
2345
|
-
("anim.channels_move", {"type": 'PAGE_DOWN', "value": 'PRESS', "repeat": True},
|
|
2346
|
-
{"properties": [("direction", 'DOWN')]}),
|
|
2347
|
-
("anim.channels_move", {"type": 'PAGE_UP', "value": 'PRESS', "shift": True},
|
|
2348
|
-
{"properties": [("direction", 'TOP')]}),
|
|
2349
|
-
("anim.channels_move", {"type": 'PAGE_DOWN', "value": 'PRESS', "shift": True},
|
|
2350
|
-
{"properties": [("direction", 'BOTTOM')]}),
|
|
2351
|
-
# Group.
|
|
2352
|
-
("anim.channels_group", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
|
|
2353
|
-
("anim.channels_ungroup", {"type": 'G', "value": 'PRESS', "ctrl": True, "alt": True}, None),
|
|
2354
|
-
# Menus.
|
|
2355
|
-
*_template_items_context_menu("DOPESHEET_MT_channel_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
2356
|
-
])
|
|
2357
|
-
|
|
2358
|
-
return keymap
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
# ------------------------------------------------------------------------------
|
|
2362
|
-
# Modes
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
def km_face_mask(params):
|
|
2366
|
-
items = []
|
|
2367
|
-
keymap = (
|
|
2368
|
-
"Paint Face Mask (Weight, Vertex, Texture)",
|
|
2369
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2370
|
-
{"items": items},
|
|
2371
|
-
)
|
|
2372
|
-
|
|
2373
|
-
items.extend([
|
|
2374
|
-
# Click Selection
|
|
2375
|
-
("view3d.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
2376
|
-
{"properties": [("deselect_all", True)]}),
|
|
2377
|
-
("view3d.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True, "shift": True, "alt": True},
|
|
2378
|
-
{"properties": [("toggle", True)]}),
|
|
2379
|
-
# Selection Operators
|
|
2380
|
-
("paint.face_select_all", {"type": 'A', "value": 'PRESS',
|
|
2381
|
-
"ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
2382
|
-
("paint.face_select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
2383
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
2384
|
-
("paint.face_select_all", {"type": 'I', "value": 'PRESS',
|
|
2385
|
-
"ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
2386
|
-
("paint.face_select_hide", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
2387
|
-
{"properties": [("unselected", False)]}),
|
|
2388
|
-
("paint.face_select_hide", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
2389
|
-
{"properties": [("unselected", True)]}),
|
|
2390
|
-
("paint.face_vert_reveal", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
2391
|
-
("paint.face_select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
2392
|
-
("paint.face_select_linked_pick", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "alt": True},
|
|
2393
|
-
{"properties": [("deselect", False)]}),
|
|
2394
|
-
("paint.face_select_linked_pick", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "ctrl": True, "alt": True},
|
|
2395
|
-
{"properties": [("deselect", True)]}),
|
|
2396
|
-
])
|
|
2397
|
-
|
|
2398
|
-
return keymap
|
|
2399
|
-
|
|
2400
|
-
|
|
2401
|
-
def km_weight_paint_vertex_selection(params):
|
|
2402
|
-
items = []
|
|
2403
|
-
keymap = (
|
|
2404
|
-
"Paint Vertex Selection (Weight, Vertex)",
|
|
2405
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2406
|
-
{"items": items},
|
|
2407
|
-
)
|
|
2408
|
-
|
|
2409
|
-
items.extend([
|
|
2410
|
-
# Click Selection
|
|
2411
|
-
("view3d.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
2412
|
-
{"properties": [("deselect_all", True)]}),
|
|
2413
|
-
("view3d.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True, "shift": True, "alt": True},
|
|
2414
|
-
{"properties": [("toggle", True)]}),
|
|
2415
|
-
# Selection Operators
|
|
2416
|
-
("paint.vert_select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, None),
|
|
2417
|
-
("paint.vert_select_hide", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
2418
|
-
{"properties": [("unselected", True)]}),
|
|
2419
|
-
("paint.face_vert_reveal", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
2420
|
-
("paint.vert_select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
2421
|
-
("paint.vert_select_linked_pick", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "alt": True},
|
|
2422
|
-
{"properties": [("select", True)]}),
|
|
2423
|
-
("paint.vert_select_linked_pick", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "ctrl": True, "alt": True},
|
|
2424
|
-
{"properties": [("select", False)]}),
|
|
2425
|
-
])
|
|
2426
|
-
|
|
2427
|
-
return keymap
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
def km_pose(params):
|
|
2431
|
-
items = []
|
|
2432
|
-
keymap = (
|
|
2433
|
-
"Pose",
|
|
2434
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2435
|
-
{"items": items},
|
|
2436
|
-
)
|
|
2437
|
-
|
|
2438
|
-
items.extend([
|
|
2439
|
-
*_template_items_animation(),
|
|
2440
|
-
("object.parent_set", {"type": 'P', "value": 'PRESS'}, None),
|
|
2441
|
-
("pose.hide", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
2442
|
-
{"properties": [("unselected", False)]}),
|
|
2443
|
-
("pose.hide", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
2444
|
-
{"properties": [("unselected", True)]}),
|
|
2445
|
-
("pose.reveal", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
2446
|
-
("pose.rot_clear", {"type": 'E', "value": 'PRESS', "alt": True}, None),
|
|
2447
|
-
("pose.loc_clear", {"type": 'W', "value": 'PRESS', "alt": True}, None),
|
|
2448
|
-
("pose.scale_clear", {"type": 'R', "value": 'PRESS', "alt": True}, None),
|
|
2449
|
-
("pose.copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
2450
|
-
("pose.paste", {"type": 'V', "value": 'PRESS', "ctrl": True},
|
|
2451
|
-
{"properties": [("flipped", False)]}),
|
|
2452
|
-
("pose.paste", {"type": 'V', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
2453
|
-
{"properties": [("flipped", True)]}),
|
|
2454
|
-
("pose.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
2455
|
-
("pose.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
2456
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
2457
|
-
("pose.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
2458
|
-
("pose.select_parent", {"type": 'UP_ARROW', "value": 'PRESS', "ctrl": True}, None),
|
|
2459
|
-
("pose.select_hierarchy", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True},
|
|
2460
|
-
{"properties": [("direction", 'PARENT'), ("extend", False)]}),
|
|
2461
|
-
("pose.select_hierarchy", {"type": 'UP_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
2462
|
-
{"properties": [("direction", 'PARENT'), ("extend", True)]}),
|
|
2463
|
-
("pose.select_hierarchy", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True},
|
|
2464
|
-
{"properties": [("direction", 'CHILD'), ("extend", False)]}),
|
|
2465
|
-
("pose.select_hierarchy", {"type": 'DOWN_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
2466
|
-
{"properties": [("direction", 'CHILD'), ("extend", True)]}),
|
|
2467
|
-
("pose.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
2468
|
-
("anim.keyframe_insert", {"type": 'S', "value": 'PRESS', "shift": True}, None),
|
|
2469
|
-
("anim.keyframe_insert_by_name", {"type": 'S', "value": 'PRESS'},
|
|
2470
|
-
{"properties": [("type", 'LocRotScale')]}),
|
|
2471
|
-
("anim.keyframe_insert_by_name", {"type": 'W', "value": 'PRESS', "shift": True},
|
|
2472
|
-
{"properties": [("type", 'Location')]}),
|
|
2473
|
-
("anim.keyframe_insert_by_name", {"type": 'E', "value": 'PRESS', "shift": True},
|
|
2474
|
-
{"properties": [("type", 'Rotation')]}),
|
|
2475
|
-
("anim.keyframe_insert_by_name", {"type": 'R', "value": 'PRESS', "shift": True},
|
|
2476
|
-
{"properties": [("type", 'Scaling')]}),
|
|
2477
|
-
|
|
2478
|
-
("anim.keyframe_delete_v3d", {"type": 'S', "value": 'PRESS', "alt": True}, None),
|
|
2479
|
-
("anim.keying_set_active_set", {"type": 'S', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None),
|
|
2480
|
-
*_template_items_context_menu("VIEW3D_MT_pose_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
2481
|
-
op_menu("POSE_MT_selection_sets_select", {"type": 'W', "value": 'PRESS', "shift": True, "alt": True}),
|
|
2482
|
-
# Tools
|
|
2483
|
-
op_tool_cycle("builtin.select_box", {"type": 'Q', "value": 'PRESS'}),
|
|
2484
|
-
op_tool_cycle("builtin.move", {"type": 'W', "value": 'PRESS'}),
|
|
2485
|
-
op_tool_cycle("builtin.rotate", {"type": 'E', "value": 'PRESS'}),
|
|
2486
|
-
op_tool_cycle("builtin.scale", {"type": 'R', "value": 'PRESS'}),
|
|
2487
|
-
op_tool_cycle("builtin.transform", {"type": 'T', "value": 'PRESS'}),
|
|
2488
|
-
op_tool_cycle("builtin.measure", {"type": 'M', "value": 'PRESS'}),
|
|
2489
|
-
])
|
|
2490
|
-
|
|
2491
|
-
return keymap
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
def km_object_mode(params):
|
|
2495
|
-
items = []
|
|
2496
|
-
keymap = (
|
|
2497
|
-
"Object Mode",
|
|
2498
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2499
|
-
{"items": items},
|
|
2500
|
-
)
|
|
2501
|
-
|
|
2502
|
-
items.extend([
|
|
2503
|
-
*_template_items_animation(),
|
|
2504
|
-
# Selection
|
|
2505
|
-
("object.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
2506
|
-
("object.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
2507
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
2508
|
-
("object.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
2509
|
-
("object.select_more", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
2510
|
-
("object.select_less", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
2511
|
-
("object.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
2512
|
-
("object.select_hierarchy", {"type": 'LEFT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
2513
|
-
{"properties": [("direction", 'PARENT'), ("extend", False)]}),
|
|
2514
|
-
("object.select_hierarchy", {"type": 'LEFT_BRACKET', "value": 'PRESS', "shift": True, "repeat": True},
|
|
2515
|
-
{"properties": [("direction", 'PARENT'), ("extend", True)]}),
|
|
2516
|
-
("object.select_hierarchy", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
2517
|
-
{"properties": [("direction", 'CHILD'), ("extend", False)]}),
|
|
2518
|
-
("object.select_hierarchy", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "shift": True, "repeat": True},
|
|
2519
|
-
{"properties": [("direction", 'CHILD'), ("extend", True)]}),
|
|
2520
|
-
("object.parent_set", {"type": 'P', "value": 'PRESS'}, None),
|
|
2521
|
-
|
|
2522
|
-
("wm.context_toggle", {"type": 'B', "value": 'PRESS'},
|
|
2523
|
-
{"properties": [("data_path", "tool_settings.use_proportional_edit_objects")]}),
|
|
2524
|
-
("object.parent_clear", {"type": 'P', "value": 'PRESS', "shift": True}, None),
|
|
2525
|
-
("object.location_clear", {"type": 'W', "value": 'PRESS', "alt": True},
|
|
2526
|
-
{"properties": [("clear_delta", False)]}),
|
|
2527
|
-
("object.rotation_clear", {"type": 'E', "value": 'PRESS', "alt": True},
|
|
2528
|
-
{"properties": [("clear_delta", False)]}),
|
|
2529
|
-
("object.scale_clear", {"type": 'R', "value": 'PRESS', "alt": True},
|
|
2530
|
-
{"properties": [("clear_delta", False)]}),
|
|
2531
|
-
("object.delete", {"type": 'BACK_SPACE', "value": 'PRESS'},
|
|
2532
|
-
{"properties": [("use_global", False), ("confirm", False)]}),
|
|
2533
|
-
("object.delete", {"type": 'BACK_SPACE', "value": 'PRESS', "shift": True},
|
|
2534
|
-
{"properties": [("use_global", True), ("confirm", False)]}),
|
|
2535
|
-
("object.delete", {"type": 'DEL', "value": 'PRESS'},
|
|
2536
|
-
{"properties": [("use_global", False), ("confirm", False)]}),
|
|
2537
|
-
("object.delete", {"type": 'DEL', "value": 'PRESS', "shift": True},
|
|
2538
|
-
{"properties": [("use_global", True), ("confirm", False)]}),
|
|
2539
|
-
("object.duplicate_move", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
2540
|
-
# Keyframing
|
|
2541
|
-
("anim.keyframe_insert", {"type": 'S', "value": 'PRESS', "shift": True}, None),
|
|
2542
|
-
("anim.keyframe_insert_by_name", {"type": 'S', "value": 'PRESS'},
|
|
2543
|
-
{"properties": [("type", 'LocRotScale')]}),
|
|
2544
|
-
("anim.keyframe_insert_by_name", {"type": 'W', "value": 'PRESS', "shift": True},
|
|
2545
|
-
{"properties": [("type", 'Location')]}),
|
|
2546
|
-
("anim.keyframe_insert_by_name", {"type": 'E', "value": 'PRESS', "shift": True},
|
|
2547
|
-
{"properties": [("type", 'Rotation')]}),
|
|
2548
|
-
("anim.keyframe_insert_by_name", {"type": 'R', "value": 'PRESS', "shift": True},
|
|
2549
|
-
{"properties": [("type", 'Scaling')]}),
|
|
2550
|
-
("anim.keyframe_delete_v3d", {"type": 'S', "value": 'PRESS', "alt": True}, None),
|
|
2551
|
-
("anim.keying_set_active_set", {"type": 'S', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True}, None),
|
|
2552
|
-
*_template_items_context_menu("VIEW3D_MT_object_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
2553
|
-
op_menu("OBJECT_MT_move_to_collection", {"type": 'G', "value": 'PRESS', "ctrl": True}),
|
|
2554
|
-
op_menu("OBJECT_MT_link_to_collection", {"type": 'G', "value": 'PRESS', "shift": True, "ctrl": True}),
|
|
2555
|
-
("object.hide_view_clear", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
2556
|
-
("object.hide_view_set", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
2557
|
-
{"properties": [("unselected", False)]}),
|
|
2558
|
-
("object.hide_view_set", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
2559
|
-
{"properties": [("unselected", True)]}),
|
|
2560
|
-
|
|
2561
|
-
*_template_items_basic_tools(),
|
|
2562
|
-
|
|
2563
|
-
# Selection Modes
|
|
2564
|
-
("object.mode_set_with_submode", {"type": 'ONE', "value": 'PRESS'},
|
|
2565
|
-
{"properties": [("mode", 'EDIT'), ("mesh_select_mode", {'VERT'})]}),
|
|
2566
|
-
("object.mode_set_with_submode", {"type": 'TWO', "value": 'PRESS'},
|
|
2567
|
-
{"properties": [("mode", 'EDIT'), ("mesh_select_mode", {'EDGE'})]}),
|
|
2568
|
-
("object.mode_set_with_submode", {"type": 'THREE', "value": 'PRESS'},
|
|
2569
|
-
{"properties": [("mode", 'EDIT'), ("mesh_select_mode", {'FACE'})]}),
|
|
2570
|
-
])
|
|
2571
|
-
|
|
2572
|
-
return keymap
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
def km_paint_curve(params):
|
|
2576
|
-
items = []
|
|
2577
|
-
keymap = (
|
|
2578
|
-
"Paint Curve",
|
|
2579
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2580
|
-
{"items": items},
|
|
2581
|
-
)
|
|
2582
|
-
|
|
2583
|
-
items.extend([
|
|
2584
|
-
("paintcurve.add_point_slide", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True}, None),
|
|
2585
|
-
("paintcurve.select", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
2586
|
-
{"properties": [("extend", False)]}),
|
|
2587
|
-
("paintcurve.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
2588
|
-
{"properties": [("extend", True)]}),
|
|
2589
|
-
("paintcurve.slide", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
2590
|
-
{"properties": [("align", False)]}),
|
|
2591
|
-
("paintcurve.slide", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
2592
|
-
{"properties": [("align", True)]}),
|
|
2593
|
-
("paintcurve.select", {"type": 'A', "value": 'PRESS'},
|
|
2594
|
-
{"properties": [("toggle", True)]}),
|
|
2595
|
-
("paintcurve.cursor", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
2596
|
-
("paintcurve.delete_point", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
2597
|
-
("paintcurve.delete_point", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
2598
|
-
("paintcurve.draw", {"type": 'RET', "value": 'PRESS'}, None),
|
|
2599
|
-
("paintcurve.draw", {"type": 'NUMPAD_ENTER', "value": 'PRESS'}, None),
|
|
2600
|
-
("transform.translate", {"type": 'W', "value": 'PRESS'}, None),
|
|
2601
|
-
("transform.translate", {"type": 'LEFTMOUSE', "value": 'CLICK_DRAG'}, None),
|
|
2602
|
-
("transform.rotate", {"type": 'E', "value": 'PRESS'}, None),
|
|
2603
|
-
("transform.resize", {"type": 'R', "value": 'PRESS'}, None),
|
|
2604
|
-
])
|
|
2605
|
-
|
|
2606
|
-
return keymap
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
def km_curve(params):
|
|
2610
|
-
items = []
|
|
2611
|
-
keymap = (
|
|
2612
|
-
"Curve",
|
|
2613
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2614
|
-
{"items": items},
|
|
2615
|
-
)
|
|
2616
|
-
|
|
2617
|
-
items.extend([
|
|
2618
|
-
("curve.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
2619
|
-
("curve.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
2620
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
2621
|
-
("curve.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
2622
|
-
("curve.select_row", {"type": 'R', "value": 'PRESS', "shift": True}, None),
|
|
2623
|
-
("curve.select_more", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
2624
|
-
("curve.select_less", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
2625
|
-
("curve.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
2626
|
-
("curve.shortest_path_pick", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True, "shift": True}, None),
|
|
2627
|
-
("curve.duplicate_move", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
2628
|
-
op_menu("VIEW3D_MT_edit_curve_delete", {"type": 'BACK_SPACE', "value": 'PRESS'}),
|
|
2629
|
-
op_menu("VIEW3D_MT_edit_curve_delete", {"type": 'DEL', "value": 'PRESS'}),
|
|
2630
|
-
("curve.dissolve_verts", {"type": 'BACK_SPACE', "value": 'PRESS', "ctrl": True}, None),
|
|
2631
|
-
("curve.dissolve_verts", {"type": 'DEL', "value": 'PRESS', "ctrl": True}, None),
|
|
2632
|
-
("curve.tilt_clear", {"type": 'T', "value": 'PRESS', "alt": True}, None),
|
|
2633
|
-
("curve.reveal", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
2634
|
-
("curve.hide", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
2635
|
-
{"properties": [("unselected", False)]}),
|
|
2636
|
-
("curve.hide", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
2637
|
-
{"properties": [("unselected", True)]}),
|
|
2638
|
-
*_template_items_context_menu("VIEW3D_MT_edit_curve_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
2639
|
-
("wm.context_toggle", {"type": 'B', "value": 'PRESS'},
|
|
2640
|
-
{"properties": [("data_path", "tool_settings.use_proportional_edit")]}),
|
|
2641
|
-
# Tools
|
|
2642
|
-
*_template_items_basic_tools(),
|
|
2643
|
-
op_tool_cycle("builtin.extrude", {"type": 'E', "value": 'PRESS', "ctrl": True}),
|
|
2644
|
-
op_tool_cycle("builtin.tilt", {"type": 'Y', "value": 'PRESS'}),
|
|
2645
|
-
op_tool_cycle("builtin.radius", {"type": 'U', "value": 'PRESS'}),
|
|
2646
|
-
|
|
2647
|
-
])
|
|
2648
|
-
|
|
2649
|
-
return keymap
|
|
2650
|
-
|
|
2651
|
-
# Radial control setup helpers, this operator has a lot of properties.
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
def radial_control_properties(paint, prop, secondary_prop, secondary_rotation=False, color=False, zoom=False):
|
|
2655
|
-
brush_path = "tool_settings." + paint + ".brush"
|
|
2656
|
-
unified_path = "tool_settings." + paint + ".unified_paint_settings"
|
|
2657
|
-
rotation = "mask_texture_slot.angle" if secondary_rotation else "texture_slot.angle"
|
|
2658
|
-
return {
|
|
2659
|
-
"properties": [
|
|
2660
|
-
("data_path_primary", brush_path + "." + prop),
|
|
2661
|
-
("data_path_secondary", unified_path + "." + prop if secondary_prop else ""),
|
|
2662
|
-
("use_secondary", unified_path + "." + secondary_prop if secondary_prop else ""),
|
|
2663
|
-
("rotation_path", brush_path + "." + rotation),
|
|
2664
|
-
("color_path", brush_path + ".cursor_color_add"),
|
|
2665
|
-
("fill_color_path", brush_path + ".color" if color else ""),
|
|
2666
|
-
("fill_color_override_path", unified_path + ".color" if color else ""),
|
|
2667
|
-
("fill_color_override_test_path", unified_path + ".use_unified_color" if color else ""),
|
|
2668
|
-
("zoom_path", "space_data.zoom" if zoom else ""),
|
|
2669
|
-
("image_id", brush_path + ""),
|
|
2670
|
-
("secondary_tex", secondary_rotation),
|
|
2671
|
-
],
|
|
2672
|
-
}
|
|
2673
|
-
|
|
2674
|
-
# Radial controls for the paint and sculpt modes.
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
def _template_paint_radial_control(
|
|
2678
|
-
paint,
|
|
2679
|
-
rotation=False,
|
|
2680
|
-
secondary_rotation=False,
|
|
2681
|
-
color=False,
|
|
2682
|
-
zoom=False,
|
|
2683
|
-
weight=False,
|
|
2684
|
-
):
|
|
2685
|
-
items = []
|
|
2686
|
-
|
|
2687
|
-
items.extend([
|
|
2688
|
-
("wm.radial_control", {"type": 'S', "value": 'PRESS'},
|
|
2689
|
-
radial_control_properties(
|
|
2690
|
-
paint, "size", "use_unified_size", secondary_rotation=secondary_rotation, color=color, zoom=zoom)),
|
|
2691
|
-
("wm.radial_control", {"type": 'U', "value": 'PRESS'},
|
|
2692
|
-
radial_control_properties(
|
|
2693
|
-
paint, "strength", "use_unified_strength", secondary_rotation=secondary_rotation, color=color)),
|
|
2694
|
-
])
|
|
2695
|
-
|
|
2696
|
-
if rotation:
|
|
2697
|
-
items.extend([
|
|
2698
|
-
("wm.radial_control", {"type": 'F', "value": 'PRESS', "ctrl": True},
|
|
2699
|
-
radial_control_properties(paint, "texture_slot.angle", None, color=color)),
|
|
2700
|
-
])
|
|
2701
|
-
|
|
2702
|
-
if secondary_rotation:
|
|
2703
|
-
items.extend([
|
|
2704
|
-
("wm.radial_control", {"type": 'F', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
2705
|
-
radial_control_properties(
|
|
2706
|
-
paint, "mask_texture_slot.angle", None, secondary_rotation=secondary_rotation, color=color)),
|
|
2707
|
-
])
|
|
2708
|
-
|
|
2709
|
-
if weight:
|
|
2710
|
-
items.extend([
|
|
2711
|
-
("wm.radial_control", {"type": 'F', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
2712
|
-
radial_control_properties(
|
|
2713
|
-
paint, "mask_texture_slot.angle", None, secondary_rotation=secondary_rotation, color=color)),
|
|
2714
|
-
|
|
2715
|
-
("wm.radial_control", {"type": 'F', "value": 'PRESS', "ctrl": True},
|
|
2716
|
-
radial_control_properties(
|
|
2717
|
-
paint, "weight", "use_unified_weight"))
|
|
2718
|
-
])
|
|
2719
|
-
|
|
2720
|
-
return items
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
def km_image_paint(params):
|
|
2724
|
-
items = []
|
|
2725
|
-
keymap = (
|
|
2726
|
-
"Image Paint",
|
|
2727
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2728
|
-
{"items": items},
|
|
2729
|
-
)
|
|
2730
|
-
|
|
2731
|
-
items.extend([
|
|
2732
|
-
# Brush strokes
|
|
2733
|
-
("paint.image_paint", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
2734
|
-
{"properties": [("mode", 'NORMAL')]}),
|
|
2735
|
-
("paint.image_paint", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
2736
|
-
{"properties": [("mode", 'INVERT')]}),
|
|
2737
|
-
# Colors
|
|
2738
|
-
("paint.sample_color", {"type": 'I', "value": 'PRESS'}, {"properties": [("merged", False)]}),
|
|
2739
|
-
("paint.sample_color", {"type": 'I', "value": 'PRESS', "shift": True}, {"properties": [("merged", True)]}),
|
|
2740
|
-
("paint.brush_colors_flip", {"type": 'X', "value": 'PRESS'}, None),
|
|
2741
|
-
# Clone
|
|
2742
|
-
("paint.grab_clone", {"type": 'MIDDLEMOUSE', "value": 'PRESS'}, None),
|
|
2743
|
-
# Brush properties
|
|
2744
|
-
("brush.scale_size", {"type": 'LEFT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
2745
|
-
{"properties": [("scalar", 0.9)]}),
|
|
2746
|
-
("brush.scale_size", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
2747
|
-
{"properties": [("scalar", 1.0 / 0.9)]}),
|
|
2748
|
-
*_template_paint_radial_control("image_paint", color=True, zoom=True, rotation=True, secondary_rotation=True),
|
|
2749
|
-
# Stencil Controls
|
|
2750
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS'},
|
|
2751
|
-
{"properties": [("mode", 'TRANSLATION')]}),
|
|
2752
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True},
|
|
2753
|
-
{"properties": [("mode", 'SCALE')]}),
|
|
2754
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
2755
|
-
{"properties": [("mode", 'ROTATION')]}),
|
|
2756
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True},
|
|
2757
|
-
{"properties": [("mode", 'TRANSLATION'), ("texmode", 'SECONDARY')]}),
|
|
2758
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
2759
|
-
{"properties": [("mode", 'SCALE'), ("texmode", 'SECONDARY')]}),
|
|
2760
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
2761
|
-
{"properties": [("mode", 'ROTATION'), ("texmode", 'SECONDARY')]}),
|
|
2762
|
-
# Mask Modes
|
|
2763
|
-
("wm.context_toggle", {"type": 'ONE', "value": 'PRESS'},
|
|
2764
|
-
{"properties": [("data_path", "image_paint_object.data.use_paint_mask")]}),
|
|
2765
|
-
# Stabilize Strokes
|
|
2766
|
-
("wm.context_toggle", {"type": 'L', "value": 'PRESS'},
|
|
2767
|
-
{"properties": [("data_path", "tool_settings.image_paint.brush.use_smooth_stroke")]}),
|
|
2768
|
-
# Context menu.
|
|
2769
|
-
*_template_items_context_panel("VIEW3D_PT_paint_texture_context_menu",
|
|
2770
|
-
{"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
2771
|
-
# Tools
|
|
2772
|
-
op_tool_cycle("builtin.select_box", {"type": 'Q', "value": 'PRESS'}),
|
|
2773
|
-
op_tool_cycle("builtin.annotate", {"type": 'D', "value": 'PRESS'}),
|
|
2774
|
-
op_asset_shelf_popup("VIEW3D_AST_brush_texture_paint", {"type": 'B', "value": 'PRESS'}),
|
|
2775
|
-
op_asset_shelf_popup("IMAGE_AST_brush_paint", {"type": 'B', "value": 'PRESS'}),
|
|
2776
|
-
])
|
|
2777
|
-
|
|
2778
|
-
return keymap
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
def km_vertex_paint(params):
|
|
2782
|
-
items = []
|
|
2783
|
-
keymap = (
|
|
2784
|
-
"Vertex Paint",
|
|
2785
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2786
|
-
{"items": items},
|
|
2787
|
-
)
|
|
2788
|
-
|
|
2789
|
-
items.extend([
|
|
2790
|
-
# Brush Strokes
|
|
2791
|
-
("paint.vertex_paint", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
2792
|
-
{"properties": [("mode", 'NORMAL')]}),
|
|
2793
|
-
("paint.vertex_paint", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
2794
|
-
{"properties": [("mode", 'INVERT')]}),
|
|
2795
|
-
("paint.vertex_paint", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
2796
|
-
{"properties": [("mode", 'SMOOTH')]}),
|
|
2797
|
-
# Colors
|
|
2798
|
-
("paint.sample_color", {"type": 'I', "value": 'PRESS'}, {"properties": [("merged", False)]}),
|
|
2799
|
-
("paint.brush_colors_flip", {"type": 'X', "value": 'PRESS'}, None),
|
|
2800
|
-
("paint.vertex_color_set", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
2801
|
-
# Brush properties
|
|
2802
|
-
("brush.scale_size", {"type": 'LEFT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
2803
|
-
{"properties": [("scalar", 0.9)]}),
|
|
2804
|
-
("brush.scale_size", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
2805
|
-
{"properties": [("scalar", 1.0 / 0.9)]}),
|
|
2806
|
-
*_template_paint_radial_control("vertex_paint", color=True, rotation=True),
|
|
2807
|
-
# Stencil Controls
|
|
2808
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS'},
|
|
2809
|
-
{"properties": [("mode", 'TRANSLATION')]}),
|
|
2810
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True},
|
|
2811
|
-
{"properties": [("mode", 'SCALE')]}),
|
|
2812
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
2813
|
-
{"properties": [("mode", 'ROTATION')]}),
|
|
2814
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True},
|
|
2815
|
-
{"properties": [("mode", 'TRANSLATION'), ("texmode", 'SECONDARY')]}),
|
|
2816
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
2817
|
-
{"properties": [("mode", 'SCALE'), ("texmode", 'SECONDARY')]}),
|
|
2818
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
2819
|
-
{"properties": [("mode", 'ROTATION'), ("texmode", 'SECONDARY')]}),
|
|
2820
|
-
# Mask Modes
|
|
2821
|
-
("wm.context_toggle", {"type": 'ONE', "value": 'PRESS'},
|
|
2822
|
-
{"properties": [("data_path", "vertex_paint_object.data.use_paint_mask")]}),
|
|
2823
|
-
("wm.context_toggle", {"type": 'TWO', "value": 'PRESS'},
|
|
2824
|
-
{"properties": [("data_path", "vertex_paint_object.data.use_paint_mask_vertex")]}),
|
|
2825
|
-
# Stabilize Stroke
|
|
2826
|
-
("wm.context_toggle", {"type": 'L', "value": 'PRESS'},
|
|
2827
|
-
{"properties": [("data_path", "tool_settings.vertex_paint.brush.use_smooth_stroke")]}),
|
|
2828
|
-
# Context menu.
|
|
2829
|
-
*_template_items_context_panel("VIEW3D_PT_paint_vertex_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
2830
|
-
# Tools
|
|
2831
|
-
op_tool_cycle("builtin.select_box", {"type": 'Q', "value": 'PRESS'}),
|
|
2832
|
-
op_tool_cycle("builtin.annotate", {"type": 'D', "value": 'PRESS'}),
|
|
2833
|
-
op_asset_shelf_popup("VIEW3D_AST_brush_vertex_paint", {"type": 'B', "value": 'PRESS'}),
|
|
2834
|
-
])
|
|
2835
|
-
|
|
2836
|
-
return keymap
|
|
2837
|
-
|
|
2838
|
-
|
|
2839
|
-
def km_weight_paint(params):
|
|
2840
|
-
items = []
|
|
2841
|
-
keymap = (
|
|
2842
|
-
"Weight Paint",
|
|
2843
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2844
|
-
{"items": items},
|
|
2845
|
-
)
|
|
2846
|
-
|
|
2847
|
-
items.extend([
|
|
2848
|
-
# Brush Strokes
|
|
2849
|
-
("paint.weight_paint", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
2850
|
-
{"properties": [("mode", 'NORMAL')]}),
|
|
2851
|
-
("paint.weight_paint", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
2852
|
-
{"properties": [("mode", 'INVERT')]}),
|
|
2853
|
-
("paint.weight_paint", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
2854
|
-
{"properties": [("mode", 'SMOOTH')]}),
|
|
2855
|
-
# Weight
|
|
2856
|
-
("paint.weight_sample", {"type": 'I', "value": 'PRESS'}, None),
|
|
2857
|
-
("paint.weight_sample_group", {"type": 'I', "value": 'PRESS', "alt": True}, None),
|
|
2858
|
-
("paint.weight_set", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
2859
|
-
# Vertex Lock Pie
|
|
2860
|
-
op_menu_pie("VIEW3D_MT_wpaint_vgroup_lock_pie", {"type": 'I', "value": 'PRESS', "ctrl": True, "alt": True}),
|
|
2861
|
-
# Brush properties
|
|
2862
|
-
("brush.scale_size", {"type": 'LEFT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
2863
|
-
{"properties": [("scalar", 0.9)]}),
|
|
2864
|
-
("brush.scale_size", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
2865
|
-
{"properties": [("scalar", 1.0 / 0.9)]}),
|
|
2866
|
-
*_template_paint_radial_control("weight_paint", weight=True),
|
|
2867
|
-
# Mask Modes
|
|
2868
|
-
("wm.context_toggle", {"type": 'ONE', "value": 'PRESS'},
|
|
2869
|
-
{"properties": [("data_path", "weight_paint_object.data.use_paint_mask")]}),
|
|
2870
|
-
("wm.context_toggle", {"type": 'TWO', "value": 'PRESS'},
|
|
2871
|
-
{"properties": [("data_path", "weight_paint_object.data.use_paint_mask_vertex")]}),
|
|
2872
|
-
# Stabilize Stroke
|
|
2873
|
-
("wm.context_toggle", {"type": 'L', "value": 'PRESS'},
|
|
2874
|
-
{"properties": [("data_path", "tool_settings.weight_paint.brush.use_smooth_stroke")]}),
|
|
2875
|
-
# Context menu.
|
|
2876
|
-
*_template_items_context_panel("VIEW3D_PT_paint_weight_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
2877
|
-
# For combined weight paint + pose mode.
|
|
2878
|
-
("view3d.select", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "alt": True}, None),
|
|
2879
|
-
op_tool_cycle("builtin.move", {"type": 'W', "value": 'PRESS'}),
|
|
2880
|
-
op_tool_cycle("builtin.rotate", {"type": 'E', "value": 'PRESS'}),
|
|
2881
|
-
op_tool_cycle("builtin.scale", {"type": 'R', "value": 'PRESS'}),
|
|
2882
|
-
op_tool_cycle("builtin.transform", {"type": 'T', "value": 'PRESS'}),
|
|
2883
|
-
# Tools
|
|
2884
|
-
op_tool_cycle("builtin.cursor", {"type": 'C', "value": 'PRESS'}),
|
|
2885
|
-
op_tool_cycle("builtin.select_box", {"type": 'Q', "value": 'PRESS'}),
|
|
2886
|
-
op_tool_cycle("builtin.annotate", {"type": 'D', "value": 'PRESS'}),
|
|
2887
|
-
op_asset_shelf_popup("VIEW3D_AST_brush_weight_paint", {"type": 'B', "value": 'PRESS'}),
|
|
2888
|
-
])
|
|
2889
|
-
|
|
2890
|
-
return keymap
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
def km_sculpt(params):
|
|
2894
|
-
items = []
|
|
2895
|
-
keymap = (
|
|
2896
|
-
"Sculpt",
|
|
2897
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
2898
|
-
{"items": items},
|
|
2899
|
-
)
|
|
2900
|
-
|
|
2901
|
-
items.extend([
|
|
2902
|
-
# Sculpt Pivot
|
|
2903
|
-
("sculpt.set_pivot_position", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True},
|
|
2904
|
-
{"properties": [("mode", 'SURFACE')]}),
|
|
2905
|
-
# Brush strokes
|
|
2906
|
-
("sculpt.brush_stroke", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
2907
|
-
{"properties": [("mode", 'NORMAL')]}),
|
|
2908
|
-
("sculpt.brush_stroke", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
2909
|
-
{"properties": [("mode", 'INVERT')]}),
|
|
2910
|
-
("sculpt.brush_stroke", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
2911
|
-
{"properties": [("mode", 'SMOOTH')]}),
|
|
2912
|
-
# Expand
|
|
2913
|
-
("sculpt.expand", {"type": 'A', "value": 'PRESS', "shift": True},
|
|
2914
|
-
{"properties": [
|
|
2915
|
-
("target", "MASK"),
|
|
2916
|
-
("falloff_type", "GEODESIC"),
|
|
2917
|
-
("invert", False),
|
|
2918
|
-
("use_auto_mask", False),
|
|
2919
|
-
("use_mask_preserve", True),
|
|
2920
|
-
]}),
|
|
2921
|
-
("sculpt.expand", {"type": 'A', "value": 'PRESS', "shift": True, "alt": True},
|
|
2922
|
-
{"properties": [
|
|
2923
|
-
("target", "MASK"),
|
|
2924
|
-
("falloff_type", "NORMALS"),
|
|
2925
|
-
("invert", False),
|
|
2926
|
-
("use_mask_preserve", True),
|
|
2927
|
-
]}),
|
|
2928
|
-
("sculpt.expand", {"type": 'W', "value": 'PRESS', "shift": True},
|
|
2929
|
-
{"properties": [
|
|
2930
|
-
("target", "FACE_SETS"),
|
|
2931
|
-
("falloff_type", "GEODESIC"),
|
|
2932
|
-
("invert", False),
|
|
2933
|
-
("use_mask_preserve", False),
|
|
2934
|
-
("use_modify_active", False),
|
|
2935
|
-
]}),
|
|
2936
|
-
("sculpt.expand", {"type": 'W', "value": 'PRESS', "shift": True, "alt": True},
|
|
2937
|
-
{"properties": [
|
|
2938
|
-
("target", "FACE_SETS"),
|
|
2939
|
-
("falloff_type", "BOUNDARY_FACE_SET"),
|
|
2940
|
-
("invert", False),
|
|
2941
|
-
("use_mask_preserve", False),
|
|
2942
|
-
("use_modify_active", True),
|
|
2943
|
-
]}),
|
|
2944
|
-
# Visibility
|
|
2945
|
-
("sculpt.face_set_change_visibility", {"type": 'H', "value": 'PRESS'},
|
|
2946
|
-
{"properties": [("mode", 'HIDE_ACTIVE')]}),
|
|
2947
|
-
("sculpt.face_set_change_visibility", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
2948
|
-
{"properties": [("mode", 'TOGGLE')]}),
|
|
2949
|
-
("paint.hide_show_masked", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
2950
|
-
{"properties": [("action", 'HIDE')]}),
|
|
2951
|
-
("paint.hide_show_all", {"type": 'H', "value": 'PRESS', "alt": True},
|
|
2952
|
-
{"properties": [("action", 'SHOW')]}),
|
|
2953
|
-
# Subdivision levels
|
|
2954
|
-
*_template_items_object_subdivision_set(),
|
|
2955
|
-
("object.subdivision_set", {"type": 'D', "value": 'PRESS', "repeat": True},
|
|
2956
|
-
{"properties": [("level", 1), ("relative", True), ("ensure_modifier", False)]}),
|
|
2957
|
-
("object.subdivision_set", {"type": 'D', "value": 'PRESS', "shift": True, "repeat": True},
|
|
2958
|
-
{"properties": [("level", -1), ("relative", True), ("ensure_modifier", False)]}),
|
|
2959
|
-
# Mask
|
|
2960
|
-
("paint.mask_flood_fill", {"type": 'A', "value": 'PRESS', "ctrl": True, "shift": True},
|
|
2961
|
-
{"properties": [("mode", 'VALUE'), ("value", 1.0)]}),
|
|
2962
|
-
("paint.mask_flood_fill", {"type": 'I', "value": 'PRESS', "ctrl": True},
|
|
2963
|
-
{"properties": [("mode", 'INVERT')]}),
|
|
2964
|
-
# Face Sets
|
|
2965
|
-
("sculpt.face_set_edit", {"type": 'PAGE_UP', "value": 'PRESS'},
|
|
2966
|
-
{"properties": [("mode", 'GROW')]}),
|
|
2967
|
-
("sculpt.face_set_edit", {"type": 'PAGE_DOWN', "value": 'PRESS'},
|
|
2968
|
-
{"properties": [("mode", 'SHRINK')]}),
|
|
2969
|
-
# Dynamic topology
|
|
2970
|
-
("sculpt.detail_flood_fill", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
2971
|
-
("sculpt.dyntopo_detail_size_edit", {"type": 'D', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
2972
|
-
# Remesh
|
|
2973
|
-
("object.voxel_remesh", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
2974
|
-
("object.voxel_size_edit", {"type": 'D', "value": 'PRESS', "shift": True, "ctrl": True}, None),
|
|
2975
|
-
# Color
|
|
2976
|
-
("sculpt.sample_color", {"type": 'I', "value": 'PRESS'}, None),
|
|
2977
|
-
("paint.brush_colors_flip", {"type": 'X', "value": 'PRESS'}, None),
|
|
2978
|
-
# Brush properties
|
|
2979
|
-
("brush.scale_size", {"type": 'LEFT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
2980
|
-
{"properties": [("scalar", 0.9)]}),
|
|
2981
|
-
("brush.scale_size", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
2982
|
-
{"properties": [("scalar", 1.0 / 0.9)]}),
|
|
2983
|
-
*_template_paint_radial_control("sculpt", rotation=True),
|
|
2984
|
-
# Stencil
|
|
2985
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS'},
|
|
2986
|
-
{"properties": [("mode", 'TRANSLATION')]}),
|
|
2987
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True},
|
|
2988
|
-
{"properties": [("mode", 'SCALE')]}),
|
|
2989
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
2990
|
-
{"properties": [("mode", 'ROTATION')]}),
|
|
2991
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True},
|
|
2992
|
-
{"properties": [("mode", 'TRANSLATION'), ("texmode", 'SECONDARY')]}),
|
|
2993
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "shift": True, "alt": True},
|
|
2994
|
-
{"properties": [("mode", 'SCALE'), ("texmode", 'SECONDARY')]}),
|
|
2995
|
-
("brush.stencil_control", {"type": 'RIGHTMOUSE', "value": 'PRESS', "ctrl": True, "alt": True},
|
|
2996
|
-
{"properties": [("mode", 'ROTATION'), ("texmode", 'SECONDARY')]}),
|
|
2997
|
-
# Stabilize Stroke
|
|
2998
|
-
("wm.context_toggle", {"type": 'L', "value": 'PRESS'},
|
|
2999
|
-
{"properties": [("data_path", "tool_settings.sculpt.brush.use_smooth_stroke")]}),
|
|
3000
|
-
# Tools
|
|
3001
|
-
# This is the only mode without an Annotate shortcut.
|
|
3002
|
-
# The multi-resolution shortcuts took precedence instead.
|
|
3003
|
-
op_tool_cycle("builtin.box_mask", {"type": 'Q', "value": 'PRESS'}),
|
|
3004
|
-
op_tool_cycle("builtin.move", {"type": 'W', "value": 'PRESS'}),
|
|
3005
|
-
op_tool_cycle("builtin.rotate", {"type": 'E', "value": 'PRESS'}),
|
|
3006
|
-
op_tool_cycle("builtin.scale", {"type": 'R', "value": 'PRESS'}),
|
|
3007
|
-
op_tool_cycle("builtin.transform", {"type": 'T', "value": 'PRESS'}),
|
|
3008
|
-
# Menus
|
|
3009
|
-
op_menu_pie("VIEW3D_MT_sculpt_mask_edit_pie", {"type": 'A', "ctrl": True, "value": 'PRESS'}),
|
|
3010
|
-
op_menu_pie("VIEW3D_MT_sculpt_automasking_pie", {"type": 'A', "alt": True, "value": 'PRESS'}),
|
|
3011
|
-
op_menu_pie("VIEW3D_MT_sculpt_face_sets_edit_pie", {"type": 'W', "ctrl": True, "value": 'PRESS'}),
|
|
3012
|
-
*_template_items_context_panel("VIEW3D_PT_sculpt_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
3013
|
-
op_asset_shelf_popup("VIEW3D_AST_brush_sculpt", {"type": 'B', "value": 'PRESS'}),
|
|
3014
|
-
])
|
|
3015
|
-
|
|
3016
|
-
return keymap
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
# Mesh edit mode.
|
|
3020
|
-
def km_mesh(params):
|
|
3021
|
-
items = []
|
|
3022
|
-
keymap = (
|
|
3023
|
-
"Mesh",
|
|
3024
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
3025
|
-
{"items": items},
|
|
3026
|
-
)
|
|
3027
|
-
|
|
3028
|
-
items.extend([
|
|
3029
|
-
# Selection
|
|
3030
|
-
("mesh.loop_select", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK'},
|
|
3031
|
-
{"properties": [("extend", False), ("deselect", False), ("toggle", False), ("ring", False)]}),
|
|
3032
|
-
("mesh.loop_select", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "shift": True},
|
|
3033
|
-
{"properties": [("extend", True), ("deselect", False), ("toggle", False), ("ring", False)]}),
|
|
3034
|
-
("mesh.loop_select", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "ctrl": True},
|
|
3035
|
-
{"properties": [("extend", False), ("deselect", True), ("toggle", False), ("ring", False)]}),
|
|
3036
|
-
|
|
3037
|
-
("mesh.loop_select", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "alt": True},
|
|
3038
|
-
{"properties": [("extend", False), ("deselect", False), ("toggle", False), ("ring", True)]}),
|
|
3039
|
-
("mesh.loop_select", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "alt": True, "shift": True},
|
|
3040
|
-
{"properties": [("extend", True), ("deselect", False), ("toggle", False), ("ring", True)]}),
|
|
3041
|
-
("mesh.loop_select", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "alt": True, "ctrl": True},
|
|
3042
|
-
{"properties": [("extend", False), ("deselect", True), ("toggle", False), ("ring", True)]}),
|
|
3043
|
-
|
|
3044
|
-
("mesh.shortest_path_pick", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True},
|
|
3045
|
-
{"properties": [("use_fill", False)]}),
|
|
3046
|
-
("mesh.shortest_path_pick", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True, "ctrl": True, "alt": True},
|
|
3047
|
-
{"properties": [("use_fill", True)]}),
|
|
3048
|
-
|
|
3049
|
-
("mesh.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
3050
|
-
("mesh.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
3051
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
3052
|
-
("mesh.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
3053
|
-
("mesh.select_more", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
3054
|
-
("mesh.select_less", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
3055
|
-
("mesh.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
3056
|
-
|
|
3057
|
-
*_template_items_editmode_mesh_select_mode(params),
|
|
3058
|
-
|
|
3059
|
-
# Hide/reveal.
|
|
3060
|
-
("mesh.hide", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
3061
|
-
{"properties": [("unselected", False)]}),
|
|
3062
|
-
("mesh.hide", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
3063
|
-
{"properties": [("unselected", True)]}),
|
|
3064
|
-
("mesh.reveal", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
3065
|
-
# Tools.
|
|
3066
|
-
("mesh.duplicate_move", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
3067
|
-
op_menu("VIEW3D_MT_edit_mesh_delete", {"type": 'BACK_SPACE', "value": 'PRESS'}),
|
|
3068
|
-
op_menu("VIEW3D_MT_edit_mesh_delete", {"type": 'DEL', "value": 'PRESS'}),
|
|
3069
|
-
("mesh.dissolve_mode", {"type": 'BACK_SPACE', "value": 'PRESS', "ctrl": True}, None),
|
|
3070
|
-
("mesh.dissolve_mode", {"type": 'DEL', "value": 'PRESS', "ctrl": True}, None),
|
|
3071
|
-
("wm.context_toggle", {"type": 'B', "value": 'PRESS'},
|
|
3072
|
-
{"properties": [("data_path", "tool_settings.use_proportional_edit")]}),
|
|
3073
|
-
# Menus.
|
|
3074
|
-
*_template_items_context_menu("VIEW3D_MT_edit_mesh_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
3075
|
-
# Tools
|
|
3076
|
-
*_template_items_basic_tools(),
|
|
3077
|
-
op_tool_cycle("builtin.bevel", {"type": 'B', "value": 'PRESS', "ctrl": True}),
|
|
3078
|
-
op_tool_cycle("builtin.inset_faces", {"type": 'I', "value": 'PRESS'}),
|
|
3079
|
-
op_tool_cycle("builtin.extrude_region", {"type": 'E', "value": 'PRESS', "ctrl": True}),
|
|
3080
|
-
op_tool_cycle("builtin.knife", {"type": 'K', "value": 'PRESS'}),
|
|
3081
|
-
op_tool_cycle("builtin.loop_cut", {"type": 'C', "value": 'PRESS', "alt": True}),
|
|
3082
|
-
|
|
3083
|
-
])
|
|
3084
|
-
|
|
3085
|
-
return keymap
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
# Armature edit mode
|
|
3089
|
-
def km_armature(params):
|
|
3090
|
-
items = []
|
|
3091
|
-
keymap = (
|
|
3092
|
-
"Armature",
|
|
3093
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
3094
|
-
{"items": items},
|
|
3095
|
-
)
|
|
3096
|
-
|
|
3097
|
-
items.extend([
|
|
3098
|
-
# Hide/reveal.
|
|
3099
|
-
("armature.hide", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
3100
|
-
{"properties": [("unselected", False)]}),
|
|
3101
|
-
("armature.hide", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
3102
|
-
{"properties": [("unselected", True)]}),
|
|
3103
|
-
("armature.reveal", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
3104
|
-
# Parenting.
|
|
3105
|
-
("armature.parent_set", {"type": 'P', "value": 'PRESS'}, None),
|
|
3106
|
-
("armature.parent_clear", {"type": 'P', "value": 'PRESS', "shift": True}, None),
|
|
3107
|
-
# Selection.
|
|
3108
|
-
("armature.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
3109
|
-
("armature.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
3110
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
3111
|
-
("armature.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
3112
|
-
|
|
3113
|
-
("armature.select_hierarchy", {"type": 'LEFT_BRACKET', "value": 'PRESS'},
|
|
3114
|
-
{"properties": [("direction", 'PARENT'), ("extend", False)]}),
|
|
3115
|
-
("armature.select_hierarchy", {"type": 'LEFT_BRACKET', "value": 'PRESS', "shift": True},
|
|
3116
|
-
{"properties": [("direction", 'PARENT'), ("extend", True)]}),
|
|
3117
|
-
("armature.select_hierarchy", {"type": 'RIGHT_BRACKET', "value": 'PRESS'},
|
|
3118
|
-
{"properties": [("direction", 'CHILD'), ("extend", False)]}),
|
|
3119
|
-
("armature.select_hierarchy", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "shift": True},
|
|
3120
|
-
{"properties": [("direction", 'CHILD'), ("extend", True)]}),
|
|
3121
|
-
|
|
3122
|
-
("armature.select_more", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
3123
|
-
("armature.select_less", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
3124
|
-
|
|
3125
|
-
("armature.select_similar", {"type": 'G', "value": 'PRESS', "shift": True}, None),
|
|
3126
|
-
("armature.select_linked_pick", {"type": 'L', "value": 'PRESS', "ctrl": True},
|
|
3127
|
-
{"properties": [("deselect", False)]}),
|
|
3128
|
-
|
|
3129
|
-
("armature.shortest_path_pick", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True, "shift": True}, None),
|
|
3130
|
-
|
|
3131
|
-
# Editing.
|
|
3132
|
-
op_menu("VIEW3D_MT_edit_armature_delete", {"type": 'DEL', "value": 'PRESS'}),
|
|
3133
|
-
op_menu("VIEW3D_MT_edit_armature_delete", {"type": 'BACK_SPACE', "value": 'PRESS'}),
|
|
3134
|
-
("armature.duplicate_move", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
3135
|
-
("armature.dissolve", {"type": 'BACK_SPACE', "value": 'PRESS', "ctrl": True}, None),
|
|
3136
|
-
("armature.dissolve", {"type": 'DEL', "value": 'PRESS', "ctrl": True}, None),
|
|
3137
|
-
# Menus.
|
|
3138
|
-
*_template_items_context_menu("VIEW3D_MT_armature_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
3139
|
-
# Tools.
|
|
3140
|
-
*_template_items_basic_tools(),
|
|
3141
|
-
op_tool_cycle("builtin.roll", {"type": 'Y', "value": 'PRESS'}),
|
|
3142
|
-
op_tool_cycle("builtin.extrude", {"type": 'E', "value": 'PRESS', "ctrl": True}),
|
|
3143
|
-
|
|
3144
|
-
])
|
|
3145
|
-
|
|
3146
|
-
return keymap
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
# Meta-ball edit mode.
|
|
3150
|
-
def km_metaball(params):
|
|
3151
|
-
items = []
|
|
3152
|
-
keymap = (
|
|
3153
|
-
"Metaball",
|
|
3154
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
3155
|
-
{"items": items},
|
|
3156
|
-
)
|
|
3157
|
-
|
|
3158
|
-
items.extend([
|
|
3159
|
-
("mball.reveal_metaelems", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
3160
|
-
("mball.hide_metaelems", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
3161
|
-
{"properties": [("unselected", False)]}),
|
|
3162
|
-
("mball.hide_metaelems", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
3163
|
-
{"properties": [("unselected", True)]}),
|
|
3164
|
-
("mball.delete_metaelems", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
3165
|
-
("mball.delete_metaelems", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
3166
|
-
("mball.duplicate_move", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
3167
|
-
("mball.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
3168
|
-
("mball.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
3169
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
3170
|
-
("mball.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
3171
|
-
("mball.select_similar", {"type": 'G', "value": 'PRESS', "shift": True}, None),
|
|
3172
|
-
*_template_items_context_menu("VIEW3D_MT_edit_metaball_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
3173
|
-
("wm.context_toggle", {"type": 'B', "value": 'PRESS'},
|
|
3174
|
-
{"properties": [("data_path", "tool_settings.use_proportional_edit")]}),
|
|
3175
|
-
# Tools
|
|
3176
|
-
*_template_items_basic_tools(),
|
|
3177
|
-
])
|
|
3178
|
-
|
|
3179
|
-
return keymap
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
# Lattice edit mode.
|
|
3183
|
-
def km_lattice(params):
|
|
3184
|
-
items = []
|
|
3185
|
-
keymap = (
|
|
3186
|
-
"Lattice",
|
|
3187
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
3188
|
-
{"items": items},
|
|
3189
|
-
)
|
|
3190
|
-
|
|
3191
|
-
items.extend([
|
|
3192
|
-
("lattice.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
3193
|
-
("lattice.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
3194
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
3195
|
-
("lattice.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
3196
|
-
("lattice.select_more", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
3197
|
-
("lattice.select_less", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
3198
|
-
("object.vertex_parent_set", {"type": 'P', "value": 'PRESS', "ctrl": True}, None),
|
|
3199
|
-
*_template_items_context_menu("VIEW3D_MT_edit_lattice_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
3200
|
-
("wm.context_toggle", {"type": 'B', "value": 'PRESS'},
|
|
3201
|
-
{"properties": [("data_path", "tool_settings.use_proportional_edit")]}),
|
|
3202
|
-
# Tools
|
|
3203
|
-
op_tool_cycle("builtin.select_box", {"type": 'Q', "value": 'PRESS'}),
|
|
3204
|
-
op_tool_cycle("builtin.move", {"type": 'W', "value": 'PRESS'}),
|
|
3205
|
-
op_tool_cycle("builtin.rotate", {"type": 'E', "value": 'PRESS'}),
|
|
3206
|
-
op_tool_cycle("builtin.scale", {"type": 'R', "value": 'PRESS'}),
|
|
3207
|
-
op_tool_cycle("builtin.transform", {"type": 'T', "value": 'PRESS'}),
|
|
3208
|
-
op_tool_cycle("builtin.measure", {"type": 'M', "value": 'PRESS'}),
|
|
3209
|
-
])
|
|
3210
|
-
|
|
3211
|
-
return keymap
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
# Particle edit mode.
|
|
3215
|
-
def km_particle(params):
|
|
3216
|
-
items = []
|
|
3217
|
-
keymap = (
|
|
3218
|
-
"Particle",
|
|
3219
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
3220
|
-
{"items": items},
|
|
3221
|
-
)
|
|
3222
|
-
|
|
3223
|
-
items.extend([
|
|
3224
|
-
("particle.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
3225
|
-
("particle.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True,
|
|
3226
|
-
"shift": True}, {"properties": [("action", 'DESELECT')]}),
|
|
3227
|
-
("particle.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
3228
|
-
("particle.select_more", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
3229
|
-
("particle.select_less", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True}, None),
|
|
3230
|
-
("particle.select_linked_pick", {"type": 'L', "value": 'PRESS', "ctrl": True},
|
|
3231
|
-
{"properties": [("deselect", False)]}),
|
|
3232
|
-
("particle.select_linked_pick", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "alt": True},
|
|
3233
|
-
{"properties": [("deselect", True)]}),
|
|
3234
|
-
("particle.select_linked", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "shift": True, "alt": True}, None),
|
|
3235
|
-
("particle.delete", {"type": 'BACK_SPACE', "value": 'PRESS'}, None),
|
|
3236
|
-
("particle.delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
3237
|
-
("particle.reveal", {"type": 'H', "value": 'PRESS', "alt": True}, None),
|
|
3238
|
-
("particle.hide", {"type": 'H', "value": 'PRESS', "ctrl": True},
|
|
3239
|
-
{"properties": [("unselected", False)]}),
|
|
3240
|
-
("particle.hide", {"type": 'H', "value": 'PRESS', "shift": True},
|
|
3241
|
-
{"properties": [("unselected", True)]}),
|
|
3242
|
-
("particle.brush_edit", {"type": 'LEFTMOUSE', "value": 'PRESS'}, None),
|
|
3243
|
-
("particle.brush_edit", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
3244
|
-
("wm.radial_control", {"type": 'S', "value": 'PRESS'},
|
|
3245
|
-
{"properties": [("data_path_primary", "tool_settings.particle_edit.brush.size")]}),
|
|
3246
|
-
("wm.radial_control", {"type": 'U', "value": 'PRESS'},
|
|
3247
|
-
{"properties": [("data_path_primary", "tool_settings.particle_edit.brush.strength")]}),
|
|
3248
|
-
("wm.context_toggle", {"type": 'B', "value": 'PRESS'},
|
|
3249
|
-
{"properties": [("data_path", "tool_settings.use_proportional_edit")]}),
|
|
3250
|
-
*_template_items_context_menu("VIEW3D_MT_particle_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
3251
|
-
])
|
|
3252
|
-
|
|
3253
|
-
return keymap
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
# Text edit mode.
|
|
3257
|
-
def km_font(params):
|
|
3258
|
-
items = []
|
|
3259
|
-
keymap = (
|
|
3260
|
-
"Font",
|
|
3261
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
3262
|
-
{"items": items},
|
|
3263
|
-
)
|
|
3264
|
-
|
|
3265
|
-
items.extend([
|
|
3266
|
-
("font.style_toggle", {"type": 'B', "value": 'PRESS', "ctrl": True},
|
|
3267
|
-
{"properties": [("style", 'BOLD')]}),
|
|
3268
|
-
("font.style_toggle", {"type": 'I', "value": 'PRESS', "ctrl": True},
|
|
3269
|
-
{"properties": [("style", 'ITALIC')]}),
|
|
3270
|
-
("font.style_toggle", {"type": 'U', "value": 'PRESS', "ctrl": True},
|
|
3271
|
-
{"properties": [("style", 'UNDERLINE')]}),
|
|
3272
|
-
("font.style_toggle", {"type": 'P', "value": 'PRESS', "ctrl": True},
|
|
3273
|
-
{"properties": [("style", 'SMALL_CAPS')]}),
|
|
3274
|
-
("font.delete", {"type": 'DEL', "value": 'PRESS', "repeat": True},
|
|
3275
|
-
{"properties": [("type", 'NEXT_OR_SELECTION')]}),
|
|
3276
|
-
("font.delete", {"type": 'DEL', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
3277
|
-
{"properties": [("type", 'NEXT_WORD')]}),
|
|
3278
|
-
("font.delete", {"type": 'BACK_SPACE', "value": 'PRESS', "repeat": True},
|
|
3279
|
-
{"properties": [("type", 'PREVIOUS_OR_SELECTION')]}),
|
|
3280
|
-
("font.delete", {"type": 'BACK_SPACE', "value": 'PRESS', "shift": True, "repeat": True},
|
|
3281
|
-
{"properties": [("type", 'PREVIOUS_OR_SELECTION')]}),
|
|
3282
|
-
("font.delete", {"type": 'BACK_SPACE', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
3283
|
-
{"properties": [("type", 'PREVIOUS_WORD')]}),
|
|
3284
|
-
("font.move", {"type": 'HOME', "value": 'PRESS'},
|
|
3285
|
-
{"properties": [("type", 'LINE_BEGIN')]}),
|
|
3286
|
-
("font.move", {"type": 'END', "value": 'PRESS'},
|
|
3287
|
-
{"properties": [("type", 'LINE_END')]}),
|
|
3288
|
-
("font.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "repeat": True},
|
|
3289
|
-
{"properties": [("type", 'PREVIOUS_CHARACTER')]}),
|
|
3290
|
-
("font.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "repeat": True},
|
|
3291
|
-
{"properties": [("type", 'NEXT_CHARACTER')]}),
|
|
3292
|
-
("font.move", {"type": 'LEFT_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
3293
|
-
{"properties": [("type", 'PREVIOUS_WORD')]}),
|
|
3294
|
-
("font.move", {"type": 'RIGHT_ARROW', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
3295
|
-
{"properties": [("type", 'NEXT_WORD')]}),
|
|
3296
|
-
("font.move", {"type": 'UP_ARROW', "value": 'PRESS', "repeat": True},
|
|
3297
|
-
{"properties": [("type", 'PREVIOUS_LINE')]}),
|
|
3298
|
-
("font.move", {"type": 'DOWN_ARROW', "value": 'PRESS', "repeat": True},
|
|
3299
|
-
{"properties": [("type", 'NEXT_LINE')]}),
|
|
3300
|
-
("font.move", {"type": 'PAGE_UP', "value": 'PRESS', "repeat": True},
|
|
3301
|
-
{"properties": [("type", 'PREVIOUS_PAGE')]}),
|
|
3302
|
-
("font.move", {"type": 'PAGE_DOWN', "value": 'PRESS', "repeat": True},
|
|
3303
|
-
{"properties": [("type", 'NEXT_PAGE')]}),
|
|
3304
|
-
("font.move", {"type": 'HOME', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
3305
|
-
{"properties": [("type", 'TEXT_BEGIN')]}),
|
|
3306
|
-
("font.move", {"type": 'END', "value": 'PRESS', "ctrl": True, "repeat": True},
|
|
3307
|
-
{"properties": [("type", 'TEXT_END')]}),
|
|
3308
|
-
("font.move_select", {"type": 'HOME', "value": 'PRESS', "shift": True},
|
|
3309
|
-
{"properties": [("type", 'LINE_BEGIN')]}),
|
|
3310
|
-
("font.move_select", {"type": 'END', "value": 'PRESS', "shift": True},
|
|
3311
|
-
{"properties": [("type", 'LINE_END')]}),
|
|
3312
|
-
("font.move_select", {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
3313
|
-
{"properties": [("type", 'PREVIOUS_CHARACTER')]}),
|
|
3314
|
-
("font.move_select", {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
3315
|
-
{"properties": [("type", 'NEXT_CHARACTER')]}),
|
|
3316
|
-
("font.move_select", {"type": 'LEFT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
3317
|
-
{"properties": [("type", 'PREVIOUS_WORD')]}),
|
|
3318
|
-
("font.move_select", {"type": 'RIGHT_ARROW', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
3319
|
-
{"properties": [("type", 'NEXT_WORD')]}),
|
|
3320
|
-
("font.move_select", {"type": 'UP_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
3321
|
-
{"properties": [("type", 'PREVIOUS_LINE')]}),
|
|
3322
|
-
("font.move_select", {"type": 'DOWN_ARROW', "value": 'PRESS', "shift": True, "repeat": True},
|
|
3323
|
-
{"properties": [("type", 'NEXT_LINE')]}),
|
|
3324
|
-
("font.move_select", {"type": 'PAGE_UP', "value": 'PRESS', "shift": True, "repeat": True},
|
|
3325
|
-
{"properties": [("type", 'PREVIOUS_PAGE')]}),
|
|
3326
|
-
("font.move_select", {"type": 'PAGE_DOWN', "value": 'PRESS', "shift": True, "repeat": True},
|
|
3327
|
-
{"properties": [("type", 'NEXT_PAGE')]}),
|
|
3328
|
-
("font.move_select", {"type": 'HOME', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
3329
|
-
{"properties": [("type", 'TEXT_BEGIN')]}),
|
|
3330
|
-
("font.move_select", {"type": 'END', "value": 'PRESS', "shift": True, "ctrl": True, "repeat": True},
|
|
3331
|
-
{"properties": [("type", 'TEXT_END')]}),
|
|
3332
|
-
("font.change_spacing", {"type": 'LEFT_ARROW', "value": 'PRESS', "alt": True, "repeat": True},
|
|
3333
|
-
{"properties": [("delta", -1.0)]}),
|
|
3334
|
-
("font.change_spacing", {"type": 'RIGHT_ARROW', "value": 'PRESS', "alt": True, "repeat": True},
|
|
3335
|
-
{"properties": [("delta", 1.0)]}),
|
|
3336
|
-
("font.change_character", {"type": 'UP_ARROW', "value": 'PRESS', "alt": True, "repeat": True},
|
|
3337
|
-
{"properties": [("delta", 1)]}),
|
|
3338
|
-
("font.change_character", {"type": 'DOWN_ARROW', "value": 'PRESS', "alt": True, "repeat": True},
|
|
3339
|
-
{"properties": [("delta", -1)]}),
|
|
3340
|
-
("font.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, None),
|
|
3341
|
-
("font.text_copy", {"type": 'C', "value": 'PRESS', "ctrl": True}, None),
|
|
3342
|
-
("font.text_cut", {"type": 'X', "value": 'PRESS', "ctrl": True}, None),
|
|
3343
|
-
("font.text_paste", {"type": 'V', "value": 'PRESS', "ctrl": True, "repeat": True}, None),
|
|
3344
|
-
("font.line_break", {"type": 'RET', "value": 'PRESS'}, None),
|
|
3345
|
-
("font.text_insert", {"type": 'TEXTINPUT', "value": 'ANY', "any": True}, None),
|
|
3346
|
-
("font.text_insert", {"type": 'BACK_SPACE', "value": 'PRESS', "alt": True},
|
|
3347
|
-
{"properties": [("accent", True)]}),
|
|
3348
|
-
*_template_items_context_menu("VIEW3D_MT_edit_font_context_menu", {"type": 'RIGHTMOUSE', "value": 'PRESS'}),
|
|
3349
|
-
])
|
|
3350
|
-
|
|
3351
|
-
return keymap
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
# Curves edit mode.
|
|
3355
|
-
def km_curves(params):
|
|
3356
|
-
items = []
|
|
3357
|
-
keymap = (
|
|
3358
|
-
"Curves",
|
|
3359
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
3360
|
-
{"items": items},
|
|
3361
|
-
)
|
|
3362
|
-
|
|
3363
|
-
items.extend([
|
|
3364
|
-
# Selection Modes
|
|
3365
|
-
("curves.set_selection_domain", {"type": 'ONE', "value": 'PRESS'}, {"properties": [("domain", 'POINT')]}),
|
|
3366
|
-
("curves.set_selection_domain", {"type": 'TWO', "value": 'PRESS'}, {"properties": [("domain", 'CURVE')]}),
|
|
3367
|
-
("curves.duplicate_move", {"type": 'D', "value": 'PRESS', "ctrl": True}, None),
|
|
3368
|
-
# Selection Operators
|
|
3369
|
-
("curves.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
3370
|
-
("curves.select_all", {"type": 'A', "value": 'PRESS', "shift": True,
|
|
3371
|
-
"ctrl": True}, {"properties": [("action", 'DESELECT')]}),
|
|
3372
|
-
("curves.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
3373
|
-
("curves.select_linked", {"type": 'L', "value": 'PRESS', "ctrl": True}, None),
|
|
3374
|
-
("curves.select_more", {"type": 'PAGE_UP', "value": 'PRESS', "repeat": True}, None),
|
|
3375
|
-
("curves.select_less", {"type": 'PAGE_DOWN', "value": 'PRESS', "repeat": True}, None),
|
|
3376
|
-
# Delete
|
|
3377
|
-
("curves.delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
3378
|
-
# Proportional Editing
|
|
3379
|
-
("wm.context_toggle", {"type": 'B', "value": 'PRESS'},
|
|
3380
|
-
{"properties": [("data_path", "tool_settings.use_proportional_edit")]}),
|
|
3381
|
-
# Tools
|
|
3382
|
-
*_template_items_basic_tools(),
|
|
3383
|
-
op_tool_cycle("builtin.annotate", {"type": 'D', "value": 'PRESS'}),
|
|
3384
|
-
])
|
|
3385
|
-
|
|
3386
|
-
return keymap
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
def km_sculpt_curves(params):
|
|
3390
|
-
items = []
|
|
3391
|
-
keymap = (
|
|
3392
|
-
"Sculpt Curves",
|
|
3393
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
3394
|
-
{"items": items},
|
|
3395
|
-
)
|
|
3396
|
-
|
|
3397
|
-
items.extend([
|
|
3398
|
-
# Brush strokes
|
|
3399
|
-
("sculpt_curves.brush_stroke", {"type": 'LEFTMOUSE', "value": 'PRESS'},
|
|
3400
|
-
{"properties": [("mode", 'NORMAL')]}),
|
|
3401
|
-
("sculpt_curves.brush_stroke", {"type": 'LEFTMOUSE', "value": 'PRESS', "ctrl": True},
|
|
3402
|
-
{"properties": [("mode", 'INVERT')]}),
|
|
3403
|
-
("sculpt_curves.brush_stroke", {"type": 'LEFTMOUSE', "value": 'PRESS', "shift": True},
|
|
3404
|
-
{"properties": [("mode", 'SMOOTH')]}),
|
|
3405
|
-
# Selection modes
|
|
3406
|
-
("curves.set_selection_domain", {"type": 'ONE', "value": 'PRESS'}, {"properties": [("domain", 'POINT')]}),
|
|
3407
|
-
("curves.set_selection_domain", {"type": 'TWO', "value": 'PRESS'}, {"properties": [("domain", 'CURVE')]}),
|
|
3408
|
-
# Brush Properties
|
|
3409
|
-
*_template_paint_radial_control("curves_sculpt"),
|
|
3410
|
-
("brush.scale_size", {"type": 'LEFT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
3411
|
-
{"properties": [("scalar", 0.9)]}),
|
|
3412
|
-
("brush.scale_size", {"type": 'RIGHT_BRACKET', "value": 'PRESS', "repeat": True},
|
|
3413
|
-
{"properties": [("scalar", 1.0 / 0.9)]}),
|
|
3414
|
-
# Selection operators
|
|
3415
|
-
("curves.select_all", {"type": 'A', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
3416
|
-
("curves.select_all", {"type": 'A', "value": 'PRESS', "shift": True,
|
|
3417
|
-
"ctrl": True}, {"properties": [("action", 'DESELECT')]}),
|
|
3418
|
-
("curves.select_all", {"type": 'I', "value": 'PRESS', "ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
3419
|
-
("sculpt_curves.select_grow", {"type": 'A', "value": 'PRESS', "shift": True}, {}),
|
|
3420
|
-
# Density
|
|
3421
|
-
("sculpt_curves.min_distance_edit", {"type": 'D', "value": 'PRESS', "ctrl": True}, {}),
|
|
3422
|
-
# Tools
|
|
3423
|
-
op_tool_cycle("builtin.annotate", {"type": 'D', "value": 'PRESS'}),
|
|
3424
|
-
op_asset_shelf_popup("VIEW3D_AST_brush_sculpt_curves", {"type": 'B', "value": 'PRESS'}),
|
|
3425
|
-
])
|
|
3426
|
-
|
|
3427
|
-
return keymap
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
# Point cloud edit mode.
|
|
3431
|
-
def km_pointcloud(params):
|
|
3432
|
-
items = []
|
|
3433
|
-
keymap = (
|
|
3434
|
-
"Point Cloud",
|
|
3435
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
3436
|
-
{"items": items},
|
|
3437
|
-
)
|
|
3438
|
-
|
|
3439
|
-
items.extend([
|
|
3440
|
-
# Selection Operators
|
|
3441
|
-
("pointcloud.select_all", {"type": 'A', "value": 'PRESS',
|
|
3442
|
-
"ctrl": True}, {"properties": [("action", 'SELECT')]}),
|
|
3443
|
-
("pointcloud.select_all", {"type": 'A', "value": 'PRESS', "shift": True,
|
|
3444
|
-
"ctrl": True}, {"properties": [("action", 'DESELECT')]}),
|
|
3445
|
-
("pointcloud.select_all", {"type": 'I', "value": 'PRESS',
|
|
3446
|
-
"ctrl": True}, {"properties": [("action", 'INVERT')]}),
|
|
3447
|
-
# Delete
|
|
3448
|
-
("pointcloud.delete", {"type": 'DEL', "value": 'PRESS'}, None),
|
|
3449
|
-
])
|
|
3450
|
-
|
|
3451
|
-
return keymap
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
def km_object_non_modal(params):
|
|
3455
|
-
items = []
|
|
3456
|
-
keymap = (
|
|
3457
|
-
"Object Non-modal",
|
|
3458
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
3459
|
-
{"items": items},
|
|
3460
|
-
)
|
|
3461
|
-
|
|
3462
|
-
items.extend([
|
|
3463
|
-
("object.transfer_mode", {"type": 'ACCENT_GRAVE', "value": 'PRESS'}, None),
|
|
3464
|
-
("object.mode_set", {"type": 'FOUR', "value": 'PRESS'}, {"properties": [("mode", 'OBJECT')]}),
|
|
3465
|
-
op_menu_pie("VIEW3D_MT_object_mode_pie", {"type": 'FIVE', "value": 'PRESS'}),
|
|
3466
|
-
])
|
|
3467
|
-
|
|
3468
|
-
return keymap
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
# ------------------------------------------------------------------------------
|
|
3472
|
-
# Modal Maps
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
def km_knife_tool_modal_map(_params):
|
|
3476
|
-
items = []
|
|
3477
|
-
keymap = (
|
|
3478
|
-
"Knife Tool Modal Map",
|
|
3479
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW', "modal": True},
|
|
3480
|
-
{"items": items},
|
|
3481
|
-
)
|
|
3482
|
-
|
|
3483
|
-
items.extend([
|
|
3484
|
-
("CANCEL", {"type": 'ESC', "value": 'PRESS', "any": True}, None),
|
|
3485
|
-
("PANNING", {"type": 'LEFTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
3486
|
-
("CONFIRM", {"type": 'RET', "value": 'PRESS', "any": True}, None),
|
|
3487
|
-
("CONFIRM", {"type": 'NUMPAD_ENTER', "value": 'PRESS', "any": True}, None),
|
|
3488
|
-
("ADD_CUT_CLOSED", {"type": 'LEFTMOUSE', "value": 'DOUBLE_CLICK', "any": True}, None),
|
|
3489
|
-
("ADD_CUT", {"type": 'LEFTMOUSE', "value": 'ANY', "any": True}, None),
|
|
3490
|
-
("UNDO", {"type": 'Z', "value": 'PRESS', "ctrl": True}, None),
|
|
3491
|
-
("NEW_CUT", {"type": 'RIGHTMOUSE', "value": 'PRESS'}, None),
|
|
3492
|
-
("SNAP_MIDPOINTS_ON", {"type": 'LEFT_CTRL', "value": 'PRESS'}, None),
|
|
3493
|
-
("SNAP_MIDPOINTS_OFF", {"type": 'LEFT_CTRL', "value": 'RELEASE'}, None),
|
|
3494
|
-
("SNAP_MIDPOINTS_ON", {"type": 'RIGHT_CTRL', "value": 'PRESS'}, None),
|
|
3495
|
-
("SNAP_MIDPOINTS_OFF", {"type": 'RIGHT_CTRL', "value": 'RELEASE'}, None),
|
|
3496
|
-
("IGNORE_SNAP_ON", {"type": 'LEFT_SHIFT', "value": 'PRESS', "any": True}, None),
|
|
3497
|
-
("IGNORE_SNAP_OFF", {"type": 'LEFT_SHIFT', "value": 'RELEASE', "any": True}, None),
|
|
3498
|
-
("IGNORE_SNAP_ON", {"type": 'RIGHT_SHIFT', "value": 'PRESS', "any": True}, None),
|
|
3499
|
-
("IGNORE_SNAP_OFF", {"type": 'RIGHT_SHIFT', "value": 'RELEASE', "any": True}, None),
|
|
3500
|
-
("X_AXIS", {"type": 'X', "value": 'PRESS'}, None),
|
|
3501
|
-
("Y_AXIS", {"type": 'Y', "value": 'PRESS'}, None),
|
|
3502
|
-
("Z_AXIS", {"type": 'Z', "value": 'PRESS'}, None),
|
|
3503
|
-
("ANGLE_SNAP_TOGGLE", {"type": 'A', "value": 'PRESS'}, None),
|
|
3504
|
-
("CYCLE_ANGLE_SNAP_EDGE", {"type": 'R', "value": 'PRESS'}, None),
|
|
3505
|
-
("CUT_THROUGH_TOGGLE", {"type": 'C', "value": 'PRESS'}, None),
|
|
3506
|
-
("PANNING", {"type": 'MIDDLEMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
3507
|
-
("PANNING", {"type": 'RIGHTMOUSE', "value": 'PRESS', "alt": True}, None),
|
|
3508
|
-
("SHOW_DISTANCE_ANGLE_TOGGLE", {"type": 'D', "value": 'PRESS'}, None),
|
|
3509
|
-
("DEPTH_TEST_TOGGLE", {"type": 'V', "value": 'PRESS'}, None),
|
|
3510
|
-
])
|
|
3511
|
-
|
|
3512
|
-
return keymap
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
def km_eyedropper_modal_map(_params):
|
|
3516
|
-
items = []
|
|
3517
|
-
keymap = (
|
|
3518
|
-
"Eyedropper Modal Map",
|
|
3519
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW', "modal": True},
|
|
3520
|
-
{"items": items},
|
|
3521
|
-
)
|
|
3522
|
-
|
|
3523
|
-
items.extend([
|
|
3524
|
-
("CANCEL", {"type": 'ESC', "value": 'PRESS', "any": True}, None),
|
|
3525
|
-
("CANCEL", {"type": 'RIGHTMOUSE', "value": 'PRESS', "any": True}, None),
|
|
3526
|
-
("SAMPLE_CONFIRM", {"type": 'RET', "value": 'RELEASE', "any": True}, None),
|
|
3527
|
-
("SAMPLE_CONFIRM", {"type": 'NUMPAD_ENTER', "value": 'RELEASE', "any": True}, None),
|
|
3528
|
-
("SAMPLE_CONFIRM", {"type": 'LEFTMOUSE', "value": 'RELEASE', "any": True}, None),
|
|
3529
|
-
("SAMPLE_BEGIN", {"type": 'LEFTMOUSE', "value": 'PRESS', "any": True}, None),
|
|
3530
|
-
("SAMPLE_RESET", {"type": 'SPACE', "value": 'RELEASE', "any": True}, None),
|
|
3531
|
-
])
|
|
3532
|
-
|
|
3533
|
-
return keymap
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
def km_eyedropper_colorramp_pointsampling_map(_params):
|
|
3537
|
-
items = []
|
|
3538
|
-
keymap = (
|
|
3539
|
-
"Eyedropper ColorRamp PointSampling Map",
|
|
3540
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW', "modal": True},
|
|
3541
|
-
{"items": items},
|
|
3542
|
-
)
|
|
3543
|
-
|
|
3544
|
-
items.extend([
|
|
3545
|
-
("CANCEL", {"type": 'ESC', "value": 'PRESS', "any": True}, None),
|
|
3546
|
-
("CANCEL", {"type": 'BACK_SPACE', "value": 'PRESS', "any": True}, None),
|
|
3547
|
-
("SAMPLE_CONFIRM", {"type": 'RIGHTMOUSE', "value": 'PRESS', "any": True}, None),
|
|
3548
|
-
("SAMPLE_CONFIRM", {"type": 'RET', "value": 'RELEASE', "any": True}, None),
|
|
3549
|
-
("SAMPLE_CONFIRM", {"type": 'NUMPAD_ENTER', "value": 'RELEASE', "any": True}, None),
|
|
3550
|
-
("SAMPLE_SAMPLE", {"type": 'LEFTMOUSE', "value": 'PRESS', "any": True}, None),
|
|
3551
|
-
("SAMPLE_RESET", {"type": 'SPACE', "value": 'RELEASE', "any": True}, None),
|
|
3552
|
-
])
|
|
3553
|
-
|
|
3554
|
-
return keymap
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
def km_transform_modal_map(_params):
|
|
3558
|
-
items = []
|
|
3559
|
-
keymap = (
|
|
3560
|
-
"Transform Modal Map",
|
|
3561
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW', "modal": True},
|
|
3562
|
-
{"items": items},
|
|
3563
|
-
)
|
|
3564
|
-
|
|
3565
|
-
items.extend([
|
|
3566
|
-
("CONFIRM", {"type": 'LEFTMOUSE', "value": 'PRESS', "any": True}, None),
|
|
3567
|
-
("CONFIRM", {"type": 'RET', "value": 'PRESS', "any": True}, None),
|
|
3568
|
-
("CONFIRM", {"type": 'NUMPAD_ENTER', "value": 'PRESS', "any": True}, None),
|
|
3569
|
-
("CONFIRM", {"type": 'SPACE', "value": 'PRESS', "any": True}, None),
|
|
3570
|
-
("CANCEL", {"type": 'RIGHTMOUSE', "value": 'PRESS', "any": True}, None),
|
|
3571
|
-
("CANCEL", {"type": 'ESC', "value": 'PRESS', "any": True}, None),
|
|
3572
|
-
("AXIS_X", {"type": 'X', "value": 'PRESS'}, None),
|
|
3573
|
-
("AXIS_Y", {"type": 'Y', "value": 'PRESS'}, None),
|
|
3574
|
-
("AXIS_Z", {"type": 'Z', "value": 'PRESS'}, None),
|
|
3575
|
-
("PLANE_X", {"type": 'X', "value": 'PRESS', "shift": True}, None),
|
|
3576
|
-
("PLANE_Y", {"type": 'Y', "value": 'PRESS', "shift": True}, None),
|
|
3577
|
-
("PLANE_Z", {"type": 'Z', "value": 'PRESS', "shift": True}, None),
|
|
3578
|
-
("CONS_OFF", {"type": 'C', "value": 'PRESS'}, None),
|
|
3579
|
-
("TRANSLATE", {"type": 'G', "value": 'PRESS'}, None),
|
|
3580
|
-
("VERT_EDGE_SLIDE", {"type": 'G', "value": 'PRESS'}, None),
|
|
3581
|
-
("ROTATE", {"type": 'R', "value": 'PRESS'}, None),
|
|
3582
|
-
("TRACKBALL", {"type": 'R', "value": 'PRESS'}, None),
|
|
3583
|
-
("RESIZE", {"type": 'S', "value": 'PRESS'}, None),
|
|
3584
|
-
("ROTATE_NORMALS", {"type": 'N', "value": 'PRESS'}, None),
|
|
3585
|
-
("EDIT_SNAP_SOURCE_ON", {"type": 'B', "value": 'PRESS'}, None),
|
|
3586
|
-
("EDIT_SNAP_SOURCE_OFF", {"type": 'B', "value": 'PRESS'}, None),
|
|
3587
|
-
("SNAP_TOGGLE", {"type": 'TAB', "value": 'PRESS', "shift": True}, None),
|
|
3588
|
-
("SNAP_INV_ON", {"type": 'LEFT_CTRL', "value": 'PRESS', "any": True}, None),
|
|
3589
|
-
("SNAP_INV_OFF", {"type": 'LEFT_CTRL', "value": 'RELEASE', "any": True}, None),
|
|
3590
|
-
("SNAP_INV_ON", {"type": 'RIGHT_CTRL', "value": 'PRESS', "any": True}, None),
|
|
3591
|
-
("SNAP_INV_OFF", {"type": 'RIGHT_CTRL', "value": 'RELEASE', "any": True}, None),
|
|
3592
|
-
("ADD_SNAP", {"type": 'A', "value": 'PRESS'}, None),
|
|
3593
|
-
("ADD_SNAP", {"type": 'A', "value": 'PRESS', "ctrl": True}, None),
|
|
3594
|
-
("REMOVE_SNAP", {"type": 'A', "value": 'PRESS', "alt": True}, None),
|
|
3595
|
-
("PROPORTIONAL_SIZE_UP", {"type": 'PAGE_UP', "value": 'PRESS', "repeat": True}, None),
|
|
3596
|
-
("PROPORTIONAL_SIZE_DOWN", {"type": 'PAGE_DOWN', "value": 'PRESS', "repeat": True}, None),
|
|
3597
|
-
("PROPORTIONAL_SIZE_UP", {"type": 'PAGE_UP', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
3598
|
-
("PROPORTIONAL_SIZE_DOWN", {"type": 'PAGE_DOWN', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
3599
|
-
("PROPORTIONAL_SIZE_UP", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS'}, None),
|
|
3600
|
-
("PROPORTIONAL_SIZE_DOWN", {"type": 'WHEELUPMOUSE', "value": 'PRESS'}, None),
|
|
3601
|
-
("PROPORTIONAL_SIZE_UP", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
3602
|
-
("PROPORTIONAL_SIZE_DOWN", {"type": 'WHEELUPMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
3603
|
-
("PROPORTIONAL_SIZE", {"type": 'TRACKPADPAN', "value": 'ANY'}, None),
|
|
3604
|
-
("AUTOIK_CHAIN_LEN_UP", {"type": 'PAGE_UP', "value": 'PRESS', "repeat": True}, None),
|
|
3605
|
-
("AUTOIK_CHAIN_LEN_DOWN", {"type": 'PAGE_DOWN', "value": 'PRESS', "repeat": True}, None),
|
|
3606
|
-
("AUTOIK_CHAIN_LEN_UP", {"type": 'PAGE_UP', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
3607
|
-
("AUTOIK_CHAIN_LEN_DOWN", {"type": 'PAGE_DOWN', "value": 'PRESS', "shift": True, "repeat": True}, None),
|
|
3608
|
-
("AUTOIK_CHAIN_LEN_UP", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS'}, None),
|
|
3609
|
-
("AUTOIK_CHAIN_LEN_DOWN", {"type": 'WHEELUPMOUSE', "value": 'PRESS'}, None),
|
|
3610
|
-
("AUTOIK_CHAIN_LEN_UP", {"type": 'WHEELDOWNMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
3611
|
-
("AUTOIK_CHAIN_LEN_DOWN", {"type": 'WHEELUPMOUSE', "value": 'PRESS', "shift": True}, None),
|
|
3612
|
-
("INSERTOFS_TOGGLE_DIR", {"type": 'T', "value": 'PRESS'}, None),
|
|
3613
|
-
("NODE_ATTACH_ON", {"type": 'LEFT_ALT', "value": 'RELEASE', "any": True}, None),
|
|
3614
|
-
("NODE_ATTACH_OFF", {"type": 'LEFT_ALT', "value": 'PRESS', "any": True}, None),
|
|
3615
|
-
("AUTOCONSTRAIN", {"type": 'MIDDLEMOUSE', "value": 'ANY'}, None),
|
|
3616
|
-
("AUTOCONSTRAINPLANE", {"type": 'MIDDLEMOUSE', "value": 'ANY', "shift": True}, None),
|
|
3617
|
-
("PRECISION", {"type": 'LEFT_SHIFT', "value": 'ANY', "any": True}, None),
|
|
3618
|
-
("PRECISION", {"type": 'RIGHT_SHIFT', "value": 'ANY', "any": True}, None),
|
|
3619
|
-
("STRIP_CLAMP_TOGGLE", {"type": 'C', "value": 'PRESS', "any": True}, None),
|
|
3620
|
-
])
|
|
3621
|
-
|
|
3622
|
-
return keymap
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
# ------------------------------------------------------------------------------
|
|
3626
|
-
# Tool System Key-maps
|
|
3627
|
-
#
|
|
3628
|
-
# Named are auto-generated based on the tool name and it's toolbar.
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
def km_3d_view_tool_select(params):
|
|
3632
|
-
return (
|
|
3633
|
-
"3D View Tool: Tweak",
|
|
3634
|
-
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
|
3635
|
-
{"items": _template_items_tool_select(params, "view3d.select", extend="toggle")},
|
|
3636
|
-
)
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
def km_image_editor_tool_uv_select(params):
|
|
3640
|
-
return (
|
|
3641
|
-
"Image Editor Tool: Uv, Tweak",
|
|
3642
|
-
{"space_type": 'IMAGE_EDITOR', "region_type": 'WINDOW'},
|
|
3643
|
-
{"items": _template_items_tool_select(params, "uv.select", extend="extend")},
|
|
3644
|
-
)
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
def km_sequencer_editor_tool_select_preview(params):
|
|
3648
|
-
return (
|
|
3649
|
-
"Preview Tool: Select Box",
|
|
3650
|
-
{"space_type": 'SEQUENCE_EDITOR', "region_type": 'WINDOW'},
|
|
3651
|
-
{"items": _template_items_tool_select(params, "sequencer.select", extend="toggle")}
|
|
3652
|
-
)
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
def km_sequencer_editor_tool_select_timeline(params):
|
|
3656
|
-
return (
|
|
3657
|
-
"Sequencer Tool: Select Box",
|
|
3658
|
-
{"space_type": 'SEQUENCE_EDITOR', "region_type": 'WINDOW'},
|
|
3659
|
-
{"items": _template_items_tool_select(params, "sequencer.select", extend="toggle")}
|
|
3660
|
-
)
|
|
3661
|
-
|
|
3662
|
-
# NOTE: duplicated from `blender_default.py`.
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
def _template_node_select(*, type, value, select_passthrough):
|
|
3666
|
-
items = [
|
|
3667
|
-
("node.select", {"type": type, "value": value},
|
|
3668
|
-
{"properties": [("deselect_all", True), ("select_passthrough", True)]}),
|
|
3669
|
-
("node.select", {"type": type, "value": value, "ctrl": True}, None),
|
|
3670
|
-
("node.select", {"type": type, "value": value, "alt": True}, None),
|
|
3671
|
-
("node.select", {"type": type, "value": value, "ctrl": True, "alt": True}, None),
|
|
3672
|
-
("node.select", {"type": type, "value": value, "shift": True},
|
|
3673
|
-
{"properties": [("toggle", True)]}),
|
|
3674
|
-
("node.select", {"type": type, "value": value, "shift": True, "ctrl": True},
|
|
3675
|
-
{"properties": [("toggle", True)]}),
|
|
3676
|
-
("node.select", {"type": type, "value": value, "shift": True, "alt": True},
|
|
3677
|
-
{"properties": [("toggle", True)]}),
|
|
3678
|
-
("node.select", {"type": type, "value": value, "shift": True, "ctrl": True, "alt": True},
|
|
3679
|
-
{"properties": [("toggle", True)]}),
|
|
3680
|
-
]
|
|
3681
|
-
|
|
3682
|
-
if select_passthrough and (value == 'PRESS'):
|
|
3683
|
-
# Add an additional click item to de-select all other items,
|
|
3684
|
-
# needed so pass-through is able to de-select other items.
|
|
3685
|
-
items.append((
|
|
3686
|
-
"node.select",
|
|
3687
|
-
{"type": type, "value": 'CLICK'},
|
|
3688
|
-
{"properties": [("deselect_all", True)]},
|
|
3689
|
-
))
|
|
3690
|
-
|
|
3691
|
-
return items
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
def km_3d_view_tool_interactive_add(params):
|
|
3695
|
-
return (
|
|
3696
|
-
"3D View Tool: Object, Add Primitive",
|
|
3697
|
-
{"space_type": 'VIEW_3D', "region_type": 'WINDOW'},
|
|
3698
|
-
{"items": [
|
|
3699
|
-
("view3d.interactive_add", {"type": params.tool_mouse, "value": 'CLICK_DRAG'},
|
|
3700
|
-
{"properties": [("wait_for_input", False)]}),
|
|
3701
|
-
("view3d.interactive_add", {"type": params.tool_mouse, "value": 'CLICK_DRAG', "ctrl": True},
|
|
3702
|
-
{"properties": [("wait_for_input", False)]}),
|
|
3703
|
-
]},
|
|
3704
|
-
)
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
# Fallback for gizmos that don't have custom a custom key-map.
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
def km_generic_gizmo_drag(_params):
|
|
3711
|
-
keymap = (
|
|
3712
|
-
"Generic Gizmo Drag",
|
|
3713
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
3714
|
-
{"items": _template_items_gizmo_tweak_value_drag()},
|
|
3715
|
-
)
|
|
3716
|
-
|
|
3717
|
-
return keymap
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
def km_generic_gizmo_maybe_drag(params):
|
|
3721
|
-
keymap = (
|
|
3722
|
-
"Generic Gizmo Maybe Drag",
|
|
3723
|
-
{"space_type": 'EMPTY', "region_type": 'WINDOW'},
|
|
3724
|
-
{"items":
|
|
3725
|
-
_template_items_gizmo_tweak_value_drag()
|
|
3726
|
-
},
|
|
3727
|
-
)
|
|
3728
|
-
|
|
3729
|
-
return keymap
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
# ------------------------------------------------------------------------------
|
|
3733
|
-
# Full Configuration
|
|
3734
|
-
|
|
3735
|
-
def generate_keymaps_impl(params=None):
|
|
3736
|
-
if params is None:
|
|
3737
|
-
params = Params()
|
|
3738
|
-
return [
|
|
3739
|
-
# Window, screen, area, region.
|
|
3740
|
-
km_window(params),
|
|
3741
|
-
km_screen(params),
|
|
3742
|
-
km_screen_editing(params),
|
|
3743
|
-
km_screen_region_context_menu(params),
|
|
3744
|
-
km_view2d(params),
|
|
3745
|
-
km_view2d_buttons_list(params),
|
|
3746
|
-
km_user_interface(params),
|
|
3747
|
-
km_property_editor(params),
|
|
3748
|
-
|
|
3749
|
-
# Editors.
|
|
3750
|
-
km_outliner(params),
|
|
3751
|
-
km_uv_editor(params),
|
|
3752
|
-
km_view3d_generic(params),
|
|
3753
|
-
km_view3d(params),
|
|
3754
|
-
km_mask_editing(params),
|
|
3755
|
-
km_markers(params),
|
|
3756
|
-
km_graph_editor_generic(params),
|
|
3757
|
-
km_graph_editor(params),
|
|
3758
|
-
km_image_generic(params),
|
|
3759
|
-
km_image(params),
|
|
3760
|
-
km_node_generic(params),
|
|
3761
|
-
km_node_editor(params),
|
|
3762
|
-
km_info(params),
|
|
3763
|
-
km_file_browser(params),
|
|
3764
|
-
km_file_browser_main(params),
|
|
3765
|
-
km_file_browser_buttons(params),
|
|
3766
|
-
km_dopesheet_generic(params),
|
|
3767
|
-
km_dopesheet(params),
|
|
3768
|
-
km_nla_generic(params),
|
|
3769
|
-
km_nla_tracks(params),
|
|
3770
|
-
km_nla_editor(params),
|
|
3771
|
-
km_text_generic(params),
|
|
3772
|
-
km_text(params),
|
|
3773
|
-
km_sequencer_generic(params),
|
|
3774
|
-
km_sequencer(params),
|
|
3775
|
-
km_sequencer_preview(params),
|
|
3776
|
-
km_sequencer_channels(params),
|
|
3777
|
-
km_console(params),
|
|
3778
|
-
km_clip(params),
|
|
3779
|
-
km_clip_editor(params),
|
|
3780
|
-
km_clip_graph_editor(params),
|
|
3781
|
-
km_clip_dopesheet_editor(params),
|
|
3782
|
-
km_spreadsheet_generic(params),
|
|
3783
|
-
|
|
3784
|
-
# Animation.
|
|
3785
|
-
km_frames(params),
|
|
3786
|
-
km_animation(params),
|
|
3787
|
-
km_animation_channels(params),
|
|
3788
|
-
|
|
3789
|
-
# Modes.
|
|
3790
|
-
km_face_mask(params),
|
|
3791
|
-
km_weight_paint_vertex_selection(params),
|
|
3792
|
-
km_pose(params),
|
|
3793
|
-
km_object_mode(params),
|
|
3794
|
-
km_paint_curve(params),
|
|
3795
|
-
km_curve(params),
|
|
3796
|
-
km_image_paint(params),
|
|
3797
|
-
km_vertex_paint(params),
|
|
3798
|
-
km_weight_paint(params),
|
|
3799
|
-
km_sculpt(params),
|
|
3800
|
-
km_mesh(params),
|
|
3801
|
-
km_armature(params),
|
|
3802
|
-
km_metaball(params),
|
|
3803
|
-
km_lattice(params),
|
|
3804
|
-
km_particle(params),
|
|
3805
|
-
km_font(params),
|
|
3806
|
-
km_curves(params),
|
|
3807
|
-
km_sculpt_curves(params),
|
|
3808
|
-
km_pointcloud(params),
|
|
3809
|
-
km_object_non_modal(params),
|
|
3810
|
-
|
|
3811
|
-
# Modal maps.
|
|
3812
|
-
km_knife_tool_modal_map(params),
|
|
3813
|
-
km_eyedropper_modal_map(params),
|
|
3814
|
-
km_eyedropper_colorramp_pointsampling_map(params),
|
|
3815
|
-
km_transform_modal_map(params),
|
|
3816
|
-
|
|
3817
|
-
# Gizmos.
|
|
3818
|
-
km_generic_gizmo_drag(params),
|
|
3819
|
-
km_generic_gizmo_maybe_drag(params),
|
|
3820
|
-
|
|
3821
|
-
# Tool System.
|
|
3822
|
-
km_3d_view_tool_select(params),
|
|
3823
|
-
km_image_editor_tool_uv_select(params),
|
|
3824
|
-
km_sequencer_editor_tool_select_preview(params),
|
|
3825
|
-
km_sequencer_editor_tool_select_timeline(params),
|
|
3826
|
-
km_3d_view_tool_interactive_add(params),
|
|
3827
|
-
]
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
def keymap_transform_tool_mmb(keymap):
|
|
3831
|
-
import re
|
|
3832
|
-
# Any tool besides fallback tools.
|
|
3833
|
-
re_fallback_tool = re.compile(
|
|
3834
|
-
r".*\bTool:\s(?!"
|
|
3835
|
-
r".*\bSelect Box$|"
|
|
3836
|
-
r".*\bSelect Circle$|"
|
|
3837
|
-
r".*\bSelect Lasso$|"
|
|
3838
|
-
r".*\bTweak$)",
|
|
3839
|
-
)
|
|
3840
|
-
for km_name, _km_args, km_content in keymap:
|
|
3841
|
-
if re_fallback_tool.match(km_name):
|
|
3842
|
-
km_items = km_content["items"]
|
|
3843
|
-
km_items_new = []
|
|
3844
|
-
for kmi in km_items:
|
|
3845
|
-
ty = kmi[1]["type"]
|
|
3846
|
-
value = kmi[1]["value"]
|
|
3847
|
-
if km_name.endswith(" (fallback)"):
|
|
3848
|
-
if ty == 'RIGHTMOUSE':
|
|
3849
|
-
kmi = (kmi[0], kmi[1].copy(), kmi[2])
|
|
3850
|
-
kmi[1]["type"] = 'LEFTMOUSE'
|
|
3851
|
-
km_items_new.append(kmi)
|
|
3852
|
-
else:
|
|
3853
|
-
if ty == 'LEFTMOUSE':
|
|
3854
|
-
if value == 'CLICK_DRAG':
|
|
3855
|
-
kmi = (kmi[0], kmi[1].copy(), kmi[2])
|
|
3856
|
-
if kmi[1].get("direction", 'ANY') == 'ANY':
|
|
3857
|
-
kmi[1]["type"] = 'MIDDLEMOUSE'
|
|
3858
|
-
kmi[1]["value"] = 'PRESS'
|
|
3859
|
-
else:
|
|
3860
|
-
# Directional tweaking can't be replaced by middle-mouse.
|
|
3861
|
-
kmi[1]["type"] = 'MIDDLEMOUSE'
|
|
3862
|
-
km_items_new.append(kmi)
|
|
3863
|
-
else:
|
|
3864
|
-
kmi = (kmi[0], kmi[1].copy(), kmi[2])
|
|
3865
|
-
kmi[1]["type"] = 'MIDDLEMOUSE'
|
|
3866
|
-
kmi[1]["value"] = 'PRESS'
|
|
3867
|
-
km_items_new.append(kmi)
|
|
3868
|
-
km_items.extend(km_items_new)
|
|
3869
|
-
|
|
3870
|
-
|
|
3871
|
-
def generate_keymaps(params=None):
|
|
3872
|
-
import os
|
|
3873
|
-
from bpy.utils import execfile
|
|
3874
|
-
keymap = generate_keymaps_impl(params)
|
|
3875
|
-
|
|
3876
|
-
# Combine the key-map to support manipulating it, so we don't need to manually
|
|
3877
|
-
# define key-map here just to manipulate them.
|
|
3878
|
-
blender_default_mod = execfile(
|
|
3879
|
-
os.path.join(os.path.dirname(__file__), "blender_default.py"),
|
|
3880
|
-
)
|
|
3881
|
-
|
|
3882
|
-
blender_default = blender_default_mod.generate_keymaps(
|
|
3883
|
-
# Use the default key-map with only minor changes to default arguments.
|
|
3884
|
-
blender_default_mod.Params(
|
|
3885
|
-
# Needed so the fallback key-map items are populated.
|
|
3886
|
-
use_fallback_tool=True,
|
|
3887
|
-
),
|
|
3888
|
-
)
|
|
3889
|
-
|
|
3890
|
-
keymap_existing_names = {km[0] for km in keymap}
|
|
3891
|
-
keymap.extend([km for km in blender_default if km[0] not in keymap_existing_names])
|
|
3892
|
-
|
|
3893
|
-
# Manipulate the key-map.
|
|
3894
|
-
keymap_transform_tool_mmb(keymap)
|
|
3895
|
-
|
|
3896
|
-
return keymap
|