fake-bpy-module 20250828__py3-none-any.whl → 20260119__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.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.dist-info}/WHEEL +0 -0
|
@@ -20,14 +20,12 @@ class BONE_PT_bActionConstraint(
|
|
|
20
20
|
"""
|
|
21
21
|
|
|
22
22
|
:return: The RNA type or default when not found.
|
|
23
|
-
:rtype: bpy.types.Struct
|
|
24
23
|
"""
|
|
25
24
|
|
|
26
25
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
27
26
|
"""
|
|
28
27
|
|
|
29
28
|
:return: The class or default when not found.
|
|
30
|
-
:rtype: typing.Any
|
|
31
29
|
"""
|
|
32
30
|
|
|
33
31
|
def draw(self, context) -> None:
|
|
@@ -51,14 +49,12 @@ class BONE_PT_bActionConstraint_action(
|
|
|
51
49
|
"""
|
|
52
50
|
|
|
53
51
|
:return: The RNA type or default when not found.
|
|
54
|
-
:rtype: bpy.types.Struct
|
|
55
52
|
"""
|
|
56
53
|
|
|
57
54
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
58
55
|
"""
|
|
59
56
|
|
|
60
57
|
:return: The class or default when not found.
|
|
61
|
-
:rtype: typing.Any
|
|
62
58
|
"""
|
|
63
59
|
|
|
64
60
|
def draw(self, context) -> None:
|
|
@@ -82,14 +78,12 @@ class BONE_PT_bActionConstraint_target(
|
|
|
82
78
|
"""
|
|
83
79
|
|
|
84
80
|
:return: The RNA type or default when not found.
|
|
85
|
-
:rtype: bpy.types.Struct
|
|
86
81
|
"""
|
|
87
82
|
|
|
88
83
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
89
84
|
"""
|
|
90
85
|
|
|
91
86
|
:return: The class or default when not found.
|
|
92
|
-
:rtype: typing.Any
|
|
93
87
|
"""
|
|
94
88
|
|
|
95
89
|
def draw(self, context) -> None:
|
|
@@ -113,14 +107,12 @@ class BONE_PT_bArmatureConstraint(
|
|
|
113
107
|
"""
|
|
114
108
|
|
|
115
109
|
:return: The RNA type or default when not found.
|
|
116
|
-
:rtype: bpy.types.Struct
|
|
117
110
|
"""
|
|
118
111
|
|
|
119
112
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
120
113
|
"""
|
|
121
114
|
|
|
122
115
|
:return: The class or default when not found.
|
|
123
|
-
:rtype: typing.Any
|
|
124
116
|
"""
|
|
125
117
|
|
|
126
118
|
def draw(self, context) -> None:
|
|
@@ -144,14 +136,12 @@ class BONE_PT_bArmatureConstraint_bones(
|
|
|
144
136
|
"""
|
|
145
137
|
|
|
146
138
|
:return: The RNA type or default when not found.
|
|
147
|
-
:rtype: bpy.types.Struct
|
|
148
139
|
"""
|
|
149
140
|
|
|
150
141
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
151
142
|
"""
|
|
152
143
|
|
|
153
144
|
:return: The class or default when not found.
|
|
154
|
-
:rtype: typing.Any
|
|
155
145
|
"""
|
|
156
146
|
|
|
157
147
|
def draw(self, context) -> None:
|
|
@@ -175,14 +165,12 @@ class BONE_PT_bCameraSolverConstraint(
|
|
|
175
165
|
"""
|
|
176
166
|
|
|
177
167
|
:return: The RNA type or default when not found.
|
|
178
|
-
:rtype: bpy.types.Struct
|
|
179
168
|
"""
|
|
180
169
|
|
|
181
170
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
182
171
|
"""
|
|
183
172
|
|
|
184
173
|
:return: The class or default when not found.
|
|
185
|
-
:rtype: typing.Any
|
|
186
174
|
"""
|
|
187
175
|
|
|
188
176
|
def draw(self, context) -> None:
|
|
@@ -206,14 +194,12 @@ class BONE_PT_bChildOfConstraint(
|
|
|
206
194
|
"""
|
|
207
195
|
|
|
208
196
|
:return: The RNA type or default when not found.
|
|
209
|
-
:rtype: bpy.types.Struct
|
|
210
197
|
"""
|
|
211
198
|
|
|
212
199
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
213
200
|
"""
|
|
214
201
|
|
|
215
202
|
:return: The class or default when not found.
|
|
216
|
-
:rtype: typing.Any
|
|
217
203
|
"""
|
|
218
204
|
|
|
219
205
|
def draw(self, context) -> None:
|
|
@@ -237,14 +223,12 @@ class BONE_PT_bClampToConstraint(
|
|
|
237
223
|
"""
|
|
238
224
|
|
|
239
225
|
:return: The RNA type or default when not found.
|
|
240
|
-
:rtype: bpy.types.Struct
|
|
241
226
|
"""
|
|
242
227
|
|
|
243
228
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
244
229
|
"""
|
|
245
230
|
|
|
246
231
|
:return: The class or default when not found.
|
|
247
|
-
:rtype: typing.Any
|
|
248
232
|
"""
|
|
249
233
|
|
|
250
234
|
def draw(self, context) -> None:
|
|
@@ -268,14 +252,12 @@ class BONE_PT_bDampTrackConstraint(
|
|
|
268
252
|
"""
|
|
269
253
|
|
|
270
254
|
:return: The RNA type or default when not found.
|
|
271
|
-
:rtype: bpy.types.Struct
|
|
272
255
|
"""
|
|
273
256
|
|
|
274
257
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
275
258
|
"""
|
|
276
259
|
|
|
277
260
|
:return: The class or default when not found.
|
|
278
|
-
:rtype: typing.Any
|
|
279
261
|
"""
|
|
280
262
|
|
|
281
263
|
def draw(self, context) -> None:
|
|
@@ -299,14 +281,12 @@ class BONE_PT_bDistLimitConstraint(
|
|
|
299
281
|
"""
|
|
300
282
|
|
|
301
283
|
:return: The RNA type or default when not found.
|
|
302
|
-
:rtype: bpy.types.Struct
|
|
303
284
|
"""
|
|
304
285
|
|
|
305
286
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
306
287
|
"""
|
|
307
288
|
|
|
308
289
|
:return: The class or default when not found.
|
|
309
|
-
:rtype: typing.Any
|
|
310
290
|
"""
|
|
311
291
|
|
|
312
292
|
def draw(self, context) -> None:
|
|
@@ -330,14 +310,12 @@ class BONE_PT_bFollowPathConstraint(
|
|
|
330
310
|
"""
|
|
331
311
|
|
|
332
312
|
:return: The RNA type or default when not found.
|
|
333
|
-
:rtype: bpy.types.Struct
|
|
334
313
|
"""
|
|
335
314
|
|
|
336
315
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
337
316
|
"""
|
|
338
317
|
|
|
339
318
|
:return: The class or default when not found.
|
|
340
|
-
:rtype: typing.Any
|
|
341
319
|
"""
|
|
342
320
|
|
|
343
321
|
def draw(self, context) -> None:
|
|
@@ -361,14 +339,12 @@ class BONE_PT_bFollowTrackConstraint(
|
|
|
361
339
|
"""
|
|
362
340
|
|
|
363
341
|
:return: The RNA type or default when not found.
|
|
364
|
-
:rtype: bpy.types.Struct
|
|
365
342
|
"""
|
|
366
343
|
|
|
367
344
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
368
345
|
"""
|
|
369
346
|
|
|
370
347
|
:return: The class or default when not found.
|
|
371
|
-
:rtype: typing.Any
|
|
372
348
|
"""
|
|
373
349
|
|
|
374
350
|
def draw(self, context) -> None:
|
|
@@ -377,7 +353,7 @@ class BONE_PT_bFollowTrackConstraint(
|
|
|
377
353
|
:param context:
|
|
378
354
|
"""
|
|
379
355
|
|
|
380
|
-
class
|
|
356
|
+
class BONE_PT_bGeometryAttributeConstraint(
|
|
381
357
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
382
358
|
):
|
|
383
359
|
bl_context: typing.Any
|
|
@@ -392,14 +368,12 @@ class BONE_PT_bKinematicConstraint(
|
|
|
392
368
|
"""
|
|
393
369
|
|
|
394
370
|
:return: The RNA type or default when not found.
|
|
395
|
-
:rtype: bpy.types.Struct
|
|
396
371
|
"""
|
|
397
372
|
|
|
398
373
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
399
374
|
"""
|
|
400
375
|
|
|
401
376
|
:return: The class or default when not found.
|
|
402
|
-
:rtype: typing.Any
|
|
403
377
|
"""
|
|
404
378
|
|
|
405
379
|
def draw(self, context) -> None:
|
|
@@ -408,7 +382,7 @@ class BONE_PT_bKinematicConstraint(
|
|
|
408
382
|
:param context:
|
|
409
383
|
"""
|
|
410
384
|
|
|
411
|
-
class
|
|
385
|
+
class BONE_PT_bKinematicConstraint(
|
|
412
386
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
413
387
|
):
|
|
414
388
|
bl_context: typing.Any
|
|
@@ -423,14 +397,12 @@ class BONE_PT_bLocLimitConstraint(
|
|
|
423
397
|
"""
|
|
424
398
|
|
|
425
399
|
:return: The RNA type or default when not found.
|
|
426
|
-
:rtype: bpy.types.Struct
|
|
427
400
|
"""
|
|
428
401
|
|
|
429
402
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
430
403
|
"""
|
|
431
404
|
|
|
432
405
|
:return: The class or default when not found.
|
|
433
|
-
:rtype: typing.Any
|
|
434
406
|
"""
|
|
435
407
|
|
|
436
408
|
def draw(self, context) -> None:
|
|
@@ -439,7 +411,7 @@ class BONE_PT_bLocLimitConstraint(
|
|
|
439
411
|
:param context:
|
|
440
412
|
"""
|
|
441
413
|
|
|
442
|
-
class
|
|
414
|
+
class BONE_PT_bLocLimitConstraint(
|
|
443
415
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
444
416
|
):
|
|
445
417
|
bl_context: typing.Any
|
|
@@ -454,14 +426,12 @@ class BONE_PT_bLocateLikeConstraint(
|
|
|
454
426
|
"""
|
|
455
427
|
|
|
456
428
|
:return: The RNA type or default when not found.
|
|
457
|
-
:rtype: bpy.types.Struct
|
|
458
429
|
"""
|
|
459
430
|
|
|
460
431
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
461
432
|
"""
|
|
462
433
|
|
|
463
434
|
:return: The class or default when not found.
|
|
464
|
-
:rtype: typing.Any
|
|
465
435
|
"""
|
|
466
436
|
|
|
467
437
|
def draw(self, context) -> None:
|
|
@@ -470,7 +440,7 @@ class BONE_PT_bLocateLikeConstraint(
|
|
|
470
440
|
:param context:
|
|
471
441
|
"""
|
|
472
442
|
|
|
473
|
-
class
|
|
443
|
+
class BONE_PT_bLocateLikeConstraint(
|
|
474
444
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
475
445
|
):
|
|
476
446
|
bl_context: typing.Any
|
|
@@ -485,14 +455,12 @@ class BONE_PT_bLockTrackConstraint(
|
|
|
485
455
|
"""
|
|
486
456
|
|
|
487
457
|
:return: The RNA type or default when not found.
|
|
488
|
-
:rtype: bpy.types.Struct
|
|
489
458
|
"""
|
|
490
459
|
|
|
491
460
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
492
461
|
"""
|
|
493
462
|
|
|
494
463
|
:return: The class or default when not found.
|
|
495
|
-
:rtype: typing.Any
|
|
496
464
|
"""
|
|
497
465
|
|
|
498
466
|
def draw(self, context) -> None:
|
|
@@ -501,7 +469,7 @@ class BONE_PT_bLockTrackConstraint(
|
|
|
501
469
|
:param context:
|
|
502
470
|
"""
|
|
503
471
|
|
|
504
|
-
class
|
|
472
|
+
class BONE_PT_bLockTrackConstraint(
|
|
505
473
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
506
474
|
):
|
|
507
475
|
bl_context: typing.Any
|
|
@@ -516,14 +484,12 @@ class BONE_PT_bMinMaxConstraint(
|
|
|
516
484
|
"""
|
|
517
485
|
|
|
518
486
|
:return: The RNA type or default when not found.
|
|
519
|
-
:rtype: bpy.types.Struct
|
|
520
487
|
"""
|
|
521
488
|
|
|
522
489
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
523
490
|
"""
|
|
524
491
|
|
|
525
492
|
:return: The class or default when not found.
|
|
526
|
-
:rtype: typing.Any
|
|
527
493
|
"""
|
|
528
494
|
|
|
529
495
|
def draw(self, context) -> None:
|
|
@@ -532,7 +498,7 @@ class BONE_PT_bMinMaxConstraint(
|
|
|
532
498
|
:param context:
|
|
533
499
|
"""
|
|
534
500
|
|
|
535
|
-
class
|
|
501
|
+
class BONE_PT_bMinMaxConstraint(
|
|
536
502
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
537
503
|
):
|
|
538
504
|
bl_context: typing.Any
|
|
@@ -547,14 +513,12 @@ class BONE_PT_bObjectSolverConstraint(
|
|
|
547
513
|
"""
|
|
548
514
|
|
|
549
515
|
:return: The RNA type or default when not found.
|
|
550
|
-
:rtype: bpy.types.Struct
|
|
551
516
|
"""
|
|
552
517
|
|
|
553
518
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
554
519
|
"""
|
|
555
520
|
|
|
556
521
|
:return: The class or default when not found.
|
|
557
|
-
:rtype: typing.Any
|
|
558
522
|
"""
|
|
559
523
|
|
|
560
524
|
def draw(self, context) -> None:
|
|
@@ -563,7 +527,7 @@ class BONE_PT_bObjectSolverConstraint(
|
|
|
563
527
|
:param context:
|
|
564
528
|
"""
|
|
565
529
|
|
|
566
|
-
class
|
|
530
|
+
class BONE_PT_bObjectSolverConstraint(
|
|
567
531
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
568
532
|
):
|
|
569
533
|
bl_context: typing.Any
|
|
@@ -578,14 +542,12 @@ class BONE_PT_bPivotConstraint(
|
|
|
578
542
|
"""
|
|
579
543
|
|
|
580
544
|
:return: The RNA type or default when not found.
|
|
581
|
-
:rtype: bpy.types.Struct
|
|
582
545
|
"""
|
|
583
546
|
|
|
584
547
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
585
548
|
"""
|
|
586
549
|
|
|
587
550
|
:return: The class or default when not found.
|
|
588
|
-
:rtype: typing.Any
|
|
589
551
|
"""
|
|
590
552
|
|
|
591
553
|
def draw(self, context) -> None:
|
|
@@ -594,7 +556,7 @@ class BONE_PT_bPivotConstraint(
|
|
|
594
556
|
:param context:
|
|
595
557
|
"""
|
|
596
558
|
|
|
597
|
-
class
|
|
559
|
+
class BONE_PT_bPivotConstraint(
|
|
598
560
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
599
561
|
):
|
|
600
562
|
bl_context: typing.Any
|
|
@@ -609,14 +571,12 @@ class BONE_PT_bRotLimitConstraint(
|
|
|
609
571
|
"""
|
|
610
572
|
|
|
611
573
|
:return: The RNA type or default when not found.
|
|
612
|
-
:rtype: bpy.types.Struct
|
|
613
574
|
"""
|
|
614
575
|
|
|
615
576
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
616
577
|
"""
|
|
617
578
|
|
|
618
579
|
:return: The class or default when not found.
|
|
619
|
-
:rtype: typing.Any
|
|
620
580
|
"""
|
|
621
581
|
|
|
622
582
|
def draw(self, context) -> None:
|
|
@@ -625,7 +585,7 @@ class BONE_PT_bRotLimitConstraint(
|
|
|
625
585
|
:param context:
|
|
626
586
|
"""
|
|
627
587
|
|
|
628
|
-
class
|
|
588
|
+
class BONE_PT_bRotLimitConstraint(
|
|
629
589
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
630
590
|
):
|
|
631
591
|
bl_context: typing.Any
|
|
@@ -640,14 +600,12 @@ class BONE_PT_bRotateLikeConstraint(
|
|
|
640
600
|
"""
|
|
641
601
|
|
|
642
602
|
:return: The RNA type or default when not found.
|
|
643
|
-
:rtype: bpy.types.Struct
|
|
644
603
|
"""
|
|
645
604
|
|
|
646
605
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
647
606
|
"""
|
|
648
607
|
|
|
649
608
|
:return: The class or default when not found.
|
|
650
|
-
:rtype: typing.Any
|
|
651
609
|
"""
|
|
652
610
|
|
|
653
611
|
def draw(self, context) -> None:
|
|
@@ -656,7 +614,7 @@ class BONE_PT_bRotateLikeConstraint(
|
|
|
656
614
|
:param context:
|
|
657
615
|
"""
|
|
658
616
|
|
|
659
|
-
class
|
|
617
|
+
class BONE_PT_bRotateLikeConstraint(
|
|
660
618
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
661
619
|
):
|
|
662
620
|
bl_context: typing.Any
|
|
@@ -671,14 +629,12 @@ class BONE_PT_bSameVolumeConstraint(
|
|
|
671
629
|
"""
|
|
672
630
|
|
|
673
631
|
:return: The RNA type or default when not found.
|
|
674
|
-
:rtype: bpy.types.Struct
|
|
675
632
|
"""
|
|
676
633
|
|
|
677
634
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
678
635
|
"""
|
|
679
636
|
|
|
680
637
|
:return: The class or default when not found.
|
|
681
|
-
:rtype: typing.Any
|
|
682
638
|
"""
|
|
683
639
|
|
|
684
640
|
def draw(self, context) -> None:
|
|
@@ -687,7 +643,7 @@ class BONE_PT_bSameVolumeConstraint(
|
|
|
687
643
|
:param context:
|
|
688
644
|
"""
|
|
689
645
|
|
|
690
|
-
class
|
|
646
|
+
class BONE_PT_bSameVolumeConstraint(
|
|
691
647
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
692
648
|
):
|
|
693
649
|
bl_context: typing.Any
|
|
@@ -702,14 +658,12 @@ class BONE_PT_bShrinkwrapConstraint(
|
|
|
702
658
|
"""
|
|
703
659
|
|
|
704
660
|
:return: The RNA type or default when not found.
|
|
705
|
-
:rtype: bpy.types.Struct
|
|
706
661
|
"""
|
|
707
662
|
|
|
708
663
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
709
664
|
"""
|
|
710
665
|
|
|
711
666
|
:return: The class or default when not found.
|
|
712
|
-
:rtype: typing.Any
|
|
713
667
|
"""
|
|
714
668
|
|
|
715
669
|
def draw(self, context) -> None:
|
|
@@ -718,7 +672,7 @@ class BONE_PT_bShrinkwrapConstraint(
|
|
|
718
672
|
:param context:
|
|
719
673
|
"""
|
|
720
674
|
|
|
721
|
-
class
|
|
675
|
+
class BONE_PT_bShrinkwrapConstraint(
|
|
722
676
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
723
677
|
):
|
|
724
678
|
bl_context: typing.Any
|
|
@@ -733,14 +687,12 @@ class BONE_PT_bSizeLikeConstraint(
|
|
|
733
687
|
"""
|
|
734
688
|
|
|
735
689
|
:return: The RNA type or default when not found.
|
|
736
|
-
:rtype: bpy.types.Struct
|
|
737
690
|
"""
|
|
738
691
|
|
|
739
692
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
740
693
|
"""
|
|
741
694
|
|
|
742
695
|
:return: The class or default when not found.
|
|
743
|
-
:rtype: typing.Any
|
|
744
696
|
"""
|
|
745
697
|
|
|
746
698
|
def draw(self, context) -> None:
|
|
@@ -749,7 +701,7 @@ class BONE_PT_bSizeLikeConstraint(
|
|
|
749
701
|
:param context:
|
|
750
702
|
"""
|
|
751
703
|
|
|
752
|
-
class
|
|
704
|
+
class BONE_PT_bSizeLikeConstraint(
|
|
753
705
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
754
706
|
):
|
|
755
707
|
bl_context: typing.Any
|
|
@@ -764,14 +716,12 @@ class BONE_PT_bSizeLimitConstraint(
|
|
|
764
716
|
"""
|
|
765
717
|
|
|
766
718
|
:return: The RNA type or default when not found.
|
|
767
|
-
:rtype: bpy.types.Struct
|
|
768
719
|
"""
|
|
769
720
|
|
|
770
721
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
771
722
|
"""
|
|
772
723
|
|
|
773
724
|
:return: The class or default when not found.
|
|
774
|
-
:rtype: typing.Any
|
|
775
725
|
"""
|
|
776
726
|
|
|
777
727
|
def draw(self, context) -> None:
|
|
@@ -780,7 +730,7 @@ class BONE_PT_bSizeLimitConstraint(
|
|
|
780
730
|
:param context:
|
|
781
731
|
"""
|
|
782
732
|
|
|
783
|
-
class
|
|
733
|
+
class BONE_PT_bSizeLimitConstraint(
|
|
784
734
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
785
735
|
):
|
|
786
736
|
bl_context: typing.Any
|
|
@@ -795,14 +745,12 @@ class BONE_PT_bSplineIKConstraint(
|
|
|
795
745
|
"""
|
|
796
746
|
|
|
797
747
|
:return: The RNA type or default when not found.
|
|
798
|
-
:rtype: bpy.types.Struct
|
|
799
748
|
"""
|
|
800
749
|
|
|
801
750
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
802
751
|
"""
|
|
803
752
|
|
|
804
753
|
:return: The class or default when not found.
|
|
805
|
-
:rtype: typing.Any
|
|
806
754
|
"""
|
|
807
755
|
|
|
808
756
|
def draw(self, context) -> None:
|
|
@@ -811,12 +759,12 @@ class BONE_PT_bSplineIKConstraint(
|
|
|
811
759
|
:param context:
|
|
812
760
|
"""
|
|
813
761
|
|
|
814
|
-
class
|
|
815
|
-
|
|
762
|
+
class BONE_PT_bSplineIKConstraint(
|
|
763
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
816
764
|
):
|
|
817
765
|
bl_context: typing.Any
|
|
818
766
|
bl_label: typing.Any
|
|
819
|
-
|
|
767
|
+
bl_options: typing.Any
|
|
820
768
|
bl_region_type: typing.Any
|
|
821
769
|
bl_rna: typing.Any
|
|
822
770
|
bl_space_type: typing.Any
|
|
@@ -826,14 +774,12 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
|
|
|
826
774
|
"""
|
|
827
775
|
|
|
828
776
|
:return: The RNA type or default when not found.
|
|
829
|
-
:rtype: bpy.types.Struct
|
|
830
777
|
"""
|
|
831
778
|
|
|
832
779
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
833
780
|
"""
|
|
834
781
|
|
|
835
782
|
:return: The class or default when not found.
|
|
836
|
-
:rtype: typing.Any
|
|
837
783
|
"""
|
|
838
784
|
|
|
839
785
|
def draw(self, context) -> None:
|
|
@@ -842,7 +788,7 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
|
|
|
842
788
|
:param context:
|
|
843
789
|
"""
|
|
844
790
|
|
|
845
|
-
class
|
|
791
|
+
class BONE_PT_bSplineIKConstraint_chain_scaling(
|
|
846
792
|
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
847
793
|
):
|
|
848
794
|
bl_context: typing.Any
|
|
@@ -857,14 +803,12 @@ class BONE_PT_bSplineIKConstraint_fitting(
|
|
|
857
803
|
"""
|
|
858
804
|
|
|
859
805
|
:return: The RNA type or default when not found.
|
|
860
|
-
:rtype: bpy.types.Struct
|
|
861
806
|
"""
|
|
862
807
|
|
|
863
808
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
864
809
|
"""
|
|
865
810
|
|
|
866
811
|
:return: The class or default when not found.
|
|
867
|
-
:rtype: typing.Any
|
|
868
812
|
"""
|
|
869
813
|
|
|
870
814
|
def draw(self, context) -> None:
|
|
@@ -873,12 +817,12 @@ class BONE_PT_bSplineIKConstraint_fitting(
|
|
|
873
817
|
:param context:
|
|
874
818
|
"""
|
|
875
819
|
|
|
876
|
-
class
|
|
877
|
-
|
|
820
|
+
class BONE_PT_bSplineIKConstraint_fitting(
|
|
821
|
+
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
878
822
|
):
|
|
879
823
|
bl_context: typing.Any
|
|
880
824
|
bl_label: typing.Any
|
|
881
|
-
|
|
825
|
+
bl_parent_id: typing.Any
|
|
882
826
|
bl_region_type: typing.Any
|
|
883
827
|
bl_rna: typing.Any
|
|
884
828
|
bl_space_type: typing.Any
|
|
@@ -888,14 +832,12 @@ class BONE_PT_bStretchToConstraint(
|
|
|
888
832
|
"""
|
|
889
833
|
|
|
890
834
|
:return: The RNA type or default when not found.
|
|
891
|
-
:rtype: bpy.types.Struct
|
|
892
835
|
"""
|
|
893
836
|
|
|
894
837
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
895
838
|
"""
|
|
896
839
|
|
|
897
840
|
:return: The class or default when not found.
|
|
898
|
-
:rtype: typing.Any
|
|
899
841
|
"""
|
|
900
842
|
|
|
901
843
|
def draw(self, context) -> None:
|
|
@@ -904,7 +846,7 @@ class BONE_PT_bStretchToConstraint(
|
|
|
904
846
|
:param context:
|
|
905
847
|
"""
|
|
906
848
|
|
|
907
|
-
class
|
|
849
|
+
class BONE_PT_bStretchToConstraint(
|
|
908
850
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
909
851
|
):
|
|
910
852
|
bl_context: typing.Any
|
|
@@ -919,14 +861,12 @@ class BONE_PT_bTrackToConstraint(
|
|
|
919
861
|
"""
|
|
920
862
|
|
|
921
863
|
:return: The RNA type or default when not found.
|
|
922
|
-
:rtype: bpy.types.Struct
|
|
923
864
|
"""
|
|
924
865
|
|
|
925
866
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
926
867
|
"""
|
|
927
868
|
|
|
928
869
|
:return: The class or default when not found.
|
|
929
|
-
:rtype: typing.Any
|
|
930
870
|
"""
|
|
931
871
|
|
|
932
872
|
def draw(self, context) -> None:
|
|
@@ -935,7 +875,7 @@ class BONE_PT_bTrackToConstraint(
|
|
|
935
875
|
:param context:
|
|
936
876
|
"""
|
|
937
877
|
|
|
938
|
-
class
|
|
878
|
+
class BONE_PT_bTrackToConstraint(
|
|
939
879
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
940
880
|
):
|
|
941
881
|
bl_context: typing.Any
|
|
@@ -950,14 +890,12 @@ class BONE_PT_bTransLikeConstraint(
|
|
|
950
890
|
"""
|
|
951
891
|
|
|
952
892
|
:return: The RNA type or default when not found.
|
|
953
|
-
:rtype: bpy.types.Struct
|
|
954
893
|
"""
|
|
955
894
|
|
|
956
895
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
957
896
|
"""
|
|
958
897
|
|
|
959
898
|
:return: The class or default when not found.
|
|
960
|
-
:rtype: typing.Any
|
|
961
899
|
"""
|
|
962
900
|
|
|
963
901
|
def draw(self, context) -> None:
|
|
@@ -966,7 +904,7 @@ class BONE_PT_bTransLikeConstraint(
|
|
|
966
904
|
:param context:
|
|
967
905
|
"""
|
|
968
906
|
|
|
969
|
-
class
|
|
907
|
+
class BONE_PT_bTransLikeConstraint(
|
|
970
908
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
971
909
|
):
|
|
972
910
|
bl_context: typing.Any
|
|
@@ -981,14 +919,12 @@ class BONE_PT_bTransformCacheConstraint(
|
|
|
981
919
|
"""
|
|
982
920
|
|
|
983
921
|
:return: The RNA type or default when not found.
|
|
984
|
-
:rtype: bpy.types.Struct
|
|
985
922
|
"""
|
|
986
923
|
|
|
987
924
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
988
925
|
"""
|
|
989
926
|
|
|
990
927
|
:return: The class or default when not found.
|
|
991
|
-
:rtype: typing.Any
|
|
992
928
|
"""
|
|
993
929
|
|
|
994
930
|
def draw(self, context) -> None:
|
|
@@ -997,12 +933,12 @@ class BONE_PT_bTransformCacheConstraint(
|
|
|
997
933
|
:param context:
|
|
998
934
|
"""
|
|
999
935
|
|
|
1000
|
-
class
|
|
1001
|
-
|
|
936
|
+
class BONE_PT_bTransformCacheConstraint(
|
|
937
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1002
938
|
):
|
|
1003
939
|
bl_context: typing.Any
|
|
1004
940
|
bl_label: typing.Any
|
|
1005
|
-
|
|
941
|
+
bl_options: typing.Any
|
|
1006
942
|
bl_region_type: typing.Any
|
|
1007
943
|
bl_rna: typing.Any
|
|
1008
944
|
bl_space_type: typing.Any
|
|
@@ -1012,14 +948,12 @@ class BONE_PT_bTransformCacheConstraint_layers(
|
|
|
1012
948
|
"""
|
|
1013
949
|
|
|
1014
950
|
:return: The RNA type or default when not found.
|
|
1015
|
-
:rtype: bpy.types.Struct
|
|
1016
951
|
"""
|
|
1017
952
|
|
|
1018
953
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1019
954
|
"""
|
|
1020
955
|
|
|
1021
956
|
:return: The class or default when not found.
|
|
1022
|
-
:rtype: typing.Any
|
|
1023
957
|
"""
|
|
1024
958
|
|
|
1025
959
|
def draw(self, context) -> None:
|
|
@@ -1028,7 +962,7 @@ class BONE_PT_bTransformCacheConstraint_layers(
|
|
|
1028
962
|
:param context:
|
|
1029
963
|
"""
|
|
1030
964
|
|
|
1031
|
-
class
|
|
965
|
+
class BONE_PT_bTransformCacheConstraint_layers(
|
|
1032
966
|
ConstraintButtonsSubPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
1033
967
|
):
|
|
1034
968
|
bl_context: typing.Any
|
|
@@ -1043,14 +977,12 @@ class BONE_PT_bTransformCacheConstraint_procedural(
|
|
|
1043
977
|
"""
|
|
1044
978
|
|
|
1045
979
|
:return: The RNA type or default when not found.
|
|
1046
|
-
:rtype: bpy.types.Struct
|
|
1047
980
|
"""
|
|
1048
981
|
|
|
1049
982
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1050
983
|
"""
|
|
1051
984
|
|
|
1052
985
|
:return: The class or default when not found.
|
|
1053
|
-
:rtype: typing.Any
|
|
1054
986
|
"""
|
|
1055
987
|
|
|
1056
988
|
def draw(self, context) -> None:
|
|
@@ -1074,14 +1006,12 @@ class BONE_PT_bTransformCacheConstraint_time(
|
|
|
1074
1006
|
"""
|
|
1075
1007
|
|
|
1076
1008
|
:return: The RNA type or default when not found.
|
|
1077
|
-
:rtype: bpy.types.Struct
|
|
1078
1009
|
"""
|
|
1079
1010
|
|
|
1080
1011
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1081
1012
|
"""
|
|
1082
1013
|
|
|
1083
1014
|
:return: The class or default when not found.
|
|
1084
|
-
:rtype: typing.Any
|
|
1085
1015
|
"""
|
|
1086
1016
|
|
|
1087
1017
|
def draw(self, context) -> None:
|
|
@@ -1105,14 +1035,12 @@ class BONE_PT_bTransformCacheConstraint_velocity(
|
|
|
1105
1035
|
"""
|
|
1106
1036
|
|
|
1107
1037
|
:return: The RNA type or default when not found.
|
|
1108
|
-
:rtype: bpy.types.Struct
|
|
1109
1038
|
"""
|
|
1110
1039
|
|
|
1111
1040
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1112
1041
|
"""
|
|
1113
1042
|
|
|
1114
1043
|
:return: The class or default when not found.
|
|
1115
|
-
:rtype: typing.Any
|
|
1116
1044
|
"""
|
|
1117
1045
|
|
|
1118
1046
|
def draw(self, context) -> None:
|
|
@@ -1136,14 +1064,12 @@ class BONE_PT_bTransformConstraint(
|
|
|
1136
1064
|
"""
|
|
1137
1065
|
|
|
1138
1066
|
:return: The RNA type or default when not found.
|
|
1139
|
-
:rtype: bpy.types.Struct
|
|
1140
1067
|
"""
|
|
1141
1068
|
|
|
1142
1069
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1143
1070
|
"""
|
|
1144
1071
|
|
|
1145
1072
|
:return: The class or default when not found.
|
|
1146
|
-
:rtype: typing.Any
|
|
1147
1073
|
"""
|
|
1148
1074
|
|
|
1149
1075
|
def draw(self, context) -> None:
|
|
@@ -1167,14 +1093,12 @@ class BONE_PT_bTransformConstraint_from(
|
|
|
1167
1093
|
"""
|
|
1168
1094
|
|
|
1169
1095
|
:return: The RNA type or default when not found.
|
|
1170
|
-
:rtype: bpy.types.Struct
|
|
1171
1096
|
"""
|
|
1172
1097
|
|
|
1173
1098
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1174
1099
|
"""
|
|
1175
1100
|
|
|
1176
1101
|
:return: The class or default when not found.
|
|
1177
|
-
:rtype: typing.Any
|
|
1178
1102
|
"""
|
|
1179
1103
|
|
|
1180
1104
|
def draw(self, context) -> None:
|
|
@@ -1198,14 +1122,12 @@ class BONE_PT_bTransformConstraint_to(
|
|
|
1198
1122
|
"""
|
|
1199
1123
|
|
|
1200
1124
|
:return: The RNA type or default when not found.
|
|
1201
|
-
:rtype: bpy.types.Struct
|
|
1202
1125
|
"""
|
|
1203
1126
|
|
|
1204
1127
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1205
1128
|
"""
|
|
1206
1129
|
|
|
1207
1130
|
:return: The class or default when not found.
|
|
1208
|
-
:rtype: typing.Any
|
|
1209
1131
|
"""
|
|
1210
1132
|
|
|
1211
1133
|
def draw(self, context) -> None:
|
|
@@ -1227,14 +1149,12 @@ class BONE_PT_constraints(BoneConstraintPanel, _bpy_types.Panel):
|
|
|
1227
1149
|
"""
|
|
1228
1150
|
|
|
1229
1151
|
:return: The RNA type or default when not found.
|
|
1230
|
-
:rtype: bpy.types.Struct
|
|
1231
1152
|
"""
|
|
1232
1153
|
|
|
1233
1154
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1234
1155
|
"""
|
|
1235
1156
|
|
|
1236
1157
|
:return: The class or default when not found.
|
|
1237
|
-
:rtype: typing.Any
|
|
1238
1158
|
"""
|
|
1239
1159
|
|
|
1240
1160
|
def draw(self, _context) -> None:
|
|
@@ -1313,6 +1233,12 @@ class ConstraintButtonsPanel:
|
|
|
1313
1233
|
:param context:
|
|
1314
1234
|
"""
|
|
1315
1235
|
|
|
1236
|
+
def draw_geometry_attribute(self, context) -> None:
|
|
1237
|
+
"""
|
|
1238
|
+
|
|
1239
|
+
:param context:
|
|
1240
|
+
"""
|
|
1241
|
+
|
|
1316
1242
|
def draw_header(self, context) -> None:
|
|
1317
1243
|
"""
|
|
1318
1244
|
|
|
@@ -1508,12 +1434,6 @@ class ConstraintButtonsSubPanel:
|
|
|
1508
1434
|
:param context:
|
|
1509
1435
|
"""
|
|
1510
1436
|
|
|
1511
|
-
def draw_transform_cache_procedural(self, context) -> None:
|
|
1512
|
-
"""
|
|
1513
|
-
|
|
1514
|
-
:param context:
|
|
1515
|
-
"""
|
|
1516
|
-
|
|
1517
1437
|
def draw_transform_cache_subpanel(self, context, template_func) -> None:
|
|
1518
1438
|
"""
|
|
1519
1439
|
|
|
@@ -1566,14 +1486,12 @@ class OBJECT_PT_bActionConstraint(
|
|
|
1566
1486
|
"""
|
|
1567
1487
|
|
|
1568
1488
|
:return: The RNA type or default when not found.
|
|
1569
|
-
:rtype: bpy.types.Struct
|
|
1570
1489
|
"""
|
|
1571
1490
|
|
|
1572
1491
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1573
1492
|
"""
|
|
1574
1493
|
|
|
1575
1494
|
:return: The class or default when not found.
|
|
1576
|
-
:rtype: typing.Any
|
|
1577
1495
|
"""
|
|
1578
1496
|
|
|
1579
1497
|
def draw(self, context) -> None:
|
|
@@ -1597,14 +1515,12 @@ class OBJECT_PT_bActionConstraint_action(
|
|
|
1597
1515
|
"""
|
|
1598
1516
|
|
|
1599
1517
|
:return: The RNA type or default when not found.
|
|
1600
|
-
:rtype: bpy.types.Struct
|
|
1601
1518
|
"""
|
|
1602
1519
|
|
|
1603
1520
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1604
1521
|
"""
|
|
1605
1522
|
|
|
1606
1523
|
:return: The class or default when not found.
|
|
1607
|
-
:rtype: typing.Any
|
|
1608
1524
|
"""
|
|
1609
1525
|
|
|
1610
1526
|
def draw(self, context) -> None:
|
|
@@ -1628,14 +1544,12 @@ class OBJECT_PT_bActionConstraint_target(
|
|
|
1628
1544
|
"""
|
|
1629
1545
|
|
|
1630
1546
|
:return: The RNA type or default when not found.
|
|
1631
|
-
:rtype: bpy.types.Struct
|
|
1632
1547
|
"""
|
|
1633
1548
|
|
|
1634
1549
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1635
1550
|
"""
|
|
1636
1551
|
|
|
1637
1552
|
:return: The class or default when not found.
|
|
1638
|
-
:rtype: typing.Any
|
|
1639
1553
|
"""
|
|
1640
1554
|
|
|
1641
1555
|
def draw(self, context) -> None:
|
|
@@ -1659,14 +1573,12 @@ class OBJECT_PT_bArmatureConstraint(
|
|
|
1659
1573
|
"""
|
|
1660
1574
|
|
|
1661
1575
|
:return: The RNA type or default when not found.
|
|
1662
|
-
:rtype: bpy.types.Struct
|
|
1663
1576
|
"""
|
|
1664
1577
|
|
|
1665
1578
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1666
1579
|
"""
|
|
1667
1580
|
|
|
1668
1581
|
:return: The class or default when not found.
|
|
1669
|
-
:rtype: typing.Any
|
|
1670
1582
|
"""
|
|
1671
1583
|
|
|
1672
1584
|
def draw(self, context) -> None:
|
|
@@ -1690,14 +1602,12 @@ class OBJECT_PT_bArmatureConstraint_bones(
|
|
|
1690
1602
|
"""
|
|
1691
1603
|
|
|
1692
1604
|
:return: The RNA type or default when not found.
|
|
1693
|
-
:rtype: bpy.types.Struct
|
|
1694
1605
|
"""
|
|
1695
1606
|
|
|
1696
1607
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1697
1608
|
"""
|
|
1698
1609
|
|
|
1699
1610
|
:return: The class or default when not found.
|
|
1700
|
-
:rtype: typing.Any
|
|
1701
1611
|
"""
|
|
1702
1612
|
|
|
1703
1613
|
def draw(self, context) -> None:
|
|
@@ -1721,14 +1631,12 @@ class OBJECT_PT_bCameraSolverConstraint(
|
|
|
1721
1631
|
"""
|
|
1722
1632
|
|
|
1723
1633
|
:return: The RNA type or default when not found.
|
|
1724
|
-
:rtype: bpy.types.Struct
|
|
1725
1634
|
"""
|
|
1726
1635
|
|
|
1727
1636
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1728
1637
|
"""
|
|
1729
1638
|
|
|
1730
1639
|
:return: The class or default when not found.
|
|
1731
|
-
:rtype: typing.Any
|
|
1732
1640
|
"""
|
|
1733
1641
|
|
|
1734
1642
|
def draw(self, context) -> None:
|
|
@@ -1752,14 +1660,12 @@ class OBJECT_PT_bChildOfConstraint(
|
|
|
1752
1660
|
"""
|
|
1753
1661
|
|
|
1754
1662
|
:return: The RNA type or default when not found.
|
|
1755
|
-
:rtype: bpy.types.Struct
|
|
1756
1663
|
"""
|
|
1757
1664
|
|
|
1758
1665
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1759
1666
|
"""
|
|
1760
1667
|
|
|
1761
1668
|
:return: The class or default when not found.
|
|
1762
|
-
:rtype: typing.Any
|
|
1763
1669
|
"""
|
|
1764
1670
|
|
|
1765
1671
|
def draw(self, context) -> None:
|
|
@@ -1783,14 +1689,12 @@ class OBJECT_PT_bClampToConstraint(
|
|
|
1783
1689
|
"""
|
|
1784
1690
|
|
|
1785
1691
|
:return: The RNA type or default when not found.
|
|
1786
|
-
:rtype: bpy.types.Struct
|
|
1787
1692
|
"""
|
|
1788
1693
|
|
|
1789
1694
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1790
1695
|
"""
|
|
1791
1696
|
|
|
1792
1697
|
:return: The class or default when not found.
|
|
1793
|
-
:rtype: typing.Any
|
|
1794
1698
|
"""
|
|
1795
1699
|
|
|
1796
1700
|
def draw(self, context) -> None:
|
|
@@ -1814,14 +1718,12 @@ class OBJECT_PT_bDampTrackConstraint(
|
|
|
1814
1718
|
"""
|
|
1815
1719
|
|
|
1816
1720
|
:return: The RNA type or default when not found.
|
|
1817
|
-
:rtype: bpy.types.Struct
|
|
1818
1721
|
"""
|
|
1819
1722
|
|
|
1820
1723
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1821
1724
|
"""
|
|
1822
1725
|
|
|
1823
1726
|
:return: The class or default when not found.
|
|
1824
|
-
:rtype: typing.Any
|
|
1825
1727
|
"""
|
|
1826
1728
|
|
|
1827
1729
|
def draw(self, context) -> None:
|
|
@@ -1845,14 +1747,12 @@ class OBJECT_PT_bDistLimitConstraint(
|
|
|
1845
1747
|
"""
|
|
1846
1748
|
|
|
1847
1749
|
:return: The RNA type or default when not found.
|
|
1848
|
-
:rtype: bpy.types.Struct
|
|
1849
1750
|
"""
|
|
1850
1751
|
|
|
1851
1752
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1852
1753
|
"""
|
|
1853
1754
|
|
|
1854
1755
|
:return: The class or default when not found.
|
|
1855
|
-
:rtype: typing.Any
|
|
1856
1756
|
"""
|
|
1857
1757
|
|
|
1858
1758
|
def draw(self, context) -> None:
|
|
@@ -1876,14 +1776,12 @@ class OBJECT_PT_bFollowPathConstraint(
|
|
|
1876
1776
|
"""
|
|
1877
1777
|
|
|
1878
1778
|
:return: The RNA type or default when not found.
|
|
1879
|
-
:rtype: bpy.types.Struct
|
|
1880
1779
|
"""
|
|
1881
1780
|
|
|
1882
1781
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1883
1782
|
"""
|
|
1884
1783
|
|
|
1885
1784
|
:return: The class or default when not found.
|
|
1886
|
-
:rtype: typing.Any
|
|
1887
1785
|
"""
|
|
1888
1786
|
|
|
1889
1787
|
def draw(self, context) -> None:
|
|
@@ -1907,14 +1805,12 @@ class OBJECT_PT_bFollowTrackConstraint(
|
|
|
1907
1805
|
"""
|
|
1908
1806
|
|
|
1909
1807
|
:return: The RNA type or default when not found.
|
|
1910
|
-
:rtype: bpy.types.Struct
|
|
1911
1808
|
"""
|
|
1912
1809
|
|
|
1913
1810
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1914
1811
|
"""
|
|
1915
1812
|
|
|
1916
1813
|
:return: The class or default when not found.
|
|
1917
|
-
:rtype: typing.Any
|
|
1918
1814
|
"""
|
|
1919
1815
|
|
|
1920
1816
|
def draw(self, context) -> None:
|
|
@@ -1923,7 +1819,7 @@ class OBJECT_PT_bFollowTrackConstraint(
|
|
|
1923
1819
|
:param context:
|
|
1924
1820
|
"""
|
|
1925
1821
|
|
|
1926
|
-
class
|
|
1822
|
+
class OBJECT_PT_bGeometryAttributeConstraint(
|
|
1927
1823
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1928
1824
|
):
|
|
1929
1825
|
bl_context: typing.Any
|
|
@@ -1938,14 +1834,12 @@ class OBJECT_PT_bKinematicConstraint(
|
|
|
1938
1834
|
"""
|
|
1939
1835
|
|
|
1940
1836
|
:return: The RNA type or default when not found.
|
|
1941
|
-
:rtype: bpy.types.Struct
|
|
1942
1837
|
"""
|
|
1943
1838
|
|
|
1944
1839
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1945
1840
|
"""
|
|
1946
1841
|
|
|
1947
1842
|
:return: The class or default when not found.
|
|
1948
|
-
:rtype: typing.Any
|
|
1949
1843
|
"""
|
|
1950
1844
|
|
|
1951
1845
|
def draw(self, context) -> None:
|
|
@@ -1954,7 +1848,7 @@ class OBJECT_PT_bKinematicConstraint(
|
|
|
1954
1848
|
:param context:
|
|
1955
1849
|
"""
|
|
1956
1850
|
|
|
1957
|
-
class
|
|
1851
|
+
class OBJECT_PT_bKinematicConstraint(
|
|
1958
1852
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1959
1853
|
):
|
|
1960
1854
|
bl_context: typing.Any
|
|
@@ -1969,14 +1863,12 @@ class OBJECT_PT_bLocLimitConstraint(
|
|
|
1969
1863
|
"""
|
|
1970
1864
|
|
|
1971
1865
|
:return: The RNA type or default when not found.
|
|
1972
|
-
:rtype: bpy.types.Struct
|
|
1973
1866
|
"""
|
|
1974
1867
|
|
|
1975
1868
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1976
1869
|
"""
|
|
1977
1870
|
|
|
1978
1871
|
:return: The class or default when not found.
|
|
1979
|
-
:rtype: typing.Any
|
|
1980
1872
|
"""
|
|
1981
1873
|
|
|
1982
1874
|
def draw(self, context) -> None:
|
|
@@ -1985,7 +1877,7 @@ class OBJECT_PT_bLocLimitConstraint(
|
|
|
1985
1877
|
:param context:
|
|
1986
1878
|
"""
|
|
1987
1879
|
|
|
1988
|
-
class
|
|
1880
|
+
class OBJECT_PT_bLocLimitConstraint(
|
|
1989
1881
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1990
1882
|
):
|
|
1991
1883
|
bl_context: typing.Any
|
|
@@ -2000,14 +1892,12 @@ class OBJECT_PT_bLocateLikeConstraint(
|
|
|
2000
1892
|
"""
|
|
2001
1893
|
|
|
2002
1894
|
:return: The RNA type or default when not found.
|
|
2003
|
-
:rtype: bpy.types.Struct
|
|
2004
1895
|
"""
|
|
2005
1896
|
|
|
2006
1897
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2007
1898
|
"""
|
|
2008
1899
|
|
|
2009
1900
|
:return: The class or default when not found.
|
|
2010
|
-
:rtype: typing.Any
|
|
2011
1901
|
"""
|
|
2012
1902
|
|
|
2013
1903
|
def draw(self, context) -> None:
|
|
@@ -2016,7 +1906,7 @@ class OBJECT_PT_bLocateLikeConstraint(
|
|
|
2016
1906
|
:param context:
|
|
2017
1907
|
"""
|
|
2018
1908
|
|
|
2019
|
-
class
|
|
1909
|
+
class OBJECT_PT_bLocateLikeConstraint(
|
|
2020
1910
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2021
1911
|
):
|
|
2022
1912
|
bl_context: typing.Any
|
|
@@ -2031,14 +1921,12 @@ class OBJECT_PT_bLockTrackConstraint(
|
|
|
2031
1921
|
"""
|
|
2032
1922
|
|
|
2033
1923
|
:return: The RNA type or default when not found.
|
|
2034
|
-
:rtype: bpy.types.Struct
|
|
2035
1924
|
"""
|
|
2036
1925
|
|
|
2037
1926
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2038
1927
|
"""
|
|
2039
1928
|
|
|
2040
1929
|
:return: The class or default when not found.
|
|
2041
|
-
:rtype: typing.Any
|
|
2042
1930
|
"""
|
|
2043
1931
|
|
|
2044
1932
|
def draw(self, context) -> None:
|
|
@@ -2047,7 +1935,7 @@ class OBJECT_PT_bLockTrackConstraint(
|
|
|
2047
1935
|
:param context:
|
|
2048
1936
|
"""
|
|
2049
1937
|
|
|
2050
|
-
class
|
|
1938
|
+
class OBJECT_PT_bLockTrackConstraint(
|
|
2051
1939
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2052
1940
|
):
|
|
2053
1941
|
bl_context: typing.Any
|
|
@@ -2062,14 +1950,12 @@ class OBJECT_PT_bMinMaxConstraint(
|
|
|
2062
1950
|
"""
|
|
2063
1951
|
|
|
2064
1952
|
:return: The RNA type or default when not found.
|
|
2065
|
-
:rtype: bpy.types.Struct
|
|
2066
1953
|
"""
|
|
2067
1954
|
|
|
2068
1955
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2069
1956
|
"""
|
|
2070
1957
|
|
|
2071
1958
|
:return: The class or default when not found.
|
|
2072
|
-
:rtype: typing.Any
|
|
2073
1959
|
"""
|
|
2074
1960
|
|
|
2075
1961
|
def draw(self, context) -> None:
|
|
@@ -2078,7 +1964,7 @@ class OBJECT_PT_bMinMaxConstraint(
|
|
|
2078
1964
|
:param context:
|
|
2079
1965
|
"""
|
|
2080
1966
|
|
|
2081
|
-
class
|
|
1967
|
+
class OBJECT_PT_bMinMaxConstraint(
|
|
2082
1968
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2083
1969
|
):
|
|
2084
1970
|
bl_context: typing.Any
|
|
@@ -2093,14 +1979,12 @@ class OBJECT_PT_bObjectSolverConstraint(
|
|
|
2093
1979
|
"""
|
|
2094
1980
|
|
|
2095
1981
|
:return: The RNA type or default when not found.
|
|
2096
|
-
:rtype: bpy.types.Struct
|
|
2097
1982
|
"""
|
|
2098
1983
|
|
|
2099
1984
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2100
1985
|
"""
|
|
2101
1986
|
|
|
2102
1987
|
:return: The class or default when not found.
|
|
2103
|
-
:rtype: typing.Any
|
|
2104
1988
|
"""
|
|
2105
1989
|
|
|
2106
1990
|
def draw(self, context) -> None:
|
|
@@ -2109,7 +1993,7 @@ class OBJECT_PT_bObjectSolverConstraint(
|
|
|
2109
1993
|
:param context:
|
|
2110
1994
|
"""
|
|
2111
1995
|
|
|
2112
|
-
class
|
|
1996
|
+
class OBJECT_PT_bObjectSolverConstraint(
|
|
2113
1997
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2114
1998
|
):
|
|
2115
1999
|
bl_context: typing.Any
|
|
@@ -2124,14 +2008,12 @@ class OBJECT_PT_bPivotConstraint(
|
|
|
2124
2008
|
"""
|
|
2125
2009
|
|
|
2126
2010
|
:return: The RNA type or default when not found.
|
|
2127
|
-
:rtype: bpy.types.Struct
|
|
2128
2011
|
"""
|
|
2129
2012
|
|
|
2130
2013
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2131
2014
|
"""
|
|
2132
2015
|
|
|
2133
2016
|
:return: The class or default when not found.
|
|
2134
|
-
:rtype: typing.Any
|
|
2135
2017
|
"""
|
|
2136
2018
|
|
|
2137
2019
|
def draw(self, context) -> None:
|
|
@@ -2140,7 +2022,7 @@ class OBJECT_PT_bPivotConstraint(
|
|
|
2140
2022
|
:param context:
|
|
2141
2023
|
"""
|
|
2142
2024
|
|
|
2143
|
-
class
|
|
2025
|
+
class OBJECT_PT_bPivotConstraint(
|
|
2144
2026
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2145
2027
|
):
|
|
2146
2028
|
bl_context: typing.Any
|
|
@@ -2155,14 +2037,12 @@ class OBJECT_PT_bRotLimitConstraint(
|
|
|
2155
2037
|
"""
|
|
2156
2038
|
|
|
2157
2039
|
:return: The RNA type or default when not found.
|
|
2158
|
-
:rtype: bpy.types.Struct
|
|
2159
2040
|
"""
|
|
2160
2041
|
|
|
2161
2042
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2162
2043
|
"""
|
|
2163
2044
|
|
|
2164
2045
|
:return: The class or default when not found.
|
|
2165
|
-
:rtype: typing.Any
|
|
2166
2046
|
"""
|
|
2167
2047
|
|
|
2168
2048
|
def draw(self, context) -> None:
|
|
@@ -2171,7 +2051,7 @@ class OBJECT_PT_bRotLimitConstraint(
|
|
|
2171
2051
|
:param context:
|
|
2172
2052
|
"""
|
|
2173
2053
|
|
|
2174
|
-
class
|
|
2054
|
+
class OBJECT_PT_bRotLimitConstraint(
|
|
2175
2055
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2176
2056
|
):
|
|
2177
2057
|
bl_context: typing.Any
|
|
@@ -2186,14 +2066,12 @@ class OBJECT_PT_bRotateLikeConstraint(
|
|
|
2186
2066
|
"""
|
|
2187
2067
|
|
|
2188
2068
|
:return: The RNA type or default when not found.
|
|
2189
|
-
:rtype: bpy.types.Struct
|
|
2190
2069
|
"""
|
|
2191
2070
|
|
|
2192
2071
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2193
2072
|
"""
|
|
2194
2073
|
|
|
2195
2074
|
:return: The class or default when not found.
|
|
2196
|
-
:rtype: typing.Any
|
|
2197
2075
|
"""
|
|
2198
2076
|
|
|
2199
2077
|
def draw(self, context) -> None:
|
|
@@ -2202,7 +2080,7 @@ class OBJECT_PT_bRotateLikeConstraint(
|
|
|
2202
2080
|
:param context:
|
|
2203
2081
|
"""
|
|
2204
2082
|
|
|
2205
|
-
class
|
|
2083
|
+
class OBJECT_PT_bRotateLikeConstraint(
|
|
2206
2084
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2207
2085
|
):
|
|
2208
2086
|
bl_context: typing.Any
|
|
@@ -2217,14 +2095,12 @@ class OBJECT_PT_bSameVolumeConstraint(
|
|
|
2217
2095
|
"""
|
|
2218
2096
|
|
|
2219
2097
|
:return: The RNA type or default when not found.
|
|
2220
|
-
:rtype: bpy.types.Struct
|
|
2221
2098
|
"""
|
|
2222
2099
|
|
|
2223
2100
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2224
2101
|
"""
|
|
2225
2102
|
|
|
2226
2103
|
:return: The class or default when not found.
|
|
2227
|
-
:rtype: typing.Any
|
|
2228
2104
|
"""
|
|
2229
2105
|
|
|
2230
2106
|
def draw(self, context) -> None:
|
|
@@ -2233,7 +2109,7 @@ class OBJECT_PT_bSameVolumeConstraint(
|
|
|
2233
2109
|
:param context:
|
|
2234
2110
|
"""
|
|
2235
2111
|
|
|
2236
|
-
class
|
|
2112
|
+
class OBJECT_PT_bSameVolumeConstraint(
|
|
2237
2113
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2238
2114
|
):
|
|
2239
2115
|
bl_context: typing.Any
|
|
@@ -2248,14 +2124,12 @@ class OBJECT_PT_bShrinkwrapConstraint(
|
|
|
2248
2124
|
"""
|
|
2249
2125
|
|
|
2250
2126
|
:return: The RNA type or default when not found.
|
|
2251
|
-
:rtype: bpy.types.Struct
|
|
2252
2127
|
"""
|
|
2253
2128
|
|
|
2254
2129
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2255
2130
|
"""
|
|
2256
2131
|
|
|
2257
2132
|
:return: The class or default when not found.
|
|
2258
|
-
:rtype: typing.Any
|
|
2259
2133
|
"""
|
|
2260
2134
|
|
|
2261
2135
|
def draw(self, context) -> None:
|
|
@@ -2264,7 +2138,7 @@ class OBJECT_PT_bShrinkwrapConstraint(
|
|
|
2264
2138
|
:param context:
|
|
2265
2139
|
"""
|
|
2266
2140
|
|
|
2267
|
-
class
|
|
2141
|
+
class OBJECT_PT_bShrinkwrapConstraint(
|
|
2268
2142
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2269
2143
|
):
|
|
2270
2144
|
bl_context: typing.Any
|
|
@@ -2279,14 +2153,12 @@ class OBJECT_PT_bSizeLikeConstraint(
|
|
|
2279
2153
|
"""
|
|
2280
2154
|
|
|
2281
2155
|
:return: The RNA type or default when not found.
|
|
2282
|
-
:rtype: bpy.types.Struct
|
|
2283
2156
|
"""
|
|
2284
2157
|
|
|
2285
2158
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2286
2159
|
"""
|
|
2287
2160
|
|
|
2288
2161
|
:return: The class or default when not found.
|
|
2289
|
-
:rtype: typing.Any
|
|
2290
2162
|
"""
|
|
2291
2163
|
|
|
2292
2164
|
def draw(self, context) -> None:
|
|
@@ -2295,7 +2167,7 @@ class OBJECT_PT_bSizeLikeConstraint(
|
|
|
2295
2167
|
:param context:
|
|
2296
2168
|
"""
|
|
2297
2169
|
|
|
2298
|
-
class
|
|
2170
|
+
class OBJECT_PT_bSizeLikeConstraint(
|
|
2299
2171
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2300
2172
|
):
|
|
2301
2173
|
bl_context: typing.Any
|
|
@@ -2310,14 +2182,12 @@ class OBJECT_PT_bSizeLimitConstraint(
|
|
|
2310
2182
|
"""
|
|
2311
2183
|
|
|
2312
2184
|
:return: The RNA type or default when not found.
|
|
2313
|
-
:rtype: bpy.types.Struct
|
|
2314
2185
|
"""
|
|
2315
2186
|
|
|
2316
2187
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2317
2188
|
"""
|
|
2318
2189
|
|
|
2319
2190
|
:return: The class or default when not found.
|
|
2320
|
-
:rtype: typing.Any
|
|
2321
2191
|
"""
|
|
2322
2192
|
|
|
2323
2193
|
def draw(self, context) -> None:
|
|
@@ -2326,7 +2196,7 @@ class OBJECT_PT_bSizeLimitConstraint(
|
|
|
2326
2196
|
:param context:
|
|
2327
2197
|
"""
|
|
2328
2198
|
|
|
2329
|
-
class
|
|
2199
|
+
class OBJECT_PT_bSizeLimitConstraint(
|
|
2330
2200
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2331
2201
|
):
|
|
2332
2202
|
bl_context: typing.Any
|
|
@@ -2341,14 +2211,12 @@ class OBJECT_PT_bStretchToConstraint(
|
|
|
2341
2211
|
"""
|
|
2342
2212
|
|
|
2343
2213
|
:return: The RNA type or default when not found.
|
|
2344
|
-
:rtype: bpy.types.Struct
|
|
2345
2214
|
"""
|
|
2346
2215
|
|
|
2347
2216
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2348
2217
|
"""
|
|
2349
2218
|
|
|
2350
2219
|
:return: The class or default when not found.
|
|
2351
|
-
:rtype: typing.Any
|
|
2352
2220
|
"""
|
|
2353
2221
|
|
|
2354
2222
|
def draw(self, context) -> None:
|
|
@@ -2357,7 +2225,7 @@ class OBJECT_PT_bStretchToConstraint(
|
|
|
2357
2225
|
:param context:
|
|
2358
2226
|
"""
|
|
2359
2227
|
|
|
2360
|
-
class
|
|
2228
|
+
class OBJECT_PT_bStretchToConstraint(
|
|
2361
2229
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2362
2230
|
):
|
|
2363
2231
|
bl_context: typing.Any
|
|
@@ -2372,14 +2240,12 @@ class OBJECT_PT_bTrackToConstraint(
|
|
|
2372
2240
|
"""
|
|
2373
2241
|
|
|
2374
2242
|
:return: The RNA type or default when not found.
|
|
2375
|
-
:rtype: bpy.types.Struct
|
|
2376
2243
|
"""
|
|
2377
2244
|
|
|
2378
2245
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2379
2246
|
"""
|
|
2380
2247
|
|
|
2381
2248
|
:return: The class or default when not found.
|
|
2382
|
-
:rtype: typing.Any
|
|
2383
2249
|
"""
|
|
2384
2250
|
|
|
2385
2251
|
def draw(self, context) -> None:
|
|
@@ -2388,7 +2254,7 @@ class OBJECT_PT_bTrackToConstraint(
|
|
|
2388
2254
|
:param context:
|
|
2389
2255
|
"""
|
|
2390
2256
|
|
|
2391
|
-
class
|
|
2257
|
+
class OBJECT_PT_bTrackToConstraint(
|
|
2392
2258
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2393
2259
|
):
|
|
2394
2260
|
bl_context: typing.Any
|
|
@@ -2403,14 +2269,12 @@ class OBJECT_PT_bTransLikeConstraint(
|
|
|
2403
2269
|
"""
|
|
2404
2270
|
|
|
2405
2271
|
:return: The RNA type or default when not found.
|
|
2406
|
-
:rtype: bpy.types.Struct
|
|
2407
2272
|
"""
|
|
2408
2273
|
|
|
2409
2274
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2410
2275
|
"""
|
|
2411
2276
|
|
|
2412
2277
|
:return: The class or default when not found.
|
|
2413
|
-
:rtype: typing.Any
|
|
2414
2278
|
"""
|
|
2415
2279
|
|
|
2416
2280
|
def draw(self, context) -> None:
|
|
@@ -2419,7 +2283,7 @@ class OBJECT_PT_bTransLikeConstraint(
|
|
|
2419
2283
|
:param context:
|
|
2420
2284
|
"""
|
|
2421
2285
|
|
|
2422
|
-
class
|
|
2286
|
+
class OBJECT_PT_bTransLikeConstraint(
|
|
2423
2287
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2424
2288
|
):
|
|
2425
2289
|
bl_context: typing.Any
|
|
@@ -2434,14 +2298,12 @@ class OBJECT_PT_bTransformCacheConstraint(
|
|
|
2434
2298
|
"""
|
|
2435
2299
|
|
|
2436
2300
|
:return: The RNA type or default when not found.
|
|
2437
|
-
:rtype: bpy.types.Struct
|
|
2438
2301
|
"""
|
|
2439
2302
|
|
|
2440
2303
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2441
2304
|
"""
|
|
2442
2305
|
|
|
2443
2306
|
:return: The class or default when not found.
|
|
2444
|
-
:rtype: typing.Any
|
|
2445
2307
|
"""
|
|
2446
2308
|
|
|
2447
2309
|
def draw(self, context) -> None:
|
|
@@ -2450,12 +2312,12 @@ class OBJECT_PT_bTransformCacheConstraint(
|
|
|
2450
2312
|
:param context:
|
|
2451
2313
|
"""
|
|
2452
2314
|
|
|
2453
|
-
class
|
|
2454
|
-
|
|
2315
|
+
class OBJECT_PT_bTransformCacheConstraint(
|
|
2316
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2455
2317
|
):
|
|
2456
2318
|
bl_context: typing.Any
|
|
2457
2319
|
bl_label: typing.Any
|
|
2458
|
-
|
|
2320
|
+
bl_options: typing.Any
|
|
2459
2321
|
bl_region_type: typing.Any
|
|
2460
2322
|
bl_rna: typing.Any
|
|
2461
2323
|
bl_space_type: typing.Any
|
|
@@ -2465,14 +2327,12 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
|
|
|
2465
2327
|
"""
|
|
2466
2328
|
|
|
2467
2329
|
:return: The RNA type or default when not found.
|
|
2468
|
-
:rtype: bpy.types.Struct
|
|
2469
2330
|
"""
|
|
2470
2331
|
|
|
2471
2332
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2472
2333
|
"""
|
|
2473
2334
|
|
|
2474
2335
|
:return: The class or default when not found.
|
|
2475
|
-
:rtype: typing.Any
|
|
2476
2336
|
"""
|
|
2477
2337
|
|
|
2478
2338
|
def draw(self, context) -> None:
|
|
@@ -2481,7 +2341,7 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
|
|
|
2481
2341
|
:param context:
|
|
2482
2342
|
"""
|
|
2483
2343
|
|
|
2484
|
-
class
|
|
2344
|
+
class OBJECT_PT_bTransformCacheConstraint_layers(
|
|
2485
2345
|
ConstraintButtonsSubPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
2486
2346
|
):
|
|
2487
2347
|
bl_context: typing.Any
|
|
@@ -2496,14 +2356,12 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
|
|
|
2496
2356
|
"""
|
|
2497
2357
|
|
|
2498
2358
|
:return: The RNA type or default when not found.
|
|
2499
|
-
:rtype: bpy.types.Struct
|
|
2500
2359
|
"""
|
|
2501
2360
|
|
|
2502
2361
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2503
2362
|
"""
|
|
2504
2363
|
|
|
2505
2364
|
:return: The class or default when not found.
|
|
2506
|
-
:rtype: typing.Any
|
|
2507
2365
|
"""
|
|
2508
2366
|
|
|
2509
2367
|
def draw(self, context) -> None:
|
|
@@ -2527,14 +2385,12 @@ class OBJECT_PT_bTransformCacheConstraint_time(
|
|
|
2527
2385
|
"""
|
|
2528
2386
|
|
|
2529
2387
|
:return: The RNA type or default when not found.
|
|
2530
|
-
:rtype: bpy.types.Struct
|
|
2531
2388
|
"""
|
|
2532
2389
|
|
|
2533
2390
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2534
2391
|
"""
|
|
2535
2392
|
|
|
2536
2393
|
:return: The class or default when not found.
|
|
2537
|
-
:rtype: typing.Any
|
|
2538
2394
|
"""
|
|
2539
2395
|
|
|
2540
2396
|
def draw(self, context) -> None:
|
|
@@ -2558,14 +2414,12 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
|
|
|
2558
2414
|
"""
|
|
2559
2415
|
|
|
2560
2416
|
:return: The RNA type or default when not found.
|
|
2561
|
-
:rtype: bpy.types.Struct
|
|
2562
2417
|
"""
|
|
2563
2418
|
|
|
2564
2419
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2565
2420
|
"""
|
|
2566
2421
|
|
|
2567
2422
|
:return: The class or default when not found.
|
|
2568
|
-
:rtype: typing.Any
|
|
2569
2423
|
"""
|
|
2570
2424
|
|
|
2571
2425
|
def draw(self, context) -> None:
|
|
@@ -2589,14 +2443,12 @@ class OBJECT_PT_bTransformConstraint(
|
|
|
2589
2443
|
"""
|
|
2590
2444
|
|
|
2591
2445
|
:return: The RNA type or default when not found.
|
|
2592
|
-
:rtype: bpy.types.Struct
|
|
2593
2446
|
"""
|
|
2594
2447
|
|
|
2595
2448
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2596
2449
|
"""
|
|
2597
2450
|
|
|
2598
2451
|
:return: The class or default when not found.
|
|
2599
|
-
:rtype: typing.Any
|
|
2600
2452
|
"""
|
|
2601
2453
|
|
|
2602
2454
|
def draw(self, context) -> None:
|
|
@@ -2620,14 +2472,12 @@ class OBJECT_PT_bTransformConstraint_destination(
|
|
|
2620
2472
|
"""
|
|
2621
2473
|
|
|
2622
2474
|
:return: The RNA type or default when not found.
|
|
2623
|
-
:rtype: bpy.types.Struct
|
|
2624
2475
|
"""
|
|
2625
2476
|
|
|
2626
2477
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2627
2478
|
"""
|
|
2628
2479
|
|
|
2629
2480
|
:return: The class or default when not found.
|
|
2630
|
-
:rtype: typing.Any
|
|
2631
2481
|
"""
|
|
2632
2482
|
|
|
2633
2483
|
def draw(self, context) -> None:
|
|
@@ -2651,14 +2501,12 @@ class OBJECT_PT_bTransformConstraint_source(
|
|
|
2651
2501
|
"""
|
|
2652
2502
|
|
|
2653
2503
|
:return: The RNA type or default when not found.
|
|
2654
|
-
:rtype: bpy.types.Struct
|
|
2655
2504
|
"""
|
|
2656
2505
|
|
|
2657
2506
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2658
2507
|
"""
|
|
2659
2508
|
|
|
2660
2509
|
:return: The class or default when not found.
|
|
2661
|
-
:rtype: typing.Any
|
|
2662
2510
|
"""
|
|
2663
2511
|
|
|
2664
2512
|
def draw(self, context) -> None:
|
|
@@ -2680,14 +2528,12 @@ class OBJECT_PT_constraints(ObjectConstraintPanel, _bpy_types.Panel):
|
|
|
2680
2528
|
"""
|
|
2681
2529
|
|
|
2682
2530
|
:return: The RNA type or default when not found.
|
|
2683
|
-
:rtype: bpy.types.Struct
|
|
2684
2531
|
"""
|
|
2685
2532
|
|
|
2686
2533
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2687
2534
|
"""
|
|
2688
2535
|
|
|
2689
2536
|
:return: The class or default when not found.
|
|
2690
|
-
:rtype: typing.Any
|
|
2691
2537
|
"""
|
|
2692
2538
|
|
|
2693
2539
|
def draw(self, _context) -> None:
|