fake-bpy-module 20250630__py3-none-any.whl → 20250827__py3-none-any.whl
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.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +6 -5
- bl_ui/node_add_menu/__init__.pyi +3 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +41 -46
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +47 -15
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +148 -38
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +19 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +98 -53
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +40 -25
- bpy/types/__init__.pyi +58124 -41707
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
- fake_bpy_module-20250827.dist-info/RECORD +370 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +5 -5
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +20 -6
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250630.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
|
@@ -2,10 +2,11 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
5
6
|
import bpy.types
|
|
6
7
|
|
|
7
8
|
class BONE_PT_bActionConstraint(
|
|
8
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
9
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
9
10
|
):
|
|
10
11
|
bl_context: typing.Any
|
|
11
12
|
bl_label: typing.Any
|
|
@@ -36,7 +37,7 @@ class BONE_PT_bActionConstraint(
|
|
|
36
37
|
"""
|
|
37
38
|
|
|
38
39
|
class BONE_PT_bActionConstraint_action(
|
|
39
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
40
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
40
41
|
):
|
|
41
42
|
bl_context: typing.Any
|
|
42
43
|
bl_label: typing.Any
|
|
@@ -67,7 +68,7 @@ class BONE_PT_bActionConstraint_action(
|
|
|
67
68
|
"""
|
|
68
69
|
|
|
69
70
|
class BONE_PT_bActionConstraint_target(
|
|
70
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
71
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
71
72
|
):
|
|
72
73
|
bl_context: typing.Any
|
|
73
74
|
bl_label: typing.Any
|
|
@@ -98,7 +99,7 @@ class BONE_PT_bActionConstraint_target(
|
|
|
98
99
|
"""
|
|
99
100
|
|
|
100
101
|
class BONE_PT_bArmatureConstraint(
|
|
101
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
102
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
102
103
|
):
|
|
103
104
|
bl_context: typing.Any
|
|
104
105
|
bl_label: typing.Any
|
|
@@ -129,7 +130,7 @@ class BONE_PT_bArmatureConstraint(
|
|
|
129
130
|
"""
|
|
130
131
|
|
|
131
132
|
class BONE_PT_bArmatureConstraint_bones(
|
|
132
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
133
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
133
134
|
):
|
|
134
135
|
bl_context: typing.Any
|
|
135
136
|
bl_label: typing.Any
|
|
@@ -160,7 +161,7 @@ class BONE_PT_bArmatureConstraint_bones(
|
|
|
160
161
|
"""
|
|
161
162
|
|
|
162
163
|
class BONE_PT_bCameraSolverConstraint(
|
|
163
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
164
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
164
165
|
):
|
|
165
166
|
bl_context: typing.Any
|
|
166
167
|
bl_label: typing.Any
|
|
@@ -191,7 +192,7 @@ class BONE_PT_bCameraSolverConstraint(
|
|
|
191
192
|
"""
|
|
192
193
|
|
|
193
194
|
class BONE_PT_bChildOfConstraint(
|
|
194
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
195
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
195
196
|
):
|
|
196
197
|
bl_context: typing.Any
|
|
197
198
|
bl_label: typing.Any
|
|
@@ -222,7 +223,7 @@ class BONE_PT_bChildOfConstraint(
|
|
|
222
223
|
"""
|
|
223
224
|
|
|
224
225
|
class BONE_PT_bClampToConstraint(
|
|
225
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
226
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
226
227
|
):
|
|
227
228
|
bl_context: typing.Any
|
|
228
229
|
bl_label: typing.Any
|
|
@@ -253,7 +254,7 @@ class BONE_PT_bClampToConstraint(
|
|
|
253
254
|
"""
|
|
254
255
|
|
|
255
256
|
class BONE_PT_bDampTrackConstraint(
|
|
256
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
257
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
257
258
|
):
|
|
258
259
|
bl_context: typing.Any
|
|
259
260
|
bl_label: typing.Any
|
|
@@ -284,7 +285,7 @@ class BONE_PT_bDampTrackConstraint(
|
|
|
284
285
|
"""
|
|
285
286
|
|
|
286
287
|
class BONE_PT_bDistLimitConstraint(
|
|
287
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
288
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
288
289
|
):
|
|
289
290
|
bl_context: typing.Any
|
|
290
291
|
bl_label: typing.Any
|
|
@@ -315,7 +316,7 @@ class BONE_PT_bDistLimitConstraint(
|
|
|
315
316
|
"""
|
|
316
317
|
|
|
317
318
|
class BONE_PT_bFollowPathConstraint(
|
|
318
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
319
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
319
320
|
):
|
|
320
321
|
bl_context: typing.Any
|
|
321
322
|
bl_label: typing.Any
|
|
@@ -346,7 +347,7 @@ class BONE_PT_bFollowPathConstraint(
|
|
|
346
347
|
"""
|
|
347
348
|
|
|
348
349
|
class BONE_PT_bFollowTrackConstraint(
|
|
349
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
350
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
350
351
|
):
|
|
351
352
|
bl_context: typing.Any
|
|
352
353
|
bl_label: typing.Any
|
|
@@ -377,7 +378,7 @@ class BONE_PT_bFollowTrackConstraint(
|
|
|
377
378
|
"""
|
|
378
379
|
|
|
379
380
|
class BONE_PT_bKinematicConstraint(
|
|
380
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
381
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
381
382
|
):
|
|
382
383
|
bl_context: typing.Any
|
|
383
384
|
bl_label: typing.Any
|
|
@@ -408,7 +409,7 @@ class BONE_PT_bKinematicConstraint(
|
|
|
408
409
|
"""
|
|
409
410
|
|
|
410
411
|
class BONE_PT_bLocLimitConstraint(
|
|
411
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
412
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
412
413
|
):
|
|
413
414
|
bl_context: typing.Any
|
|
414
415
|
bl_label: typing.Any
|
|
@@ -439,7 +440,7 @@ class BONE_PT_bLocLimitConstraint(
|
|
|
439
440
|
"""
|
|
440
441
|
|
|
441
442
|
class BONE_PT_bLocateLikeConstraint(
|
|
442
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
443
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
443
444
|
):
|
|
444
445
|
bl_context: typing.Any
|
|
445
446
|
bl_label: typing.Any
|
|
@@ -470,7 +471,7 @@ class BONE_PT_bLocateLikeConstraint(
|
|
|
470
471
|
"""
|
|
471
472
|
|
|
472
473
|
class BONE_PT_bLockTrackConstraint(
|
|
473
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
474
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
474
475
|
):
|
|
475
476
|
bl_context: typing.Any
|
|
476
477
|
bl_label: typing.Any
|
|
@@ -501,7 +502,7 @@ class BONE_PT_bLockTrackConstraint(
|
|
|
501
502
|
"""
|
|
502
503
|
|
|
503
504
|
class BONE_PT_bMinMaxConstraint(
|
|
504
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
505
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
505
506
|
):
|
|
506
507
|
bl_context: typing.Any
|
|
507
508
|
bl_label: typing.Any
|
|
@@ -532,7 +533,7 @@ class BONE_PT_bMinMaxConstraint(
|
|
|
532
533
|
"""
|
|
533
534
|
|
|
534
535
|
class BONE_PT_bObjectSolverConstraint(
|
|
535
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
536
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
536
537
|
):
|
|
537
538
|
bl_context: typing.Any
|
|
538
539
|
bl_label: typing.Any
|
|
@@ -563,7 +564,7 @@ class BONE_PT_bObjectSolverConstraint(
|
|
|
563
564
|
"""
|
|
564
565
|
|
|
565
566
|
class BONE_PT_bPivotConstraint(
|
|
566
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
567
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
567
568
|
):
|
|
568
569
|
bl_context: typing.Any
|
|
569
570
|
bl_label: typing.Any
|
|
@@ -594,7 +595,7 @@ class BONE_PT_bPivotConstraint(
|
|
|
594
595
|
"""
|
|
595
596
|
|
|
596
597
|
class BONE_PT_bRotLimitConstraint(
|
|
597
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
598
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
598
599
|
):
|
|
599
600
|
bl_context: typing.Any
|
|
600
601
|
bl_label: typing.Any
|
|
@@ -625,7 +626,7 @@ class BONE_PT_bRotLimitConstraint(
|
|
|
625
626
|
"""
|
|
626
627
|
|
|
627
628
|
class BONE_PT_bRotateLikeConstraint(
|
|
628
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
629
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
629
630
|
):
|
|
630
631
|
bl_context: typing.Any
|
|
631
632
|
bl_label: typing.Any
|
|
@@ -656,7 +657,7 @@ class BONE_PT_bRotateLikeConstraint(
|
|
|
656
657
|
"""
|
|
657
658
|
|
|
658
659
|
class BONE_PT_bSameVolumeConstraint(
|
|
659
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
660
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
660
661
|
):
|
|
661
662
|
bl_context: typing.Any
|
|
662
663
|
bl_label: typing.Any
|
|
@@ -687,7 +688,7 @@ class BONE_PT_bSameVolumeConstraint(
|
|
|
687
688
|
"""
|
|
688
689
|
|
|
689
690
|
class BONE_PT_bShrinkwrapConstraint(
|
|
690
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
691
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
691
692
|
):
|
|
692
693
|
bl_context: typing.Any
|
|
693
694
|
bl_label: typing.Any
|
|
@@ -718,7 +719,7 @@ class BONE_PT_bShrinkwrapConstraint(
|
|
|
718
719
|
"""
|
|
719
720
|
|
|
720
721
|
class BONE_PT_bSizeLikeConstraint(
|
|
721
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
722
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
722
723
|
):
|
|
723
724
|
bl_context: typing.Any
|
|
724
725
|
bl_label: typing.Any
|
|
@@ -749,7 +750,7 @@ class BONE_PT_bSizeLikeConstraint(
|
|
|
749
750
|
"""
|
|
750
751
|
|
|
751
752
|
class BONE_PT_bSizeLimitConstraint(
|
|
752
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
753
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
753
754
|
):
|
|
754
755
|
bl_context: typing.Any
|
|
755
756
|
bl_label: typing.Any
|
|
@@ -780,7 +781,7 @@ class BONE_PT_bSizeLimitConstraint(
|
|
|
780
781
|
"""
|
|
781
782
|
|
|
782
783
|
class BONE_PT_bSplineIKConstraint(
|
|
783
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
784
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
784
785
|
):
|
|
785
786
|
bl_context: typing.Any
|
|
786
787
|
bl_label: typing.Any
|
|
@@ -811,7 +812,7 @@ class BONE_PT_bSplineIKConstraint(
|
|
|
811
812
|
"""
|
|
812
813
|
|
|
813
814
|
class BONE_PT_bSplineIKConstraint_chain_scaling(
|
|
814
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
815
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
815
816
|
):
|
|
816
817
|
bl_context: typing.Any
|
|
817
818
|
bl_label: typing.Any
|
|
@@ -842,7 +843,7 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
|
|
|
842
843
|
"""
|
|
843
844
|
|
|
844
845
|
class BONE_PT_bSplineIKConstraint_fitting(
|
|
845
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
846
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
846
847
|
):
|
|
847
848
|
bl_context: typing.Any
|
|
848
849
|
bl_label: typing.Any
|
|
@@ -873,7 +874,7 @@ class BONE_PT_bSplineIKConstraint_fitting(
|
|
|
873
874
|
"""
|
|
874
875
|
|
|
875
876
|
class BONE_PT_bStretchToConstraint(
|
|
876
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
877
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
877
878
|
):
|
|
878
879
|
bl_context: typing.Any
|
|
879
880
|
bl_label: typing.Any
|
|
@@ -904,7 +905,7 @@ class BONE_PT_bStretchToConstraint(
|
|
|
904
905
|
"""
|
|
905
906
|
|
|
906
907
|
class BONE_PT_bTrackToConstraint(
|
|
907
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
908
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
908
909
|
):
|
|
909
910
|
bl_context: typing.Any
|
|
910
911
|
bl_label: typing.Any
|
|
@@ -935,7 +936,7 @@ class BONE_PT_bTrackToConstraint(
|
|
|
935
936
|
"""
|
|
936
937
|
|
|
937
938
|
class BONE_PT_bTransLikeConstraint(
|
|
938
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
939
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
939
940
|
):
|
|
940
941
|
bl_context: typing.Any
|
|
941
942
|
bl_label: typing.Any
|
|
@@ -966,7 +967,7 @@ class BONE_PT_bTransLikeConstraint(
|
|
|
966
967
|
"""
|
|
967
968
|
|
|
968
969
|
class BONE_PT_bTransformCacheConstraint(
|
|
969
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
970
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
970
971
|
):
|
|
971
972
|
bl_context: typing.Any
|
|
972
973
|
bl_label: typing.Any
|
|
@@ -997,7 +998,7 @@ class BONE_PT_bTransformCacheConstraint(
|
|
|
997
998
|
"""
|
|
998
999
|
|
|
999
1000
|
class BONE_PT_bTransformCacheConstraint_layers(
|
|
1000
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
1001
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1001
1002
|
):
|
|
1002
1003
|
bl_context: typing.Any
|
|
1003
1004
|
bl_label: typing.Any
|
|
@@ -1028,7 +1029,7 @@ class BONE_PT_bTransformCacheConstraint_layers(
|
|
|
1028
1029
|
"""
|
|
1029
1030
|
|
|
1030
1031
|
class BONE_PT_bTransformCacheConstraint_procedural(
|
|
1031
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
1032
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1032
1033
|
):
|
|
1033
1034
|
bl_context: typing.Any
|
|
1034
1035
|
bl_label: typing.Any
|
|
@@ -1059,7 +1060,7 @@ class BONE_PT_bTransformCacheConstraint_procedural(
|
|
|
1059
1060
|
"""
|
|
1060
1061
|
|
|
1061
1062
|
class BONE_PT_bTransformCacheConstraint_time(
|
|
1062
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
1063
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1063
1064
|
):
|
|
1064
1065
|
bl_context: typing.Any
|
|
1065
1066
|
bl_label: typing.Any
|
|
@@ -1090,7 +1091,7 @@ class BONE_PT_bTransformCacheConstraint_time(
|
|
|
1090
1091
|
"""
|
|
1091
1092
|
|
|
1092
1093
|
class BONE_PT_bTransformCacheConstraint_velocity(
|
|
1093
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
1094
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1094
1095
|
):
|
|
1095
1096
|
bl_context: typing.Any
|
|
1096
1097
|
bl_label: typing.Any
|
|
@@ -1121,7 +1122,7 @@ class BONE_PT_bTransformCacheConstraint_velocity(
|
|
|
1121
1122
|
"""
|
|
1122
1123
|
|
|
1123
1124
|
class BONE_PT_bTransformConstraint(
|
|
1124
|
-
ConstraintButtonsPanel, BoneConstraintPanel,
|
|
1125
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1125
1126
|
):
|
|
1126
1127
|
bl_context: typing.Any
|
|
1127
1128
|
bl_label: typing.Any
|
|
@@ -1152,7 +1153,7 @@ class BONE_PT_bTransformConstraint(
|
|
|
1152
1153
|
"""
|
|
1153
1154
|
|
|
1154
1155
|
class BONE_PT_bTransformConstraint_from(
|
|
1155
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
1156
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1156
1157
|
):
|
|
1157
1158
|
bl_context: typing.Any
|
|
1158
1159
|
bl_label: typing.Any
|
|
@@ -1183,7 +1184,7 @@ class BONE_PT_bTransformConstraint_from(
|
|
|
1183
1184
|
"""
|
|
1184
1185
|
|
|
1185
1186
|
class BONE_PT_bTransformConstraint_to(
|
|
1186
|
-
ConstraintButtonsSubPanel, BoneConstraintPanel,
|
|
1187
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1187
1188
|
):
|
|
1188
1189
|
bl_context: typing.Any
|
|
1189
1190
|
bl_label: typing.Any
|
|
@@ -1213,7 +1214,7 @@ class BONE_PT_bTransformConstraint_to(
|
|
|
1213
1214
|
:param context:
|
|
1214
1215
|
"""
|
|
1215
1216
|
|
|
1216
|
-
class BONE_PT_constraints(BoneConstraintPanel,
|
|
1217
|
+
class BONE_PT_constraints(BoneConstraintPanel, _bpy_types.Panel):
|
|
1217
1218
|
bl_context: typing.Any
|
|
1218
1219
|
bl_label: typing.Any
|
|
1219
1220
|
bl_options: typing.Any
|
|
@@ -1551,7 +1552,7 @@ class ConstraintButtonsSubPanel:
|
|
|
1551
1552
|
"""
|
|
1552
1553
|
|
|
1553
1554
|
class OBJECT_PT_bActionConstraint(
|
|
1554
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1555
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1555
1556
|
):
|
|
1556
1557
|
bl_context: typing.Any
|
|
1557
1558
|
bl_label: typing.Any
|
|
@@ -1582,7 +1583,7 @@ class OBJECT_PT_bActionConstraint(
|
|
|
1582
1583
|
"""
|
|
1583
1584
|
|
|
1584
1585
|
class OBJECT_PT_bActionConstraint_action(
|
|
1585
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
1586
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1586
1587
|
):
|
|
1587
1588
|
bl_context: typing.Any
|
|
1588
1589
|
bl_label: typing.Any
|
|
@@ -1613,7 +1614,7 @@ class OBJECT_PT_bActionConstraint_action(
|
|
|
1613
1614
|
"""
|
|
1614
1615
|
|
|
1615
1616
|
class OBJECT_PT_bActionConstraint_target(
|
|
1616
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
1617
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1617
1618
|
):
|
|
1618
1619
|
bl_context: typing.Any
|
|
1619
1620
|
bl_label: typing.Any
|
|
@@ -1644,7 +1645,7 @@ class OBJECT_PT_bActionConstraint_target(
|
|
|
1644
1645
|
"""
|
|
1645
1646
|
|
|
1646
1647
|
class OBJECT_PT_bArmatureConstraint(
|
|
1647
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1648
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1648
1649
|
):
|
|
1649
1650
|
bl_context: typing.Any
|
|
1650
1651
|
bl_label: typing.Any
|
|
@@ -1675,7 +1676,7 @@ class OBJECT_PT_bArmatureConstraint(
|
|
|
1675
1676
|
"""
|
|
1676
1677
|
|
|
1677
1678
|
class OBJECT_PT_bArmatureConstraint_bones(
|
|
1678
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
1679
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1679
1680
|
):
|
|
1680
1681
|
bl_context: typing.Any
|
|
1681
1682
|
bl_label: typing.Any
|
|
@@ -1706,7 +1707,7 @@ class OBJECT_PT_bArmatureConstraint_bones(
|
|
|
1706
1707
|
"""
|
|
1707
1708
|
|
|
1708
1709
|
class OBJECT_PT_bCameraSolverConstraint(
|
|
1709
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1710
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1710
1711
|
):
|
|
1711
1712
|
bl_context: typing.Any
|
|
1712
1713
|
bl_label: typing.Any
|
|
@@ -1737,7 +1738,7 @@ class OBJECT_PT_bCameraSolverConstraint(
|
|
|
1737
1738
|
"""
|
|
1738
1739
|
|
|
1739
1740
|
class OBJECT_PT_bChildOfConstraint(
|
|
1740
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1741
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1741
1742
|
):
|
|
1742
1743
|
bl_context: typing.Any
|
|
1743
1744
|
bl_label: typing.Any
|
|
@@ -1768,7 +1769,7 @@ class OBJECT_PT_bChildOfConstraint(
|
|
|
1768
1769
|
"""
|
|
1769
1770
|
|
|
1770
1771
|
class OBJECT_PT_bClampToConstraint(
|
|
1771
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1772
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1772
1773
|
):
|
|
1773
1774
|
bl_context: typing.Any
|
|
1774
1775
|
bl_label: typing.Any
|
|
@@ -1799,7 +1800,7 @@ class OBJECT_PT_bClampToConstraint(
|
|
|
1799
1800
|
"""
|
|
1800
1801
|
|
|
1801
1802
|
class OBJECT_PT_bDampTrackConstraint(
|
|
1802
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1803
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1803
1804
|
):
|
|
1804
1805
|
bl_context: typing.Any
|
|
1805
1806
|
bl_label: typing.Any
|
|
@@ -1830,7 +1831,7 @@ class OBJECT_PT_bDampTrackConstraint(
|
|
|
1830
1831
|
"""
|
|
1831
1832
|
|
|
1832
1833
|
class OBJECT_PT_bDistLimitConstraint(
|
|
1833
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1834
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1834
1835
|
):
|
|
1835
1836
|
bl_context: typing.Any
|
|
1836
1837
|
bl_label: typing.Any
|
|
@@ -1861,7 +1862,7 @@ class OBJECT_PT_bDistLimitConstraint(
|
|
|
1861
1862
|
"""
|
|
1862
1863
|
|
|
1863
1864
|
class OBJECT_PT_bFollowPathConstraint(
|
|
1864
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1865
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1865
1866
|
):
|
|
1866
1867
|
bl_context: typing.Any
|
|
1867
1868
|
bl_label: typing.Any
|
|
@@ -1892,7 +1893,7 @@ class OBJECT_PT_bFollowPathConstraint(
|
|
|
1892
1893
|
"""
|
|
1893
1894
|
|
|
1894
1895
|
class OBJECT_PT_bFollowTrackConstraint(
|
|
1895
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1896
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1896
1897
|
):
|
|
1897
1898
|
bl_context: typing.Any
|
|
1898
1899
|
bl_label: typing.Any
|
|
@@ -1923,7 +1924,7 @@ class OBJECT_PT_bFollowTrackConstraint(
|
|
|
1923
1924
|
"""
|
|
1924
1925
|
|
|
1925
1926
|
class OBJECT_PT_bKinematicConstraint(
|
|
1926
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1927
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1927
1928
|
):
|
|
1928
1929
|
bl_context: typing.Any
|
|
1929
1930
|
bl_label: typing.Any
|
|
@@ -1954,7 +1955,7 @@ class OBJECT_PT_bKinematicConstraint(
|
|
|
1954
1955
|
"""
|
|
1955
1956
|
|
|
1956
1957
|
class OBJECT_PT_bLocLimitConstraint(
|
|
1957
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1958
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1958
1959
|
):
|
|
1959
1960
|
bl_context: typing.Any
|
|
1960
1961
|
bl_label: typing.Any
|
|
@@ -1985,7 +1986,7 @@ class OBJECT_PT_bLocLimitConstraint(
|
|
|
1985
1986
|
"""
|
|
1986
1987
|
|
|
1987
1988
|
class OBJECT_PT_bLocateLikeConstraint(
|
|
1988
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
1989
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1989
1990
|
):
|
|
1990
1991
|
bl_context: typing.Any
|
|
1991
1992
|
bl_label: typing.Any
|
|
@@ -2016,7 +2017,7 @@ class OBJECT_PT_bLocateLikeConstraint(
|
|
|
2016
2017
|
"""
|
|
2017
2018
|
|
|
2018
2019
|
class OBJECT_PT_bLockTrackConstraint(
|
|
2019
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2020
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2020
2021
|
):
|
|
2021
2022
|
bl_context: typing.Any
|
|
2022
2023
|
bl_label: typing.Any
|
|
@@ -2047,7 +2048,7 @@ class OBJECT_PT_bLockTrackConstraint(
|
|
|
2047
2048
|
"""
|
|
2048
2049
|
|
|
2049
2050
|
class OBJECT_PT_bMinMaxConstraint(
|
|
2050
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2051
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2051
2052
|
):
|
|
2052
2053
|
bl_context: typing.Any
|
|
2053
2054
|
bl_label: typing.Any
|
|
@@ -2078,7 +2079,7 @@ class OBJECT_PT_bMinMaxConstraint(
|
|
|
2078
2079
|
"""
|
|
2079
2080
|
|
|
2080
2081
|
class OBJECT_PT_bObjectSolverConstraint(
|
|
2081
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2082
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2082
2083
|
):
|
|
2083
2084
|
bl_context: typing.Any
|
|
2084
2085
|
bl_label: typing.Any
|
|
@@ -2109,7 +2110,7 @@ class OBJECT_PT_bObjectSolverConstraint(
|
|
|
2109
2110
|
"""
|
|
2110
2111
|
|
|
2111
2112
|
class OBJECT_PT_bPivotConstraint(
|
|
2112
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2113
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2113
2114
|
):
|
|
2114
2115
|
bl_context: typing.Any
|
|
2115
2116
|
bl_label: typing.Any
|
|
@@ -2140,7 +2141,7 @@ class OBJECT_PT_bPivotConstraint(
|
|
|
2140
2141
|
"""
|
|
2141
2142
|
|
|
2142
2143
|
class OBJECT_PT_bRotLimitConstraint(
|
|
2143
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2144
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2144
2145
|
):
|
|
2145
2146
|
bl_context: typing.Any
|
|
2146
2147
|
bl_label: typing.Any
|
|
@@ -2171,7 +2172,7 @@ class OBJECT_PT_bRotLimitConstraint(
|
|
|
2171
2172
|
"""
|
|
2172
2173
|
|
|
2173
2174
|
class OBJECT_PT_bRotateLikeConstraint(
|
|
2174
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2175
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2175
2176
|
):
|
|
2176
2177
|
bl_context: typing.Any
|
|
2177
2178
|
bl_label: typing.Any
|
|
@@ -2202,7 +2203,7 @@ class OBJECT_PT_bRotateLikeConstraint(
|
|
|
2202
2203
|
"""
|
|
2203
2204
|
|
|
2204
2205
|
class OBJECT_PT_bSameVolumeConstraint(
|
|
2205
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2206
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2206
2207
|
):
|
|
2207
2208
|
bl_context: typing.Any
|
|
2208
2209
|
bl_label: typing.Any
|
|
@@ -2233,7 +2234,7 @@ class OBJECT_PT_bSameVolumeConstraint(
|
|
|
2233
2234
|
"""
|
|
2234
2235
|
|
|
2235
2236
|
class OBJECT_PT_bShrinkwrapConstraint(
|
|
2236
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2237
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2237
2238
|
):
|
|
2238
2239
|
bl_context: typing.Any
|
|
2239
2240
|
bl_label: typing.Any
|
|
@@ -2264,7 +2265,7 @@ class OBJECT_PT_bShrinkwrapConstraint(
|
|
|
2264
2265
|
"""
|
|
2265
2266
|
|
|
2266
2267
|
class OBJECT_PT_bSizeLikeConstraint(
|
|
2267
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2268
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2268
2269
|
):
|
|
2269
2270
|
bl_context: typing.Any
|
|
2270
2271
|
bl_label: typing.Any
|
|
@@ -2295,7 +2296,7 @@ class OBJECT_PT_bSizeLikeConstraint(
|
|
|
2295
2296
|
"""
|
|
2296
2297
|
|
|
2297
2298
|
class OBJECT_PT_bSizeLimitConstraint(
|
|
2298
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2299
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2299
2300
|
):
|
|
2300
2301
|
bl_context: typing.Any
|
|
2301
2302
|
bl_label: typing.Any
|
|
@@ -2326,7 +2327,7 @@ class OBJECT_PT_bSizeLimitConstraint(
|
|
|
2326
2327
|
"""
|
|
2327
2328
|
|
|
2328
2329
|
class OBJECT_PT_bStretchToConstraint(
|
|
2329
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2330
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2330
2331
|
):
|
|
2331
2332
|
bl_context: typing.Any
|
|
2332
2333
|
bl_label: typing.Any
|
|
@@ -2357,7 +2358,7 @@ class OBJECT_PT_bStretchToConstraint(
|
|
|
2357
2358
|
"""
|
|
2358
2359
|
|
|
2359
2360
|
class OBJECT_PT_bTrackToConstraint(
|
|
2360
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2361
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2361
2362
|
):
|
|
2362
2363
|
bl_context: typing.Any
|
|
2363
2364
|
bl_label: typing.Any
|
|
@@ -2388,7 +2389,7 @@ class OBJECT_PT_bTrackToConstraint(
|
|
|
2388
2389
|
"""
|
|
2389
2390
|
|
|
2390
2391
|
class OBJECT_PT_bTransLikeConstraint(
|
|
2391
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2392
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2392
2393
|
):
|
|
2393
2394
|
bl_context: typing.Any
|
|
2394
2395
|
bl_label: typing.Any
|
|
@@ -2419,7 +2420,7 @@ class OBJECT_PT_bTransLikeConstraint(
|
|
|
2419
2420
|
"""
|
|
2420
2421
|
|
|
2421
2422
|
class OBJECT_PT_bTransformCacheConstraint(
|
|
2422
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2423
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2423
2424
|
):
|
|
2424
2425
|
bl_context: typing.Any
|
|
2425
2426
|
bl_label: typing.Any
|
|
@@ -2450,7 +2451,7 @@ class OBJECT_PT_bTransformCacheConstraint(
|
|
|
2450
2451
|
"""
|
|
2451
2452
|
|
|
2452
2453
|
class OBJECT_PT_bTransformCacheConstraint_layers(
|
|
2453
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
2454
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2454
2455
|
):
|
|
2455
2456
|
bl_context: typing.Any
|
|
2456
2457
|
bl_label: typing.Any
|
|
@@ -2481,7 +2482,7 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
|
|
|
2481
2482
|
"""
|
|
2482
2483
|
|
|
2483
2484
|
class OBJECT_PT_bTransformCacheConstraint_procedural(
|
|
2484
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
2485
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2485
2486
|
):
|
|
2486
2487
|
bl_context: typing.Any
|
|
2487
2488
|
bl_label: typing.Any
|
|
@@ -2512,7 +2513,7 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
|
|
|
2512
2513
|
"""
|
|
2513
2514
|
|
|
2514
2515
|
class OBJECT_PT_bTransformCacheConstraint_time(
|
|
2515
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
2516
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2516
2517
|
):
|
|
2517
2518
|
bl_context: typing.Any
|
|
2518
2519
|
bl_label: typing.Any
|
|
@@ -2543,7 +2544,7 @@ class OBJECT_PT_bTransformCacheConstraint_time(
|
|
|
2543
2544
|
"""
|
|
2544
2545
|
|
|
2545
2546
|
class OBJECT_PT_bTransformCacheConstraint_velocity(
|
|
2546
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
2547
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2547
2548
|
):
|
|
2548
2549
|
bl_context: typing.Any
|
|
2549
2550
|
bl_label: typing.Any
|
|
@@ -2574,7 +2575,7 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
|
|
|
2574
2575
|
"""
|
|
2575
2576
|
|
|
2576
2577
|
class OBJECT_PT_bTransformConstraint(
|
|
2577
|
-
ConstraintButtonsPanel, ObjectConstraintPanel,
|
|
2578
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2578
2579
|
):
|
|
2579
2580
|
bl_context: typing.Any
|
|
2580
2581
|
bl_label: typing.Any
|
|
@@ -2605,7 +2606,7 @@ class OBJECT_PT_bTransformConstraint(
|
|
|
2605
2606
|
"""
|
|
2606
2607
|
|
|
2607
2608
|
class OBJECT_PT_bTransformConstraint_destination(
|
|
2608
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
2609
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2609
2610
|
):
|
|
2610
2611
|
bl_context: typing.Any
|
|
2611
2612
|
bl_label: typing.Any
|
|
@@ -2636,7 +2637,7 @@ class OBJECT_PT_bTransformConstraint_destination(
|
|
|
2636
2637
|
"""
|
|
2637
2638
|
|
|
2638
2639
|
class OBJECT_PT_bTransformConstraint_source(
|
|
2639
|
-
ConstraintButtonsSubPanel, ObjectConstraintPanel,
|
|
2640
|
+
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2640
2641
|
):
|
|
2641
2642
|
bl_context: typing.Any
|
|
2642
2643
|
bl_label: typing.Any
|
|
@@ -2666,7 +2667,7 @@ class OBJECT_PT_bTransformConstraint_source(
|
|
|
2666
2667
|
:param context:
|
|
2667
2668
|
"""
|
|
2668
2669
|
|
|
2669
|
-
class OBJECT_PT_constraints(ObjectConstraintPanel,
|
|
2670
|
+
class OBJECT_PT_constraints(ObjectConstraintPanel, _bpy_types.Panel):
|
|
2670
2671
|
bl_context: typing.Any
|
|
2671
2672
|
bl_label: typing.Any
|
|
2672
2673
|
bl_options: typing.Any
|