fake-bpy-module 20240705__py3-none-any.whl → 20240707__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/extensions/__init__.pyi +1 -0
- _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
- _bpy_internal/freedesktop/__init__.pyi +1 -0
- addon_utils/__init__.pyi +1 -0
- animsys_refactor/__init__.pyi +1 -0
- aud/__init__.pyi +1 -0
- bgl/__init__.pyi +1 -0
- bl_app_override/__init__.pyi +1 -0
- bl_app_override/helpers/__init__.pyi +1 -0
- bl_app_template_utils/__init__.pyi +1 -0
- bl_console_utils/__init__.pyi +1 -0
- bl_console_utils/autocomplete/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
- bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
- bl_i18n_utils/__init__.pyi +1 -0
- bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
- bl_i18n_utils/merge_po/__init__.pyi +1 -0
- bl_i18n_utils/settings/__init__.pyi +1 -0
- bl_i18n_utils/utils/__init__.pyi +1 -0
- bl_i18n_utils/utils_cli/__init__.pyi +1 -0
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
- bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
- bl_keymap_utils/__init__.pyi +1 -0
- bl_keymap_utils/io/__init__.pyi +1 -0
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
- bl_keymap_utils/versioning/__init__.pyi +1 -0
- bl_math/__init__.pyi +1 -0
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +1 -0
- bl_operators/assets/__init__.pyi +9 -8
- bl_operators/bmesh/__init__.pyi +1 -0
- bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
- bl_operators/clip/__init__.pyi +1 -0
- bl_operators/connect_to_output/__init__.pyi +1 -0
- bl_operators/console/__init__.pyi +1 -0
- bl_operators/constraint/__init__.pyi +1 -0
- bl_operators/file/__init__.pyi +1 -0
- bl_operators/freestyle/__init__.pyi +1 -0
- bl_operators/geometry_nodes/__init__.pyi +1 -0
- bl_operators/image/__init__.pyi +1 -0
- bl_operators/image_as_planes/__init__.pyi +44 -43
- bl_operators/mesh/__init__.pyi +1 -0
- bl_operators/node/__init__.pyi +235 -234
- bl_operators/node_editor/__init__.pyi +1 -0
- bl_operators/node_editor/node_functions/__init__.pyi +1 -0
- bl_operators/object/__init__.pyi +1 -0
- bl_operators/object_align/__init__.pyi +1 -0
- bl_operators/object_quick_effects/__init__.pyi +22 -21
- bl_operators/object_randomize_transform/__init__.pyi +1 -0
- bl_operators/presets/__init__.pyi +389 -388
- bl_operators/rigidbody/__init__.pyi +1 -0
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
- bl_operators/sequencer/__init__.pyi +1 -0
- bl_operators/spreadsheet/__init__.pyi +1 -0
- bl_operators/userpref/__init__.pyi +1 -0
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
- bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
- bl_operators/uvcalc_transform/__init__.pyi +1 -0
- bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
- bl_operators/view3d/__init__.pyi +1 -0
- bl_operators/wm/__init__.pyi +1 -0
- bl_operators/world/__init__.pyi +1 -0
- bl_previews_utils/__init__.pyi +1 -0
- bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
- bl_rna_utils/__init__.pyi +1 -0
- bl_rna_utils/data_path/__init__.pyi +1 -0
- bl_text_utils/__init__.pyi +1 -0
- bl_text_utils/external_editor/__init__.pyi +1 -0
- bl_ui/__init__.pyi +1 -0
- bl_ui/anim/__init__.pyi +1 -0
- bl_ui/asset_shelf/__init__.pyi +1 -0
- bl_ui/generic_ui_list/__init__.pyi +1 -0
- bl_ui/node_add_menu/__init__.pyi +1 -0
- bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
- bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
- bl_ui/node_add_menu_shader/__init__.pyi +1 -0
- bl_ui/node_add_menu_texture/__init__.pyi +1 -0
- bl_ui/properties_animviz/__init__.pyi +1 -0
- bl_ui/properties_collection/__init__.pyi +13 -12
- bl_ui/properties_constraint/__init__.pyi +955 -954
- bl_ui/properties_data_armature/__init__.pyi +86 -85
- bl_ui/properties_data_bone/__init__.pyi +13 -12
- bl_ui/properties_data_camera/__init__.pyi +1 -0
- bl_ui/properties_data_curve/__init__.pyi +93 -92
- bl_ui/properties_data_curves/__init__.pyi +13 -12
- bl_ui/properties_data_empty/__init__.pyi +13 -12
- bl_ui/properties_data_gpencil/__init__.pyi +266 -265
- bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
- bl_ui/properties_data_lattice/__init__.pyi +13 -12
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
- bl_ui/properties_data_mesh/__init__.pyi +528 -527
- bl_ui/properties_data_metaball/__init__.pyi +13 -12
- bl_ui/properties_data_modifier/__init__.pyi +20 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
- bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
- bl_ui/properties_data_speaker/__init__.pyi +13 -12
- bl_ui/properties_data_volume/__init__.pyi +66 -65
- bl_ui/properties_freestyle/__init__.pyi +249 -248
- bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
- bl_ui/properties_mask_common/__init__.pyi +1 -0
- bl_ui/properties_material/__init__.pyi +146 -145
- bl_ui/properties_material_gpencil/__init__.pyi +87 -86
- bl_ui/properties_object/__init__.pyi +76 -75
- bl_ui/properties_output/__init__.pyi +202 -201
- bl_ui/properties_paint_common/__init__.pyi +1 -0
- bl_ui/properties_particle/__init__.pyi +221 -220
- bl_ui/properties_physics_cloth/__init__.pyi +13 -12
- bl_ui/properties_physics_common/__init__.pyi +13 -12
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
- bl_ui/properties_physics_field/__init__.pyi +20 -19
- bl_ui/properties_physics_fluid/__init__.pyi +62 -61
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
- bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
- bl_ui/properties_physics_softbody/__init__.pyi +13 -12
- bl_ui/properties_render/__init__.pyi +218 -217
- bl_ui/properties_scene/__init__.pyi +144 -143
- bl_ui/properties_texture/__init__.pyi +157 -156
- bl_ui/properties_view_layer/__init__.pyi +79 -78
- bl_ui/properties_workspace/__init__.pyi +65 -64
- bl_ui/properties_world/__init__.pyi +13 -12
- bl_ui/space_clip/__init__.pyi +367 -366
- bl_ui/space_console/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +177 -176
- bl_ui/space_filebrowser/__init__.pyi +736 -735
- bl_ui/space_graph/__init__.pyi +1 -0
- bl_ui/space_image/__init__.pyi +647 -646
- bl_ui/space_info/__init__.pyi +1 -0
- bl_ui/space_nla/__init__.pyi +1 -0
- bl_ui/space_node/__init__.pyi +1 -0
- bl_ui/space_outliner/__init__.pyi +1 -0
- bl_ui/space_properties/__init__.pyi +1 -0
- bl_ui/space_sequencer/__init__.pyi +842 -389
- bl_ui/space_spreadsheet/__init__.pyi +1 -0
- bl_ui/space_statusbar/__init__.pyi +1 -0
- bl_ui/space_text/__init__.pyi +1 -0
- bl_ui/space_time/__init__.pyi +12 -11
- bl_ui/space_toolsystem_common/__init__.pyi +1 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
- bl_ui/space_topbar/__init__.pyi +1 -0
- bl_ui/space_userpref/__init__.pyi +685 -684
- bl_ui/space_view3d/__init__.pyi +1153 -1152
- bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
- bl_ui/temp_anim_layers/__init__.pyi +1 -0
- bl_ui/utils/__init__.pyi +1 -0
- bl_ui_utils/__init__.pyi +1 -0
- bl_ui_utils/bug_report_url/__init__.pyi +1 -0
- bl_ui_utils/layout/__init__.pyi +1 -0
- blend_render_info/__init__.pyi +1 -0
- blf/__init__.pyi +1 -0
- bmesh/__init__.pyi +1 -0
- bmesh/geometry/__init__.pyi +1 -0
- bmesh/ops/__init__.pyi +1 -0
- bmesh/types/__init__.pyi +1 -0
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -0
- bpy/app/__init__.pyi +1 -0
- bpy/app/handlers/__init__.pyi +1 -0
- bpy/app/icons/__init__.pyi +1 -0
- bpy/app/timers/__init__.pyi +1 -0
- bpy/app/translations/__init__.pyi +1 -0
- bpy/msgbus/__init__.pyi +1 -0
- bpy/ops/__init__.pyi +1 -0
- bpy/ops/action/__init__.pyi +1 -0
- bpy/ops/anim/__init__.pyi +15 -14
- bpy/ops/armature/__init__.pyi +1 -0
- bpy/ops/asset/__init__.pyi +1 -0
- bpy/ops/boid/__init__.pyi +1 -0
- bpy/ops/brush/__init__.pyi +1 -0
- bpy/ops/buttons/__init__.pyi +1 -0
- bpy/ops/cachefile/__init__.pyi +1 -0
- bpy/ops/camera/__init__.pyi +1 -0
- bpy/ops/clip/__init__.pyi +1 -0
- bpy/ops/cloth/__init__.pyi +1 -0
- bpy/ops/collection/__init__.pyi +1 -0
- bpy/ops/console/__init__.pyi +1 -0
- bpy/ops/constraint/__init__.pyi +1 -0
- bpy/ops/curve/__init__.pyi +1 -0
- bpy/ops/curves/__init__.pyi +1 -0
- bpy/ops/cycles/__init__.pyi +1 -0
- bpy/ops/dpaint/__init__.pyi +1 -0
- bpy/ops/ed/__init__.pyi +1 -0
- bpy/ops/export_anim/__init__.pyi +1 -0
- bpy/ops/export_scene/__init__.pyi +1 -0
- bpy/ops/extensions/__init__.pyi +1 -0
- bpy/ops/file/__init__.pyi +1 -0
- bpy/ops/fluid/__init__.pyi +1 -0
- bpy/ops/font/__init__.pyi +1 -0
- bpy/ops/geometry/__init__.pyi +1 -0
- bpy/ops/gizmogroup/__init__.pyi +1 -0
- bpy/ops/gpencil/__init__.pyi +1 -0
- bpy/ops/graph/__init__.pyi +1 -0
- bpy/ops/grease_pencil/__init__.pyi +19 -0
- bpy/ops/image/__init__.pyi +1 -0
- bpy/ops/import_anim/__init__.pyi +1 -0
- bpy/ops/import_curve/__init__.pyi +1 -0
- bpy/ops/import_scene/__init__.pyi +1 -0
- bpy/ops/info/__init__.pyi +1 -0
- bpy/ops/lattice/__init__.pyi +1 -0
- bpy/ops/marker/__init__.pyi +1 -0
- bpy/ops/mask/__init__.pyi +1 -0
- bpy/ops/material/__init__.pyi +1 -0
- bpy/ops/mball/__init__.pyi +1 -0
- bpy/ops/mesh/__init__.pyi +7 -2
- bpy/ops/nla/__init__.pyi +1 -0
- bpy/ops/node/__init__.pyi +1 -0
- bpy/ops/object/__init__.pyi +2 -1
- bpy/ops/outliner/__init__.pyi +1 -0
- bpy/ops/paint/__init__.pyi +1 -0
- bpy/ops/paintcurve/__init__.pyi +1 -0
- bpy/ops/palette/__init__.pyi +1 -0
- bpy/ops/particle/__init__.pyi +1 -0
- bpy/ops/pose/__init__.pyi +1 -0
- bpy/ops/poselib/__init__.pyi +1 -0
- bpy/ops/preferences/__init__.pyi +1 -0
- bpy/ops/ptcache/__init__.pyi +1 -0
- bpy/ops/render/__init__.pyi +1 -0
- bpy/ops/rigidbody/__init__.pyi +1 -0
- bpy/ops/scene/__init__.pyi +1 -0
- bpy/ops/screen/__init__.pyi +1 -0
- bpy/ops/script/__init__.pyi +1 -0
- bpy/ops/sculpt/__init__.pyi +1 -0
- bpy/ops/sculpt_curves/__init__.pyi +1 -0
- bpy/ops/sequencer/__init__.pyi +1 -0
- bpy/ops/sound/__init__.pyi +1 -0
- bpy/ops/spreadsheet/__init__.pyi +1 -0
- bpy/ops/surface/__init__.pyi +1 -0
- bpy/ops/text/__init__.pyi +1 -0
- bpy/ops/text_editor/__init__.pyi +1 -0
- bpy/ops/texture/__init__.pyi +1 -0
- bpy/ops/transform/__init__.pyi +17 -16
- bpy/ops/ui/__init__.pyi +1 -0
- bpy/ops/uilist/__init__.pyi +1 -0
- bpy/ops/uv/__init__.pyi +1 -0
- bpy/ops/view2d/__init__.pyi +1 -0
- bpy/ops/view3d/__init__.pyi +1 -0
- bpy/ops/wm/__init__.pyi +5 -4
- bpy/ops/workspace/__init__.pyi +1 -0
- bpy/ops/world/__init__.pyi +1 -0
- bpy/path/__init__.pyi +1 -0
- bpy/props/__init__.pyi +1 -0
- bpy/types/__init__.pyi +68824 -68756
- bpy/utils/__init__.pyi +1 -0
- bpy/utils/previews/__init__.pyi +1 -0
- bpy/utils/units/__init__.pyi +1 -0
- bpy_extras/__init__.pyi +1 -0
- bpy_extras/anim_utils/__init__.pyi +1 -0
- bpy_extras/asset_utils/__init__.pyi +1 -0
- bpy_extras/bmesh_utils/__init__.pyi +1 -0
- bpy_extras/id_map_utils/__init__.pyi +1 -0
- bpy_extras/image_utils/__init__.pyi +1 -0
- bpy_extras/io_utils/__init__.pyi +1 -0
- bpy_extras/keyconfig_utils/__init__.pyi +1 -0
- bpy_extras/mesh_utils/__init__.pyi +1 -0
- bpy_extras/node_shader_utils/__init__.pyi +1 -0
- bpy_extras/node_utils/__init__.pyi +1 -0
- bpy_extras/object_utils/__init__.pyi +1 -0
- bpy_extras/view3d_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/__init__.pyi +1 -0
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
- bpy_restrict_state/__init__.pyi +1 -0
- bpy_types/__init__.pyi +1 -0
- console_python/__init__.pyi +1 -0
- console_shell/__init__.pyi +1 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
- fake_bpy_module-20240707.dist-info/RECORD +358 -0
- freestyle/__init__.pyi +1 -0
- freestyle/chainingiterators/__init__.pyi +1 -0
- freestyle/functions/__init__.pyi +1 -0
- freestyle/predicates/__init__.pyi +1 -0
- freestyle/shaders/__init__.pyi +1 -0
- freestyle/types/__init__.pyi +1 -0
- freestyle/utils/ContextFunctions/__init__.pyi +1 -0
- freestyle/utils/__init__.pyi +2 -1
- gpu/__init__.pyi +1 -0
- gpu/capabilities/__init__.pyi +1 -0
- gpu/matrix/__init__.pyi +1 -0
- gpu/platform/__init__.pyi +1 -0
- gpu/select/__init__.pyi +1 -0
- gpu/shader/__init__.pyi +1 -0
- gpu/state/__init__.pyi +1 -0
- gpu/texture/__init__.pyi +1 -0
- gpu/types/__init__.pyi +1 -0
- gpu_extras/__init__.pyi +1 -0
- gpu_extras/batch/__init__.pyi +1 -0
- gpu_extras/presets/__init__.pyi +1 -0
- graphviz_export/__init__.pyi +1 -0
- idprop/__init__.pyi +1 -0
- idprop/types/__init__.pyi +1 -0
- imbuf/__init__.pyi +1 -0
- imbuf/types/__init__.pyi +1 -0
- keyingsets_builtins/__init__.pyi +88 -87
- keyingsets_utils/__init__.pyi +1 -0
- mathutils/__init__.pyi +157 -6
- mathutils/bvhtree/__init__.pyi +1 -0
- mathutils/geometry/__init__.pyi +1 -0
- mathutils/interpolate/__init__.pyi +1 -0
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +1 -0
- nodeitems_builtins/__init__.pyi +8 -7
- nodeitems_utils/__init__.pyi +1 -0
- rna_info/__init__.pyi +1 -0
- rna_keymap_ui/__init__.pyi +1 -0
- rna_prop_ui/__init__.pyi +1 -0
- rna_xml/__init__.pyi +1 -0
- sys_info/__init__.pyi +1 -0
- fake_bpy_module-20240705.dist-info/RECORD +0 -358
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
|
@@ -1,26 +1,61 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
3
4
|
import bpy.types
|
|
4
5
|
import bpy_types
|
|
5
6
|
|
|
6
7
|
GenericType1 = typing.TypeVar("GenericType1")
|
|
7
8
|
GenericType2 = typing.TypeVar("GenericType2")
|
|
8
9
|
|
|
9
|
-
class
|
|
10
|
+
class BONE_PT_bActionConstraint(
|
|
11
|
+
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
12
|
+
):
|
|
10
13
|
bl_context: typing.Any
|
|
14
|
+
bl_label: typing.Any
|
|
15
|
+
bl_options: typing.Any
|
|
16
|
+
bl_region_type: typing.Any
|
|
17
|
+
bl_rna: typing.Any
|
|
18
|
+
bl_space_type: typing.Any
|
|
19
|
+
id_data: typing.Any
|
|
11
20
|
|
|
12
|
-
def
|
|
21
|
+
def append(self, draw_func):
|
|
22
|
+
"""Append a draw function to this menu,
|
|
23
|
+
takes the same arguments as the menus draw function
|
|
24
|
+
|
|
25
|
+
:param draw_func:
|
|
13
26
|
"""
|
|
27
|
+
...
|
|
14
28
|
|
|
15
|
-
|
|
29
|
+
def as_pointer(self) -> int:
|
|
30
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
31
|
+
|
|
32
|
+
:return: int (memory address).
|
|
33
|
+
:rtype: int
|
|
16
34
|
"""
|
|
17
35
|
...
|
|
18
36
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
37
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
38
|
+
"""
|
|
39
|
+
|
|
40
|
+
:return: The RNA type or default when not found.
|
|
41
|
+
:rtype: bpy.types.Struct
|
|
42
|
+
"""
|
|
43
|
+
...
|
|
44
|
+
|
|
45
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
46
|
+
"""
|
|
47
|
+
|
|
48
|
+
:return: The class or default when not found.
|
|
49
|
+
:rtype: typing.Any
|
|
50
|
+
"""
|
|
51
|
+
...
|
|
52
|
+
|
|
53
|
+
def draw(self, context):
|
|
54
|
+
"""
|
|
55
|
+
|
|
56
|
+
:param context:
|
|
57
|
+
"""
|
|
58
|
+
...
|
|
24
59
|
|
|
25
60
|
def draw_action(self, context):
|
|
26
61
|
"""
|
|
@@ -240,144 +275,218 @@ class ConstraintButtonsPanel:
|
|
|
240
275
|
"""
|
|
241
276
|
...
|
|
242
277
|
|
|
243
|
-
def
|
|
244
|
-
"""
|
|
278
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
279
|
+
"""Adds driver(s) to the given property
|
|
245
280
|
|
|
246
|
-
:
|
|
281
|
+
:return: The driver(s) added.
|
|
282
|
+
:rtype: bpy.types.FCurve
|
|
247
283
|
"""
|
|
248
284
|
...
|
|
249
285
|
|
|
250
|
-
def
|
|
286
|
+
def driver_remove(self) -> bool:
|
|
287
|
+
"""Remove driver(s) from the given property
|
|
288
|
+
|
|
289
|
+
:return: Success of driver removal.
|
|
290
|
+
:rtype: bool
|
|
251
291
|
"""
|
|
292
|
+
...
|
|
293
|
+
|
|
294
|
+
def get(self):
|
|
295
|
+
"""Returns the value of the custom property assigned to key or default
|
|
296
|
+
when not found (matches Python's dictionary function of the same name).
|
|
252
297
|
|
|
253
|
-
:param layout:
|
|
254
|
-
:param con:
|
|
255
|
-
:param target:
|
|
256
|
-
:param owner:
|
|
257
|
-
:param separator:
|
|
258
298
|
"""
|
|
259
299
|
...
|
|
260
300
|
|
|
261
|
-
def
|
|
301
|
+
def get_constraint(self, _context):
|
|
262
302
|
"""
|
|
263
303
|
|
|
264
|
-
:param
|
|
265
|
-
:param con:
|
|
266
|
-
:param subtargets:
|
|
304
|
+
:param _context:
|
|
267
305
|
"""
|
|
268
306
|
...
|
|
269
307
|
|
|
270
|
-
|
|
271
|
-
bl_label: typing.Any
|
|
272
|
-
bl_region_type: typing.Any
|
|
273
|
-
bl_space_type: typing.Any
|
|
274
|
-
|
|
275
|
-
def draw_action_action(self, context):
|
|
308
|
+
def id_properties_clear(self):
|
|
276
309
|
"""
|
|
277
310
|
|
|
278
|
-
:
|
|
311
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
279
312
|
"""
|
|
280
313
|
...
|
|
281
314
|
|
|
282
|
-
def
|
|
315
|
+
def id_properties_ensure(self):
|
|
283
316
|
"""
|
|
284
317
|
|
|
285
|
-
:
|
|
318
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
286
319
|
"""
|
|
287
320
|
...
|
|
288
321
|
|
|
289
|
-
def
|
|
322
|
+
def id_properties_ui(self):
|
|
290
323
|
"""
|
|
291
324
|
|
|
292
|
-
:
|
|
325
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
293
326
|
"""
|
|
294
327
|
...
|
|
295
328
|
|
|
296
|
-
def
|
|
297
|
-
|
|
329
|
+
def is_extended(self): ...
|
|
330
|
+
def is_property_hidden(self) -> bool:
|
|
331
|
+
"""Check if a property is hidden.
|
|
298
332
|
|
|
299
|
-
:
|
|
333
|
+
:return: True when the property is hidden.
|
|
334
|
+
:rtype: bool
|
|
300
335
|
"""
|
|
301
336
|
...
|
|
302
337
|
|
|
303
|
-
def
|
|
338
|
+
def is_property_overridable_library(self) -> bool:
|
|
339
|
+
"""Check if a property is overridable.
|
|
340
|
+
|
|
341
|
+
:return: True when the property is overridable.
|
|
342
|
+
:rtype: bool
|
|
304
343
|
"""
|
|
344
|
+
...
|
|
305
345
|
|
|
306
|
-
|
|
346
|
+
def is_property_readonly(self) -> bool:
|
|
347
|
+
"""Check if a property is readonly.
|
|
348
|
+
|
|
349
|
+
:return: True when the property is readonly (not writable).
|
|
350
|
+
:rtype: bool
|
|
307
351
|
"""
|
|
308
352
|
...
|
|
309
353
|
|
|
310
|
-
def
|
|
354
|
+
def is_property_set(self) -> bool:
|
|
355
|
+
"""Check if a property is set, use for testing operator properties.
|
|
356
|
+
|
|
357
|
+
:return: True when the property has been set.
|
|
358
|
+
:rtype: bool
|
|
311
359
|
"""
|
|
360
|
+
...
|
|
312
361
|
|
|
313
|
-
|
|
362
|
+
def items(self):
|
|
363
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
364
|
+
dictionary function of the same name).
|
|
365
|
+
|
|
366
|
+
:return: custom property key, value pairs.
|
|
314
367
|
"""
|
|
315
368
|
...
|
|
316
369
|
|
|
317
|
-
def
|
|
370
|
+
def keyframe_delete(self) -> bool:
|
|
371
|
+
"""Remove a keyframe from this properties fcurve.
|
|
372
|
+
|
|
373
|
+
:return: Success of keyframe deletion.
|
|
374
|
+
:rtype: bool
|
|
318
375
|
"""
|
|
376
|
+
...
|
|
319
377
|
|
|
320
|
-
|
|
378
|
+
def keyframe_insert(self) -> bool:
|
|
379
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
380
|
+
|
|
381
|
+
:return: Success of keyframe insertion.
|
|
382
|
+
:rtype: bool
|
|
321
383
|
"""
|
|
322
384
|
...
|
|
323
385
|
|
|
324
|
-
def
|
|
386
|
+
def keys(self):
|
|
387
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
388
|
+
dictionary function of the same name).
|
|
389
|
+
|
|
390
|
+
:return: custom property keys.
|
|
325
391
|
"""
|
|
392
|
+
...
|
|
326
393
|
|
|
327
|
-
|
|
328
|
-
|
|
394
|
+
def path_from_id(self) -> str:
|
|
395
|
+
"""Returns the data path from the ID to this object (string).
|
|
396
|
+
|
|
397
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
398
|
+
to this struct and property (when given).
|
|
399
|
+
:rtype: str
|
|
329
400
|
"""
|
|
330
401
|
...
|
|
331
402
|
|
|
332
|
-
def
|
|
403
|
+
def path_resolve(self):
|
|
404
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
405
|
+
...
|
|
406
|
+
|
|
407
|
+
def poll(self, context):
|
|
333
408
|
"""
|
|
334
409
|
|
|
335
410
|
:param context:
|
|
336
411
|
"""
|
|
337
412
|
...
|
|
338
413
|
|
|
339
|
-
def
|
|
414
|
+
def pop(self):
|
|
415
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
416
|
+
when not found (matches Python's dictionary function of the same name).
|
|
417
|
+
|
|
340
418
|
"""
|
|
419
|
+
...
|
|
341
420
|
|
|
342
|
-
|
|
421
|
+
def prepend(self, draw_func):
|
|
422
|
+
"""Prepend a draw function to this menu, takes the same arguments as
|
|
423
|
+
the menus draw function
|
|
424
|
+
|
|
425
|
+
:param draw_func:
|
|
343
426
|
"""
|
|
344
427
|
...
|
|
345
428
|
|
|
346
|
-
def
|
|
429
|
+
def property_overridable_library_set(self) -> bool:
|
|
430
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
431
|
+
|
|
432
|
+
:return: True when the overridable status of the property was successfully set.
|
|
433
|
+
:rtype: bool
|
|
347
434
|
"""
|
|
435
|
+
...
|
|
348
436
|
|
|
349
|
-
|
|
437
|
+
def property_unset(self):
|
|
438
|
+
"""Unset a property, will use default value afterward."""
|
|
439
|
+
...
|
|
440
|
+
|
|
441
|
+
def remove(self, draw_func):
|
|
442
|
+
"""Remove a draw function that has been added to this menu
|
|
443
|
+
|
|
444
|
+
:param draw_func:
|
|
350
445
|
"""
|
|
351
446
|
...
|
|
352
447
|
|
|
353
|
-
def
|
|
448
|
+
def space_template(self, layout, con, target=True, owner=True, separator=True):
|
|
354
449
|
"""
|
|
355
450
|
|
|
356
|
-
:param
|
|
451
|
+
:param layout:
|
|
452
|
+
:param con:
|
|
453
|
+
:param target:
|
|
454
|
+
:param owner:
|
|
455
|
+
:param separator:
|
|
357
456
|
"""
|
|
358
457
|
...
|
|
359
458
|
|
|
360
|
-
def
|
|
459
|
+
def target_template(self, layout, con, subtargets=True):
|
|
361
460
|
"""
|
|
362
461
|
|
|
363
|
-
:param
|
|
462
|
+
:param layout:
|
|
463
|
+
:param con:
|
|
464
|
+
:param subtargets:
|
|
364
465
|
"""
|
|
365
466
|
...
|
|
366
467
|
|
|
367
|
-
|
|
368
|
-
|
|
468
|
+
def type_recast(self):
|
|
469
|
+
"""Return a new instance, this is needed because types
|
|
470
|
+
such as textures can be changed at runtime.
|
|
369
471
|
|
|
370
|
-
|
|
472
|
+
:return: a new instance of this object with the type initialized again.
|
|
371
473
|
"""
|
|
474
|
+
...
|
|
372
475
|
|
|
373
|
-
|
|
476
|
+
def values(self):
|
|
477
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
478
|
+
dictionary function of the same name).
|
|
479
|
+
|
|
480
|
+
:return: custom property values.
|
|
374
481
|
"""
|
|
375
482
|
...
|
|
376
483
|
|
|
377
|
-
class
|
|
484
|
+
class BONE_PT_bActionConstraint_action(
|
|
485
|
+
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
486
|
+
):
|
|
378
487
|
bl_context: typing.Any
|
|
379
488
|
bl_label: typing.Any
|
|
380
|
-
|
|
489
|
+
bl_parent_id: typing.Any
|
|
381
490
|
bl_region_type: typing.Any
|
|
382
491
|
bl_rna: typing.Any
|
|
383
492
|
bl_space_type: typing.Any
|
|
@@ -415,10 +524,95 @@ class BONE_PT_constraints(BoneConstraintPanel, bpy_types._GenericUI):
|
|
|
415
524
|
"""
|
|
416
525
|
...
|
|
417
526
|
|
|
418
|
-
def draw(self,
|
|
527
|
+
def draw(self, context):
|
|
419
528
|
"""
|
|
420
529
|
|
|
421
|
-
:param
|
|
530
|
+
:param context:
|
|
531
|
+
"""
|
|
532
|
+
...
|
|
533
|
+
|
|
534
|
+
def draw_action_action(self, context):
|
|
535
|
+
"""
|
|
536
|
+
|
|
537
|
+
:param context:
|
|
538
|
+
"""
|
|
539
|
+
...
|
|
540
|
+
|
|
541
|
+
def draw_action_target(self, context):
|
|
542
|
+
"""
|
|
543
|
+
|
|
544
|
+
:param context:
|
|
545
|
+
"""
|
|
546
|
+
...
|
|
547
|
+
|
|
548
|
+
def draw_armature_bones(self, context):
|
|
549
|
+
"""
|
|
550
|
+
|
|
551
|
+
:param context:
|
|
552
|
+
"""
|
|
553
|
+
...
|
|
554
|
+
|
|
555
|
+
def draw_spline_ik_chain_scaling(self, context):
|
|
556
|
+
"""
|
|
557
|
+
|
|
558
|
+
:param context:
|
|
559
|
+
"""
|
|
560
|
+
...
|
|
561
|
+
|
|
562
|
+
def draw_spline_ik_fitting(self, context):
|
|
563
|
+
"""
|
|
564
|
+
|
|
565
|
+
:param context:
|
|
566
|
+
"""
|
|
567
|
+
...
|
|
568
|
+
|
|
569
|
+
def draw_transform_cache_layers(self, context):
|
|
570
|
+
"""
|
|
571
|
+
|
|
572
|
+
:param context:
|
|
573
|
+
"""
|
|
574
|
+
...
|
|
575
|
+
|
|
576
|
+
def draw_transform_cache_procedural(self, context):
|
|
577
|
+
"""
|
|
578
|
+
|
|
579
|
+
:param context:
|
|
580
|
+
"""
|
|
581
|
+
...
|
|
582
|
+
|
|
583
|
+
def draw_transform_cache_subpanel(self, context, template_func):
|
|
584
|
+
"""
|
|
585
|
+
|
|
586
|
+
:param context:
|
|
587
|
+
:param template_func:
|
|
588
|
+
"""
|
|
589
|
+
...
|
|
590
|
+
|
|
591
|
+
def draw_transform_cache_time(self, context):
|
|
592
|
+
"""
|
|
593
|
+
|
|
594
|
+
:param context:
|
|
595
|
+
"""
|
|
596
|
+
...
|
|
597
|
+
|
|
598
|
+
def draw_transform_cache_velocity(self, context):
|
|
599
|
+
"""
|
|
600
|
+
|
|
601
|
+
:param context:
|
|
602
|
+
"""
|
|
603
|
+
...
|
|
604
|
+
|
|
605
|
+
def draw_transform_from(self, context):
|
|
606
|
+
"""
|
|
607
|
+
|
|
608
|
+
:param context:
|
|
609
|
+
"""
|
|
610
|
+
...
|
|
611
|
+
|
|
612
|
+
def draw_transform_to(self, context):
|
|
613
|
+
"""
|
|
614
|
+
|
|
615
|
+
:param context:
|
|
422
616
|
"""
|
|
423
617
|
...
|
|
424
618
|
|
|
@@ -445,6 +639,13 @@ class BONE_PT_constraints(BoneConstraintPanel, bpy_types._GenericUI):
|
|
|
445
639
|
"""
|
|
446
640
|
...
|
|
447
641
|
|
|
642
|
+
def get_constraint(self, _context):
|
|
643
|
+
"""
|
|
644
|
+
|
|
645
|
+
:param _context:
|
|
646
|
+
"""
|
|
647
|
+
...
|
|
648
|
+
|
|
448
649
|
def id_properties_clear(self):
|
|
449
650
|
"""
|
|
450
651
|
|
|
@@ -601,12 +802,12 @@ class BONE_PT_constraints(BoneConstraintPanel, bpy_types._GenericUI):
|
|
|
601
802
|
"""
|
|
602
803
|
...
|
|
603
804
|
|
|
604
|
-
class
|
|
605
|
-
BoneConstraintPanel,
|
|
805
|
+
class BONE_PT_bActionConstraint_target(
|
|
806
|
+
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
606
807
|
):
|
|
607
808
|
bl_context: typing.Any
|
|
608
809
|
bl_label: typing.Any
|
|
609
|
-
|
|
810
|
+
bl_parent_id: typing.Any
|
|
610
811
|
bl_region_type: typing.Any
|
|
611
812
|
bl_rna: typing.Any
|
|
612
813
|
bl_space_type: typing.Any
|
|
@@ -651,218 +852,85 @@ class BONE_PT_bActionConstraint(
|
|
|
651
852
|
"""
|
|
652
853
|
...
|
|
653
854
|
|
|
654
|
-
def
|
|
655
|
-
"""
|
|
656
|
-
|
|
657
|
-
:param context:
|
|
658
|
-
"""
|
|
659
|
-
...
|
|
660
|
-
|
|
661
|
-
def draw_armature(self, context):
|
|
662
|
-
"""
|
|
663
|
-
|
|
664
|
-
:param context:
|
|
665
|
-
"""
|
|
666
|
-
...
|
|
667
|
-
|
|
668
|
-
def draw_camera_solver(self, context):
|
|
669
|
-
"""
|
|
670
|
-
|
|
671
|
-
:param context:
|
|
672
|
-
"""
|
|
673
|
-
...
|
|
674
|
-
|
|
675
|
-
def draw_childof(self, context):
|
|
676
|
-
"""
|
|
677
|
-
|
|
678
|
-
:param context:
|
|
679
|
-
"""
|
|
680
|
-
...
|
|
681
|
-
|
|
682
|
-
def draw_clamp_to(self, context):
|
|
683
|
-
"""
|
|
684
|
-
|
|
685
|
-
:param context:
|
|
686
|
-
"""
|
|
687
|
-
...
|
|
688
|
-
|
|
689
|
-
def draw_damp_track(self, context):
|
|
690
|
-
"""
|
|
691
|
-
|
|
692
|
-
:param context:
|
|
693
|
-
"""
|
|
694
|
-
...
|
|
695
|
-
|
|
696
|
-
def draw_dist_limit(self, context):
|
|
697
|
-
"""
|
|
698
|
-
|
|
699
|
-
:param context:
|
|
700
|
-
"""
|
|
701
|
-
...
|
|
702
|
-
|
|
703
|
-
def draw_follow_path(self, context):
|
|
704
|
-
"""
|
|
705
|
-
|
|
706
|
-
:param context:
|
|
707
|
-
"""
|
|
708
|
-
...
|
|
709
|
-
|
|
710
|
-
def draw_follow_track(self, context):
|
|
711
|
-
"""
|
|
712
|
-
|
|
713
|
-
:param context:
|
|
714
|
-
"""
|
|
715
|
-
...
|
|
716
|
-
|
|
717
|
-
def draw_header(self, context):
|
|
718
|
-
"""
|
|
719
|
-
|
|
720
|
-
:param context:
|
|
721
|
-
"""
|
|
722
|
-
...
|
|
723
|
-
|
|
724
|
-
def draw_influence(self, layout, con):
|
|
725
|
-
"""
|
|
726
|
-
|
|
727
|
-
:param layout:
|
|
728
|
-
:param con:
|
|
729
|
-
"""
|
|
730
|
-
...
|
|
731
|
-
|
|
732
|
-
def draw_kinematic(self, context):
|
|
733
|
-
"""
|
|
734
|
-
|
|
735
|
-
:param context:
|
|
736
|
-
"""
|
|
737
|
-
...
|
|
738
|
-
|
|
739
|
-
def draw_loc_limit(self, context):
|
|
740
|
-
"""
|
|
741
|
-
|
|
742
|
-
:param context:
|
|
743
|
-
"""
|
|
744
|
-
...
|
|
745
|
-
|
|
746
|
-
def draw_locate_like(self, context):
|
|
747
|
-
"""
|
|
748
|
-
|
|
749
|
-
:param context:
|
|
750
|
-
"""
|
|
751
|
-
...
|
|
752
|
-
|
|
753
|
-
def draw_lock_track(self, context):
|
|
754
|
-
"""
|
|
755
|
-
|
|
756
|
-
:param context:
|
|
757
|
-
"""
|
|
758
|
-
...
|
|
759
|
-
|
|
760
|
-
def draw_min_max(self, context):
|
|
761
|
-
"""
|
|
762
|
-
|
|
763
|
-
:param context:
|
|
764
|
-
"""
|
|
765
|
-
...
|
|
766
|
-
|
|
767
|
-
def draw_object_solver(self, context):
|
|
768
|
-
"""
|
|
769
|
-
|
|
770
|
-
:param context:
|
|
771
|
-
"""
|
|
772
|
-
...
|
|
773
|
-
|
|
774
|
-
def draw_pivot(self, context):
|
|
775
|
-
"""
|
|
776
|
-
|
|
777
|
-
:param context:
|
|
778
|
-
"""
|
|
779
|
-
...
|
|
780
|
-
|
|
781
|
-
def draw_python_constraint(self, _context):
|
|
782
|
-
"""
|
|
783
|
-
|
|
784
|
-
:param _context:
|
|
785
|
-
"""
|
|
786
|
-
...
|
|
787
|
-
|
|
788
|
-
def draw_rot_limit(self, context):
|
|
855
|
+
def draw_action_action(self, context):
|
|
789
856
|
"""
|
|
790
857
|
|
|
791
858
|
:param context:
|
|
792
859
|
"""
|
|
793
860
|
...
|
|
794
861
|
|
|
795
|
-
def
|
|
862
|
+
def draw_action_target(self, context):
|
|
796
863
|
"""
|
|
797
864
|
|
|
798
865
|
:param context:
|
|
799
866
|
"""
|
|
800
867
|
...
|
|
801
868
|
|
|
802
|
-
def
|
|
869
|
+
def draw_armature_bones(self, context):
|
|
803
870
|
"""
|
|
804
871
|
|
|
805
872
|
:param context:
|
|
806
873
|
"""
|
|
807
874
|
...
|
|
808
875
|
|
|
809
|
-
def
|
|
876
|
+
def draw_spline_ik_chain_scaling(self, context):
|
|
810
877
|
"""
|
|
811
878
|
|
|
812
879
|
:param context:
|
|
813
880
|
"""
|
|
814
881
|
...
|
|
815
882
|
|
|
816
|
-
def
|
|
883
|
+
def draw_spline_ik_fitting(self, context):
|
|
817
884
|
"""
|
|
818
885
|
|
|
819
886
|
:param context:
|
|
820
887
|
"""
|
|
821
888
|
...
|
|
822
889
|
|
|
823
|
-
def
|
|
890
|
+
def draw_transform_cache_layers(self, context):
|
|
824
891
|
"""
|
|
825
892
|
|
|
826
893
|
:param context:
|
|
827
894
|
"""
|
|
828
895
|
...
|
|
829
896
|
|
|
830
|
-
def
|
|
897
|
+
def draw_transform_cache_procedural(self, context):
|
|
831
898
|
"""
|
|
832
899
|
|
|
833
900
|
:param context:
|
|
834
901
|
"""
|
|
835
902
|
...
|
|
836
903
|
|
|
837
|
-
def
|
|
904
|
+
def draw_transform_cache_subpanel(self, context, template_func):
|
|
838
905
|
"""
|
|
839
906
|
|
|
840
907
|
:param context:
|
|
908
|
+
:param template_func:
|
|
841
909
|
"""
|
|
842
910
|
...
|
|
843
911
|
|
|
844
|
-
def
|
|
912
|
+
def draw_transform_cache_time(self, context):
|
|
845
913
|
"""
|
|
846
914
|
|
|
847
915
|
:param context:
|
|
848
916
|
"""
|
|
849
917
|
...
|
|
850
918
|
|
|
851
|
-
def
|
|
919
|
+
def draw_transform_cache_velocity(self, context):
|
|
852
920
|
"""
|
|
853
921
|
|
|
854
922
|
:param context:
|
|
855
923
|
"""
|
|
856
924
|
...
|
|
857
925
|
|
|
858
|
-
def
|
|
926
|
+
def draw_transform_from(self, context):
|
|
859
927
|
"""
|
|
860
928
|
|
|
861
929
|
:param context:
|
|
862
930
|
"""
|
|
863
931
|
...
|
|
864
932
|
|
|
865
|
-
def
|
|
933
|
+
def draw_transform_to(self, context):
|
|
866
934
|
"""
|
|
867
935
|
|
|
868
936
|
:param context:
|
|
@@ -1039,26 +1107,6 @@ class BONE_PT_bActionConstraint(
|
|
|
1039
1107
|
"""
|
|
1040
1108
|
...
|
|
1041
1109
|
|
|
1042
|
-
def space_template(self, layout, con, target=True, owner=True, separator=True):
|
|
1043
|
-
"""
|
|
1044
|
-
|
|
1045
|
-
:param layout:
|
|
1046
|
-
:param con:
|
|
1047
|
-
:param target:
|
|
1048
|
-
:param owner:
|
|
1049
|
-
:param separator:
|
|
1050
|
-
"""
|
|
1051
|
-
...
|
|
1052
|
-
|
|
1053
|
-
def target_template(self, layout, con, subtargets=True):
|
|
1054
|
-
"""
|
|
1055
|
-
|
|
1056
|
-
:param layout:
|
|
1057
|
-
:param con:
|
|
1058
|
-
:param subtargets:
|
|
1059
|
-
"""
|
|
1060
|
-
...
|
|
1061
|
-
|
|
1062
1110
|
def type_recast(self):
|
|
1063
1111
|
"""Return a new instance, this is needed because types
|
|
1064
1112
|
such as textures can be changed at runtime.
|
|
@@ -1549,12 +1597,12 @@ class BONE_PT_bArmatureConstraint(
|
|
|
1549
1597
|
"""
|
|
1550
1598
|
...
|
|
1551
1599
|
|
|
1552
|
-
class
|
|
1553
|
-
BoneConstraintPanel,
|
|
1600
|
+
class BONE_PT_bArmatureConstraint_bones(
|
|
1601
|
+
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
1554
1602
|
):
|
|
1555
1603
|
bl_context: typing.Any
|
|
1556
1604
|
bl_label: typing.Any
|
|
1557
|
-
|
|
1605
|
+
bl_parent_id: typing.Any
|
|
1558
1606
|
bl_region_type: typing.Any
|
|
1559
1607
|
bl_rna: typing.Any
|
|
1560
1608
|
bl_space_type: typing.Any
|
|
@@ -1599,218 +1647,85 @@ class BONE_PT_bCameraSolverConstraint(
|
|
|
1599
1647
|
"""
|
|
1600
1648
|
...
|
|
1601
1649
|
|
|
1602
|
-
def
|
|
1603
|
-
"""
|
|
1604
|
-
|
|
1605
|
-
:param context:
|
|
1606
|
-
"""
|
|
1607
|
-
...
|
|
1608
|
-
|
|
1609
|
-
def draw_armature(self, context):
|
|
1610
|
-
"""
|
|
1611
|
-
|
|
1612
|
-
:param context:
|
|
1613
|
-
"""
|
|
1614
|
-
...
|
|
1615
|
-
|
|
1616
|
-
def draw_camera_solver(self, context):
|
|
1617
|
-
"""
|
|
1618
|
-
|
|
1619
|
-
:param context:
|
|
1620
|
-
"""
|
|
1621
|
-
...
|
|
1622
|
-
|
|
1623
|
-
def draw_childof(self, context):
|
|
1624
|
-
"""
|
|
1625
|
-
|
|
1626
|
-
:param context:
|
|
1627
|
-
"""
|
|
1628
|
-
...
|
|
1629
|
-
|
|
1630
|
-
def draw_clamp_to(self, context):
|
|
1631
|
-
"""
|
|
1632
|
-
|
|
1633
|
-
:param context:
|
|
1634
|
-
"""
|
|
1635
|
-
...
|
|
1636
|
-
|
|
1637
|
-
def draw_damp_track(self, context):
|
|
1638
|
-
"""
|
|
1639
|
-
|
|
1640
|
-
:param context:
|
|
1641
|
-
"""
|
|
1642
|
-
...
|
|
1643
|
-
|
|
1644
|
-
def draw_dist_limit(self, context):
|
|
1645
|
-
"""
|
|
1646
|
-
|
|
1647
|
-
:param context:
|
|
1648
|
-
"""
|
|
1649
|
-
...
|
|
1650
|
-
|
|
1651
|
-
def draw_follow_path(self, context):
|
|
1652
|
-
"""
|
|
1653
|
-
|
|
1654
|
-
:param context:
|
|
1655
|
-
"""
|
|
1656
|
-
...
|
|
1657
|
-
|
|
1658
|
-
def draw_follow_track(self, context):
|
|
1659
|
-
"""
|
|
1660
|
-
|
|
1661
|
-
:param context:
|
|
1662
|
-
"""
|
|
1663
|
-
...
|
|
1664
|
-
|
|
1665
|
-
def draw_header(self, context):
|
|
1666
|
-
"""
|
|
1667
|
-
|
|
1668
|
-
:param context:
|
|
1669
|
-
"""
|
|
1670
|
-
...
|
|
1671
|
-
|
|
1672
|
-
def draw_influence(self, layout, con):
|
|
1673
|
-
"""
|
|
1674
|
-
|
|
1675
|
-
:param layout:
|
|
1676
|
-
:param con:
|
|
1677
|
-
"""
|
|
1678
|
-
...
|
|
1679
|
-
|
|
1680
|
-
def draw_kinematic(self, context):
|
|
1681
|
-
"""
|
|
1682
|
-
|
|
1683
|
-
:param context:
|
|
1684
|
-
"""
|
|
1685
|
-
...
|
|
1686
|
-
|
|
1687
|
-
def draw_loc_limit(self, context):
|
|
1688
|
-
"""
|
|
1689
|
-
|
|
1690
|
-
:param context:
|
|
1691
|
-
"""
|
|
1692
|
-
...
|
|
1693
|
-
|
|
1694
|
-
def draw_locate_like(self, context):
|
|
1695
|
-
"""
|
|
1696
|
-
|
|
1697
|
-
:param context:
|
|
1698
|
-
"""
|
|
1699
|
-
...
|
|
1700
|
-
|
|
1701
|
-
def draw_lock_track(self, context):
|
|
1702
|
-
"""
|
|
1703
|
-
|
|
1704
|
-
:param context:
|
|
1705
|
-
"""
|
|
1706
|
-
...
|
|
1707
|
-
|
|
1708
|
-
def draw_min_max(self, context):
|
|
1709
|
-
"""
|
|
1710
|
-
|
|
1711
|
-
:param context:
|
|
1712
|
-
"""
|
|
1713
|
-
...
|
|
1714
|
-
|
|
1715
|
-
def draw_object_solver(self, context):
|
|
1716
|
-
"""
|
|
1717
|
-
|
|
1718
|
-
:param context:
|
|
1719
|
-
"""
|
|
1720
|
-
...
|
|
1721
|
-
|
|
1722
|
-
def draw_pivot(self, context):
|
|
1723
|
-
"""
|
|
1724
|
-
|
|
1725
|
-
:param context:
|
|
1726
|
-
"""
|
|
1727
|
-
...
|
|
1728
|
-
|
|
1729
|
-
def draw_python_constraint(self, _context):
|
|
1730
|
-
"""
|
|
1731
|
-
|
|
1732
|
-
:param _context:
|
|
1733
|
-
"""
|
|
1734
|
-
...
|
|
1735
|
-
|
|
1736
|
-
def draw_rot_limit(self, context):
|
|
1650
|
+
def draw_action_action(self, context):
|
|
1737
1651
|
"""
|
|
1738
1652
|
|
|
1739
1653
|
:param context:
|
|
1740
1654
|
"""
|
|
1741
1655
|
...
|
|
1742
1656
|
|
|
1743
|
-
def
|
|
1657
|
+
def draw_action_target(self, context):
|
|
1744
1658
|
"""
|
|
1745
1659
|
|
|
1746
1660
|
:param context:
|
|
1747
1661
|
"""
|
|
1748
1662
|
...
|
|
1749
1663
|
|
|
1750
|
-
def
|
|
1664
|
+
def draw_armature_bones(self, context):
|
|
1751
1665
|
"""
|
|
1752
1666
|
|
|
1753
1667
|
:param context:
|
|
1754
1668
|
"""
|
|
1755
1669
|
...
|
|
1756
1670
|
|
|
1757
|
-
def
|
|
1671
|
+
def draw_spline_ik_chain_scaling(self, context):
|
|
1758
1672
|
"""
|
|
1759
1673
|
|
|
1760
1674
|
:param context:
|
|
1761
1675
|
"""
|
|
1762
1676
|
...
|
|
1763
1677
|
|
|
1764
|
-
def
|
|
1678
|
+
def draw_spline_ik_fitting(self, context):
|
|
1765
1679
|
"""
|
|
1766
1680
|
|
|
1767
1681
|
:param context:
|
|
1768
1682
|
"""
|
|
1769
1683
|
...
|
|
1770
1684
|
|
|
1771
|
-
def
|
|
1685
|
+
def draw_transform_cache_layers(self, context):
|
|
1772
1686
|
"""
|
|
1773
1687
|
|
|
1774
1688
|
:param context:
|
|
1775
1689
|
"""
|
|
1776
1690
|
...
|
|
1777
1691
|
|
|
1778
|
-
def
|
|
1692
|
+
def draw_transform_cache_procedural(self, context):
|
|
1779
1693
|
"""
|
|
1780
1694
|
|
|
1781
1695
|
:param context:
|
|
1782
1696
|
"""
|
|
1783
1697
|
...
|
|
1784
1698
|
|
|
1785
|
-
def
|
|
1699
|
+
def draw_transform_cache_subpanel(self, context, template_func):
|
|
1786
1700
|
"""
|
|
1787
1701
|
|
|
1788
1702
|
:param context:
|
|
1703
|
+
:param template_func:
|
|
1789
1704
|
"""
|
|
1790
1705
|
...
|
|
1791
1706
|
|
|
1792
|
-
def
|
|
1707
|
+
def draw_transform_cache_time(self, context):
|
|
1793
1708
|
"""
|
|
1794
1709
|
|
|
1795
1710
|
:param context:
|
|
1796
1711
|
"""
|
|
1797
1712
|
...
|
|
1798
1713
|
|
|
1799
|
-
def
|
|
1714
|
+
def draw_transform_cache_velocity(self, context):
|
|
1800
1715
|
"""
|
|
1801
1716
|
|
|
1802
1717
|
:param context:
|
|
1803
1718
|
"""
|
|
1804
1719
|
...
|
|
1805
1720
|
|
|
1806
|
-
def
|
|
1721
|
+
def draw_transform_from(self, context):
|
|
1807
1722
|
"""
|
|
1808
1723
|
|
|
1809
1724
|
:param context:
|
|
1810
1725
|
"""
|
|
1811
1726
|
...
|
|
1812
1727
|
|
|
1813
|
-
def
|
|
1728
|
+
def draw_transform_to(self, context):
|
|
1814
1729
|
"""
|
|
1815
1730
|
|
|
1816
1731
|
:param context:
|
|
@@ -1987,26 +1902,6 @@ class BONE_PT_bCameraSolverConstraint(
|
|
|
1987
1902
|
"""
|
|
1988
1903
|
...
|
|
1989
1904
|
|
|
1990
|
-
def space_template(self, layout, con, target=True, owner=True, separator=True):
|
|
1991
|
-
"""
|
|
1992
|
-
|
|
1993
|
-
:param layout:
|
|
1994
|
-
:param con:
|
|
1995
|
-
:param target:
|
|
1996
|
-
:param owner:
|
|
1997
|
-
:param separator:
|
|
1998
|
-
"""
|
|
1999
|
-
...
|
|
2000
|
-
|
|
2001
|
-
def target_template(self, layout, con, subtargets=True):
|
|
2002
|
-
"""
|
|
2003
|
-
|
|
2004
|
-
:param layout:
|
|
2005
|
-
:param con:
|
|
2006
|
-
:param subtargets:
|
|
2007
|
-
"""
|
|
2008
|
-
...
|
|
2009
|
-
|
|
2010
1905
|
def type_recast(self):
|
|
2011
1906
|
"""Return a new instance, this is needed because types
|
|
2012
1907
|
such as textures can be changed at runtime.
|
|
@@ -2023,7 +1918,7 @@ class BONE_PT_bCameraSolverConstraint(
|
|
|
2023
1918
|
"""
|
|
2024
1919
|
...
|
|
2025
1920
|
|
|
2026
|
-
class
|
|
1921
|
+
class BONE_PT_bCameraSolverConstraint(
|
|
2027
1922
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
2028
1923
|
):
|
|
2029
1924
|
bl_context: typing.Any
|
|
@@ -2497,7 +2392,7 @@ class BONE_PT_bChildOfConstraint(
|
|
|
2497
2392
|
"""
|
|
2498
2393
|
...
|
|
2499
2394
|
|
|
2500
|
-
class
|
|
2395
|
+
class BONE_PT_bChildOfConstraint(
|
|
2501
2396
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
2502
2397
|
):
|
|
2503
2398
|
bl_context: typing.Any
|
|
@@ -2971,7 +2866,7 @@ class BONE_PT_bClampToConstraint(
|
|
|
2971
2866
|
"""
|
|
2972
2867
|
...
|
|
2973
2868
|
|
|
2974
|
-
class
|
|
2869
|
+
class BONE_PT_bClampToConstraint(
|
|
2975
2870
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
2976
2871
|
):
|
|
2977
2872
|
bl_context: typing.Any
|
|
@@ -3445,7 +3340,7 @@ class BONE_PT_bDampTrackConstraint(
|
|
|
3445
3340
|
"""
|
|
3446
3341
|
...
|
|
3447
3342
|
|
|
3448
|
-
class
|
|
3343
|
+
class BONE_PT_bDampTrackConstraint(
|
|
3449
3344
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
3450
3345
|
):
|
|
3451
3346
|
bl_context: typing.Any
|
|
@@ -3919,7 +3814,7 @@ class BONE_PT_bDistLimitConstraint(
|
|
|
3919
3814
|
"""
|
|
3920
3815
|
...
|
|
3921
3816
|
|
|
3922
|
-
class
|
|
3817
|
+
class BONE_PT_bDistLimitConstraint(
|
|
3923
3818
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
3924
3819
|
):
|
|
3925
3820
|
bl_context: typing.Any
|
|
@@ -4393,7 +4288,7 @@ class BONE_PT_bFollowPathConstraint(
|
|
|
4393
4288
|
"""
|
|
4394
4289
|
...
|
|
4395
4290
|
|
|
4396
|
-
class
|
|
4291
|
+
class BONE_PT_bFollowPathConstraint(
|
|
4397
4292
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
4398
4293
|
):
|
|
4399
4294
|
bl_context: typing.Any
|
|
@@ -4867,7 +4762,7 @@ class BONE_PT_bFollowTrackConstraint(
|
|
|
4867
4762
|
"""
|
|
4868
4763
|
...
|
|
4869
4764
|
|
|
4870
|
-
class
|
|
4765
|
+
class BONE_PT_bFollowTrackConstraint(
|
|
4871
4766
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
4872
4767
|
):
|
|
4873
4768
|
bl_context: typing.Any
|
|
@@ -5341,7 +5236,7 @@ class BONE_PT_bKinematicConstraint(
|
|
|
5341
5236
|
"""
|
|
5342
5237
|
...
|
|
5343
5238
|
|
|
5344
|
-
class
|
|
5239
|
+
class BONE_PT_bKinematicConstraint(
|
|
5345
5240
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
5346
5241
|
):
|
|
5347
5242
|
bl_context: typing.Any
|
|
@@ -5815,7 +5710,7 @@ class BONE_PT_bLocLimitConstraint(
|
|
|
5815
5710
|
"""
|
|
5816
5711
|
...
|
|
5817
5712
|
|
|
5818
|
-
class
|
|
5713
|
+
class BONE_PT_bLocLimitConstraint(
|
|
5819
5714
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
5820
5715
|
):
|
|
5821
5716
|
bl_context: typing.Any
|
|
@@ -6289,7 +6184,7 @@ class BONE_PT_bLocateLikeConstraint(
|
|
|
6289
6184
|
"""
|
|
6290
6185
|
...
|
|
6291
6186
|
|
|
6292
|
-
class
|
|
6187
|
+
class BONE_PT_bLocateLikeConstraint(
|
|
6293
6188
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
6294
6189
|
):
|
|
6295
6190
|
bl_context: typing.Any
|
|
@@ -6763,7 +6658,7 @@ class BONE_PT_bLockTrackConstraint(
|
|
|
6763
6658
|
"""
|
|
6764
6659
|
...
|
|
6765
6660
|
|
|
6766
|
-
class
|
|
6661
|
+
class BONE_PT_bLockTrackConstraint(
|
|
6767
6662
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
6768
6663
|
):
|
|
6769
6664
|
bl_context: typing.Any
|
|
@@ -7237,7 +7132,7 @@ class BONE_PT_bMinMaxConstraint(
|
|
|
7237
7132
|
"""
|
|
7238
7133
|
...
|
|
7239
7134
|
|
|
7240
|
-
class
|
|
7135
|
+
class BONE_PT_bMinMaxConstraint(
|
|
7241
7136
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
7242
7137
|
):
|
|
7243
7138
|
bl_context: typing.Any
|
|
@@ -7711,7 +7606,7 @@ class BONE_PT_bObjectSolverConstraint(
|
|
|
7711
7606
|
"""
|
|
7712
7607
|
...
|
|
7713
7608
|
|
|
7714
|
-
class
|
|
7609
|
+
class BONE_PT_bObjectSolverConstraint(
|
|
7715
7610
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
7716
7611
|
):
|
|
7717
7612
|
bl_context: typing.Any
|
|
@@ -8185,7 +8080,7 @@ class BONE_PT_bPivotConstraint(
|
|
|
8185
8080
|
"""
|
|
8186
8081
|
...
|
|
8187
8082
|
|
|
8188
|
-
class
|
|
8083
|
+
class BONE_PT_bPivotConstraint(
|
|
8189
8084
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
8190
8085
|
):
|
|
8191
8086
|
bl_context: typing.Any
|
|
@@ -8659,7 +8554,7 @@ class BONE_PT_bPythonConstraint(
|
|
|
8659
8554
|
"""
|
|
8660
8555
|
...
|
|
8661
8556
|
|
|
8662
|
-
class
|
|
8557
|
+
class BONE_PT_bPythonConstraint(
|
|
8663
8558
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
8664
8559
|
):
|
|
8665
8560
|
bl_context: typing.Any
|
|
@@ -9133,7 +9028,7 @@ class BONE_PT_bRotLimitConstraint(
|
|
|
9133
9028
|
"""
|
|
9134
9029
|
...
|
|
9135
9030
|
|
|
9136
|
-
class
|
|
9031
|
+
class BONE_PT_bRotLimitConstraint(
|
|
9137
9032
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
9138
9033
|
):
|
|
9139
9034
|
bl_context: typing.Any
|
|
@@ -9607,7 +9502,7 @@ class BONE_PT_bRotateLikeConstraint(
|
|
|
9607
9502
|
"""
|
|
9608
9503
|
...
|
|
9609
9504
|
|
|
9610
|
-
class
|
|
9505
|
+
class BONE_PT_bRotateLikeConstraint(
|
|
9611
9506
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
9612
9507
|
):
|
|
9613
9508
|
bl_context: typing.Any
|
|
@@ -10081,7 +9976,7 @@ class BONE_PT_bSameVolumeConstraint(
|
|
|
10081
9976
|
"""
|
|
10082
9977
|
...
|
|
10083
9978
|
|
|
10084
|
-
class
|
|
9979
|
+
class BONE_PT_bSameVolumeConstraint(
|
|
10085
9980
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
10086
9981
|
):
|
|
10087
9982
|
bl_context: typing.Any
|
|
@@ -10555,7 +10450,7 @@ class BONE_PT_bShrinkwrapConstraint(
|
|
|
10555
10450
|
"""
|
|
10556
10451
|
...
|
|
10557
10452
|
|
|
10558
|
-
class
|
|
10453
|
+
class BONE_PT_bShrinkwrapConstraint(
|
|
10559
10454
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
10560
10455
|
):
|
|
10561
10456
|
bl_context: typing.Any
|
|
@@ -11029,7 +10924,7 @@ class BONE_PT_bSizeLikeConstraint(
|
|
|
11029
10924
|
"""
|
|
11030
10925
|
...
|
|
11031
10926
|
|
|
11032
|
-
class
|
|
10927
|
+
class BONE_PT_bSizeLikeConstraint(
|
|
11033
10928
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
11034
10929
|
):
|
|
11035
10930
|
bl_context: typing.Any
|
|
@@ -11503,7 +11398,7 @@ class BONE_PT_bSizeLimitConstraint(
|
|
|
11503
11398
|
"""
|
|
11504
11399
|
...
|
|
11505
11400
|
|
|
11506
|
-
class
|
|
11401
|
+
class BONE_PT_bSizeLimitConstraint(
|
|
11507
11402
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
11508
11403
|
):
|
|
11509
11404
|
bl_context: typing.Any
|
|
@@ -11977,7 +11872,7 @@ class BONE_PT_bSplineIKConstraint(
|
|
|
11977
11872
|
"""
|
|
11978
11873
|
...
|
|
11979
11874
|
|
|
11980
|
-
class
|
|
11875
|
+
class BONE_PT_bSplineIKConstraint(
|
|
11981
11876
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
11982
11877
|
):
|
|
11983
11878
|
bl_context: typing.Any
|
|
@@ -12451,12 +12346,12 @@ class BONE_PT_bStretchToConstraint(
|
|
|
12451
12346
|
"""
|
|
12452
12347
|
...
|
|
12453
12348
|
|
|
12454
|
-
class
|
|
12455
|
-
BoneConstraintPanel,
|
|
12349
|
+
class BONE_PT_bSplineIKConstraint_chain_scaling(
|
|
12350
|
+
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
12456
12351
|
):
|
|
12457
12352
|
bl_context: typing.Any
|
|
12458
12353
|
bl_label: typing.Any
|
|
12459
|
-
|
|
12354
|
+
bl_parent_id: typing.Any
|
|
12460
12355
|
bl_region_type: typing.Any
|
|
12461
12356
|
bl_rna: typing.Any
|
|
12462
12357
|
bl_space_type: typing.Any
|
|
@@ -12501,218 +12396,406 @@ class BONE_PT_bTrackToConstraint(
|
|
|
12501
12396
|
"""
|
|
12502
12397
|
...
|
|
12503
12398
|
|
|
12504
|
-
def
|
|
12399
|
+
def draw_action_action(self, context):
|
|
12505
12400
|
"""
|
|
12506
12401
|
|
|
12507
12402
|
:param context:
|
|
12508
12403
|
"""
|
|
12509
12404
|
...
|
|
12510
12405
|
|
|
12511
|
-
def
|
|
12406
|
+
def draw_action_target(self, context):
|
|
12512
12407
|
"""
|
|
12513
12408
|
|
|
12514
12409
|
:param context:
|
|
12515
12410
|
"""
|
|
12516
12411
|
...
|
|
12517
12412
|
|
|
12518
|
-
def
|
|
12413
|
+
def draw_armature_bones(self, context):
|
|
12519
12414
|
"""
|
|
12520
12415
|
|
|
12521
12416
|
:param context:
|
|
12522
12417
|
"""
|
|
12523
12418
|
...
|
|
12524
12419
|
|
|
12525
|
-
def
|
|
12420
|
+
def draw_spline_ik_chain_scaling(self, context):
|
|
12526
12421
|
"""
|
|
12527
12422
|
|
|
12528
12423
|
:param context:
|
|
12529
12424
|
"""
|
|
12530
12425
|
...
|
|
12531
12426
|
|
|
12532
|
-
def
|
|
12427
|
+
def draw_spline_ik_fitting(self, context):
|
|
12533
12428
|
"""
|
|
12534
12429
|
|
|
12535
12430
|
:param context:
|
|
12536
12431
|
"""
|
|
12537
12432
|
...
|
|
12538
12433
|
|
|
12539
|
-
def
|
|
12434
|
+
def draw_transform_cache_layers(self, context):
|
|
12540
12435
|
"""
|
|
12541
12436
|
|
|
12542
12437
|
:param context:
|
|
12543
12438
|
"""
|
|
12544
12439
|
...
|
|
12545
12440
|
|
|
12546
|
-
def
|
|
12441
|
+
def draw_transform_cache_procedural(self, context):
|
|
12547
12442
|
"""
|
|
12548
12443
|
|
|
12549
12444
|
:param context:
|
|
12550
12445
|
"""
|
|
12551
12446
|
...
|
|
12552
12447
|
|
|
12553
|
-
def
|
|
12448
|
+
def draw_transform_cache_subpanel(self, context, template_func):
|
|
12554
12449
|
"""
|
|
12555
12450
|
|
|
12556
12451
|
:param context:
|
|
12452
|
+
:param template_func:
|
|
12557
12453
|
"""
|
|
12558
12454
|
...
|
|
12559
12455
|
|
|
12560
|
-
def
|
|
12456
|
+
def draw_transform_cache_time(self, context):
|
|
12561
12457
|
"""
|
|
12562
12458
|
|
|
12563
12459
|
:param context:
|
|
12564
12460
|
"""
|
|
12565
12461
|
...
|
|
12566
12462
|
|
|
12567
|
-
def
|
|
12463
|
+
def draw_transform_cache_velocity(self, context):
|
|
12568
12464
|
"""
|
|
12569
12465
|
|
|
12570
12466
|
:param context:
|
|
12571
12467
|
"""
|
|
12572
12468
|
...
|
|
12573
12469
|
|
|
12574
|
-
def
|
|
12470
|
+
def draw_transform_from(self, context):
|
|
12575
12471
|
"""
|
|
12576
12472
|
|
|
12577
|
-
:param
|
|
12578
|
-
:param con:
|
|
12473
|
+
:param context:
|
|
12579
12474
|
"""
|
|
12580
12475
|
...
|
|
12581
12476
|
|
|
12582
|
-
def
|
|
12477
|
+
def draw_transform_to(self, context):
|
|
12583
12478
|
"""
|
|
12584
12479
|
|
|
12585
12480
|
:param context:
|
|
12586
12481
|
"""
|
|
12587
12482
|
...
|
|
12588
12483
|
|
|
12589
|
-
def
|
|
12484
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
12485
|
+
"""Adds driver(s) to the given property
|
|
12486
|
+
|
|
12487
|
+
:return: The driver(s) added.
|
|
12488
|
+
:rtype: bpy.types.FCurve
|
|
12590
12489
|
"""
|
|
12490
|
+
...
|
|
12591
12491
|
|
|
12592
|
-
|
|
12492
|
+
def driver_remove(self) -> bool:
|
|
12493
|
+
"""Remove driver(s) from the given property
|
|
12494
|
+
|
|
12495
|
+
:return: Success of driver removal.
|
|
12496
|
+
:rtype: bool
|
|
12593
12497
|
"""
|
|
12594
12498
|
...
|
|
12595
12499
|
|
|
12596
|
-
def
|
|
12500
|
+
def get(self):
|
|
12501
|
+
"""Returns the value of the custom property assigned to key or default
|
|
12502
|
+
when not found (matches Python's dictionary function of the same name).
|
|
12503
|
+
|
|
12597
12504
|
"""
|
|
12505
|
+
...
|
|
12598
12506
|
|
|
12599
|
-
|
|
12507
|
+
def get_constraint(self, _context):
|
|
12508
|
+
"""
|
|
12509
|
+
|
|
12510
|
+
:param _context:
|
|
12600
12511
|
"""
|
|
12601
12512
|
...
|
|
12602
12513
|
|
|
12603
|
-
def
|
|
12514
|
+
def id_properties_clear(self):
|
|
12604
12515
|
"""
|
|
12605
12516
|
|
|
12606
|
-
:
|
|
12517
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
12607
12518
|
"""
|
|
12608
12519
|
...
|
|
12609
12520
|
|
|
12610
|
-
def
|
|
12521
|
+
def id_properties_ensure(self):
|
|
12611
12522
|
"""
|
|
12612
12523
|
|
|
12613
|
-
:
|
|
12524
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
12614
12525
|
"""
|
|
12615
12526
|
...
|
|
12616
12527
|
|
|
12617
|
-
def
|
|
12528
|
+
def id_properties_ui(self):
|
|
12618
12529
|
"""
|
|
12619
12530
|
|
|
12620
|
-
:
|
|
12531
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
12621
12532
|
"""
|
|
12622
12533
|
...
|
|
12623
12534
|
|
|
12624
|
-
def
|
|
12535
|
+
def is_extended(self): ...
|
|
12536
|
+
def is_property_hidden(self) -> bool:
|
|
12537
|
+
"""Check if a property is hidden.
|
|
12538
|
+
|
|
12539
|
+
:return: True when the property is hidden.
|
|
12540
|
+
:rtype: bool
|
|
12541
|
+
"""
|
|
12542
|
+
...
|
|
12543
|
+
|
|
12544
|
+
def is_property_overridable_library(self) -> bool:
|
|
12545
|
+
"""Check if a property is overridable.
|
|
12546
|
+
|
|
12547
|
+
:return: True when the property is overridable.
|
|
12548
|
+
:rtype: bool
|
|
12549
|
+
"""
|
|
12550
|
+
...
|
|
12551
|
+
|
|
12552
|
+
def is_property_readonly(self) -> bool:
|
|
12553
|
+
"""Check if a property is readonly.
|
|
12554
|
+
|
|
12555
|
+
:return: True when the property is readonly (not writable).
|
|
12556
|
+
:rtype: bool
|
|
12557
|
+
"""
|
|
12558
|
+
...
|
|
12559
|
+
|
|
12560
|
+
def is_property_set(self) -> bool:
|
|
12561
|
+
"""Check if a property is set, use for testing operator properties.
|
|
12562
|
+
|
|
12563
|
+
:return: True when the property has been set.
|
|
12564
|
+
:rtype: bool
|
|
12565
|
+
"""
|
|
12566
|
+
...
|
|
12567
|
+
|
|
12568
|
+
def items(self):
|
|
12569
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
12570
|
+
dictionary function of the same name).
|
|
12571
|
+
|
|
12572
|
+
:return: custom property key, value pairs.
|
|
12573
|
+
"""
|
|
12574
|
+
...
|
|
12575
|
+
|
|
12576
|
+
def keyframe_delete(self) -> bool:
|
|
12577
|
+
"""Remove a keyframe from this properties fcurve.
|
|
12578
|
+
|
|
12579
|
+
:return: Success of keyframe deletion.
|
|
12580
|
+
:rtype: bool
|
|
12581
|
+
"""
|
|
12582
|
+
...
|
|
12583
|
+
|
|
12584
|
+
def keyframe_insert(self) -> bool:
|
|
12585
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
12586
|
+
|
|
12587
|
+
:return: Success of keyframe insertion.
|
|
12588
|
+
:rtype: bool
|
|
12589
|
+
"""
|
|
12590
|
+
...
|
|
12591
|
+
|
|
12592
|
+
def keys(self):
|
|
12593
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
12594
|
+
dictionary function of the same name).
|
|
12595
|
+
|
|
12596
|
+
:return: custom property keys.
|
|
12597
|
+
"""
|
|
12598
|
+
...
|
|
12599
|
+
|
|
12600
|
+
def path_from_id(self) -> str:
|
|
12601
|
+
"""Returns the data path from the ID to this object (string).
|
|
12602
|
+
|
|
12603
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
12604
|
+
to this struct and property (when given).
|
|
12605
|
+
:rtype: str
|
|
12606
|
+
"""
|
|
12607
|
+
...
|
|
12608
|
+
|
|
12609
|
+
def path_resolve(self):
|
|
12610
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
12611
|
+
...
|
|
12612
|
+
|
|
12613
|
+
def poll(self, context):
|
|
12625
12614
|
"""
|
|
12626
12615
|
|
|
12627
12616
|
:param context:
|
|
12628
12617
|
"""
|
|
12629
12618
|
...
|
|
12630
12619
|
|
|
12631
|
-
def
|
|
12620
|
+
def pop(self):
|
|
12621
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
12622
|
+
when not found (matches Python's dictionary function of the same name).
|
|
12623
|
+
|
|
12632
12624
|
"""
|
|
12625
|
+
...
|
|
12633
12626
|
|
|
12634
|
-
|
|
12627
|
+
def prepend(self, draw_func):
|
|
12628
|
+
"""Prepend a draw function to this menu, takes the same arguments as
|
|
12629
|
+
the menus draw function
|
|
12630
|
+
|
|
12631
|
+
:param draw_func:
|
|
12635
12632
|
"""
|
|
12636
12633
|
...
|
|
12637
12634
|
|
|
12638
|
-
def
|
|
12635
|
+
def property_overridable_library_set(self) -> bool:
|
|
12636
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
12637
|
+
|
|
12638
|
+
:return: True when the overridable status of the property was successfully set.
|
|
12639
|
+
:rtype: bool
|
|
12640
|
+
"""
|
|
12641
|
+
...
|
|
12642
|
+
|
|
12643
|
+
def property_unset(self):
|
|
12644
|
+
"""Unset a property, will use default value afterward."""
|
|
12645
|
+
...
|
|
12646
|
+
|
|
12647
|
+
def remove(self, draw_func):
|
|
12648
|
+
"""Remove a draw function that has been added to this menu
|
|
12649
|
+
|
|
12650
|
+
:param draw_func:
|
|
12651
|
+
"""
|
|
12652
|
+
...
|
|
12653
|
+
|
|
12654
|
+
def type_recast(self):
|
|
12655
|
+
"""Return a new instance, this is needed because types
|
|
12656
|
+
such as textures can be changed at runtime.
|
|
12657
|
+
|
|
12658
|
+
:return: a new instance of this object with the type initialized again.
|
|
12659
|
+
"""
|
|
12660
|
+
...
|
|
12661
|
+
|
|
12662
|
+
def values(self):
|
|
12663
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
12664
|
+
dictionary function of the same name).
|
|
12665
|
+
|
|
12666
|
+
:return: custom property values.
|
|
12667
|
+
"""
|
|
12668
|
+
...
|
|
12669
|
+
|
|
12670
|
+
class BONE_PT_bSplineIKConstraint_fitting(
|
|
12671
|
+
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
12672
|
+
):
|
|
12673
|
+
bl_context: typing.Any
|
|
12674
|
+
bl_label: typing.Any
|
|
12675
|
+
bl_parent_id: typing.Any
|
|
12676
|
+
bl_region_type: typing.Any
|
|
12677
|
+
bl_rna: typing.Any
|
|
12678
|
+
bl_space_type: typing.Any
|
|
12679
|
+
id_data: typing.Any
|
|
12680
|
+
|
|
12681
|
+
def append(self, draw_func):
|
|
12682
|
+
"""Append a draw function to this menu,
|
|
12683
|
+
takes the same arguments as the menus draw function
|
|
12684
|
+
|
|
12685
|
+
:param draw_func:
|
|
12686
|
+
"""
|
|
12687
|
+
...
|
|
12688
|
+
|
|
12689
|
+
def as_pointer(self) -> int:
|
|
12690
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
12691
|
+
|
|
12692
|
+
:return: int (memory address).
|
|
12693
|
+
:rtype: int
|
|
12694
|
+
"""
|
|
12695
|
+
...
|
|
12696
|
+
|
|
12697
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
12698
|
+
"""
|
|
12699
|
+
|
|
12700
|
+
:return: The RNA type or default when not found.
|
|
12701
|
+
:rtype: bpy.types.Struct
|
|
12702
|
+
"""
|
|
12703
|
+
...
|
|
12704
|
+
|
|
12705
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
12706
|
+
"""
|
|
12707
|
+
|
|
12708
|
+
:return: The class or default when not found.
|
|
12709
|
+
:rtype: typing.Any
|
|
12710
|
+
"""
|
|
12711
|
+
...
|
|
12712
|
+
|
|
12713
|
+
def draw(self, context):
|
|
12639
12714
|
"""
|
|
12640
12715
|
|
|
12641
12716
|
:param context:
|
|
12642
12717
|
"""
|
|
12643
12718
|
...
|
|
12644
12719
|
|
|
12645
|
-
def
|
|
12720
|
+
def draw_action_action(self, context):
|
|
12646
12721
|
"""
|
|
12647
12722
|
|
|
12648
12723
|
:param context:
|
|
12649
12724
|
"""
|
|
12650
12725
|
...
|
|
12651
12726
|
|
|
12652
|
-
def
|
|
12727
|
+
def draw_action_target(self, context):
|
|
12653
12728
|
"""
|
|
12654
12729
|
|
|
12655
12730
|
:param context:
|
|
12656
12731
|
"""
|
|
12657
12732
|
...
|
|
12658
12733
|
|
|
12659
|
-
def
|
|
12734
|
+
def draw_armature_bones(self, context):
|
|
12660
12735
|
"""
|
|
12661
12736
|
|
|
12662
12737
|
:param context:
|
|
12663
12738
|
"""
|
|
12664
12739
|
...
|
|
12665
12740
|
|
|
12666
|
-
def
|
|
12741
|
+
def draw_spline_ik_chain_scaling(self, context):
|
|
12667
12742
|
"""
|
|
12668
12743
|
|
|
12669
12744
|
:param context:
|
|
12670
12745
|
"""
|
|
12671
12746
|
...
|
|
12672
12747
|
|
|
12673
|
-
def
|
|
12748
|
+
def draw_spline_ik_fitting(self, context):
|
|
12674
12749
|
"""
|
|
12675
12750
|
|
|
12676
12751
|
:param context:
|
|
12677
12752
|
"""
|
|
12678
12753
|
...
|
|
12679
12754
|
|
|
12680
|
-
def
|
|
12755
|
+
def draw_transform_cache_layers(self, context):
|
|
12681
12756
|
"""
|
|
12682
12757
|
|
|
12683
12758
|
:param context:
|
|
12684
12759
|
"""
|
|
12685
12760
|
...
|
|
12686
12761
|
|
|
12687
|
-
def
|
|
12762
|
+
def draw_transform_cache_procedural(self, context):
|
|
12688
12763
|
"""
|
|
12689
12764
|
|
|
12690
12765
|
:param context:
|
|
12691
12766
|
"""
|
|
12692
12767
|
...
|
|
12693
12768
|
|
|
12694
|
-
def
|
|
12769
|
+
def draw_transform_cache_subpanel(self, context, template_func):
|
|
12695
12770
|
"""
|
|
12696
12771
|
|
|
12697
12772
|
:param context:
|
|
12773
|
+
:param template_func:
|
|
12698
12774
|
"""
|
|
12699
12775
|
...
|
|
12700
12776
|
|
|
12701
|
-
def
|
|
12777
|
+
def draw_transform_cache_time(self, context):
|
|
12702
12778
|
"""
|
|
12703
12779
|
|
|
12704
12780
|
:param context:
|
|
12705
12781
|
"""
|
|
12706
12782
|
...
|
|
12707
12783
|
|
|
12708
|
-
def
|
|
12784
|
+
def draw_transform_cache_velocity(self, context):
|
|
12709
12785
|
"""
|
|
12710
12786
|
|
|
12711
12787
|
:param context:
|
|
12712
12788
|
"""
|
|
12713
12789
|
...
|
|
12714
12790
|
|
|
12715
|
-
def
|
|
12791
|
+
def draw_transform_from(self, context):
|
|
12792
|
+
"""
|
|
12793
|
+
|
|
12794
|
+
:param context:
|
|
12795
|
+
"""
|
|
12796
|
+
...
|
|
12797
|
+
|
|
12798
|
+
def draw_transform_to(self, context):
|
|
12716
12799
|
"""
|
|
12717
12800
|
|
|
12718
12801
|
:param context:
|
|
@@ -12889,26 +12972,6 @@ class BONE_PT_bTrackToConstraint(
|
|
|
12889
12972
|
"""
|
|
12890
12973
|
...
|
|
12891
12974
|
|
|
12892
|
-
def space_template(self, layout, con, target=True, owner=True, separator=True):
|
|
12893
|
-
"""
|
|
12894
|
-
|
|
12895
|
-
:param layout:
|
|
12896
|
-
:param con:
|
|
12897
|
-
:param target:
|
|
12898
|
-
:param owner:
|
|
12899
|
-
:param separator:
|
|
12900
|
-
"""
|
|
12901
|
-
...
|
|
12902
|
-
|
|
12903
|
-
def target_template(self, layout, con, subtargets=True):
|
|
12904
|
-
"""
|
|
12905
|
-
|
|
12906
|
-
:param layout:
|
|
12907
|
-
:param con:
|
|
12908
|
-
:param subtargets:
|
|
12909
|
-
"""
|
|
12910
|
-
...
|
|
12911
|
-
|
|
12912
12975
|
def type_recast(self):
|
|
12913
12976
|
"""Return a new instance, this is needed because types
|
|
12914
12977
|
such as textures can be changed at runtime.
|
|
@@ -12925,7 +12988,7 @@ class BONE_PT_bTrackToConstraint(
|
|
|
12925
12988
|
"""
|
|
12926
12989
|
...
|
|
12927
12990
|
|
|
12928
|
-
class
|
|
12991
|
+
class BONE_PT_bStretchToConstraint(
|
|
12929
12992
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
12930
12993
|
):
|
|
12931
12994
|
bl_context: typing.Any
|
|
@@ -13399,7 +13462,7 @@ class BONE_PT_bTransLikeConstraint(
|
|
|
13399
13462
|
"""
|
|
13400
13463
|
...
|
|
13401
13464
|
|
|
13402
|
-
class
|
|
13465
|
+
class BONE_PT_bTrackToConstraint(
|
|
13403
13466
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
13404
13467
|
):
|
|
13405
13468
|
bl_context: typing.Any
|
|
@@ -13873,7 +13936,7 @@ class BONE_PT_bTransformCacheConstraint(
|
|
|
13873
13936
|
"""
|
|
13874
13937
|
...
|
|
13875
13938
|
|
|
13876
|
-
class
|
|
13939
|
+
class BONE_PT_bTransLikeConstraint(
|
|
13877
13940
|
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
13878
13941
|
):
|
|
13879
13942
|
bl_context: typing.Any
|
|
@@ -14347,12 +14410,12 @@ class BONE_PT_bTransformConstraint(
|
|
|
14347
14410
|
"""
|
|
14348
14411
|
...
|
|
14349
14412
|
|
|
14350
|
-
class
|
|
14351
|
-
BoneConstraintPanel,
|
|
14413
|
+
class BONE_PT_bTransformCacheConstraint(
|
|
14414
|
+
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
14352
14415
|
):
|
|
14353
14416
|
bl_context: typing.Any
|
|
14354
14417
|
bl_label: typing.Any
|
|
14355
|
-
|
|
14418
|
+
bl_options: typing.Any
|
|
14356
14419
|
bl_region_type: typing.Any
|
|
14357
14420
|
bl_rna: typing.Any
|
|
14358
14421
|
bl_space_type: typing.Any
|
|
@@ -14397,406 +14460,218 @@ class BONE_PT_bActionConstraint_action(
|
|
|
14397
14460
|
"""
|
|
14398
14461
|
...
|
|
14399
14462
|
|
|
14400
|
-
def
|
|
14463
|
+
def draw_action(self, context):
|
|
14401
14464
|
"""
|
|
14402
14465
|
|
|
14403
14466
|
:param context:
|
|
14404
14467
|
"""
|
|
14405
14468
|
...
|
|
14406
14469
|
|
|
14407
|
-
def
|
|
14470
|
+
def draw_armature(self, context):
|
|
14408
14471
|
"""
|
|
14409
14472
|
|
|
14410
14473
|
:param context:
|
|
14411
14474
|
"""
|
|
14412
14475
|
...
|
|
14413
14476
|
|
|
14414
|
-
def
|
|
14477
|
+
def draw_camera_solver(self, context):
|
|
14415
14478
|
"""
|
|
14416
14479
|
|
|
14417
14480
|
:param context:
|
|
14418
14481
|
"""
|
|
14419
14482
|
...
|
|
14420
14483
|
|
|
14421
|
-
def
|
|
14484
|
+
def draw_childof(self, context):
|
|
14422
14485
|
"""
|
|
14423
14486
|
|
|
14424
14487
|
:param context:
|
|
14425
14488
|
"""
|
|
14426
14489
|
...
|
|
14427
14490
|
|
|
14428
|
-
def
|
|
14491
|
+
def draw_clamp_to(self, context):
|
|
14429
14492
|
"""
|
|
14430
14493
|
|
|
14431
14494
|
:param context:
|
|
14432
14495
|
"""
|
|
14433
14496
|
...
|
|
14434
14497
|
|
|
14435
|
-
def
|
|
14498
|
+
def draw_damp_track(self, context):
|
|
14436
14499
|
"""
|
|
14437
14500
|
|
|
14438
14501
|
:param context:
|
|
14439
14502
|
"""
|
|
14440
14503
|
...
|
|
14441
14504
|
|
|
14442
|
-
def
|
|
14505
|
+
def draw_dist_limit(self, context):
|
|
14443
14506
|
"""
|
|
14444
14507
|
|
|
14445
14508
|
:param context:
|
|
14446
14509
|
"""
|
|
14447
14510
|
...
|
|
14448
14511
|
|
|
14449
|
-
def
|
|
14512
|
+
def draw_follow_path(self, context):
|
|
14450
14513
|
"""
|
|
14451
14514
|
|
|
14452
14515
|
:param context:
|
|
14453
|
-
:param template_func:
|
|
14454
14516
|
"""
|
|
14455
14517
|
...
|
|
14456
14518
|
|
|
14457
|
-
def
|
|
14519
|
+
def draw_follow_track(self, context):
|
|
14458
14520
|
"""
|
|
14459
14521
|
|
|
14460
14522
|
:param context:
|
|
14461
14523
|
"""
|
|
14462
14524
|
...
|
|
14463
14525
|
|
|
14464
|
-
def
|
|
14526
|
+
def draw_header(self, context):
|
|
14465
14527
|
"""
|
|
14466
14528
|
|
|
14467
14529
|
:param context:
|
|
14468
14530
|
"""
|
|
14469
14531
|
...
|
|
14470
14532
|
|
|
14471
|
-
def
|
|
14533
|
+
def draw_influence(self, layout, con):
|
|
14472
14534
|
"""
|
|
14473
14535
|
|
|
14474
|
-
:param
|
|
14536
|
+
:param layout:
|
|
14537
|
+
:param con:
|
|
14475
14538
|
"""
|
|
14476
14539
|
...
|
|
14477
14540
|
|
|
14478
|
-
def
|
|
14541
|
+
def draw_kinematic(self, context):
|
|
14479
14542
|
"""
|
|
14480
14543
|
|
|
14481
14544
|
:param context:
|
|
14482
14545
|
"""
|
|
14483
14546
|
...
|
|
14484
14547
|
|
|
14485
|
-
def
|
|
14486
|
-
"""Adds driver(s) to the given property
|
|
14487
|
-
|
|
14488
|
-
:return: The driver(s) added.
|
|
14489
|
-
:rtype: bpy.types.FCurve
|
|
14490
|
-
"""
|
|
14491
|
-
...
|
|
14492
|
-
|
|
14493
|
-
def driver_remove(self) -> bool:
|
|
14494
|
-
"""Remove driver(s) from the given property
|
|
14495
|
-
|
|
14496
|
-
:return: Success of driver removal.
|
|
14497
|
-
:rtype: bool
|
|
14498
|
-
"""
|
|
14499
|
-
...
|
|
14500
|
-
|
|
14501
|
-
def get(self):
|
|
14502
|
-
"""Returns the value of the custom property assigned to key or default
|
|
14503
|
-
when not found (matches Python's dictionary function of the same name).
|
|
14504
|
-
|
|
14505
|
-
"""
|
|
14506
|
-
...
|
|
14507
|
-
|
|
14508
|
-
def get_constraint(self, _context):
|
|
14509
|
-
"""
|
|
14510
|
-
|
|
14511
|
-
:param _context:
|
|
14512
|
-
"""
|
|
14513
|
-
...
|
|
14514
|
-
|
|
14515
|
-
def id_properties_clear(self):
|
|
14516
|
-
"""
|
|
14517
|
-
|
|
14518
|
-
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
14519
|
-
"""
|
|
14520
|
-
...
|
|
14521
|
-
|
|
14522
|
-
def id_properties_ensure(self):
|
|
14523
|
-
"""
|
|
14524
|
-
|
|
14525
|
-
:return: the parent group for an RNA struct's custom IDProperties.
|
|
14526
|
-
"""
|
|
14527
|
-
...
|
|
14528
|
-
|
|
14529
|
-
def id_properties_ui(self):
|
|
14530
|
-
"""
|
|
14531
|
-
|
|
14532
|
-
:return: Return an object used to manage an IDProperty's UI data.
|
|
14533
|
-
"""
|
|
14534
|
-
...
|
|
14535
|
-
|
|
14536
|
-
def is_extended(self): ...
|
|
14537
|
-
def is_property_hidden(self) -> bool:
|
|
14538
|
-
"""Check if a property is hidden.
|
|
14539
|
-
|
|
14540
|
-
:return: True when the property is hidden.
|
|
14541
|
-
:rtype: bool
|
|
14542
|
-
"""
|
|
14543
|
-
...
|
|
14544
|
-
|
|
14545
|
-
def is_property_overridable_library(self) -> bool:
|
|
14546
|
-
"""Check if a property is overridable.
|
|
14547
|
-
|
|
14548
|
-
:return: True when the property is overridable.
|
|
14549
|
-
:rtype: bool
|
|
14550
|
-
"""
|
|
14551
|
-
...
|
|
14552
|
-
|
|
14553
|
-
def is_property_readonly(self) -> bool:
|
|
14554
|
-
"""Check if a property is readonly.
|
|
14555
|
-
|
|
14556
|
-
:return: True when the property is readonly (not writable).
|
|
14557
|
-
:rtype: bool
|
|
14558
|
-
"""
|
|
14559
|
-
...
|
|
14560
|
-
|
|
14561
|
-
def is_property_set(self) -> bool:
|
|
14562
|
-
"""Check if a property is set, use for testing operator properties.
|
|
14563
|
-
|
|
14564
|
-
:return: True when the property has been set.
|
|
14565
|
-
:rtype: bool
|
|
14566
|
-
"""
|
|
14567
|
-
...
|
|
14568
|
-
|
|
14569
|
-
def items(self):
|
|
14570
|
-
"""Returns the items of this objects custom properties (matches Python's
|
|
14571
|
-
dictionary function of the same name).
|
|
14572
|
-
|
|
14573
|
-
:return: custom property key, value pairs.
|
|
14574
|
-
"""
|
|
14575
|
-
...
|
|
14576
|
-
|
|
14577
|
-
def keyframe_delete(self) -> bool:
|
|
14578
|
-
"""Remove a keyframe from this properties fcurve.
|
|
14579
|
-
|
|
14580
|
-
:return: Success of keyframe deletion.
|
|
14581
|
-
:rtype: bool
|
|
14582
|
-
"""
|
|
14583
|
-
...
|
|
14584
|
-
|
|
14585
|
-
def keyframe_insert(self) -> bool:
|
|
14586
|
-
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
14587
|
-
|
|
14588
|
-
:return: Success of keyframe insertion.
|
|
14589
|
-
:rtype: bool
|
|
14590
|
-
"""
|
|
14591
|
-
...
|
|
14592
|
-
|
|
14593
|
-
def keys(self):
|
|
14594
|
-
"""Returns the keys of this objects custom properties (matches Python's
|
|
14595
|
-
dictionary function of the same name).
|
|
14596
|
-
|
|
14597
|
-
:return: custom property keys.
|
|
14598
|
-
"""
|
|
14599
|
-
...
|
|
14600
|
-
|
|
14601
|
-
def path_from_id(self) -> str:
|
|
14602
|
-
"""Returns the data path from the ID to this object (string).
|
|
14603
|
-
|
|
14604
|
-
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
14605
|
-
to this struct and property (when given).
|
|
14606
|
-
:rtype: str
|
|
14607
|
-
"""
|
|
14608
|
-
...
|
|
14609
|
-
|
|
14610
|
-
def path_resolve(self):
|
|
14611
|
-
"""Returns the property from the path, raise an exception when not found."""
|
|
14612
|
-
...
|
|
14613
|
-
|
|
14614
|
-
def poll(self, context):
|
|
14548
|
+
def draw_loc_limit(self, context):
|
|
14615
14549
|
"""
|
|
14616
14550
|
|
|
14617
14551
|
:param context:
|
|
14618
14552
|
"""
|
|
14619
14553
|
...
|
|
14620
14554
|
|
|
14621
|
-
def
|
|
14622
|
-
"""Remove and return the value of the custom property assigned to key or default
|
|
14623
|
-
when not found (matches Python's dictionary function of the same name).
|
|
14624
|
-
|
|
14625
|
-
"""
|
|
14626
|
-
...
|
|
14627
|
-
|
|
14628
|
-
def prepend(self, draw_func):
|
|
14629
|
-
"""Prepend a draw function to this menu, takes the same arguments as
|
|
14630
|
-
the menus draw function
|
|
14631
|
-
|
|
14632
|
-
:param draw_func:
|
|
14633
|
-
"""
|
|
14634
|
-
...
|
|
14635
|
-
|
|
14636
|
-
def property_overridable_library_set(self) -> bool:
|
|
14637
|
-
"""Define a property as overridable or not (only for custom properties!).
|
|
14638
|
-
|
|
14639
|
-
:return: True when the overridable status of the property was successfully set.
|
|
14640
|
-
:rtype: bool
|
|
14555
|
+
def draw_locate_like(self, context):
|
|
14641
14556
|
"""
|
|
14642
|
-
...
|
|
14643
|
-
|
|
14644
|
-
def property_unset(self):
|
|
14645
|
-
"""Unset a property, will use default value afterward."""
|
|
14646
|
-
...
|
|
14647
|
-
|
|
14648
|
-
def remove(self, draw_func):
|
|
14649
|
-
"""Remove a draw function that has been added to this menu
|
|
14650
14557
|
|
|
14651
|
-
:param
|
|
14558
|
+
:param context:
|
|
14652
14559
|
"""
|
|
14653
14560
|
...
|
|
14654
14561
|
|
|
14655
|
-
def
|
|
14656
|
-
"""Return a new instance, this is needed because types
|
|
14657
|
-
such as textures can be changed at runtime.
|
|
14658
|
-
|
|
14659
|
-
:return: a new instance of this object with the type initialized again.
|
|
14562
|
+
def draw_lock_track(self, context):
|
|
14660
14563
|
"""
|
|
14661
|
-
...
|
|
14662
14564
|
|
|
14663
|
-
|
|
14664
|
-
"""Returns the values of this objects custom properties (matches Python's
|
|
14665
|
-
dictionary function of the same name).
|
|
14666
|
-
|
|
14667
|
-
:return: custom property values.
|
|
14565
|
+
:param context:
|
|
14668
14566
|
"""
|
|
14669
14567
|
...
|
|
14670
14568
|
|
|
14671
|
-
|
|
14672
|
-
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
14673
|
-
):
|
|
14674
|
-
bl_context: typing.Any
|
|
14675
|
-
bl_label: typing.Any
|
|
14676
|
-
bl_parent_id: typing.Any
|
|
14677
|
-
bl_region_type: typing.Any
|
|
14678
|
-
bl_rna: typing.Any
|
|
14679
|
-
bl_space_type: typing.Any
|
|
14680
|
-
id_data: typing.Any
|
|
14681
|
-
|
|
14682
|
-
def append(self, draw_func):
|
|
14683
|
-
"""Append a draw function to this menu,
|
|
14684
|
-
takes the same arguments as the menus draw function
|
|
14685
|
-
|
|
14686
|
-
:param draw_func:
|
|
14569
|
+
def draw_min_max(self, context):
|
|
14687
14570
|
"""
|
|
14688
|
-
...
|
|
14689
14571
|
|
|
14690
|
-
|
|
14691
|
-
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
14692
|
-
|
|
14693
|
-
:return: int (memory address).
|
|
14694
|
-
:rtype: int
|
|
14572
|
+
:param context:
|
|
14695
14573
|
"""
|
|
14696
14574
|
...
|
|
14697
14575
|
|
|
14698
|
-
def
|
|
14576
|
+
def draw_object_solver(self, context):
|
|
14699
14577
|
"""
|
|
14700
14578
|
|
|
14701
|
-
:
|
|
14702
|
-
:rtype: bpy.types.Struct
|
|
14579
|
+
:param context:
|
|
14703
14580
|
"""
|
|
14704
14581
|
...
|
|
14705
14582
|
|
|
14706
|
-
def
|
|
14583
|
+
def draw_pivot(self, context):
|
|
14707
14584
|
"""
|
|
14708
14585
|
|
|
14709
|
-
:
|
|
14710
|
-
:rtype: typing.Any
|
|
14586
|
+
:param context:
|
|
14711
14587
|
"""
|
|
14712
14588
|
...
|
|
14713
14589
|
|
|
14714
|
-
def
|
|
14590
|
+
def draw_python_constraint(self, _context):
|
|
14715
14591
|
"""
|
|
14716
14592
|
|
|
14717
|
-
:param
|
|
14593
|
+
:param _context:
|
|
14718
14594
|
"""
|
|
14719
14595
|
...
|
|
14720
14596
|
|
|
14721
|
-
def
|
|
14597
|
+
def draw_rot_limit(self, context):
|
|
14722
14598
|
"""
|
|
14723
14599
|
|
|
14724
14600
|
:param context:
|
|
14725
14601
|
"""
|
|
14726
14602
|
...
|
|
14727
14603
|
|
|
14728
|
-
def
|
|
14604
|
+
def draw_rotate_like(self, context):
|
|
14729
14605
|
"""
|
|
14730
14606
|
|
|
14731
14607
|
:param context:
|
|
14732
14608
|
"""
|
|
14733
14609
|
...
|
|
14734
14610
|
|
|
14735
|
-
def
|
|
14611
|
+
def draw_same_volume(self, context):
|
|
14736
14612
|
"""
|
|
14737
14613
|
|
|
14738
14614
|
:param context:
|
|
14739
14615
|
"""
|
|
14740
14616
|
...
|
|
14741
14617
|
|
|
14742
|
-
def
|
|
14618
|
+
def draw_shrinkwrap(self, context):
|
|
14743
14619
|
"""
|
|
14744
14620
|
|
|
14745
14621
|
:param context:
|
|
14746
14622
|
"""
|
|
14747
14623
|
...
|
|
14748
14624
|
|
|
14749
|
-
def
|
|
14625
|
+
def draw_size_like(self, context):
|
|
14750
14626
|
"""
|
|
14751
14627
|
|
|
14752
14628
|
:param context:
|
|
14753
14629
|
"""
|
|
14754
14630
|
...
|
|
14755
14631
|
|
|
14756
|
-
def
|
|
14632
|
+
def draw_size_limit(self, context):
|
|
14757
14633
|
"""
|
|
14758
14634
|
|
|
14759
14635
|
:param context:
|
|
14760
14636
|
"""
|
|
14761
14637
|
...
|
|
14762
14638
|
|
|
14763
|
-
def
|
|
14639
|
+
def draw_spline_ik(self, context):
|
|
14764
14640
|
"""
|
|
14765
14641
|
|
|
14766
14642
|
:param context:
|
|
14767
14643
|
"""
|
|
14768
14644
|
...
|
|
14769
14645
|
|
|
14770
|
-
def
|
|
14646
|
+
def draw_stretch_to(self, context):
|
|
14771
14647
|
"""
|
|
14772
14648
|
|
|
14773
14649
|
:param context:
|
|
14774
|
-
:param template_func:
|
|
14775
14650
|
"""
|
|
14776
14651
|
...
|
|
14777
14652
|
|
|
14778
|
-
def
|
|
14653
|
+
def draw_trackto(self, context):
|
|
14779
14654
|
"""
|
|
14780
14655
|
|
|
14781
14656
|
:param context:
|
|
14782
14657
|
"""
|
|
14783
14658
|
...
|
|
14784
14659
|
|
|
14785
|
-
def
|
|
14660
|
+
def draw_trans_like(self, context):
|
|
14786
14661
|
"""
|
|
14787
14662
|
|
|
14788
14663
|
:param context:
|
|
14789
14664
|
"""
|
|
14790
14665
|
...
|
|
14791
14666
|
|
|
14792
|
-
def
|
|
14667
|
+
def draw_transform(self, context):
|
|
14793
14668
|
"""
|
|
14794
14669
|
|
|
14795
14670
|
:param context:
|
|
14796
14671
|
"""
|
|
14797
14672
|
...
|
|
14798
14673
|
|
|
14799
|
-
def
|
|
14674
|
+
def draw_transform_cache(self, context):
|
|
14800
14675
|
"""
|
|
14801
14676
|
|
|
14802
14677
|
:param context:
|
|
@@ -14973,6 +14848,26 @@ class BONE_PT_bActionConstraint_target(
|
|
|
14973
14848
|
"""
|
|
14974
14849
|
...
|
|
14975
14850
|
|
|
14851
|
+
def space_template(self, layout, con, target=True, owner=True, separator=True):
|
|
14852
|
+
"""
|
|
14853
|
+
|
|
14854
|
+
:param layout:
|
|
14855
|
+
:param con:
|
|
14856
|
+
:param target:
|
|
14857
|
+
:param owner:
|
|
14858
|
+
:param separator:
|
|
14859
|
+
"""
|
|
14860
|
+
...
|
|
14861
|
+
|
|
14862
|
+
def target_template(self, layout, con, subtargets=True):
|
|
14863
|
+
"""
|
|
14864
|
+
|
|
14865
|
+
:param layout:
|
|
14866
|
+
:param con:
|
|
14867
|
+
:param subtargets:
|
|
14868
|
+
"""
|
|
14869
|
+
...
|
|
14870
|
+
|
|
14976
14871
|
def type_recast(self):
|
|
14977
14872
|
"""Return a new instance, this is needed because types
|
|
14978
14873
|
such as textures can be changed at runtime.
|
|
@@ -14989,7 +14884,7 @@ class BONE_PT_bActionConstraint_target(
|
|
|
14989
14884
|
"""
|
|
14990
14885
|
...
|
|
14991
14886
|
|
|
14992
|
-
class
|
|
14887
|
+
class BONE_PT_bTransformCacheConstraint_layers(
|
|
14993
14888
|
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
14994
14889
|
):
|
|
14995
14890
|
bl_context: typing.Any
|
|
@@ -15310,7 +15205,7 @@ class BONE_PT_bArmatureConstraint_bones(
|
|
|
15310
15205
|
"""
|
|
15311
15206
|
...
|
|
15312
15207
|
|
|
15313
|
-
class
|
|
15208
|
+
class BONE_PT_bTransformCacheConstraint_procedural(
|
|
15314
15209
|
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
15315
15210
|
):
|
|
15316
15211
|
bl_context: typing.Any
|
|
@@ -15631,7 +15526,7 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
|
|
|
15631
15526
|
"""
|
|
15632
15527
|
...
|
|
15633
15528
|
|
|
15634
|
-
class
|
|
15529
|
+
class BONE_PT_bTransformCacheConstraint_time(
|
|
15635
15530
|
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
15636
15531
|
):
|
|
15637
15532
|
bl_context: typing.Any
|
|
@@ -15952,7 +15847,7 @@ class BONE_PT_bSplineIKConstraint_fitting(
|
|
|
15952
15847
|
"""
|
|
15953
15848
|
...
|
|
15954
15849
|
|
|
15955
|
-
class
|
|
15850
|
+
class BONE_PT_bTransformCacheConstraint_velocity(
|
|
15956
15851
|
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
15957
15852
|
):
|
|
15958
15853
|
bl_context: typing.Any
|
|
@@ -16273,12 +16168,12 @@ class BONE_PT_bTransformCacheConstraint_layers(
|
|
|
16273
16168
|
"""
|
|
16274
16169
|
...
|
|
16275
16170
|
|
|
16276
|
-
class
|
|
16277
|
-
BoneConstraintPanel,
|
|
16171
|
+
class BONE_PT_bTransformConstraint(
|
|
16172
|
+
BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
|
|
16278
16173
|
):
|
|
16279
16174
|
bl_context: typing.Any
|
|
16280
16175
|
bl_label: typing.Any
|
|
16281
|
-
|
|
16176
|
+
bl_options: typing.Any
|
|
16282
16177
|
bl_region_type: typing.Any
|
|
16283
16178
|
bl_rna: typing.Any
|
|
16284
16179
|
bl_space_type: typing.Any
|
|
@@ -16323,85 +16218,218 @@ class BONE_PT_bTransformCacheConstraint_procedural(
|
|
|
16323
16218
|
"""
|
|
16324
16219
|
...
|
|
16325
16220
|
|
|
16326
|
-
def
|
|
16221
|
+
def draw_action(self, context):
|
|
16327
16222
|
"""
|
|
16328
16223
|
|
|
16329
16224
|
:param context:
|
|
16330
16225
|
"""
|
|
16331
16226
|
...
|
|
16332
16227
|
|
|
16333
|
-
def
|
|
16228
|
+
def draw_armature(self, context):
|
|
16334
16229
|
"""
|
|
16335
16230
|
|
|
16336
16231
|
:param context:
|
|
16337
16232
|
"""
|
|
16338
16233
|
...
|
|
16339
16234
|
|
|
16340
|
-
def
|
|
16235
|
+
def draw_camera_solver(self, context):
|
|
16341
16236
|
"""
|
|
16342
16237
|
|
|
16343
16238
|
:param context:
|
|
16344
16239
|
"""
|
|
16345
16240
|
...
|
|
16346
16241
|
|
|
16347
|
-
def
|
|
16242
|
+
def draw_childof(self, context):
|
|
16348
16243
|
"""
|
|
16349
16244
|
|
|
16350
16245
|
:param context:
|
|
16351
16246
|
"""
|
|
16352
16247
|
...
|
|
16353
16248
|
|
|
16354
|
-
def
|
|
16249
|
+
def draw_clamp_to(self, context):
|
|
16355
16250
|
"""
|
|
16356
16251
|
|
|
16357
16252
|
:param context:
|
|
16358
16253
|
"""
|
|
16359
16254
|
...
|
|
16360
16255
|
|
|
16361
|
-
def
|
|
16256
|
+
def draw_damp_track(self, context):
|
|
16362
16257
|
"""
|
|
16363
16258
|
|
|
16364
16259
|
:param context:
|
|
16365
16260
|
"""
|
|
16366
16261
|
...
|
|
16367
16262
|
|
|
16368
|
-
def
|
|
16263
|
+
def draw_dist_limit(self, context):
|
|
16369
16264
|
"""
|
|
16370
16265
|
|
|
16371
16266
|
:param context:
|
|
16372
16267
|
"""
|
|
16373
16268
|
...
|
|
16374
16269
|
|
|
16375
|
-
def
|
|
16270
|
+
def draw_follow_path(self, context):
|
|
16376
16271
|
"""
|
|
16377
16272
|
|
|
16378
16273
|
:param context:
|
|
16379
|
-
:param template_func:
|
|
16380
16274
|
"""
|
|
16381
16275
|
...
|
|
16382
16276
|
|
|
16383
|
-
def
|
|
16277
|
+
def draw_follow_track(self, context):
|
|
16384
16278
|
"""
|
|
16385
16279
|
|
|
16386
16280
|
:param context:
|
|
16387
16281
|
"""
|
|
16388
16282
|
...
|
|
16389
16283
|
|
|
16390
|
-
def
|
|
16284
|
+
def draw_header(self, context):
|
|
16391
16285
|
"""
|
|
16392
16286
|
|
|
16393
16287
|
:param context:
|
|
16394
16288
|
"""
|
|
16395
16289
|
...
|
|
16396
16290
|
|
|
16397
|
-
def
|
|
16291
|
+
def draw_influence(self, layout, con):
|
|
16292
|
+
"""
|
|
16293
|
+
|
|
16294
|
+
:param layout:
|
|
16295
|
+
:param con:
|
|
16296
|
+
"""
|
|
16297
|
+
...
|
|
16298
|
+
|
|
16299
|
+
def draw_kinematic(self, context):
|
|
16398
16300
|
"""
|
|
16399
16301
|
|
|
16400
16302
|
:param context:
|
|
16401
16303
|
"""
|
|
16402
16304
|
...
|
|
16403
16305
|
|
|
16404
|
-
def
|
|
16306
|
+
def draw_loc_limit(self, context):
|
|
16307
|
+
"""
|
|
16308
|
+
|
|
16309
|
+
:param context:
|
|
16310
|
+
"""
|
|
16311
|
+
...
|
|
16312
|
+
|
|
16313
|
+
def draw_locate_like(self, context):
|
|
16314
|
+
"""
|
|
16315
|
+
|
|
16316
|
+
:param context:
|
|
16317
|
+
"""
|
|
16318
|
+
...
|
|
16319
|
+
|
|
16320
|
+
def draw_lock_track(self, context):
|
|
16321
|
+
"""
|
|
16322
|
+
|
|
16323
|
+
:param context:
|
|
16324
|
+
"""
|
|
16325
|
+
...
|
|
16326
|
+
|
|
16327
|
+
def draw_min_max(self, context):
|
|
16328
|
+
"""
|
|
16329
|
+
|
|
16330
|
+
:param context:
|
|
16331
|
+
"""
|
|
16332
|
+
...
|
|
16333
|
+
|
|
16334
|
+
def draw_object_solver(self, context):
|
|
16335
|
+
"""
|
|
16336
|
+
|
|
16337
|
+
:param context:
|
|
16338
|
+
"""
|
|
16339
|
+
...
|
|
16340
|
+
|
|
16341
|
+
def draw_pivot(self, context):
|
|
16342
|
+
"""
|
|
16343
|
+
|
|
16344
|
+
:param context:
|
|
16345
|
+
"""
|
|
16346
|
+
...
|
|
16347
|
+
|
|
16348
|
+
def draw_python_constraint(self, _context):
|
|
16349
|
+
"""
|
|
16350
|
+
|
|
16351
|
+
:param _context:
|
|
16352
|
+
"""
|
|
16353
|
+
...
|
|
16354
|
+
|
|
16355
|
+
def draw_rot_limit(self, context):
|
|
16356
|
+
"""
|
|
16357
|
+
|
|
16358
|
+
:param context:
|
|
16359
|
+
"""
|
|
16360
|
+
...
|
|
16361
|
+
|
|
16362
|
+
def draw_rotate_like(self, context):
|
|
16363
|
+
"""
|
|
16364
|
+
|
|
16365
|
+
:param context:
|
|
16366
|
+
"""
|
|
16367
|
+
...
|
|
16368
|
+
|
|
16369
|
+
def draw_same_volume(self, context):
|
|
16370
|
+
"""
|
|
16371
|
+
|
|
16372
|
+
:param context:
|
|
16373
|
+
"""
|
|
16374
|
+
...
|
|
16375
|
+
|
|
16376
|
+
def draw_shrinkwrap(self, context):
|
|
16377
|
+
"""
|
|
16378
|
+
|
|
16379
|
+
:param context:
|
|
16380
|
+
"""
|
|
16381
|
+
...
|
|
16382
|
+
|
|
16383
|
+
def draw_size_like(self, context):
|
|
16384
|
+
"""
|
|
16385
|
+
|
|
16386
|
+
:param context:
|
|
16387
|
+
"""
|
|
16388
|
+
...
|
|
16389
|
+
|
|
16390
|
+
def draw_size_limit(self, context):
|
|
16391
|
+
"""
|
|
16392
|
+
|
|
16393
|
+
:param context:
|
|
16394
|
+
"""
|
|
16395
|
+
...
|
|
16396
|
+
|
|
16397
|
+
def draw_spline_ik(self, context):
|
|
16398
|
+
"""
|
|
16399
|
+
|
|
16400
|
+
:param context:
|
|
16401
|
+
"""
|
|
16402
|
+
...
|
|
16403
|
+
|
|
16404
|
+
def draw_stretch_to(self, context):
|
|
16405
|
+
"""
|
|
16406
|
+
|
|
16407
|
+
:param context:
|
|
16408
|
+
"""
|
|
16409
|
+
...
|
|
16410
|
+
|
|
16411
|
+
def draw_trackto(self, context):
|
|
16412
|
+
"""
|
|
16413
|
+
|
|
16414
|
+
:param context:
|
|
16415
|
+
"""
|
|
16416
|
+
...
|
|
16417
|
+
|
|
16418
|
+
def draw_trans_like(self, context):
|
|
16419
|
+
"""
|
|
16420
|
+
|
|
16421
|
+
:param context:
|
|
16422
|
+
"""
|
|
16423
|
+
...
|
|
16424
|
+
|
|
16425
|
+
def draw_transform(self, context):
|
|
16426
|
+
"""
|
|
16427
|
+
|
|
16428
|
+
:param context:
|
|
16429
|
+
"""
|
|
16430
|
+
...
|
|
16431
|
+
|
|
16432
|
+
def draw_transform_cache(self, context):
|
|
16405
16433
|
"""
|
|
16406
16434
|
|
|
16407
16435
|
:param context:
|
|
@@ -16578,6 +16606,26 @@ class BONE_PT_bTransformCacheConstraint_procedural(
|
|
|
16578
16606
|
"""
|
|
16579
16607
|
...
|
|
16580
16608
|
|
|
16609
|
+
def space_template(self, layout, con, target=True, owner=True, separator=True):
|
|
16610
|
+
"""
|
|
16611
|
+
|
|
16612
|
+
:param layout:
|
|
16613
|
+
:param con:
|
|
16614
|
+
:param target:
|
|
16615
|
+
:param owner:
|
|
16616
|
+
:param separator:
|
|
16617
|
+
"""
|
|
16618
|
+
...
|
|
16619
|
+
|
|
16620
|
+
def target_template(self, layout, con, subtargets=True):
|
|
16621
|
+
"""
|
|
16622
|
+
|
|
16623
|
+
:param layout:
|
|
16624
|
+
:param con:
|
|
16625
|
+
:param subtargets:
|
|
16626
|
+
"""
|
|
16627
|
+
...
|
|
16628
|
+
|
|
16581
16629
|
def type_recast(self):
|
|
16582
16630
|
"""Return a new instance, this is needed because types
|
|
16583
16631
|
such as textures can be changed at runtime.
|
|
@@ -16594,7 +16642,7 @@ class BONE_PT_bTransformCacheConstraint_procedural(
|
|
|
16594
16642
|
"""
|
|
16595
16643
|
...
|
|
16596
16644
|
|
|
16597
|
-
class
|
|
16645
|
+
class BONE_PT_bTransformConstraint_from(
|
|
16598
16646
|
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
16599
16647
|
):
|
|
16600
16648
|
bl_context: typing.Any
|
|
@@ -16915,7 +16963,7 @@ class BONE_PT_bTransformCacheConstraint_time(
|
|
|
16915
16963
|
"""
|
|
16916
16964
|
...
|
|
16917
16965
|
|
|
16918
|
-
class
|
|
16966
|
+
class BONE_PT_bTransformConstraint_to(
|
|
16919
16967
|
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
16920
16968
|
):
|
|
16921
16969
|
bl_context: typing.Any
|
|
@@ -17236,12 +17284,10 @@ class BONE_PT_bTransformCacheConstraint_velocity(
|
|
|
17236
17284
|
"""
|
|
17237
17285
|
...
|
|
17238
17286
|
|
|
17239
|
-
class
|
|
17240
|
-
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
17241
|
-
):
|
|
17287
|
+
class BONE_PT_constraints(BoneConstraintPanel, bpy_types._GenericUI):
|
|
17242
17288
|
bl_context: typing.Any
|
|
17243
17289
|
bl_label: typing.Any
|
|
17244
|
-
|
|
17290
|
+
bl_options: typing.Any
|
|
17245
17291
|
bl_region_type: typing.Any
|
|
17246
17292
|
bl_rna: typing.Any
|
|
17247
17293
|
bl_space_type: typing.Any
|
|
@@ -17279,95 +17325,10 @@ class BONE_PT_bTransformConstraint_from(
|
|
|
17279
17325
|
"""
|
|
17280
17326
|
...
|
|
17281
17327
|
|
|
17282
|
-
def draw(self,
|
|
17283
|
-
"""
|
|
17284
|
-
|
|
17285
|
-
:param context:
|
|
17286
|
-
"""
|
|
17287
|
-
...
|
|
17288
|
-
|
|
17289
|
-
def draw_action_action(self, context):
|
|
17290
|
-
"""
|
|
17291
|
-
|
|
17292
|
-
:param context:
|
|
17293
|
-
"""
|
|
17294
|
-
...
|
|
17295
|
-
|
|
17296
|
-
def draw_action_target(self, context):
|
|
17297
|
-
"""
|
|
17298
|
-
|
|
17299
|
-
:param context:
|
|
17300
|
-
"""
|
|
17301
|
-
...
|
|
17302
|
-
|
|
17303
|
-
def draw_armature_bones(self, context):
|
|
17304
|
-
"""
|
|
17305
|
-
|
|
17306
|
-
:param context:
|
|
17307
|
-
"""
|
|
17308
|
-
...
|
|
17309
|
-
|
|
17310
|
-
def draw_spline_ik_chain_scaling(self, context):
|
|
17311
|
-
"""
|
|
17312
|
-
|
|
17313
|
-
:param context:
|
|
17314
|
-
"""
|
|
17315
|
-
...
|
|
17316
|
-
|
|
17317
|
-
def draw_spline_ik_fitting(self, context):
|
|
17318
|
-
"""
|
|
17319
|
-
|
|
17320
|
-
:param context:
|
|
17321
|
-
"""
|
|
17322
|
-
...
|
|
17323
|
-
|
|
17324
|
-
def draw_transform_cache_layers(self, context):
|
|
17325
|
-
"""
|
|
17326
|
-
|
|
17327
|
-
:param context:
|
|
17328
|
-
"""
|
|
17329
|
-
...
|
|
17330
|
-
|
|
17331
|
-
def draw_transform_cache_procedural(self, context):
|
|
17332
|
-
"""
|
|
17333
|
-
|
|
17334
|
-
:param context:
|
|
17335
|
-
"""
|
|
17336
|
-
...
|
|
17337
|
-
|
|
17338
|
-
def draw_transform_cache_subpanel(self, context, template_func):
|
|
17339
|
-
"""
|
|
17340
|
-
|
|
17341
|
-
:param context:
|
|
17342
|
-
:param template_func:
|
|
17343
|
-
"""
|
|
17344
|
-
...
|
|
17345
|
-
|
|
17346
|
-
def draw_transform_cache_time(self, context):
|
|
17347
|
-
"""
|
|
17348
|
-
|
|
17349
|
-
:param context:
|
|
17350
|
-
"""
|
|
17351
|
-
...
|
|
17352
|
-
|
|
17353
|
-
def draw_transform_cache_velocity(self, context):
|
|
17354
|
-
"""
|
|
17355
|
-
|
|
17356
|
-
:param context:
|
|
17357
|
-
"""
|
|
17358
|
-
...
|
|
17359
|
-
|
|
17360
|
-
def draw_transform_from(self, context):
|
|
17361
|
-
"""
|
|
17362
|
-
|
|
17363
|
-
:param context:
|
|
17364
|
-
"""
|
|
17365
|
-
...
|
|
17366
|
-
|
|
17367
|
-
def draw_transform_to(self, context):
|
|
17328
|
+
def draw(self, _context):
|
|
17368
17329
|
"""
|
|
17369
17330
|
|
|
17370
|
-
:param
|
|
17331
|
+
:param _context:
|
|
17371
17332
|
"""
|
|
17372
17333
|
...
|
|
17373
17334
|
|
|
@@ -17394,13 +17355,6 @@ class BONE_PT_bTransformConstraint_from(
|
|
|
17394
17355
|
"""
|
|
17395
17356
|
...
|
|
17396
17357
|
|
|
17397
|
-
def get_constraint(self, _context):
|
|
17398
|
-
"""
|
|
17399
|
-
|
|
17400
|
-
:param _context:
|
|
17401
|
-
"""
|
|
17402
|
-
...
|
|
17403
|
-
|
|
17404
17358
|
def id_properties_clear(self):
|
|
17405
17359
|
"""
|
|
17406
17360
|
|
|
@@ -17557,324 +17511,361 @@ class BONE_PT_bTransformConstraint_from(
|
|
|
17557
17511
|
"""
|
|
17558
17512
|
...
|
|
17559
17513
|
|
|
17560
|
-
class
|
|
17561
|
-
BoneConstraintPanel, ConstraintButtonsSubPanel, bpy_types._GenericUI
|
|
17562
|
-
):
|
|
17514
|
+
class BoneConstraintPanel:
|
|
17563
17515
|
bl_context: typing.Any
|
|
17516
|
+
|
|
17517
|
+
def poll(self, context):
|
|
17518
|
+
"""
|
|
17519
|
+
|
|
17520
|
+
:param context:
|
|
17521
|
+
"""
|
|
17522
|
+
...
|
|
17523
|
+
|
|
17524
|
+
class ConstraintButtonsPanel:
|
|
17564
17525
|
bl_label: typing.Any
|
|
17565
|
-
|
|
17526
|
+
bl_options: typing.Any
|
|
17566
17527
|
bl_region_type: typing.Any
|
|
17567
|
-
bl_rna: typing.Any
|
|
17568
17528
|
bl_space_type: typing.Any
|
|
17569
|
-
id_data: typing.Any
|
|
17570
17529
|
|
|
17571
|
-
def
|
|
17572
|
-
"""
|
|
17573
|
-
takes the same arguments as the menus draw function
|
|
17530
|
+
def draw_action(self, context):
|
|
17531
|
+
"""
|
|
17574
17532
|
|
|
17575
|
-
|
|
17533
|
+
:param context:
|
|
17576
17534
|
"""
|
|
17577
17535
|
...
|
|
17578
17536
|
|
|
17579
|
-
def
|
|
17580
|
-
"""
|
|
17537
|
+
def draw_armature(self, context):
|
|
17538
|
+
"""
|
|
17581
17539
|
|
|
17582
|
-
:
|
|
17583
|
-
:rtype: int
|
|
17540
|
+
:param context:
|
|
17584
17541
|
"""
|
|
17585
17542
|
...
|
|
17586
17543
|
|
|
17587
|
-
def
|
|
17544
|
+
def draw_camera_solver(self, context):
|
|
17588
17545
|
"""
|
|
17589
17546
|
|
|
17590
|
-
:
|
|
17591
|
-
:rtype: bpy.types.Struct
|
|
17547
|
+
:param context:
|
|
17592
17548
|
"""
|
|
17593
17549
|
...
|
|
17594
17550
|
|
|
17595
|
-
def
|
|
17551
|
+
def draw_childof(self, context):
|
|
17596
17552
|
"""
|
|
17597
17553
|
|
|
17598
|
-
:
|
|
17599
|
-
:rtype: typing.Any
|
|
17554
|
+
:param context:
|
|
17600
17555
|
"""
|
|
17601
17556
|
...
|
|
17602
17557
|
|
|
17603
|
-
def
|
|
17558
|
+
def draw_clamp_to(self, context):
|
|
17604
17559
|
"""
|
|
17605
17560
|
|
|
17606
17561
|
:param context:
|
|
17607
17562
|
"""
|
|
17608
17563
|
...
|
|
17609
17564
|
|
|
17610
|
-
def
|
|
17565
|
+
def draw_damp_track(self, context):
|
|
17611
17566
|
"""
|
|
17612
17567
|
|
|
17613
17568
|
:param context:
|
|
17614
17569
|
"""
|
|
17615
17570
|
...
|
|
17616
17571
|
|
|
17617
|
-
def
|
|
17572
|
+
def draw_dist_limit(self, context):
|
|
17618
17573
|
"""
|
|
17619
17574
|
|
|
17620
17575
|
:param context:
|
|
17621
17576
|
"""
|
|
17622
17577
|
...
|
|
17623
17578
|
|
|
17624
|
-
def
|
|
17579
|
+
def draw_follow_path(self, context):
|
|
17625
17580
|
"""
|
|
17626
17581
|
|
|
17627
17582
|
:param context:
|
|
17628
17583
|
"""
|
|
17629
17584
|
...
|
|
17630
17585
|
|
|
17631
|
-
def
|
|
17586
|
+
def draw_follow_track(self, context):
|
|
17632
17587
|
"""
|
|
17633
17588
|
|
|
17634
17589
|
:param context:
|
|
17635
17590
|
"""
|
|
17636
17591
|
...
|
|
17637
17592
|
|
|
17638
|
-
def
|
|
17593
|
+
def draw_header(self, context):
|
|
17639
17594
|
"""
|
|
17640
17595
|
|
|
17641
17596
|
:param context:
|
|
17642
17597
|
"""
|
|
17643
17598
|
...
|
|
17644
17599
|
|
|
17645
|
-
def
|
|
17600
|
+
def draw_influence(self, layout, con):
|
|
17601
|
+
"""
|
|
17602
|
+
|
|
17603
|
+
:param layout:
|
|
17604
|
+
:param con:
|
|
17605
|
+
"""
|
|
17606
|
+
...
|
|
17607
|
+
|
|
17608
|
+
def draw_kinematic(self, context):
|
|
17646
17609
|
"""
|
|
17647
17610
|
|
|
17648
17611
|
:param context:
|
|
17649
17612
|
"""
|
|
17650
17613
|
...
|
|
17651
17614
|
|
|
17652
|
-
def
|
|
17615
|
+
def draw_loc_limit(self, context):
|
|
17653
17616
|
"""
|
|
17654
17617
|
|
|
17655
17618
|
:param context:
|
|
17656
17619
|
"""
|
|
17657
17620
|
...
|
|
17658
17621
|
|
|
17659
|
-
def
|
|
17622
|
+
def draw_locate_like(self, context):
|
|
17660
17623
|
"""
|
|
17661
17624
|
|
|
17662
17625
|
:param context:
|
|
17663
|
-
:param template_func:
|
|
17664
17626
|
"""
|
|
17665
17627
|
...
|
|
17666
17628
|
|
|
17667
|
-
def
|
|
17629
|
+
def draw_lock_track(self, context):
|
|
17668
17630
|
"""
|
|
17669
17631
|
|
|
17670
17632
|
:param context:
|
|
17671
17633
|
"""
|
|
17672
17634
|
...
|
|
17673
17635
|
|
|
17674
|
-
def
|
|
17636
|
+
def draw_min_max(self, context):
|
|
17675
17637
|
"""
|
|
17676
17638
|
|
|
17677
17639
|
:param context:
|
|
17678
17640
|
"""
|
|
17679
17641
|
...
|
|
17680
17642
|
|
|
17681
|
-
def
|
|
17643
|
+
def draw_object_solver(self, context):
|
|
17682
17644
|
"""
|
|
17683
17645
|
|
|
17684
17646
|
:param context:
|
|
17685
17647
|
"""
|
|
17686
17648
|
...
|
|
17687
17649
|
|
|
17688
|
-
def
|
|
17650
|
+
def draw_pivot(self, context):
|
|
17689
17651
|
"""
|
|
17690
17652
|
|
|
17691
17653
|
:param context:
|
|
17692
17654
|
"""
|
|
17693
17655
|
...
|
|
17694
17656
|
|
|
17695
|
-
def
|
|
17696
|
-
"""
|
|
17657
|
+
def draw_python_constraint(self, _context):
|
|
17658
|
+
"""
|
|
17697
17659
|
|
|
17698
|
-
:
|
|
17699
|
-
:rtype: bpy.types.FCurve
|
|
17660
|
+
:param _context:
|
|
17700
17661
|
"""
|
|
17701
17662
|
...
|
|
17702
17663
|
|
|
17703
|
-
def
|
|
17704
|
-
"""
|
|
17664
|
+
def draw_rot_limit(self, context):
|
|
17665
|
+
"""
|
|
17705
17666
|
|
|
17706
|
-
:
|
|
17707
|
-
:rtype: bool
|
|
17667
|
+
:param context:
|
|
17708
17668
|
"""
|
|
17709
17669
|
...
|
|
17710
17670
|
|
|
17711
|
-
def
|
|
17712
|
-
"""
|
|
17713
|
-
when not found (matches Python's dictionary function of the same name).
|
|
17671
|
+
def draw_rotate_like(self, context):
|
|
17672
|
+
"""
|
|
17714
17673
|
|
|
17674
|
+
:param context:
|
|
17715
17675
|
"""
|
|
17716
17676
|
...
|
|
17717
17677
|
|
|
17718
|
-
def
|
|
17678
|
+
def draw_same_volume(self, context):
|
|
17719
17679
|
"""
|
|
17720
17680
|
|
|
17721
|
-
:param
|
|
17681
|
+
:param context:
|
|
17722
17682
|
"""
|
|
17723
17683
|
...
|
|
17724
17684
|
|
|
17725
|
-
def
|
|
17685
|
+
def draw_shrinkwrap(self, context):
|
|
17726
17686
|
"""
|
|
17727
17687
|
|
|
17728
|
-
:
|
|
17688
|
+
:param context:
|
|
17729
17689
|
"""
|
|
17730
17690
|
...
|
|
17731
17691
|
|
|
17732
|
-
def
|
|
17692
|
+
def draw_size_like(self, context):
|
|
17733
17693
|
"""
|
|
17734
17694
|
|
|
17735
|
-
:
|
|
17695
|
+
:param context:
|
|
17736
17696
|
"""
|
|
17737
17697
|
...
|
|
17738
17698
|
|
|
17739
|
-
def
|
|
17699
|
+
def draw_size_limit(self, context):
|
|
17740
17700
|
"""
|
|
17741
17701
|
|
|
17742
|
-
:
|
|
17702
|
+
:param context:
|
|
17743
17703
|
"""
|
|
17744
17704
|
...
|
|
17745
17705
|
|
|
17746
|
-
def
|
|
17747
|
-
|
|
17748
|
-
"""Check if a property is hidden.
|
|
17706
|
+
def draw_spline_ik(self, context):
|
|
17707
|
+
"""
|
|
17749
17708
|
|
|
17750
|
-
:
|
|
17751
|
-
:rtype: bool
|
|
17709
|
+
:param context:
|
|
17752
17710
|
"""
|
|
17753
17711
|
...
|
|
17754
17712
|
|
|
17755
|
-
def
|
|
17756
|
-
"""
|
|
17713
|
+
def draw_stretch_to(self, context):
|
|
17714
|
+
"""
|
|
17757
17715
|
|
|
17758
|
-
:
|
|
17759
|
-
:rtype: bool
|
|
17716
|
+
:param context:
|
|
17760
17717
|
"""
|
|
17761
17718
|
...
|
|
17762
17719
|
|
|
17763
|
-
def
|
|
17764
|
-
"""
|
|
17720
|
+
def draw_trackto(self, context):
|
|
17721
|
+
"""
|
|
17765
17722
|
|
|
17766
|
-
:
|
|
17767
|
-
:rtype: bool
|
|
17723
|
+
:param context:
|
|
17768
17724
|
"""
|
|
17769
17725
|
...
|
|
17770
17726
|
|
|
17771
|
-
def
|
|
17772
|
-
"""
|
|
17727
|
+
def draw_trans_like(self, context):
|
|
17728
|
+
"""
|
|
17773
17729
|
|
|
17774
|
-
:
|
|
17775
|
-
:rtype: bool
|
|
17730
|
+
:param context:
|
|
17776
17731
|
"""
|
|
17777
17732
|
...
|
|
17778
17733
|
|
|
17779
|
-
def
|
|
17780
|
-
"""
|
|
17781
|
-
dictionary function of the same name).
|
|
17734
|
+
def draw_transform(self, context):
|
|
17735
|
+
"""
|
|
17782
17736
|
|
|
17783
|
-
|
|
17737
|
+
:param context:
|
|
17784
17738
|
"""
|
|
17785
17739
|
...
|
|
17786
17740
|
|
|
17787
|
-
def
|
|
17788
|
-
"""
|
|
17741
|
+
def draw_transform_cache(self, context):
|
|
17742
|
+
"""
|
|
17789
17743
|
|
|
17790
|
-
:
|
|
17791
|
-
:rtype: bool
|
|
17744
|
+
:param context:
|
|
17792
17745
|
"""
|
|
17793
17746
|
...
|
|
17794
17747
|
|
|
17795
|
-
def
|
|
17796
|
-
"""
|
|
17748
|
+
def get_constraint(self, _context):
|
|
17749
|
+
"""
|
|
17797
17750
|
|
|
17798
|
-
:
|
|
17799
|
-
:rtype: bool
|
|
17751
|
+
:param _context:
|
|
17800
17752
|
"""
|
|
17801
17753
|
...
|
|
17802
17754
|
|
|
17803
|
-
def
|
|
17804
|
-
"""
|
|
17805
|
-
dictionary function of the same name).
|
|
17755
|
+
def space_template(self, layout, con, target=True, owner=True, separator=True):
|
|
17756
|
+
"""
|
|
17806
17757
|
|
|
17807
|
-
|
|
17758
|
+
:param layout:
|
|
17759
|
+
:param con:
|
|
17760
|
+
:param target:
|
|
17761
|
+
:param owner:
|
|
17762
|
+
:param separator:
|
|
17808
17763
|
"""
|
|
17809
17764
|
...
|
|
17810
17765
|
|
|
17811
|
-
def
|
|
17812
|
-
"""
|
|
17766
|
+
def target_template(self, layout, con, subtargets=True):
|
|
17767
|
+
"""
|
|
17813
17768
|
|
|
17814
|
-
|
|
17815
|
-
|
|
17816
|
-
|
|
17769
|
+
:param layout:
|
|
17770
|
+
:param con:
|
|
17771
|
+
:param subtargets:
|
|
17817
17772
|
"""
|
|
17818
17773
|
...
|
|
17819
17774
|
|
|
17820
|
-
|
|
17821
|
-
|
|
17775
|
+
class ConstraintButtonsSubPanel:
|
|
17776
|
+
bl_label: typing.Any
|
|
17777
|
+
bl_region_type: typing.Any
|
|
17778
|
+
bl_space_type: typing.Any
|
|
17779
|
+
|
|
17780
|
+
def draw_action_action(self, context):
|
|
17781
|
+
"""
|
|
17782
|
+
|
|
17783
|
+
:param context:
|
|
17784
|
+
"""
|
|
17822
17785
|
...
|
|
17823
17786
|
|
|
17824
|
-
def
|
|
17787
|
+
def draw_action_target(self, context):
|
|
17825
17788
|
"""
|
|
17826
17789
|
|
|
17827
17790
|
:param context:
|
|
17828
17791
|
"""
|
|
17829
17792
|
...
|
|
17830
17793
|
|
|
17831
|
-
def
|
|
17832
|
-
"""
|
|
17833
|
-
when not found (matches Python's dictionary function of the same name).
|
|
17794
|
+
def draw_armature_bones(self, context):
|
|
17795
|
+
"""
|
|
17834
17796
|
|
|
17797
|
+
:param context:
|
|
17835
17798
|
"""
|
|
17836
17799
|
...
|
|
17837
17800
|
|
|
17838
|
-
def
|
|
17839
|
-
"""
|
|
17840
|
-
the menus draw function
|
|
17801
|
+
def draw_spline_ik_chain_scaling(self, context):
|
|
17802
|
+
"""
|
|
17841
17803
|
|
|
17842
|
-
|
|
17804
|
+
:param context:
|
|
17843
17805
|
"""
|
|
17844
17806
|
...
|
|
17845
17807
|
|
|
17846
|
-
def
|
|
17847
|
-
"""
|
|
17808
|
+
def draw_spline_ik_fitting(self, context):
|
|
17809
|
+
"""
|
|
17848
17810
|
|
|
17849
|
-
:
|
|
17850
|
-
:rtype: bool
|
|
17811
|
+
:param context:
|
|
17851
17812
|
"""
|
|
17852
17813
|
...
|
|
17853
17814
|
|
|
17854
|
-
def
|
|
17855
|
-
"""
|
|
17815
|
+
def draw_transform_cache_layers(self, context):
|
|
17816
|
+
"""
|
|
17817
|
+
|
|
17818
|
+
:param context:
|
|
17819
|
+
"""
|
|
17856
17820
|
...
|
|
17857
17821
|
|
|
17858
|
-
def
|
|
17859
|
-
"""
|
|
17822
|
+
def draw_transform_cache_procedural(self, context):
|
|
17823
|
+
"""
|
|
17860
17824
|
|
|
17861
|
-
:param
|
|
17825
|
+
:param context:
|
|
17862
17826
|
"""
|
|
17863
17827
|
...
|
|
17864
17828
|
|
|
17865
|
-
def
|
|
17866
|
-
"""
|
|
17867
|
-
such as textures can be changed at runtime.
|
|
17829
|
+
def draw_transform_cache_subpanel(self, context, template_func):
|
|
17830
|
+
"""
|
|
17868
17831
|
|
|
17869
|
-
|
|
17832
|
+
:param context:
|
|
17833
|
+
:param template_func:
|
|
17870
17834
|
"""
|
|
17871
17835
|
...
|
|
17872
17836
|
|
|
17873
|
-
def
|
|
17874
|
-
"""
|
|
17875
|
-
dictionary function of the same name).
|
|
17837
|
+
def draw_transform_cache_time(self, context):
|
|
17838
|
+
"""
|
|
17876
17839
|
|
|
17877
|
-
|
|
17840
|
+
:param context:
|
|
17841
|
+
"""
|
|
17842
|
+
...
|
|
17843
|
+
|
|
17844
|
+
def draw_transform_cache_velocity(self, context):
|
|
17845
|
+
"""
|
|
17846
|
+
|
|
17847
|
+
:param context:
|
|
17848
|
+
"""
|
|
17849
|
+
...
|
|
17850
|
+
|
|
17851
|
+
def draw_transform_from(self, context):
|
|
17852
|
+
"""
|
|
17853
|
+
|
|
17854
|
+
:param context:
|
|
17855
|
+
"""
|
|
17856
|
+
...
|
|
17857
|
+
|
|
17858
|
+
def draw_transform_to(self, context):
|
|
17859
|
+
"""
|
|
17860
|
+
|
|
17861
|
+
:param context:
|
|
17862
|
+
"""
|
|
17863
|
+
...
|
|
17864
|
+
|
|
17865
|
+
def get_constraint(self, _context):
|
|
17866
|
+
"""
|
|
17867
|
+
|
|
17868
|
+
:param _context:
|
|
17878
17869
|
"""
|
|
17879
17870
|
...
|
|
17880
17871
|
|
|
@@ -34265,3 +34256,13 @@ class OBJECT_PT_constraints(ObjectConstraintPanel, bpy_types._GenericUI):
|
|
|
34265
34256
|
:return: custom property values.
|
|
34266
34257
|
"""
|
|
34267
34258
|
...
|
|
34259
|
+
|
|
34260
|
+
class ObjectConstraintPanel:
|
|
34261
|
+
bl_context: typing.Any
|
|
34262
|
+
|
|
34263
|
+
def poll(self, context):
|
|
34264
|
+
"""
|
|
34265
|
+
|
|
34266
|
+
:param context:
|
|
34267
|
+
"""
|
|
34268
|
+
...
|