fake-bpy-module 20240210__py3-none-any.whl → 20240326__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.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
bpy_types/__init__.pyi
CHANGED
|
@@ -1,1105 +1,3980 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
|
|
4
3
|
GenericType = typing.TypeVar("GenericType")
|
|
5
4
|
|
|
6
5
|
class AddonPreferences:
|
|
6
|
+
""" """
|
|
7
|
+
|
|
7
8
|
bl_rna: typing.Any
|
|
9
|
+
""" """
|
|
10
|
+
|
|
8
11
|
id_data: typing.Any
|
|
12
|
+
""" """
|
|
9
13
|
|
|
10
|
-
def as_pointer(self):
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
def driver_add(self): ...
|
|
14
|
-
def driver_remove(self): ...
|
|
15
|
-
def get(self): ...
|
|
16
|
-
def id_properties_clear(self): ...
|
|
17
|
-
def id_properties_ensure(self): ...
|
|
18
|
-
def id_properties_ui(self): ...
|
|
19
|
-
def is_property_hidden(self): ...
|
|
20
|
-
def is_property_overridable_library(self): ...
|
|
21
|
-
def is_property_readonly(self): ...
|
|
22
|
-
def is_property_set(self): ...
|
|
23
|
-
def items(self): ...
|
|
24
|
-
def keyframe_delete(self): ...
|
|
25
|
-
def keyframe_insert(self): ...
|
|
26
|
-
def keys(self): ...
|
|
27
|
-
def path_from_id(self): ...
|
|
28
|
-
def path_resolve(self): ...
|
|
29
|
-
def pop(self): ...
|
|
30
|
-
def property_overridable_library_set(self): ...
|
|
31
|
-
def property_unset(self): ...
|
|
32
|
-
def type_recast(self): ...
|
|
33
|
-
def values(self): ...
|
|
14
|
+
def as_pointer(self):
|
|
15
|
+
""" """
|
|
16
|
+
...
|
|
34
17
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
18
|
+
def bl_rna_get_subclass(self):
|
|
19
|
+
""" """
|
|
20
|
+
...
|
|
38
21
|
|
|
39
|
-
def
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
def driver_add(self): ...
|
|
43
|
-
def driver_remove(self): ...
|
|
44
|
-
def get(self): ...
|
|
45
|
-
def id_properties_clear(self): ...
|
|
46
|
-
def id_properties_ensure(self): ...
|
|
47
|
-
def id_properties_ui(self): ...
|
|
48
|
-
def is_property_hidden(self): ...
|
|
49
|
-
def is_property_overridable_library(self): ...
|
|
50
|
-
def is_property_readonly(self): ...
|
|
51
|
-
def is_property_set(self): ...
|
|
52
|
-
def items(self): ...
|
|
53
|
-
def keyframe_delete(self): ...
|
|
54
|
-
def keyframe_insert(self): ...
|
|
55
|
-
def keys(self): ...
|
|
56
|
-
def path_from_id(self): ...
|
|
57
|
-
def path_resolve(self): ...
|
|
58
|
-
def pop(self): ...
|
|
59
|
-
def property_overridable_library_set(self): ...
|
|
60
|
-
def property_unset(self): ...
|
|
61
|
-
def type_recast(self): ...
|
|
62
|
-
def values(self): ...
|
|
22
|
+
def bl_rna_get_subclass_py(self):
|
|
23
|
+
""" """
|
|
24
|
+
...
|
|
63
25
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
id_data: typing.Any
|
|
26
|
+
def driver_add(self):
|
|
27
|
+
""" """
|
|
28
|
+
...
|
|
68
29
|
|
|
69
|
-
def
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
def driver_add(self): ...
|
|
73
|
-
def driver_remove(self): ...
|
|
74
|
-
def get(self): ...
|
|
75
|
-
def id_properties_clear(self): ...
|
|
76
|
-
def id_properties_ensure(self): ...
|
|
77
|
-
def id_properties_ui(self): ...
|
|
78
|
-
def is_property_hidden(self): ...
|
|
79
|
-
def is_property_overridable_library(self): ...
|
|
80
|
-
def is_property_readonly(self): ...
|
|
81
|
-
def is_property_set(self): ...
|
|
82
|
-
def items(self): ...
|
|
83
|
-
def keyframe_delete(self): ...
|
|
84
|
-
def keyframe_insert(self): ...
|
|
85
|
-
def keys(self): ...
|
|
86
|
-
def path_from_id(self): ...
|
|
87
|
-
def path_resolve(self): ...
|
|
88
|
-
def pop(self): ...
|
|
89
|
-
def property_overridable_library_set(self): ...
|
|
90
|
-
def property_unset(self): ...
|
|
91
|
-
def type_recast(self): ...
|
|
92
|
-
def values(self): ...
|
|
30
|
+
def driver_remove(self):
|
|
31
|
+
""" """
|
|
32
|
+
...
|
|
93
33
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
34
|
+
def get(self):
|
|
35
|
+
""" """
|
|
36
|
+
...
|
|
97
37
|
|
|
98
|
-
def
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
def copy(self): ...
|
|
102
|
-
def driver_add(self): ...
|
|
103
|
-
def driver_remove(self): ...
|
|
104
|
-
def get(self): ...
|
|
105
|
-
def id_properties_clear(self): ...
|
|
106
|
-
def id_properties_ensure(self): ...
|
|
107
|
-
def id_properties_ui(self): ...
|
|
108
|
-
def is_property_hidden(self): ...
|
|
109
|
-
def is_property_overridable_library(self): ...
|
|
110
|
-
def is_property_readonly(self): ...
|
|
111
|
-
def is_property_set(self): ...
|
|
112
|
-
def items(self): ...
|
|
113
|
-
def keyframe_delete(self): ...
|
|
114
|
-
def keyframe_insert(self): ...
|
|
115
|
-
def keys(self): ...
|
|
116
|
-
def path_from_id(self): ...
|
|
117
|
-
def path_resolve(self, path, coerce): ...
|
|
118
|
-
def pop(self): ...
|
|
119
|
-
def property_overridable_library_set(self): ...
|
|
120
|
-
def property_unset(self): ...
|
|
121
|
-
def temp_override(self): ...
|
|
122
|
-
def type_recast(self): ...
|
|
123
|
-
def values(self): ...
|
|
38
|
+
def id_properties_clear(self):
|
|
39
|
+
""" """
|
|
40
|
+
...
|
|
124
41
|
|
|
125
|
-
|
|
126
|
-
|
|
42
|
+
def id_properties_ensure(self):
|
|
43
|
+
""" """
|
|
44
|
+
...
|
|
127
45
|
|
|
128
|
-
def
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
def driver_add(self): ...
|
|
132
|
-
def driver_remove(self): ...
|
|
133
|
-
def get(self): ...
|
|
134
|
-
def id_properties_clear(self): ...
|
|
135
|
-
def id_properties_ensure(self): ...
|
|
136
|
-
def id_properties_ui(self): ...
|
|
137
|
-
def is_property_hidden(self): ...
|
|
138
|
-
def is_property_overridable_library(self): ...
|
|
139
|
-
def is_property_readonly(self): ...
|
|
140
|
-
def is_property_set(self): ...
|
|
141
|
-
def items(self): ...
|
|
142
|
-
def keyframe_delete(self): ...
|
|
143
|
-
def keyframe_insert(self): ...
|
|
144
|
-
def keys(self): ...
|
|
145
|
-
def path_from_id(self): ...
|
|
146
|
-
def path_resolve(self): ...
|
|
147
|
-
def pop(self): ...
|
|
148
|
-
def property_overridable_library_set(self): ...
|
|
149
|
-
def property_unset(self): ...
|
|
150
|
-
def type_recast(self): ...
|
|
151
|
-
def values(self): ...
|
|
46
|
+
def id_properties_ui(self):
|
|
47
|
+
""" """
|
|
48
|
+
...
|
|
152
49
|
|
|
153
|
-
|
|
154
|
-
|
|
50
|
+
def is_property_hidden(self):
|
|
51
|
+
""" """
|
|
52
|
+
...
|
|
155
53
|
|
|
156
|
-
def
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
def draw_custom_shape(self, shape, matrix, select_id): ...
|
|
160
|
-
def driver_add(self): ...
|
|
161
|
-
def driver_remove(self): ...
|
|
162
|
-
def get(self): ...
|
|
163
|
-
def id_properties_clear(self): ...
|
|
164
|
-
def id_properties_ensure(self): ...
|
|
165
|
-
def id_properties_ui(self): ...
|
|
166
|
-
def is_property_hidden(self): ...
|
|
167
|
-
def is_property_overridable_library(self): ...
|
|
168
|
-
def is_property_readonly(self): ...
|
|
169
|
-
def is_property_set(self): ...
|
|
170
|
-
def items(self): ...
|
|
171
|
-
def keyframe_delete(self): ...
|
|
172
|
-
def keyframe_insert(self): ...
|
|
173
|
-
def keys(self): ...
|
|
174
|
-
def new_custom_shape(self, type, verts): ...
|
|
175
|
-
def path_from_id(self): ...
|
|
176
|
-
def path_resolve(self): ...
|
|
177
|
-
def pop(self): ...
|
|
178
|
-
def property_overridable_library_set(self): ...
|
|
179
|
-
def property_unset(self): ...
|
|
180
|
-
def target_get_range(self): ...
|
|
181
|
-
def target_get_value(self): ...
|
|
182
|
-
def target_set_handler(self): ...
|
|
183
|
-
def target_set_value(self): ...
|
|
184
|
-
def type_recast(self): ...
|
|
185
|
-
def values(self): ...
|
|
54
|
+
def is_property_overridable_library(self):
|
|
55
|
+
""" """
|
|
56
|
+
...
|
|
186
57
|
|
|
187
|
-
|
|
188
|
-
|
|
58
|
+
def is_property_readonly(self):
|
|
59
|
+
""" """
|
|
60
|
+
...
|
|
189
61
|
|
|
190
|
-
def
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
def driver_add(self): ...
|
|
194
|
-
def driver_remove(self): ...
|
|
195
|
-
def get(self): ...
|
|
196
|
-
def id_properties_clear(self): ...
|
|
197
|
-
def id_properties_ensure(self): ...
|
|
198
|
-
def id_properties_ui(self): ...
|
|
199
|
-
def is_property_hidden(self): ...
|
|
200
|
-
def is_property_overridable_library(self): ...
|
|
201
|
-
def is_property_readonly(self): ...
|
|
202
|
-
def is_property_set(self): ...
|
|
203
|
-
def items(self): ...
|
|
204
|
-
def keyframe_delete(self): ...
|
|
205
|
-
def keyframe_insert(self): ...
|
|
206
|
-
def keys(self): ...
|
|
207
|
-
def path_from_id(self): ...
|
|
208
|
-
def path_resolve(self): ...
|
|
209
|
-
def pop(self): ...
|
|
210
|
-
def property_overridable_library_set(self): ...
|
|
211
|
-
def property_unset(self): ...
|
|
212
|
-
def type_recast(self): ...
|
|
213
|
-
def values(self): ...
|
|
62
|
+
def is_property_set(self):
|
|
63
|
+
""" """
|
|
64
|
+
...
|
|
214
65
|
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
66
|
+
def items(self):
|
|
67
|
+
""" """
|
|
68
|
+
...
|
|
218
69
|
|
|
219
|
-
def
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
def driver_add(self): ...
|
|
223
|
-
def driver_remove(self): ...
|
|
224
|
-
def get(self): ...
|
|
225
|
-
def id_properties_clear(self): ...
|
|
226
|
-
def id_properties_ensure(self): ...
|
|
227
|
-
def id_properties_ui(self): ...
|
|
228
|
-
def is_property_hidden(self): ...
|
|
229
|
-
def is_property_overridable_library(self): ...
|
|
230
|
-
def is_property_readonly(self): ...
|
|
231
|
-
def is_property_set(self): ...
|
|
232
|
-
def items(self): ...
|
|
233
|
-
def keyframe_delete(self): ...
|
|
234
|
-
def keyframe_insert(self): ...
|
|
235
|
-
def keys(self): ...
|
|
236
|
-
def path_from_id(self): ...
|
|
237
|
-
def path_resolve(self): ...
|
|
238
|
-
def pop(self): ...
|
|
239
|
-
def property_overridable_library_set(self): ...
|
|
240
|
-
def property_unset(self): ...
|
|
241
|
-
def type_recast(self): ...
|
|
242
|
-
def values(self): ...
|
|
70
|
+
def keyframe_delete(self):
|
|
71
|
+
""" """
|
|
72
|
+
...
|
|
243
73
|
|
|
244
|
-
|
|
245
|
-
|
|
74
|
+
def keyframe_insert(self):
|
|
75
|
+
""" """
|
|
76
|
+
...
|
|
246
77
|
|
|
247
|
-
def
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
def define(self, opname): ...
|
|
251
|
-
def driver_add(self): ...
|
|
252
|
-
def driver_remove(self): ...
|
|
253
|
-
def get(self): ...
|
|
254
|
-
def id_properties_clear(self): ...
|
|
255
|
-
def id_properties_ensure(self): ...
|
|
256
|
-
def id_properties_ui(self): ...
|
|
257
|
-
def is_property_hidden(self): ...
|
|
258
|
-
def is_property_overridable_library(self): ...
|
|
259
|
-
def is_property_readonly(self): ...
|
|
260
|
-
def is_property_set(self): ...
|
|
261
|
-
def items(self): ...
|
|
262
|
-
def keyframe_delete(self): ...
|
|
263
|
-
def keyframe_insert(self): ...
|
|
264
|
-
def keys(self): ...
|
|
265
|
-
def path_from_id(self): ...
|
|
266
|
-
def path_resolve(self): ...
|
|
267
|
-
def pop(self): ...
|
|
268
|
-
def property_overridable_library_set(self): ...
|
|
269
|
-
def property_unset(self): ...
|
|
270
|
-
def type_recast(self): ...
|
|
271
|
-
def values(self): ...
|
|
78
|
+
def keys(self):
|
|
79
|
+
""" """
|
|
80
|
+
...
|
|
272
81
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
82
|
+
def path_from_id(self):
|
|
83
|
+
""" """
|
|
84
|
+
...
|
|
276
85
|
|
|
277
|
-
def
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
def driver_add(self): ...
|
|
281
|
-
def driver_remove(self): ...
|
|
282
|
-
def get(self): ...
|
|
283
|
-
def id_properties_clear(self): ...
|
|
284
|
-
def id_properties_ensure(self): ...
|
|
285
|
-
def id_properties_ui(self): ...
|
|
286
|
-
def is_property_hidden(self): ...
|
|
287
|
-
def is_property_overridable_library(self): ...
|
|
288
|
-
def is_property_readonly(self): ...
|
|
289
|
-
def is_property_set(self): ...
|
|
290
|
-
def items(self): ...
|
|
291
|
-
def keyframe_delete(self): ...
|
|
292
|
-
def keyframe_insert(self): ...
|
|
293
|
-
def keys(self): ...
|
|
294
|
-
def path_from_id(self): ...
|
|
295
|
-
def path_resolve(self): ...
|
|
296
|
-
def pop(self): ...
|
|
297
|
-
def property_overridable_library_set(self): ...
|
|
298
|
-
def property_unset(self): ...
|
|
299
|
-
def type_recast(self): ...
|
|
300
|
-
def values(self): ...
|
|
86
|
+
def path_resolve(self):
|
|
87
|
+
""" """
|
|
88
|
+
...
|
|
301
89
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
id_data: typing.Any
|
|
90
|
+
def pop(self):
|
|
91
|
+
""" """
|
|
92
|
+
...
|
|
306
93
|
|
|
307
|
-
def
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
def driver_add(self): ...
|
|
311
|
-
def driver_remove(self): ...
|
|
312
|
-
def get(self): ...
|
|
313
|
-
def id_properties_clear(self): ...
|
|
314
|
-
def id_properties_ensure(self): ...
|
|
315
|
-
def id_properties_ui(self): ...
|
|
316
|
-
def is_property_hidden(self): ...
|
|
317
|
-
def is_property_overridable_library(self): ...
|
|
318
|
-
def is_property_readonly(self): ...
|
|
319
|
-
def is_property_set(self): ...
|
|
320
|
-
def items(self): ...
|
|
321
|
-
def keyframe_delete(self): ...
|
|
322
|
-
def keyframe_insert(self): ...
|
|
323
|
-
def keys(self): ...
|
|
324
|
-
def path_from_id(self): ...
|
|
325
|
-
def path_resolve(self): ...
|
|
326
|
-
def pop(self): ...
|
|
327
|
-
def property_overridable_library_set(self): ...
|
|
328
|
-
def property_unset(self): ...
|
|
329
|
-
def type_recast(self): ...
|
|
330
|
-
def values(self): ...
|
|
94
|
+
def property_overridable_library_set(self):
|
|
95
|
+
""" """
|
|
96
|
+
...
|
|
331
97
|
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
loop_indices: typing.Any
|
|
98
|
+
def property_unset(self):
|
|
99
|
+
""" """
|
|
100
|
+
...
|
|
336
101
|
|
|
337
|
-
def
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
def driver_add(self): ...
|
|
341
|
-
def driver_remove(self): ...
|
|
342
|
-
def get(self): ...
|
|
343
|
-
def id_properties_clear(self): ...
|
|
344
|
-
def id_properties_ensure(self): ...
|
|
345
|
-
def id_properties_ui(self): ...
|
|
346
|
-
def is_property_hidden(self): ...
|
|
347
|
-
def is_property_overridable_library(self): ...
|
|
348
|
-
def is_property_readonly(self): ...
|
|
349
|
-
def is_property_set(self): ...
|
|
350
|
-
def items(self): ...
|
|
351
|
-
def keyframe_delete(self): ...
|
|
352
|
-
def keyframe_insert(self): ...
|
|
353
|
-
def keys(self): ...
|
|
354
|
-
def path_from_id(self): ...
|
|
355
|
-
def path_resolve(self): ...
|
|
356
|
-
def pop(self): ...
|
|
357
|
-
def property_overridable_library_set(self): ...
|
|
358
|
-
def property_unset(self): ...
|
|
359
|
-
def type_recast(self): ...
|
|
360
|
-
def values(self): ...
|
|
102
|
+
def type_recast(self):
|
|
103
|
+
""" """
|
|
104
|
+
...
|
|
361
105
|
|
|
362
|
-
|
|
363
|
-
|
|
106
|
+
def values(self):
|
|
107
|
+
""" """
|
|
108
|
+
...
|
|
364
109
|
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
def get(self): ...
|
|
371
|
-
def id_properties_clear(self): ...
|
|
372
|
-
def id_properties_ensure(self): ...
|
|
373
|
-
def id_properties_ui(self): ...
|
|
374
|
-
def is_property_hidden(self): ...
|
|
375
|
-
def is_property_overridable_library(self): ...
|
|
376
|
-
def is_property_readonly(self): ...
|
|
377
|
-
def is_property_set(self): ...
|
|
378
|
-
def items(self): ...
|
|
379
|
-
def keyframe_delete(self): ...
|
|
380
|
-
def keyframe_insert(self): ...
|
|
381
|
-
def keys(self): ...
|
|
382
|
-
def path_from_id(self): ...
|
|
383
|
-
def path_resolve(self): ...
|
|
384
|
-
def poll(self, _ntree): ...
|
|
385
|
-
def pop(self): ...
|
|
386
|
-
def property_overridable_library_set(self): ...
|
|
387
|
-
def property_unset(self): ...
|
|
388
|
-
def type_recast(self): ...
|
|
389
|
-
def values(self): ...
|
|
110
|
+
class AssetShelf:
|
|
111
|
+
""" """
|
|
112
|
+
|
|
113
|
+
bl_rna: typing.Any
|
|
114
|
+
""" """
|
|
390
115
|
|
|
391
|
-
class NodeSocket:
|
|
392
116
|
id_data: typing.Any
|
|
393
|
-
|
|
117
|
+
""" """
|
|
394
118
|
|
|
395
|
-
def as_pointer(self):
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
def driver_add(self): ...
|
|
399
|
-
def driver_remove(self): ...
|
|
400
|
-
def get(self): ...
|
|
401
|
-
def id_properties_clear(self): ...
|
|
402
|
-
def id_properties_ensure(self): ...
|
|
403
|
-
def id_properties_ui(self): ...
|
|
404
|
-
def is_property_hidden(self): ...
|
|
405
|
-
def is_property_overridable_library(self): ...
|
|
406
|
-
def is_property_readonly(self): ...
|
|
407
|
-
def is_property_set(self): ...
|
|
408
|
-
def items(self): ...
|
|
409
|
-
def keyframe_delete(self): ...
|
|
410
|
-
def keyframe_insert(self): ...
|
|
411
|
-
def keys(self): ...
|
|
412
|
-
def path_from_id(self): ...
|
|
413
|
-
def path_resolve(self): ...
|
|
414
|
-
def pop(self): ...
|
|
415
|
-
def property_overridable_library_set(self): ...
|
|
416
|
-
def property_unset(self): ...
|
|
417
|
-
def type_recast(self): ...
|
|
418
|
-
def values(self): ...
|
|
119
|
+
def as_pointer(self):
|
|
120
|
+
""" """
|
|
121
|
+
...
|
|
419
122
|
|
|
420
|
-
|
|
421
|
-
|
|
123
|
+
def bl_rna_get_subclass(self):
|
|
124
|
+
""" """
|
|
125
|
+
...
|
|
422
126
|
|
|
423
|
-
def
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
def driver_add(self): ...
|
|
427
|
-
def driver_remove(self): ...
|
|
428
|
-
def get(self): ...
|
|
429
|
-
def id_properties_clear(self): ...
|
|
430
|
-
def id_properties_ensure(self): ...
|
|
431
|
-
def id_properties_ui(self): ...
|
|
432
|
-
def is_property_hidden(self): ...
|
|
433
|
-
def is_property_overridable_library(self): ...
|
|
434
|
-
def is_property_readonly(self): ...
|
|
435
|
-
def is_property_set(self): ...
|
|
436
|
-
def items(self): ...
|
|
437
|
-
def keyframe_delete(self): ...
|
|
438
|
-
def keyframe_insert(self): ...
|
|
439
|
-
def keys(self): ...
|
|
440
|
-
def path_from_id(self): ...
|
|
441
|
-
def path_resolve(self): ...
|
|
442
|
-
def pop(self): ...
|
|
443
|
-
def property_overridable_library_set(self): ...
|
|
444
|
-
def property_unset(self): ...
|
|
445
|
-
def type_recast(self): ...
|
|
446
|
-
def values(self): ...
|
|
127
|
+
def bl_rna_get_subclass_py(self):
|
|
128
|
+
""" """
|
|
129
|
+
...
|
|
447
130
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
131
|
+
def driver_add(self):
|
|
132
|
+
""" """
|
|
133
|
+
...
|
|
451
134
|
|
|
452
|
-
def
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
def bl_rna_get_subclass_py(self): ...
|
|
456
|
-
def driver_add(self): ...
|
|
457
|
-
def driver_remove(self): ...
|
|
458
|
-
def get(self): ...
|
|
459
|
-
def id_properties_clear(self): ...
|
|
460
|
-
def id_properties_ensure(self): ...
|
|
461
|
-
def id_properties_ui(self): ...
|
|
462
|
-
def is_property_hidden(self): ...
|
|
463
|
-
def is_property_overridable_library(self): ...
|
|
464
|
-
def is_property_readonly(self): ...
|
|
465
|
-
def is_property_set(self): ...
|
|
466
|
-
def items(self): ...
|
|
467
|
-
def keyframe_delete(self): ...
|
|
468
|
-
def keyframe_insert(self): ...
|
|
469
|
-
def keys(self): ...
|
|
470
|
-
def path_from_id(self): ...
|
|
471
|
-
def path_resolve(self): ...
|
|
472
|
-
def poll_message_set(self): ...
|
|
473
|
-
def pop(self): ...
|
|
474
|
-
def property_overridable_library_set(self): ...
|
|
475
|
-
def property_unset(self): ...
|
|
476
|
-
def type_recast(self): ...
|
|
477
|
-
def values(self): ...
|
|
135
|
+
def driver_remove(self):
|
|
136
|
+
""" """
|
|
137
|
+
...
|
|
478
138
|
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
139
|
+
def get(self):
|
|
140
|
+
""" """
|
|
141
|
+
...
|
|
482
142
|
|
|
483
|
-
def
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
def driver_add(self): ...
|
|
487
|
-
def driver_remove(self): ...
|
|
488
|
-
def get(self): ...
|
|
489
|
-
def id_properties_clear(self): ...
|
|
490
|
-
def id_properties_ensure(self): ...
|
|
491
|
-
def id_properties_ui(self): ...
|
|
492
|
-
def is_property_hidden(self): ...
|
|
493
|
-
def is_property_overridable_library(self): ...
|
|
494
|
-
def is_property_readonly(self): ...
|
|
495
|
-
def is_property_set(self): ...
|
|
496
|
-
def items(self): ...
|
|
497
|
-
def keyframe_delete(self): ...
|
|
498
|
-
def keyframe_insert(self): ...
|
|
499
|
-
def keys(self): ...
|
|
500
|
-
def path_from_id(self): ...
|
|
501
|
-
def path_resolve(self): ...
|
|
502
|
-
def pop(self): ...
|
|
503
|
-
def property_overridable_library_set(self): ...
|
|
504
|
-
def property_unset(self): ...
|
|
505
|
-
def type_recast(self): ...
|
|
506
|
-
def values(self): ...
|
|
143
|
+
def id_properties_clear(self):
|
|
144
|
+
""" """
|
|
145
|
+
...
|
|
507
146
|
|
|
508
|
-
|
|
509
|
-
|
|
147
|
+
def id_properties_ensure(self):
|
|
148
|
+
""" """
|
|
149
|
+
...
|
|
510
150
|
|
|
511
|
-
def
|
|
151
|
+
def id_properties_ui(self):
|
|
152
|
+
""" """
|
|
153
|
+
...
|
|
512
154
|
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
155
|
+
def is_property_hidden(self):
|
|
156
|
+
""" """
|
|
157
|
+
...
|
|
516
158
|
|
|
517
|
-
def
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
def driver_add(self): ...
|
|
521
|
-
def driver_remove(self): ...
|
|
522
|
-
def get(self): ...
|
|
523
|
-
def id_properties_clear(self): ...
|
|
524
|
-
def id_properties_ensure(self): ...
|
|
525
|
-
def id_properties_ui(self): ...
|
|
526
|
-
def is_property_hidden(self): ...
|
|
527
|
-
def is_property_overridable_library(self): ...
|
|
528
|
-
def is_property_readonly(self): ...
|
|
529
|
-
def is_property_set(self): ...
|
|
530
|
-
def items(self): ...
|
|
531
|
-
def keyframe_delete(self): ...
|
|
532
|
-
def keyframe_insert(self): ...
|
|
533
|
-
def keys(self): ...
|
|
534
|
-
def path_from_id(self): ...
|
|
535
|
-
def path_resolve(self): ...
|
|
536
|
-
def pop(self): ...
|
|
537
|
-
def property_overridable_library_set(self): ...
|
|
538
|
-
def property_unset(self): ...
|
|
539
|
-
def type_recast(self): ...
|
|
540
|
-
def values(self): ...
|
|
159
|
+
def is_property_overridable_library(self):
|
|
160
|
+
""" """
|
|
161
|
+
...
|
|
541
162
|
|
|
542
|
-
|
|
543
|
-
|
|
163
|
+
def is_property_readonly(self):
|
|
164
|
+
""" """
|
|
165
|
+
...
|
|
544
166
|
|
|
545
|
-
def
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
def driver_add(self): ...
|
|
549
|
-
def driver_remove(self): ...
|
|
550
|
-
def get(self): ...
|
|
551
|
-
def id_properties_clear(self): ...
|
|
552
|
-
def id_properties_ensure(self): ...
|
|
553
|
-
def id_properties_ui(self): ...
|
|
554
|
-
def is_property_hidden(self): ...
|
|
555
|
-
def is_property_overridable_library(self): ...
|
|
556
|
-
def is_property_readonly(self): ...
|
|
557
|
-
def is_property_set(self): ...
|
|
558
|
-
def items(self): ...
|
|
559
|
-
def keyframe_delete(self): ...
|
|
560
|
-
def keyframe_insert(self): ...
|
|
561
|
-
def keys(self): ...
|
|
562
|
-
def path_from_id(self): ...
|
|
563
|
-
def path_resolve(self): ...
|
|
564
|
-
def pop(self): ...
|
|
565
|
-
def property_overridable_library_set(self): ...
|
|
566
|
-
def property_unset(self): ...
|
|
567
|
-
def type_recast(self): ...
|
|
568
|
-
def values(self): ...
|
|
569
|
-
|
|
570
|
-
class UserExtensionRepo:
|
|
571
|
-
directory: typing.Any
|
|
572
|
-
id_data: typing.Any
|
|
167
|
+
def is_property_set(self):
|
|
168
|
+
""" """
|
|
169
|
+
...
|
|
573
170
|
|
|
574
|
-
def
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
def
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
def
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
def
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
def
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
def
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
171
|
+
def items(self):
|
|
172
|
+
""" """
|
|
173
|
+
...
|
|
174
|
+
|
|
175
|
+
def keyframe_delete(self):
|
|
176
|
+
""" """
|
|
177
|
+
...
|
|
178
|
+
|
|
179
|
+
def keyframe_insert(self):
|
|
180
|
+
""" """
|
|
181
|
+
...
|
|
182
|
+
|
|
183
|
+
def keys(self):
|
|
184
|
+
""" """
|
|
185
|
+
...
|
|
186
|
+
|
|
187
|
+
def path_from_id(self):
|
|
188
|
+
""" """
|
|
189
|
+
...
|
|
190
|
+
|
|
191
|
+
def path_resolve(self):
|
|
192
|
+
""" """
|
|
193
|
+
...
|
|
194
|
+
|
|
195
|
+
def pop(self):
|
|
196
|
+
""" """
|
|
197
|
+
...
|
|
198
|
+
|
|
199
|
+
def property_overridable_library_set(self):
|
|
200
|
+
""" """
|
|
201
|
+
...
|
|
202
|
+
|
|
203
|
+
def property_unset(self):
|
|
204
|
+
""" """
|
|
205
|
+
...
|
|
206
|
+
|
|
207
|
+
def type_recast(self):
|
|
208
|
+
""" """
|
|
209
|
+
...
|
|
210
|
+
|
|
211
|
+
def values(self):
|
|
212
|
+
""" """
|
|
213
|
+
...
|
|
214
|
+
|
|
215
|
+
class Bone(_GenericBone):
|
|
216
|
+
""" """
|
|
598
217
|
|
|
599
|
-
class _GenericBone:
|
|
600
218
|
basename: typing.Any
|
|
219
|
+
""" """
|
|
220
|
+
|
|
221
|
+
bl_rna: typing.Any
|
|
222
|
+
""" """
|
|
223
|
+
|
|
601
224
|
center: typing.Any
|
|
225
|
+
""" """
|
|
226
|
+
|
|
602
227
|
children_recursive: typing.Any
|
|
228
|
+
""" """
|
|
229
|
+
|
|
603
230
|
children_recursive_basename: typing.Any
|
|
231
|
+
""" """
|
|
232
|
+
|
|
233
|
+
id_data: typing.Any
|
|
234
|
+
""" """
|
|
235
|
+
|
|
604
236
|
parent_recursive: typing.Any
|
|
237
|
+
""" """
|
|
238
|
+
|
|
605
239
|
vector: typing.Any
|
|
240
|
+
""" """
|
|
241
|
+
|
|
606
242
|
x_axis: typing.Any
|
|
243
|
+
""" """
|
|
244
|
+
|
|
607
245
|
y_axis: typing.Any
|
|
246
|
+
""" """
|
|
247
|
+
|
|
608
248
|
z_axis: typing.Any
|
|
249
|
+
""" """
|
|
609
250
|
|
|
610
|
-
def
|
|
611
|
-
|
|
251
|
+
def AxisRollFromMatrix(self):
|
|
252
|
+
""" """
|
|
253
|
+
...
|
|
612
254
|
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
def prepend(self, draw_func): ...
|
|
617
|
-
def remove(self, draw_func): ...
|
|
255
|
+
def MatrixFromAxisRoll(self):
|
|
256
|
+
""" """
|
|
257
|
+
...
|
|
618
258
|
|
|
619
|
-
|
|
620
|
-
|
|
259
|
+
def as_pointer(self):
|
|
260
|
+
""" """
|
|
261
|
+
...
|
|
621
262
|
|
|
622
|
-
def
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
def driver_add(self): ...
|
|
626
|
-
def driver_remove(self): ...
|
|
627
|
-
def get(self): ...
|
|
628
|
-
def id_properties_clear(self): ...
|
|
629
|
-
def id_properties_ensure(self): ...
|
|
630
|
-
def id_properties_ui(self): ...
|
|
631
|
-
def is_property_hidden(self): ...
|
|
632
|
-
def is_property_overridable_library(self): ...
|
|
633
|
-
def is_property_readonly(self): ...
|
|
634
|
-
def is_property_set(self): ...
|
|
635
|
-
def items(self): ...
|
|
636
|
-
def keyframe_delete(self): ...
|
|
637
|
-
def keyframe_insert(self): ...
|
|
638
|
-
def keys(self): ...
|
|
639
|
-
def path_from_id(self): ...
|
|
640
|
-
def path_resolve(self): ...
|
|
641
|
-
def poll(self, _ntree): ...
|
|
642
|
-
def pop(self): ...
|
|
643
|
-
def property_overridable_library_set(self): ...
|
|
644
|
-
def property_unset(self): ...
|
|
645
|
-
def type_recast(self): ...
|
|
646
|
-
def values(self): ...
|
|
263
|
+
def bl_rna_get_subclass(self):
|
|
264
|
+
""" """
|
|
265
|
+
...
|
|
647
266
|
|
|
648
|
-
|
|
649
|
-
|
|
267
|
+
def bl_rna_get_subclass_py(self):
|
|
268
|
+
""" """
|
|
269
|
+
...
|
|
650
270
|
|
|
651
|
-
def
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
def driver_add(self): ...
|
|
655
|
-
def driver_remove(self): ...
|
|
656
|
-
def get(self): ...
|
|
657
|
-
def id_properties_clear(self): ...
|
|
658
|
-
def id_properties_ensure(self): ...
|
|
659
|
-
def id_properties_ui(self): ...
|
|
660
|
-
def is_property_hidden(self): ...
|
|
661
|
-
def is_property_overridable_library(self): ...
|
|
662
|
-
def is_property_readonly(self): ...
|
|
663
|
-
def is_property_set(self): ...
|
|
664
|
-
def items(self): ...
|
|
665
|
-
def keyframe_delete(self): ...
|
|
666
|
-
def keyframe_insert(self): ...
|
|
667
|
-
def keys(self): ...
|
|
668
|
-
def path_from_id(self): ...
|
|
669
|
-
def path_resolve(self): ...
|
|
670
|
-
def pop(self): ...
|
|
671
|
-
def property_overridable_library_set(self): ...
|
|
672
|
-
def property_unset(self): ...
|
|
673
|
-
def type_recast(self): ...
|
|
674
|
-
def values(self): ...
|
|
271
|
+
def driver_add(self):
|
|
272
|
+
""" """
|
|
273
|
+
...
|
|
675
274
|
|
|
676
|
-
|
|
677
|
-
|
|
275
|
+
def driver_remove(self):
|
|
276
|
+
""" """
|
|
277
|
+
...
|
|
678
278
|
|
|
679
|
-
def
|
|
279
|
+
def get(self):
|
|
280
|
+
""" """
|
|
281
|
+
...
|
|
282
|
+
|
|
283
|
+
def id_properties_clear(self):
|
|
284
|
+
""" """
|
|
285
|
+
...
|
|
286
|
+
|
|
287
|
+
def id_properties_ensure(self):
|
|
288
|
+
""" """
|
|
289
|
+
...
|
|
290
|
+
|
|
291
|
+
def id_properties_ui(self):
|
|
292
|
+
""" """
|
|
293
|
+
...
|
|
294
|
+
|
|
295
|
+
def is_property_hidden(self):
|
|
296
|
+
""" """
|
|
297
|
+
...
|
|
298
|
+
|
|
299
|
+
def is_property_overridable_library(self):
|
|
300
|
+
""" """
|
|
301
|
+
...
|
|
302
|
+
|
|
303
|
+
def is_property_readonly(self):
|
|
304
|
+
""" """
|
|
305
|
+
...
|
|
306
|
+
|
|
307
|
+
def is_property_set(self):
|
|
308
|
+
""" """
|
|
309
|
+
...
|
|
310
|
+
|
|
311
|
+
def items(self):
|
|
312
|
+
""" """
|
|
313
|
+
...
|
|
314
|
+
|
|
315
|
+
def keyframe_delete(self):
|
|
316
|
+
""" """
|
|
317
|
+
...
|
|
318
|
+
|
|
319
|
+
def keyframe_insert(self):
|
|
320
|
+
""" """
|
|
321
|
+
...
|
|
322
|
+
|
|
323
|
+
def keys(self):
|
|
324
|
+
""" """
|
|
325
|
+
...
|
|
326
|
+
|
|
327
|
+
def parent_index(self, parent_test):
|
|
328
|
+
"""
|
|
329
|
+
|
|
330
|
+
:param parent_test:
|
|
331
|
+
"""
|
|
332
|
+
...
|
|
333
|
+
|
|
334
|
+
def path_from_id(self):
|
|
335
|
+
""" """
|
|
336
|
+
...
|
|
337
|
+
|
|
338
|
+
def path_resolve(self):
|
|
339
|
+
""" """
|
|
340
|
+
...
|
|
341
|
+
|
|
342
|
+
def pop(self):
|
|
343
|
+
""" """
|
|
344
|
+
...
|
|
345
|
+
|
|
346
|
+
def property_overridable_library_set(self):
|
|
347
|
+
""" """
|
|
348
|
+
...
|
|
349
|
+
|
|
350
|
+
def property_unset(self):
|
|
351
|
+
""" """
|
|
352
|
+
...
|
|
353
|
+
|
|
354
|
+
def translate(self, vec):
|
|
355
|
+
"""
|
|
356
|
+
|
|
357
|
+
:param vec:
|
|
358
|
+
"""
|
|
359
|
+
...
|
|
360
|
+
|
|
361
|
+
def type_recast(self):
|
|
362
|
+
""" """
|
|
363
|
+
...
|
|
364
|
+
|
|
365
|
+
def values(self):
|
|
366
|
+
""" """
|
|
367
|
+
...
|
|
368
|
+
|
|
369
|
+
class BoneCollection:
|
|
370
|
+
""" """
|
|
680
371
|
|
|
681
|
-
class HydraRenderEngine(RenderEngine):
|
|
682
|
-
bl_delegate_id: typing.Any
|
|
683
372
|
bl_rna: typing.Any
|
|
684
|
-
|
|
373
|
+
""" """
|
|
374
|
+
|
|
375
|
+
bones_recursive: typing.Any
|
|
376
|
+
""" """
|
|
377
|
+
|
|
685
378
|
id_data: typing.Any
|
|
379
|
+
""" """
|
|
686
380
|
|
|
687
|
-
def as_pointer(self):
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
def
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
def
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
def
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
def
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
def
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
def
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
def
|
|
381
|
+
def as_pointer(self):
|
|
382
|
+
""" """
|
|
383
|
+
...
|
|
384
|
+
|
|
385
|
+
def bl_rna_get_subclass(self):
|
|
386
|
+
""" """
|
|
387
|
+
...
|
|
388
|
+
|
|
389
|
+
def bl_rna_get_subclass_py(self):
|
|
390
|
+
""" """
|
|
391
|
+
...
|
|
392
|
+
|
|
393
|
+
def driver_add(self):
|
|
394
|
+
""" """
|
|
395
|
+
...
|
|
396
|
+
|
|
397
|
+
def driver_remove(self):
|
|
398
|
+
""" """
|
|
399
|
+
...
|
|
400
|
+
|
|
401
|
+
def get(self):
|
|
402
|
+
""" """
|
|
403
|
+
...
|
|
404
|
+
|
|
405
|
+
def id_properties_clear(self):
|
|
406
|
+
""" """
|
|
407
|
+
...
|
|
408
|
+
|
|
409
|
+
def id_properties_ensure(self):
|
|
410
|
+
""" """
|
|
411
|
+
...
|
|
412
|
+
|
|
413
|
+
def id_properties_ui(self):
|
|
414
|
+
""" """
|
|
415
|
+
...
|
|
416
|
+
|
|
417
|
+
def is_property_hidden(self):
|
|
418
|
+
""" """
|
|
419
|
+
...
|
|
420
|
+
|
|
421
|
+
def is_property_overridable_library(self):
|
|
422
|
+
""" """
|
|
423
|
+
...
|
|
424
|
+
|
|
425
|
+
def is_property_readonly(self):
|
|
426
|
+
""" """
|
|
427
|
+
...
|
|
428
|
+
|
|
429
|
+
def is_property_set(self):
|
|
430
|
+
""" """
|
|
431
|
+
...
|
|
432
|
+
|
|
433
|
+
def items(self):
|
|
434
|
+
""" """
|
|
435
|
+
...
|
|
436
|
+
|
|
437
|
+
def keyframe_delete(self):
|
|
438
|
+
""" """
|
|
439
|
+
...
|
|
440
|
+
|
|
441
|
+
def keyframe_insert(self):
|
|
442
|
+
""" """
|
|
443
|
+
...
|
|
444
|
+
|
|
445
|
+
def keys(self):
|
|
446
|
+
""" """
|
|
447
|
+
...
|
|
448
|
+
|
|
449
|
+
def path_from_id(self):
|
|
450
|
+
""" """
|
|
451
|
+
...
|
|
452
|
+
|
|
453
|
+
def path_resolve(self):
|
|
454
|
+
""" """
|
|
455
|
+
...
|
|
456
|
+
|
|
457
|
+
def pop(self):
|
|
458
|
+
""" """
|
|
459
|
+
...
|
|
460
|
+
|
|
461
|
+
def property_overridable_library_set(self):
|
|
462
|
+
""" """
|
|
463
|
+
...
|
|
464
|
+
|
|
465
|
+
def property_unset(self):
|
|
466
|
+
""" """
|
|
467
|
+
...
|
|
468
|
+
|
|
469
|
+
def type_recast(self):
|
|
470
|
+
""" """
|
|
471
|
+
...
|
|
472
|
+
|
|
473
|
+
def values(self):
|
|
474
|
+
""" """
|
|
475
|
+
...
|
|
476
|
+
|
|
477
|
+
class CompositorNode(Node):
|
|
478
|
+
""" """
|
|
716
479
|
|
|
717
|
-
class Bone(_GenericBone):
|
|
718
|
-
basename: typing.Any
|
|
719
|
-
bl_rna: typing.Any
|
|
720
|
-
center: typing.Any
|
|
721
|
-
children_recursive: typing.Any
|
|
722
|
-
children_recursive_basename: typing.Any
|
|
723
480
|
id_data: typing.Any
|
|
724
|
-
|
|
725
|
-
vector: typing.Any
|
|
726
|
-
x_axis: typing.Any
|
|
727
|
-
y_axis: typing.Any
|
|
728
|
-
z_axis: typing.Any
|
|
481
|
+
""" """
|
|
729
482
|
|
|
730
|
-
def
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
def
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
def
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
def
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
def
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
def
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
def
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
483
|
+
def as_pointer(self):
|
|
484
|
+
""" """
|
|
485
|
+
...
|
|
486
|
+
|
|
487
|
+
def bl_rna_get_subclass(self):
|
|
488
|
+
""" """
|
|
489
|
+
...
|
|
490
|
+
|
|
491
|
+
def bl_rna_get_subclass_py(self):
|
|
492
|
+
""" """
|
|
493
|
+
...
|
|
494
|
+
|
|
495
|
+
def driver_add(self):
|
|
496
|
+
""" """
|
|
497
|
+
...
|
|
498
|
+
|
|
499
|
+
def driver_remove(self):
|
|
500
|
+
""" """
|
|
501
|
+
...
|
|
502
|
+
|
|
503
|
+
def get(self):
|
|
504
|
+
""" """
|
|
505
|
+
...
|
|
506
|
+
|
|
507
|
+
def id_properties_clear(self):
|
|
508
|
+
""" """
|
|
509
|
+
...
|
|
510
|
+
|
|
511
|
+
def id_properties_ensure(self):
|
|
512
|
+
""" """
|
|
513
|
+
...
|
|
514
|
+
|
|
515
|
+
def id_properties_ui(self):
|
|
516
|
+
""" """
|
|
517
|
+
...
|
|
518
|
+
|
|
519
|
+
def is_property_hidden(self):
|
|
520
|
+
""" """
|
|
521
|
+
...
|
|
522
|
+
|
|
523
|
+
def is_property_overridable_library(self):
|
|
524
|
+
""" """
|
|
525
|
+
...
|
|
526
|
+
|
|
527
|
+
def is_property_readonly(self):
|
|
528
|
+
""" """
|
|
529
|
+
...
|
|
530
|
+
|
|
531
|
+
def is_property_set(self):
|
|
532
|
+
""" """
|
|
533
|
+
...
|
|
534
|
+
|
|
535
|
+
def items(self):
|
|
536
|
+
""" """
|
|
537
|
+
...
|
|
538
|
+
|
|
539
|
+
def keyframe_delete(self):
|
|
540
|
+
""" """
|
|
541
|
+
...
|
|
542
|
+
|
|
543
|
+
def keyframe_insert(self):
|
|
544
|
+
""" """
|
|
545
|
+
...
|
|
546
|
+
|
|
547
|
+
def keys(self):
|
|
548
|
+
""" """
|
|
549
|
+
...
|
|
550
|
+
|
|
551
|
+
def path_from_id(self):
|
|
552
|
+
""" """
|
|
553
|
+
...
|
|
554
|
+
|
|
555
|
+
def path_resolve(self):
|
|
556
|
+
""" """
|
|
557
|
+
...
|
|
558
|
+
|
|
559
|
+
def poll(self, ntree):
|
|
560
|
+
"""
|
|
561
|
+
|
|
562
|
+
:param ntree:
|
|
563
|
+
"""
|
|
564
|
+
...
|
|
565
|
+
|
|
566
|
+
def pop(self):
|
|
567
|
+
""" """
|
|
568
|
+
...
|
|
569
|
+
|
|
570
|
+
def property_overridable_library_set(self):
|
|
571
|
+
""" """
|
|
572
|
+
...
|
|
573
|
+
|
|
574
|
+
def property_unset(self):
|
|
575
|
+
""" """
|
|
576
|
+
...
|
|
577
|
+
|
|
578
|
+
def type_recast(self):
|
|
579
|
+
""" """
|
|
580
|
+
...
|
|
581
|
+
|
|
582
|
+
def update(self):
|
|
583
|
+
""" """
|
|
584
|
+
...
|
|
585
|
+
|
|
586
|
+
def values(self):
|
|
587
|
+
""" """
|
|
588
|
+
...
|
|
589
|
+
|
|
590
|
+
class Context:
|
|
591
|
+
""" """
|
|
758
592
|
|
|
759
|
-
class EditBone(_GenericBone):
|
|
760
|
-
basename: typing.Any
|
|
761
593
|
bl_rna: typing.Any
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
children_recursive: typing.Any
|
|
765
|
-
children_recursive_basename: typing.Any
|
|
594
|
+
""" """
|
|
595
|
+
|
|
766
596
|
id_data: typing.Any
|
|
767
|
-
|
|
768
|
-
vector: typing.Any
|
|
769
|
-
x_axis: typing.Any
|
|
770
|
-
y_axis: typing.Any
|
|
771
|
-
z_axis: typing.Any
|
|
597
|
+
""" """
|
|
772
598
|
|
|
773
|
-
def
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
def
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
def
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
def
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
def
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
def
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
def
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
599
|
+
def as_pointer(self):
|
|
600
|
+
""" """
|
|
601
|
+
...
|
|
602
|
+
|
|
603
|
+
def bl_rna_get_subclass(self):
|
|
604
|
+
""" """
|
|
605
|
+
...
|
|
606
|
+
|
|
607
|
+
def bl_rna_get_subclass_py(self):
|
|
608
|
+
""" """
|
|
609
|
+
...
|
|
610
|
+
|
|
611
|
+
def copy(self):
|
|
612
|
+
""" """
|
|
613
|
+
...
|
|
614
|
+
|
|
615
|
+
def driver_add(self):
|
|
616
|
+
""" """
|
|
617
|
+
...
|
|
618
|
+
|
|
619
|
+
def driver_remove(self):
|
|
620
|
+
""" """
|
|
621
|
+
...
|
|
622
|
+
|
|
623
|
+
def get(self):
|
|
624
|
+
""" """
|
|
625
|
+
...
|
|
626
|
+
|
|
627
|
+
def id_properties_clear(self):
|
|
628
|
+
""" """
|
|
629
|
+
...
|
|
630
|
+
|
|
631
|
+
def id_properties_ensure(self):
|
|
632
|
+
""" """
|
|
633
|
+
...
|
|
634
|
+
|
|
635
|
+
def id_properties_ui(self):
|
|
636
|
+
""" """
|
|
637
|
+
...
|
|
638
|
+
|
|
639
|
+
def is_property_hidden(self):
|
|
640
|
+
""" """
|
|
641
|
+
...
|
|
642
|
+
|
|
643
|
+
def is_property_overridable_library(self):
|
|
644
|
+
""" """
|
|
645
|
+
...
|
|
646
|
+
|
|
647
|
+
def is_property_readonly(self):
|
|
648
|
+
""" """
|
|
649
|
+
...
|
|
650
|
+
|
|
651
|
+
def is_property_set(self):
|
|
652
|
+
""" """
|
|
653
|
+
...
|
|
654
|
+
|
|
655
|
+
def items(self):
|
|
656
|
+
""" """
|
|
657
|
+
...
|
|
658
|
+
|
|
659
|
+
def keyframe_delete(self):
|
|
660
|
+
""" """
|
|
661
|
+
...
|
|
662
|
+
|
|
663
|
+
def keyframe_insert(self):
|
|
664
|
+
""" """
|
|
665
|
+
...
|
|
666
|
+
|
|
667
|
+
def keys(self):
|
|
668
|
+
""" """
|
|
669
|
+
...
|
|
670
|
+
|
|
671
|
+
def path_from_id(self):
|
|
672
|
+
""" """
|
|
673
|
+
...
|
|
674
|
+
|
|
675
|
+
def path_resolve(self, path, coerce):
|
|
676
|
+
"""
|
|
677
|
+
|
|
678
|
+
:param path:
|
|
679
|
+
:param coerce:
|
|
680
|
+
"""
|
|
681
|
+
...
|
|
682
|
+
|
|
683
|
+
def pop(self):
|
|
684
|
+
""" """
|
|
685
|
+
...
|
|
686
|
+
|
|
687
|
+
def property_overridable_library_set(self):
|
|
688
|
+
""" """
|
|
689
|
+
...
|
|
690
|
+
|
|
691
|
+
def property_unset(self):
|
|
692
|
+
""" """
|
|
693
|
+
...
|
|
694
|
+
|
|
695
|
+
def temp_override(self):
|
|
696
|
+
""" """
|
|
697
|
+
...
|
|
698
|
+
|
|
699
|
+
def type_recast(self):
|
|
700
|
+
""" """
|
|
701
|
+
...
|
|
702
|
+
|
|
703
|
+
def values(self):
|
|
704
|
+
""" """
|
|
705
|
+
...
|
|
706
|
+
|
|
707
|
+
class EditBone(_GenericBone):
|
|
708
|
+
""" """
|
|
801
709
|
|
|
802
|
-
class PoseBone(_GenericBone):
|
|
803
710
|
basename: typing.Any
|
|
711
|
+
""" """
|
|
712
|
+
|
|
804
713
|
bl_rna: typing.Any
|
|
714
|
+
""" """
|
|
715
|
+
|
|
805
716
|
center: typing.Any
|
|
717
|
+
""" """
|
|
718
|
+
|
|
806
719
|
children: typing.Any
|
|
720
|
+
""" """
|
|
721
|
+
|
|
807
722
|
children_recursive: typing.Any
|
|
723
|
+
""" """
|
|
724
|
+
|
|
808
725
|
children_recursive_basename: typing.Any
|
|
726
|
+
""" """
|
|
727
|
+
|
|
809
728
|
id_data: typing.Any
|
|
729
|
+
""" """
|
|
730
|
+
|
|
810
731
|
parent_recursive: typing.Any
|
|
732
|
+
""" """
|
|
733
|
+
|
|
811
734
|
vector: typing.Any
|
|
735
|
+
""" """
|
|
736
|
+
|
|
812
737
|
x_axis: typing.Any
|
|
738
|
+
""" """
|
|
739
|
+
|
|
813
740
|
y_axis: typing.Any
|
|
741
|
+
""" """
|
|
742
|
+
|
|
814
743
|
z_axis: typing.Any
|
|
744
|
+
""" """
|
|
815
745
|
|
|
816
|
-
def
|
|
817
|
-
|
|
818
|
-
def bl_rna_get_subclass_py(self): ...
|
|
819
|
-
def driver_add(self): ...
|
|
820
|
-
def driver_remove(self): ...
|
|
821
|
-
def get(self): ...
|
|
822
|
-
def id_properties_clear(self): ...
|
|
823
|
-
def id_properties_ensure(self): ...
|
|
824
|
-
def id_properties_ui(self): ...
|
|
825
|
-
def is_property_hidden(self): ...
|
|
826
|
-
def is_property_overridable_library(self): ...
|
|
827
|
-
def is_property_readonly(self): ...
|
|
828
|
-
def is_property_set(self): ...
|
|
829
|
-
def items(self): ...
|
|
830
|
-
def keyframe_delete(self): ...
|
|
831
|
-
def keyframe_insert(self): ...
|
|
832
|
-
def keys(self): ...
|
|
833
|
-
def parent_index(self, parent_test): ...
|
|
834
|
-
def path_from_id(self): ...
|
|
835
|
-
def path_resolve(self): ...
|
|
836
|
-
def pop(self): ...
|
|
837
|
-
def property_overridable_library_set(self): ...
|
|
838
|
-
def property_unset(self): ...
|
|
839
|
-
def translate(self, vec): ...
|
|
840
|
-
def type_recast(self): ...
|
|
841
|
-
def values(self): ...
|
|
746
|
+
def align_orientation(self, other):
|
|
747
|
+
"""
|
|
842
748
|
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
749
|
+
:param other:
|
|
750
|
+
"""
|
|
751
|
+
...
|
|
846
752
|
|
|
847
|
-
def
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
def bl_rna_get_subclass_py(self): ...
|
|
851
|
-
def driver_add(self): ...
|
|
852
|
-
def driver_remove(self): ...
|
|
853
|
-
def get(self): ...
|
|
854
|
-
def id_properties_clear(self): ...
|
|
855
|
-
def id_properties_ensure(self): ...
|
|
856
|
-
def id_properties_ui(self): ...
|
|
857
|
-
def is_extended(self): ...
|
|
858
|
-
def is_property_hidden(self): ...
|
|
859
|
-
def is_property_overridable_library(self): ...
|
|
860
|
-
def is_property_readonly(self): ...
|
|
861
|
-
def is_property_set(self): ...
|
|
862
|
-
def items(self): ...
|
|
863
|
-
def keyframe_delete(self): ...
|
|
864
|
-
def keyframe_insert(self): ...
|
|
865
|
-
def keys(self): ...
|
|
866
|
-
def path_from_id(self): ...
|
|
867
|
-
def path_resolve(self): ...
|
|
868
|
-
def pop(self): ...
|
|
869
|
-
def prepend(self, draw_func): ...
|
|
870
|
-
def property_overridable_library_set(self): ...
|
|
871
|
-
def property_unset(self): ...
|
|
872
|
-
def remove(self, draw_func): ...
|
|
873
|
-
def type_recast(self): ...
|
|
874
|
-
def values(self): ...
|
|
753
|
+
def as_pointer(self):
|
|
754
|
+
""" """
|
|
755
|
+
...
|
|
875
756
|
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
757
|
+
def bl_rna_get_subclass(self):
|
|
758
|
+
""" """
|
|
759
|
+
...
|
|
879
760
|
|
|
880
|
-
def
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
def bl_rna_get_subclass_py(self): ...
|
|
884
|
-
def draw_collapsible(self, context, layout): ...
|
|
885
|
-
def draw_preset(self, _context): ...
|
|
886
|
-
def driver_add(self): ...
|
|
887
|
-
def driver_remove(self): ...
|
|
888
|
-
def get(self): ...
|
|
889
|
-
def id_properties_clear(self): ...
|
|
890
|
-
def id_properties_ensure(self): ...
|
|
891
|
-
def id_properties_ui(self): ...
|
|
892
|
-
def is_extended(self): ...
|
|
893
|
-
def is_property_hidden(self): ...
|
|
894
|
-
def is_property_overridable_library(self): ...
|
|
895
|
-
def is_property_readonly(self): ...
|
|
896
|
-
def is_property_set(self): ...
|
|
897
|
-
def items(self): ...
|
|
898
|
-
def keyframe_delete(self): ...
|
|
899
|
-
def keyframe_insert(self): ...
|
|
900
|
-
def keys(self): ...
|
|
901
|
-
def path_from_id(self): ...
|
|
902
|
-
def path_menu(
|
|
903
|
-
self,
|
|
904
|
-
searchpaths,
|
|
905
|
-
operator,
|
|
906
|
-
props_default,
|
|
907
|
-
prop_filepath,
|
|
908
|
-
filter_ext,
|
|
909
|
-
filter_path,
|
|
910
|
-
display_name,
|
|
911
|
-
add_operator,
|
|
912
|
-
): ...
|
|
913
|
-
def path_resolve(self): ...
|
|
914
|
-
def pop(self): ...
|
|
915
|
-
def prepend(self, draw_func): ...
|
|
916
|
-
def property_overridable_library_set(self): ...
|
|
917
|
-
def property_unset(self): ...
|
|
918
|
-
def remove(self, draw_func): ...
|
|
919
|
-
def type_recast(self): ...
|
|
920
|
-
def values(self): ...
|
|
761
|
+
def bl_rna_get_subclass_py(self):
|
|
762
|
+
""" """
|
|
763
|
+
...
|
|
921
764
|
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
765
|
+
def driver_add(self):
|
|
766
|
+
""" """
|
|
767
|
+
...
|
|
925
768
|
|
|
926
|
-
def
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
def bl_rna_get_subclass_py(self): ...
|
|
930
|
-
def driver_add(self): ...
|
|
931
|
-
def driver_remove(self): ...
|
|
932
|
-
def get(self): ...
|
|
933
|
-
def id_properties_clear(self): ...
|
|
934
|
-
def id_properties_ensure(self): ...
|
|
935
|
-
def id_properties_ui(self): ...
|
|
936
|
-
def is_extended(self): ...
|
|
937
|
-
def is_property_hidden(self): ...
|
|
938
|
-
def is_property_overridable_library(self): ...
|
|
939
|
-
def is_property_readonly(self): ...
|
|
940
|
-
def is_property_set(self): ...
|
|
941
|
-
def items(self): ...
|
|
942
|
-
def keyframe_delete(self): ...
|
|
943
|
-
def keyframe_insert(self): ...
|
|
944
|
-
def keys(self): ...
|
|
945
|
-
def path_from_id(self): ...
|
|
946
|
-
def path_resolve(self): ...
|
|
947
|
-
def pop(self): ...
|
|
948
|
-
def prepend(self, draw_func): ...
|
|
949
|
-
def property_overridable_library_set(self): ...
|
|
950
|
-
def property_unset(self): ...
|
|
951
|
-
def remove(self, draw_func): ...
|
|
952
|
-
def type_recast(self): ...
|
|
953
|
-
def values(self): ...
|
|
769
|
+
def driver_remove(self):
|
|
770
|
+
""" """
|
|
771
|
+
...
|
|
954
772
|
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
773
|
+
def get(self):
|
|
774
|
+
""" """
|
|
775
|
+
...
|
|
776
|
+
|
|
777
|
+
def id_properties_clear(self):
|
|
778
|
+
""" """
|
|
779
|
+
...
|
|
780
|
+
|
|
781
|
+
def id_properties_ensure(self):
|
|
782
|
+
""" """
|
|
783
|
+
...
|
|
784
|
+
|
|
785
|
+
def id_properties_ui(self):
|
|
786
|
+
""" """
|
|
787
|
+
...
|
|
788
|
+
|
|
789
|
+
def is_property_hidden(self):
|
|
790
|
+
""" """
|
|
791
|
+
...
|
|
792
|
+
|
|
793
|
+
def is_property_overridable_library(self):
|
|
794
|
+
""" """
|
|
795
|
+
...
|
|
796
|
+
|
|
797
|
+
def is_property_readonly(self):
|
|
798
|
+
""" """
|
|
799
|
+
...
|
|
800
|
+
|
|
801
|
+
def is_property_set(self):
|
|
802
|
+
""" """
|
|
803
|
+
...
|
|
804
|
+
|
|
805
|
+
def items(self):
|
|
806
|
+
""" """
|
|
807
|
+
...
|
|
808
|
+
|
|
809
|
+
def keyframe_delete(self):
|
|
810
|
+
""" """
|
|
811
|
+
...
|
|
812
|
+
|
|
813
|
+
def keyframe_insert(self):
|
|
814
|
+
""" """
|
|
815
|
+
...
|
|
816
|
+
|
|
817
|
+
def keys(self):
|
|
818
|
+
""" """
|
|
819
|
+
...
|
|
820
|
+
|
|
821
|
+
def parent_index(self, parent_test):
|
|
822
|
+
"""
|
|
823
|
+
|
|
824
|
+
:param parent_test:
|
|
825
|
+
"""
|
|
826
|
+
...
|
|
827
|
+
|
|
828
|
+
def path_from_id(self):
|
|
829
|
+
""" """
|
|
830
|
+
...
|
|
831
|
+
|
|
832
|
+
def path_resolve(self):
|
|
833
|
+
""" """
|
|
834
|
+
...
|
|
835
|
+
|
|
836
|
+
def pop(self):
|
|
837
|
+
""" """
|
|
838
|
+
...
|
|
839
|
+
|
|
840
|
+
def property_overridable_library_set(self):
|
|
841
|
+
""" """
|
|
842
|
+
...
|
|
843
|
+
|
|
844
|
+
def property_unset(self):
|
|
845
|
+
""" """
|
|
846
|
+
...
|
|
847
|
+
|
|
848
|
+
def transform(self, matrix, scale, roll):
|
|
849
|
+
"""
|
|
850
|
+
|
|
851
|
+
:param matrix:
|
|
852
|
+
:param scale:
|
|
853
|
+
:param roll:
|
|
854
|
+
"""
|
|
855
|
+
...
|
|
856
|
+
|
|
857
|
+
def translate(self, vec):
|
|
858
|
+
"""
|
|
859
|
+
|
|
860
|
+
:param vec:
|
|
861
|
+
"""
|
|
862
|
+
...
|
|
863
|
+
|
|
864
|
+
def type_recast(self):
|
|
865
|
+
""" """
|
|
866
|
+
...
|
|
867
|
+
|
|
868
|
+
def values(self):
|
|
869
|
+
""" """
|
|
870
|
+
...
|
|
871
|
+
|
|
872
|
+
class FileHandler:
|
|
873
|
+
""" """
|
|
874
|
+
|
|
875
|
+
id_data: typing.Any
|
|
876
|
+
""" """
|
|
877
|
+
|
|
878
|
+
def as_pointer(self):
|
|
879
|
+
""" """
|
|
880
|
+
...
|
|
881
|
+
|
|
882
|
+
def bl_rna_get_subclass(self):
|
|
883
|
+
""" """
|
|
884
|
+
...
|
|
885
|
+
|
|
886
|
+
def bl_rna_get_subclass_py(self):
|
|
887
|
+
""" """
|
|
888
|
+
...
|
|
889
|
+
|
|
890
|
+
def driver_add(self):
|
|
891
|
+
""" """
|
|
892
|
+
...
|
|
893
|
+
|
|
894
|
+
def driver_remove(self):
|
|
895
|
+
""" """
|
|
896
|
+
...
|
|
897
|
+
|
|
898
|
+
def get(self):
|
|
899
|
+
""" """
|
|
900
|
+
...
|
|
901
|
+
|
|
902
|
+
def id_properties_clear(self):
|
|
903
|
+
""" """
|
|
904
|
+
...
|
|
905
|
+
|
|
906
|
+
def id_properties_ensure(self):
|
|
907
|
+
""" """
|
|
908
|
+
...
|
|
909
|
+
|
|
910
|
+
def id_properties_ui(self):
|
|
911
|
+
""" """
|
|
912
|
+
...
|
|
913
|
+
|
|
914
|
+
def is_property_hidden(self):
|
|
915
|
+
""" """
|
|
916
|
+
...
|
|
917
|
+
|
|
918
|
+
def is_property_overridable_library(self):
|
|
919
|
+
""" """
|
|
920
|
+
...
|
|
921
|
+
|
|
922
|
+
def is_property_readonly(self):
|
|
923
|
+
""" """
|
|
924
|
+
...
|
|
925
|
+
|
|
926
|
+
def is_property_set(self):
|
|
927
|
+
""" """
|
|
928
|
+
...
|
|
929
|
+
|
|
930
|
+
def items(self):
|
|
931
|
+
""" """
|
|
932
|
+
...
|
|
933
|
+
|
|
934
|
+
def keyframe_delete(self):
|
|
935
|
+
""" """
|
|
936
|
+
...
|
|
937
|
+
|
|
938
|
+
def keyframe_insert(self):
|
|
939
|
+
""" """
|
|
940
|
+
...
|
|
941
|
+
|
|
942
|
+
def keys(self):
|
|
943
|
+
""" """
|
|
944
|
+
...
|
|
945
|
+
|
|
946
|
+
def path_from_id(self):
|
|
947
|
+
""" """
|
|
948
|
+
...
|
|
949
|
+
|
|
950
|
+
def path_resolve(self):
|
|
951
|
+
""" """
|
|
952
|
+
...
|
|
953
|
+
|
|
954
|
+
def pop(self):
|
|
955
|
+
""" """
|
|
956
|
+
...
|
|
957
|
+
|
|
958
|
+
def property_overridable_library_set(self):
|
|
959
|
+
""" """
|
|
960
|
+
...
|
|
961
|
+
|
|
962
|
+
def property_unset(self):
|
|
963
|
+
""" """
|
|
964
|
+
...
|
|
965
|
+
|
|
966
|
+
def type_recast(self):
|
|
967
|
+
""" """
|
|
968
|
+
...
|
|
969
|
+
|
|
970
|
+
def values(self):
|
|
971
|
+
""" """
|
|
972
|
+
...
|
|
973
|
+
|
|
974
|
+
class GeometryNode(Node):
|
|
975
|
+
""" """
|
|
976
|
+
|
|
977
|
+
id_data: typing.Any
|
|
978
|
+
""" """
|
|
979
|
+
|
|
980
|
+
def as_pointer(self):
|
|
981
|
+
""" """
|
|
982
|
+
...
|
|
983
|
+
|
|
984
|
+
def bl_rna_get_subclass(self):
|
|
985
|
+
""" """
|
|
986
|
+
...
|
|
987
|
+
|
|
988
|
+
def bl_rna_get_subclass_py(self):
|
|
989
|
+
""" """
|
|
990
|
+
...
|
|
991
|
+
|
|
992
|
+
def driver_add(self):
|
|
993
|
+
""" """
|
|
994
|
+
...
|
|
995
|
+
|
|
996
|
+
def driver_remove(self):
|
|
997
|
+
""" """
|
|
998
|
+
...
|
|
999
|
+
|
|
1000
|
+
def get(self):
|
|
1001
|
+
""" """
|
|
1002
|
+
...
|
|
1003
|
+
|
|
1004
|
+
def id_properties_clear(self):
|
|
1005
|
+
""" """
|
|
1006
|
+
...
|
|
1007
|
+
|
|
1008
|
+
def id_properties_ensure(self):
|
|
1009
|
+
""" """
|
|
1010
|
+
...
|
|
1011
|
+
|
|
1012
|
+
def id_properties_ui(self):
|
|
1013
|
+
""" """
|
|
1014
|
+
...
|
|
1015
|
+
|
|
1016
|
+
def is_property_hidden(self):
|
|
1017
|
+
""" """
|
|
1018
|
+
...
|
|
1019
|
+
|
|
1020
|
+
def is_property_overridable_library(self):
|
|
1021
|
+
""" """
|
|
1022
|
+
...
|
|
1023
|
+
|
|
1024
|
+
def is_property_readonly(self):
|
|
1025
|
+
""" """
|
|
1026
|
+
...
|
|
1027
|
+
|
|
1028
|
+
def is_property_set(self):
|
|
1029
|
+
""" """
|
|
1030
|
+
...
|
|
1031
|
+
|
|
1032
|
+
def items(self):
|
|
1033
|
+
""" """
|
|
1034
|
+
...
|
|
1035
|
+
|
|
1036
|
+
def keyframe_delete(self):
|
|
1037
|
+
""" """
|
|
1038
|
+
...
|
|
1039
|
+
|
|
1040
|
+
def keyframe_insert(self):
|
|
1041
|
+
""" """
|
|
1042
|
+
...
|
|
1043
|
+
|
|
1044
|
+
def keys(self):
|
|
1045
|
+
""" """
|
|
1046
|
+
...
|
|
1047
|
+
|
|
1048
|
+
def path_from_id(self):
|
|
1049
|
+
""" """
|
|
1050
|
+
...
|
|
1051
|
+
|
|
1052
|
+
def path_resolve(self):
|
|
1053
|
+
""" """
|
|
1054
|
+
...
|
|
1055
|
+
|
|
1056
|
+
def poll(self, ntree):
|
|
1057
|
+
"""
|
|
1058
|
+
|
|
1059
|
+
:param ntree:
|
|
1060
|
+
"""
|
|
1061
|
+
...
|
|
1062
|
+
|
|
1063
|
+
def pop(self):
|
|
1064
|
+
""" """
|
|
1065
|
+
...
|
|
1066
|
+
|
|
1067
|
+
def property_overridable_library_set(self):
|
|
1068
|
+
""" """
|
|
1069
|
+
...
|
|
1070
|
+
|
|
1071
|
+
def property_unset(self):
|
|
1072
|
+
""" """
|
|
1073
|
+
...
|
|
1074
|
+
|
|
1075
|
+
def type_recast(self):
|
|
1076
|
+
""" """
|
|
1077
|
+
...
|
|
1078
|
+
|
|
1079
|
+
def values(self):
|
|
1080
|
+
""" """
|
|
1081
|
+
...
|
|
1082
|
+
|
|
1083
|
+
class Gizmo:
|
|
1084
|
+
""" """
|
|
1085
|
+
|
|
1086
|
+
id_data: typing.Any
|
|
1087
|
+
""" """
|
|
1088
|
+
|
|
1089
|
+
def as_pointer(self):
|
|
1090
|
+
""" """
|
|
1091
|
+
...
|
|
1092
|
+
|
|
1093
|
+
def bl_rna_get_subclass(self):
|
|
1094
|
+
""" """
|
|
1095
|
+
...
|
|
1096
|
+
|
|
1097
|
+
def bl_rna_get_subclass_py(self):
|
|
1098
|
+
""" """
|
|
1099
|
+
...
|
|
1100
|
+
|
|
1101
|
+
def draw_custom_shape(self, shape, matrix, select_id):
|
|
1102
|
+
"""
|
|
1103
|
+
|
|
1104
|
+
:param shape:
|
|
1105
|
+
:param matrix:
|
|
1106
|
+
:param select_id:
|
|
1107
|
+
"""
|
|
1108
|
+
...
|
|
1109
|
+
|
|
1110
|
+
def driver_add(self):
|
|
1111
|
+
""" """
|
|
1112
|
+
...
|
|
1113
|
+
|
|
1114
|
+
def driver_remove(self):
|
|
1115
|
+
""" """
|
|
1116
|
+
...
|
|
1117
|
+
|
|
1118
|
+
def get(self):
|
|
1119
|
+
""" """
|
|
1120
|
+
...
|
|
1121
|
+
|
|
1122
|
+
def id_properties_clear(self):
|
|
1123
|
+
""" """
|
|
1124
|
+
...
|
|
1125
|
+
|
|
1126
|
+
def id_properties_ensure(self):
|
|
1127
|
+
""" """
|
|
1128
|
+
...
|
|
1129
|
+
|
|
1130
|
+
def id_properties_ui(self):
|
|
1131
|
+
""" """
|
|
1132
|
+
...
|
|
1133
|
+
|
|
1134
|
+
def is_property_hidden(self):
|
|
1135
|
+
""" """
|
|
1136
|
+
...
|
|
1137
|
+
|
|
1138
|
+
def is_property_overridable_library(self):
|
|
1139
|
+
""" """
|
|
1140
|
+
...
|
|
1141
|
+
|
|
1142
|
+
def is_property_readonly(self):
|
|
1143
|
+
""" """
|
|
1144
|
+
...
|
|
1145
|
+
|
|
1146
|
+
def is_property_set(self):
|
|
1147
|
+
""" """
|
|
1148
|
+
...
|
|
1149
|
+
|
|
1150
|
+
def items(self):
|
|
1151
|
+
""" """
|
|
1152
|
+
...
|
|
1153
|
+
|
|
1154
|
+
def keyframe_delete(self):
|
|
1155
|
+
""" """
|
|
1156
|
+
...
|
|
1157
|
+
|
|
1158
|
+
def keyframe_insert(self):
|
|
1159
|
+
""" """
|
|
1160
|
+
...
|
|
1161
|
+
|
|
1162
|
+
def keys(self):
|
|
1163
|
+
""" """
|
|
1164
|
+
...
|
|
1165
|
+
|
|
1166
|
+
def new_custom_shape(self, type, verts):
|
|
1167
|
+
"""
|
|
1168
|
+
|
|
1169
|
+
:param type:
|
|
1170
|
+
:param verts:
|
|
1171
|
+
"""
|
|
1172
|
+
...
|
|
1173
|
+
|
|
1174
|
+
def path_from_id(self):
|
|
1175
|
+
""" """
|
|
1176
|
+
...
|
|
1177
|
+
|
|
1178
|
+
def path_resolve(self):
|
|
1179
|
+
""" """
|
|
1180
|
+
...
|
|
1181
|
+
|
|
1182
|
+
def pop(self):
|
|
1183
|
+
""" """
|
|
1184
|
+
...
|
|
1185
|
+
|
|
1186
|
+
def property_overridable_library_set(self):
|
|
1187
|
+
""" """
|
|
1188
|
+
...
|
|
1189
|
+
|
|
1190
|
+
def property_unset(self):
|
|
1191
|
+
""" """
|
|
1192
|
+
...
|
|
1193
|
+
|
|
1194
|
+
def target_get_range(self):
|
|
1195
|
+
""" """
|
|
1196
|
+
...
|
|
1197
|
+
|
|
1198
|
+
def target_get_value(self):
|
|
1199
|
+
""" """
|
|
1200
|
+
...
|
|
1201
|
+
|
|
1202
|
+
def target_set_handler(self):
|
|
1203
|
+
""" """
|
|
1204
|
+
...
|
|
1205
|
+
|
|
1206
|
+
def target_set_value(self):
|
|
1207
|
+
""" """
|
|
1208
|
+
...
|
|
1209
|
+
|
|
1210
|
+
def type_recast(self):
|
|
1211
|
+
""" """
|
|
1212
|
+
...
|
|
1213
|
+
|
|
1214
|
+
def values(self):
|
|
1215
|
+
""" """
|
|
1216
|
+
...
|
|
1217
|
+
|
|
1218
|
+
class GizmoGroup:
|
|
1219
|
+
""" """
|
|
1220
|
+
|
|
1221
|
+
id_data: typing.Any
|
|
1222
|
+
""" """
|
|
1223
|
+
|
|
1224
|
+
def as_pointer(self):
|
|
1225
|
+
""" """
|
|
1226
|
+
...
|
|
1227
|
+
|
|
1228
|
+
def bl_rna_get_subclass(self):
|
|
1229
|
+
""" """
|
|
1230
|
+
...
|
|
1231
|
+
|
|
1232
|
+
def bl_rna_get_subclass_py(self):
|
|
1233
|
+
""" """
|
|
1234
|
+
...
|
|
1235
|
+
|
|
1236
|
+
def driver_add(self):
|
|
1237
|
+
""" """
|
|
1238
|
+
...
|
|
1239
|
+
|
|
1240
|
+
def driver_remove(self):
|
|
1241
|
+
""" """
|
|
1242
|
+
...
|
|
1243
|
+
|
|
1244
|
+
def get(self):
|
|
1245
|
+
""" """
|
|
1246
|
+
...
|
|
1247
|
+
|
|
1248
|
+
def id_properties_clear(self):
|
|
1249
|
+
""" """
|
|
1250
|
+
...
|
|
1251
|
+
|
|
1252
|
+
def id_properties_ensure(self):
|
|
1253
|
+
""" """
|
|
1254
|
+
...
|
|
1255
|
+
|
|
1256
|
+
def id_properties_ui(self):
|
|
1257
|
+
""" """
|
|
1258
|
+
...
|
|
1259
|
+
|
|
1260
|
+
def is_property_hidden(self):
|
|
1261
|
+
""" """
|
|
1262
|
+
...
|
|
1263
|
+
|
|
1264
|
+
def is_property_overridable_library(self):
|
|
1265
|
+
""" """
|
|
1266
|
+
...
|
|
1267
|
+
|
|
1268
|
+
def is_property_readonly(self):
|
|
1269
|
+
""" """
|
|
1270
|
+
...
|
|
1271
|
+
|
|
1272
|
+
def is_property_set(self):
|
|
1273
|
+
""" """
|
|
1274
|
+
...
|
|
1275
|
+
|
|
1276
|
+
def items(self):
|
|
1277
|
+
""" """
|
|
1278
|
+
...
|
|
1279
|
+
|
|
1280
|
+
def keyframe_delete(self):
|
|
1281
|
+
""" """
|
|
1282
|
+
...
|
|
1283
|
+
|
|
1284
|
+
def keyframe_insert(self):
|
|
1285
|
+
""" """
|
|
1286
|
+
...
|
|
1287
|
+
|
|
1288
|
+
def keys(self):
|
|
1289
|
+
""" """
|
|
1290
|
+
...
|
|
1291
|
+
|
|
1292
|
+
def path_from_id(self):
|
|
1293
|
+
""" """
|
|
1294
|
+
...
|
|
1295
|
+
|
|
1296
|
+
def path_resolve(self):
|
|
1297
|
+
""" """
|
|
1298
|
+
...
|
|
1299
|
+
|
|
1300
|
+
def pop(self):
|
|
1301
|
+
""" """
|
|
1302
|
+
...
|
|
1303
|
+
|
|
1304
|
+
def property_overridable_library_set(self):
|
|
1305
|
+
""" """
|
|
1306
|
+
...
|
|
1307
|
+
|
|
1308
|
+
def property_unset(self):
|
|
1309
|
+
""" """
|
|
1310
|
+
...
|
|
1311
|
+
|
|
1312
|
+
def type_recast(self):
|
|
1313
|
+
""" """
|
|
1314
|
+
...
|
|
1315
|
+
|
|
1316
|
+
def values(self):
|
|
1317
|
+
""" """
|
|
1318
|
+
...
|
|
1319
|
+
|
|
1320
|
+
class Header(_GenericUI):
|
|
1321
|
+
""" """
|
|
1322
|
+
|
|
1323
|
+
bl_rna: typing.Any
|
|
1324
|
+
""" """
|
|
1325
|
+
|
|
1326
|
+
id_data: typing.Any
|
|
1327
|
+
""" """
|
|
1328
|
+
|
|
1329
|
+
def append(self, draw_func):
|
|
1330
|
+
"""
|
|
1331
|
+
|
|
1332
|
+
:param draw_func:
|
|
1333
|
+
"""
|
|
1334
|
+
...
|
|
1335
|
+
|
|
1336
|
+
def as_pointer(self):
|
|
1337
|
+
""" """
|
|
1338
|
+
...
|
|
1339
|
+
|
|
1340
|
+
def bl_rna_get_subclass(self):
|
|
1341
|
+
""" """
|
|
1342
|
+
...
|
|
1343
|
+
|
|
1344
|
+
def bl_rna_get_subclass_py(self):
|
|
1345
|
+
""" """
|
|
1346
|
+
...
|
|
1347
|
+
|
|
1348
|
+
def driver_add(self):
|
|
1349
|
+
""" """
|
|
1350
|
+
...
|
|
1351
|
+
|
|
1352
|
+
def driver_remove(self):
|
|
1353
|
+
""" """
|
|
1354
|
+
...
|
|
1355
|
+
|
|
1356
|
+
def get(self):
|
|
1357
|
+
""" """
|
|
1358
|
+
...
|
|
1359
|
+
|
|
1360
|
+
def id_properties_clear(self):
|
|
1361
|
+
""" """
|
|
1362
|
+
...
|
|
1363
|
+
|
|
1364
|
+
def id_properties_ensure(self):
|
|
1365
|
+
""" """
|
|
1366
|
+
...
|
|
1367
|
+
|
|
1368
|
+
def id_properties_ui(self):
|
|
1369
|
+
""" """
|
|
1370
|
+
...
|
|
1371
|
+
|
|
1372
|
+
def is_extended(self):
|
|
1373
|
+
""" """
|
|
1374
|
+
...
|
|
1375
|
+
|
|
1376
|
+
def is_property_hidden(self):
|
|
1377
|
+
""" """
|
|
1378
|
+
...
|
|
1379
|
+
|
|
1380
|
+
def is_property_overridable_library(self):
|
|
1381
|
+
""" """
|
|
1382
|
+
...
|
|
1383
|
+
|
|
1384
|
+
def is_property_readonly(self):
|
|
1385
|
+
""" """
|
|
1386
|
+
...
|
|
1387
|
+
|
|
1388
|
+
def is_property_set(self):
|
|
1389
|
+
""" """
|
|
1390
|
+
...
|
|
1391
|
+
|
|
1392
|
+
def items(self):
|
|
1393
|
+
""" """
|
|
1394
|
+
...
|
|
1395
|
+
|
|
1396
|
+
def keyframe_delete(self):
|
|
1397
|
+
""" """
|
|
1398
|
+
...
|
|
1399
|
+
|
|
1400
|
+
def keyframe_insert(self):
|
|
1401
|
+
""" """
|
|
1402
|
+
...
|
|
1403
|
+
|
|
1404
|
+
def keys(self):
|
|
1405
|
+
""" """
|
|
1406
|
+
...
|
|
1407
|
+
|
|
1408
|
+
def path_from_id(self):
|
|
1409
|
+
""" """
|
|
1410
|
+
...
|
|
1411
|
+
|
|
1412
|
+
def path_resolve(self):
|
|
1413
|
+
""" """
|
|
1414
|
+
...
|
|
1415
|
+
|
|
1416
|
+
def pop(self):
|
|
1417
|
+
""" """
|
|
1418
|
+
...
|
|
1419
|
+
|
|
1420
|
+
def prepend(self, draw_func):
|
|
1421
|
+
"""
|
|
1422
|
+
|
|
1423
|
+
:param draw_func:
|
|
1424
|
+
"""
|
|
1425
|
+
...
|
|
1426
|
+
|
|
1427
|
+
def property_overridable_library_set(self):
|
|
1428
|
+
""" """
|
|
1429
|
+
...
|
|
1430
|
+
|
|
1431
|
+
def property_unset(self):
|
|
1432
|
+
""" """
|
|
1433
|
+
...
|
|
1434
|
+
|
|
1435
|
+
def remove(self, draw_func):
|
|
1436
|
+
"""
|
|
1437
|
+
|
|
1438
|
+
:param draw_func:
|
|
1439
|
+
"""
|
|
1440
|
+
...
|
|
1441
|
+
|
|
1442
|
+
def type_recast(self):
|
|
1443
|
+
""" """
|
|
1444
|
+
...
|
|
1445
|
+
|
|
1446
|
+
def values(self):
|
|
1447
|
+
""" """
|
|
1448
|
+
...
|
|
1449
|
+
|
|
1450
|
+
class HydraRenderEngine(RenderEngine):
|
|
1451
|
+
""" """
|
|
1452
|
+
|
|
1453
|
+
bl_delegate_id: typing.Any
|
|
1454
|
+
""" """
|
|
1455
|
+
|
|
1456
|
+
bl_rna: typing.Any
|
|
1457
|
+
""" """
|
|
1458
|
+
|
|
1459
|
+
bl_use_shading_nodes_custom: typing.Any
|
|
1460
|
+
""" """
|
|
1461
|
+
|
|
1462
|
+
id_data: typing.Any
|
|
1463
|
+
""" """
|
|
1464
|
+
|
|
1465
|
+
def as_pointer(self):
|
|
1466
|
+
""" """
|
|
1467
|
+
...
|
|
1468
|
+
|
|
1469
|
+
def bl_rna_get_subclass(self):
|
|
1470
|
+
""" """
|
|
1471
|
+
...
|
|
1472
|
+
|
|
1473
|
+
def bl_rna_get_subclass_py(self):
|
|
1474
|
+
""" """
|
|
1475
|
+
...
|
|
1476
|
+
|
|
1477
|
+
def driver_add(self):
|
|
1478
|
+
""" """
|
|
1479
|
+
...
|
|
1480
|
+
|
|
1481
|
+
def driver_remove(self):
|
|
1482
|
+
""" """
|
|
1483
|
+
...
|
|
1484
|
+
|
|
1485
|
+
def get(self):
|
|
1486
|
+
""" """
|
|
1487
|
+
...
|
|
1488
|
+
|
|
1489
|
+
def get_render_settings(self, engine_type):
|
|
1490
|
+
"""
|
|
1491
|
+
|
|
1492
|
+
:param engine_type:
|
|
1493
|
+
"""
|
|
1494
|
+
...
|
|
1495
|
+
|
|
1496
|
+
def id_properties_clear(self):
|
|
1497
|
+
""" """
|
|
1498
|
+
...
|
|
1499
|
+
|
|
1500
|
+
def id_properties_ensure(self):
|
|
1501
|
+
""" """
|
|
1502
|
+
...
|
|
1503
|
+
|
|
1504
|
+
def id_properties_ui(self):
|
|
1505
|
+
""" """
|
|
1506
|
+
...
|
|
1507
|
+
|
|
1508
|
+
def is_property_hidden(self):
|
|
1509
|
+
""" """
|
|
1510
|
+
...
|
|
1511
|
+
|
|
1512
|
+
def is_property_overridable_library(self):
|
|
1513
|
+
""" """
|
|
1514
|
+
...
|
|
1515
|
+
|
|
1516
|
+
def is_property_readonly(self):
|
|
1517
|
+
""" """
|
|
1518
|
+
...
|
|
1519
|
+
|
|
1520
|
+
def is_property_set(self):
|
|
1521
|
+
""" """
|
|
1522
|
+
...
|
|
1523
|
+
|
|
1524
|
+
def items(self):
|
|
1525
|
+
""" """
|
|
1526
|
+
...
|
|
1527
|
+
|
|
1528
|
+
def keyframe_delete(self):
|
|
1529
|
+
""" """
|
|
1530
|
+
...
|
|
1531
|
+
|
|
1532
|
+
def keyframe_insert(self):
|
|
1533
|
+
""" """
|
|
1534
|
+
...
|
|
1535
|
+
|
|
1536
|
+
def keys(self):
|
|
1537
|
+
""" """
|
|
1538
|
+
...
|
|
1539
|
+
|
|
1540
|
+
def path_from_id(self):
|
|
1541
|
+
""" """
|
|
1542
|
+
...
|
|
1543
|
+
|
|
1544
|
+
def path_resolve(self):
|
|
1545
|
+
""" """
|
|
1546
|
+
...
|
|
1547
|
+
|
|
1548
|
+
def pop(self):
|
|
1549
|
+
""" """
|
|
1550
|
+
...
|
|
1551
|
+
|
|
1552
|
+
def property_overridable_library_set(self):
|
|
1553
|
+
""" """
|
|
1554
|
+
...
|
|
1555
|
+
|
|
1556
|
+
def property_unset(self):
|
|
1557
|
+
""" """
|
|
1558
|
+
...
|
|
1559
|
+
|
|
1560
|
+
def render(self, depsgraph):
|
|
1561
|
+
"""
|
|
1562
|
+
|
|
1563
|
+
:param depsgraph:
|
|
1564
|
+
"""
|
|
1565
|
+
...
|
|
1566
|
+
|
|
1567
|
+
def type_recast(self):
|
|
1568
|
+
""" """
|
|
1569
|
+
...
|
|
1570
|
+
|
|
1571
|
+
def update(self, data, depsgraph):
|
|
1572
|
+
"""
|
|
1573
|
+
|
|
1574
|
+
:param data:
|
|
1575
|
+
:param depsgraph:
|
|
1576
|
+
"""
|
|
1577
|
+
...
|
|
1578
|
+
|
|
1579
|
+
def values(self):
|
|
1580
|
+
""" """
|
|
1581
|
+
...
|
|
1582
|
+
|
|
1583
|
+
def view_draw(self, context, depsgraph):
|
|
1584
|
+
"""
|
|
1585
|
+
|
|
1586
|
+
:param context:
|
|
1587
|
+
:param depsgraph:
|
|
1588
|
+
"""
|
|
1589
|
+
...
|
|
1590
|
+
|
|
1591
|
+
def view_update(self, context, depsgraph):
|
|
1592
|
+
"""
|
|
1593
|
+
|
|
1594
|
+
:param context:
|
|
1595
|
+
:param depsgraph:
|
|
1596
|
+
"""
|
|
1597
|
+
...
|
|
1598
|
+
|
|
1599
|
+
class KeyingSetInfo:
|
|
1600
|
+
""" """
|
|
1601
|
+
|
|
1602
|
+
bl_rna: typing.Any
|
|
1603
|
+
""" """
|
|
1604
|
+
|
|
1605
|
+
id_data: typing.Any
|
|
1606
|
+
""" """
|
|
1607
|
+
|
|
1608
|
+
def as_pointer(self):
|
|
1609
|
+
""" """
|
|
1610
|
+
...
|
|
1611
|
+
|
|
1612
|
+
def bl_rna_get_subclass(self):
|
|
1613
|
+
""" """
|
|
1614
|
+
...
|
|
1615
|
+
|
|
1616
|
+
def bl_rna_get_subclass_py(self):
|
|
1617
|
+
""" """
|
|
1618
|
+
...
|
|
1619
|
+
|
|
1620
|
+
def driver_add(self):
|
|
1621
|
+
""" """
|
|
1622
|
+
...
|
|
1623
|
+
|
|
1624
|
+
def driver_remove(self):
|
|
1625
|
+
""" """
|
|
1626
|
+
...
|
|
1627
|
+
|
|
1628
|
+
def get(self):
|
|
1629
|
+
""" """
|
|
1630
|
+
...
|
|
1631
|
+
|
|
1632
|
+
def id_properties_clear(self):
|
|
1633
|
+
""" """
|
|
1634
|
+
...
|
|
1635
|
+
|
|
1636
|
+
def id_properties_ensure(self):
|
|
1637
|
+
""" """
|
|
1638
|
+
...
|
|
1639
|
+
|
|
1640
|
+
def id_properties_ui(self):
|
|
1641
|
+
""" """
|
|
1642
|
+
...
|
|
1643
|
+
|
|
1644
|
+
def is_property_hidden(self):
|
|
1645
|
+
""" """
|
|
1646
|
+
...
|
|
1647
|
+
|
|
1648
|
+
def is_property_overridable_library(self):
|
|
1649
|
+
""" """
|
|
1650
|
+
...
|
|
1651
|
+
|
|
1652
|
+
def is_property_readonly(self):
|
|
1653
|
+
""" """
|
|
1654
|
+
...
|
|
1655
|
+
|
|
1656
|
+
def is_property_set(self):
|
|
1657
|
+
""" """
|
|
1658
|
+
...
|
|
1659
|
+
|
|
1660
|
+
def items(self):
|
|
1661
|
+
""" """
|
|
1662
|
+
...
|
|
1663
|
+
|
|
1664
|
+
def keyframe_delete(self):
|
|
1665
|
+
""" """
|
|
1666
|
+
...
|
|
1667
|
+
|
|
1668
|
+
def keyframe_insert(self):
|
|
1669
|
+
""" """
|
|
1670
|
+
...
|
|
1671
|
+
|
|
1672
|
+
def keys(self):
|
|
1673
|
+
""" """
|
|
1674
|
+
...
|
|
1675
|
+
|
|
1676
|
+
def path_from_id(self):
|
|
1677
|
+
""" """
|
|
1678
|
+
...
|
|
1679
|
+
|
|
1680
|
+
def path_resolve(self):
|
|
1681
|
+
""" """
|
|
1682
|
+
...
|
|
1683
|
+
|
|
1684
|
+
def pop(self):
|
|
1685
|
+
""" """
|
|
1686
|
+
...
|
|
1687
|
+
|
|
1688
|
+
def property_overridable_library_set(self):
|
|
1689
|
+
""" """
|
|
1690
|
+
...
|
|
1691
|
+
|
|
1692
|
+
def property_unset(self):
|
|
1693
|
+
""" """
|
|
1694
|
+
...
|
|
1695
|
+
|
|
1696
|
+
def type_recast(self):
|
|
1697
|
+
""" """
|
|
1698
|
+
...
|
|
1699
|
+
|
|
1700
|
+
def values(self):
|
|
1701
|
+
""" """
|
|
1702
|
+
...
|
|
1703
|
+
|
|
1704
|
+
class Macro:
|
|
1705
|
+
""" """
|
|
1706
|
+
|
|
1707
|
+
id_data: typing.Any
|
|
1708
|
+
""" """
|
|
1709
|
+
|
|
1710
|
+
def as_pointer(self):
|
|
1711
|
+
""" """
|
|
1712
|
+
...
|
|
1713
|
+
|
|
1714
|
+
def bl_rna_get_subclass(self):
|
|
1715
|
+
""" """
|
|
1716
|
+
...
|
|
1717
|
+
|
|
1718
|
+
def bl_rna_get_subclass_py(self):
|
|
1719
|
+
""" """
|
|
1720
|
+
...
|
|
1721
|
+
|
|
1722
|
+
def define(self, opname):
|
|
1723
|
+
"""
|
|
1724
|
+
|
|
1725
|
+
:param opname:
|
|
1726
|
+
"""
|
|
1727
|
+
...
|
|
1728
|
+
|
|
1729
|
+
def driver_add(self):
|
|
1730
|
+
""" """
|
|
1731
|
+
...
|
|
1732
|
+
|
|
1733
|
+
def driver_remove(self):
|
|
1734
|
+
""" """
|
|
1735
|
+
...
|
|
1736
|
+
|
|
1737
|
+
def get(self):
|
|
1738
|
+
""" """
|
|
1739
|
+
...
|
|
1740
|
+
|
|
1741
|
+
def id_properties_clear(self):
|
|
1742
|
+
""" """
|
|
1743
|
+
...
|
|
1744
|
+
|
|
1745
|
+
def id_properties_ensure(self):
|
|
1746
|
+
""" """
|
|
1747
|
+
...
|
|
1748
|
+
|
|
1749
|
+
def id_properties_ui(self):
|
|
1750
|
+
""" """
|
|
1751
|
+
...
|
|
1752
|
+
|
|
1753
|
+
def is_property_hidden(self):
|
|
1754
|
+
""" """
|
|
1755
|
+
...
|
|
1756
|
+
|
|
1757
|
+
def is_property_overridable_library(self):
|
|
1758
|
+
""" """
|
|
1759
|
+
...
|
|
1760
|
+
|
|
1761
|
+
def is_property_readonly(self):
|
|
1762
|
+
""" """
|
|
1763
|
+
...
|
|
1764
|
+
|
|
1765
|
+
def is_property_set(self):
|
|
1766
|
+
""" """
|
|
1767
|
+
...
|
|
1768
|
+
|
|
1769
|
+
def items(self):
|
|
1770
|
+
""" """
|
|
1771
|
+
...
|
|
1772
|
+
|
|
1773
|
+
def keyframe_delete(self):
|
|
1774
|
+
""" """
|
|
1775
|
+
...
|
|
1776
|
+
|
|
1777
|
+
def keyframe_insert(self):
|
|
1778
|
+
""" """
|
|
1779
|
+
...
|
|
1780
|
+
|
|
1781
|
+
def keys(self):
|
|
1782
|
+
""" """
|
|
1783
|
+
...
|
|
1784
|
+
|
|
1785
|
+
def path_from_id(self):
|
|
1786
|
+
""" """
|
|
1787
|
+
...
|
|
1788
|
+
|
|
1789
|
+
def path_resolve(self):
|
|
1790
|
+
""" """
|
|
1791
|
+
...
|
|
1792
|
+
|
|
1793
|
+
def pop(self):
|
|
1794
|
+
""" """
|
|
1795
|
+
...
|
|
1796
|
+
|
|
1797
|
+
def property_overridable_library_set(self):
|
|
1798
|
+
""" """
|
|
1799
|
+
...
|
|
1800
|
+
|
|
1801
|
+
def property_unset(self):
|
|
1802
|
+
""" """
|
|
1803
|
+
...
|
|
1804
|
+
|
|
1805
|
+
def type_recast(self):
|
|
1806
|
+
""" """
|
|
1807
|
+
...
|
|
1808
|
+
|
|
1809
|
+
def values(self):
|
|
1810
|
+
""" """
|
|
1811
|
+
...
|
|
1812
|
+
|
|
1813
|
+
class Menu(_GenericUI):
|
|
1814
|
+
""" """
|
|
1815
|
+
|
|
1816
|
+
bl_rna: typing.Any
|
|
1817
|
+
""" """
|
|
1818
|
+
|
|
1819
|
+
id_data: typing.Any
|
|
1820
|
+
""" """
|
|
1821
|
+
|
|
1822
|
+
def append(self, draw_func):
|
|
1823
|
+
"""
|
|
1824
|
+
|
|
1825
|
+
:param draw_func:
|
|
1826
|
+
"""
|
|
1827
|
+
...
|
|
1828
|
+
|
|
1829
|
+
def as_pointer(self):
|
|
1830
|
+
""" """
|
|
1831
|
+
...
|
|
1832
|
+
|
|
1833
|
+
def bl_rna_get_subclass(self):
|
|
1834
|
+
""" """
|
|
1835
|
+
...
|
|
1836
|
+
|
|
1837
|
+
def bl_rna_get_subclass_py(self):
|
|
1838
|
+
""" """
|
|
1839
|
+
...
|
|
1840
|
+
|
|
1841
|
+
def draw_collapsible(self, context, layout):
|
|
1842
|
+
"""
|
|
1843
|
+
|
|
1844
|
+
:param context:
|
|
1845
|
+
:param layout:
|
|
1846
|
+
"""
|
|
1847
|
+
...
|
|
1848
|
+
|
|
1849
|
+
def draw_preset(self, _context):
|
|
1850
|
+
"""
|
|
1851
|
+
|
|
1852
|
+
:param _context:
|
|
1853
|
+
"""
|
|
1854
|
+
...
|
|
1855
|
+
|
|
1856
|
+
def driver_add(self):
|
|
1857
|
+
""" """
|
|
1858
|
+
...
|
|
1859
|
+
|
|
1860
|
+
def driver_remove(self):
|
|
1861
|
+
""" """
|
|
1862
|
+
...
|
|
1863
|
+
|
|
1864
|
+
def get(self):
|
|
1865
|
+
""" """
|
|
1866
|
+
...
|
|
1867
|
+
|
|
1868
|
+
def id_properties_clear(self):
|
|
1869
|
+
""" """
|
|
1870
|
+
...
|
|
1871
|
+
|
|
1872
|
+
def id_properties_ensure(self):
|
|
1873
|
+
""" """
|
|
1874
|
+
...
|
|
1875
|
+
|
|
1876
|
+
def id_properties_ui(self):
|
|
1877
|
+
""" """
|
|
1878
|
+
...
|
|
1879
|
+
|
|
1880
|
+
def is_extended(self):
|
|
1881
|
+
""" """
|
|
1882
|
+
...
|
|
1883
|
+
|
|
1884
|
+
def is_property_hidden(self):
|
|
1885
|
+
""" """
|
|
1886
|
+
...
|
|
1887
|
+
|
|
1888
|
+
def is_property_overridable_library(self):
|
|
1889
|
+
""" """
|
|
1890
|
+
...
|
|
1891
|
+
|
|
1892
|
+
def is_property_readonly(self):
|
|
1893
|
+
""" """
|
|
1894
|
+
...
|
|
1895
|
+
|
|
1896
|
+
def is_property_set(self):
|
|
1897
|
+
""" """
|
|
1898
|
+
...
|
|
1899
|
+
|
|
1900
|
+
def items(self):
|
|
1901
|
+
""" """
|
|
1902
|
+
...
|
|
1903
|
+
|
|
1904
|
+
def keyframe_delete(self):
|
|
1905
|
+
""" """
|
|
1906
|
+
...
|
|
1907
|
+
|
|
1908
|
+
def keyframe_insert(self):
|
|
1909
|
+
""" """
|
|
1910
|
+
...
|
|
1911
|
+
|
|
1912
|
+
def keys(self):
|
|
1913
|
+
""" """
|
|
1914
|
+
...
|
|
1915
|
+
|
|
1916
|
+
def path_from_id(self):
|
|
1917
|
+
""" """
|
|
1918
|
+
...
|
|
1919
|
+
|
|
1920
|
+
def path_menu(
|
|
1921
|
+
self,
|
|
1922
|
+
searchpaths,
|
|
1923
|
+
operator,
|
|
1924
|
+
props_default,
|
|
1925
|
+
prop_filepath,
|
|
1926
|
+
filter_ext,
|
|
1927
|
+
filter_path,
|
|
1928
|
+
display_name,
|
|
1929
|
+
add_operator,
|
|
1930
|
+
):
|
|
1931
|
+
"""
|
|
1932
|
+
|
|
1933
|
+
:param searchpaths:
|
|
1934
|
+
:param operator:
|
|
1935
|
+
:param props_default:
|
|
1936
|
+
:param prop_filepath:
|
|
1937
|
+
:param filter_ext:
|
|
1938
|
+
:param filter_path:
|
|
1939
|
+
:param display_name:
|
|
1940
|
+
:param add_operator:
|
|
1941
|
+
"""
|
|
1942
|
+
...
|
|
1943
|
+
|
|
1944
|
+
def path_resolve(self):
|
|
1945
|
+
""" """
|
|
1946
|
+
...
|
|
1947
|
+
|
|
1948
|
+
def pop(self):
|
|
1949
|
+
""" """
|
|
1950
|
+
...
|
|
1951
|
+
|
|
1952
|
+
def prepend(self, draw_func):
|
|
1953
|
+
"""
|
|
1954
|
+
|
|
1955
|
+
:param draw_func:
|
|
1956
|
+
"""
|
|
1957
|
+
...
|
|
1958
|
+
|
|
1959
|
+
def property_overridable_library_set(self):
|
|
1960
|
+
""" """
|
|
1961
|
+
...
|
|
1962
|
+
|
|
1963
|
+
def property_unset(self):
|
|
1964
|
+
""" """
|
|
1965
|
+
...
|
|
1966
|
+
|
|
1967
|
+
def remove(self, draw_func):
|
|
1968
|
+
"""
|
|
1969
|
+
|
|
1970
|
+
:param draw_func:
|
|
1971
|
+
"""
|
|
1972
|
+
...
|
|
1973
|
+
|
|
1974
|
+
def type_recast(self):
|
|
1975
|
+
""" """
|
|
1976
|
+
...
|
|
1977
|
+
|
|
1978
|
+
def values(self):
|
|
1979
|
+
""" """
|
|
1980
|
+
...
|
|
1981
|
+
|
|
1982
|
+
class MeshEdge:
|
|
1983
|
+
""" """
|
|
1984
|
+
|
|
1985
|
+
id_data: typing.Any
|
|
1986
|
+
""" """
|
|
1987
|
+
|
|
1988
|
+
key: typing.Any
|
|
1989
|
+
""" """
|
|
1990
|
+
|
|
1991
|
+
def as_pointer(self):
|
|
1992
|
+
""" """
|
|
1993
|
+
...
|
|
1994
|
+
|
|
1995
|
+
def bl_rna_get_subclass(self):
|
|
1996
|
+
""" """
|
|
1997
|
+
...
|
|
1998
|
+
|
|
1999
|
+
def bl_rna_get_subclass_py(self):
|
|
2000
|
+
""" """
|
|
2001
|
+
...
|
|
2002
|
+
|
|
2003
|
+
def driver_add(self):
|
|
2004
|
+
""" """
|
|
2005
|
+
...
|
|
2006
|
+
|
|
2007
|
+
def driver_remove(self):
|
|
2008
|
+
""" """
|
|
2009
|
+
...
|
|
2010
|
+
|
|
2011
|
+
def get(self):
|
|
2012
|
+
""" """
|
|
2013
|
+
...
|
|
2014
|
+
|
|
2015
|
+
def id_properties_clear(self):
|
|
2016
|
+
""" """
|
|
2017
|
+
...
|
|
2018
|
+
|
|
2019
|
+
def id_properties_ensure(self):
|
|
2020
|
+
""" """
|
|
2021
|
+
...
|
|
2022
|
+
|
|
2023
|
+
def id_properties_ui(self):
|
|
2024
|
+
""" """
|
|
2025
|
+
...
|
|
2026
|
+
|
|
2027
|
+
def is_property_hidden(self):
|
|
2028
|
+
""" """
|
|
2029
|
+
...
|
|
2030
|
+
|
|
2031
|
+
def is_property_overridable_library(self):
|
|
2032
|
+
""" """
|
|
2033
|
+
...
|
|
2034
|
+
|
|
2035
|
+
def is_property_readonly(self):
|
|
2036
|
+
""" """
|
|
2037
|
+
...
|
|
2038
|
+
|
|
2039
|
+
def is_property_set(self):
|
|
2040
|
+
""" """
|
|
2041
|
+
...
|
|
2042
|
+
|
|
2043
|
+
def items(self):
|
|
2044
|
+
""" """
|
|
2045
|
+
...
|
|
2046
|
+
|
|
2047
|
+
def keyframe_delete(self):
|
|
2048
|
+
""" """
|
|
2049
|
+
...
|
|
2050
|
+
|
|
2051
|
+
def keyframe_insert(self):
|
|
2052
|
+
""" """
|
|
2053
|
+
...
|
|
2054
|
+
|
|
2055
|
+
def keys(self):
|
|
2056
|
+
""" """
|
|
2057
|
+
...
|
|
2058
|
+
|
|
2059
|
+
def path_from_id(self):
|
|
2060
|
+
""" """
|
|
2061
|
+
...
|
|
2062
|
+
|
|
2063
|
+
def path_resolve(self):
|
|
2064
|
+
""" """
|
|
2065
|
+
...
|
|
2066
|
+
|
|
2067
|
+
def pop(self):
|
|
2068
|
+
""" """
|
|
2069
|
+
...
|
|
2070
|
+
|
|
2071
|
+
def property_overridable_library_set(self):
|
|
2072
|
+
""" """
|
|
2073
|
+
...
|
|
2074
|
+
|
|
2075
|
+
def property_unset(self):
|
|
2076
|
+
""" """
|
|
2077
|
+
...
|
|
2078
|
+
|
|
2079
|
+
def type_recast(self):
|
|
2080
|
+
""" """
|
|
2081
|
+
...
|
|
2082
|
+
|
|
2083
|
+
def values(self):
|
|
2084
|
+
""" """
|
|
2085
|
+
...
|
|
2086
|
+
|
|
2087
|
+
class MeshLoopTriangle:
|
|
2088
|
+
""" """
|
|
2089
|
+
|
|
2090
|
+
center: typing.Any
|
|
2091
|
+
""" """
|
|
2092
|
+
|
|
2093
|
+
edge_keys: typing.Any
|
|
2094
|
+
""" """
|
|
2095
|
+
|
|
2096
|
+
id_data: typing.Any
|
|
2097
|
+
""" """
|
|
2098
|
+
|
|
2099
|
+
def as_pointer(self):
|
|
2100
|
+
""" """
|
|
2101
|
+
...
|
|
2102
|
+
|
|
2103
|
+
def bl_rna_get_subclass(self):
|
|
2104
|
+
""" """
|
|
2105
|
+
...
|
|
2106
|
+
|
|
2107
|
+
def bl_rna_get_subclass_py(self):
|
|
2108
|
+
""" """
|
|
2109
|
+
...
|
|
2110
|
+
|
|
2111
|
+
def driver_add(self):
|
|
2112
|
+
""" """
|
|
2113
|
+
...
|
|
2114
|
+
|
|
2115
|
+
def driver_remove(self):
|
|
2116
|
+
""" """
|
|
2117
|
+
...
|
|
2118
|
+
|
|
2119
|
+
def get(self):
|
|
2120
|
+
""" """
|
|
2121
|
+
...
|
|
2122
|
+
|
|
2123
|
+
def id_properties_clear(self):
|
|
2124
|
+
""" """
|
|
2125
|
+
...
|
|
2126
|
+
|
|
2127
|
+
def id_properties_ensure(self):
|
|
2128
|
+
""" """
|
|
2129
|
+
...
|
|
2130
|
+
|
|
2131
|
+
def id_properties_ui(self):
|
|
2132
|
+
""" """
|
|
2133
|
+
...
|
|
2134
|
+
|
|
2135
|
+
def is_property_hidden(self):
|
|
2136
|
+
""" """
|
|
2137
|
+
...
|
|
2138
|
+
|
|
2139
|
+
def is_property_overridable_library(self):
|
|
2140
|
+
""" """
|
|
2141
|
+
...
|
|
2142
|
+
|
|
2143
|
+
def is_property_readonly(self):
|
|
2144
|
+
""" """
|
|
2145
|
+
...
|
|
2146
|
+
|
|
2147
|
+
def is_property_set(self):
|
|
2148
|
+
""" """
|
|
2149
|
+
...
|
|
2150
|
+
|
|
2151
|
+
def items(self):
|
|
2152
|
+
""" """
|
|
2153
|
+
...
|
|
2154
|
+
|
|
2155
|
+
def keyframe_delete(self):
|
|
2156
|
+
""" """
|
|
2157
|
+
...
|
|
2158
|
+
|
|
2159
|
+
def keyframe_insert(self):
|
|
2160
|
+
""" """
|
|
2161
|
+
...
|
|
2162
|
+
|
|
2163
|
+
def keys(self):
|
|
2164
|
+
""" """
|
|
2165
|
+
...
|
|
2166
|
+
|
|
2167
|
+
def path_from_id(self):
|
|
2168
|
+
""" """
|
|
2169
|
+
...
|
|
2170
|
+
|
|
2171
|
+
def path_resolve(self):
|
|
2172
|
+
""" """
|
|
2173
|
+
...
|
|
2174
|
+
|
|
2175
|
+
def pop(self):
|
|
2176
|
+
""" """
|
|
2177
|
+
...
|
|
2178
|
+
|
|
2179
|
+
def property_overridable_library_set(self):
|
|
2180
|
+
""" """
|
|
2181
|
+
...
|
|
2182
|
+
|
|
2183
|
+
def property_unset(self):
|
|
2184
|
+
""" """
|
|
2185
|
+
...
|
|
2186
|
+
|
|
2187
|
+
def type_recast(self):
|
|
2188
|
+
""" """
|
|
2189
|
+
...
|
|
2190
|
+
|
|
2191
|
+
def values(self):
|
|
2192
|
+
""" """
|
|
2193
|
+
...
|
|
2194
|
+
|
|
2195
|
+
class MeshPolygon:
|
|
2196
|
+
""" """
|
|
2197
|
+
|
|
2198
|
+
edge_keys: typing.Any
|
|
2199
|
+
""" """
|
|
2200
|
+
|
|
2201
|
+
id_data: typing.Any
|
|
2202
|
+
""" """
|
|
2203
|
+
|
|
2204
|
+
loop_indices: typing.Any
|
|
2205
|
+
""" """
|
|
2206
|
+
|
|
2207
|
+
def as_pointer(self):
|
|
2208
|
+
""" """
|
|
2209
|
+
...
|
|
2210
|
+
|
|
2211
|
+
def bl_rna_get_subclass(self):
|
|
2212
|
+
""" """
|
|
2213
|
+
...
|
|
2214
|
+
|
|
2215
|
+
def bl_rna_get_subclass_py(self):
|
|
2216
|
+
""" """
|
|
2217
|
+
...
|
|
2218
|
+
|
|
2219
|
+
def driver_add(self):
|
|
2220
|
+
""" """
|
|
2221
|
+
...
|
|
2222
|
+
|
|
2223
|
+
def driver_remove(self):
|
|
2224
|
+
""" """
|
|
2225
|
+
...
|
|
2226
|
+
|
|
2227
|
+
def get(self):
|
|
2228
|
+
""" """
|
|
2229
|
+
...
|
|
2230
|
+
|
|
2231
|
+
def id_properties_clear(self):
|
|
2232
|
+
""" """
|
|
2233
|
+
...
|
|
2234
|
+
|
|
2235
|
+
def id_properties_ensure(self):
|
|
2236
|
+
""" """
|
|
2237
|
+
...
|
|
2238
|
+
|
|
2239
|
+
def id_properties_ui(self):
|
|
2240
|
+
""" """
|
|
2241
|
+
...
|
|
2242
|
+
|
|
2243
|
+
def is_property_hidden(self):
|
|
2244
|
+
""" """
|
|
2245
|
+
...
|
|
2246
|
+
|
|
2247
|
+
def is_property_overridable_library(self):
|
|
2248
|
+
""" """
|
|
2249
|
+
...
|
|
2250
|
+
|
|
2251
|
+
def is_property_readonly(self):
|
|
2252
|
+
""" """
|
|
2253
|
+
...
|
|
2254
|
+
|
|
2255
|
+
def is_property_set(self):
|
|
2256
|
+
""" """
|
|
2257
|
+
...
|
|
2258
|
+
|
|
2259
|
+
def items(self):
|
|
2260
|
+
""" """
|
|
2261
|
+
...
|
|
2262
|
+
|
|
2263
|
+
def keyframe_delete(self):
|
|
2264
|
+
""" """
|
|
2265
|
+
...
|
|
2266
|
+
|
|
2267
|
+
def keyframe_insert(self):
|
|
2268
|
+
""" """
|
|
2269
|
+
...
|
|
2270
|
+
|
|
2271
|
+
def keys(self):
|
|
2272
|
+
""" """
|
|
2273
|
+
...
|
|
2274
|
+
|
|
2275
|
+
def path_from_id(self):
|
|
2276
|
+
""" """
|
|
2277
|
+
...
|
|
2278
|
+
|
|
2279
|
+
def path_resolve(self):
|
|
2280
|
+
""" """
|
|
2281
|
+
...
|
|
2282
|
+
|
|
2283
|
+
def pop(self):
|
|
2284
|
+
""" """
|
|
2285
|
+
...
|
|
2286
|
+
|
|
2287
|
+
def property_overridable_library_set(self):
|
|
2288
|
+
""" """
|
|
2289
|
+
...
|
|
2290
|
+
|
|
2291
|
+
def property_unset(self):
|
|
2292
|
+
""" """
|
|
2293
|
+
...
|
|
2294
|
+
|
|
2295
|
+
def type_recast(self):
|
|
2296
|
+
""" """
|
|
2297
|
+
...
|
|
2298
|
+
|
|
2299
|
+
def values(self):
|
|
2300
|
+
""" """
|
|
2301
|
+
...
|
|
2302
|
+
|
|
2303
|
+
class NodeInternal(Node):
|
|
2304
|
+
""" """
|
|
2305
|
+
|
|
2306
|
+
id_data: typing.Any
|
|
2307
|
+
""" """
|
|
2308
|
+
|
|
2309
|
+
def as_pointer(self):
|
|
2310
|
+
""" """
|
|
2311
|
+
...
|
|
2312
|
+
|
|
2313
|
+
def bl_rna_get_subclass(self):
|
|
2314
|
+
""" """
|
|
2315
|
+
...
|
|
2316
|
+
|
|
2317
|
+
def bl_rna_get_subclass_py(self):
|
|
2318
|
+
""" """
|
|
2319
|
+
...
|
|
2320
|
+
|
|
2321
|
+
def driver_add(self):
|
|
2322
|
+
""" """
|
|
2323
|
+
...
|
|
2324
|
+
|
|
2325
|
+
def driver_remove(self):
|
|
2326
|
+
""" """
|
|
2327
|
+
...
|
|
2328
|
+
|
|
2329
|
+
def get(self):
|
|
2330
|
+
""" """
|
|
2331
|
+
...
|
|
2332
|
+
|
|
2333
|
+
def id_properties_clear(self):
|
|
2334
|
+
""" """
|
|
2335
|
+
...
|
|
2336
|
+
|
|
2337
|
+
def id_properties_ensure(self):
|
|
2338
|
+
""" """
|
|
2339
|
+
...
|
|
2340
|
+
|
|
2341
|
+
def id_properties_ui(self):
|
|
2342
|
+
""" """
|
|
2343
|
+
...
|
|
2344
|
+
|
|
2345
|
+
def is_property_hidden(self):
|
|
2346
|
+
""" """
|
|
2347
|
+
...
|
|
2348
|
+
|
|
2349
|
+
def is_property_overridable_library(self):
|
|
2350
|
+
""" """
|
|
2351
|
+
...
|
|
2352
|
+
|
|
2353
|
+
def is_property_readonly(self):
|
|
2354
|
+
""" """
|
|
2355
|
+
...
|
|
2356
|
+
|
|
2357
|
+
def is_property_set(self):
|
|
2358
|
+
""" """
|
|
2359
|
+
...
|
|
2360
|
+
|
|
2361
|
+
def items(self):
|
|
2362
|
+
""" """
|
|
2363
|
+
...
|
|
2364
|
+
|
|
2365
|
+
def keyframe_delete(self):
|
|
2366
|
+
""" """
|
|
2367
|
+
...
|
|
2368
|
+
|
|
2369
|
+
def keyframe_insert(self):
|
|
2370
|
+
""" """
|
|
2371
|
+
...
|
|
2372
|
+
|
|
2373
|
+
def keys(self):
|
|
2374
|
+
""" """
|
|
2375
|
+
...
|
|
2376
|
+
|
|
2377
|
+
def path_from_id(self):
|
|
2378
|
+
""" """
|
|
2379
|
+
...
|
|
2380
|
+
|
|
2381
|
+
def path_resolve(self):
|
|
2382
|
+
""" """
|
|
2383
|
+
...
|
|
2384
|
+
|
|
2385
|
+
def poll(self, _ntree):
|
|
2386
|
+
"""
|
|
2387
|
+
|
|
2388
|
+
:param _ntree:
|
|
2389
|
+
"""
|
|
2390
|
+
...
|
|
2391
|
+
|
|
2392
|
+
def pop(self):
|
|
2393
|
+
""" """
|
|
2394
|
+
...
|
|
2395
|
+
|
|
2396
|
+
def property_overridable_library_set(self):
|
|
2397
|
+
""" """
|
|
2398
|
+
...
|
|
2399
|
+
|
|
2400
|
+
def property_unset(self):
|
|
2401
|
+
""" """
|
|
2402
|
+
...
|
|
2403
|
+
|
|
2404
|
+
def type_recast(self):
|
|
2405
|
+
""" """
|
|
2406
|
+
...
|
|
2407
|
+
|
|
2408
|
+
def values(self):
|
|
2409
|
+
""" """
|
|
2410
|
+
...
|
|
2411
|
+
|
|
2412
|
+
class NodeSocket:
|
|
2413
|
+
""" """
|
|
2414
|
+
|
|
2415
|
+
id_data: typing.Any
|
|
2416
|
+
""" """
|
|
2417
|
+
|
|
2418
|
+
links: typing.Any
|
|
2419
|
+
""" """
|
|
2420
|
+
|
|
2421
|
+
def as_pointer(self):
|
|
2422
|
+
""" """
|
|
2423
|
+
...
|
|
2424
|
+
|
|
2425
|
+
def bl_rna_get_subclass(self):
|
|
2426
|
+
""" """
|
|
2427
|
+
...
|
|
2428
|
+
|
|
2429
|
+
def bl_rna_get_subclass_py(self):
|
|
2430
|
+
""" """
|
|
2431
|
+
...
|
|
2432
|
+
|
|
2433
|
+
def driver_add(self):
|
|
2434
|
+
""" """
|
|
2435
|
+
...
|
|
2436
|
+
|
|
2437
|
+
def driver_remove(self):
|
|
2438
|
+
""" """
|
|
2439
|
+
...
|
|
2440
|
+
|
|
2441
|
+
def get(self):
|
|
2442
|
+
""" """
|
|
2443
|
+
...
|
|
2444
|
+
|
|
2445
|
+
def id_properties_clear(self):
|
|
2446
|
+
""" """
|
|
2447
|
+
...
|
|
2448
|
+
|
|
2449
|
+
def id_properties_ensure(self):
|
|
2450
|
+
""" """
|
|
2451
|
+
...
|
|
2452
|
+
|
|
2453
|
+
def id_properties_ui(self):
|
|
2454
|
+
""" """
|
|
2455
|
+
...
|
|
2456
|
+
|
|
2457
|
+
def is_property_hidden(self):
|
|
2458
|
+
""" """
|
|
2459
|
+
...
|
|
2460
|
+
|
|
2461
|
+
def is_property_overridable_library(self):
|
|
2462
|
+
""" """
|
|
2463
|
+
...
|
|
2464
|
+
|
|
2465
|
+
def is_property_readonly(self):
|
|
2466
|
+
""" """
|
|
2467
|
+
...
|
|
2468
|
+
|
|
2469
|
+
def is_property_set(self):
|
|
2470
|
+
""" """
|
|
2471
|
+
...
|
|
2472
|
+
|
|
2473
|
+
def items(self):
|
|
2474
|
+
""" """
|
|
2475
|
+
...
|
|
2476
|
+
|
|
2477
|
+
def keyframe_delete(self):
|
|
2478
|
+
""" """
|
|
2479
|
+
...
|
|
2480
|
+
|
|
2481
|
+
def keyframe_insert(self):
|
|
2482
|
+
""" """
|
|
2483
|
+
...
|
|
2484
|
+
|
|
2485
|
+
def keys(self):
|
|
2486
|
+
""" """
|
|
2487
|
+
...
|
|
2488
|
+
|
|
2489
|
+
def path_from_id(self):
|
|
2490
|
+
""" """
|
|
2491
|
+
...
|
|
2492
|
+
|
|
2493
|
+
def path_resolve(self):
|
|
2494
|
+
""" """
|
|
2495
|
+
...
|
|
2496
|
+
|
|
2497
|
+
def pop(self):
|
|
2498
|
+
""" """
|
|
2499
|
+
...
|
|
2500
|
+
|
|
2501
|
+
def property_overridable_library_set(self):
|
|
2502
|
+
""" """
|
|
2503
|
+
...
|
|
2504
|
+
|
|
2505
|
+
def property_unset(self):
|
|
2506
|
+
""" """
|
|
2507
|
+
...
|
|
2508
|
+
|
|
2509
|
+
def type_recast(self):
|
|
2510
|
+
""" """
|
|
2511
|
+
...
|
|
2512
|
+
|
|
2513
|
+
def values(self):
|
|
2514
|
+
""" """
|
|
2515
|
+
...
|
|
2516
|
+
|
|
2517
|
+
class NodeTreeInterfaceSocket(NodeTreeInterfaceItem):
|
|
2518
|
+
""" """
|
|
2519
|
+
|
|
2520
|
+
id_data: typing.Any
|
|
2521
|
+
""" """
|
|
2522
|
+
|
|
2523
|
+
def as_pointer(self):
|
|
2524
|
+
""" """
|
|
2525
|
+
...
|
|
2526
|
+
|
|
2527
|
+
def bl_rna_get_subclass(self):
|
|
2528
|
+
""" """
|
|
2529
|
+
...
|
|
2530
|
+
|
|
2531
|
+
def bl_rna_get_subclass_py(self):
|
|
2532
|
+
""" """
|
|
2533
|
+
...
|
|
2534
|
+
|
|
2535
|
+
def driver_add(self):
|
|
2536
|
+
""" """
|
|
2537
|
+
...
|
|
2538
|
+
|
|
2539
|
+
def driver_remove(self):
|
|
2540
|
+
""" """
|
|
2541
|
+
...
|
|
2542
|
+
|
|
2543
|
+
def get(self):
|
|
2544
|
+
""" """
|
|
2545
|
+
...
|
|
2546
|
+
|
|
2547
|
+
def id_properties_clear(self):
|
|
2548
|
+
""" """
|
|
2549
|
+
...
|
|
2550
|
+
|
|
2551
|
+
def id_properties_ensure(self):
|
|
2552
|
+
""" """
|
|
2553
|
+
...
|
|
2554
|
+
|
|
2555
|
+
def id_properties_ui(self):
|
|
2556
|
+
""" """
|
|
2557
|
+
...
|
|
2558
|
+
|
|
2559
|
+
def is_property_hidden(self):
|
|
2560
|
+
""" """
|
|
2561
|
+
...
|
|
2562
|
+
|
|
2563
|
+
def is_property_overridable_library(self):
|
|
2564
|
+
""" """
|
|
2565
|
+
...
|
|
2566
|
+
|
|
2567
|
+
def is_property_readonly(self):
|
|
2568
|
+
""" """
|
|
2569
|
+
...
|
|
2570
|
+
|
|
2571
|
+
def is_property_set(self):
|
|
2572
|
+
""" """
|
|
2573
|
+
...
|
|
2574
|
+
|
|
2575
|
+
def items(self):
|
|
2576
|
+
""" """
|
|
2577
|
+
...
|
|
2578
|
+
|
|
2579
|
+
def keyframe_delete(self):
|
|
2580
|
+
""" """
|
|
2581
|
+
...
|
|
2582
|
+
|
|
2583
|
+
def keyframe_insert(self):
|
|
2584
|
+
""" """
|
|
2585
|
+
...
|
|
2586
|
+
|
|
2587
|
+
def keys(self):
|
|
2588
|
+
""" """
|
|
2589
|
+
...
|
|
2590
|
+
|
|
2591
|
+
def path_from_id(self):
|
|
2592
|
+
""" """
|
|
2593
|
+
...
|
|
2594
|
+
|
|
2595
|
+
def path_resolve(self):
|
|
2596
|
+
""" """
|
|
2597
|
+
...
|
|
2598
|
+
|
|
2599
|
+
def pop(self):
|
|
2600
|
+
""" """
|
|
2601
|
+
...
|
|
2602
|
+
|
|
2603
|
+
def property_overridable_library_set(self):
|
|
2604
|
+
""" """
|
|
2605
|
+
...
|
|
2606
|
+
|
|
2607
|
+
def property_unset(self):
|
|
2608
|
+
""" """
|
|
2609
|
+
...
|
|
2610
|
+
|
|
2611
|
+
def type_recast(self):
|
|
2612
|
+
""" """
|
|
2613
|
+
...
|
|
2614
|
+
|
|
2615
|
+
def values(self):
|
|
2616
|
+
""" """
|
|
2617
|
+
...
|
|
2618
|
+
|
|
2619
|
+
class Operator:
|
|
2620
|
+
""" """
|
|
2621
|
+
|
|
2622
|
+
bl_rna: typing.Any
|
|
2623
|
+
""" """
|
|
2624
|
+
|
|
2625
|
+
id_data: typing.Any
|
|
2626
|
+
""" """
|
|
2627
|
+
|
|
2628
|
+
def as_keywords(self, ignore):
|
|
2629
|
+
"""
|
|
2630
|
+
|
|
2631
|
+
:param ignore:
|
|
2632
|
+
"""
|
|
2633
|
+
...
|
|
2634
|
+
|
|
2635
|
+
def as_pointer(self):
|
|
2636
|
+
""" """
|
|
2637
|
+
...
|
|
2638
|
+
|
|
2639
|
+
def bl_rna_get_subclass(self):
|
|
2640
|
+
""" """
|
|
2641
|
+
...
|
|
2642
|
+
|
|
2643
|
+
def bl_rna_get_subclass_py(self):
|
|
2644
|
+
""" """
|
|
2645
|
+
...
|
|
2646
|
+
|
|
2647
|
+
def driver_add(self):
|
|
2648
|
+
""" """
|
|
2649
|
+
...
|
|
2650
|
+
|
|
2651
|
+
def driver_remove(self):
|
|
2652
|
+
""" """
|
|
2653
|
+
...
|
|
2654
|
+
|
|
2655
|
+
def get(self):
|
|
2656
|
+
""" """
|
|
2657
|
+
...
|
|
2658
|
+
|
|
2659
|
+
def id_properties_clear(self):
|
|
2660
|
+
""" """
|
|
2661
|
+
...
|
|
2662
|
+
|
|
2663
|
+
def id_properties_ensure(self):
|
|
2664
|
+
""" """
|
|
2665
|
+
...
|
|
2666
|
+
|
|
2667
|
+
def id_properties_ui(self):
|
|
2668
|
+
""" """
|
|
2669
|
+
...
|
|
2670
|
+
|
|
2671
|
+
def is_property_hidden(self):
|
|
2672
|
+
""" """
|
|
2673
|
+
...
|
|
2674
|
+
|
|
2675
|
+
def is_property_overridable_library(self):
|
|
2676
|
+
""" """
|
|
2677
|
+
...
|
|
2678
|
+
|
|
2679
|
+
def is_property_readonly(self):
|
|
2680
|
+
""" """
|
|
2681
|
+
...
|
|
2682
|
+
|
|
2683
|
+
def is_property_set(self):
|
|
2684
|
+
""" """
|
|
2685
|
+
...
|
|
2686
|
+
|
|
2687
|
+
def items(self):
|
|
2688
|
+
""" """
|
|
2689
|
+
...
|
|
2690
|
+
|
|
2691
|
+
def keyframe_delete(self):
|
|
2692
|
+
""" """
|
|
2693
|
+
...
|
|
2694
|
+
|
|
2695
|
+
def keyframe_insert(self):
|
|
2696
|
+
""" """
|
|
2697
|
+
...
|
|
2698
|
+
|
|
2699
|
+
def keys(self):
|
|
2700
|
+
""" """
|
|
2701
|
+
...
|
|
2702
|
+
|
|
2703
|
+
def path_from_id(self):
|
|
2704
|
+
""" """
|
|
2705
|
+
...
|
|
2706
|
+
|
|
2707
|
+
def path_resolve(self):
|
|
2708
|
+
""" """
|
|
2709
|
+
...
|
|
2710
|
+
|
|
2711
|
+
def poll_message_set(self):
|
|
2712
|
+
""" """
|
|
2713
|
+
...
|
|
2714
|
+
|
|
2715
|
+
def pop(self):
|
|
2716
|
+
""" """
|
|
2717
|
+
...
|
|
2718
|
+
|
|
2719
|
+
def property_overridable_library_set(self):
|
|
2720
|
+
""" """
|
|
2721
|
+
...
|
|
2722
|
+
|
|
2723
|
+
def property_unset(self):
|
|
2724
|
+
""" """
|
|
2725
|
+
...
|
|
2726
|
+
|
|
2727
|
+
def type_recast(self):
|
|
2728
|
+
""" """
|
|
2729
|
+
...
|
|
2730
|
+
|
|
2731
|
+
def values(self):
|
|
2732
|
+
""" """
|
|
2733
|
+
...
|
|
2734
|
+
|
|
2735
|
+
class Panel(_GenericUI):
|
|
2736
|
+
""" """
|
|
2737
|
+
|
|
2738
|
+
bl_rna: typing.Any
|
|
2739
|
+
""" """
|
|
2740
|
+
|
|
2741
|
+
id_data: typing.Any
|
|
2742
|
+
""" """
|
|
2743
|
+
|
|
2744
|
+
def append(self, draw_func):
|
|
2745
|
+
"""
|
|
2746
|
+
|
|
2747
|
+
:param draw_func:
|
|
2748
|
+
"""
|
|
2749
|
+
...
|
|
2750
|
+
|
|
2751
|
+
def as_pointer(self):
|
|
2752
|
+
""" """
|
|
2753
|
+
...
|
|
2754
|
+
|
|
2755
|
+
def bl_rna_get_subclass(self):
|
|
2756
|
+
""" """
|
|
2757
|
+
...
|
|
2758
|
+
|
|
2759
|
+
def bl_rna_get_subclass_py(self):
|
|
2760
|
+
""" """
|
|
2761
|
+
...
|
|
2762
|
+
|
|
2763
|
+
def driver_add(self):
|
|
2764
|
+
""" """
|
|
2765
|
+
...
|
|
2766
|
+
|
|
2767
|
+
def driver_remove(self):
|
|
2768
|
+
""" """
|
|
2769
|
+
...
|
|
2770
|
+
|
|
2771
|
+
def get(self):
|
|
2772
|
+
""" """
|
|
2773
|
+
...
|
|
2774
|
+
|
|
2775
|
+
def id_properties_clear(self):
|
|
2776
|
+
""" """
|
|
2777
|
+
...
|
|
2778
|
+
|
|
2779
|
+
def id_properties_ensure(self):
|
|
2780
|
+
""" """
|
|
2781
|
+
...
|
|
2782
|
+
|
|
2783
|
+
def id_properties_ui(self):
|
|
2784
|
+
""" """
|
|
2785
|
+
...
|
|
2786
|
+
|
|
2787
|
+
def is_extended(self):
|
|
2788
|
+
""" """
|
|
2789
|
+
...
|
|
2790
|
+
|
|
2791
|
+
def is_property_hidden(self):
|
|
2792
|
+
""" """
|
|
2793
|
+
...
|
|
2794
|
+
|
|
2795
|
+
def is_property_overridable_library(self):
|
|
2796
|
+
""" """
|
|
2797
|
+
...
|
|
2798
|
+
|
|
2799
|
+
def is_property_readonly(self):
|
|
2800
|
+
""" """
|
|
2801
|
+
...
|
|
2802
|
+
|
|
2803
|
+
def is_property_set(self):
|
|
2804
|
+
""" """
|
|
2805
|
+
...
|
|
2806
|
+
|
|
2807
|
+
def items(self):
|
|
2808
|
+
""" """
|
|
2809
|
+
...
|
|
2810
|
+
|
|
2811
|
+
def keyframe_delete(self):
|
|
2812
|
+
""" """
|
|
2813
|
+
...
|
|
2814
|
+
|
|
2815
|
+
def keyframe_insert(self):
|
|
2816
|
+
""" """
|
|
2817
|
+
...
|
|
2818
|
+
|
|
2819
|
+
def keys(self):
|
|
2820
|
+
""" """
|
|
2821
|
+
...
|
|
2822
|
+
|
|
2823
|
+
def path_from_id(self):
|
|
2824
|
+
""" """
|
|
2825
|
+
...
|
|
2826
|
+
|
|
2827
|
+
def path_resolve(self):
|
|
2828
|
+
""" """
|
|
2829
|
+
...
|
|
2830
|
+
|
|
2831
|
+
def pop(self):
|
|
2832
|
+
""" """
|
|
2833
|
+
...
|
|
2834
|
+
|
|
2835
|
+
def prepend(self, draw_func):
|
|
2836
|
+
"""
|
|
2837
|
+
|
|
2838
|
+
:param draw_func:
|
|
2839
|
+
"""
|
|
2840
|
+
...
|
|
2841
|
+
|
|
2842
|
+
def property_overridable_library_set(self):
|
|
2843
|
+
""" """
|
|
2844
|
+
...
|
|
2845
|
+
|
|
2846
|
+
def property_unset(self):
|
|
2847
|
+
""" """
|
|
2848
|
+
...
|
|
2849
|
+
|
|
2850
|
+
def remove(self, draw_func):
|
|
2851
|
+
"""
|
|
2852
|
+
|
|
2853
|
+
:param draw_func:
|
|
2854
|
+
"""
|
|
2855
|
+
...
|
|
2856
|
+
|
|
2857
|
+
def type_recast(self):
|
|
2858
|
+
""" """
|
|
2859
|
+
...
|
|
2860
|
+
|
|
2861
|
+
def values(self):
|
|
2862
|
+
""" """
|
|
2863
|
+
...
|
|
2864
|
+
|
|
2865
|
+
class PoseBone(_GenericBone):
|
|
2866
|
+
""" """
|
|
2867
|
+
|
|
2868
|
+
basename: typing.Any
|
|
2869
|
+
""" """
|
|
2870
|
+
|
|
2871
|
+
bl_rna: typing.Any
|
|
2872
|
+
""" """
|
|
2873
|
+
|
|
2874
|
+
center: typing.Any
|
|
2875
|
+
""" """
|
|
2876
|
+
|
|
2877
|
+
children: typing.Any
|
|
2878
|
+
""" """
|
|
2879
|
+
|
|
2880
|
+
children_recursive: typing.Any
|
|
2881
|
+
""" """
|
|
2882
|
+
|
|
2883
|
+
children_recursive_basename: typing.Any
|
|
2884
|
+
""" """
|
|
2885
|
+
|
|
2886
|
+
id_data: typing.Any
|
|
2887
|
+
""" """
|
|
2888
|
+
|
|
2889
|
+
parent_recursive: typing.Any
|
|
2890
|
+
""" """
|
|
2891
|
+
|
|
2892
|
+
vector: typing.Any
|
|
2893
|
+
""" """
|
|
2894
|
+
|
|
2895
|
+
x_axis: typing.Any
|
|
2896
|
+
""" """
|
|
2897
|
+
|
|
2898
|
+
y_axis: typing.Any
|
|
2899
|
+
""" """
|
|
2900
|
+
|
|
2901
|
+
z_axis: typing.Any
|
|
2902
|
+
""" """
|
|
2903
|
+
|
|
2904
|
+
def as_pointer(self):
|
|
2905
|
+
""" """
|
|
2906
|
+
...
|
|
2907
|
+
|
|
2908
|
+
def bl_rna_get_subclass(self):
|
|
2909
|
+
""" """
|
|
2910
|
+
...
|
|
2911
|
+
|
|
2912
|
+
def bl_rna_get_subclass_py(self):
|
|
2913
|
+
""" """
|
|
2914
|
+
...
|
|
2915
|
+
|
|
2916
|
+
def driver_add(self):
|
|
2917
|
+
""" """
|
|
2918
|
+
...
|
|
2919
|
+
|
|
2920
|
+
def driver_remove(self):
|
|
2921
|
+
""" """
|
|
2922
|
+
...
|
|
2923
|
+
|
|
2924
|
+
def get(self):
|
|
2925
|
+
""" """
|
|
2926
|
+
...
|
|
2927
|
+
|
|
2928
|
+
def id_properties_clear(self):
|
|
2929
|
+
""" """
|
|
2930
|
+
...
|
|
2931
|
+
|
|
2932
|
+
def id_properties_ensure(self):
|
|
2933
|
+
""" """
|
|
2934
|
+
...
|
|
2935
|
+
|
|
2936
|
+
def id_properties_ui(self):
|
|
2937
|
+
""" """
|
|
2938
|
+
...
|
|
2939
|
+
|
|
2940
|
+
def is_property_hidden(self):
|
|
2941
|
+
""" """
|
|
2942
|
+
...
|
|
2943
|
+
|
|
2944
|
+
def is_property_overridable_library(self):
|
|
2945
|
+
""" """
|
|
2946
|
+
...
|
|
2947
|
+
|
|
2948
|
+
def is_property_readonly(self):
|
|
2949
|
+
""" """
|
|
2950
|
+
...
|
|
2951
|
+
|
|
2952
|
+
def is_property_set(self):
|
|
2953
|
+
""" """
|
|
2954
|
+
...
|
|
2955
|
+
|
|
2956
|
+
def items(self):
|
|
2957
|
+
""" """
|
|
2958
|
+
...
|
|
2959
|
+
|
|
2960
|
+
def keyframe_delete(self):
|
|
2961
|
+
""" """
|
|
2962
|
+
...
|
|
2963
|
+
|
|
2964
|
+
def keyframe_insert(self):
|
|
2965
|
+
""" """
|
|
2966
|
+
...
|
|
2967
|
+
|
|
2968
|
+
def keys(self):
|
|
2969
|
+
""" """
|
|
2970
|
+
...
|
|
2971
|
+
|
|
2972
|
+
def parent_index(self, parent_test):
|
|
2973
|
+
"""
|
|
2974
|
+
|
|
2975
|
+
:param parent_test:
|
|
2976
|
+
"""
|
|
2977
|
+
...
|
|
2978
|
+
|
|
2979
|
+
def path_from_id(self):
|
|
2980
|
+
""" """
|
|
2981
|
+
...
|
|
2982
|
+
|
|
2983
|
+
def path_resolve(self):
|
|
2984
|
+
""" """
|
|
2985
|
+
...
|
|
2986
|
+
|
|
2987
|
+
def pop(self):
|
|
2988
|
+
""" """
|
|
2989
|
+
...
|
|
2990
|
+
|
|
2991
|
+
def property_overridable_library_set(self):
|
|
2992
|
+
""" """
|
|
2993
|
+
...
|
|
2994
|
+
|
|
2995
|
+
def property_unset(self):
|
|
2996
|
+
""" """
|
|
2997
|
+
...
|
|
2998
|
+
|
|
2999
|
+
def translate(self, vec):
|
|
3000
|
+
"""
|
|
3001
|
+
|
|
3002
|
+
:param vec:
|
|
3003
|
+
"""
|
|
3004
|
+
...
|
|
3005
|
+
|
|
3006
|
+
def type_recast(self):
|
|
3007
|
+
""" """
|
|
3008
|
+
...
|
|
3009
|
+
|
|
3010
|
+
def values(self):
|
|
3011
|
+
""" """
|
|
3012
|
+
...
|
|
3013
|
+
|
|
3014
|
+
class PropertyGroup:
|
|
3015
|
+
""" """
|
|
3016
|
+
|
|
3017
|
+
bl_rna: typing.Any
|
|
3018
|
+
""" """
|
|
3019
|
+
|
|
3020
|
+
id_data: typing.Any
|
|
3021
|
+
""" """
|
|
3022
|
+
|
|
3023
|
+
def as_pointer(self):
|
|
3024
|
+
""" """
|
|
3025
|
+
...
|
|
3026
|
+
|
|
3027
|
+
def bl_rna_get_subclass(self):
|
|
3028
|
+
""" """
|
|
3029
|
+
...
|
|
3030
|
+
|
|
3031
|
+
def bl_rna_get_subclass_py(self):
|
|
3032
|
+
""" """
|
|
3033
|
+
...
|
|
3034
|
+
|
|
3035
|
+
def driver_add(self):
|
|
3036
|
+
""" """
|
|
3037
|
+
...
|
|
3038
|
+
|
|
3039
|
+
def driver_remove(self):
|
|
3040
|
+
""" """
|
|
3041
|
+
...
|
|
3042
|
+
|
|
3043
|
+
def get(self):
|
|
3044
|
+
""" """
|
|
3045
|
+
...
|
|
3046
|
+
|
|
3047
|
+
def id_properties_clear(self):
|
|
3048
|
+
""" """
|
|
3049
|
+
...
|
|
3050
|
+
|
|
3051
|
+
def id_properties_ensure(self):
|
|
3052
|
+
""" """
|
|
3053
|
+
...
|
|
3054
|
+
|
|
3055
|
+
def id_properties_ui(self):
|
|
3056
|
+
""" """
|
|
3057
|
+
...
|
|
3058
|
+
|
|
3059
|
+
def is_property_hidden(self):
|
|
3060
|
+
""" """
|
|
3061
|
+
...
|
|
3062
|
+
|
|
3063
|
+
def is_property_overridable_library(self):
|
|
3064
|
+
""" """
|
|
3065
|
+
...
|
|
3066
|
+
|
|
3067
|
+
def is_property_readonly(self):
|
|
3068
|
+
""" """
|
|
3069
|
+
...
|
|
3070
|
+
|
|
3071
|
+
def is_property_set(self):
|
|
3072
|
+
""" """
|
|
3073
|
+
...
|
|
3074
|
+
|
|
3075
|
+
def items(self):
|
|
3076
|
+
""" """
|
|
3077
|
+
...
|
|
3078
|
+
|
|
3079
|
+
def keyframe_delete(self):
|
|
3080
|
+
""" """
|
|
3081
|
+
...
|
|
3082
|
+
|
|
3083
|
+
def keyframe_insert(self):
|
|
3084
|
+
""" """
|
|
3085
|
+
...
|
|
3086
|
+
|
|
3087
|
+
def keys(self):
|
|
3088
|
+
""" """
|
|
3089
|
+
...
|
|
3090
|
+
|
|
3091
|
+
def path_from_id(self):
|
|
3092
|
+
""" """
|
|
3093
|
+
...
|
|
3094
|
+
|
|
3095
|
+
def path_resolve(self):
|
|
3096
|
+
""" """
|
|
3097
|
+
...
|
|
3098
|
+
|
|
3099
|
+
def pop(self):
|
|
3100
|
+
""" """
|
|
3101
|
+
...
|
|
3102
|
+
|
|
3103
|
+
def property_overridable_library_set(self):
|
|
3104
|
+
""" """
|
|
3105
|
+
...
|
|
3106
|
+
|
|
3107
|
+
def property_unset(self):
|
|
3108
|
+
""" """
|
|
3109
|
+
...
|
|
3110
|
+
|
|
3111
|
+
def type_recast(self):
|
|
3112
|
+
""" """
|
|
3113
|
+
...
|
|
3114
|
+
|
|
3115
|
+
def values(self):
|
|
3116
|
+
""" """
|
|
3117
|
+
...
|
|
3118
|
+
|
|
3119
|
+
class RNAMetaPropGroup(RNAMeta):
|
|
3120
|
+
""" """
|
|
3121
|
+
|
|
3122
|
+
is_registered: typing.Any
|
|
3123
|
+
""" """
|
|
3124
|
+
|
|
3125
|
+
def mro(self):
|
|
3126
|
+
""" """
|
|
3127
|
+
...
|
|
3128
|
+
|
|
3129
|
+
class ShaderNode(Node):
|
|
3130
|
+
""" """
|
|
3131
|
+
|
|
3132
|
+
id_data: typing.Any
|
|
3133
|
+
""" """
|
|
3134
|
+
|
|
3135
|
+
def as_pointer(self):
|
|
3136
|
+
""" """
|
|
3137
|
+
...
|
|
3138
|
+
|
|
3139
|
+
def bl_rna_get_subclass(self):
|
|
3140
|
+
""" """
|
|
3141
|
+
...
|
|
3142
|
+
|
|
3143
|
+
def bl_rna_get_subclass_py(self):
|
|
3144
|
+
""" """
|
|
3145
|
+
...
|
|
3146
|
+
|
|
3147
|
+
def driver_add(self):
|
|
3148
|
+
""" """
|
|
3149
|
+
...
|
|
3150
|
+
|
|
3151
|
+
def driver_remove(self):
|
|
3152
|
+
""" """
|
|
3153
|
+
...
|
|
3154
|
+
|
|
3155
|
+
def get(self):
|
|
3156
|
+
""" """
|
|
3157
|
+
...
|
|
3158
|
+
|
|
3159
|
+
def id_properties_clear(self):
|
|
3160
|
+
""" """
|
|
3161
|
+
...
|
|
3162
|
+
|
|
3163
|
+
def id_properties_ensure(self):
|
|
3164
|
+
""" """
|
|
3165
|
+
...
|
|
3166
|
+
|
|
3167
|
+
def id_properties_ui(self):
|
|
3168
|
+
""" """
|
|
3169
|
+
...
|
|
3170
|
+
|
|
3171
|
+
def is_property_hidden(self):
|
|
3172
|
+
""" """
|
|
3173
|
+
...
|
|
3174
|
+
|
|
3175
|
+
def is_property_overridable_library(self):
|
|
3176
|
+
""" """
|
|
3177
|
+
...
|
|
3178
|
+
|
|
3179
|
+
def is_property_readonly(self):
|
|
3180
|
+
""" """
|
|
3181
|
+
...
|
|
3182
|
+
|
|
3183
|
+
def is_property_set(self):
|
|
3184
|
+
""" """
|
|
3185
|
+
...
|
|
3186
|
+
|
|
3187
|
+
def items(self):
|
|
3188
|
+
""" """
|
|
3189
|
+
...
|
|
3190
|
+
|
|
3191
|
+
def keyframe_delete(self):
|
|
3192
|
+
""" """
|
|
3193
|
+
...
|
|
3194
|
+
|
|
3195
|
+
def keyframe_insert(self):
|
|
3196
|
+
""" """
|
|
3197
|
+
...
|
|
3198
|
+
|
|
3199
|
+
def keys(self):
|
|
3200
|
+
""" """
|
|
3201
|
+
...
|
|
3202
|
+
|
|
3203
|
+
def path_from_id(self):
|
|
3204
|
+
""" """
|
|
3205
|
+
...
|
|
3206
|
+
|
|
3207
|
+
def path_resolve(self):
|
|
3208
|
+
""" """
|
|
3209
|
+
...
|
|
3210
|
+
|
|
3211
|
+
def poll(self, ntree):
|
|
3212
|
+
"""
|
|
3213
|
+
|
|
3214
|
+
:param ntree:
|
|
3215
|
+
"""
|
|
3216
|
+
...
|
|
3217
|
+
|
|
3218
|
+
def pop(self):
|
|
3219
|
+
""" """
|
|
3220
|
+
...
|
|
3221
|
+
|
|
3222
|
+
def property_overridable_library_set(self):
|
|
3223
|
+
""" """
|
|
3224
|
+
...
|
|
3225
|
+
|
|
3226
|
+
def property_unset(self):
|
|
3227
|
+
""" """
|
|
3228
|
+
...
|
|
3229
|
+
|
|
3230
|
+
def type_recast(self):
|
|
3231
|
+
""" """
|
|
3232
|
+
...
|
|
3233
|
+
|
|
3234
|
+
def values(self):
|
|
3235
|
+
""" """
|
|
3236
|
+
...
|
|
3237
|
+
|
|
3238
|
+
class TextureNode(Node):
|
|
3239
|
+
""" """
|
|
3240
|
+
|
|
3241
|
+
id_data: typing.Any
|
|
3242
|
+
""" """
|
|
3243
|
+
|
|
3244
|
+
def as_pointer(self):
|
|
3245
|
+
""" """
|
|
3246
|
+
...
|
|
3247
|
+
|
|
3248
|
+
def bl_rna_get_subclass(self):
|
|
3249
|
+
""" """
|
|
3250
|
+
...
|
|
3251
|
+
|
|
3252
|
+
def bl_rna_get_subclass_py(self):
|
|
3253
|
+
""" """
|
|
3254
|
+
...
|
|
3255
|
+
|
|
3256
|
+
def driver_add(self):
|
|
3257
|
+
""" """
|
|
3258
|
+
...
|
|
3259
|
+
|
|
3260
|
+
def driver_remove(self):
|
|
3261
|
+
""" """
|
|
3262
|
+
...
|
|
3263
|
+
|
|
3264
|
+
def get(self):
|
|
3265
|
+
""" """
|
|
3266
|
+
...
|
|
3267
|
+
|
|
3268
|
+
def id_properties_clear(self):
|
|
3269
|
+
""" """
|
|
3270
|
+
...
|
|
3271
|
+
|
|
3272
|
+
def id_properties_ensure(self):
|
|
3273
|
+
""" """
|
|
3274
|
+
...
|
|
3275
|
+
|
|
3276
|
+
def id_properties_ui(self):
|
|
3277
|
+
""" """
|
|
3278
|
+
...
|
|
3279
|
+
|
|
3280
|
+
def is_property_hidden(self):
|
|
3281
|
+
""" """
|
|
3282
|
+
...
|
|
3283
|
+
|
|
3284
|
+
def is_property_overridable_library(self):
|
|
3285
|
+
""" """
|
|
3286
|
+
...
|
|
3287
|
+
|
|
3288
|
+
def is_property_readonly(self):
|
|
3289
|
+
""" """
|
|
3290
|
+
...
|
|
3291
|
+
|
|
3292
|
+
def is_property_set(self):
|
|
3293
|
+
""" """
|
|
3294
|
+
...
|
|
3295
|
+
|
|
3296
|
+
def items(self):
|
|
3297
|
+
""" """
|
|
3298
|
+
...
|
|
3299
|
+
|
|
3300
|
+
def keyframe_delete(self):
|
|
3301
|
+
""" """
|
|
3302
|
+
...
|
|
3303
|
+
|
|
3304
|
+
def keyframe_insert(self):
|
|
3305
|
+
""" """
|
|
3306
|
+
...
|
|
3307
|
+
|
|
3308
|
+
def keys(self):
|
|
3309
|
+
""" """
|
|
3310
|
+
...
|
|
3311
|
+
|
|
3312
|
+
def path_from_id(self):
|
|
3313
|
+
""" """
|
|
3314
|
+
...
|
|
3315
|
+
|
|
3316
|
+
def path_resolve(self):
|
|
3317
|
+
""" """
|
|
3318
|
+
...
|
|
3319
|
+
|
|
3320
|
+
def poll(self, ntree):
|
|
3321
|
+
"""
|
|
3322
|
+
|
|
3323
|
+
:param ntree:
|
|
3324
|
+
"""
|
|
3325
|
+
...
|
|
3326
|
+
|
|
3327
|
+
def pop(self):
|
|
3328
|
+
""" """
|
|
3329
|
+
...
|
|
3330
|
+
|
|
3331
|
+
def property_overridable_library_set(self):
|
|
3332
|
+
""" """
|
|
3333
|
+
...
|
|
3334
|
+
|
|
3335
|
+
def property_unset(self):
|
|
3336
|
+
""" """
|
|
3337
|
+
...
|
|
3338
|
+
|
|
3339
|
+
def type_recast(self):
|
|
3340
|
+
""" """
|
|
3341
|
+
...
|
|
3342
|
+
|
|
3343
|
+
def values(self):
|
|
3344
|
+
""" """
|
|
3345
|
+
...
|
|
3346
|
+
|
|
3347
|
+
class UIList(_GenericUI):
|
|
3348
|
+
""" """
|
|
3349
|
+
|
|
3350
|
+
bl_rna: typing.Any
|
|
3351
|
+
""" """
|
|
3352
|
+
|
|
3353
|
+
id_data: typing.Any
|
|
3354
|
+
""" """
|
|
3355
|
+
|
|
3356
|
+
def append(self, draw_func):
|
|
3357
|
+
"""
|
|
3358
|
+
|
|
3359
|
+
:param draw_func:
|
|
3360
|
+
"""
|
|
3361
|
+
...
|
|
3362
|
+
|
|
3363
|
+
def as_pointer(self):
|
|
3364
|
+
""" """
|
|
3365
|
+
...
|
|
3366
|
+
|
|
3367
|
+
def bl_rna_get_subclass(self):
|
|
3368
|
+
""" """
|
|
3369
|
+
...
|
|
3370
|
+
|
|
3371
|
+
def bl_rna_get_subclass_py(self):
|
|
3372
|
+
""" """
|
|
3373
|
+
...
|
|
3374
|
+
|
|
3375
|
+
def driver_add(self):
|
|
3376
|
+
""" """
|
|
3377
|
+
...
|
|
3378
|
+
|
|
3379
|
+
def driver_remove(self):
|
|
3380
|
+
""" """
|
|
3381
|
+
...
|
|
3382
|
+
|
|
3383
|
+
def get(self):
|
|
3384
|
+
""" """
|
|
3385
|
+
...
|
|
3386
|
+
|
|
3387
|
+
def id_properties_clear(self):
|
|
3388
|
+
""" """
|
|
3389
|
+
...
|
|
3390
|
+
|
|
3391
|
+
def id_properties_ensure(self):
|
|
3392
|
+
""" """
|
|
3393
|
+
...
|
|
3394
|
+
|
|
3395
|
+
def id_properties_ui(self):
|
|
3396
|
+
""" """
|
|
3397
|
+
...
|
|
3398
|
+
|
|
3399
|
+
def is_extended(self):
|
|
3400
|
+
""" """
|
|
3401
|
+
...
|
|
3402
|
+
|
|
3403
|
+
def is_property_hidden(self):
|
|
3404
|
+
""" """
|
|
3405
|
+
...
|
|
3406
|
+
|
|
3407
|
+
def is_property_overridable_library(self):
|
|
3408
|
+
""" """
|
|
3409
|
+
...
|
|
3410
|
+
|
|
3411
|
+
def is_property_readonly(self):
|
|
3412
|
+
""" """
|
|
3413
|
+
...
|
|
3414
|
+
|
|
3415
|
+
def is_property_set(self):
|
|
3416
|
+
""" """
|
|
3417
|
+
...
|
|
3418
|
+
|
|
3419
|
+
def items(self):
|
|
3420
|
+
""" """
|
|
3421
|
+
...
|
|
3422
|
+
|
|
3423
|
+
def keyframe_delete(self):
|
|
3424
|
+
""" """
|
|
3425
|
+
...
|
|
3426
|
+
|
|
3427
|
+
def keyframe_insert(self):
|
|
3428
|
+
""" """
|
|
3429
|
+
...
|
|
3430
|
+
|
|
3431
|
+
def keys(self):
|
|
3432
|
+
""" """
|
|
3433
|
+
...
|
|
3434
|
+
|
|
3435
|
+
def path_from_id(self):
|
|
3436
|
+
""" """
|
|
3437
|
+
...
|
|
3438
|
+
|
|
3439
|
+
def path_resolve(self):
|
|
3440
|
+
""" """
|
|
3441
|
+
...
|
|
3442
|
+
|
|
3443
|
+
def pop(self):
|
|
3444
|
+
""" """
|
|
3445
|
+
...
|
|
3446
|
+
|
|
3447
|
+
def prepend(self, draw_func):
|
|
3448
|
+
"""
|
|
3449
|
+
|
|
3450
|
+
:param draw_func:
|
|
3451
|
+
"""
|
|
3452
|
+
...
|
|
3453
|
+
|
|
3454
|
+
def property_overridable_library_set(self):
|
|
3455
|
+
""" """
|
|
3456
|
+
...
|
|
3457
|
+
|
|
3458
|
+
def property_unset(self):
|
|
3459
|
+
""" """
|
|
3460
|
+
...
|
|
3461
|
+
|
|
3462
|
+
def remove(self, draw_func):
|
|
3463
|
+
"""
|
|
3464
|
+
|
|
3465
|
+
:param draw_func:
|
|
3466
|
+
"""
|
|
3467
|
+
...
|
|
3468
|
+
|
|
3469
|
+
def type_recast(self):
|
|
3470
|
+
""" """
|
|
3471
|
+
...
|
|
3472
|
+
|
|
3473
|
+
def values(self):
|
|
3474
|
+
""" """
|
|
3475
|
+
...
|
|
3476
|
+
|
|
3477
|
+
class USDHook:
|
|
3478
|
+
""" """
|
|
958
3479
|
|
|
959
|
-
def append(self, draw_func): ...
|
|
960
|
-
def as_pointer(self): ...
|
|
961
|
-
def bl_rna_get_subclass(self): ...
|
|
962
|
-
def bl_rna_get_subclass_py(self): ...
|
|
963
|
-
def driver_add(self): ...
|
|
964
|
-
def driver_remove(self): ...
|
|
965
|
-
def get(self): ...
|
|
966
|
-
def id_properties_clear(self): ...
|
|
967
|
-
def id_properties_ensure(self): ...
|
|
968
|
-
def id_properties_ui(self): ...
|
|
969
|
-
def is_extended(self): ...
|
|
970
|
-
def is_property_hidden(self): ...
|
|
971
|
-
def is_property_overridable_library(self): ...
|
|
972
|
-
def is_property_readonly(self): ...
|
|
973
|
-
def is_property_set(self): ...
|
|
974
|
-
def items(self): ...
|
|
975
|
-
def keyframe_delete(self): ...
|
|
976
|
-
def keyframe_insert(self): ...
|
|
977
|
-
def keys(self): ...
|
|
978
|
-
def path_from_id(self): ...
|
|
979
|
-
def path_resolve(self): ...
|
|
980
|
-
def pop(self): ...
|
|
981
|
-
def prepend(self, draw_func): ...
|
|
982
|
-
def property_overridable_library_set(self): ...
|
|
983
|
-
def property_unset(self): ...
|
|
984
|
-
def remove(self, draw_func): ...
|
|
985
|
-
def type_recast(self): ...
|
|
986
|
-
def values(self): ...
|
|
987
|
-
|
|
988
|
-
class CompositorNode(NodeInternal, Node):
|
|
989
3480
|
id_data: typing.Any
|
|
3481
|
+
""" """
|
|
3482
|
+
|
|
3483
|
+
def as_pointer(self):
|
|
3484
|
+
""" """
|
|
3485
|
+
...
|
|
3486
|
+
|
|
3487
|
+
def bl_rna_get_subclass(self):
|
|
3488
|
+
""" """
|
|
3489
|
+
...
|
|
3490
|
+
|
|
3491
|
+
def bl_rna_get_subclass_py(self):
|
|
3492
|
+
""" """
|
|
3493
|
+
...
|
|
3494
|
+
|
|
3495
|
+
def driver_add(self):
|
|
3496
|
+
""" """
|
|
3497
|
+
...
|
|
3498
|
+
|
|
3499
|
+
def driver_remove(self):
|
|
3500
|
+
""" """
|
|
3501
|
+
...
|
|
3502
|
+
|
|
3503
|
+
def get(self):
|
|
3504
|
+
""" """
|
|
3505
|
+
...
|
|
3506
|
+
|
|
3507
|
+
def id_properties_clear(self):
|
|
3508
|
+
""" """
|
|
3509
|
+
...
|
|
3510
|
+
|
|
3511
|
+
def id_properties_ensure(self):
|
|
3512
|
+
""" """
|
|
3513
|
+
...
|
|
3514
|
+
|
|
3515
|
+
def id_properties_ui(self):
|
|
3516
|
+
""" """
|
|
3517
|
+
...
|
|
3518
|
+
|
|
3519
|
+
def is_property_hidden(self):
|
|
3520
|
+
""" """
|
|
3521
|
+
...
|
|
3522
|
+
|
|
3523
|
+
def is_property_overridable_library(self):
|
|
3524
|
+
""" """
|
|
3525
|
+
...
|
|
3526
|
+
|
|
3527
|
+
def is_property_readonly(self):
|
|
3528
|
+
""" """
|
|
3529
|
+
...
|
|
3530
|
+
|
|
3531
|
+
def is_property_set(self):
|
|
3532
|
+
""" """
|
|
3533
|
+
...
|
|
3534
|
+
|
|
3535
|
+
def items(self):
|
|
3536
|
+
""" """
|
|
3537
|
+
...
|
|
3538
|
+
|
|
3539
|
+
def keyframe_delete(self):
|
|
3540
|
+
""" """
|
|
3541
|
+
...
|
|
3542
|
+
|
|
3543
|
+
def keyframe_insert(self):
|
|
3544
|
+
""" """
|
|
3545
|
+
...
|
|
3546
|
+
|
|
3547
|
+
def keys(self):
|
|
3548
|
+
""" """
|
|
3549
|
+
...
|
|
3550
|
+
|
|
3551
|
+
def path_from_id(self):
|
|
3552
|
+
""" """
|
|
3553
|
+
...
|
|
3554
|
+
|
|
3555
|
+
def path_resolve(self):
|
|
3556
|
+
""" """
|
|
3557
|
+
...
|
|
3558
|
+
|
|
3559
|
+
def pop(self):
|
|
3560
|
+
""" """
|
|
3561
|
+
...
|
|
3562
|
+
|
|
3563
|
+
def property_overridable_library_set(self):
|
|
3564
|
+
""" """
|
|
3565
|
+
...
|
|
3566
|
+
|
|
3567
|
+
def property_unset(self):
|
|
3568
|
+
""" """
|
|
3569
|
+
...
|
|
3570
|
+
|
|
3571
|
+
def type_recast(self):
|
|
3572
|
+
""" """
|
|
3573
|
+
...
|
|
3574
|
+
|
|
3575
|
+
def values(self):
|
|
3576
|
+
""" """
|
|
3577
|
+
...
|
|
3578
|
+
|
|
3579
|
+
class RenderEngine:
|
|
3580
|
+
""" """
|
|
3581
|
+
|
|
3582
|
+
bl_rna: typing.Any
|
|
3583
|
+
""" """
|
|
990
3584
|
|
|
991
|
-
def as_pointer(self): ...
|
|
992
|
-
def bl_rna_get_subclass(self): ...
|
|
993
|
-
def bl_rna_get_subclass_py(self): ...
|
|
994
|
-
def driver_add(self): ...
|
|
995
|
-
def driver_remove(self): ...
|
|
996
|
-
def get(self): ...
|
|
997
|
-
def id_properties_clear(self): ...
|
|
998
|
-
def id_properties_ensure(self): ...
|
|
999
|
-
def id_properties_ui(self): ...
|
|
1000
|
-
def is_property_hidden(self): ...
|
|
1001
|
-
def is_property_overridable_library(self): ...
|
|
1002
|
-
def is_property_readonly(self): ...
|
|
1003
|
-
def is_property_set(self): ...
|
|
1004
|
-
def items(self): ...
|
|
1005
|
-
def keyframe_delete(self): ...
|
|
1006
|
-
def keyframe_insert(self): ...
|
|
1007
|
-
def keys(self): ...
|
|
1008
|
-
def path_from_id(self): ...
|
|
1009
|
-
def path_resolve(self): ...
|
|
1010
|
-
def poll(self, ntree): ...
|
|
1011
|
-
def pop(self): ...
|
|
1012
|
-
def property_overridable_library_set(self): ...
|
|
1013
|
-
def property_unset(self): ...
|
|
1014
|
-
def type_recast(self): ...
|
|
1015
|
-
def update(self): ...
|
|
1016
|
-
def values(self): ...
|
|
1017
|
-
|
|
1018
|
-
class GeometryNode(NodeInternal, Node):
|
|
1019
3585
|
id_data: typing.Any
|
|
3586
|
+
""" """
|
|
3587
|
+
|
|
3588
|
+
def as_pointer(self):
|
|
3589
|
+
""" """
|
|
3590
|
+
...
|
|
3591
|
+
|
|
3592
|
+
def bl_rna_get_subclass(self):
|
|
3593
|
+
""" """
|
|
3594
|
+
...
|
|
3595
|
+
|
|
3596
|
+
def bl_rna_get_subclass_py(self):
|
|
3597
|
+
""" """
|
|
3598
|
+
...
|
|
3599
|
+
|
|
3600
|
+
def driver_add(self):
|
|
3601
|
+
""" """
|
|
3602
|
+
...
|
|
3603
|
+
|
|
3604
|
+
def driver_remove(self):
|
|
3605
|
+
""" """
|
|
3606
|
+
...
|
|
3607
|
+
|
|
3608
|
+
def get(self):
|
|
3609
|
+
""" """
|
|
3610
|
+
...
|
|
3611
|
+
|
|
3612
|
+
def id_properties_clear(self):
|
|
3613
|
+
""" """
|
|
3614
|
+
...
|
|
3615
|
+
|
|
3616
|
+
def id_properties_ensure(self):
|
|
3617
|
+
""" """
|
|
3618
|
+
...
|
|
3619
|
+
|
|
3620
|
+
def id_properties_ui(self):
|
|
3621
|
+
""" """
|
|
3622
|
+
...
|
|
3623
|
+
|
|
3624
|
+
def is_property_hidden(self):
|
|
3625
|
+
""" """
|
|
3626
|
+
...
|
|
3627
|
+
|
|
3628
|
+
def is_property_overridable_library(self):
|
|
3629
|
+
""" """
|
|
3630
|
+
...
|
|
3631
|
+
|
|
3632
|
+
def is_property_readonly(self):
|
|
3633
|
+
""" """
|
|
3634
|
+
...
|
|
3635
|
+
|
|
3636
|
+
def is_property_set(self):
|
|
3637
|
+
""" """
|
|
3638
|
+
...
|
|
3639
|
+
|
|
3640
|
+
def items(self):
|
|
3641
|
+
""" """
|
|
3642
|
+
...
|
|
3643
|
+
|
|
3644
|
+
def keyframe_delete(self):
|
|
3645
|
+
""" """
|
|
3646
|
+
...
|
|
3647
|
+
|
|
3648
|
+
def keyframe_insert(self):
|
|
3649
|
+
""" """
|
|
3650
|
+
...
|
|
3651
|
+
|
|
3652
|
+
def keys(self):
|
|
3653
|
+
""" """
|
|
3654
|
+
...
|
|
3655
|
+
|
|
3656
|
+
def path_from_id(self):
|
|
3657
|
+
""" """
|
|
3658
|
+
...
|
|
3659
|
+
|
|
3660
|
+
def path_resolve(self):
|
|
3661
|
+
""" """
|
|
3662
|
+
...
|
|
3663
|
+
|
|
3664
|
+
def pop(self):
|
|
3665
|
+
""" """
|
|
3666
|
+
...
|
|
3667
|
+
|
|
3668
|
+
def property_overridable_library_set(self):
|
|
3669
|
+
""" """
|
|
3670
|
+
...
|
|
3671
|
+
|
|
3672
|
+
def property_unset(self):
|
|
3673
|
+
""" """
|
|
3674
|
+
...
|
|
3675
|
+
|
|
3676
|
+
def type_recast(self):
|
|
3677
|
+
""" """
|
|
3678
|
+
...
|
|
3679
|
+
|
|
3680
|
+
def values(self):
|
|
3681
|
+
""" """
|
|
3682
|
+
...
|
|
3683
|
+
|
|
3684
|
+
class NodeTreeInterfaceItem:
|
|
3685
|
+
""" """
|
|
1020
3686
|
|
|
1021
|
-
def as_pointer(self): ...
|
|
1022
|
-
def bl_rna_get_subclass(self): ...
|
|
1023
|
-
def bl_rna_get_subclass_py(self): ...
|
|
1024
|
-
def driver_add(self): ...
|
|
1025
|
-
def driver_remove(self): ...
|
|
1026
|
-
def get(self): ...
|
|
1027
|
-
def id_properties_clear(self): ...
|
|
1028
|
-
def id_properties_ensure(self): ...
|
|
1029
|
-
def id_properties_ui(self): ...
|
|
1030
|
-
def is_property_hidden(self): ...
|
|
1031
|
-
def is_property_overridable_library(self): ...
|
|
1032
|
-
def is_property_readonly(self): ...
|
|
1033
|
-
def is_property_set(self): ...
|
|
1034
|
-
def items(self): ...
|
|
1035
|
-
def keyframe_delete(self): ...
|
|
1036
|
-
def keyframe_insert(self): ...
|
|
1037
|
-
def keys(self): ...
|
|
1038
|
-
def path_from_id(self): ...
|
|
1039
|
-
def path_resolve(self): ...
|
|
1040
|
-
def poll(self, ntree): ...
|
|
1041
|
-
def pop(self): ...
|
|
1042
|
-
def property_overridable_library_set(self): ...
|
|
1043
|
-
def property_unset(self): ...
|
|
1044
|
-
def type_recast(self): ...
|
|
1045
|
-
def values(self): ...
|
|
1046
|
-
|
|
1047
|
-
class ShaderNode(NodeInternal, Node):
|
|
1048
3687
|
id_data: typing.Any
|
|
3688
|
+
""" """
|
|
3689
|
+
|
|
3690
|
+
def as_pointer(self):
|
|
3691
|
+
""" """
|
|
3692
|
+
...
|
|
3693
|
+
|
|
3694
|
+
def bl_rna_get_subclass(self):
|
|
3695
|
+
""" """
|
|
3696
|
+
...
|
|
3697
|
+
|
|
3698
|
+
def bl_rna_get_subclass_py(self):
|
|
3699
|
+
""" """
|
|
3700
|
+
...
|
|
3701
|
+
|
|
3702
|
+
def driver_add(self):
|
|
3703
|
+
""" """
|
|
3704
|
+
...
|
|
3705
|
+
|
|
3706
|
+
def driver_remove(self):
|
|
3707
|
+
""" """
|
|
3708
|
+
...
|
|
3709
|
+
|
|
3710
|
+
def get(self):
|
|
3711
|
+
""" """
|
|
3712
|
+
...
|
|
3713
|
+
|
|
3714
|
+
def id_properties_clear(self):
|
|
3715
|
+
""" """
|
|
3716
|
+
...
|
|
3717
|
+
|
|
3718
|
+
def id_properties_ensure(self):
|
|
3719
|
+
""" """
|
|
3720
|
+
...
|
|
3721
|
+
|
|
3722
|
+
def id_properties_ui(self):
|
|
3723
|
+
""" """
|
|
3724
|
+
...
|
|
3725
|
+
|
|
3726
|
+
def is_property_hidden(self):
|
|
3727
|
+
""" """
|
|
3728
|
+
...
|
|
3729
|
+
|
|
3730
|
+
def is_property_overridable_library(self):
|
|
3731
|
+
""" """
|
|
3732
|
+
...
|
|
3733
|
+
|
|
3734
|
+
def is_property_readonly(self):
|
|
3735
|
+
""" """
|
|
3736
|
+
...
|
|
3737
|
+
|
|
3738
|
+
def is_property_set(self):
|
|
3739
|
+
""" """
|
|
3740
|
+
...
|
|
3741
|
+
|
|
3742
|
+
def items(self):
|
|
3743
|
+
""" """
|
|
3744
|
+
...
|
|
3745
|
+
|
|
3746
|
+
def keyframe_delete(self):
|
|
3747
|
+
""" """
|
|
3748
|
+
...
|
|
3749
|
+
|
|
3750
|
+
def keyframe_insert(self):
|
|
3751
|
+
""" """
|
|
3752
|
+
...
|
|
3753
|
+
|
|
3754
|
+
def keys(self):
|
|
3755
|
+
""" """
|
|
3756
|
+
...
|
|
3757
|
+
|
|
3758
|
+
def path_from_id(self):
|
|
3759
|
+
""" """
|
|
3760
|
+
...
|
|
3761
|
+
|
|
3762
|
+
def path_resolve(self):
|
|
3763
|
+
""" """
|
|
3764
|
+
...
|
|
3765
|
+
|
|
3766
|
+
def pop(self):
|
|
3767
|
+
""" """
|
|
3768
|
+
...
|
|
3769
|
+
|
|
3770
|
+
def property_overridable_library_set(self):
|
|
3771
|
+
""" """
|
|
3772
|
+
...
|
|
3773
|
+
|
|
3774
|
+
def property_unset(self):
|
|
3775
|
+
""" """
|
|
3776
|
+
...
|
|
3777
|
+
|
|
3778
|
+
def type_recast(self):
|
|
3779
|
+
""" """
|
|
3780
|
+
...
|
|
3781
|
+
|
|
3782
|
+
def values(self):
|
|
3783
|
+
""" """
|
|
3784
|
+
...
|
|
3785
|
+
|
|
3786
|
+
class _GenericBone:
|
|
3787
|
+
""" """
|
|
3788
|
+
|
|
3789
|
+
basename: typing.Any
|
|
3790
|
+
""" """
|
|
3791
|
+
|
|
3792
|
+
center: typing.Any
|
|
3793
|
+
""" """
|
|
3794
|
+
|
|
3795
|
+
children_recursive: typing.Any
|
|
3796
|
+
""" """
|
|
3797
|
+
|
|
3798
|
+
children_recursive_basename: typing.Any
|
|
3799
|
+
""" """
|
|
3800
|
+
|
|
3801
|
+
parent_recursive: typing.Any
|
|
3802
|
+
""" """
|
|
3803
|
+
|
|
3804
|
+
vector: typing.Any
|
|
3805
|
+
""" """
|
|
3806
|
+
|
|
3807
|
+
x_axis: typing.Any
|
|
3808
|
+
""" """
|
|
3809
|
+
|
|
3810
|
+
y_axis: typing.Any
|
|
3811
|
+
""" """
|
|
3812
|
+
|
|
3813
|
+
z_axis: typing.Any
|
|
3814
|
+
""" """
|
|
3815
|
+
|
|
3816
|
+
def parent_index(self, parent_test):
|
|
3817
|
+
"""
|
|
3818
|
+
|
|
3819
|
+
:param parent_test:
|
|
3820
|
+
"""
|
|
3821
|
+
...
|
|
3822
|
+
|
|
3823
|
+
def translate(self, vec):
|
|
3824
|
+
"""
|
|
3825
|
+
|
|
3826
|
+
:param vec:
|
|
3827
|
+
"""
|
|
3828
|
+
...
|
|
3829
|
+
|
|
3830
|
+
class RNAMeta:
|
|
3831
|
+
""" """
|
|
3832
|
+
|
|
3833
|
+
is_registered: typing.Any
|
|
3834
|
+
""" """
|
|
3835
|
+
|
|
3836
|
+
def mro(self):
|
|
3837
|
+
""" """
|
|
3838
|
+
...
|
|
3839
|
+
|
|
3840
|
+
class Node:
|
|
3841
|
+
""" """
|
|
1049
3842
|
|
|
1050
|
-
def as_pointer(self): ...
|
|
1051
|
-
def bl_rna_get_subclass(self): ...
|
|
1052
|
-
def bl_rna_get_subclass_py(self): ...
|
|
1053
|
-
def driver_add(self): ...
|
|
1054
|
-
def driver_remove(self): ...
|
|
1055
|
-
def get(self): ...
|
|
1056
|
-
def id_properties_clear(self): ...
|
|
1057
|
-
def id_properties_ensure(self): ...
|
|
1058
|
-
def id_properties_ui(self): ...
|
|
1059
|
-
def is_property_hidden(self): ...
|
|
1060
|
-
def is_property_overridable_library(self): ...
|
|
1061
|
-
def is_property_readonly(self): ...
|
|
1062
|
-
def is_property_set(self): ...
|
|
1063
|
-
def items(self): ...
|
|
1064
|
-
def keyframe_delete(self): ...
|
|
1065
|
-
def keyframe_insert(self): ...
|
|
1066
|
-
def keys(self): ...
|
|
1067
|
-
def path_from_id(self): ...
|
|
1068
|
-
def path_resolve(self): ...
|
|
1069
|
-
def poll(self, ntree): ...
|
|
1070
|
-
def pop(self): ...
|
|
1071
|
-
def property_overridable_library_set(self): ...
|
|
1072
|
-
def property_unset(self): ...
|
|
1073
|
-
def type_recast(self): ...
|
|
1074
|
-
def values(self): ...
|
|
1075
|
-
|
|
1076
|
-
class TextureNode(NodeInternal, Node):
|
|
1077
3843
|
id_data: typing.Any
|
|
3844
|
+
""" """
|
|
3845
|
+
|
|
3846
|
+
def as_pointer(self):
|
|
3847
|
+
""" """
|
|
3848
|
+
...
|
|
3849
|
+
|
|
3850
|
+
def bl_rna_get_subclass(self):
|
|
3851
|
+
""" """
|
|
3852
|
+
...
|
|
3853
|
+
|
|
3854
|
+
def bl_rna_get_subclass_py(self):
|
|
3855
|
+
""" """
|
|
3856
|
+
...
|
|
3857
|
+
|
|
3858
|
+
def driver_add(self):
|
|
3859
|
+
""" """
|
|
3860
|
+
...
|
|
3861
|
+
|
|
3862
|
+
def driver_remove(self):
|
|
3863
|
+
""" """
|
|
3864
|
+
...
|
|
3865
|
+
|
|
3866
|
+
def get(self):
|
|
3867
|
+
""" """
|
|
3868
|
+
...
|
|
3869
|
+
|
|
3870
|
+
def id_properties_clear(self):
|
|
3871
|
+
""" """
|
|
3872
|
+
...
|
|
3873
|
+
|
|
3874
|
+
def id_properties_ensure(self):
|
|
3875
|
+
""" """
|
|
3876
|
+
...
|
|
3877
|
+
|
|
3878
|
+
def id_properties_ui(self):
|
|
3879
|
+
""" """
|
|
3880
|
+
...
|
|
3881
|
+
|
|
3882
|
+
def is_property_hidden(self):
|
|
3883
|
+
""" """
|
|
3884
|
+
...
|
|
3885
|
+
|
|
3886
|
+
def is_property_overridable_library(self):
|
|
3887
|
+
""" """
|
|
3888
|
+
...
|
|
3889
|
+
|
|
3890
|
+
def is_property_readonly(self):
|
|
3891
|
+
""" """
|
|
3892
|
+
...
|
|
3893
|
+
|
|
3894
|
+
def is_property_set(self):
|
|
3895
|
+
""" """
|
|
3896
|
+
...
|
|
3897
|
+
|
|
3898
|
+
def items(self):
|
|
3899
|
+
""" """
|
|
3900
|
+
...
|
|
3901
|
+
|
|
3902
|
+
def keyframe_delete(self):
|
|
3903
|
+
""" """
|
|
3904
|
+
...
|
|
3905
|
+
|
|
3906
|
+
def keyframe_insert(self):
|
|
3907
|
+
""" """
|
|
3908
|
+
...
|
|
3909
|
+
|
|
3910
|
+
def keys(self):
|
|
3911
|
+
""" """
|
|
3912
|
+
...
|
|
3913
|
+
|
|
3914
|
+
def path_from_id(self):
|
|
3915
|
+
""" """
|
|
3916
|
+
...
|
|
3917
|
+
|
|
3918
|
+
def path_resolve(self):
|
|
3919
|
+
""" """
|
|
3920
|
+
...
|
|
3921
|
+
|
|
3922
|
+
def poll(self, _ntree):
|
|
3923
|
+
"""
|
|
3924
|
+
|
|
3925
|
+
:param _ntree:
|
|
3926
|
+
"""
|
|
3927
|
+
...
|
|
3928
|
+
|
|
3929
|
+
def pop(self):
|
|
3930
|
+
""" """
|
|
3931
|
+
...
|
|
3932
|
+
|
|
3933
|
+
def property_overridable_library_set(self):
|
|
3934
|
+
""" """
|
|
3935
|
+
...
|
|
3936
|
+
|
|
3937
|
+
def property_unset(self):
|
|
3938
|
+
""" """
|
|
3939
|
+
...
|
|
3940
|
+
|
|
3941
|
+
def type_recast(self):
|
|
3942
|
+
""" """
|
|
3943
|
+
...
|
|
3944
|
+
|
|
3945
|
+
def values(self):
|
|
3946
|
+
""" """
|
|
3947
|
+
...
|
|
3948
|
+
|
|
3949
|
+
class _GenericUI:
|
|
3950
|
+
""" """
|
|
3951
|
+
|
|
3952
|
+
def append(self, draw_func):
|
|
3953
|
+
"""
|
|
3954
|
+
|
|
3955
|
+
:param draw_func:
|
|
3956
|
+
"""
|
|
3957
|
+
...
|
|
3958
|
+
|
|
3959
|
+
def is_extended(self):
|
|
3960
|
+
""" """
|
|
3961
|
+
...
|
|
3962
|
+
|
|
3963
|
+
def prepend(self, draw_func):
|
|
3964
|
+
"""
|
|
3965
|
+
|
|
3966
|
+
:param draw_func:
|
|
3967
|
+
"""
|
|
3968
|
+
...
|
|
3969
|
+
|
|
3970
|
+
def remove(self, draw_func):
|
|
3971
|
+
"""
|
|
3972
|
+
|
|
3973
|
+
:param draw_func:
|
|
3974
|
+
"""
|
|
3975
|
+
...
|
|
3976
|
+
|
|
3977
|
+
def ord_ind(i1, i2):
|
|
3978
|
+
""" """
|
|
1078
3979
|
|
|
1079
|
-
|
|
1080
|
-
def bl_rna_get_subclass(self): ...
|
|
1081
|
-
def bl_rna_get_subclass_py(self): ...
|
|
1082
|
-
def driver_add(self): ...
|
|
1083
|
-
def driver_remove(self): ...
|
|
1084
|
-
def get(self): ...
|
|
1085
|
-
def id_properties_clear(self): ...
|
|
1086
|
-
def id_properties_ensure(self): ...
|
|
1087
|
-
def id_properties_ui(self): ...
|
|
1088
|
-
def is_property_hidden(self): ...
|
|
1089
|
-
def is_property_overridable_library(self): ...
|
|
1090
|
-
def is_property_readonly(self): ...
|
|
1091
|
-
def is_property_set(self): ...
|
|
1092
|
-
def items(self): ...
|
|
1093
|
-
def keyframe_delete(self): ...
|
|
1094
|
-
def keyframe_insert(self): ...
|
|
1095
|
-
def keys(self): ...
|
|
1096
|
-
def path_from_id(self): ...
|
|
1097
|
-
def path_resolve(self): ...
|
|
1098
|
-
def poll(self, ntree): ...
|
|
1099
|
-
def pop(self): ...
|
|
1100
|
-
def property_overridable_library_set(self): ...
|
|
1101
|
-
def property_unset(self): ...
|
|
1102
|
-
def type_recast(self): ...
|
|
1103
|
-
def values(self): ...
|
|
1104
|
-
|
|
1105
|
-
def ord_ind(i1, i2): ...
|
|
3980
|
+
...
|