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.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- 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
|
@@ -1,674 +1,2489 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
import bpy_types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
|
-
class
|
|
8
|
-
|
|
9
|
-
bl_label: typing.Any
|
|
10
|
-
bl_options: typing.Any
|
|
11
|
-
bl_rna: typing.Any
|
|
12
|
-
id_data: typing.Any
|
|
6
|
+
class BakeNodeItemAddOperator(bpy_types.Operator):
|
|
7
|
+
""" """
|
|
13
8
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
def bl_rna_get_subclass(self): ...
|
|
17
|
-
def bl_rna_get_subclass_py(self): ...
|
|
18
|
-
def driver_add(self): ...
|
|
19
|
-
def driver_remove(self): ...
|
|
20
|
-
def execute(self, context): ...
|
|
21
|
-
def get(self): ...
|
|
22
|
-
def id_properties_clear(self): ...
|
|
23
|
-
def id_properties_ensure(self): ...
|
|
24
|
-
def id_properties_ui(self): ...
|
|
25
|
-
def is_property_hidden(self): ...
|
|
26
|
-
def is_property_overridable_library(self): ...
|
|
27
|
-
def is_property_readonly(self): ...
|
|
28
|
-
def is_property_set(self): ...
|
|
29
|
-
def items(self): ...
|
|
30
|
-
def keyframe_delete(self): ...
|
|
31
|
-
def keyframe_insert(self): ...
|
|
32
|
-
def keys(self): ...
|
|
33
|
-
def path_from_id(self): ...
|
|
34
|
-
def path_resolve(self): ...
|
|
35
|
-
def poll(self, context): ...
|
|
36
|
-
def poll_message_set(self): ...
|
|
37
|
-
def pop(self): ...
|
|
38
|
-
def property_overridable_library_set(self): ...
|
|
39
|
-
def property_unset(self): ...
|
|
40
|
-
def type_recast(self): ...
|
|
41
|
-
def values(self): ...
|
|
9
|
+
active_index_name: typing.Any
|
|
10
|
+
""" """
|
|
42
11
|
|
|
43
|
-
class IndexSwitchItemRemoveOperator(bpy_types.Operator):
|
|
44
12
|
bl_idname: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
45
15
|
bl_label: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
46
18
|
bl_options: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
47
21
|
bl_rna: typing.Any
|
|
48
|
-
|
|
22
|
+
""" """
|
|
49
23
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
def bl_rna_get_subclass(self): ...
|
|
53
|
-
def bl_rna_get_subclass_py(self): ...
|
|
54
|
-
def driver_add(self): ...
|
|
55
|
-
def driver_remove(self): ...
|
|
56
|
-
def execute(self, context): ...
|
|
57
|
-
def get(self): ...
|
|
58
|
-
def id_properties_clear(self): ...
|
|
59
|
-
def id_properties_ensure(self): ...
|
|
60
|
-
def id_properties_ui(self): ...
|
|
61
|
-
def is_property_hidden(self): ...
|
|
62
|
-
def is_property_overridable_library(self): ...
|
|
63
|
-
def is_property_readonly(self): ...
|
|
64
|
-
def is_property_set(self): ...
|
|
65
|
-
def items(self): ...
|
|
66
|
-
def keyframe_delete(self): ...
|
|
67
|
-
def keyframe_insert(self): ...
|
|
68
|
-
def keys(self): ...
|
|
69
|
-
def path_from_id(self): ...
|
|
70
|
-
def path_resolve(self): ...
|
|
71
|
-
def poll(self, context): ...
|
|
72
|
-
def poll_message_set(self): ...
|
|
73
|
-
def pop(self): ...
|
|
74
|
-
def property_overridable_library_set(self): ...
|
|
75
|
-
def property_unset(self): ...
|
|
76
|
-
def type_recast(self): ...
|
|
77
|
-
def values(self): ...
|
|
24
|
+
default_socket_type: typing.Any
|
|
25
|
+
""" """
|
|
78
26
|
|
|
79
|
-
class MoveModifierToNodes(bpy_types.Operator):
|
|
80
|
-
bl_idname: typing.Any
|
|
81
|
-
bl_label: typing.Any
|
|
82
|
-
bl_options: typing.Any
|
|
83
|
-
bl_rna: typing.Any
|
|
84
27
|
id_data: typing.Any
|
|
28
|
+
""" """
|
|
85
29
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
def bl_rna_get_subclass(self): ...
|
|
89
|
-
def bl_rna_get_subclass_py(self): ...
|
|
90
|
-
def driver_add(self): ...
|
|
91
|
-
def driver_remove(self): ...
|
|
92
|
-
def execute(self, context): ...
|
|
93
|
-
def get(self): ...
|
|
94
|
-
def id_properties_clear(self): ...
|
|
95
|
-
def id_properties_ensure(self): ...
|
|
96
|
-
def id_properties_ui(self): ...
|
|
97
|
-
def is_property_hidden(self): ...
|
|
98
|
-
def is_property_overridable_library(self): ...
|
|
99
|
-
def is_property_readonly(self): ...
|
|
100
|
-
def is_property_set(self): ...
|
|
101
|
-
def items(self): ...
|
|
102
|
-
def keyframe_delete(self): ...
|
|
103
|
-
def keyframe_insert(self): ...
|
|
104
|
-
def keys(self): ...
|
|
105
|
-
def path_from_id(self): ...
|
|
106
|
-
def path_resolve(self): ...
|
|
107
|
-
def poll(self, context): ...
|
|
108
|
-
def poll_message_set(self): ...
|
|
109
|
-
def pop(self): ...
|
|
110
|
-
def property_overridable_library_set(self): ...
|
|
111
|
-
def property_unset(self): ...
|
|
112
|
-
def type_recast(self): ...
|
|
113
|
-
def values(self): ...
|
|
30
|
+
items_name: typing.Any
|
|
31
|
+
""" """
|
|
114
32
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
bl_label: typing.Any
|
|
118
|
-
bl_options: typing.Any
|
|
119
|
-
bl_rna: typing.Any
|
|
120
|
-
id_data: typing.Any
|
|
33
|
+
node_type: typing.Any
|
|
34
|
+
""" """
|
|
121
35
|
|
|
122
|
-
def as_keywords(self, ignore):
|
|
123
|
-
|
|
124
|
-
def bl_rna_get_subclass(self): ...
|
|
125
|
-
def bl_rna_get_subclass_py(self): ...
|
|
126
|
-
def driver_add(self): ...
|
|
127
|
-
def driver_remove(self): ...
|
|
128
|
-
def execute(self, context): ...
|
|
129
|
-
def get(self): ...
|
|
130
|
-
def id_properties_clear(self): ...
|
|
131
|
-
def id_properties_ensure(self): ...
|
|
132
|
-
def id_properties_ui(self): ...
|
|
133
|
-
def is_property_hidden(self): ...
|
|
134
|
-
def is_property_overridable_library(self): ...
|
|
135
|
-
def is_property_readonly(self): ...
|
|
136
|
-
def is_property_set(self): ...
|
|
137
|
-
def items(self): ...
|
|
138
|
-
def keyframe_delete(self): ...
|
|
139
|
-
def keyframe_insert(self): ...
|
|
140
|
-
def keys(self): ...
|
|
141
|
-
def path_from_id(self): ...
|
|
142
|
-
def path_resolve(self): ...
|
|
143
|
-
def poll(self, context): ...
|
|
144
|
-
def poll_message_set(self): ...
|
|
145
|
-
def pop(self): ...
|
|
146
|
-
def property_overridable_library_set(self): ...
|
|
147
|
-
def property_unset(self): ...
|
|
148
|
-
def type_recast(self): ...
|
|
149
|
-
def values(self): ...
|
|
36
|
+
def as_keywords(self, ignore):
|
|
37
|
+
"""
|
|
150
38
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
bl_options: typing.Any
|
|
155
|
-
bl_rna: typing.Any
|
|
156
|
-
id_data: typing.Any
|
|
39
|
+
:param ignore:
|
|
40
|
+
"""
|
|
41
|
+
...
|
|
157
42
|
|
|
158
|
-
def
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
def bl_rna_get_subclass_py(self): ...
|
|
162
|
-
def driver_add(self): ...
|
|
163
|
-
def driver_remove(self): ...
|
|
164
|
-
def execute(self, context): ...
|
|
165
|
-
def get(self): ...
|
|
166
|
-
def id_properties_clear(self): ...
|
|
167
|
-
def id_properties_ensure(self): ...
|
|
168
|
-
def id_properties_ui(self): ...
|
|
169
|
-
def is_property_hidden(self): ...
|
|
170
|
-
def is_property_overridable_library(self): ...
|
|
171
|
-
def is_property_readonly(self): ...
|
|
172
|
-
def is_property_set(self): ...
|
|
173
|
-
def items(self): ...
|
|
174
|
-
def keyframe_delete(self): ...
|
|
175
|
-
def keyframe_insert(self): ...
|
|
176
|
-
def keys(self): ...
|
|
177
|
-
def path_from_id(self): ...
|
|
178
|
-
def path_resolve(self): ...
|
|
179
|
-
def poll(self, context): ...
|
|
180
|
-
def poll_message_set(self): ...
|
|
181
|
-
def pop(self): ...
|
|
182
|
-
def property_overridable_library_set(self): ...
|
|
183
|
-
def property_unset(self): ...
|
|
184
|
-
def type_recast(self): ...
|
|
185
|
-
def values(self): ...
|
|
43
|
+
def as_pointer(self):
|
|
44
|
+
""" """
|
|
45
|
+
...
|
|
186
46
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
bl_options: typing.Any
|
|
191
|
-
bl_rna: typing.Any
|
|
192
|
-
id_data: typing.Any
|
|
47
|
+
def bl_rna_get_subclass(self):
|
|
48
|
+
""" """
|
|
49
|
+
...
|
|
193
50
|
|
|
194
|
-
def
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
def bl_rna_get_subclass_py(self): ...
|
|
198
|
-
def driver_add(self): ...
|
|
199
|
-
def driver_remove(self): ...
|
|
200
|
-
def execute(self, context): ...
|
|
201
|
-
def get(self): ...
|
|
202
|
-
def id_properties_clear(self): ...
|
|
203
|
-
def id_properties_ensure(self): ...
|
|
204
|
-
def id_properties_ui(self): ...
|
|
205
|
-
def is_property_hidden(self): ...
|
|
206
|
-
def is_property_overridable_library(self): ...
|
|
207
|
-
def is_property_readonly(self): ...
|
|
208
|
-
def is_property_set(self): ...
|
|
209
|
-
def items(self): ...
|
|
210
|
-
def keyframe_delete(self): ...
|
|
211
|
-
def keyframe_insert(self): ...
|
|
212
|
-
def keys(self): ...
|
|
213
|
-
def path_from_id(self): ...
|
|
214
|
-
def path_resolve(self): ...
|
|
215
|
-
def poll(self, context): ...
|
|
216
|
-
def poll_message_set(self): ...
|
|
217
|
-
def pop(self): ...
|
|
218
|
-
def property_overridable_library_set(self): ...
|
|
219
|
-
def property_unset(self): ...
|
|
220
|
-
def type_recast(self): ...
|
|
221
|
-
def values(self): ...
|
|
51
|
+
def bl_rna_get_subclass_py(self):
|
|
52
|
+
""" """
|
|
53
|
+
...
|
|
222
54
|
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
55
|
+
def driver_add(self):
|
|
56
|
+
""" """
|
|
57
|
+
...
|
|
226
58
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
items_name: typing.Any
|
|
59
|
+
def driver_remove(self):
|
|
60
|
+
""" """
|
|
61
|
+
...
|
|
231
62
|
|
|
232
|
-
def execute(self, context):
|
|
63
|
+
def execute(self, context):
|
|
64
|
+
"""
|
|
233
65
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
66
|
+
:param context:
|
|
67
|
+
"""
|
|
68
|
+
...
|
|
237
69
|
|
|
238
|
-
def
|
|
70
|
+
def get(self):
|
|
71
|
+
""" """
|
|
72
|
+
...
|
|
239
73
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
items_name: typing.Any
|
|
74
|
+
def get_node(self, context):
|
|
75
|
+
"""
|
|
243
76
|
|
|
244
|
-
|
|
77
|
+
:param context:
|
|
78
|
+
"""
|
|
79
|
+
...
|
|
245
80
|
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
81
|
+
def id_properties_clear(self):
|
|
82
|
+
""" """
|
|
83
|
+
...
|
|
249
84
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
node_type: typing.Any
|
|
85
|
+
def id_properties_ensure(self):
|
|
86
|
+
""" """
|
|
87
|
+
...
|
|
254
88
|
|
|
255
|
-
def
|
|
256
|
-
|
|
89
|
+
def id_properties_ui(self):
|
|
90
|
+
""" """
|
|
91
|
+
...
|
|
257
92
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
items_name: typing.Any
|
|
262
|
-
output_node_type: typing.Any
|
|
93
|
+
def is_property_hidden(self):
|
|
94
|
+
""" """
|
|
95
|
+
...
|
|
263
96
|
|
|
264
|
-
def
|
|
265
|
-
|
|
97
|
+
def is_property_overridable_library(self):
|
|
98
|
+
""" """
|
|
99
|
+
...
|
|
266
100
|
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
items_name: typing.Any
|
|
271
|
-
output_node_type: typing.Any
|
|
101
|
+
def is_property_readonly(self):
|
|
102
|
+
""" """
|
|
103
|
+
...
|
|
272
104
|
|
|
273
|
-
def
|
|
274
|
-
|
|
105
|
+
def is_property_set(self):
|
|
106
|
+
""" """
|
|
107
|
+
...
|
|
108
|
+
|
|
109
|
+
def items(self):
|
|
110
|
+
""" """
|
|
111
|
+
...
|
|
112
|
+
|
|
113
|
+
def keyframe_delete(self):
|
|
114
|
+
""" """
|
|
115
|
+
...
|
|
116
|
+
|
|
117
|
+
def keyframe_insert(self):
|
|
118
|
+
""" """
|
|
119
|
+
...
|
|
120
|
+
|
|
121
|
+
def keys(self):
|
|
122
|
+
""" """
|
|
123
|
+
...
|
|
124
|
+
|
|
125
|
+
def path_from_id(self):
|
|
126
|
+
""" """
|
|
127
|
+
...
|
|
128
|
+
|
|
129
|
+
def path_resolve(self):
|
|
130
|
+
""" """
|
|
131
|
+
...
|
|
132
|
+
|
|
133
|
+
def poll(self, context):
|
|
134
|
+
"""
|
|
135
|
+
|
|
136
|
+
:param context:
|
|
137
|
+
"""
|
|
138
|
+
...
|
|
139
|
+
|
|
140
|
+
def poll_message_set(self):
|
|
141
|
+
""" """
|
|
142
|
+
...
|
|
143
|
+
|
|
144
|
+
def pop(self):
|
|
145
|
+
""" """
|
|
146
|
+
...
|
|
147
|
+
|
|
148
|
+
def property_overridable_library_set(self):
|
|
149
|
+
""" """
|
|
150
|
+
...
|
|
151
|
+
|
|
152
|
+
def property_unset(self):
|
|
153
|
+
""" """
|
|
154
|
+
...
|
|
155
|
+
|
|
156
|
+
def type_recast(self):
|
|
157
|
+
""" """
|
|
158
|
+
...
|
|
159
|
+
|
|
160
|
+
def values(self):
|
|
161
|
+
""" """
|
|
162
|
+
...
|
|
163
|
+
|
|
164
|
+
class BakeNodeItemMoveOperator(bpy_types.Operator):
|
|
165
|
+
""" """
|
|
275
166
|
|
|
276
|
-
class BakeNodeItemAddOperator(
|
|
277
|
-
BakeNodeOperator, SocketItemAddOperator, NodeOperator, bpy_types.Operator
|
|
278
|
-
):
|
|
279
167
|
active_index_name: typing.Any
|
|
168
|
+
""" """
|
|
169
|
+
|
|
280
170
|
bl_idname: typing.Any
|
|
171
|
+
""" """
|
|
172
|
+
|
|
281
173
|
bl_label: typing.Any
|
|
174
|
+
""" """
|
|
175
|
+
|
|
282
176
|
bl_options: typing.Any
|
|
177
|
+
""" """
|
|
178
|
+
|
|
283
179
|
bl_rna: typing.Any
|
|
284
|
-
|
|
180
|
+
""" """
|
|
181
|
+
|
|
285
182
|
id_data: typing.Any
|
|
183
|
+
""" """
|
|
184
|
+
|
|
286
185
|
items_name: typing.Any
|
|
186
|
+
""" """
|
|
187
|
+
|
|
287
188
|
node_type: typing.Any
|
|
189
|
+
""" """
|
|
190
|
+
|
|
191
|
+
def as_keywords(self, ignore):
|
|
192
|
+
"""
|
|
193
|
+
|
|
194
|
+
:param ignore:
|
|
195
|
+
"""
|
|
196
|
+
...
|
|
197
|
+
|
|
198
|
+
def as_pointer(self):
|
|
199
|
+
""" """
|
|
200
|
+
...
|
|
201
|
+
|
|
202
|
+
def bl_rna_get_subclass(self):
|
|
203
|
+
""" """
|
|
204
|
+
...
|
|
205
|
+
|
|
206
|
+
def bl_rna_get_subclass_py(self):
|
|
207
|
+
""" """
|
|
208
|
+
...
|
|
209
|
+
|
|
210
|
+
def driver_add(self):
|
|
211
|
+
""" """
|
|
212
|
+
...
|
|
213
|
+
|
|
214
|
+
def driver_remove(self):
|
|
215
|
+
""" """
|
|
216
|
+
...
|
|
217
|
+
|
|
218
|
+
def execute(self, context):
|
|
219
|
+
"""
|
|
220
|
+
|
|
221
|
+
:param context:
|
|
222
|
+
"""
|
|
223
|
+
...
|
|
224
|
+
|
|
225
|
+
def get(self):
|
|
226
|
+
""" """
|
|
227
|
+
...
|
|
228
|
+
|
|
229
|
+
def get_node(self, context):
|
|
230
|
+
"""
|
|
231
|
+
|
|
232
|
+
:param context:
|
|
233
|
+
"""
|
|
234
|
+
...
|
|
235
|
+
|
|
236
|
+
def id_properties_clear(self):
|
|
237
|
+
""" """
|
|
238
|
+
...
|
|
239
|
+
|
|
240
|
+
def id_properties_ensure(self):
|
|
241
|
+
""" """
|
|
242
|
+
...
|
|
243
|
+
|
|
244
|
+
def id_properties_ui(self):
|
|
245
|
+
""" """
|
|
246
|
+
...
|
|
247
|
+
|
|
248
|
+
def is_property_hidden(self):
|
|
249
|
+
""" """
|
|
250
|
+
...
|
|
251
|
+
|
|
252
|
+
def is_property_overridable_library(self):
|
|
253
|
+
""" """
|
|
254
|
+
...
|
|
255
|
+
|
|
256
|
+
def is_property_readonly(self):
|
|
257
|
+
""" """
|
|
258
|
+
...
|
|
259
|
+
|
|
260
|
+
def is_property_set(self):
|
|
261
|
+
""" """
|
|
262
|
+
...
|
|
263
|
+
|
|
264
|
+
def items(self):
|
|
265
|
+
""" """
|
|
266
|
+
...
|
|
267
|
+
|
|
268
|
+
def keyframe_delete(self):
|
|
269
|
+
""" """
|
|
270
|
+
...
|
|
271
|
+
|
|
272
|
+
def keyframe_insert(self):
|
|
273
|
+
""" """
|
|
274
|
+
...
|
|
275
|
+
|
|
276
|
+
def keys(self):
|
|
277
|
+
""" """
|
|
278
|
+
...
|
|
279
|
+
|
|
280
|
+
def path_from_id(self):
|
|
281
|
+
""" """
|
|
282
|
+
...
|
|
283
|
+
|
|
284
|
+
def path_resolve(self):
|
|
285
|
+
""" """
|
|
286
|
+
...
|
|
287
|
+
|
|
288
|
+
def poll(self, context):
|
|
289
|
+
"""
|
|
290
|
+
|
|
291
|
+
:param context:
|
|
292
|
+
"""
|
|
293
|
+
...
|
|
294
|
+
|
|
295
|
+
def poll_message_set(self):
|
|
296
|
+
""" """
|
|
297
|
+
...
|
|
298
|
+
|
|
299
|
+
def pop(self):
|
|
300
|
+
""" """
|
|
301
|
+
...
|
|
302
|
+
|
|
303
|
+
def property_overridable_library_set(self):
|
|
304
|
+
""" """
|
|
305
|
+
...
|
|
306
|
+
|
|
307
|
+
def property_unset(self):
|
|
308
|
+
""" """
|
|
309
|
+
...
|
|
310
|
+
|
|
311
|
+
def type_recast(self):
|
|
312
|
+
""" """
|
|
313
|
+
...
|
|
314
|
+
|
|
315
|
+
def values(self):
|
|
316
|
+
""" """
|
|
317
|
+
...
|
|
318
|
+
|
|
319
|
+
class BakeNodeItemRemoveOperator(bpy_types.Operator):
|
|
320
|
+
""" """
|
|
288
321
|
|
|
289
|
-
def as_keywords(self, ignore): ...
|
|
290
|
-
def as_pointer(self): ...
|
|
291
|
-
def bl_rna_get_subclass(self): ...
|
|
292
|
-
def bl_rna_get_subclass_py(self): ...
|
|
293
|
-
def driver_add(self): ...
|
|
294
|
-
def driver_remove(self): ...
|
|
295
|
-
def execute(self, context): ...
|
|
296
|
-
def get(self): ...
|
|
297
|
-
def get_node(self, context): ...
|
|
298
|
-
def id_properties_clear(self): ...
|
|
299
|
-
def id_properties_ensure(self): ...
|
|
300
|
-
def id_properties_ui(self): ...
|
|
301
|
-
def is_property_hidden(self): ...
|
|
302
|
-
def is_property_overridable_library(self): ...
|
|
303
|
-
def is_property_readonly(self): ...
|
|
304
|
-
def is_property_set(self): ...
|
|
305
|
-
def items(self): ...
|
|
306
|
-
def keyframe_delete(self): ...
|
|
307
|
-
def keyframe_insert(self): ...
|
|
308
|
-
def keys(self): ...
|
|
309
|
-
def path_from_id(self): ...
|
|
310
|
-
def path_resolve(self): ...
|
|
311
|
-
def poll(self, context): ...
|
|
312
|
-
def poll_message_set(self): ...
|
|
313
|
-
def pop(self): ...
|
|
314
|
-
def property_overridable_library_set(self): ...
|
|
315
|
-
def property_unset(self): ...
|
|
316
|
-
def type_recast(self): ...
|
|
317
|
-
def values(self): ...
|
|
318
|
-
|
|
319
|
-
class BakeNodeItemMoveOperator(
|
|
320
|
-
BakeNodeOperator, SocketMoveItemOperator, NodeOperator, bpy_types.Operator
|
|
321
|
-
):
|
|
322
322
|
active_index_name: typing.Any
|
|
323
|
+
""" """
|
|
324
|
+
|
|
323
325
|
bl_idname: typing.Any
|
|
326
|
+
""" """
|
|
327
|
+
|
|
324
328
|
bl_label: typing.Any
|
|
329
|
+
""" """
|
|
330
|
+
|
|
325
331
|
bl_options: typing.Any
|
|
332
|
+
""" """
|
|
333
|
+
|
|
326
334
|
bl_rna: typing.Any
|
|
335
|
+
""" """
|
|
336
|
+
|
|
327
337
|
id_data: typing.Any
|
|
338
|
+
""" """
|
|
339
|
+
|
|
328
340
|
items_name: typing.Any
|
|
341
|
+
""" """
|
|
342
|
+
|
|
329
343
|
node_type: typing.Any
|
|
344
|
+
""" """
|
|
345
|
+
|
|
346
|
+
def as_keywords(self, ignore):
|
|
347
|
+
"""
|
|
348
|
+
|
|
349
|
+
:param ignore:
|
|
350
|
+
"""
|
|
351
|
+
...
|
|
352
|
+
|
|
353
|
+
def as_pointer(self):
|
|
354
|
+
""" """
|
|
355
|
+
...
|
|
356
|
+
|
|
357
|
+
def bl_rna_get_subclass(self):
|
|
358
|
+
""" """
|
|
359
|
+
...
|
|
360
|
+
|
|
361
|
+
def bl_rna_get_subclass_py(self):
|
|
362
|
+
""" """
|
|
363
|
+
...
|
|
364
|
+
|
|
365
|
+
def driver_add(self):
|
|
366
|
+
""" """
|
|
367
|
+
...
|
|
368
|
+
|
|
369
|
+
def driver_remove(self):
|
|
370
|
+
""" """
|
|
371
|
+
...
|
|
372
|
+
|
|
373
|
+
def execute(self, context):
|
|
374
|
+
"""
|
|
375
|
+
|
|
376
|
+
:param context:
|
|
377
|
+
"""
|
|
378
|
+
...
|
|
379
|
+
|
|
380
|
+
def get(self):
|
|
381
|
+
""" """
|
|
382
|
+
...
|
|
383
|
+
|
|
384
|
+
def get_node(self, context):
|
|
385
|
+
"""
|
|
386
|
+
|
|
387
|
+
:param context:
|
|
388
|
+
"""
|
|
389
|
+
...
|
|
390
|
+
|
|
391
|
+
def id_properties_clear(self):
|
|
392
|
+
""" """
|
|
393
|
+
...
|
|
394
|
+
|
|
395
|
+
def id_properties_ensure(self):
|
|
396
|
+
""" """
|
|
397
|
+
...
|
|
398
|
+
|
|
399
|
+
def id_properties_ui(self):
|
|
400
|
+
""" """
|
|
401
|
+
...
|
|
402
|
+
|
|
403
|
+
def is_property_hidden(self):
|
|
404
|
+
""" """
|
|
405
|
+
...
|
|
406
|
+
|
|
407
|
+
def is_property_overridable_library(self):
|
|
408
|
+
""" """
|
|
409
|
+
...
|
|
410
|
+
|
|
411
|
+
def is_property_readonly(self):
|
|
412
|
+
""" """
|
|
413
|
+
...
|
|
414
|
+
|
|
415
|
+
def is_property_set(self):
|
|
416
|
+
""" """
|
|
417
|
+
...
|
|
418
|
+
|
|
419
|
+
def items(self):
|
|
420
|
+
""" """
|
|
421
|
+
...
|
|
422
|
+
|
|
423
|
+
def keyframe_delete(self):
|
|
424
|
+
""" """
|
|
425
|
+
...
|
|
426
|
+
|
|
427
|
+
def keyframe_insert(self):
|
|
428
|
+
""" """
|
|
429
|
+
...
|
|
430
|
+
|
|
431
|
+
def keys(self):
|
|
432
|
+
""" """
|
|
433
|
+
...
|
|
434
|
+
|
|
435
|
+
def path_from_id(self):
|
|
436
|
+
""" """
|
|
437
|
+
...
|
|
438
|
+
|
|
439
|
+
def path_resolve(self):
|
|
440
|
+
""" """
|
|
441
|
+
...
|
|
442
|
+
|
|
443
|
+
def poll(self, context):
|
|
444
|
+
"""
|
|
445
|
+
|
|
446
|
+
:param context:
|
|
447
|
+
"""
|
|
448
|
+
...
|
|
449
|
+
|
|
450
|
+
def poll_message_set(self):
|
|
451
|
+
""" """
|
|
452
|
+
...
|
|
453
|
+
|
|
454
|
+
def pop(self):
|
|
455
|
+
""" """
|
|
456
|
+
...
|
|
457
|
+
|
|
458
|
+
def property_overridable_library_set(self):
|
|
459
|
+
""" """
|
|
460
|
+
...
|
|
461
|
+
|
|
462
|
+
def property_unset(self):
|
|
463
|
+
""" """
|
|
464
|
+
...
|
|
465
|
+
|
|
466
|
+
def type_recast(self):
|
|
467
|
+
""" """
|
|
468
|
+
...
|
|
469
|
+
|
|
470
|
+
def values(self):
|
|
471
|
+
""" """
|
|
472
|
+
...
|
|
473
|
+
|
|
474
|
+
class BakeNodeOperator(NodeOperator):
|
|
475
|
+
""" """
|
|
330
476
|
|
|
331
|
-
def as_keywords(self, ignore): ...
|
|
332
|
-
def as_pointer(self): ...
|
|
333
|
-
def bl_rna_get_subclass(self): ...
|
|
334
|
-
def bl_rna_get_subclass_py(self): ...
|
|
335
|
-
def driver_add(self): ...
|
|
336
|
-
def driver_remove(self): ...
|
|
337
|
-
def execute(self, context): ...
|
|
338
|
-
def get(self): ...
|
|
339
|
-
def get_node(self, context): ...
|
|
340
|
-
def id_properties_clear(self): ...
|
|
341
|
-
def id_properties_ensure(self): ...
|
|
342
|
-
def id_properties_ui(self): ...
|
|
343
|
-
def is_property_hidden(self): ...
|
|
344
|
-
def is_property_overridable_library(self): ...
|
|
345
|
-
def is_property_readonly(self): ...
|
|
346
|
-
def is_property_set(self): ...
|
|
347
|
-
def items(self): ...
|
|
348
|
-
def keyframe_delete(self): ...
|
|
349
|
-
def keyframe_insert(self): ...
|
|
350
|
-
def keys(self): ...
|
|
351
|
-
def path_from_id(self): ...
|
|
352
|
-
def path_resolve(self): ...
|
|
353
|
-
def poll(self, context): ...
|
|
354
|
-
def poll_message_set(self): ...
|
|
355
|
-
def pop(self): ...
|
|
356
|
-
def property_overridable_library_set(self): ...
|
|
357
|
-
def property_unset(self): ...
|
|
358
|
-
def type_recast(self): ...
|
|
359
|
-
def values(self): ...
|
|
360
|
-
|
|
361
|
-
class BakeNodeItemRemoveOperator(
|
|
362
|
-
BakeNodeOperator, SocketItemRemoveOperator, NodeOperator, bpy_types.Operator
|
|
363
|
-
):
|
|
364
477
|
active_index_name: typing.Any
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
bl_options: typing.Any
|
|
368
|
-
bl_rna: typing.Any
|
|
369
|
-
id_data: typing.Any
|
|
478
|
+
""" """
|
|
479
|
+
|
|
370
480
|
items_name: typing.Any
|
|
481
|
+
""" """
|
|
482
|
+
|
|
371
483
|
node_type: typing.Any
|
|
484
|
+
""" """
|
|
372
485
|
|
|
373
|
-
def
|
|
374
|
-
|
|
375
|
-
def bl_rna_get_subclass(self): ...
|
|
376
|
-
def bl_rna_get_subclass_py(self): ...
|
|
377
|
-
def driver_add(self): ...
|
|
378
|
-
def driver_remove(self): ...
|
|
379
|
-
def execute(self, context): ...
|
|
380
|
-
def get(self): ...
|
|
381
|
-
def get_node(self, context): ...
|
|
382
|
-
def id_properties_clear(self): ...
|
|
383
|
-
def id_properties_ensure(self): ...
|
|
384
|
-
def id_properties_ui(self): ...
|
|
385
|
-
def is_property_hidden(self): ...
|
|
386
|
-
def is_property_overridable_library(self): ...
|
|
387
|
-
def is_property_readonly(self): ...
|
|
388
|
-
def is_property_set(self): ...
|
|
389
|
-
def items(self): ...
|
|
390
|
-
def keyframe_delete(self): ...
|
|
391
|
-
def keyframe_insert(self): ...
|
|
392
|
-
def keys(self): ...
|
|
393
|
-
def path_from_id(self): ...
|
|
394
|
-
def path_resolve(self): ...
|
|
395
|
-
def poll(self, context): ...
|
|
396
|
-
def poll_message_set(self): ...
|
|
397
|
-
def pop(self): ...
|
|
398
|
-
def property_overridable_library_set(self): ...
|
|
399
|
-
def property_unset(self): ...
|
|
400
|
-
def type_recast(self): ...
|
|
401
|
-
def values(self): ...
|
|
402
|
-
|
|
403
|
-
class RepeatZoneItemAddOperator(
|
|
404
|
-
RepeatZoneOperator, ZoneOperator, SocketItemAddOperator, bpy_types.Operator
|
|
405
|
-
):
|
|
406
|
-
active_index_name: typing.Any
|
|
407
|
-
bl_idname: typing.Any
|
|
408
|
-
bl_label: typing.Any
|
|
409
|
-
bl_options: typing.Any
|
|
410
|
-
bl_rna: typing.Any
|
|
411
|
-
default_socket_type: typing.Any
|
|
412
|
-
id_data: typing.Any
|
|
413
|
-
input_node_type: typing.Any
|
|
414
|
-
items_name: typing.Any
|
|
415
|
-
output_node_type: typing.Any
|
|
486
|
+
def get_node(self, context):
|
|
487
|
+
"""
|
|
416
488
|
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
def bl_rna_get_subclass_py(self): ...
|
|
421
|
-
def driver_add(self): ...
|
|
422
|
-
def driver_remove(self): ...
|
|
423
|
-
def execute(self, context): ...
|
|
424
|
-
def get(self): ...
|
|
425
|
-
def get_node(self, context): ...
|
|
426
|
-
def id_properties_clear(self): ...
|
|
427
|
-
def id_properties_ensure(self): ...
|
|
428
|
-
def id_properties_ui(self): ...
|
|
429
|
-
def is_property_hidden(self): ...
|
|
430
|
-
def is_property_overridable_library(self): ...
|
|
431
|
-
def is_property_readonly(self): ...
|
|
432
|
-
def is_property_set(self): ...
|
|
433
|
-
def items(self): ...
|
|
434
|
-
def keyframe_delete(self): ...
|
|
435
|
-
def keyframe_insert(self): ...
|
|
436
|
-
def keys(self): ...
|
|
437
|
-
def path_from_id(self): ...
|
|
438
|
-
def path_resolve(self): ...
|
|
439
|
-
def poll(self, context): ...
|
|
440
|
-
def poll_message_set(self): ...
|
|
441
|
-
def pop(self): ...
|
|
442
|
-
def property_overridable_library_set(self): ...
|
|
443
|
-
def property_unset(self): ...
|
|
444
|
-
def type_recast(self): ...
|
|
445
|
-
def values(self): ...
|
|
446
|
-
|
|
447
|
-
class RepeatZoneItemMoveOperator(
|
|
448
|
-
RepeatZoneOperator, ZoneOperator, SocketMoveItemOperator, bpy_types.Operator
|
|
449
|
-
):
|
|
450
|
-
active_index_name: typing.Any
|
|
451
|
-
bl_idname: typing.Any
|
|
452
|
-
bl_label: typing.Any
|
|
453
|
-
bl_options: typing.Any
|
|
454
|
-
bl_rna: typing.Any
|
|
455
|
-
id_data: typing.Any
|
|
456
|
-
input_node_type: typing.Any
|
|
457
|
-
items_name: typing.Any
|
|
458
|
-
output_node_type: typing.Any
|
|
489
|
+
:param context:
|
|
490
|
+
"""
|
|
491
|
+
...
|
|
459
492
|
|
|
460
|
-
def
|
|
461
|
-
|
|
462
|
-
def bl_rna_get_subclass(self): ...
|
|
463
|
-
def bl_rna_get_subclass_py(self): ...
|
|
464
|
-
def driver_add(self): ...
|
|
465
|
-
def driver_remove(self): ...
|
|
466
|
-
def execute(self, context): ...
|
|
467
|
-
def get(self): ...
|
|
468
|
-
def get_node(self, context): ...
|
|
469
|
-
def id_properties_clear(self): ...
|
|
470
|
-
def id_properties_ensure(self): ...
|
|
471
|
-
def id_properties_ui(self): ...
|
|
472
|
-
def is_property_hidden(self): ...
|
|
473
|
-
def is_property_overridable_library(self): ...
|
|
474
|
-
def is_property_readonly(self): ...
|
|
475
|
-
def is_property_set(self): ...
|
|
476
|
-
def items(self): ...
|
|
477
|
-
def keyframe_delete(self): ...
|
|
478
|
-
def keyframe_insert(self): ...
|
|
479
|
-
def keys(self): ...
|
|
480
|
-
def path_from_id(self): ...
|
|
481
|
-
def path_resolve(self): ...
|
|
482
|
-
def poll(self, context): ...
|
|
483
|
-
def poll_message_set(self): ...
|
|
484
|
-
def pop(self): ...
|
|
485
|
-
def property_overridable_library_set(self): ...
|
|
486
|
-
def property_unset(self): ...
|
|
487
|
-
def type_recast(self): ...
|
|
488
|
-
def values(self): ...
|
|
489
|
-
|
|
490
|
-
class RepeatZoneItemRemoveOperator(
|
|
491
|
-
RepeatZoneOperator, ZoneOperator, SocketItemRemoveOperator, bpy_types.Operator
|
|
492
|
-
):
|
|
493
|
-
active_index_name: typing.Any
|
|
494
|
-
bl_idname: typing.Any
|
|
495
|
-
bl_label: typing.Any
|
|
496
|
-
bl_options: typing.Any
|
|
497
|
-
bl_rna: typing.Any
|
|
498
|
-
id_data: typing.Any
|
|
499
|
-
input_node_type: typing.Any
|
|
500
|
-
items_name: typing.Any
|
|
501
|
-
output_node_type: typing.Any
|
|
493
|
+
def poll(self, context):
|
|
494
|
+
"""
|
|
502
495
|
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
def execute(self, context): ...
|
|
510
|
-
def get(self): ...
|
|
511
|
-
def get_node(self, context): ...
|
|
512
|
-
def id_properties_clear(self): ...
|
|
513
|
-
def id_properties_ensure(self): ...
|
|
514
|
-
def id_properties_ui(self): ...
|
|
515
|
-
def is_property_hidden(self): ...
|
|
516
|
-
def is_property_overridable_library(self): ...
|
|
517
|
-
def is_property_readonly(self): ...
|
|
518
|
-
def is_property_set(self): ...
|
|
519
|
-
def items(self): ...
|
|
520
|
-
def keyframe_delete(self): ...
|
|
521
|
-
def keyframe_insert(self): ...
|
|
522
|
-
def keys(self): ...
|
|
523
|
-
def path_from_id(self): ...
|
|
524
|
-
def path_resolve(self): ...
|
|
525
|
-
def poll(self, context): ...
|
|
526
|
-
def poll_message_set(self): ...
|
|
527
|
-
def pop(self): ...
|
|
528
|
-
def property_overridable_library_set(self): ...
|
|
529
|
-
def property_unset(self): ...
|
|
530
|
-
def type_recast(self): ...
|
|
531
|
-
def values(self): ...
|
|
532
|
-
|
|
533
|
-
class SimulationZoneItemAddOperator(
|
|
534
|
-
SimulationZoneOperator, ZoneOperator, SocketItemAddOperator, bpy_types.Operator
|
|
535
|
-
):
|
|
536
|
-
active_index_name: typing.Any
|
|
537
|
-
bl_idname: typing.Any
|
|
538
|
-
bl_label: typing.Any
|
|
539
|
-
bl_options: typing.Any
|
|
540
|
-
bl_rna: typing.Any
|
|
541
|
-
default_socket_type: typing.Any
|
|
542
|
-
id_data: typing.Any
|
|
543
|
-
input_node_type: typing.Any
|
|
544
|
-
items_name: typing.Any
|
|
545
|
-
output_node_type: typing.Any
|
|
496
|
+
:param context:
|
|
497
|
+
"""
|
|
498
|
+
...
|
|
499
|
+
|
|
500
|
+
class IndexSwitchItemAddOperator(bpy_types.Operator):
|
|
501
|
+
""" """
|
|
546
502
|
|
|
547
|
-
def as_keywords(self, ignore): ...
|
|
548
|
-
def as_pointer(self): ...
|
|
549
|
-
def bl_rna_get_subclass(self): ...
|
|
550
|
-
def bl_rna_get_subclass_py(self): ...
|
|
551
|
-
def driver_add(self): ...
|
|
552
|
-
def driver_remove(self): ...
|
|
553
|
-
def execute(self, context): ...
|
|
554
|
-
def get(self): ...
|
|
555
|
-
def get_node(self, context): ...
|
|
556
|
-
def id_properties_clear(self): ...
|
|
557
|
-
def id_properties_ensure(self): ...
|
|
558
|
-
def id_properties_ui(self): ...
|
|
559
|
-
def is_property_hidden(self): ...
|
|
560
|
-
def is_property_overridable_library(self): ...
|
|
561
|
-
def is_property_readonly(self): ...
|
|
562
|
-
def is_property_set(self): ...
|
|
563
|
-
def items(self): ...
|
|
564
|
-
def keyframe_delete(self): ...
|
|
565
|
-
def keyframe_insert(self): ...
|
|
566
|
-
def keys(self): ...
|
|
567
|
-
def path_from_id(self): ...
|
|
568
|
-
def path_resolve(self): ...
|
|
569
|
-
def poll(self, context): ...
|
|
570
|
-
def poll_message_set(self): ...
|
|
571
|
-
def pop(self): ...
|
|
572
|
-
def property_overridable_library_set(self): ...
|
|
573
|
-
def property_unset(self): ...
|
|
574
|
-
def type_recast(self): ...
|
|
575
|
-
def values(self): ...
|
|
576
|
-
|
|
577
|
-
class SimulationZoneItemMoveOperator(
|
|
578
|
-
SimulationZoneOperator, ZoneOperator, SocketMoveItemOperator, bpy_types.Operator
|
|
579
|
-
):
|
|
580
|
-
active_index_name: typing.Any
|
|
581
503
|
bl_idname: typing.Any
|
|
504
|
+
""" """
|
|
505
|
+
|
|
582
506
|
bl_label: typing.Any
|
|
507
|
+
""" """
|
|
508
|
+
|
|
583
509
|
bl_options: typing.Any
|
|
510
|
+
""" """
|
|
511
|
+
|
|
584
512
|
bl_rna: typing.Any
|
|
513
|
+
""" """
|
|
514
|
+
|
|
585
515
|
id_data: typing.Any
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
516
|
+
""" """
|
|
517
|
+
|
|
518
|
+
def as_keywords(self, ignore):
|
|
519
|
+
"""
|
|
520
|
+
|
|
521
|
+
:param ignore:
|
|
522
|
+
"""
|
|
523
|
+
...
|
|
524
|
+
|
|
525
|
+
def as_pointer(self):
|
|
526
|
+
""" """
|
|
527
|
+
...
|
|
528
|
+
|
|
529
|
+
def bl_rna_get_subclass(self):
|
|
530
|
+
""" """
|
|
531
|
+
...
|
|
532
|
+
|
|
533
|
+
def bl_rna_get_subclass_py(self):
|
|
534
|
+
""" """
|
|
535
|
+
...
|
|
536
|
+
|
|
537
|
+
def driver_add(self):
|
|
538
|
+
""" """
|
|
539
|
+
...
|
|
540
|
+
|
|
541
|
+
def driver_remove(self):
|
|
542
|
+
""" """
|
|
543
|
+
...
|
|
544
|
+
|
|
545
|
+
def execute(self, context):
|
|
546
|
+
"""
|
|
547
|
+
|
|
548
|
+
:param context:
|
|
549
|
+
"""
|
|
550
|
+
...
|
|
551
|
+
|
|
552
|
+
def get(self):
|
|
553
|
+
""" """
|
|
554
|
+
...
|
|
555
|
+
|
|
556
|
+
def id_properties_clear(self):
|
|
557
|
+
""" """
|
|
558
|
+
...
|
|
559
|
+
|
|
560
|
+
def id_properties_ensure(self):
|
|
561
|
+
""" """
|
|
562
|
+
...
|
|
563
|
+
|
|
564
|
+
def id_properties_ui(self):
|
|
565
|
+
""" """
|
|
566
|
+
...
|
|
567
|
+
|
|
568
|
+
def is_property_hidden(self):
|
|
569
|
+
""" """
|
|
570
|
+
...
|
|
571
|
+
|
|
572
|
+
def is_property_overridable_library(self):
|
|
573
|
+
""" """
|
|
574
|
+
...
|
|
575
|
+
|
|
576
|
+
def is_property_readonly(self):
|
|
577
|
+
""" """
|
|
578
|
+
...
|
|
579
|
+
|
|
580
|
+
def is_property_set(self):
|
|
581
|
+
""" """
|
|
582
|
+
...
|
|
583
|
+
|
|
584
|
+
def items(self):
|
|
585
|
+
""" """
|
|
586
|
+
...
|
|
587
|
+
|
|
588
|
+
def keyframe_delete(self):
|
|
589
|
+
""" """
|
|
590
|
+
...
|
|
591
|
+
|
|
592
|
+
def keyframe_insert(self):
|
|
593
|
+
""" """
|
|
594
|
+
...
|
|
595
|
+
|
|
596
|
+
def keys(self):
|
|
597
|
+
""" """
|
|
598
|
+
...
|
|
599
|
+
|
|
600
|
+
def path_from_id(self):
|
|
601
|
+
""" """
|
|
602
|
+
...
|
|
603
|
+
|
|
604
|
+
def path_resolve(self):
|
|
605
|
+
""" """
|
|
606
|
+
...
|
|
607
|
+
|
|
608
|
+
def poll(self, context):
|
|
609
|
+
"""
|
|
610
|
+
|
|
611
|
+
:param context:
|
|
612
|
+
"""
|
|
613
|
+
...
|
|
614
|
+
|
|
615
|
+
def poll_message_set(self):
|
|
616
|
+
""" """
|
|
617
|
+
...
|
|
618
|
+
|
|
619
|
+
def pop(self):
|
|
620
|
+
""" """
|
|
621
|
+
...
|
|
622
|
+
|
|
623
|
+
def property_overridable_library_set(self):
|
|
624
|
+
""" """
|
|
625
|
+
...
|
|
626
|
+
|
|
627
|
+
def property_unset(self):
|
|
628
|
+
""" """
|
|
629
|
+
...
|
|
630
|
+
|
|
631
|
+
def type_recast(self):
|
|
632
|
+
""" """
|
|
633
|
+
...
|
|
634
|
+
|
|
635
|
+
def values(self):
|
|
636
|
+
""" """
|
|
637
|
+
...
|
|
638
|
+
|
|
639
|
+
class IndexSwitchItemRemoveOperator(bpy_types.Operator):
|
|
640
|
+
""" """
|
|
589
641
|
|
|
590
|
-
def as_keywords(self, ignore): ...
|
|
591
|
-
def as_pointer(self): ...
|
|
592
|
-
def bl_rna_get_subclass(self): ...
|
|
593
|
-
def bl_rna_get_subclass_py(self): ...
|
|
594
|
-
def driver_add(self): ...
|
|
595
|
-
def driver_remove(self): ...
|
|
596
|
-
def execute(self, context): ...
|
|
597
|
-
def get(self): ...
|
|
598
|
-
def get_node(self, context): ...
|
|
599
|
-
def id_properties_clear(self): ...
|
|
600
|
-
def id_properties_ensure(self): ...
|
|
601
|
-
def id_properties_ui(self): ...
|
|
602
|
-
def is_property_hidden(self): ...
|
|
603
|
-
def is_property_overridable_library(self): ...
|
|
604
|
-
def is_property_readonly(self): ...
|
|
605
|
-
def is_property_set(self): ...
|
|
606
|
-
def items(self): ...
|
|
607
|
-
def keyframe_delete(self): ...
|
|
608
|
-
def keyframe_insert(self): ...
|
|
609
|
-
def keys(self): ...
|
|
610
|
-
def path_from_id(self): ...
|
|
611
|
-
def path_resolve(self): ...
|
|
612
|
-
def poll(self, context): ...
|
|
613
|
-
def poll_message_set(self): ...
|
|
614
|
-
def pop(self): ...
|
|
615
|
-
def property_overridable_library_set(self): ...
|
|
616
|
-
def property_unset(self): ...
|
|
617
|
-
def type_recast(self): ...
|
|
618
|
-
def values(self): ...
|
|
619
|
-
|
|
620
|
-
class SimulationZoneItemRemoveOperator(
|
|
621
|
-
SimulationZoneOperator, ZoneOperator, SocketItemRemoveOperator, bpy_types.Operator
|
|
622
|
-
):
|
|
623
|
-
active_index_name: typing.Any
|
|
624
642
|
bl_idname: typing.Any
|
|
643
|
+
""" """
|
|
644
|
+
|
|
625
645
|
bl_label: typing.Any
|
|
646
|
+
""" """
|
|
647
|
+
|
|
626
648
|
bl_options: typing.Any
|
|
649
|
+
""" """
|
|
650
|
+
|
|
627
651
|
bl_rna: typing.Any
|
|
652
|
+
""" """
|
|
653
|
+
|
|
628
654
|
id_data: typing.Any
|
|
655
|
+
""" """
|
|
656
|
+
|
|
657
|
+
def as_keywords(self, ignore):
|
|
658
|
+
"""
|
|
659
|
+
|
|
660
|
+
:param ignore:
|
|
661
|
+
"""
|
|
662
|
+
...
|
|
663
|
+
|
|
664
|
+
def as_pointer(self):
|
|
665
|
+
""" """
|
|
666
|
+
...
|
|
667
|
+
|
|
668
|
+
def bl_rna_get_subclass(self):
|
|
669
|
+
""" """
|
|
670
|
+
...
|
|
671
|
+
|
|
672
|
+
def bl_rna_get_subclass_py(self):
|
|
673
|
+
""" """
|
|
674
|
+
...
|
|
675
|
+
|
|
676
|
+
def driver_add(self):
|
|
677
|
+
""" """
|
|
678
|
+
...
|
|
679
|
+
|
|
680
|
+
def driver_remove(self):
|
|
681
|
+
""" """
|
|
682
|
+
...
|
|
683
|
+
|
|
684
|
+
def execute(self, context):
|
|
685
|
+
"""
|
|
686
|
+
|
|
687
|
+
:param context:
|
|
688
|
+
"""
|
|
689
|
+
...
|
|
690
|
+
|
|
691
|
+
def get(self):
|
|
692
|
+
""" """
|
|
693
|
+
...
|
|
694
|
+
|
|
695
|
+
def id_properties_clear(self):
|
|
696
|
+
""" """
|
|
697
|
+
...
|
|
698
|
+
|
|
699
|
+
def id_properties_ensure(self):
|
|
700
|
+
""" """
|
|
701
|
+
...
|
|
702
|
+
|
|
703
|
+
def id_properties_ui(self):
|
|
704
|
+
""" """
|
|
705
|
+
...
|
|
706
|
+
|
|
707
|
+
def is_property_hidden(self):
|
|
708
|
+
""" """
|
|
709
|
+
...
|
|
710
|
+
|
|
711
|
+
def is_property_overridable_library(self):
|
|
712
|
+
""" """
|
|
713
|
+
...
|
|
714
|
+
|
|
715
|
+
def is_property_readonly(self):
|
|
716
|
+
""" """
|
|
717
|
+
...
|
|
718
|
+
|
|
719
|
+
def is_property_set(self):
|
|
720
|
+
""" """
|
|
721
|
+
...
|
|
722
|
+
|
|
723
|
+
def items(self):
|
|
724
|
+
""" """
|
|
725
|
+
...
|
|
726
|
+
|
|
727
|
+
def keyframe_delete(self):
|
|
728
|
+
""" """
|
|
729
|
+
...
|
|
730
|
+
|
|
731
|
+
def keyframe_insert(self):
|
|
732
|
+
""" """
|
|
733
|
+
...
|
|
734
|
+
|
|
735
|
+
def keys(self):
|
|
736
|
+
""" """
|
|
737
|
+
...
|
|
738
|
+
|
|
739
|
+
def path_from_id(self):
|
|
740
|
+
""" """
|
|
741
|
+
...
|
|
742
|
+
|
|
743
|
+
def path_resolve(self):
|
|
744
|
+
""" """
|
|
745
|
+
...
|
|
746
|
+
|
|
747
|
+
def poll(self, context):
|
|
748
|
+
"""
|
|
749
|
+
|
|
750
|
+
:param context:
|
|
751
|
+
"""
|
|
752
|
+
...
|
|
753
|
+
|
|
754
|
+
def poll_message_set(self):
|
|
755
|
+
""" """
|
|
756
|
+
...
|
|
757
|
+
|
|
758
|
+
def pop(self):
|
|
759
|
+
""" """
|
|
760
|
+
...
|
|
761
|
+
|
|
762
|
+
def property_overridable_library_set(self):
|
|
763
|
+
""" """
|
|
764
|
+
...
|
|
765
|
+
|
|
766
|
+
def property_unset(self):
|
|
767
|
+
""" """
|
|
768
|
+
...
|
|
769
|
+
|
|
770
|
+
def type_recast(self):
|
|
771
|
+
""" """
|
|
772
|
+
...
|
|
773
|
+
|
|
774
|
+
def values(self):
|
|
775
|
+
""" """
|
|
776
|
+
...
|
|
777
|
+
|
|
778
|
+
class MoveModifierToNodes(bpy_types.Operator):
|
|
779
|
+
""" """
|
|
780
|
+
|
|
781
|
+
bl_idname: typing.Any
|
|
782
|
+
""" """
|
|
783
|
+
|
|
784
|
+
bl_label: typing.Any
|
|
785
|
+
""" """
|
|
786
|
+
|
|
787
|
+
bl_options: typing.Any
|
|
788
|
+
""" """
|
|
789
|
+
|
|
790
|
+
bl_rna: typing.Any
|
|
791
|
+
""" """
|
|
792
|
+
|
|
793
|
+
id_data: typing.Any
|
|
794
|
+
""" """
|
|
795
|
+
|
|
796
|
+
def as_keywords(self, ignore):
|
|
797
|
+
"""
|
|
798
|
+
|
|
799
|
+
:param ignore:
|
|
800
|
+
"""
|
|
801
|
+
...
|
|
802
|
+
|
|
803
|
+
def as_pointer(self):
|
|
804
|
+
""" """
|
|
805
|
+
...
|
|
806
|
+
|
|
807
|
+
def bl_rna_get_subclass(self):
|
|
808
|
+
""" """
|
|
809
|
+
...
|
|
810
|
+
|
|
811
|
+
def bl_rna_get_subclass_py(self):
|
|
812
|
+
""" """
|
|
813
|
+
...
|
|
814
|
+
|
|
815
|
+
def driver_add(self):
|
|
816
|
+
""" """
|
|
817
|
+
...
|
|
818
|
+
|
|
819
|
+
def driver_remove(self):
|
|
820
|
+
""" """
|
|
821
|
+
...
|
|
822
|
+
|
|
823
|
+
def execute(self, context):
|
|
824
|
+
"""
|
|
825
|
+
|
|
826
|
+
:param context:
|
|
827
|
+
"""
|
|
828
|
+
...
|
|
829
|
+
|
|
830
|
+
def get(self):
|
|
831
|
+
""" """
|
|
832
|
+
...
|
|
833
|
+
|
|
834
|
+
def id_properties_clear(self):
|
|
835
|
+
""" """
|
|
836
|
+
...
|
|
837
|
+
|
|
838
|
+
def id_properties_ensure(self):
|
|
839
|
+
""" """
|
|
840
|
+
...
|
|
841
|
+
|
|
842
|
+
def id_properties_ui(self):
|
|
843
|
+
""" """
|
|
844
|
+
...
|
|
845
|
+
|
|
846
|
+
def is_property_hidden(self):
|
|
847
|
+
""" """
|
|
848
|
+
...
|
|
849
|
+
|
|
850
|
+
def is_property_overridable_library(self):
|
|
851
|
+
""" """
|
|
852
|
+
...
|
|
853
|
+
|
|
854
|
+
def is_property_readonly(self):
|
|
855
|
+
""" """
|
|
856
|
+
...
|
|
857
|
+
|
|
858
|
+
def is_property_set(self):
|
|
859
|
+
""" """
|
|
860
|
+
...
|
|
861
|
+
|
|
862
|
+
def items(self):
|
|
863
|
+
""" """
|
|
864
|
+
...
|
|
865
|
+
|
|
866
|
+
def keyframe_delete(self):
|
|
867
|
+
""" """
|
|
868
|
+
...
|
|
869
|
+
|
|
870
|
+
def keyframe_insert(self):
|
|
871
|
+
""" """
|
|
872
|
+
...
|
|
873
|
+
|
|
874
|
+
def keys(self):
|
|
875
|
+
""" """
|
|
876
|
+
...
|
|
877
|
+
|
|
878
|
+
def path_from_id(self):
|
|
879
|
+
""" """
|
|
880
|
+
...
|
|
881
|
+
|
|
882
|
+
def path_resolve(self):
|
|
883
|
+
""" """
|
|
884
|
+
...
|
|
885
|
+
|
|
886
|
+
def poll(self, context):
|
|
887
|
+
"""
|
|
888
|
+
|
|
889
|
+
:param context:
|
|
890
|
+
"""
|
|
891
|
+
...
|
|
892
|
+
|
|
893
|
+
def poll_message_set(self):
|
|
894
|
+
""" """
|
|
895
|
+
...
|
|
896
|
+
|
|
897
|
+
def pop(self):
|
|
898
|
+
""" """
|
|
899
|
+
...
|
|
900
|
+
|
|
901
|
+
def property_overridable_library_set(self):
|
|
902
|
+
""" """
|
|
903
|
+
...
|
|
904
|
+
|
|
905
|
+
def property_unset(self):
|
|
906
|
+
""" """
|
|
907
|
+
...
|
|
908
|
+
|
|
909
|
+
def type_recast(self):
|
|
910
|
+
""" """
|
|
911
|
+
...
|
|
912
|
+
|
|
913
|
+
def values(self):
|
|
914
|
+
""" """
|
|
915
|
+
...
|
|
916
|
+
|
|
917
|
+
class NewGeometryNodeGroupTool(bpy_types.Operator):
|
|
918
|
+
""" """
|
|
919
|
+
|
|
920
|
+
bl_idname: typing.Any
|
|
921
|
+
""" """
|
|
922
|
+
|
|
923
|
+
bl_label: typing.Any
|
|
924
|
+
""" """
|
|
925
|
+
|
|
926
|
+
bl_options: typing.Any
|
|
927
|
+
""" """
|
|
928
|
+
|
|
929
|
+
bl_rna: typing.Any
|
|
930
|
+
""" """
|
|
931
|
+
|
|
932
|
+
id_data: typing.Any
|
|
933
|
+
""" """
|
|
934
|
+
|
|
935
|
+
def as_keywords(self, ignore):
|
|
936
|
+
"""
|
|
937
|
+
|
|
938
|
+
:param ignore:
|
|
939
|
+
"""
|
|
940
|
+
...
|
|
941
|
+
|
|
942
|
+
def as_pointer(self):
|
|
943
|
+
""" """
|
|
944
|
+
...
|
|
945
|
+
|
|
946
|
+
def bl_rna_get_subclass(self):
|
|
947
|
+
""" """
|
|
948
|
+
...
|
|
949
|
+
|
|
950
|
+
def bl_rna_get_subclass_py(self):
|
|
951
|
+
""" """
|
|
952
|
+
...
|
|
953
|
+
|
|
954
|
+
def driver_add(self):
|
|
955
|
+
""" """
|
|
956
|
+
...
|
|
957
|
+
|
|
958
|
+
def driver_remove(self):
|
|
959
|
+
""" """
|
|
960
|
+
...
|
|
961
|
+
|
|
962
|
+
def execute(self, context):
|
|
963
|
+
"""
|
|
964
|
+
|
|
965
|
+
:param context:
|
|
966
|
+
"""
|
|
967
|
+
...
|
|
968
|
+
|
|
969
|
+
def get(self):
|
|
970
|
+
""" """
|
|
971
|
+
...
|
|
972
|
+
|
|
973
|
+
def id_properties_clear(self):
|
|
974
|
+
""" """
|
|
975
|
+
...
|
|
976
|
+
|
|
977
|
+
def id_properties_ensure(self):
|
|
978
|
+
""" """
|
|
979
|
+
...
|
|
980
|
+
|
|
981
|
+
def id_properties_ui(self):
|
|
982
|
+
""" """
|
|
983
|
+
...
|
|
984
|
+
|
|
985
|
+
def is_property_hidden(self):
|
|
986
|
+
""" """
|
|
987
|
+
...
|
|
988
|
+
|
|
989
|
+
def is_property_overridable_library(self):
|
|
990
|
+
""" """
|
|
991
|
+
...
|
|
992
|
+
|
|
993
|
+
def is_property_readonly(self):
|
|
994
|
+
""" """
|
|
995
|
+
...
|
|
996
|
+
|
|
997
|
+
def is_property_set(self):
|
|
998
|
+
""" """
|
|
999
|
+
...
|
|
1000
|
+
|
|
1001
|
+
def items(self):
|
|
1002
|
+
""" """
|
|
1003
|
+
...
|
|
1004
|
+
|
|
1005
|
+
def keyframe_delete(self):
|
|
1006
|
+
""" """
|
|
1007
|
+
...
|
|
1008
|
+
|
|
1009
|
+
def keyframe_insert(self):
|
|
1010
|
+
""" """
|
|
1011
|
+
...
|
|
1012
|
+
|
|
1013
|
+
def keys(self):
|
|
1014
|
+
""" """
|
|
1015
|
+
...
|
|
1016
|
+
|
|
1017
|
+
def path_from_id(self):
|
|
1018
|
+
""" """
|
|
1019
|
+
...
|
|
1020
|
+
|
|
1021
|
+
def path_resolve(self):
|
|
1022
|
+
""" """
|
|
1023
|
+
...
|
|
1024
|
+
|
|
1025
|
+
def poll(self, context):
|
|
1026
|
+
"""
|
|
1027
|
+
|
|
1028
|
+
:param context:
|
|
1029
|
+
"""
|
|
1030
|
+
...
|
|
1031
|
+
|
|
1032
|
+
def poll_message_set(self):
|
|
1033
|
+
""" """
|
|
1034
|
+
...
|
|
1035
|
+
|
|
1036
|
+
def pop(self):
|
|
1037
|
+
""" """
|
|
1038
|
+
...
|
|
1039
|
+
|
|
1040
|
+
def property_overridable_library_set(self):
|
|
1041
|
+
""" """
|
|
1042
|
+
...
|
|
1043
|
+
|
|
1044
|
+
def property_unset(self):
|
|
1045
|
+
""" """
|
|
1046
|
+
...
|
|
1047
|
+
|
|
1048
|
+
def type_recast(self):
|
|
1049
|
+
""" """
|
|
1050
|
+
...
|
|
1051
|
+
|
|
1052
|
+
def values(self):
|
|
1053
|
+
""" """
|
|
1054
|
+
...
|
|
1055
|
+
|
|
1056
|
+
class NewGeometryNodeTreeAssign(bpy_types.Operator):
|
|
1057
|
+
""" """
|
|
1058
|
+
|
|
1059
|
+
bl_idname: typing.Any
|
|
1060
|
+
""" """
|
|
1061
|
+
|
|
1062
|
+
bl_label: typing.Any
|
|
1063
|
+
""" """
|
|
1064
|
+
|
|
1065
|
+
bl_options: typing.Any
|
|
1066
|
+
""" """
|
|
1067
|
+
|
|
1068
|
+
bl_rna: typing.Any
|
|
1069
|
+
""" """
|
|
1070
|
+
|
|
1071
|
+
id_data: typing.Any
|
|
1072
|
+
""" """
|
|
1073
|
+
|
|
1074
|
+
def as_keywords(self, ignore):
|
|
1075
|
+
"""
|
|
1076
|
+
|
|
1077
|
+
:param ignore:
|
|
1078
|
+
"""
|
|
1079
|
+
...
|
|
1080
|
+
|
|
1081
|
+
def as_pointer(self):
|
|
1082
|
+
""" """
|
|
1083
|
+
...
|
|
1084
|
+
|
|
1085
|
+
def bl_rna_get_subclass(self):
|
|
1086
|
+
""" """
|
|
1087
|
+
...
|
|
1088
|
+
|
|
1089
|
+
def bl_rna_get_subclass_py(self):
|
|
1090
|
+
""" """
|
|
1091
|
+
...
|
|
1092
|
+
|
|
1093
|
+
def driver_add(self):
|
|
1094
|
+
""" """
|
|
1095
|
+
...
|
|
1096
|
+
|
|
1097
|
+
def driver_remove(self):
|
|
1098
|
+
""" """
|
|
1099
|
+
...
|
|
1100
|
+
|
|
1101
|
+
def execute(self, context):
|
|
1102
|
+
"""
|
|
1103
|
+
|
|
1104
|
+
:param context:
|
|
1105
|
+
"""
|
|
1106
|
+
...
|
|
1107
|
+
|
|
1108
|
+
def get(self):
|
|
1109
|
+
""" """
|
|
1110
|
+
...
|
|
1111
|
+
|
|
1112
|
+
def id_properties_clear(self):
|
|
1113
|
+
""" """
|
|
1114
|
+
...
|
|
1115
|
+
|
|
1116
|
+
def id_properties_ensure(self):
|
|
1117
|
+
""" """
|
|
1118
|
+
...
|
|
1119
|
+
|
|
1120
|
+
def id_properties_ui(self):
|
|
1121
|
+
""" """
|
|
1122
|
+
...
|
|
1123
|
+
|
|
1124
|
+
def is_property_hidden(self):
|
|
1125
|
+
""" """
|
|
1126
|
+
...
|
|
1127
|
+
|
|
1128
|
+
def is_property_overridable_library(self):
|
|
1129
|
+
""" """
|
|
1130
|
+
...
|
|
1131
|
+
|
|
1132
|
+
def is_property_readonly(self):
|
|
1133
|
+
""" """
|
|
1134
|
+
...
|
|
1135
|
+
|
|
1136
|
+
def is_property_set(self):
|
|
1137
|
+
""" """
|
|
1138
|
+
...
|
|
1139
|
+
|
|
1140
|
+
def items(self):
|
|
1141
|
+
""" """
|
|
1142
|
+
...
|
|
1143
|
+
|
|
1144
|
+
def keyframe_delete(self):
|
|
1145
|
+
""" """
|
|
1146
|
+
...
|
|
1147
|
+
|
|
1148
|
+
def keyframe_insert(self):
|
|
1149
|
+
""" """
|
|
1150
|
+
...
|
|
1151
|
+
|
|
1152
|
+
def keys(self):
|
|
1153
|
+
""" """
|
|
1154
|
+
...
|
|
1155
|
+
|
|
1156
|
+
def path_from_id(self):
|
|
1157
|
+
""" """
|
|
1158
|
+
...
|
|
1159
|
+
|
|
1160
|
+
def path_resolve(self):
|
|
1161
|
+
""" """
|
|
1162
|
+
...
|
|
1163
|
+
|
|
1164
|
+
def poll(self, context):
|
|
1165
|
+
"""
|
|
1166
|
+
|
|
1167
|
+
:param context:
|
|
1168
|
+
"""
|
|
1169
|
+
...
|
|
1170
|
+
|
|
1171
|
+
def poll_message_set(self):
|
|
1172
|
+
""" """
|
|
1173
|
+
...
|
|
1174
|
+
|
|
1175
|
+
def pop(self):
|
|
1176
|
+
""" """
|
|
1177
|
+
...
|
|
1178
|
+
|
|
1179
|
+
def property_overridable_library_set(self):
|
|
1180
|
+
""" """
|
|
1181
|
+
...
|
|
1182
|
+
|
|
1183
|
+
def property_unset(self):
|
|
1184
|
+
""" """
|
|
1185
|
+
...
|
|
1186
|
+
|
|
1187
|
+
def type_recast(self):
|
|
1188
|
+
""" """
|
|
1189
|
+
...
|
|
1190
|
+
|
|
1191
|
+
def values(self):
|
|
1192
|
+
""" """
|
|
1193
|
+
...
|
|
1194
|
+
|
|
1195
|
+
class NewGeometryNodesModifier(bpy_types.Operator):
|
|
1196
|
+
""" """
|
|
1197
|
+
|
|
1198
|
+
bl_idname: typing.Any
|
|
1199
|
+
""" """
|
|
1200
|
+
|
|
1201
|
+
bl_label: typing.Any
|
|
1202
|
+
""" """
|
|
1203
|
+
|
|
1204
|
+
bl_options: typing.Any
|
|
1205
|
+
""" """
|
|
1206
|
+
|
|
1207
|
+
bl_rna: typing.Any
|
|
1208
|
+
""" """
|
|
1209
|
+
|
|
1210
|
+
id_data: typing.Any
|
|
1211
|
+
""" """
|
|
1212
|
+
|
|
1213
|
+
def as_keywords(self, ignore):
|
|
1214
|
+
"""
|
|
1215
|
+
|
|
1216
|
+
:param ignore:
|
|
1217
|
+
"""
|
|
1218
|
+
...
|
|
1219
|
+
|
|
1220
|
+
def as_pointer(self):
|
|
1221
|
+
""" """
|
|
1222
|
+
...
|
|
1223
|
+
|
|
1224
|
+
def bl_rna_get_subclass(self):
|
|
1225
|
+
""" """
|
|
1226
|
+
...
|
|
1227
|
+
|
|
1228
|
+
def bl_rna_get_subclass_py(self):
|
|
1229
|
+
""" """
|
|
1230
|
+
...
|
|
1231
|
+
|
|
1232
|
+
def driver_add(self):
|
|
1233
|
+
""" """
|
|
1234
|
+
...
|
|
1235
|
+
|
|
1236
|
+
def driver_remove(self):
|
|
1237
|
+
""" """
|
|
1238
|
+
...
|
|
1239
|
+
|
|
1240
|
+
def execute(self, context):
|
|
1241
|
+
"""
|
|
1242
|
+
|
|
1243
|
+
:param context:
|
|
1244
|
+
"""
|
|
1245
|
+
...
|
|
1246
|
+
|
|
1247
|
+
def get(self):
|
|
1248
|
+
""" """
|
|
1249
|
+
...
|
|
1250
|
+
|
|
1251
|
+
def id_properties_clear(self):
|
|
1252
|
+
""" """
|
|
1253
|
+
...
|
|
1254
|
+
|
|
1255
|
+
def id_properties_ensure(self):
|
|
1256
|
+
""" """
|
|
1257
|
+
...
|
|
1258
|
+
|
|
1259
|
+
def id_properties_ui(self):
|
|
1260
|
+
""" """
|
|
1261
|
+
...
|
|
1262
|
+
|
|
1263
|
+
def is_property_hidden(self):
|
|
1264
|
+
""" """
|
|
1265
|
+
...
|
|
1266
|
+
|
|
1267
|
+
def is_property_overridable_library(self):
|
|
1268
|
+
""" """
|
|
1269
|
+
...
|
|
1270
|
+
|
|
1271
|
+
def is_property_readonly(self):
|
|
1272
|
+
""" """
|
|
1273
|
+
...
|
|
1274
|
+
|
|
1275
|
+
def is_property_set(self):
|
|
1276
|
+
""" """
|
|
1277
|
+
...
|
|
1278
|
+
|
|
1279
|
+
def items(self):
|
|
1280
|
+
""" """
|
|
1281
|
+
...
|
|
1282
|
+
|
|
1283
|
+
def keyframe_delete(self):
|
|
1284
|
+
""" """
|
|
1285
|
+
...
|
|
1286
|
+
|
|
1287
|
+
def keyframe_insert(self):
|
|
1288
|
+
""" """
|
|
1289
|
+
...
|
|
1290
|
+
|
|
1291
|
+
def keys(self):
|
|
1292
|
+
""" """
|
|
1293
|
+
...
|
|
1294
|
+
|
|
1295
|
+
def path_from_id(self):
|
|
1296
|
+
""" """
|
|
1297
|
+
...
|
|
1298
|
+
|
|
1299
|
+
def path_resolve(self):
|
|
1300
|
+
""" """
|
|
1301
|
+
...
|
|
1302
|
+
|
|
1303
|
+
def poll(self, context):
|
|
1304
|
+
"""
|
|
1305
|
+
|
|
1306
|
+
:param context:
|
|
1307
|
+
"""
|
|
1308
|
+
...
|
|
1309
|
+
|
|
1310
|
+
def poll_message_set(self):
|
|
1311
|
+
""" """
|
|
1312
|
+
...
|
|
1313
|
+
|
|
1314
|
+
def pop(self):
|
|
1315
|
+
""" """
|
|
1316
|
+
...
|
|
1317
|
+
|
|
1318
|
+
def property_overridable_library_set(self):
|
|
1319
|
+
""" """
|
|
1320
|
+
...
|
|
1321
|
+
|
|
1322
|
+
def property_unset(self):
|
|
1323
|
+
""" """
|
|
1324
|
+
...
|
|
1325
|
+
|
|
1326
|
+
def type_recast(self):
|
|
1327
|
+
""" """
|
|
1328
|
+
...
|
|
1329
|
+
|
|
1330
|
+
def values(self):
|
|
1331
|
+
""" """
|
|
1332
|
+
...
|
|
1333
|
+
|
|
1334
|
+
class RepeatZoneItemAddOperator(bpy_types.Operator):
|
|
1335
|
+
""" """
|
|
1336
|
+
|
|
1337
|
+
active_index_name: typing.Any
|
|
1338
|
+
""" """
|
|
1339
|
+
|
|
1340
|
+
bl_idname: typing.Any
|
|
1341
|
+
""" """
|
|
1342
|
+
|
|
1343
|
+
bl_label: typing.Any
|
|
1344
|
+
""" """
|
|
1345
|
+
|
|
1346
|
+
bl_options: typing.Any
|
|
1347
|
+
""" """
|
|
1348
|
+
|
|
1349
|
+
bl_rna: typing.Any
|
|
1350
|
+
""" """
|
|
1351
|
+
|
|
1352
|
+
default_socket_type: typing.Any
|
|
1353
|
+
""" """
|
|
1354
|
+
|
|
1355
|
+
id_data: typing.Any
|
|
1356
|
+
""" """
|
|
1357
|
+
|
|
1358
|
+
input_node_type: typing.Any
|
|
1359
|
+
""" """
|
|
1360
|
+
|
|
1361
|
+
items_name: typing.Any
|
|
1362
|
+
""" """
|
|
1363
|
+
|
|
1364
|
+
output_node_type: typing.Any
|
|
1365
|
+
""" """
|
|
1366
|
+
|
|
1367
|
+
def as_keywords(self, ignore):
|
|
1368
|
+
"""
|
|
1369
|
+
|
|
1370
|
+
:param ignore:
|
|
1371
|
+
"""
|
|
1372
|
+
...
|
|
1373
|
+
|
|
1374
|
+
def as_pointer(self):
|
|
1375
|
+
""" """
|
|
1376
|
+
...
|
|
1377
|
+
|
|
1378
|
+
def bl_rna_get_subclass(self):
|
|
1379
|
+
""" """
|
|
1380
|
+
...
|
|
1381
|
+
|
|
1382
|
+
def bl_rna_get_subclass_py(self):
|
|
1383
|
+
""" """
|
|
1384
|
+
...
|
|
1385
|
+
|
|
1386
|
+
def driver_add(self):
|
|
1387
|
+
""" """
|
|
1388
|
+
...
|
|
1389
|
+
|
|
1390
|
+
def driver_remove(self):
|
|
1391
|
+
""" """
|
|
1392
|
+
...
|
|
1393
|
+
|
|
1394
|
+
def execute(self, context):
|
|
1395
|
+
"""
|
|
1396
|
+
|
|
1397
|
+
:param context:
|
|
1398
|
+
"""
|
|
1399
|
+
...
|
|
1400
|
+
|
|
1401
|
+
def get(self):
|
|
1402
|
+
""" """
|
|
1403
|
+
...
|
|
1404
|
+
|
|
1405
|
+
def get_node(self, context):
|
|
1406
|
+
"""
|
|
1407
|
+
|
|
1408
|
+
:param context:
|
|
1409
|
+
"""
|
|
1410
|
+
...
|
|
1411
|
+
|
|
1412
|
+
def id_properties_clear(self):
|
|
1413
|
+
""" """
|
|
1414
|
+
...
|
|
1415
|
+
|
|
1416
|
+
def id_properties_ensure(self):
|
|
1417
|
+
""" """
|
|
1418
|
+
...
|
|
1419
|
+
|
|
1420
|
+
def id_properties_ui(self):
|
|
1421
|
+
""" """
|
|
1422
|
+
...
|
|
1423
|
+
|
|
1424
|
+
def is_property_hidden(self):
|
|
1425
|
+
""" """
|
|
1426
|
+
...
|
|
1427
|
+
|
|
1428
|
+
def is_property_overridable_library(self):
|
|
1429
|
+
""" """
|
|
1430
|
+
...
|
|
1431
|
+
|
|
1432
|
+
def is_property_readonly(self):
|
|
1433
|
+
""" """
|
|
1434
|
+
...
|
|
1435
|
+
|
|
1436
|
+
def is_property_set(self):
|
|
1437
|
+
""" """
|
|
1438
|
+
...
|
|
1439
|
+
|
|
1440
|
+
def items(self):
|
|
1441
|
+
""" """
|
|
1442
|
+
...
|
|
1443
|
+
|
|
1444
|
+
def keyframe_delete(self):
|
|
1445
|
+
""" """
|
|
1446
|
+
...
|
|
1447
|
+
|
|
1448
|
+
def keyframe_insert(self):
|
|
1449
|
+
""" """
|
|
1450
|
+
...
|
|
1451
|
+
|
|
1452
|
+
def keys(self):
|
|
1453
|
+
""" """
|
|
1454
|
+
...
|
|
1455
|
+
|
|
1456
|
+
def path_from_id(self):
|
|
1457
|
+
""" """
|
|
1458
|
+
...
|
|
1459
|
+
|
|
1460
|
+
def path_resolve(self):
|
|
1461
|
+
""" """
|
|
1462
|
+
...
|
|
1463
|
+
|
|
1464
|
+
def poll(self, context):
|
|
1465
|
+
"""
|
|
1466
|
+
|
|
1467
|
+
:param context:
|
|
1468
|
+
"""
|
|
1469
|
+
...
|
|
1470
|
+
|
|
1471
|
+
def poll_message_set(self):
|
|
1472
|
+
""" """
|
|
1473
|
+
...
|
|
1474
|
+
|
|
1475
|
+
def pop(self):
|
|
1476
|
+
""" """
|
|
1477
|
+
...
|
|
1478
|
+
|
|
1479
|
+
def property_overridable_library_set(self):
|
|
1480
|
+
""" """
|
|
1481
|
+
...
|
|
1482
|
+
|
|
1483
|
+
def property_unset(self):
|
|
1484
|
+
""" """
|
|
1485
|
+
...
|
|
1486
|
+
|
|
1487
|
+
def type_recast(self):
|
|
1488
|
+
""" """
|
|
1489
|
+
...
|
|
1490
|
+
|
|
1491
|
+
def values(self):
|
|
1492
|
+
""" """
|
|
1493
|
+
...
|
|
1494
|
+
|
|
1495
|
+
class RepeatZoneItemMoveOperator(bpy_types.Operator):
|
|
1496
|
+
""" """
|
|
1497
|
+
|
|
1498
|
+
active_index_name: typing.Any
|
|
1499
|
+
""" """
|
|
1500
|
+
|
|
1501
|
+
bl_idname: typing.Any
|
|
1502
|
+
""" """
|
|
1503
|
+
|
|
1504
|
+
bl_label: typing.Any
|
|
1505
|
+
""" """
|
|
1506
|
+
|
|
1507
|
+
bl_options: typing.Any
|
|
1508
|
+
""" """
|
|
1509
|
+
|
|
1510
|
+
bl_rna: typing.Any
|
|
1511
|
+
""" """
|
|
1512
|
+
|
|
1513
|
+
id_data: typing.Any
|
|
1514
|
+
""" """
|
|
1515
|
+
|
|
1516
|
+
input_node_type: typing.Any
|
|
1517
|
+
""" """
|
|
1518
|
+
|
|
1519
|
+
items_name: typing.Any
|
|
1520
|
+
""" """
|
|
1521
|
+
|
|
1522
|
+
output_node_type: typing.Any
|
|
1523
|
+
""" """
|
|
1524
|
+
|
|
1525
|
+
def as_keywords(self, ignore):
|
|
1526
|
+
"""
|
|
1527
|
+
|
|
1528
|
+
:param ignore:
|
|
1529
|
+
"""
|
|
1530
|
+
...
|
|
1531
|
+
|
|
1532
|
+
def as_pointer(self):
|
|
1533
|
+
""" """
|
|
1534
|
+
...
|
|
1535
|
+
|
|
1536
|
+
def bl_rna_get_subclass(self):
|
|
1537
|
+
""" """
|
|
1538
|
+
...
|
|
1539
|
+
|
|
1540
|
+
def bl_rna_get_subclass_py(self):
|
|
1541
|
+
""" """
|
|
1542
|
+
...
|
|
1543
|
+
|
|
1544
|
+
def driver_add(self):
|
|
1545
|
+
""" """
|
|
1546
|
+
...
|
|
1547
|
+
|
|
1548
|
+
def driver_remove(self):
|
|
1549
|
+
""" """
|
|
1550
|
+
...
|
|
1551
|
+
|
|
1552
|
+
def execute(self, context):
|
|
1553
|
+
"""
|
|
1554
|
+
|
|
1555
|
+
:param context:
|
|
1556
|
+
"""
|
|
1557
|
+
...
|
|
1558
|
+
|
|
1559
|
+
def get(self):
|
|
1560
|
+
""" """
|
|
1561
|
+
...
|
|
1562
|
+
|
|
1563
|
+
def get_node(self, context):
|
|
1564
|
+
"""
|
|
1565
|
+
|
|
1566
|
+
:param context:
|
|
1567
|
+
"""
|
|
1568
|
+
...
|
|
1569
|
+
|
|
1570
|
+
def id_properties_clear(self):
|
|
1571
|
+
""" """
|
|
1572
|
+
...
|
|
1573
|
+
|
|
1574
|
+
def id_properties_ensure(self):
|
|
1575
|
+
""" """
|
|
1576
|
+
...
|
|
1577
|
+
|
|
1578
|
+
def id_properties_ui(self):
|
|
1579
|
+
""" """
|
|
1580
|
+
...
|
|
1581
|
+
|
|
1582
|
+
def is_property_hidden(self):
|
|
1583
|
+
""" """
|
|
1584
|
+
...
|
|
1585
|
+
|
|
1586
|
+
def is_property_overridable_library(self):
|
|
1587
|
+
""" """
|
|
1588
|
+
...
|
|
1589
|
+
|
|
1590
|
+
def is_property_readonly(self):
|
|
1591
|
+
""" """
|
|
1592
|
+
...
|
|
1593
|
+
|
|
1594
|
+
def is_property_set(self):
|
|
1595
|
+
""" """
|
|
1596
|
+
...
|
|
1597
|
+
|
|
1598
|
+
def items(self):
|
|
1599
|
+
""" """
|
|
1600
|
+
...
|
|
1601
|
+
|
|
1602
|
+
def keyframe_delete(self):
|
|
1603
|
+
""" """
|
|
1604
|
+
...
|
|
1605
|
+
|
|
1606
|
+
def keyframe_insert(self):
|
|
1607
|
+
""" """
|
|
1608
|
+
...
|
|
1609
|
+
|
|
1610
|
+
def keys(self):
|
|
1611
|
+
""" """
|
|
1612
|
+
...
|
|
1613
|
+
|
|
1614
|
+
def path_from_id(self):
|
|
1615
|
+
""" """
|
|
1616
|
+
...
|
|
1617
|
+
|
|
1618
|
+
def path_resolve(self):
|
|
1619
|
+
""" """
|
|
1620
|
+
...
|
|
1621
|
+
|
|
1622
|
+
def poll(self, context):
|
|
1623
|
+
"""
|
|
1624
|
+
|
|
1625
|
+
:param context:
|
|
1626
|
+
"""
|
|
1627
|
+
...
|
|
1628
|
+
|
|
1629
|
+
def poll_message_set(self):
|
|
1630
|
+
""" """
|
|
1631
|
+
...
|
|
1632
|
+
|
|
1633
|
+
def pop(self):
|
|
1634
|
+
""" """
|
|
1635
|
+
...
|
|
1636
|
+
|
|
1637
|
+
def property_overridable_library_set(self):
|
|
1638
|
+
""" """
|
|
1639
|
+
...
|
|
1640
|
+
|
|
1641
|
+
def property_unset(self):
|
|
1642
|
+
""" """
|
|
1643
|
+
...
|
|
1644
|
+
|
|
1645
|
+
def type_recast(self):
|
|
1646
|
+
""" """
|
|
1647
|
+
...
|
|
1648
|
+
|
|
1649
|
+
def values(self):
|
|
1650
|
+
""" """
|
|
1651
|
+
...
|
|
1652
|
+
|
|
1653
|
+
class RepeatZoneItemRemoveOperator(bpy_types.Operator):
|
|
1654
|
+
""" """
|
|
1655
|
+
|
|
1656
|
+
active_index_name: typing.Any
|
|
1657
|
+
""" """
|
|
1658
|
+
|
|
1659
|
+
bl_idname: typing.Any
|
|
1660
|
+
""" """
|
|
1661
|
+
|
|
1662
|
+
bl_label: typing.Any
|
|
1663
|
+
""" """
|
|
1664
|
+
|
|
1665
|
+
bl_options: typing.Any
|
|
1666
|
+
""" """
|
|
1667
|
+
|
|
1668
|
+
bl_rna: typing.Any
|
|
1669
|
+
""" """
|
|
1670
|
+
|
|
1671
|
+
id_data: typing.Any
|
|
1672
|
+
""" """
|
|
1673
|
+
|
|
1674
|
+
input_node_type: typing.Any
|
|
1675
|
+
""" """
|
|
1676
|
+
|
|
1677
|
+
items_name: typing.Any
|
|
1678
|
+
""" """
|
|
1679
|
+
|
|
1680
|
+
output_node_type: typing.Any
|
|
1681
|
+
""" """
|
|
1682
|
+
|
|
1683
|
+
def as_keywords(self, ignore):
|
|
1684
|
+
"""
|
|
1685
|
+
|
|
1686
|
+
:param ignore:
|
|
1687
|
+
"""
|
|
1688
|
+
...
|
|
1689
|
+
|
|
1690
|
+
def as_pointer(self):
|
|
1691
|
+
""" """
|
|
1692
|
+
...
|
|
1693
|
+
|
|
1694
|
+
def bl_rna_get_subclass(self):
|
|
1695
|
+
""" """
|
|
1696
|
+
...
|
|
1697
|
+
|
|
1698
|
+
def bl_rna_get_subclass_py(self):
|
|
1699
|
+
""" """
|
|
1700
|
+
...
|
|
1701
|
+
|
|
1702
|
+
def driver_add(self):
|
|
1703
|
+
""" """
|
|
1704
|
+
...
|
|
1705
|
+
|
|
1706
|
+
def driver_remove(self):
|
|
1707
|
+
""" """
|
|
1708
|
+
...
|
|
1709
|
+
|
|
1710
|
+
def execute(self, context):
|
|
1711
|
+
"""
|
|
1712
|
+
|
|
1713
|
+
:param context:
|
|
1714
|
+
"""
|
|
1715
|
+
...
|
|
1716
|
+
|
|
1717
|
+
def get(self):
|
|
1718
|
+
""" """
|
|
1719
|
+
...
|
|
1720
|
+
|
|
1721
|
+
def get_node(self, context):
|
|
1722
|
+
"""
|
|
1723
|
+
|
|
1724
|
+
:param context:
|
|
1725
|
+
"""
|
|
1726
|
+
...
|
|
1727
|
+
|
|
1728
|
+
def id_properties_clear(self):
|
|
1729
|
+
""" """
|
|
1730
|
+
...
|
|
1731
|
+
|
|
1732
|
+
def id_properties_ensure(self):
|
|
1733
|
+
""" """
|
|
1734
|
+
...
|
|
1735
|
+
|
|
1736
|
+
def id_properties_ui(self):
|
|
1737
|
+
""" """
|
|
1738
|
+
...
|
|
1739
|
+
|
|
1740
|
+
def is_property_hidden(self):
|
|
1741
|
+
""" """
|
|
1742
|
+
...
|
|
1743
|
+
|
|
1744
|
+
def is_property_overridable_library(self):
|
|
1745
|
+
""" """
|
|
1746
|
+
...
|
|
1747
|
+
|
|
1748
|
+
def is_property_readonly(self):
|
|
1749
|
+
""" """
|
|
1750
|
+
...
|
|
1751
|
+
|
|
1752
|
+
def is_property_set(self):
|
|
1753
|
+
""" """
|
|
1754
|
+
...
|
|
1755
|
+
|
|
1756
|
+
def items(self):
|
|
1757
|
+
""" """
|
|
1758
|
+
...
|
|
1759
|
+
|
|
1760
|
+
def keyframe_delete(self):
|
|
1761
|
+
""" """
|
|
1762
|
+
...
|
|
1763
|
+
|
|
1764
|
+
def keyframe_insert(self):
|
|
1765
|
+
""" """
|
|
1766
|
+
...
|
|
1767
|
+
|
|
1768
|
+
def keys(self):
|
|
1769
|
+
""" """
|
|
1770
|
+
...
|
|
1771
|
+
|
|
1772
|
+
def path_from_id(self):
|
|
1773
|
+
""" """
|
|
1774
|
+
...
|
|
1775
|
+
|
|
1776
|
+
def path_resolve(self):
|
|
1777
|
+
""" """
|
|
1778
|
+
...
|
|
1779
|
+
|
|
1780
|
+
def poll(self, context):
|
|
1781
|
+
"""
|
|
1782
|
+
|
|
1783
|
+
:param context:
|
|
1784
|
+
"""
|
|
1785
|
+
...
|
|
1786
|
+
|
|
1787
|
+
def poll_message_set(self):
|
|
1788
|
+
""" """
|
|
1789
|
+
...
|
|
1790
|
+
|
|
1791
|
+
def pop(self):
|
|
1792
|
+
""" """
|
|
1793
|
+
...
|
|
1794
|
+
|
|
1795
|
+
def property_overridable_library_set(self):
|
|
1796
|
+
""" """
|
|
1797
|
+
...
|
|
1798
|
+
|
|
1799
|
+
def property_unset(self):
|
|
1800
|
+
""" """
|
|
1801
|
+
...
|
|
1802
|
+
|
|
1803
|
+
def type_recast(self):
|
|
1804
|
+
""" """
|
|
1805
|
+
...
|
|
1806
|
+
|
|
1807
|
+
def values(self):
|
|
1808
|
+
""" """
|
|
1809
|
+
...
|
|
1810
|
+
|
|
1811
|
+
class RepeatZoneOperator(ZoneOperator):
|
|
1812
|
+
""" """
|
|
1813
|
+
|
|
1814
|
+
active_index_name: typing.Any
|
|
1815
|
+
""" """
|
|
1816
|
+
|
|
1817
|
+
input_node_type: typing.Any
|
|
1818
|
+
""" """
|
|
1819
|
+
|
|
1820
|
+
items_name: typing.Any
|
|
1821
|
+
""" """
|
|
1822
|
+
|
|
1823
|
+
output_node_type: typing.Any
|
|
1824
|
+
""" """
|
|
1825
|
+
|
|
1826
|
+
def get_node(self, context):
|
|
1827
|
+
"""
|
|
1828
|
+
|
|
1829
|
+
:param context:
|
|
1830
|
+
"""
|
|
1831
|
+
...
|
|
1832
|
+
|
|
1833
|
+
def poll(self, context):
|
|
1834
|
+
"""
|
|
1835
|
+
|
|
1836
|
+
:param context:
|
|
1837
|
+
"""
|
|
1838
|
+
...
|
|
1839
|
+
|
|
1840
|
+
class SimulationZoneItemAddOperator(bpy_types.Operator):
|
|
1841
|
+
""" """
|
|
1842
|
+
|
|
1843
|
+
active_index_name: typing.Any
|
|
1844
|
+
""" """
|
|
1845
|
+
|
|
1846
|
+
bl_idname: typing.Any
|
|
1847
|
+
""" """
|
|
1848
|
+
|
|
1849
|
+
bl_label: typing.Any
|
|
1850
|
+
""" """
|
|
1851
|
+
|
|
1852
|
+
bl_options: typing.Any
|
|
1853
|
+
""" """
|
|
1854
|
+
|
|
1855
|
+
bl_rna: typing.Any
|
|
1856
|
+
""" """
|
|
1857
|
+
|
|
1858
|
+
default_socket_type: typing.Any
|
|
1859
|
+
""" """
|
|
1860
|
+
|
|
1861
|
+
id_data: typing.Any
|
|
1862
|
+
""" """
|
|
1863
|
+
|
|
1864
|
+
input_node_type: typing.Any
|
|
1865
|
+
""" """
|
|
1866
|
+
|
|
1867
|
+
items_name: typing.Any
|
|
1868
|
+
""" """
|
|
1869
|
+
|
|
1870
|
+
output_node_type: typing.Any
|
|
1871
|
+
""" """
|
|
1872
|
+
|
|
1873
|
+
def as_keywords(self, ignore):
|
|
1874
|
+
"""
|
|
1875
|
+
|
|
1876
|
+
:param ignore:
|
|
1877
|
+
"""
|
|
1878
|
+
...
|
|
1879
|
+
|
|
1880
|
+
def as_pointer(self):
|
|
1881
|
+
""" """
|
|
1882
|
+
...
|
|
1883
|
+
|
|
1884
|
+
def bl_rna_get_subclass(self):
|
|
1885
|
+
""" """
|
|
1886
|
+
...
|
|
1887
|
+
|
|
1888
|
+
def bl_rna_get_subclass_py(self):
|
|
1889
|
+
""" """
|
|
1890
|
+
...
|
|
1891
|
+
|
|
1892
|
+
def driver_add(self):
|
|
1893
|
+
""" """
|
|
1894
|
+
...
|
|
1895
|
+
|
|
1896
|
+
def driver_remove(self):
|
|
1897
|
+
""" """
|
|
1898
|
+
...
|
|
1899
|
+
|
|
1900
|
+
def execute(self, context):
|
|
1901
|
+
"""
|
|
1902
|
+
|
|
1903
|
+
:param context:
|
|
1904
|
+
"""
|
|
1905
|
+
...
|
|
1906
|
+
|
|
1907
|
+
def get(self):
|
|
1908
|
+
""" """
|
|
1909
|
+
...
|
|
1910
|
+
|
|
1911
|
+
def get_node(self, context):
|
|
1912
|
+
"""
|
|
1913
|
+
|
|
1914
|
+
:param context:
|
|
1915
|
+
"""
|
|
1916
|
+
...
|
|
1917
|
+
|
|
1918
|
+
def id_properties_clear(self):
|
|
1919
|
+
""" """
|
|
1920
|
+
...
|
|
1921
|
+
|
|
1922
|
+
def id_properties_ensure(self):
|
|
1923
|
+
""" """
|
|
1924
|
+
...
|
|
1925
|
+
|
|
1926
|
+
def id_properties_ui(self):
|
|
1927
|
+
""" """
|
|
1928
|
+
...
|
|
1929
|
+
|
|
1930
|
+
def is_property_hidden(self):
|
|
1931
|
+
""" """
|
|
1932
|
+
...
|
|
1933
|
+
|
|
1934
|
+
def is_property_overridable_library(self):
|
|
1935
|
+
""" """
|
|
1936
|
+
...
|
|
1937
|
+
|
|
1938
|
+
def is_property_readonly(self):
|
|
1939
|
+
""" """
|
|
1940
|
+
...
|
|
1941
|
+
|
|
1942
|
+
def is_property_set(self):
|
|
1943
|
+
""" """
|
|
1944
|
+
...
|
|
1945
|
+
|
|
1946
|
+
def items(self):
|
|
1947
|
+
""" """
|
|
1948
|
+
...
|
|
1949
|
+
|
|
1950
|
+
def keyframe_delete(self):
|
|
1951
|
+
""" """
|
|
1952
|
+
...
|
|
1953
|
+
|
|
1954
|
+
def keyframe_insert(self):
|
|
1955
|
+
""" """
|
|
1956
|
+
...
|
|
1957
|
+
|
|
1958
|
+
def keys(self):
|
|
1959
|
+
""" """
|
|
1960
|
+
...
|
|
1961
|
+
|
|
1962
|
+
def path_from_id(self):
|
|
1963
|
+
""" """
|
|
1964
|
+
...
|
|
1965
|
+
|
|
1966
|
+
def path_resolve(self):
|
|
1967
|
+
""" """
|
|
1968
|
+
...
|
|
1969
|
+
|
|
1970
|
+
def poll(self, context):
|
|
1971
|
+
"""
|
|
1972
|
+
|
|
1973
|
+
:param context:
|
|
1974
|
+
"""
|
|
1975
|
+
...
|
|
1976
|
+
|
|
1977
|
+
def poll_message_set(self):
|
|
1978
|
+
""" """
|
|
1979
|
+
...
|
|
1980
|
+
|
|
1981
|
+
def pop(self):
|
|
1982
|
+
""" """
|
|
1983
|
+
...
|
|
1984
|
+
|
|
1985
|
+
def property_overridable_library_set(self):
|
|
1986
|
+
""" """
|
|
1987
|
+
...
|
|
1988
|
+
|
|
1989
|
+
def property_unset(self):
|
|
1990
|
+
""" """
|
|
1991
|
+
...
|
|
1992
|
+
|
|
1993
|
+
def type_recast(self):
|
|
1994
|
+
""" """
|
|
1995
|
+
...
|
|
1996
|
+
|
|
1997
|
+
def values(self):
|
|
1998
|
+
""" """
|
|
1999
|
+
...
|
|
2000
|
+
|
|
2001
|
+
class SimulationZoneItemMoveOperator(bpy_types.Operator):
|
|
2002
|
+
""" """
|
|
2003
|
+
|
|
2004
|
+
active_index_name: typing.Any
|
|
2005
|
+
""" """
|
|
2006
|
+
|
|
2007
|
+
bl_idname: typing.Any
|
|
2008
|
+
""" """
|
|
2009
|
+
|
|
2010
|
+
bl_label: typing.Any
|
|
2011
|
+
""" """
|
|
2012
|
+
|
|
2013
|
+
bl_options: typing.Any
|
|
2014
|
+
""" """
|
|
2015
|
+
|
|
2016
|
+
bl_rna: typing.Any
|
|
2017
|
+
""" """
|
|
2018
|
+
|
|
2019
|
+
id_data: typing.Any
|
|
2020
|
+
""" """
|
|
2021
|
+
|
|
2022
|
+
input_node_type: typing.Any
|
|
2023
|
+
""" """
|
|
2024
|
+
|
|
2025
|
+
items_name: typing.Any
|
|
2026
|
+
""" """
|
|
2027
|
+
|
|
2028
|
+
output_node_type: typing.Any
|
|
2029
|
+
""" """
|
|
2030
|
+
|
|
2031
|
+
def as_keywords(self, ignore):
|
|
2032
|
+
"""
|
|
2033
|
+
|
|
2034
|
+
:param ignore:
|
|
2035
|
+
"""
|
|
2036
|
+
...
|
|
2037
|
+
|
|
2038
|
+
def as_pointer(self):
|
|
2039
|
+
""" """
|
|
2040
|
+
...
|
|
2041
|
+
|
|
2042
|
+
def bl_rna_get_subclass(self):
|
|
2043
|
+
""" """
|
|
2044
|
+
...
|
|
2045
|
+
|
|
2046
|
+
def bl_rna_get_subclass_py(self):
|
|
2047
|
+
""" """
|
|
2048
|
+
...
|
|
2049
|
+
|
|
2050
|
+
def driver_add(self):
|
|
2051
|
+
""" """
|
|
2052
|
+
...
|
|
2053
|
+
|
|
2054
|
+
def driver_remove(self):
|
|
2055
|
+
""" """
|
|
2056
|
+
...
|
|
2057
|
+
|
|
2058
|
+
def execute(self, context):
|
|
2059
|
+
"""
|
|
2060
|
+
|
|
2061
|
+
:param context:
|
|
2062
|
+
"""
|
|
2063
|
+
...
|
|
2064
|
+
|
|
2065
|
+
def get(self):
|
|
2066
|
+
""" """
|
|
2067
|
+
...
|
|
2068
|
+
|
|
2069
|
+
def get_node(self, context):
|
|
2070
|
+
"""
|
|
2071
|
+
|
|
2072
|
+
:param context:
|
|
2073
|
+
"""
|
|
2074
|
+
...
|
|
2075
|
+
|
|
2076
|
+
def id_properties_clear(self):
|
|
2077
|
+
""" """
|
|
2078
|
+
...
|
|
2079
|
+
|
|
2080
|
+
def id_properties_ensure(self):
|
|
2081
|
+
""" """
|
|
2082
|
+
...
|
|
2083
|
+
|
|
2084
|
+
def id_properties_ui(self):
|
|
2085
|
+
""" """
|
|
2086
|
+
...
|
|
2087
|
+
|
|
2088
|
+
def is_property_hidden(self):
|
|
2089
|
+
""" """
|
|
2090
|
+
...
|
|
2091
|
+
|
|
2092
|
+
def is_property_overridable_library(self):
|
|
2093
|
+
""" """
|
|
2094
|
+
...
|
|
2095
|
+
|
|
2096
|
+
def is_property_readonly(self):
|
|
2097
|
+
""" """
|
|
2098
|
+
...
|
|
2099
|
+
|
|
2100
|
+
def is_property_set(self):
|
|
2101
|
+
""" """
|
|
2102
|
+
...
|
|
2103
|
+
|
|
2104
|
+
def items(self):
|
|
2105
|
+
""" """
|
|
2106
|
+
...
|
|
2107
|
+
|
|
2108
|
+
def keyframe_delete(self):
|
|
2109
|
+
""" """
|
|
2110
|
+
...
|
|
2111
|
+
|
|
2112
|
+
def keyframe_insert(self):
|
|
2113
|
+
""" """
|
|
2114
|
+
...
|
|
2115
|
+
|
|
2116
|
+
def keys(self):
|
|
2117
|
+
""" """
|
|
2118
|
+
...
|
|
2119
|
+
|
|
2120
|
+
def path_from_id(self):
|
|
2121
|
+
""" """
|
|
2122
|
+
...
|
|
2123
|
+
|
|
2124
|
+
def path_resolve(self):
|
|
2125
|
+
""" """
|
|
2126
|
+
...
|
|
2127
|
+
|
|
2128
|
+
def poll(self, context):
|
|
2129
|
+
"""
|
|
2130
|
+
|
|
2131
|
+
:param context:
|
|
2132
|
+
"""
|
|
2133
|
+
...
|
|
2134
|
+
|
|
2135
|
+
def poll_message_set(self):
|
|
2136
|
+
""" """
|
|
2137
|
+
...
|
|
2138
|
+
|
|
2139
|
+
def pop(self):
|
|
2140
|
+
""" """
|
|
2141
|
+
...
|
|
2142
|
+
|
|
2143
|
+
def property_overridable_library_set(self):
|
|
2144
|
+
""" """
|
|
2145
|
+
...
|
|
2146
|
+
|
|
2147
|
+
def property_unset(self):
|
|
2148
|
+
""" """
|
|
2149
|
+
...
|
|
2150
|
+
|
|
2151
|
+
def type_recast(self):
|
|
2152
|
+
""" """
|
|
2153
|
+
...
|
|
2154
|
+
|
|
2155
|
+
def values(self):
|
|
2156
|
+
""" """
|
|
2157
|
+
...
|
|
2158
|
+
|
|
2159
|
+
class SimulationZoneItemRemoveOperator(bpy_types.Operator):
|
|
2160
|
+
""" """
|
|
2161
|
+
|
|
2162
|
+
active_index_name: typing.Any
|
|
2163
|
+
""" """
|
|
2164
|
+
|
|
2165
|
+
bl_idname: typing.Any
|
|
2166
|
+
""" """
|
|
2167
|
+
|
|
2168
|
+
bl_label: typing.Any
|
|
2169
|
+
""" """
|
|
2170
|
+
|
|
2171
|
+
bl_options: typing.Any
|
|
2172
|
+
""" """
|
|
2173
|
+
|
|
2174
|
+
bl_rna: typing.Any
|
|
2175
|
+
""" """
|
|
2176
|
+
|
|
2177
|
+
id_data: typing.Any
|
|
2178
|
+
""" """
|
|
2179
|
+
|
|
2180
|
+
input_node_type: typing.Any
|
|
2181
|
+
""" """
|
|
2182
|
+
|
|
2183
|
+
items_name: typing.Any
|
|
2184
|
+
""" """
|
|
2185
|
+
|
|
2186
|
+
output_node_type: typing.Any
|
|
2187
|
+
""" """
|
|
2188
|
+
|
|
2189
|
+
def as_keywords(self, ignore):
|
|
2190
|
+
"""
|
|
2191
|
+
|
|
2192
|
+
:param ignore:
|
|
2193
|
+
"""
|
|
2194
|
+
...
|
|
2195
|
+
|
|
2196
|
+
def as_pointer(self):
|
|
2197
|
+
""" """
|
|
2198
|
+
...
|
|
2199
|
+
|
|
2200
|
+
def bl_rna_get_subclass(self):
|
|
2201
|
+
""" """
|
|
2202
|
+
...
|
|
2203
|
+
|
|
2204
|
+
def bl_rna_get_subclass_py(self):
|
|
2205
|
+
""" """
|
|
2206
|
+
...
|
|
2207
|
+
|
|
2208
|
+
def driver_add(self):
|
|
2209
|
+
""" """
|
|
2210
|
+
...
|
|
2211
|
+
|
|
2212
|
+
def driver_remove(self):
|
|
2213
|
+
""" """
|
|
2214
|
+
...
|
|
2215
|
+
|
|
2216
|
+
def execute(self, context):
|
|
2217
|
+
"""
|
|
2218
|
+
|
|
2219
|
+
:param context:
|
|
2220
|
+
"""
|
|
2221
|
+
...
|
|
2222
|
+
|
|
2223
|
+
def get(self):
|
|
2224
|
+
""" """
|
|
2225
|
+
...
|
|
2226
|
+
|
|
2227
|
+
def get_node(self, context):
|
|
2228
|
+
"""
|
|
2229
|
+
|
|
2230
|
+
:param context:
|
|
2231
|
+
"""
|
|
2232
|
+
...
|
|
2233
|
+
|
|
2234
|
+
def id_properties_clear(self):
|
|
2235
|
+
""" """
|
|
2236
|
+
...
|
|
2237
|
+
|
|
2238
|
+
def id_properties_ensure(self):
|
|
2239
|
+
""" """
|
|
2240
|
+
...
|
|
2241
|
+
|
|
2242
|
+
def id_properties_ui(self):
|
|
2243
|
+
""" """
|
|
2244
|
+
...
|
|
2245
|
+
|
|
2246
|
+
def is_property_hidden(self):
|
|
2247
|
+
""" """
|
|
2248
|
+
...
|
|
2249
|
+
|
|
2250
|
+
def is_property_overridable_library(self):
|
|
2251
|
+
""" """
|
|
2252
|
+
...
|
|
2253
|
+
|
|
2254
|
+
def is_property_readonly(self):
|
|
2255
|
+
""" """
|
|
2256
|
+
...
|
|
2257
|
+
|
|
2258
|
+
def is_property_set(self):
|
|
2259
|
+
""" """
|
|
2260
|
+
...
|
|
2261
|
+
|
|
2262
|
+
def items(self):
|
|
2263
|
+
""" """
|
|
2264
|
+
...
|
|
2265
|
+
|
|
2266
|
+
def keyframe_delete(self):
|
|
2267
|
+
""" """
|
|
2268
|
+
...
|
|
2269
|
+
|
|
2270
|
+
def keyframe_insert(self):
|
|
2271
|
+
""" """
|
|
2272
|
+
...
|
|
2273
|
+
|
|
2274
|
+
def keys(self):
|
|
2275
|
+
""" """
|
|
2276
|
+
...
|
|
2277
|
+
|
|
2278
|
+
def path_from_id(self):
|
|
2279
|
+
""" """
|
|
2280
|
+
...
|
|
2281
|
+
|
|
2282
|
+
def path_resolve(self):
|
|
2283
|
+
""" """
|
|
2284
|
+
...
|
|
2285
|
+
|
|
2286
|
+
def poll(self, context):
|
|
2287
|
+
"""
|
|
2288
|
+
|
|
2289
|
+
:param context:
|
|
2290
|
+
"""
|
|
2291
|
+
...
|
|
2292
|
+
|
|
2293
|
+
def poll_message_set(self):
|
|
2294
|
+
""" """
|
|
2295
|
+
...
|
|
2296
|
+
|
|
2297
|
+
def pop(self):
|
|
2298
|
+
""" """
|
|
2299
|
+
...
|
|
2300
|
+
|
|
2301
|
+
def property_overridable_library_set(self):
|
|
2302
|
+
""" """
|
|
2303
|
+
...
|
|
2304
|
+
|
|
2305
|
+
def property_unset(self):
|
|
2306
|
+
""" """
|
|
2307
|
+
...
|
|
2308
|
+
|
|
2309
|
+
def type_recast(self):
|
|
2310
|
+
""" """
|
|
2311
|
+
...
|
|
2312
|
+
|
|
2313
|
+
def values(self):
|
|
2314
|
+
""" """
|
|
2315
|
+
...
|
|
2316
|
+
|
|
2317
|
+
class SimulationZoneOperator(ZoneOperator):
|
|
2318
|
+
""" """
|
|
2319
|
+
|
|
2320
|
+
active_index_name: typing.Any
|
|
2321
|
+
""" """
|
|
2322
|
+
|
|
629
2323
|
input_node_type: typing.Any
|
|
2324
|
+
""" """
|
|
2325
|
+
|
|
630
2326
|
items_name: typing.Any
|
|
2327
|
+
""" """
|
|
2328
|
+
|
|
631
2329
|
output_node_type: typing.Any
|
|
2330
|
+
""" """
|
|
2331
|
+
|
|
2332
|
+
def get_node(self, context):
|
|
2333
|
+
"""
|
|
2334
|
+
|
|
2335
|
+
:param context:
|
|
2336
|
+
"""
|
|
2337
|
+
...
|
|
2338
|
+
|
|
2339
|
+
def poll(self, context):
|
|
2340
|
+
"""
|
|
2341
|
+
|
|
2342
|
+
:param context:
|
|
2343
|
+
"""
|
|
2344
|
+
...
|
|
2345
|
+
|
|
2346
|
+
class SocketItemAddOperator:
|
|
2347
|
+
""" """
|
|
2348
|
+
|
|
2349
|
+
active_index_name: typing.Any
|
|
2350
|
+
""" """
|
|
2351
|
+
|
|
2352
|
+
default_socket_type: typing.Any
|
|
2353
|
+
""" """
|
|
2354
|
+
|
|
2355
|
+
items_name: typing.Any
|
|
2356
|
+
""" """
|
|
2357
|
+
|
|
2358
|
+
def execute(self, context):
|
|
2359
|
+
"""
|
|
2360
|
+
|
|
2361
|
+
:param context:
|
|
2362
|
+
"""
|
|
2363
|
+
...
|
|
2364
|
+
|
|
2365
|
+
class SocketItemRemoveOperator:
|
|
2366
|
+
""" """
|
|
2367
|
+
|
|
2368
|
+
active_index_name: typing.Any
|
|
2369
|
+
""" """
|
|
2370
|
+
|
|
2371
|
+
items_name: typing.Any
|
|
2372
|
+
""" """
|
|
2373
|
+
|
|
2374
|
+
def execute(self, context):
|
|
2375
|
+
"""
|
|
2376
|
+
|
|
2377
|
+
:param context:
|
|
2378
|
+
"""
|
|
2379
|
+
...
|
|
2380
|
+
|
|
2381
|
+
class SocketMoveItemOperator:
|
|
2382
|
+
""" """
|
|
2383
|
+
|
|
2384
|
+
active_index_name: typing.Any
|
|
2385
|
+
""" """
|
|
2386
|
+
|
|
2387
|
+
items_name: typing.Any
|
|
2388
|
+
""" """
|
|
2389
|
+
|
|
2390
|
+
def execute(self, context):
|
|
2391
|
+
"""
|
|
2392
|
+
|
|
2393
|
+
:param context:
|
|
2394
|
+
"""
|
|
2395
|
+
...
|
|
2396
|
+
|
|
2397
|
+
class NodeOperator:
|
|
2398
|
+
""" """
|
|
2399
|
+
|
|
2400
|
+
def get_node(self, context):
|
|
2401
|
+
"""
|
|
2402
|
+
|
|
2403
|
+
:param context:
|
|
2404
|
+
"""
|
|
2405
|
+
...
|
|
2406
|
+
|
|
2407
|
+
def poll(self, context):
|
|
2408
|
+
"""
|
|
2409
|
+
|
|
2410
|
+
:param context:
|
|
2411
|
+
"""
|
|
2412
|
+
...
|
|
2413
|
+
|
|
2414
|
+
class ZoneOperator:
|
|
2415
|
+
""" """
|
|
2416
|
+
|
|
2417
|
+
def get_node(self, context):
|
|
2418
|
+
"""
|
|
2419
|
+
|
|
2420
|
+
:param context:
|
|
2421
|
+
"""
|
|
2422
|
+
...
|
|
2423
|
+
|
|
2424
|
+
def poll(self, context):
|
|
2425
|
+
"""
|
|
2426
|
+
|
|
2427
|
+
:param context:
|
|
2428
|
+
"""
|
|
2429
|
+
...
|
|
2430
|
+
|
|
2431
|
+
def add_empty_geometry_node_group(name):
|
|
2432
|
+
""" """
|
|
2433
|
+
|
|
2434
|
+
...
|
|
2435
|
+
|
|
2436
|
+
def edit_geometry_nodes_modifier_poll(context):
|
|
2437
|
+
""" """
|
|
2438
|
+
|
|
2439
|
+
...
|
|
2440
|
+
|
|
2441
|
+
def geometry_modifier_poll(context):
|
|
2442
|
+
""" """
|
|
2443
|
+
|
|
2444
|
+
...
|
|
2445
|
+
|
|
2446
|
+
def geometry_node_group_empty_modifier_new(name):
|
|
2447
|
+
""" """
|
|
2448
|
+
|
|
2449
|
+
...
|
|
2450
|
+
|
|
2451
|
+
def geometry_node_group_empty_new(name):
|
|
2452
|
+
""" """
|
|
2453
|
+
|
|
2454
|
+
...
|
|
2455
|
+
|
|
2456
|
+
def geometry_node_group_empty_tool_new(context):
|
|
2457
|
+
""" """
|
|
2458
|
+
|
|
2459
|
+
...
|
|
2460
|
+
|
|
2461
|
+
def get_context_modifier(context):
|
|
2462
|
+
""" """
|
|
2463
|
+
|
|
2464
|
+
...
|
|
2465
|
+
|
|
2466
|
+
def get_enabled_socket_with_name(sockets, name):
|
|
2467
|
+
""" """
|
|
2468
|
+
|
|
2469
|
+
...
|
|
2470
|
+
|
|
2471
|
+
def get_socket_with_identifier(sockets, identifier):
|
|
2472
|
+
""" """
|
|
2473
|
+
|
|
2474
|
+
...
|
|
2475
|
+
|
|
2476
|
+
def modifier_attribute_name_get(modifier, identifier):
|
|
2477
|
+
""" """
|
|
2478
|
+
|
|
2479
|
+
...
|
|
2480
|
+
|
|
2481
|
+
def modifier_input_use_attribute(modifier, identifier):
|
|
2482
|
+
""" """
|
|
2483
|
+
|
|
2484
|
+
...
|
|
2485
|
+
|
|
2486
|
+
def socket_idname_to_attribute_type(idname):
|
|
2487
|
+
""" """
|
|
632
2488
|
|
|
633
|
-
|
|
634
|
-
def as_pointer(self): ...
|
|
635
|
-
def bl_rna_get_subclass(self): ...
|
|
636
|
-
def bl_rna_get_subclass_py(self): ...
|
|
637
|
-
def driver_add(self): ...
|
|
638
|
-
def driver_remove(self): ...
|
|
639
|
-
def execute(self, context): ...
|
|
640
|
-
def get(self): ...
|
|
641
|
-
def get_node(self, context): ...
|
|
642
|
-
def id_properties_clear(self): ...
|
|
643
|
-
def id_properties_ensure(self): ...
|
|
644
|
-
def id_properties_ui(self): ...
|
|
645
|
-
def is_property_hidden(self): ...
|
|
646
|
-
def is_property_overridable_library(self): ...
|
|
647
|
-
def is_property_readonly(self): ...
|
|
648
|
-
def is_property_set(self): ...
|
|
649
|
-
def items(self): ...
|
|
650
|
-
def keyframe_delete(self): ...
|
|
651
|
-
def keyframe_insert(self): ...
|
|
652
|
-
def keys(self): ...
|
|
653
|
-
def path_from_id(self): ...
|
|
654
|
-
def path_resolve(self): ...
|
|
655
|
-
def poll(self, context): ...
|
|
656
|
-
def poll_message_set(self): ...
|
|
657
|
-
def pop(self): ...
|
|
658
|
-
def property_overridable_library_set(self): ...
|
|
659
|
-
def property_unset(self): ...
|
|
660
|
-
def type_recast(self): ...
|
|
661
|
-
def values(self): ...
|
|
662
|
-
|
|
663
|
-
def add_empty_geometry_node_group(name): ...
|
|
664
|
-
def edit_geometry_nodes_modifier_poll(context): ...
|
|
665
|
-
def geometry_modifier_poll(context): ...
|
|
666
|
-
def geometry_node_group_empty_modifier_new(name): ...
|
|
667
|
-
def geometry_node_group_empty_new(name): ...
|
|
668
|
-
def geometry_node_group_empty_tool_new(context): ...
|
|
669
|
-
def get_context_modifier(context): ...
|
|
670
|
-
def get_enabled_socket_with_name(sockets, name): ...
|
|
671
|
-
def get_socket_with_identifier(sockets, identifier): ...
|
|
672
|
-
def modifier_attribute_name_get(modifier, identifier): ...
|
|
673
|
-
def modifier_input_use_attribute(modifier, identifier): ...
|
|
674
|
-
def socket_idname_to_attribute_type(idname): ...
|
|
2489
|
+
...
|