fake-bpy-module-latest 20251003__py3-none-any.whl → 20260114__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}/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 +1 -0
- _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_types/__init__.pyi +18 -123
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +55 -131
- 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 +40 -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 -4
- bl_operators/node/__init__.pyi +36 -46
- 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 +0 -50
- 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 +13 -16
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -57
- bl_ui/node_add_menu_geometry/__init__.pyi +56 -168
- bl_ui/node_add_menu_shader/__init__.pyi +10 -30
- bl_ui/node_add_menu_texture/__init__.pyi +1 -17
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +64 -150
- 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 +0 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +0 -18
- 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 -14
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +0 -22
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -7
- 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 +0 -90
- 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 +1 -150
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +52 -60
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -44
- bl_ui/space_image/__init__.pyi +2 -144
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -36
- bl_ui/space_node/__init__.pyi +27 -66
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +46 -912
- 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 +50 -8
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +7 -188
- bl_ui/space_view3d/__init__.pyi +36 -544
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +2 -450
- bmesh/types/__init__.pyi +206 -420
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +53 -56
- 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 +15 -165
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +18 -192
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -72
- 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 +2 -34
- 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 +17 -166
- 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 +27 -217
- 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 -38
- bpy/ops/graph/__init__.pyi +18 -316
- bpy/ops/grease_pencil/__init__.pyi +29 -524
- 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 +2 -50
- 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 +32 -915
- bpy/ops/nla/__init__.pyi +20 -184
- bpy/ops/node/__init__.pyi +71 -741
- bpy/ops/object/__init__.pyi +137 -1254
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +14 -279
- 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 +28 -233
- bpy/ops/poselib/__init__.pyi +4 -47
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +6 -70
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +22 -167
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +36 -311
- bpy/ops/sculpt_curves/__init__.pyi +1 -20
- bpy/ops/sequencer/__init__.pyi +90 -662
- 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 +21 -158
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +52 -305
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +39 -1334
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +15 -157
- bpy/stub_internal/rna_enums/__init__.pyi +52 -20
- bpy/types/__init__.pyi +15386 -56984
- 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 +9 -8
- 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 +2 -22
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/METADATA +4 -1
- fake_bpy_module_latest-20260114.dist-info/RECORD +382 -0
- {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/top_level.txt +14 -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 +1 -7
- 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 +5 -5
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +82 -2172
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +24 -135
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module_latest-20251003.dist-info/RECORD +0 -373
- {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}/bl_extract_messages/__init__.pyi +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_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_latest-20251003.dist-info → fake_bpy_module_latest-20260114.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,41 @@ 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
|
-
|
|
348
|
+
"""
|
|
349
|
+
|
|
350
|
+
def draw(self, context) -> None:
|
|
351
|
+
"""
|
|
352
|
+
|
|
353
|
+
:param context:
|
|
354
|
+
"""
|
|
355
|
+
|
|
356
|
+
class BONE_PT_bGeometryAttributeConstraint(
|
|
357
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
358
|
+
):
|
|
359
|
+
bl_context: typing.Any
|
|
360
|
+
bl_label: typing.Any
|
|
361
|
+
bl_options: typing.Any
|
|
362
|
+
bl_region_type: typing.Any
|
|
363
|
+
bl_rna: typing.Any
|
|
364
|
+
bl_space_type: typing.Any
|
|
365
|
+
id_data: typing.Any
|
|
366
|
+
|
|
367
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
368
|
+
"""
|
|
369
|
+
|
|
370
|
+
:return: The RNA type or default when not found.
|
|
371
|
+
"""
|
|
372
|
+
|
|
373
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
374
|
+
"""
|
|
375
|
+
|
|
376
|
+
:return: The class or default when not found.
|
|
372
377
|
"""
|
|
373
378
|
|
|
374
379
|
def draw(self, context) -> None:
|
|
@@ -392,14 +397,12 @@ class BONE_PT_bKinematicConstraint(
|
|
|
392
397
|
"""
|
|
393
398
|
|
|
394
399
|
:return: The RNA type or default when not found.
|
|
395
|
-
:rtype: bpy.types.Struct
|
|
396
400
|
"""
|
|
397
401
|
|
|
398
402
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
399
403
|
"""
|
|
400
404
|
|
|
401
405
|
:return: The class or default when not found.
|
|
402
|
-
:rtype: typing.Any
|
|
403
406
|
"""
|
|
404
407
|
|
|
405
408
|
def draw(self, context) -> None:
|
|
@@ -423,14 +426,12 @@ class BONE_PT_bLocLimitConstraint(
|
|
|
423
426
|
"""
|
|
424
427
|
|
|
425
428
|
:return: The RNA type or default when not found.
|
|
426
|
-
:rtype: bpy.types.Struct
|
|
427
429
|
"""
|
|
428
430
|
|
|
429
431
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
430
432
|
"""
|
|
431
433
|
|
|
432
434
|
:return: The class or default when not found.
|
|
433
|
-
:rtype: typing.Any
|
|
434
435
|
"""
|
|
435
436
|
|
|
436
437
|
def draw(self, context) -> None:
|
|
@@ -454,14 +455,12 @@ class BONE_PT_bLocateLikeConstraint(
|
|
|
454
455
|
"""
|
|
455
456
|
|
|
456
457
|
:return: The RNA type or default when not found.
|
|
457
|
-
:rtype: bpy.types.Struct
|
|
458
458
|
"""
|
|
459
459
|
|
|
460
460
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
461
461
|
"""
|
|
462
462
|
|
|
463
463
|
:return: The class or default when not found.
|
|
464
|
-
:rtype: typing.Any
|
|
465
464
|
"""
|
|
466
465
|
|
|
467
466
|
def draw(self, context) -> None:
|
|
@@ -485,14 +484,12 @@ class BONE_PT_bLockTrackConstraint(
|
|
|
485
484
|
"""
|
|
486
485
|
|
|
487
486
|
:return: The RNA type or default when not found.
|
|
488
|
-
:rtype: bpy.types.Struct
|
|
489
487
|
"""
|
|
490
488
|
|
|
491
489
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
492
490
|
"""
|
|
493
491
|
|
|
494
492
|
:return: The class or default when not found.
|
|
495
|
-
:rtype: typing.Any
|
|
496
493
|
"""
|
|
497
494
|
|
|
498
495
|
def draw(self, context) -> None:
|
|
@@ -516,14 +513,12 @@ class BONE_PT_bMinMaxConstraint(
|
|
|
516
513
|
"""
|
|
517
514
|
|
|
518
515
|
:return: The RNA type or default when not found.
|
|
519
|
-
:rtype: bpy.types.Struct
|
|
520
516
|
"""
|
|
521
517
|
|
|
522
518
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
523
519
|
"""
|
|
524
520
|
|
|
525
521
|
:return: The class or default when not found.
|
|
526
|
-
:rtype: typing.Any
|
|
527
522
|
"""
|
|
528
523
|
|
|
529
524
|
def draw(self, context) -> None:
|
|
@@ -547,14 +542,12 @@ class BONE_PT_bObjectSolverConstraint(
|
|
|
547
542
|
"""
|
|
548
543
|
|
|
549
544
|
:return: The RNA type or default when not found.
|
|
550
|
-
:rtype: bpy.types.Struct
|
|
551
545
|
"""
|
|
552
546
|
|
|
553
547
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
554
548
|
"""
|
|
555
549
|
|
|
556
550
|
:return: The class or default when not found.
|
|
557
|
-
:rtype: typing.Any
|
|
558
551
|
"""
|
|
559
552
|
|
|
560
553
|
def draw(self, context) -> None:
|
|
@@ -578,14 +571,12 @@ class BONE_PT_bPivotConstraint(
|
|
|
578
571
|
"""
|
|
579
572
|
|
|
580
573
|
:return: The RNA type or default when not found.
|
|
581
|
-
:rtype: bpy.types.Struct
|
|
582
574
|
"""
|
|
583
575
|
|
|
584
576
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
585
577
|
"""
|
|
586
578
|
|
|
587
579
|
:return: The class or default when not found.
|
|
588
|
-
:rtype: typing.Any
|
|
589
580
|
"""
|
|
590
581
|
|
|
591
582
|
def draw(self, context) -> None:
|
|
@@ -609,14 +600,12 @@ class BONE_PT_bRotLimitConstraint(
|
|
|
609
600
|
"""
|
|
610
601
|
|
|
611
602
|
:return: The RNA type or default when not found.
|
|
612
|
-
:rtype: bpy.types.Struct
|
|
613
603
|
"""
|
|
614
604
|
|
|
615
605
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
616
606
|
"""
|
|
617
607
|
|
|
618
608
|
:return: The class or default when not found.
|
|
619
|
-
:rtype: typing.Any
|
|
620
609
|
"""
|
|
621
610
|
|
|
622
611
|
def draw(self, context) -> None:
|
|
@@ -640,14 +629,12 @@ class BONE_PT_bRotateLikeConstraint(
|
|
|
640
629
|
"""
|
|
641
630
|
|
|
642
631
|
:return: The RNA type or default when not found.
|
|
643
|
-
:rtype: bpy.types.Struct
|
|
644
632
|
"""
|
|
645
633
|
|
|
646
634
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
647
635
|
"""
|
|
648
636
|
|
|
649
637
|
:return: The class or default when not found.
|
|
650
|
-
:rtype: typing.Any
|
|
651
638
|
"""
|
|
652
639
|
|
|
653
640
|
def draw(self, context) -> None:
|
|
@@ -671,14 +658,12 @@ class BONE_PT_bSameVolumeConstraint(
|
|
|
671
658
|
"""
|
|
672
659
|
|
|
673
660
|
:return: The RNA type or default when not found.
|
|
674
|
-
:rtype: bpy.types.Struct
|
|
675
661
|
"""
|
|
676
662
|
|
|
677
663
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
678
664
|
"""
|
|
679
665
|
|
|
680
666
|
:return: The class or default when not found.
|
|
681
|
-
:rtype: typing.Any
|
|
682
667
|
"""
|
|
683
668
|
|
|
684
669
|
def draw(self, context) -> None:
|
|
@@ -702,14 +687,12 @@ class BONE_PT_bShrinkwrapConstraint(
|
|
|
702
687
|
"""
|
|
703
688
|
|
|
704
689
|
:return: The RNA type or default when not found.
|
|
705
|
-
:rtype: bpy.types.Struct
|
|
706
690
|
"""
|
|
707
691
|
|
|
708
692
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
709
693
|
"""
|
|
710
694
|
|
|
711
695
|
:return: The class or default when not found.
|
|
712
|
-
:rtype: typing.Any
|
|
713
696
|
"""
|
|
714
697
|
|
|
715
698
|
def draw(self, context) -> None:
|
|
@@ -733,14 +716,12 @@ class BONE_PT_bSizeLikeConstraint(
|
|
|
733
716
|
"""
|
|
734
717
|
|
|
735
718
|
:return: The RNA type or default when not found.
|
|
736
|
-
:rtype: bpy.types.Struct
|
|
737
719
|
"""
|
|
738
720
|
|
|
739
721
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
740
722
|
"""
|
|
741
723
|
|
|
742
724
|
:return: The class or default when not found.
|
|
743
|
-
:rtype: typing.Any
|
|
744
725
|
"""
|
|
745
726
|
|
|
746
727
|
def draw(self, context) -> None:
|
|
@@ -764,14 +745,12 @@ class BONE_PT_bSizeLimitConstraint(
|
|
|
764
745
|
"""
|
|
765
746
|
|
|
766
747
|
:return: The RNA type or default when not found.
|
|
767
|
-
:rtype: bpy.types.Struct
|
|
768
748
|
"""
|
|
769
749
|
|
|
770
750
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
771
751
|
"""
|
|
772
752
|
|
|
773
753
|
:return: The class or default when not found.
|
|
774
|
-
:rtype: typing.Any
|
|
775
754
|
"""
|
|
776
755
|
|
|
777
756
|
def draw(self, context) -> None:
|
|
@@ -795,14 +774,12 @@ class BONE_PT_bSplineIKConstraint(
|
|
|
795
774
|
"""
|
|
796
775
|
|
|
797
776
|
:return: The RNA type or default when not found.
|
|
798
|
-
:rtype: bpy.types.Struct
|
|
799
777
|
"""
|
|
800
778
|
|
|
801
779
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
802
780
|
"""
|
|
803
781
|
|
|
804
782
|
:return: The class or default when not found.
|
|
805
|
-
:rtype: typing.Any
|
|
806
783
|
"""
|
|
807
784
|
|
|
808
785
|
def draw(self, context) -> None:
|
|
@@ -826,14 +803,12 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
|
|
|
826
803
|
"""
|
|
827
804
|
|
|
828
805
|
:return: The RNA type or default when not found.
|
|
829
|
-
:rtype: bpy.types.Struct
|
|
830
806
|
"""
|
|
831
807
|
|
|
832
808
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
833
809
|
"""
|
|
834
810
|
|
|
835
811
|
:return: The class or default when not found.
|
|
836
|
-
:rtype: typing.Any
|
|
837
812
|
"""
|
|
838
813
|
|
|
839
814
|
def draw(self, context) -> None:
|
|
@@ -857,14 +832,12 @@ class BONE_PT_bSplineIKConstraint_fitting(
|
|
|
857
832
|
"""
|
|
858
833
|
|
|
859
834
|
:return: The RNA type or default when not found.
|
|
860
|
-
:rtype: bpy.types.Struct
|
|
861
835
|
"""
|
|
862
836
|
|
|
863
837
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
864
838
|
"""
|
|
865
839
|
|
|
866
840
|
:return: The class or default when not found.
|
|
867
|
-
:rtype: typing.Any
|
|
868
841
|
"""
|
|
869
842
|
|
|
870
843
|
def draw(self, context) -> None:
|
|
@@ -888,14 +861,12 @@ class BONE_PT_bStretchToConstraint(
|
|
|
888
861
|
"""
|
|
889
862
|
|
|
890
863
|
:return: The RNA type or default when not found.
|
|
891
|
-
:rtype: bpy.types.Struct
|
|
892
864
|
"""
|
|
893
865
|
|
|
894
866
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
895
867
|
"""
|
|
896
868
|
|
|
897
869
|
:return: The class or default when not found.
|
|
898
|
-
:rtype: typing.Any
|
|
899
870
|
"""
|
|
900
871
|
|
|
901
872
|
def draw(self, context) -> None:
|
|
@@ -919,14 +890,12 @@ class BONE_PT_bTrackToConstraint(
|
|
|
919
890
|
"""
|
|
920
891
|
|
|
921
892
|
:return: The RNA type or default when not found.
|
|
922
|
-
:rtype: bpy.types.Struct
|
|
923
893
|
"""
|
|
924
894
|
|
|
925
895
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
926
896
|
"""
|
|
927
897
|
|
|
928
898
|
:return: The class or default when not found.
|
|
929
|
-
:rtype: typing.Any
|
|
930
899
|
"""
|
|
931
900
|
|
|
932
901
|
def draw(self, context) -> None:
|
|
@@ -950,14 +919,12 @@ class BONE_PT_bTransLikeConstraint(
|
|
|
950
919
|
"""
|
|
951
920
|
|
|
952
921
|
:return: The RNA type or default when not found.
|
|
953
|
-
:rtype: bpy.types.Struct
|
|
954
922
|
"""
|
|
955
923
|
|
|
956
924
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
957
925
|
"""
|
|
958
926
|
|
|
959
927
|
:return: The class or default when not found.
|
|
960
|
-
:rtype: typing.Any
|
|
961
928
|
"""
|
|
962
929
|
|
|
963
930
|
def draw(self, context) -> None:
|
|
@@ -981,14 +948,12 @@ class BONE_PT_bTransformCacheConstraint(
|
|
|
981
948
|
"""
|
|
982
949
|
|
|
983
950
|
:return: The RNA type or default when not found.
|
|
984
|
-
:rtype: bpy.types.Struct
|
|
985
951
|
"""
|
|
986
952
|
|
|
987
953
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
988
954
|
"""
|
|
989
955
|
|
|
990
956
|
:return: The class or default when not found.
|
|
991
|
-
:rtype: typing.Any
|
|
992
957
|
"""
|
|
993
958
|
|
|
994
959
|
def draw(self, context) -> None:
|
|
@@ -1012,14 +977,12 @@ class BONE_PT_bTransformCacheConstraint_layers(
|
|
|
1012
977
|
"""
|
|
1013
978
|
|
|
1014
979
|
:return: The RNA type or default when not found.
|
|
1015
|
-
:rtype: bpy.types.Struct
|
|
1016
980
|
"""
|
|
1017
981
|
|
|
1018
982
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1019
983
|
"""
|
|
1020
984
|
|
|
1021
985
|
:return: The class or default when not found.
|
|
1022
|
-
:rtype: typing.Any
|
|
1023
986
|
"""
|
|
1024
987
|
|
|
1025
988
|
def draw(self, context) -> None:
|
|
@@ -1043,14 +1006,12 @@ class BONE_PT_bTransformCacheConstraint_time(
|
|
|
1043
1006
|
"""
|
|
1044
1007
|
|
|
1045
1008
|
:return: The RNA type or default when not found.
|
|
1046
|
-
:rtype: bpy.types.Struct
|
|
1047
1009
|
"""
|
|
1048
1010
|
|
|
1049
1011
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1050
1012
|
"""
|
|
1051
1013
|
|
|
1052
1014
|
:return: The class or default when not found.
|
|
1053
|
-
:rtype: typing.Any
|
|
1054
1015
|
"""
|
|
1055
1016
|
|
|
1056
1017
|
def draw(self, context) -> None:
|
|
@@ -1074,14 +1035,12 @@ class BONE_PT_bTransformCacheConstraint_velocity(
|
|
|
1074
1035
|
"""
|
|
1075
1036
|
|
|
1076
1037
|
:return: The RNA type or default when not found.
|
|
1077
|
-
:rtype: bpy.types.Struct
|
|
1078
1038
|
"""
|
|
1079
1039
|
|
|
1080
1040
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1081
1041
|
"""
|
|
1082
1042
|
|
|
1083
1043
|
:return: The class or default when not found.
|
|
1084
|
-
:rtype: typing.Any
|
|
1085
1044
|
"""
|
|
1086
1045
|
|
|
1087
1046
|
def draw(self, context) -> None:
|
|
@@ -1105,14 +1064,12 @@ class BONE_PT_bTransformConstraint(
|
|
|
1105
1064
|
"""
|
|
1106
1065
|
|
|
1107
1066
|
:return: The RNA type or default when not found.
|
|
1108
|
-
:rtype: bpy.types.Struct
|
|
1109
1067
|
"""
|
|
1110
1068
|
|
|
1111
1069
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1112
1070
|
"""
|
|
1113
1071
|
|
|
1114
1072
|
:return: The class or default when not found.
|
|
1115
|
-
:rtype: typing.Any
|
|
1116
1073
|
"""
|
|
1117
1074
|
|
|
1118
1075
|
def draw(self, context) -> None:
|
|
@@ -1136,14 +1093,12 @@ class BONE_PT_bTransformConstraint_from(
|
|
|
1136
1093
|
"""
|
|
1137
1094
|
|
|
1138
1095
|
:return: The RNA type or default when not found.
|
|
1139
|
-
:rtype: bpy.types.Struct
|
|
1140
1096
|
"""
|
|
1141
1097
|
|
|
1142
1098
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1143
1099
|
"""
|
|
1144
1100
|
|
|
1145
1101
|
:return: The class or default when not found.
|
|
1146
|
-
:rtype: typing.Any
|
|
1147
1102
|
"""
|
|
1148
1103
|
|
|
1149
1104
|
def draw(self, context) -> None:
|
|
@@ -1167,14 +1122,12 @@ class BONE_PT_bTransformConstraint_to(
|
|
|
1167
1122
|
"""
|
|
1168
1123
|
|
|
1169
1124
|
:return: The RNA type or default when not found.
|
|
1170
|
-
:rtype: bpy.types.Struct
|
|
1171
1125
|
"""
|
|
1172
1126
|
|
|
1173
1127
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1174
1128
|
"""
|
|
1175
1129
|
|
|
1176
1130
|
:return: The class or default when not found.
|
|
1177
|
-
:rtype: typing.Any
|
|
1178
1131
|
"""
|
|
1179
1132
|
|
|
1180
1133
|
def draw(self, context) -> None:
|
|
@@ -1196,14 +1149,12 @@ class BONE_PT_constraints(BoneConstraintPanel, _bpy_types.Panel):
|
|
|
1196
1149
|
"""
|
|
1197
1150
|
|
|
1198
1151
|
:return: The RNA type or default when not found.
|
|
1199
|
-
:rtype: bpy.types.Struct
|
|
1200
1152
|
"""
|
|
1201
1153
|
|
|
1202
1154
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1203
1155
|
"""
|
|
1204
1156
|
|
|
1205
1157
|
:return: The class or default when not found.
|
|
1206
|
-
:rtype: typing.Any
|
|
1207
1158
|
"""
|
|
1208
1159
|
|
|
1209
1160
|
def draw(self, _context) -> None:
|
|
@@ -1282,6 +1233,12 @@ class ConstraintButtonsPanel:
|
|
|
1282
1233
|
:param context:
|
|
1283
1234
|
"""
|
|
1284
1235
|
|
|
1236
|
+
def draw_geometry_attribute(self, context) -> None:
|
|
1237
|
+
"""
|
|
1238
|
+
|
|
1239
|
+
:param context:
|
|
1240
|
+
"""
|
|
1241
|
+
|
|
1285
1242
|
def draw_header(self, context) -> None:
|
|
1286
1243
|
"""
|
|
1287
1244
|
|
|
@@ -1529,14 +1486,12 @@ class OBJECT_PT_bActionConstraint(
|
|
|
1529
1486
|
"""
|
|
1530
1487
|
|
|
1531
1488
|
:return: The RNA type or default when not found.
|
|
1532
|
-
:rtype: bpy.types.Struct
|
|
1533
1489
|
"""
|
|
1534
1490
|
|
|
1535
1491
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1536
1492
|
"""
|
|
1537
1493
|
|
|
1538
1494
|
:return: The class or default when not found.
|
|
1539
|
-
:rtype: typing.Any
|
|
1540
1495
|
"""
|
|
1541
1496
|
|
|
1542
1497
|
def draw(self, context) -> None:
|
|
@@ -1560,14 +1515,12 @@ class OBJECT_PT_bActionConstraint_action(
|
|
|
1560
1515
|
"""
|
|
1561
1516
|
|
|
1562
1517
|
:return: The RNA type or default when not found.
|
|
1563
|
-
:rtype: bpy.types.Struct
|
|
1564
1518
|
"""
|
|
1565
1519
|
|
|
1566
1520
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1567
1521
|
"""
|
|
1568
1522
|
|
|
1569
1523
|
:return: The class or default when not found.
|
|
1570
|
-
:rtype: typing.Any
|
|
1571
1524
|
"""
|
|
1572
1525
|
|
|
1573
1526
|
def draw(self, context) -> None:
|
|
@@ -1591,14 +1544,12 @@ class OBJECT_PT_bActionConstraint_target(
|
|
|
1591
1544
|
"""
|
|
1592
1545
|
|
|
1593
1546
|
:return: The RNA type or default when not found.
|
|
1594
|
-
:rtype: bpy.types.Struct
|
|
1595
1547
|
"""
|
|
1596
1548
|
|
|
1597
1549
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1598
1550
|
"""
|
|
1599
1551
|
|
|
1600
1552
|
:return: The class or default when not found.
|
|
1601
|
-
:rtype: typing.Any
|
|
1602
1553
|
"""
|
|
1603
1554
|
|
|
1604
1555
|
def draw(self, context) -> None:
|
|
@@ -1622,14 +1573,12 @@ class OBJECT_PT_bArmatureConstraint(
|
|
|
1622
1573
|
"""
|
|
1623
1574
|
|
|
1624
1575
|
:return: The RNA type or default when not found.
|
|
1625
|
-
:rtype: bpy.types.Struct
|
|
1626
1576
|
"""
|
|
1627
1577
|
|
|
1628
1578
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1629
1579
|
"""
|
|
1630
1580
|
|
|
1631
1581
|
:return: The class or default when not found.
|
|
1632
|
-
:rtype: typing.Any
|
|
1633
1582
|
"""
|
|
1634
1583
|
|
|
1635
1584
|
def draw(self, context) -> None:
|
|
@@ -1653,14 +1602,12 @@ class OBJECT_PT_bArmatureConstraint_bones(
|
|
|
1653
1602
|
"""
|
|
1654
1603
|
|
|
1655
1604
|
:return: The RNA type or default when not found.
|
|
1656
|
-
:rtype: bpy.types.Struct
|
|
1657
1605
|
"""
|
|
1658
1606
|
|
|
1659
1607
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1660
1608
|
"""
|
|
1661
1609
|
|
|
1662
1610
|
:return: The class or default when not found.
|
|
1663
|
-
:rtype: typing.Any
|
|
1664
1611
|
"""
|
|
1665
1612
|
|
|
1666
1613
|
def draw(self, context) -> None:
|
|
@@ -1684,14 +1631,12 @@ class OBJECT_PT_bCameraSolverConstraint(
|
|
|
1684
1631
|
"""
|
|
1685
1632
|
|
|
1686
1633
|
:return: The RNA type or default when not found.
|
|
1687
|
-
:rtype: bpy.types.Struct
|
|
1688
1634
|
"""
|
|
1689
1635
|
|
|
1690
1636
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1691
1637
|
"""
|
|
1692
1638
|
|
|
1693
1639
|
:return: The class or default when not found.
|
|
1694
|
-
:rtype: typing.Any
|
|
1695
1640
|
"""
|
|
1696
1641
|
|
|
1697
1642
|
def draw(self, context) -> None:
|
|
@@ -1715,14 +1660,12 @@ class OBJECT_PT_bChildOfConstraint(
|
|
|
1715
1660
|
"""
|
|
1716
1661
|
|
|
1717
1662
|
:return: The RNA type or default when not found.
|
|
1718
|
-
:rtype: bpy.types.Struct
|
|
1719
1663
|
"""
|
|
1720
1664
|
|
|
1721
1665
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1722
1666
|
"""
|
|
1723
1667
|
|
|
1724
1668
|
:return: The class or default when not found.
|
|
1725
|
-
:rtype: typing.Any
|
|
1726
1669
|
"""
|
|
1727
1670
|
|
|
1728
1671
|
def draw(self, context) -> None:
|
|
@@ -1746,14 +1689,12 @@ class OBJECT_PT_bClampToConstraint(
|
|
|
1746
1689
|
"""
|
|
1747
1690
|
|
|
1748
1691
|
:return: The RNA type or default when not found.
|
|
1749
|
-
:rtype: bpy.types.Struct
|
|
1750
1692
|
"""
|
|
1751
1693
|
|
|
1752
1694
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1753
1695
|
"""
|
|
1754
1696
|
|
|
1755
1697
|
:return: The class or default when not found.
|
|
1756
|
-
:rtype: typing.Any
|
|
1757
1698
|
"""
|
|
1758
1699
|
|
|
1759
1700
|
def draw(self, context) -> None:
|
|
@@ -1777,14 +1718,12 @@ class OBJECT_PT_bDampTrackConstraint(
|
|
|
1777
1718
|
"""
|
|
1778
1719
|
|
|
1779
1720
|
:return: The RNA type or default when not found.
|
|
1780
|
-
:rtype: bpy.types.Struct
|
|
1781
1721
|
"""
|
|
1782
1722
|
|
|
1783
1723
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1784
1724
|
"""
|
|
1785
1725
|
|
|
1786
1726
|
:return: The class or default when not found.
|
|
1787
|
-
:rtype: typing.Any
|
|
1788
1727
|
"""
|
|
1789
1728
|
|
|
1790
1729
|
def draw(self, context) -> None:
|
|
@@ -1808,14 +1747,12 @@ class OBJECT_PT_bDistLimitConstraint(
|
|
|
1808
1747
|
"""
|
|
1809
1748
|
|
|
1810
1749
|
:return: The RNA type or default when not found.
|
|
1811
|
-
:rtype: bpy.types.Struct
|
|
1812
1750
|
"""
|
|
1813
1751
|
|
|
1814
1752
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1815
1753
|
"""
|
|
1816
1754
|
|
|
1817
1755
|
:return: The class or default when not found.
|
|
1818
|
-
:rtype: typing.Any
|
|
1819
1756
|
"""
|
|
1820
1757
|
|
|
1821
1758
|
def draw(self, context) -> None:
|
|
@@ -1839,14 +1776,12 @@ class OBJECT_PT_bFollowPathConstraint(
|
|
|
1839
1776
|
"""
|
|
1840
1777
|
|
|
1841
1778
|
:return: The RNA type or default when not found.
|
|
1842
|
-
:rtype: bpy.types.Struct
|
|
1843
1779
|
"""
|
|
1844
1780
|
|
|
1845
1781
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1846
1782
|
"""
|
|
1847
1783
|
|
|
1848
1784
|
:return: The class or default when not found.
|
|
1849
|
-
:rtype: typing.Any
|
|
1850
1785
|
"""
|
|
1851
1786
|
|
|
1852
1787
|
def draw(self, context) -> None:
|
|
@@ -1870,14 +1805,41 @@ class OBJECT_PT_bFollowTrackConstraint(
|
|
|
1870
1805
|
"""
|
|
1871
1806
|
|
|
1872
1807
|
:return: The RNA type or default when not found.
|
|
1873
|
-
:rtype: bpy.types.Struct
|
|
1874
1808
|
"""
|
|
1875
1809
|
|
|
1876
1810
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1877
1811
|
"""
|
|
1878
1812
|
|
|
1879
1813
|
:return: The class or default when not found.
|
|
1880
|
-
|
|
1814
|
+
"""
|
|
1815
|
+
|
|
1816
|
+
def draw(self, context) -> None:
|
|
1817
|
+
"""
|
|
1818
|
+
|
|
1819
|
+
:param context:
|
|
1820
|
+
"""
|
|
1821
|
+
|
|
1822
|
+
class OBJECT_PT_bGeometryAttributeConstraint(
|
|
1823
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1824
|
+
):
|
|
1825
|
+
bl_context: typing.Any
|
|
1826
|
+
bl_label: typing.Any
|
|
1827
|
+
bl_options: typing.Any
|
|
1828
|
+
bl_region_type: typing.Any
|
|
1829
|
+
bl_rna: typing.Any
|
|
1830
|
+
bl_space_type: typing.Any
|
|
1831
|
+
id_data: typing.Any
|
|
1832
|
+
|
|
1833
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1834
|
+
"""
|
|
1835
|
+
|
|
1836
|
+
:return: The RNA type or default when not found.
|
|
1837
|
+
"""
|
|
1838
|
+
|
|
1839
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1840
|
+
"""
|
|
1841
|
+
|
|
1842
|
+
:return: The class or default when not found.
|
|
1881
1843
|
"""
|
|
1882
1844
|
|
|
1883
1845
|
def draw(self, context) -> None:
|
|
@@ -1901,14 +1863,12 @@ class OBJECT_PT_bKinematicConstraint(
|
|
|
1901
1863
|
"""
|
|
1902
1864
|
|
|
1903
1865
|
:return: The RNA type or default when not found.
|
|
1904
|
-
:rtype: bpy.types.Struct
|
|
1905
1866
|
"""
|
|
1906
1867
|
|
|
1907
1868
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1908
1869
|
"""
|
|
1909
1870
|
|
|
1910
1871
|
:return: The class or default when not found.
|
|
1911
|
-
:rtype: typing.Any
|
|
1912
1872
|
"""
|
|
1913
1873
|
|
|
1914
1874
|
def draw(self, context) -> None:
|
|
@@ -1932,14 +1892,12 @@ class OBJECT_PT_bLocLimitConstraint(
|
|
|
1932
1892
|
"""
|
|
1933
1893
|
|
|
1934
1894
|
:return: The RNA type or default when not found.
|
|
1935
|
-
:rtype: bpy.types.Struct
|
|
1936
1895
|
"""
|
|
1937
1896
|
|
|
1938
1897
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1939
1898
|
"""
|
|
1940
1899
|
|
|
1941
1900
|
:return: The class or default when not found.
|
|
1942
|
-
:rtype: typing.Any
|
|
1943
1901
|
"""
|
|
1944
1902
|
|
|
1945
1903
|
def draw(self, context) -> None:
|
|
@@ -1963,14 +1921,12 @@ class OBJECT_PT_bLocateLikeConstraint(
|
|
|
1963
1921
|
"""
|
|
1964
1922
|
|
|
1965
1923
|
:return: The RNA type or default when not found.
|
|
1966
|
-
:rtype: bpy.types.Struct
|
|
1967
1924
|
"""
|
|
1968
1925
|
|
|
1969
1926
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1970
1927
|
"""
|
|
1971
1928
|
|
|
1972
1929
|
:return: The class or default when not found.
|
|
1973
|
-
:rtype: typing.Any
|
|
1974
1930
|
"""
|
|
1975
1931
|
|
|
1976
1932
|
def draw(self, context) -> None:
|
|
@@ -1994,14 +1950,12 @@ class OBJECT_PT_bLockTrackConstraint(
|
|
|
1994
1950
|
"""
|
|
1995
1951
|
|
|
1996
1952
|
:return: The RNA type or default when not found.
|
|
1997
|
-
:rtype: bpy.types.Struct
|
|
1998
1953
|
"""
|
|
1999
1954
|
|
|
2000
1955
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2001
1956
|
"""
|
|
2002
1957
|
|
|
2003
1958
|
:return: The class or default when not found.
|
|
2004
|
-
:rtype: typing.Any
|
|
2005
1959
|
"""
|
|
2006
1960
|
|
|
2007
1961
|
def draw(self, context) -> None:
|
|
@@ -2025,14 +1979,12 @@ class OBJECT_PT_bMinMaxConstraint(
|
|
|
2025
1979
|
"""
|
|
2026
1980
|
|
|
2027
1981
|
:return: The RNA type or default when not found.
|
|
2028
|
-
:rtype: bpy.types.Struct
|
|
2029
1982
|
"""
|
|
2030
1983
|
|
|
2031
1984
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2032
1985
|
"""
|
|
2033
1986
|
|
|
2034
1987
|
:return: The class or default when not found.
|
|
2035
|
-
:rtype: typing.Any
|
|
2036
1988
|
"""
|
|
2037
1989
|
|
|
2038
1990
|
def draw(self, context) -> None:
|
|
@@ -2056,14 +2008,12 @@ class OBJECT_PT_bObjectSolverConstraint(
|
|
|
2056
2008
|
"""
|
|
2057
2009
|
|
|
2058
2010
|
:return: The RNA type or default when not found.
|
|
2059
|
-
:rtype: bpy.types.Struct
|
|
2060
2011
|
"""
|
|
2061
2012
|
|
|
2062
2013
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2063
2014
|
"""
|
|
2064
2015
|
|
|
2065
2016
|
:return: The class or default when not found.
|
|
2066
|
-
:rtype: typing.Any
|
|
2067
2017
|
"""
|
|
2068
2018
|
|
|
2069
2019
|
def draw(self, context) -> None:
|
|
@@ -2087,14 +2037,12 @@ class OBJECT_PT_bPivotConstraint(
|
|
|
2087
2037
|
"""
|
|
2088
2038
|
|
|
2089
2039
|
:return: The RNA type or default when not found.
|
|
2090
|
-
:rtype: bpy.types.Struct
|
|
2091
2040
|
"""
|
|
2092
2041
|
|
|
2093
2042
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2094
2043
|
"""
|
|
2095
2044
|
|
|
2096
2045
|
:return: The class or default when not found.
|
|
2097
|
-
:rtype: typing.Any
|
|
2098
2046
|
"""
|
|
2099
2047
|
|
|
2100
2048
|
def draw(self, context) -> None:
|
|
@@ -2118,14 +2066,12 @@ class OBJECT_PT_bRotLimitConstraint(
|
|
|
2118
2066
|
"""
|
|
2119
2067
|
|
|
2120
2068
|
:return: The RNA type or default when not found.
|
|
2121
|
-
:rtype: bpy.types.Struct
|
|
2122
2069
|
"""
|
|
2123
2070
|
|
|
2124
2071
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2125
2072
|
"""
|
|
2126
2073
|
|
|
2127
2074
|
:return: The class or default when not found.
|
|
2128
|
-
:rtype: typing.Any
|
|
2129
2075
|
"""
|
|
2130
2076
|
|
|
2131
2077
|
def draw(self, context) -> None:
|
|
@@ -2149,14 +2095,12 @@ class OBJECT_PT_bRotateLikeConstraint(
|
|
|
2149
2095
|
"""
|
|
2150
2096
|
|
|
2151
2097
|
:return: The RNA type or default when not found.
|
|
2152
|
-
:rtype: bpy.types.Struct
|
|
2153
2098
|
"""
|
|
2154
2099
|
|
|
2155
2100
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2156
2101
|
"""
|
|
2157
2102
|
|
|
2158
2103
|
:return: The class or default when not found.
|
|
2159
|
-
:rtype: typing.Any
|
|
2160
2104
|
"""
|
|
2161
2105
|
|
|
2162
2106
|
def draw(self, context) -> None:
|
|
@@ -2180,14 +2124,12 @@ class OBJECT_PT_bSameVolumeConstraint(
|
|
|
2180
2124
|
"""
|
|
2181
2125
|
|
|
2182
2126
|
:return: The RNA type or default when not found.
|
|
2183
|
-
:rtype: bpy.types.Struct
|
|
2184
2127
|
"""
|
|
2185
2128
|
|
|
2186
2129
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2187
2130
|
"""
|
|
2188
2131
|
|
|
2189
2132
|
:return: The class or default when not found.
|
|
2190
|
-
:rtype: typing.Any
|
|
2191
2133
|
"""
|
|
2192
2134
|
|
|
2193
2135
|
def draw(self, context) -> None:
|
|
@@ -2211,14 +2153,12 @@ class OBJECT_PT_bShrinkwrapConstraint(
|
|
|
2211
2153
|
"""
|
|
2212
2154
|
|
|
2213
2155
|
:return: The RNA type or default when not found.
|
|
2214
|
-
:rtype: bpy.types.Struct
|
|
2215
2156
|
"""
|
|
2216
2157
|
|
|
2217
2158
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2218
2159
|
"""
|
|
2219
2160
|
|
|
2220
2161
|
:return: The class or default when not found.
|
|
2221
|
-
:rtype: typing.Any
|
|
2222
2162
|
"""
|
|
2223
2163
|
|
|
2224
2164
|
def draw(self, context) -> None:
|
|
@@ -2242,14 +2182,12 @@ class OBJECT_PT_bSizeLikeConstraint(
|
|
|
2242
2182
|
"""
|
|
2243
2183
|
|
|
2244
2184
|
:return: The RNA type or default when not found.
|
|
2245
|
-
:rtype: bpy.types.Struct
|
|
2246
2185
|
"""
|
|
2247
2186
|
|
|
2248
2187
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2249
2188
|
"""
|
|
2250
2189
|
|
|
2251
2190
|
:return: The class or default when not found.
|
|
2252
|
-
:rtype: typing.Any
|
|
2253
2191
|
"""
|
|
2254
2192
|
|
|
2255
2193
|
def draw(self, context) -> None:
|
|
@@ -2273,14 +2211,12 @@ class OBJECT_PT_bSizeLimitConstraint(
|
|
|
2273
2211
|
"""
|
|
2274
2212
|
|
|
2275
2213
|
:return: The RNA type or default when not found.
|
|
2276
|
-
:rtype: bpy.types.Struct
|
|
2277
2214
|
"""
|
|
2278
2215
|
|
|
2279
2216
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2280
2217
|
"""
|
|
2281
2218
|
|
|
2282
2219
|
:return: The class or default when not found.
|
|
2283
|
-
:rtype: typing.Any
|
|
2284
2220
|
"""
|
|
2285
2221
|
|
|
2286
2222
|
def draw(self, context) -> None:
|
|
@@ -2304,14 +2240,12 @@ class OBJECT_PT_bStretchToConstraint(
|
|
|
2304
2240
|
"""
|
|
2305
2241
|
|
|
2306
2242
|
:return: The RNA type or default when not found.
|
|
2307
|
-
:rtype: bpy.types.Struct
|
|
2308
2243
|
"""
|
|
2309
2244
|
|
|
2310
2245
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2311
2246
|
"""
|
|
2312
2247
|
|
|
2313
2248
|
:return: The class or default when not found.
|
|
2314
|
-
:rtype: typing.Any
|
|
2315
2249
|
"""
|
|
2316
2250
|
|
|
2317
2251
|
def draw(self, context) -> None:
|
|
@@ -2335,14 +2269,12 @@ class OBJECT_PT_bTrackToConstraint(
|
|
|
2335
2269
|
"""
|
|
2336
2270
|
|
|
2337
2271
|
:return: The RNA type or default when not found.
|
|
2338
|
-
:rtype: bpy.types.Struct
|
|
2339
2272
|
"""
|
|
2340
2273
|
|
|
2341
2274
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2342
2275
|
"""
|
|
2343
2276
|
|
|
2344
2277
|
:return: The class or default when not found.
|
|
2345
|
-
:rtype: typing.Any
|
|
2346
2278
|
"""
|
|
2347
2279
|
|
|
2348
2280
|
def draw(self, context) -> None:
|
|
@@ -2366,14 +2298,12 @@ class OBJECT_PT_bTransLikeConstraint(
|
|
|
2366
2298
|
"""
|
|
2367
2299
|
|
|
2368
2300
|
:return: The RNA type or default when not found.
|
|
2369
|
-
:rtype: bpy.types.Struct
|
|
2370
2301
|
"""
|
|
2371
2302
|
|
|
2372
2303
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2373
2304
|
"""
|
|
2374
2305
|
|
|
2375
2306
|
:return: The class or default when not found.
|
|
2376
|
-
:rtype: typing.Any
|
|
2377
2307
|
"""
|
|
2378
2308
|
|
|
2379
2309
|
def draw(self, context) -> None:
|
|
@@ -2397,14 +2327,12 @@ class OBJECT_PT_bTransformCacheConstraint(
|
|
|
2397
2327
|
"""
|
|
2398
2328
|
|
|
2399
2329
|
:return: The RNA type or default when not found.
|
|
2400
|
-
:rtype: bpy.types.Struct
|
|
2401
2330
|
"""
|
|
2402
2331
|
|
|
2403
2332
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2404
2333
|
"""
|
|
2405
2334
|
|
|
2406
2335
|
:return: The class or default when not found.
|
|
2407
|
-
:rtype: typing.Any
|
|
2408
2336
|
"""
|
|
2409
2337
|
|
|
2410
2338
|
def draw(self, context) -> None:
|
|
@@ -2428,14 +2356,12 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
|
|
|
2428
2356
|
"""
|
|
2429
2357
|
|
|
2430
2358
|
:return: The RNA type or default when not found.
|
|
2431
|
-
:rtype: bpy.types.Struct
|
|
2432
2359
|
"""
|
|
2433
2360
|
|
|
2434
2361
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2435
2362
|
"""
|
|
2436
2363
|
|
|
2437
2364
|
:return: The class or default when not found.
|
|
2438
|
-
:rtype: typing.Any
|
|
2439
2365
|
"""
|
|
2440
2366
|
|
|
2441
2367
|
def draw(self, context) -> None:
|
|
@@ -2459,14 +2385,12 @@ class OBJECT_PT_bTransformCacheConstraint_time(
|
|
|
2459
2385
|
"""
|
|
2460
2386
|
|
|
2461
2387
|
:return: The RNA type or default when not found.
|
|
2462
|
-
:rtype: bpy.types.Struct
|
|
2463
2388
|
"""
|
|
2464
2389
|
|
|
2465
2390
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2466
2391
|
"""
|
|
2467
2392
|
|
|
2468
2393
|
:return: The class or default when not found.
|
|
2469
|
-
:rtype: typing.Any
|
|
2470
2394
|
"""
|
|
2471
2395
|
|
|
2472
2396
|
def draw(self, context) -> None:
|
|
@@ -2490,14 +2414,12 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
|
|
|
2490
2414
|
"""
|
|
2491
2415
|
|
|
2492
2416
|
:return: The RNA type or default when not found.
|
|
2493
|
-
:rtype: bpy.types.Struct
|
|
2494
2417
|
"""
|
|
2495
2418
|
|
|
2496
2419
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2497
2420
|
"""
|
|
2498
2421
|
|
|
2499
2422
|
:return: The class or default when not found.
|
|
2500
|
-
:rtype: typing.Any
|
|
2501
2423
|
"""
|
|
2502
2424
|
|
|
2503
2425
|
def draw(self, context) -> None:
|
|
@@ -2521,14 +2443,12 @@ class OBJECT_PT_bTransformConstraint(
|
|
|
2521
2443
|
"""
|
|
2522
2444
|
|
|
2523
2445
|
:return: The RNA type or default when not found.
|
|
2524
|
-
:rtype: bpy.types.Struct
|
|
2525
2446
|
"""
|
|
2526
2447
|
|
|
2527
2448
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2528
2449
|
"""
|
|
2529
2450
|
|
|
2530
2451
|
:return: The class or default when not found.
|
|
2531
|
-
:rtype: typing.Any
|
|
2532
2452
|
"""
|
|
2533
2453
|
|
|
2534
2454
|
def draw(self, context) -> None:
|
|
@@ -2552,14 +2472,12 @@ class OBJECT_PT_bTransformConstraint_destination(
|
|
|
2552
2472
|
"""
|
|
2553
2473
|
|
|
2554
2474
|
:return: The RNA type or default when not found.
|
|
2555
|
-
:rtype: bpy.types.Struct
|
|
2556
2475
|
"""
|
|
2557
2476
|
|
|
2558
2477
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2559
2478
|
"""
|
|
2560
2479
|
|
|
2561
2480
|
:return: The class or default when not found.
|
|
2562
|
-
:rtype: typing.Any
|
|
2563
2481
|
"""
|
|
2564
2482
|
|
|
2565
2483
|
def draw(self, context) -> None:
|
|
@@ -2583,14 +2501,12 @@ class OBJECT_PT_bTransformConstraint_source(
|
|
|
2583
2501
|
"""
|
|
2584
2502
|
|
|
2585
2503
|
:return: The RNA type or default when not found.
|
|
2586
|
-
:rtype: bpy.types.Struct
|
|
2587
2504
|
"""
|
|
2588
2505
|
|
|
2589
2506
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2590
2507
|
"""
|
|
2591
2508
|
|
|
2592
2509
|
:return: The class or default when not found.
|
|
2593
|
-
:rtype: typing.Any
|
|
2594
2510
|
"""
|
|
2595
2511
|
|
|
2596
2512
|
def draw(self, context) -> None:
|
|
@@ -2612,14 +2528,12 @@ class OBJECT_PT_constraints(ObjectConstraintPanel, _bpy_types.Panel):
|
|
|
2612
2528
|
"""
|
|
2613
2529
|
|
|
2614
2530
|
:return: The RNA type or default when not found.
|
|
2615
|
-
:rtype: bpy.types.Struct
|
|
2616
2531
|
"""
|
|
2617
2532
|
|
|
2618
2533
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
2619
2534
|
"""
|
|
2620
2535
|
|
|
2621
2536
|
:return: The class or default when not found.
|
|
2622
|
-
:rtype: typing.Any
|
|
2623
2537
|
"""
|
|
2624
2538
|
|
|
2625
2539
|
def draw(self, _context) -> None:
|