fake-bpy-module 20240321__py3-none-any.whl → 20240324__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 -10
- animsys_refactor/__init__.pyi +27 -11
- aud/__init__.pyi +130 -123
- bgl/__init__.pyi +1831 -216
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +19 -10
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +19 -23
- bl_i18n_utils/utils/__init__.pyi +81 -143
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +120 -49
- bl_operators/anim/__init__.pyi +903 -297
- bl_operators/assets/__init__.pyi +348 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1262 -470
- bl_operators/console/__init__.pyi +542 -160
- bl_operators/constraint/__init__.pyi +452 -140
- bl_operators/file/__init__.pyi +339 -114
- bl_operators/freestyle/__init__.pyi +440 -132
- bl_operators/geometry_nodes/__init__.pyi +2131 -842
- bl_operators/image/__init__.pyi +330 -97
- bl_operators/mesh/__init__.pyi +339 -109
- bl_operators/node/__init__.pyi +1506 -621
- bl_operators/object/__init__.pyi +1828 -668
- bl_operators/object_align/__init__.pyi +124 -35
- bl_operators/object_quick_effects/__init__.pyi +470 -149
- bl_operators/object_randomize_transform/__init__.pyi +114 -35
- bl_operators/presets/__init__.pyi +3056 -1374
- bl_operators/rigidbody/__init__.pyi +336 -106
- bl_operators/screen_play_rendered_anim/__init__.pyi +115 -33
- bl_operators/sequencer/__init__.pyi +579 -204
- bl_operators/spreadsheet/__init__.pyi +110 -38
- bl_operators/userpref/__init__.pyi +3201 -1236
- bl_operators/uvcalc_follow_active/__init__.pyi +119 -38
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -54
- bl_operators/uvcalc_transform/__init__.pyi +295 -83
- bl_operators/vertexpaint_dirt/__init__.pyi +119 -34
- bl_operators/view3d/__init__.pyi +542 -184
- bl_operators/wm/__init__.pyi +5554 -2159
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +346 -146
- bl_ui/anim/__init__.pyi +107 -47
- bl_ui/asset_shelf/__init__.pyi +111 -33
- bl_ui/generic_ui_list/__init__.pyi +349 -146
- bl_ui/node_add_menu/__init__.pyi +138 -53
- bl_ui/node_add_menu_compositor/__init__.pyi +2134 -1016
- bl_ui/node_add_menu_geometry/__init__.pyi +5833 -2855
- bl_ui/node_add_menu_shader/__init__.pyi +1162 -511
- bl_ui/node_add_menu_texture/__init__.pyi +1008 -450
- bl_ui/properties_animviz/__init__.pyi +14 -12
- bl_ui/properties_collection/__init__.pyi +601 -218
- bl_ui/properties_constraint/__init__.pyi +10115 -10647
- bl_ui/properties_data_armature/__init__.pyi +1550 -648
- bl_ui/properties_data_bone/__init__.pyi +1317 -511
- bl_ui/properties_data_camera/__init__.pyi +1852 -719
- bl_ui/properties_data_curve/__init__.pyi +2015 -781
- bl_ui/properties_data_curves/__init__.pyi +713 -262
- bl_ui/properties_data_empty/__init__.pyi +252 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2505 -1105
- bl_ui/properties_data_grease_pencil/__init__.pyi +1350 -594
- bl_ui/properties_data_lattice/__init__.pyi +374 -123
- bl_ui/properties_data_light/__init__.pyi +1319 -489
- bl_ui/properties_data_lightprobe/__init__.pyi +734 -241
- bl_ui/properties_data_mesh/__init__.pyi +2652 -1189
- bl_ui/properties_data_metaball/__init__.pyi +610 -197
- bl_ui/properties_data_modifier/__init__.pyi +1143 -506
- bl_ui/properties_data_pointcloud/__init__.pyi +670 -303
- bl_ui/properties_data_shaderfx/__init__.pyi +126 -36
- bl_ui/properties_data_speaker/__init__.pyi +618 -195
- bl_ui/properties_data_volume/__init__.pyi +1052 -408
- bl_ui/properties_freestyle/__init__.pyi +3366 -1450
- bl_ui/properties_grease_pencil_common/__init__.pyi +1634 -776
- bl_ui/properties_mask_common/__init__.pyi +803 -371
- bl_ui/properties_material/__init__.pyi +2038 -831
- bl_ui/properties_material_gpencil/__init__.pyi +1272 -523
- bl_ui/properties_object/__init__.pyi +1863 -745
- bl_ui/properties_output/__init__.pyi +2482 -1071
- bl_ui/properties_paint_common/__init__.pyi +317 -424
- bl_ui/properties_particle/__init__.pyi +7235 -2942
- bl_ui/properties_physics_cloth/__init__.pyi +1903 -758
- bl_ui/properties_physics_common/__init__.pyi +164 -51
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2787 -1114
- bl_ui/properties_physics_field/__init__.pyi +1294 -486
- bl_ui/properties_physics_fluid/__init__.pyi +3631 -1545
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +115 -34
- bl_ui/properties_physics_rigidbody/__init__.pyi +983 -312
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1718 -656
- bl_ui/properties_physics_softbody/__init__.pyi +2091 -836
- bl_ui/properties_render/__init__.pyi +7177 -2939
- bl_ui/properties_scene/__init__.pyi +1881 -760
- bl_ui/properties_texture/__init__.pyi +3539 -1399
- bl_ui/properties_view_layer/__init__.pyi +2368 -940
- bl_ui/properties_workspace/__init__.pyi +517 -202
- bl_ui/properties_world/__init__.pyi +862 -269
- bl_ui/space_clip/__init__.pyi +9127 -4137
- bl_ui/space_console/__init__.pyi +666 -286
- bl_ui/space_dopesheet/__init__.pyi +3287 -1504
- bl_ui/space_filebrowser/__init__.pyi +3958 -1935
- bl_ui/space_graph/__init__.pyi +2406 -1142
- bl_ui/space_image/__init__.pyi +9242 -4526
- bl_ui/space_info/__init__.pyi +664 -285
- bl_ui/space_nla/__init__.pyi +2014 -932
- bl_ui/space_node/__init__.pyi +4549 -1949
- bl_ui/space_outliner/__init__.pyi +1619 -745
- bl_ui/space_properties/__init__.pyi +340 -105
- bl_ui/space_sequencer/__init__.pyi +9396 -4264
- bl_ui/space_spreadsheet/__init__.pyi +110 -60
- bl_ui/space_statusbar/__init__.pyi +107 -32
- bl_ui/space_text/__init__.pyi +1907 -872
- bl_ui/space_time/__init__.pyi +812 -327
- bl_ui/space_toolsystem_common/__init__.pyi +203 -99
- bl_ui/space_toolsystem_toolbar/__init__.pyi +845 -289
- bl_ui/space_topbar/__init__.pyi +3131 -1437
- bl_ui/space_userpref/__init__.pyi +11510 -4926
- bl_ui/space_view3d/__init__.pyi +31358 -14417
- bl_ui/space_view3d_toolbar/__init__.pyi +12401 -6163
- bl_ui/utils/__init__.pyi +7 -16
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +253 -247
- bmesh/utils/__init__.pyi +54 -54
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +316 -415
- bpy/ops/anim/__init__.pyi +428 -566
- bpy/ops/armature/__init__.pyi +360 -488
- bpy/ops/asset/__init__.pyi +146 -183
- bpy/ops/boid/__init__.pyi +50 -67
- bpy/ops/brush/__init__.pyi +72 -96
- bpy/ops/buttons/__init__.pyi +128 -142
- bpy/ops/cachefile/__init__.pyi +124 -137
- bpy/ops/camera/__init__.pyi +22 -28
- bpy/ops/clip/__init__.pyi +768 -1005
- bpy/ops/cloth/__init__.pyi +10 -13
- bpy/ops/collection/__init__.pyi +36 -50
- bpy/ops/console/__init__.pyi +150 -203
- bpy/ops/constraint/__init__.pyi +150 -201
- bpy/ops/curve/__init__.pyi +474 -607
- bpy/ops/curves/__init__.pyi +170 -221
- bpy/ops/cycles/__init__.pyi +18 -26
- bpy/ops/dpaint/__init__.pyi +34 -46
- bpy/ops/ed/__init__.pyi +122 -149
- bpy/ops/export_anim/__init__.pyi +18 -21
- bpy/ops/export_mesh/__init__.pyi +26 -29
- bpy/ops/export_scene/__init__.pyi +307 -342
- bpy/ops/file/__init__.pyi +342 -436
- bpy/ops/fluid/__init__.pyi +88 -117
- bpy/ops/font/__init__.pyi +252 -311
- bpy/ops/geometry/__init__.pyi +86 -113
- bpy/ops/gizmogroup/__init__.pyi +22 -27
- bpy/ops/gpencil/__init__.pyi +1444 -1864
- bpy/ops/graph/__init__.pyi +646 -823
- bpy/ops/grease_pencil/__init__.pyi +426 -576
- bpy/ops/image/__init__.pyi +612 -733
- bpy/ops/import_anim/__init__.pyi +26 -29
- bpy/ops/import_curve/__init__.pyi +6 -9
- bpy/ops/import_mesh/__init__.pyi +18 -23
- bpy/ops/import_scene/__init__.pyi +86 -101
- bpy/ops/info/__init__.pyi +60 -77
- bpy/ops/lattice/__init__.pyi +64 -85
- bpy/ops/marker/__init__.pyi +106 -137
- bpy/ops/mask/__init__.pyi +318 -420
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -93
- bpy/ops/mesh/__init__.pyi +1988 -2460
- bpy/ops/nla/__init__.pyi +331 -429
- bpy/ops/node/__init__.pyi +852 -1115
- bpy/ops/object/__init__.pyi +2420 -3081
- bpy/ops/outliner/__init__.pyi +498 -661
- bpy/ops/paint/__init__.pyi +518 -667
- bpy/ops/paintcurve/__init__.pyi +64 -84
- bpy/ops/palette/__init__.pyi +48 -66
- bpy/ops/particle/__init__.pyi +264 -355
- bpy/ops/pose/__init__.pyi +336 -438
- bpy/ops/poselib/__init__.pyi +70 -92
- bpy/ops/preferences/__init__.pyi +336 -440
- bpy/ops/ptcache/__init__.pyi +46 -62
- bpy/ops/render/__init__.pyi +114 -147
- bpy/ops/rigidbody/__init__.pyi +102 -135
- bpy/ops/scene/__init__.pyi +270 -364
- bpy/ops/screen/__init__.pyi +378 -477
- bpy/ops/script/__init__.pyi +18 -26
- bpy/ops/sculpt/__init__.pyi +400 -488
- bpy/ops/sculpt_curves/__init__.pyi +40 -53
- bpy/ops/sequencer/__init__.pyi +1040 -1279
- bpy/ops/sound/__init__.pyi +208 -226
- bpy/ops/spreadsheet/__init__.pyi +30 -40
- bpy/ops/surface/__init__.pyi +108 -126
- bpy/ops/text/__init__.pyi +382 -486
- bpy/ops/text_editor/__init__.pyi +10 -13
- bpy/ops/texture/__init__.pyi +26 -35
- bpy/ops/transform/__init__.pyi +790 -905
- bpy/ops/ui/__init__.pyi +216 -291
- bpy/ops/uilist/__init__.pyi +20 -29
- bpy/ops/uv/__init__.pyi +600 -742
- bpy/ops/view2d/__init__.pyi +156 -195
- bpy/ops/view3d/__init__.pyi +576 -742
- bpy/ops/wm/__init__.pyi +2360 -2702
- bpy/ops/workspace/__init__.pyi +42 -57
- bpy/ops/world/__init__.pyi +6 -8
- bpy/path/__init__.pyi +110 -81
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86446 -87424
- bpy/utils/__init__.pyi +242 -154
- bpy/utils/previews/__init__.pyi +57 -57
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/anim_utils/__init__.pyi +11 -31
- bpy_extras/asset_utils/__init__.pyi +4 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -1
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3748 -1248
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240324.dist-info}/METADATA +1 -1
- fake_bpy_module-20240324.dist-info/RECORD +343 -0
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +463 -470
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +27 -17
- gpu/capabilities/__init__.pyi +19 -20
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +26 -6
- gpu_extras/presets/__init__.pyi +51 -16
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +2520 -1085
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +491 -423
- mathutils/bvhtree/__init__.pyi +26 -31
- mathutils/geometry/__init__.pyi +176 -185
- mathutils/kdtree/__init__.pyi +14 -17
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +37 -15
- nodeitems_utils/__init__.pyi +45 -13
- rna_info/__init__.pyi +177 -76
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +56 -14
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- fake_bpy_module-20240321.dist-info/RECORD +0 -343
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240324.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240321.dist-info → fake_bpy_module-20240324.dist-info}/top_level.txt +0 -0
|
@@ -3,503 +3,1830 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
+
class BakeNodeItemAddOperator(bpy_types.Operator):
|
|
7
|
+
""" """
|
|
8
|
+
|
|
9
|
+
active_index_name: typing.Any
|
|
10
|
+
""" """
|
|
11
|
+
|
|
12
|
+
bl_idname: typing.Any
|
|
13
|
+
""" """
|
|
14
|
+
|
|
15
|
+
bl_label: typing.Any
|
|
16
|
+
""" """
|
|
17
|
+
|
|
18
|
+
bl_options: typing.Any
|
|
19
|
+
""" """
|
|
20
|
+
|
|
21
|
+
bl_rna: typing.Any
|
|
22
|
+
""" """
|
|
23
|
+
|
|
24
|
+
default_socket_type: typing.Any
|
|
25
|
+
""" """
|
|
26
|
+
|
|
27
|
+
id_data: typing.Any
|
|
28
|
+
""" """
|
|
29
|
+
|
|
30
|
+
items_name: typing.Any
|
|
31
|
+
""" """
|
|
32
|
+
|
|
33
|
+
node_type: typing.Any
|
|
34
|
+
""" """
|
|
35
|
+
|
|
36
|
+
def as_keywords(self, ignore):
|
|
37
|
+
"""
|
|
38
|
+
|
|
39
|
+
:param ignore:
|
|
40
|
+
"""
|
|
41
|
+
...
|
|
42
|
+
|
|
43
|
+
def as_pointer(self):
|
|
44
|
+
""" """
|
|
45
|
+
...
|
|
46
|
+
|
|
47
|
+
def bl_rna_get_subclass(self):
|
|
48
|
+
""" """
|
|
49
|
+
...
|
|
50
|
+
|
|
51
|
+
def bl_rna_get_subclass_py(self):
|
|
52
|
+
""" """
|
|
53
|
+
...
|
|
54
|
+
|
|
55
|
+
def driver_add(self):
|
|
56
|
+
""" """
|
|
57
|
+
...
|
|
58
|
+
|
|
59
|
+
def driver_remove(self):
|
|
60
|
+
""" """
|
|
61
|
+
...
|
|
62
|
+
|
|
63
|
+
def execute(self, context):
|
|
64
|
+
"""
|
|
65
|
+
|
|
66
|
+
:param context:
|
|
67
|
+
"""
|
|
68
|
+
...
|
|
69
|
+
|
|
70
|
+
def get(self):
|
|
71
|
+
""" """
|
|
72
|
+
...
|
|
73
|
+
|
|
74
|
+
def get_node(self, context):
|
|
75
|
+
"""
|
|
76
|
+
|
|
77
|
+
:param context:
|
|
78
|
+
"""
|
|
79
|
+
...
|
|
80
|
+
|
|
81
|
+
def id_properties_clear(self):
|
|
82
|
+
""" """
|
|
83
|
+
...
|
|
84
|
+
|
|
85
|
+
def id_properties_ensure(self):
|
|
86
|
+
""" """
|
|
87
|
+
...
|
|
88
|
+
|
|
89
|
+
def id_properties_ui(self):
|
|
90
|
+
""" """
|
|
91
|
+
...
|
|
92
|
+
|
|
93
|
+
def is_property_hidden(self):
|
|
94
|
+
""" """
|
|
95
|
+
...
|
|
96
|
+
|
|
97
|
+
def is_property_overridable_library(self):
|
|
98
|
+
""" """
|
|
99
|
+
...
|
|
100
|
+
|
|
101
|
+
def is_property_readonly(self):
|
|
102
|
+
""" """
|
|
103
|
+
...
|
|
104
|
+
|
|
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
|
+
""" """
|
|
166
|
+
|
|
167
|
+
active_index_name: typing.Any
|
|
168
|
+
""" """
|
|
169
|
+
|
|
170
|
+
bl_idname: typing.Any
|
|
171
|
+
""" """
|
|
172
|
+
|
|
173
|
+
bl_label: typing.Any
|
|
174
|
+
""" """
|
|
175
|
+
|
|
176
|
+
bl_options: typing.Any
|
|
177
|
+
""" """
|
|
178
|
+
|
|
179
|
+
bl_rna: typing.Any
|
|
180
|
+
""" """
|
|
181
|
+
|
|
182
|
+
id_data: typing.Any
|
|
183
|
+
""" """
|
|
184
|
+
|
|
185
|
+
items_name: typing.Any
|
|
186
|
+
""" """
|
|
187
|
+
|
|
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
|
+
""" """
|
|
321
|
+
|
|
322
|
+
active_index_name: typing.Any
|
|
323
|
+
""" """
|
|
324
|
+
|
|
325
|
+
bl_idname: typing.Any
|
|
326
|
+
""" """
|
|
327
|
+
|
|
328
|
+
bl_label: typing.Any
|
|
329
|
+
""" """
|
|
330
|
+
|
|
331
|
+
bl_options: typing.Any
|
|
332
|
+
""" """
|
|
333
|
+
|
|
334
|
+
bl_rna: typing.Any
|
|
335
|
+
""" """
|
|
336
|
+
|
|
337
|
+
id_data: typing.Any
|
|
338
|
+
""" """
|
|
339
|
+
|
|
340
|
+
items_name: typing.Any
|
|
341
|
+
""" """
|
|
342
|
+
|
|
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
|
+
""" """
|
|
476
|
+
|
|
477
|
+
active_index_name: typing.Any
|
|
478
|
+
""" """
|
|
479
|
+
|
|
480
|
+
items_name: typing.Any
|
|
481
|
+
""" """
|
|
482
|
+
|
|
483
|
+
node_type: typing.Any
|
|
484
|
+
""" """
|
|
485
|
+
|
|
486
|
+
def get_node(self, context):
|
|
487
|
+
"""
|
|
488
|
+
|
|
489
|
+
:param context:
|
|
490
|
+
"""
|
|
491
|
+
...
|
|
492
|
+
|
|
493
|
+
def poll(self, context):
|
|
494
|
+
"""
|
|
495
|
+
|
|
496
|
+
:param context:
|
|
497
|
+
"""
|
|
498
|
+
...
|
|
499
|
+
|
|
6
500
|
class IndexSwitchItemAddOperator(bpy_types.Operator):
|
|
501
|
+
""" """
|
|
502
|
+
|
|
503
|
+
bl_idname: typing.Any
|
|
504
|
+
""" """
|
|
505
|
+
|
|
506
|
+
bl_label: typing.Any
|
|
507
|
+
""" """
|
|
508
|
+
|
|
509
|
+
bl_options: typing.Any
|
|
510
|
+
""" """
|
|
511
|
+
|
|
512
|
+
bl_rna: typing.Any
|
|
513
|
+
""" """
|
|
514
|
+
|
|
515
|
+
id_data: typing.Any
|
|
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
|
+
""" """
|
|
641
|
+
|
|
642
|
+
bl_idname: typing.Any
|
|
643
|
+
""" """
|
|
644
|
+
|
|
645
|
+
bl_label: typing.Any
|
|
646
|
+
""" """
|
|
647
|
+
|
|
648
|
+
bl_options: typing.Any
|
|
649
|
+
""" """
|
|
650
|
+
|
|
651
|
+
bl_rna: typing.Any
|
|
652
|
+
""" """
|
|
653
|
+
|
|
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
|
+
|
|
7
1501
|
bl_idname: typing.Any
|
|
1502
|
+
""" """
|
|
1503
|
+
|
|
8
1504
|
bl_label: typing.Any
|
|
1505
|
+
""" """
|
|
1506
|
+
|
|
9
1507
|
bl_options: typing.Any
|
|
1508
|
+
""" """
|
|
1509
|
+
|
|
10
1510
|
bl_rna: typing.Any
|
|
1511
|
+
""" """
|
|
1512
|
+
|
|
11
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
|
+
""" """
|
|
12
1524
|
|
|
13
1525
|
def as_keywords(self, ignore):
|
|
14
1526
|
"""
|
|
15
1527
|
|
|
16
|
-
:param self:
|
|
17
|
-
:type self:
|
|
18
1528
|
:param ignore:
|
|
19
|
-
:type ignore:
|
|
20
1529
|
"""
|
|
21
1530
|
...
|
|
22
1531
|
|
|
23
|
-
def as_pointer(self):
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
def driver_add(self): ...
|
|
27
|
-
def driver_remove(self): ...
|
|
28
|
-
def execute(self, context):
|
|
29
|
-
"""
|
|
1532
|
+
def as_pointer(self):
|
|
1533
|
+
""" """
|
|
1534
|
+
...
|
|
30
1535
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
:type context:
|
|
35
|
-
"""
|
|
36
|
-
...
|
|
37
|
-
|
|
38
|
-
def get(self): ...
|
|
39
|
-
def id_properties_clear(self): ...
|
|
40
|
-
def id_properties_ensure(self): ...
|
|
41
|
-
def id_properties_ui(self): ...
|
|
42
|
-
def is_property_hidden(self): ...
|
|
43
|
-
def is_property_overridable_library(self): ...
|
|
44
|
-
def is_property_readonly(self): ...
|
|
45
|
-
def is_property_set(self): ...
|
|
46
|
-
def items(self): ...
|
|
47
|
-
def keyframe_delete(self): ...
|
|
48
|
-
def keyframe_insert(self): ...
|
|
49
|
-
def keys(self): ...
|
|
50
|
-
def path_from_id(self): ...
|
|
51
|
-
def path_resolve(self): ...
|
|
52
|
-
def poll(self, context):
|
|
53
|
-
"""
|
|
1536
|
+
def bl_rna_get_subclass(self):
|
|
1537
|
+
""" """
|
|
1538
|
+
...
|
|
54
1539
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
"""
|
|
1540
|
+
def bl_rna_get_subclass_py(self):
|
|
1541
|
+
""" """
|
|
58
1542
|
...
|
|
59
1543
|
|
|
60
|
-
def
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
def property_unset(self): ...
|
|
64
|
-
def type_recast(self): ...
|
|
65
|
-
def values(self): ...
|
|
1544
|
+
def driver_add(self):
|
|
1545
|
+
""" """
|
|
1546
|
+
...
|
|
66
1547
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
bl_options: typing.Any
|
|
71
|
-
bl_rna: typing.Any
|
|
72
|
-
id_data: typing.Any
|
|
1548
|
+
def driver_remove(self):
|
|
1549
|
+
""" """
|
|
1550
|
+
...
|
|
73
1551
|
|
|
74
|
-
def
|
|
1552
|
+
def execute(self, context):
|
|
75
1553
|
"""
|
|
76
1554
|
|
|
77
|
-
:param
|
|
78
|
-
:type self:
|
|
79
|
-
:param ignore:
|
|
80
|
-
:type ignore:
|
|
1555
|
+
:param context:
|
|
81
1556
|
"""
|
|
82
1557
|
...
|
|
83
1558
|
|
|
84
|
-
def
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
def driver_add(self): ...
|
|
88
|
-
def driver_remove(self): ...
|
|
89
|
-
def execute(self, context):
|
|
90
|
-
"""
|
|
1559
|
+
def get(self):
|
|
1560
|
+
""" """
|
|
1561
|
+
...
|
|
91
1562
|
|
|
92
|
-
|
|
93
|
-
:type self:
|
|
94
|
-
:param context:
|
|
95
|
-
:type context:
|
|
96
|
-
"""
|
|
97
|
-
...
|
|
98
|
-
|
|
99
|
-
def get(self): ...
|
|
100
|
-
def id_properties_clear(self): ...
|
|
101
|
-
def id_properties_ensure(self): ...
|
|
102
|
-
def id_properties_ui(self): ...
|
|
103
|
-
def is_property_hidden(self): ...
|
|
104
|
-
def is_property_overridable_library(self): ...
|
|
105
|
-
def is_property_readonly(self): ...
|
|
106
|
-
def is_property_set(self): ...
|
|
107
|
-
def items(self): ...
|
|
108
|
-
def keyframe_delete(self): ...
|
|
109
|
-
def keyframe_insert(self): ...
|
|
110
|
-
def keys(self): ...
|
|
111
|
-
def path_from_id(self): ...
|
|
112
|
-
def path_resolve(self): ...
|
|
113
|
-
def poll(self, context):
|
|
1563
|
+
def get_node(self, context):
|
|
114
1564
|
"""
|
|
115
1565
|
|
|
116
1566
|
:param context:
|
|
117
|
-
:type context:
|
|
118
1567
|
"""
|
|
119
1568
|
...
|
|
120
1569
|
|
|
121
|
-
def
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
def property_unset(self): ...
|
|
125
|
-
def type_recast(self): ...
|
|
126
|
-
def values(self): ...
|
|
1570
|
+
def id_properties_clear(self):
|
|
1571
|
+
""" """
|
|
1572
|
+
...
|
|
127
1573
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
bl_options: typing.Any
|
|
132
|
-
bl_rna: typing.Any
|
|
133
|
-
id_data: typing.Any
|
|
1574
|
+
def id_properties_ensure(self):
|
|
1575
|
+
""" """
|
|
1576
|
+
...
|
|
134
1577
|
|
|
135
|
-
def
|
|
136
|
-
"""
|
|
1578
|
+
def id_properties_ui(self):
|
|
1579
|
+
""" """
|
|
1580
|
+
...
|
|
137
1581
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
:param ignore:
|
|
141
|
-
:type ignore:
|
|
142
|
-
"""
|
|
1582
|
+
def is_property_hidden(self):
|
|
1583
|
+
""" """
|
|
143
1584
|
...
|
|
144
1585
|
|
|
145
|
-
def
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
def driver_add(self): ...
|
|
149
|
-
def driver_remove(self): ...
|
|
150
|
-
def execute(self, context):
|
|
151
|
-
"""
|
|
1586
|
+
def is_property_overridable_library(self):
|
|
1587
|
+
""" """
|
|
1588
|
+
...
|
|
152
1589
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
:type context:
|
|
157
|
-
"""
|
|
158
|
-
...
|
|
159
|
-
|
|
160
|
-
def get(self): ...
|
|
161
|
-
def id_properties_clear(self): ...
|
|
162
|
-
def id_properties_ensure(self): ...
|
|
163
|
-
def id_properties_ui(self): ...
|
|
164
|
-
def is_property_hidden(self): ...
|
|
165
|
-
def is_property_overridable_library(self): ...
|
|
166
|
-
def is_property_readonly(self): ...
|
|
167
|
-
def is_property_set(self): ...
|
|
168
|
-
def items(self): ...
|
|
169
|
-
def keyframe_delete(self): ...
|
|
170
|
-
def keyframe_insert(self): ...
|
|
171
|
-
def keys(self): ...
|
|
172
|
-
def path_from_id(self): ...
|
|
173
|
-
def path_resolve(self): ...
|
|
174
|
-
def poll(self, context):
|
|
175
|
-
"""
|
|
1590
|
+
def is_property_readonly(self):
|
|
1591
|
+
""" """
|
|
1592
|
+
...
|
|
176
1593
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
"""
|
|
1594
|
+
def is_property_set(self):
|
|
1595
|
+
""" """
|
|
180
1596
|
...
|
|
181
1597
|
|
|
182
|
-
def
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
def property_unset(self): ...
|
|
186
|
-
def type_recast(self): ...
|
|
187
|
-
def values(self): ...
|
|
1598
|
+
def items(self):
|
|
1599
|
+
""" """
|
|
1600
|
+
...
|
|
188
1601
|
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
bl_options: typing.Any
|
|
193
|
-
bl_rna: typing.Any
|
|
194
|
-
id_data: typing.Any
|
|
1602
|
+
def keyframe_delete(self):
|
|
1603
|
+
""" """
|
|
1604
|
+
...
|
|
195
1605
|
|
|
196
|
-
def
|
|
197
|
-
"""
|
|
1606
|
+
def keyframe_insert(self):
|
|
1607
|
+
""" """
|
|
1608
|
+
...
|
|
198
1609
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
:param ignore:
|
|
202
|
-
:type ignore:
|
|
203
|
-
"""
|
|
1610
|
+
def keys(self):
|
|
1611
|
+
""" """
|
|
204
1612
|
...
|
|
205
1613
|
|
|
206
|
-
def
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
def
|
|
211
|
-
|
|
212
|
-
|
|
1614
|
+
def path_from_id(self):
|
|
1615
|
+
""" """
|
|
1616
|
+
...
|
|
1617
|
+
|
|
1618
|
+
def path_resolve(self):
|
|
1619
|
+
""" """
|
|
1620
|
+
...
|
|
213
1621
|
|
|
214
|
-
:param self:
|
|
215
|
-
:type self:
|
|
216
|
-
:param context:
|
|
217
|
-
:type context:
|
|
218
|
-
"""
|
|
219
|
-
...
|
|
220
|
-
|
|
221
|
-
def get(self): ...
|
|
222
|
-
def id_properties_clear(self): ...
|
|
223
|
-
def id_properties_ensure(self): ...
|
|
224
|
-
def id_properties_ui(self): ...
|
|
225
|
-
def is_property_hidden(self): ...
|
|
226
|
-
def is_property_overridable_library(self): ...
|
|
227
|
-
def is_property_readonly(self): ...
|
|
228
|
-
def is_property_set(self): ...
|
|
229
|
-
def items(self): ...
|
|
230
|
-
def keyframe_delete(self): ...
|
|
231
|
-
def keyframe_insert(self): ...
|
|
232
|
-
def keys(self): ...
|
|
233
|
-
def path_from_id(self): ...
|
|
234
|
-
def path_resolve(self): ...
|
|
235
1622
|
def poll(self, context):
|
|
236
1623
|
"""
|
|
237
1624
|
|
|
238
1625
|
:param context:
|
|
239
|
-
:type context:
|
|
240
1626
|
"""
|
|
241
1627
|
...
|
|
242
1628
|
|
|
243
|
-
def poll_message_set(self):
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
def property_unset(self): ...
|
|
247
|
-
def type_recast(self): ...
|
|
248
|
-
def values(self): ...
|
|
249
|
-
|
|
250
|
-
class NewGeometryNodeTreeAssign(bpy_types.Operator):
|
|
251
|
-
bl_idname: typing.Any
|
|
252
|
-
bl_label: typing.Any
|
|
253
|
-
bl_options: typing.Any
|
|
254
|
-
bl_rna: typing.Any
|
|
255
|
-
id_data: typing.Any
|
|
1629
|
+
def poll_message_set(self):
|
|
1630
|
+
""" """
|
|
1631
|
+
...
|
|
256
1632
|
|
|
257
|
-
def
|
|
258
|
-
"""
|
|
1633
|
+
def pop(self):
|
|
1634
|
+
""" """
|
|
1635
|
+
...
|
|
259
1636
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
:param ignore:
|
|
263
|
-
:type ignore:
|
|
264
|
-
"""
|
|
1637
|
+
def property_overridable_library_set(self):
|
|
1638
|
+
""" """
|
|
265
1639
|
...
|
|
266
1640
|
|
|
267
|
-
def
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
def driver_add(self): ...
|
|
271
|
-
def driver_remove(self): ...
|
|
272
|
-
def execute(self, context):
|
|
273
|
-
"""
|
|
1641
|
+
def property_unset(self):
|
|
1642
|
+
""" """
|
|
1643
|
+
...
|
|
274
1644
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
:type context:
|
|
279
|
-
"""
|
|
280
|
-
...
|
|
281
|
-
|
|
282
|
-
def get(self): ...
|
|
283
|
-
def id_properties_clear(self): ...
|
|
284
|
-
def id_properties_ensure(self): ...
|
|
285
|
-
def id_properties_ui(self): ...
|
|
286
|
-
def is_property_hidden(self): ...
|
|
287
|
-
def is_property_overridable_library(self): ...
|
|
288
|
-
def is_property_readonly(self): ...
|
|
289
|
-
def is_property_set(self): ...
|
|
290
|
-
def items(self): ...
|
|
291
|
-
def keyframe_delete(self): ...
|
|
292
|
-
def keyframe_insert(self): ...
|
|
293
|
-
def keys(self): ...
|
|
294
|
-
def path_from_id(self): ...
|
|
295
|
-
def path_resolve(self): ...
|
|
296
|
-
def poll(self, context):
|
|
297
|
-
"""
|
|
1645
|
+
def type_recast(self):
|
|
1646
|
+
""" """
|
|
1647
|
+
...
|
|
298
1648
|
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
"""
|
|
1649
|
+
def values(self):
|
|
1650
|
+
""" """
|
|
302
1651
|
...
|
|
303
1652
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
def values(self): ...
|
|
1653
|
+
class RepeatZoneItemRemoveOperator(bpy_types.Operator):
|
|
1654
|
+
""" """
|
|
1655
|
+
|
|
1656
|
+
active_index_name: typing.Any
|
|
1657
|
+
""" """
|
|
310
1658
|
|
|
311
|
-
class NewGeometryNodesModifier(bpy_types.Operator):
|
|
312
1659
|
bl_idname: typing.Any
|
|
1660
|
+
""" """
|
|
1661
|
+
|
|
313
1662
|
bl_label: typing.Any
|
|
1663
|
+
""" """
|
|
1664
|
+
|
|
314
1665
|
bl_options: typing.Any
|
|
1666
|
+
""" """
|
|
1667
|
+
|
|
315
1668
|
bl_rna: typing.Any
|
|
1669
|
+
""" """
|
|
1670
|
+
|
|
316
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
|
+
""" """
|
|
317
1682
|
|
|
318
1683
|
def as_keywords(self, ignore):
|
|
319
1684
|
"""
|
|
320
1685
|
|
|
321
|
-
:param self:
|
|
322
|
-
:type self:
|
|
323
1686
|
:param ignore:
|
|
324
|
-
:type ignore:
|
|
325
1687
|
"""
|
|
326
1688
|
...
|
|
327
1689
|
|
|
328
|
-
def as_pointer(self):
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
def driver_add(self): ...
|
|
332
|
-
def driver_remove(self): ...
|
|
333
|
-
def execute(self, context):
|
|
334
|
-
"""
|
|
335
|
-
|
|
336
|
-
:param self:
|
|
337
|
-
:type self:
|
|
338
|
-
:param context:
|
|
339
|
-
:type context:
|
|
340
|
-
"""
|
|
341
|
-
...
|
|
342
|
-
|
|
343
|
-
def get(self): ...
|
|
344
|
-
def id_properties_clear(self): ...
|
|
345
|
-
def id_properties_ensure(self): ...
|
|
346
|
-
def id_properties_ui(self): ...
|
|
347
|
-
def is_property_hidden(self): ...
|
|
348
|
-
def is_property_overridable_library(self): ...
|
|
349
|
-
def is_property_readonly(self): ...
|
|
350
|
-
def is_property_set(self): ...
|
|
351
|
-
def items(self): ...
|
|
352
|
-
def keyframe_delete(self): ...
|
|
353
|
-
def keyframe_insert(self): ...
|
|
354
|
-
def keys(self): ...
|
|
355
|
-
def path_from_id(self): ...
|
|
356
|
-
def path_resolve(self): ...
|
|
357
|
-
def poll(self, context):
|
|
358
|
-
"""
|
|
1690
|
+
def as_pointer(self):
|
|
1691
|
+
""" """
|
|
1692
|
+
...
|
|
359
1693
|
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
"""
|
|
1694
|
+
def bl_rna_get_subclass(self):
|
|
1695
|
+
""" """
|
|
363
1696
|
...
|
|
364
1697
|
|
|
365
|
-
def
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
def property_unset(self): ...
|
|
369
|
-
def type_recast(self): ...
|
|
370
|
-
def values(self): ...
|
|
1698
|
+
def bl_rna_get_subclass_py(self):
|
|
1699
|
+
""" """
|
|
1700
|
+
...
|
|
371
1701
|
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
1702
|
+
def driver_add(self):
|
|
1703
|
+
""" """
|
|
1704
|
+
...
|
|
375
1705
|
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
"""
|
|
1706
|
+
def driver_remove(self):
|
|
1707
|
+
""" """
|
|
379
1708
|
...
|
|
380
1709
|
|
|
381
|
-
def
|
|
1710
|
+
def execute(self, context):
|
|
382
1711
|
"""
|
|
383
1712
|
|
|
384
1713
|
:param context:
|
|
385
|
-
:type context:
|
|
386
1714
|
"""
|
|
387
1715
|
...
|
|
388
1716
|
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
items_name: typing.Any
|
|
1717
|
+
def get(self):
|
|
1718
|
+
""" """
|
|
1719
|
+
...
|
|
393
1720
|
|
|
394
|
-
def
|
|
1721
|
+
def get_node(self, context):
|
|
395
1722
|
"""
|
|
396
1723
|
|
|
397
|
-
:param self:
|
|
398
|
-
:type self:
|
|
399
1724
|
:param context:
|
|
400
|
-
:type context:
|
|
401
1725
|
"""
|
|
402
1726
|
...
|
|
403
1727
|
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
1728
|
+
def id_properties_clear(self):
|
|
1729
|
+
""" """
|
|
1730
|
+
...
|
|
407
1731
|
|
|
408
|
-
def
|
|
409
|
-
"""
|
|
1732
|
+
def id_properties_ensure(self):
|
|
1733
|
+
""" """
|
|
1734
|
+
...
|
|
410
1735
|
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
:param context:
|
|
414
|
-
:type context:
|
|
415
|
-
"""
|
|
1736
|
+
def id_properties_ui(self):
|
|
1737
|
+
""" """
|
|
416
1738
|
...
|
|
417
1739
|
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
1740
|
+
def is_property_hidden(self):
|
|
1741
|
+
""" """
|
|
1742
|
+
...
|
|
421
1743
|
|
|
422
|
-
def
|
|
423
|
-
"""
|
|
1744
|
+
def is_property_overridable_library(self):
|
|
1745
|
+
""" """
|
|
1746
|
+
...
|
|
424
1747
|
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
:param context:
|
|
428
|
-
:type context:
|
|
429
|
-
"""
|
|
1748
|
+
def is_property_readonly(self):
|
|
1749
|
+
""" """
|
|
430
1750
|
...
|
|
431
1751
|
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
1752
|
+
def is_property_set(self):
|
|
1753
|
+
""" """
|
|
1754
|
+
...
|
|
435
1755
|
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
"""
|
|
1756
|
+
def items(self):
|
|
1757
|
+
""" """
|
|
439
1758
|
...
|
|
440
1759
|
|
|
441
|
-
def
|
|
442
|
-
"""
|
|
1760
|
+
def keyframe_delete(self):
|
|
1761
|
+
""" """
|
|
1762
|
+
...
|
|
443
1763
|
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
"""
|
|
1764
|
+
def keyframe_insert(self):
|
|
1765
|
+
""" """
|
|
447
1766
|
...
|
|
448
1767
|
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
node_type: typing.Any
|
|
1768
|
+
def keys(self):
|
|
1769
|
+
""" """
|
|
1770
|
+
...
|
|
453
1771
|
|
|
454
|
-
def
|
|
455
|
-
"""
|
|
1772
|
+
def path_from_id(self):
|
|
1773
|
+
""" """
|
|
1774
|
+
...
|
|
456
1775
|
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
"""
|
|
1776
|
+
def path_resolve(self):
|
|
1777
|
+
""" """
|
|
460
1778
|
...
|
|
461
1779
|
|
|
462
1780
|
def poll(self, context):
|
|
463
1781
|
"""
|
|
464
1782
|
|
|
465
1783
|
:param context:
|
|
466
|
-
:type context:
|
|
467
1784
|
"""
|
|
468
1785
|
...
|
|
469
1786
|
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
items_name: typing.Any
|
|
474
|
-
output_node_type: typing.Any
|
|
1787
|
+
def poll_message_set(self):
|
|
1788
|
+
""" """
|
|
1789
|
+
...
|
|
475
1790
|
|
|
476
|
-
def
|
|
477
|
-
"""
|
|
1791
|
+
def pop(self):
|
|
1792
|
+
""" """
|
|
1793
|
+
...
|
|
478
1794
|
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
"""
|
|
1795
|
+
def property_overridable_library_set(self):
|
|
1796
|
+
""" """
|
|
482
1797
|
...
|
|
483
1798
|
|
|
484
|
-
def
|
|
485
|
-
"""
|
|
1799
|
+
def property_unset(self):
|
|
1800
|
+
""" """
|
|
1801
|
+
...
|
|
486
1802
|
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
"""
|
|
1803
|
+
def type_recast(self):
|
|
1804
|
+
""" """
|
|
490
1805
|
...
|
|
491
1806
|
|
|
492
|
-
|
|
1807
|
+
def values(self):
|
|
1808
|
+
""" """
|
|
1809
|
+
...
|
|
1810
|
+
|
|
1811
|
+
class RepeatZoneOperator(ZoneOperator):
|
|
1812
|
+
""" """
|
|
1813
|
+
|
|
493
1814
|
active_index_name: typing.Any
|
|
1815
|
+
""" """
|
|
1816
|
+
|
|
494
1817
|
input_node_type: typing.Any
|
|
1818
|
+
""" """
|
|
1819
|
+
|
|
495
1820
|
items_name: typing.Any
|
|
1821
|
+
""" """
|
|
1822
|
+
|
|
496
1823
|
output_node_type: typing.Any
|
|
1824
|
+
""" """
|
|
497
1825
|
|
|
498
1826
|
def get_node(self, context):
|
|
499
1827
|
"""
|
|
500
1828
|
|
|
501
1829
|
:param context:
|
|
502
|
-
:type context:
|
|
503
1830
|
"""
|
|
504
1831
|
...
|
|
505
1832
|
|
|
@@ -507,694 +1834,656 @@ class SimulationZoneOperator(ZoneOperator):
|
|
|
507
1834
|
"""
|
|
508
1835
|
|
|
509
1836
|
:param context:
|
|
510
|
-
:type context:
|
|
511
1837
|
"""
|
|
512
1838
|
...
|
|
513
1839
|
|
|
514
|
-
class
|
|
515
|
-
|
|
516
|
-
|
|
1840
|
+
class SimulationZoneItemAddOperator(bpy_types.Operator):
|
|
1841
|
+
""" """
|
|
1842
|
+
|
|
517
1843
|
active_index_name: typing.Any
|
|
1844
|
+
""" """
|
|
1845
|
+
|
|
518
1846
|
bl_idname: typing.Any
|
|
1847
|
+
""" """
|
|
1848
|
+
|
|
519
1849
|
bl_label: typing.Any
|
|
1850
|
+
""" """
|
|
1851
|
+
|
|
520
1852
|
bl_options: typing.Any
|
|
1853
|
+
""" """
|
|
1854
|
+
|
|
521
1855
|
bl_rna: typing.Any
|
|
1856
|
+
""" """
|
|
1857
|
+
|
|
522
1858
|
default_socket_type: typing.Any
|
|
1859
|
+
""" """
|
|
1860
|
+
|
|
523
1861
|
id_data: typing.Any
|
|
1862
|
+
""" """
|
|
1863
|
+
|
|
1864
|
+
input_node_type: typing.Any
|
|
1865
|
+
""" """
|
|
1866
|
+
|
|
524
1867
|
items_name: typing.Any
|
|
525
|
-
|
|
1868
|
+
""" """
|
|
1869
|
+
|
|
1870
|
+
output_node_type: typing.Any
|
|
1871
|
+
""" """
|
|
526
1872
|
|
|
527
1873
|
def as_keywords(self, ignore):
|
|
528
1874
|
"""
|
|
529
1875
|
|
|
530
|
-
:param self:
|
|
531
|
-
:type self:
|
|
532
1876
|
:param ignore:
|
|
533
|
-
:type ignore:
|
|
534
1877
|
"""
|
|
535
1878
|
...
|
|
536
1879
|
|
|
537
|
-
def as_pointer(self):
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
def
|
|
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
|
+
|
|
542
1900
|
def execute(self, context):
|
|
543
1901
|
"""
|
|
544
1902
|
|
|
545
|
-
:param self:
|
|
546
|
-
:type self:
|
|
547
1903
|
:param context:
|
|
548
|
-
:type context:
|
|
549
1904
|
"""
|
|
550
1905
|
...
|
|
551
1906
|
|
|
552
|
-
def get(self):
|
|
1907
|
+
def get(self):
|
|
1908
|
+
""" """
|
|
1909
|
+
...
|
|
1910
|
+
|
|
553
1911
|
def get_node(self, context):
|
|
554
1912
|
"""
|
|
555
1913
|
|
|
556
1914
|
:param context:
|
|
557
|
-
:type context:
|
|
558
|
-
"""
|
|
559
|
-
...
|
|
560
|
-
|
|
561
|
-
def id_properties_clear(self): ...
|
|
562
|
-
def id_properties_ensure(self): ...
|
|
563
|
-
def id_properties_ui(self): ...
|
|
564
|
-
def is_property_hidden(self): ...
|
|
565
|
-
def is_property_overridable_library(self): ...
|
|
566
|
-
def is_property_readonly(self): ...
|
|
567
|
-
def is_property_set(self): ...
|
|
568
|
-
def items(self): ...
|
|
569
|
-
def keyframe_delete(self): ...
|
|
570
|
-
def keyframe_insert(self): ...
|
|
571
|
-
def keys(self): ...
|
|
572
|
-
def path_from_id(self): ...
|
|
573
|
-
def path_resolve(self): ...
|
|
574
|
-
def poll(self, context):
|
|
575
1915
|
"""
|
|
1916
|
+
...
|
|
576
1917
|
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
"""
|
|
1918
|
+
def id_properties_clear(self):
|
|
1919
|
+
""" """
|
|
580
1920
|
...
|
|
581
1921
|
|
|
582
|
-
def
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
def property_unset(self): ...
|
|
586
|
-
def type_recast(self): ...
|
|
587
|
-
def values(self): ...
|
|
1922
|
+
def id_properties_ensure(self):
|
|
1923
|
+
""" """
|
|
1924
|
+
...
|
|
588
1925
|
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
active_index_name: typing.Any
|
|
593
|
-
bl_idname: typing.Any
|
|
594
|
-
bl_label: typing.Any
|
|
595
|
-
bl_options: typing.Any
|
|
596
|
-
bl_rna: typing.Any
|
|
597
|
-
id_data: typing.Any
|
|
598
|
-
items_name: typing.Any
|
|
599
|
-
node_type: typing.Any
|
|
1926
|
+
def id_properties_ui(self):
|
|
1927
|
+
""" """
|
|
1928
|
+
...
|
|
600
1929
|
|
|
601
|
-
def
|
|
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):
|
|
602
1971
|
"""
|
|
603
1972
|
|
|
604
|
-
:param
|
|
605
|
-
:type self:
|
|
606
|
-
:param ignore:
|
|
607
|
-
:type ignore:
|
|
1973
|
+
:param context:
|
|
608
1974
|
"""
|
|
609
1975
|
...
|
|
610
1976
|
|
|
611
|
-
def
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
def
|
|
616
|
-
|
|
617
|
-
|
|
1977
|
+
def poll_message_set(self):
|
|
1978
|
+
""" """
|
|
1979
|
+
...
|
|
1980
|
+
|
|
1981
|
+
def pop(self):
|
|
1982
|
+
""" """
|
|
1983
|
+
...
|
|
618
1984
|
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
:param context:
|
|
622
|
-
:type context:
|
|
623
|
-
"""
|
|
1985
|
+
def property_overridable_library_set(self):
|
|
1986
|
+
""" """
|
|
624
1987
|
...
|
|
625
1988
|
|
|
626
|
-
def
|
|
627
|
-
|
|
628
|
-
|
|
1989
|
+
def property_unset(self):
|
|
1990
|
+
""" """
|
|
1991
|
+
...
|
|
629
1992
|
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
...
|
|
634
|
-
|
|
635
|
-
def id_properties_clear(self): ...
|
|
636
|
-
def id_properties_ensure(self): ...
|
|
637
|
-
def id_properties_ui(self): ...
|
|
638
|
-
def is_property_hidden(self): ...
|
|
639
|
-
def is_property_overridable_library(self): ...
|
|
640
|
-
def is_property_readonly(self): ...
|
|
641
|
-
def is_property_set(self): ...
|
|
642
|
-
def items(self): ...
|
|
643
|
-
def keyframe_delete(self): ...
|
|
644
|
-
def keyframe_insert(self): ...
|
|
645
|
-
def keys(self): ...
|
|
646
|
-
def path_from_id(self): ...
|
|
647
|
-
def path_resolve(self): ...
|
|
648
|
-
def poll(self, context):
|
|
649
|
-
"""
|
|
1993
|
+
def type_recast(self):
|
|
1994
|
+
""" """
|
|
1995
|
+
...
|
|
650
1996
|
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
"""
|
|
1997
|
+
def values(self):
|
|
1998
|
+
""" """
|
|
654
1999
|
...
|
|
655
2000
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
def property_overridable_library_set(self): ...
|
|
659
|
-
def property_unset(self): ...
|
|
660
|
-
def type_recast(self): ...
|
|
661
|
-
def values(self): ...
|
|
2001
|
+
class SimulationZoneItemMoveOperator(bpy_types.Operator):
|
|
2002
|
+
""" """
|
|
662
2003
|
|
|
663
|
-
class BakeNodeItemRemoveOperator(
|
|
664
|
-
BakeNodeOperator, SocketItemRemoveOperator, NodeOperator, bpy_types.Operator
|
|
665
|
-
):
|
|
666
2004
|
active_index_name: typing.Any
|
|
2005
|
+
""" """
|
|
2006
|
+
|
|
667
2007
|
bl_idname: typing.Any
|
|
2008
|
+
""" """
|
|
2009
|
+
|
|
668
2010
|
bl_label: typing.Any
|
|
2011
|
+
""" """
|
|
2012
|
+
|
|
669
2013
|
bl_options: typing.Any
|
|
2014
|
+
""" """
|
|
2015
|
+
|
|
670
2016
|
bl_rna: typing.Any
|
|
2017
|
+
""" """
|
|
2018
|
+
|
|
671
2019
|
id_data: typing.Any
|
|
2020
|
+
""" """
|
|
2021
|
+
|
|
2022
|
+
input_node_type: typing.Any
|
|
2023
|
+
""" """
|
|
2024
|
+
|
|
672
2025
|
items_name: typing.Any
|
|
673
|
-
|
|
2026
|
+
""" """
|
|
2027
|
+
|
|
2028
|
+
output_node_type: typing.Any
|
|
2029
|
+
""" """
|
|
674
2030
|
|
|
675
2031
|
def as_keywords(self, ignore):
|
|
676
2032
|
"""
|
|
677
2033
|
|
|
678
|
-
:param self:
|
|
679
|
-
:type self:
|
|
680
2034
|
:param ignore:
|
|
681
|
-
:type ignore:
|
|
682
2035
|
"""
|
|
683
2036
|
...
|
|
684
2037
|
|
|
685
|
-
def as_pointer(self):
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
def
|
|
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
|
+
|
|
690
2058
|
def execute(self, context):
|
|
691
2059
|
"""
|
|
692
2060
|
|
|
693
|
-
:param self:
|
|
694
|
-
:type self:
|
|
695
2061
|
:param context:
|
|
696
|
-
:type context:
|
|
697
2062
|
"""
|
|
698
2063
|
...
|
|
699
2064
|
|
|
700
|
-
def get(self):
|
|
2065
|
+
def get(self):
|
|
2066
|
+
""" """
|
|
2067
|
+
...
|
|
2068
|
+
|
|
701
2069
|
def get_node(self, context):
|
|
702
2070
|
"""
|
|
703
2071
|
|
|
704
2072
|
:param context:
|
|
705
|
-
:type context:
|
|
706
|
-
"""
|
|
707
|
-
...
|
|
708
|
-
|
|
709
|
-
def id_properties_clear(self): ...
|
|
710
|
-
def id_properties_ensure(self): ...
|
|
711
|
-
def id_properties_ui(self): ...
|
|
712
|
-
def is_property_hidden(self): ...
|
|
713
|
-
def is_property_overridable_library(self): ...
|
|
714
|
-
def is_property_readonly(self): ...
|
|
715
|
-
def is_property_set(self): ...
|
|
716
|
-
def items(self): ...
|
|
717
|
-
def keyframe_delete(self): ...
|
|
718
|
-
def keyframe_insert(self): ...
|
|
719
|
-
def keys(self): ...
|
|
720
|
-
def path_from_id(self): ...
|
|
721
|
-
def path_resolve(self): ...
|
|
722
|
-
def poll(self, context):
|
|
723
2073
|
"""
|
|
2074
|
+
...
|
|
724
2075
|
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
"""
|
|
2076
|
+
def id_properties_clear(self):
|
|
2077
|
+
""" """
|
|
728
2078
|
...
|
|
729
2079
|
|
|
730
|
-
def
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
def property_unset(self): ...
|
|
734
|
-
def type_recast(self): ...
|
|
735
|
-
def values(self): ...
|
|
2080
|
+
def id_properties_ensure(self):
|
|
2081
|
+
""" """
|
|
2082
|
+
...
|
|
736
2083
|
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
active_index_name: typing.Any
|
|
741
|
-
bl_idname: typing.Any
|
|
742
|
-
bl_label: typing.Any
|
|
743
|
-
bl_options: typing.Any
|
|
744
|
-
bl_rna: typing.Any
|
|
745
|
-
default_socket_type: typing.Any
|
|
746
|
-
id_data: typing.Any
|
|
747
|
-
input_node_type: typing.Any
|
|
748
|
-
items_name: typing.Any
|
|
749
|
-
output_node_type: typing.Any
|
|
2084
|
+
def id_properties_ui(self):
|
|
2085
|
+
""" """
|
|
2086
|
+
...
|
|
750
2087
|
|
|
751
|
-
def
|
|
752
|
-
"""
|
|
2088
|
+
def is_property_hidden(self):
|
|
2089
|
+
""" """
|
|
2090
|
+
...
|
|
753
2091
|
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
:param ignore:
|
|
757
|
-
:type ignore:
|
|
758
|
-
"""
|
|
2092
|
+
def is_property_overridable_library(self):
|
|
2093
|
+
""" """
|
|
759
2094
|
...
|
|
760
2095
|
|
|
761
|
-
def
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
def driver_add(self): ...
|
|
765
|
-
def driver_remove(self): ...
|
|
766
|
-
def execute(self, context):
|
|
767
|
-
"""
|
|
2096
|
+
def is_property_readonly(self):
|
|
2097
|
+
""" """
|
|
2098
|
+
...
|
|
768
2099
|
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
:param context:
|
|
772
|
-
:type context:
|
|
773
|
-
"""
|
|
2100
|
+
def is_property_set(self):
|
|
2101
|
+
""" """
|
|
774
2102
|
...
|
|
775
2103
|
|
|
776
|
-
def
|
|
777
|
-
|
|
778
|
-
|
|
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
|
+
...
|
|
779
2127
|
|
|
780
|
-
:param context:
|
|
781
|
-
:type context:
|
|
782
|
-
"""
|
|
783
|
-
...
|
|
784
|
-
|
|
785
|
-
def id_properties_clear(self): ...
|
|
786
|
-
def id_properties_ensure(self): ...
|
|
787
|
-
def id_properties_ui(self): ...
|
|
788
|
-
def is_property_hidden(self): ...
|
|
789
|
-
def is_property_overridable_library(self): ...
|
|
790
|
-
def is_property_readonly(self): ...
|
|
791
|
-
def is_property_set(self): ...
|
|
792
|
-
def items(self): ...
|
|
793
|
-
def keyframe_delete(self): ...
|
|
794
|
-
def keyframe_insert(self): ...
|
|
795
|
-
def keys(self): ...
|
|
796
|
-
def path_from_id(self): ...
|
|
797
|
-
def path_resolve(self): ...
|
|
798
2128
|
def poll(self, context):
|
|
799
2129
|
"""
|
|
800
2130
|
|
|
801
2131
|
:param context:
|
|
802
|
-
:type context:
|
|
803
2132
|
"""
|
|
804
2133
|
...
|
|
805
2134
|
|
|
806
|
-
def poll_message_set(self):
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
def
|
|
811
|
-
|
|
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
|
+
""" """
|
|
812
2161
|
|
|
813
|
-
class RepeatZoneItemMoveOperator(
|
|
814
|
-
RepeatZoneOperator, ZoneOperator, SocketMoveItemOperator, bpy_types.Operator
|
|
815
|
-
):
|
|
816
2162
|
active_index_name: typing.Any
|
|
2163
|
+
""" """
|
|
2164
|
+
|
|
817
2165
|
bl_idname: typing.Any
|
|
2166
|
+
""" """
|
|
2167
|
+
|
|
818
2168
|
bl_label: typing.Any
|
|
2169
|
+
""" """
|
|
2170
|
+
|
|
819
2171
|
bl_options: typing.Any
|
|
2172
|
+
""" """
|
|
2173
|
+
|
|
820
2174
|
bl_rna: typing.Any
|
|
2175
|
+
""" """
|
|
2176
|
+
|
|
821
2177
|
id_data: typing.Any
|
|
2178
|
+
""" """
|
|
2179
|
+
|
|
822
2180
|
input_node_type: typing.Any
|
|
2181
|
+
""" """
|
|
2182
|
+
|
|
823
2183
|
items_name: typing.Any
|
|
2184
|
+
""" """
|
|
2185
|
+
|
|
824
2186
|
output_node_type: typing.Any
|
|
2187
|
+
""" """
|
|
825
2188
|
|
|
826
2189
|
def as_keywords(self, ignore):
|
|
827
2190
|
"""
|
|
828
2191
|
|
|
829
|
-
:param self:
|
|
830
|
-
:type self:
|
|
831
2192
|
:param ignore:
|
|
832
|
-
:type ignore:
|
|
833
2193
|
"""
|
|
834
2194
|
...
|
|
835
2195
|
|
|
836
|
-
def as_pointer(self):
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
def
|
|
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
|
+
|
|
841
2216
|
def execute(self, context):
|
|
842
2217
|
"""
|
|
843
2218
|
|
|
844
|
-
:param self:
|
|
845
|
-
:type self:
|
|
846
2219
|
:param context:
|
|
847
|
-
:type context:
|
|
848
2220
|
"""
|
|
849
2221
|
...
|
|
850
2222
|
|
|
851
|
-
def get(self):
|
|
2223
|
+
def get(self):
|
|
2224
|
+
""" """
|
|
2225
|
+
...
|
|
2226
|
+
|
|
852
2227
|
def get_node(self, context):
|
|
853
2228
|
"""
|
|
854
2229
|
|
|
855
2230
|
:param context:
|
|
856
|
-
:type context:
|
|
857
|
-
"""
|
|
858
|
-
...
|
|
859
|
-
|
|
860
|
-
def id_properties_clear(self): ...
|
|
861
|
-
def id_properties_ensure(self): ...
|
|
862
|
-
def id_properties_ui(self): ...
|
|
863
|
-
def is_property_hidden(self): ...
|
|
864
|
-
def is_property_overridable_library(self): ...
|
|
865
|
-
def is_property_readonly(self): ...
|
|
866
|
-
def is_property_set(self): ...
|
|
867
|
-
def items(self): ...
|
|
868
|
-
def keyframe_delete(self): ...
|
|
869
|
-
def keyframe_insert(self): ...
|
|
870
|
-
def keys(self): ...
|
|
871
|
-
def path_from_id(self): ...
|
|
872
|
-
def path_resolve(self): ...
|
|
873
|
-
def poll(self, context):
|
|
874
2231
|
"""
|
|
2232
|
+
...
|
|
875
2233
|
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
"""
|
|
2234
|
+
def id_properties_clear(self):
|
|
2235
|
+
""" """
|
|
879
2236
|
...
|
|
880
2237
|
|
|
881
|
-
def
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
def property_unset(self): ...
|
|
885
|
-
def type_recast(self): ...
|
|
886
|
-
def values(self): ...
|
|
2238
|
+
def id_properties_ensure(self):
|
|
2239
|
+
""" """
|
|
2240
|
+
...
|
|
887
2241
|
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
active_index_name: typing.Any
|
|
892
|
-
bl_idname: typing.Any
|
|
893
|
-
bl_label: typing.Any
|
|
894
|
-
bl_options: typing.Any
|
|
895
|
-
bl_rna: typing.Any
|
|
896
|
-
id_data: typing.Any
|
|
897
|
-
input_node_type: typing.Any
|
|
898
|
-
items_name: typing.Any
|
|
899
|
-
output_node_type: typing.Any
|
|
2242
|
+
def id_properties_ui(self):
|
|
2243
|
+
""" """
|
|
2244
|
+
...
|
|
900
2245
|
|
|
901
|
-
def
|
|
902
|
-
"""
|
|
2246
|
+
def is_property_hidden(self):
|
|
2247
|
+
""" """
|
|
2248
|
+
...
|
|
903
2249
|
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
:param ignore:
|
|
907
|
-
:type ignore:
|
|
908
|
-
"""
|
|
2250
|
+
def is_property_overridable_library(self):
|
|
2251
|
+
""" """
|
|
909
2252
|
...
|
|
910
2253
|
|
|
911
|
-
def
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
def driver_add(self): ...
|
|
915
|
-
def driver_remove(self): ...
|
|
916
|
-
def execute(self, context):
|
|
917
|
-
"""
|
|
2254
|
+
def is_property_readonly(self):
|
|
2255
|
+
""" """
|
|
2256
|
+
...
|
|
918
2257
|
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
:param context:
|
|
922
|
-
:type context:
|
|
923
|
-
"""
|
|
2258
|
+
def is_property_set(self):
|
|
2259
|
+
""" """
|
|
924
2260
|
...
|
|
925
2261
|
|
|
926
|
-
def
|
|
927
|
-
|
|
928
|
-
|
|
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
|
+
...
|
|
929
2285
|
|
|
930
|
-
:param context:
|
|
931
|
-
:type context:
|
|
932
|
-
"""
|
|
933
|
-
...
|
|
934
|
-
|
|
935
|
-
def id_properties_clear(self): ...
|
|
936
|
-
def id_properties_ensure(self): ...
|
|
937
|
-
def id_properties_ui(self): ...
|
|
938
|
-
def is_property_hidden(self): ...
|
|
939
|
-
def is_property_overridable_library(self): ...
|
|
940
|
-
def is_property_readonly(self): ...
|
|
941
|
-
def is_property_set(self): ...
|
|
942
|
-
def items(self): ...
|
|
943
|
-
def keyframe_delete(self): ...
|
|
944
|
-
def keyframe_insert(self): ...
|
|
945
|
-
def keys(self): ...
|
|
946
|
-
def path_from_id(self): ...
|
|
947
|
-
def path_resolve(self): ...
|
|
948
2286
|
def poll(self, context):
|
|
949
2287
|
"""
|
|
950
2288
|
|
|
951
2289
|
:param context:
|
|
952
|
-
:type context:
|
|
953
2290
|
"""
|
|
954
2291
|
...
|
|
955
2292
|
|
|
956
|
-
def poll_message_set(self):
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
def
|
|
961
|
-
|
|
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
|
+
""" """
|
|
962
2319
|
|
|
963
|
-
class SimulationZoneItemAddOperator(
|
|
964
|
-
SimulationZoneOperator, ZoneOperator, SocketItemAddOperator, bpy_types.Operator
|
|
965
|
-
):
|
|
966
2320
|
active_index_name: typing.Any
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
bl_options: typing.Any
|
|
970
|
-
bl_rna: typing.Any
|
|
971
|
-
default_socket_type: typing.Any
|
|
972
|
-
id_data: typing.Any
|
|
2321
|
+
""" """
|
|
2322
|
+
|
|
973
2323
|
input_node_type: typing.Any
|
|
2324
|
+
""" """
|
|
2325
|
+
|
|
974
2326
|
items_name: typing.Any
|
|
2327
|
+
""" """
|
|
2328
|
+
|
|
975
2329
|
output_node_type: typing.Any
|
|
2330
|
+
""" """
|
|
976
2331
|
|
|
977
|
-
def
|
|
2332
|
+
def get_node(self, context):
|
|
978
2333
|
"""
|
|
979
2334
|
|
|
980
|
-
:param
|
|
981
|
-
:type self:
|
|
982
|
-
:param ignore:
|
|
983
|
-
:type ignore:
|
|
2335
|
+
:param context:
|
|
984
2336
|
"""
|
|
985
2337
|
...
|
|
986
2338
|
|
|
987
|
-
def
|
|
988
|
-
def bl_rna_get_subclass(self): ...
|
|
989
|
-
def bl_rna_get_subclass_py(self): ...
|
|
990
|
-
def driver_add(self): ...
|
|
991
|
-
def driver_remove(self): ...
|
|
992
|
-
def execute(self, context):
|
|
2339
|
+
def poll(self, context):
|
|
993
2340
|
"""
|
|
994
2341
|
|
|
995
|
-
:param self:
|
|
996
|
-
:type self:
|
|
997
2342
|
:param context:
|
|
998
|
-
:type context:
|
|
999
2343
|
"""
|
|
1000
2344
|
...
|
|
1001
2345
|
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
"""
|
|
2346
|
+
class SocketItemAddOperator:
|
|
2347
|
+
""" """
|
|
1005
2348
|
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
def
|
|
1016
|
-
def is_property_readonly(self): ...
|
|
1017
|
-
def is_property_set(self): ...
|
|
1018
|
-
def items(self): ...
|
|
1019
|
-
def keyframe_delete(self): ...
|
|
1020
|
-
def keyframe_insert(self): ...
|
|
1021
|
-
def keys(self): ...
|
|
1022
|
-
def path_from_id(self): ...
|
|
1023
|
-
def path_resolve(self): ...
|
|
1024
|
-
def poll(self, context):
|
|
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):
|
|
1025
2359
|
"""
|
|
1026
2360
|
|
|
1027
2361
|
:param context:
|
|
1028
|
-
:type context:
|
|
1029
2362
|
"""
|
|
1030
2363
|
...
|
|
1031
2364
|
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
def property_overridable_library_set(self): ...
|
|
1035
|
-
def property_unset(self): ...
|
|
1036
|
-
def type_recast(self): ...
|
|
1037
|
-
def values(self): ...
|
|
2365
|
+
class SocketItemRemoveOperator:
|
|
2366
|
+
""" """
|
|
1038
2367
|
|
|
1039
|
-
class SimulationZoneItemMoveOperator(
|
|
1040
|
-
SimulationZoneOperator, ZoneOperator, SocketMoveItemOperator, bpy_types.Operator
|
|
1041
|
-
):
|
|
1042
2368
|
active_index_name: typing.Any
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
bl_options: typing.Any
|
|
1046
|
-
bl_rna: typing.Any
|
|
1047
|
-
id_data: typing.Any
|
|
1048
|
-
input_node_type: typing.Any
|
|
2369
|
+
""" """
|
|
2370
|
+
|
|
1049
2371
|
items_name: typing.Any
|
|
1050
|
-
|
|
2372
|
+
""" """
|
|
1051
2373
|
|
|
1052
|
-
def
|
|
2374
|
+
def execute(self, context):
|
|
1053
2375
|
"""
|
|
1054
2376
|
|
|
1055
|
-
:param
|
|
1056
|
-
:type self:
|
|
1057
|
-
:param ignore:
|
|
1058
|
-
:type ignore:
|
|
2377
|
+
:param context:
|
|
1059
2378
|
"""
|
|
1060
2379
|
...
|
|
1061
2380
|
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
2381
|
+
class SocketMoveItemOperator:
|
|
2382
|
+
""" """
|
|
2383
|
+
|
|
2384
|
+
active_index_name: typing.Any
|
|
2385
|
+
""" """
|
|
2386
|
+
|
|
2387
|
+
items_name: typing.Any
|
|
2388
|
+
""" """
|
|
2389
|
+
|
|
1067
2390
|
def execute(self, context):
|
|
1068
2391
|
"""
|
|
1069
2392
|
|
|
1070
|
-
:param self:
|
|
1071
|
-
:type self:
|
|
1072
2393
|
:param context:
|
|
1073
|
-
:type context:
|
|
1074
2394
|
"""
|
|
1075
2395
|
...
|
|
1076
2396
|
|
|
1077
|
-
|
|
2397
|
+
class NodeOperator:
|
|
2398
|
+
""" """
|
|
2399
|
+
|
|
1078
2400
|
def get_node(self, context):
|
|
1079
2401
|
"""
|
|
1080
2402
|
|
|
1081
2403
|
:param context:
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
def id_properties_clear(self): ...
|
|
1087
|
-
def id_properties_ensure(self): ...
|
|
1088
|
-
def id_properties_ui(self): ...
|
|
1089
|
-
def is_property_hidden(self): ...
|
|
1090
|
-
def is_property_overridable_library(self): ...
|
|
1091
|
-
def is_property_readonly(self): ...
|
|
1092
|
-
def is_property_set(self): ...
|
|
1093
|
-
def items(self): ...
|
|
1094
|
-
def keyframe_delete(self): ...
|
|
1095
|
-
def keyframe_insert(self): ...
|
|
1096
|
-
def keys(self): ...
|
|
1097
|
-
def path_from_id(self): ...
|
|
1098
|
-
def path_resolve(self): ...
|
|
2404
|
+
"""
|
|
2405
|
+
...
|
|
2406
|
+
|
|
1099
2407
|
def poll(self, context):
|
|
1100
2408
|
"""
|
|
1101
2409
|
|
|
1102
2410
|
:param context:
|
|
1103
|
-
:type context:
|
|
1104
2411
|
"""
|
|
1105
2412
|
...
|
|
1106
2413
|
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
def property_overridable_library_set(self): ...
|
|
1110
|
-
def property_unset(self): ...
|
|
1111
|
-
def type_recast(self): ...
|
|
1112
|
-
def values(self): ...
|
|
1113
|
-
|
|
1114
|
-
class SimulationZoneItemRemoveOperator(
|
|
1115
|
-
SimulationZoneOperator, ZoneOperator, SocketItemRemoveOperator, bpy_types.Operator
|
|
1116
|
-
):
|
|
1117
|
-
active_index_name: typing.Any
|
|
1118
|
-
bl_idname: typing.Any
|
|
1119
|
-
bl_label: typing.Any
|
|
1120
|
-
bl_options: typing.Any
|
|
1121
|
-
bl_rna: typing.Any
|
|
1122
|
-
id_data: typing.Any
|
|
1123
|
-
input_node_type: typing.Any
|
|
1124
|
-
items_name: typing.Any
|
|
1125
|
-
output_node_type: typing.Any
|
|
2414
|
+
class ZoneOperator:
|
|
2415
|
+
""" """
|
|
1126
2416
|
|
|
1127
|
-
def
|
|
2417
|
+
def get_node(self, context):
|
|
1128
2418
|
"""
|
|
1129
2419
|
|
|
1130
|
-
:param
|
|
1131
|
-
:type self:
|
|
1132
|
-
:param ignore:
|
|
1133
|
-
:type ignore:
|
|
2420
|
+
:param context:
|
|
1134
2421
|
"""
|
|
1135
2422
|
...
|
|
1136
2423
|
|
|
1137
|
-
def
|
|
1138
|
-
def bl_rna_get_subclass(self): ...
|
|
1139
|
-
def bl_rna_get_subclass_py(self): ...
|
|
1140
|
-
def driver_add(self): ...
|
|
1141
|
-
def driver_remove(self): ...
|
|
1142
|
-
def execute(self, context):
|
|
2424
|
+
def poll(self, context):
|
|
1143
2425
|
"""
|
|
1144
2426
|
|
|
1145
|
-
:param self:
|
|
1146
|
-
:type self:
|
|
1147
2427
|
:param context:
|
|
1148
|
-
:type context:
|
|
1149
2428
|
"""
|
|
1150
2429
|
...
|
|
1151
2430
|
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
"""
|
|
2431
|
+
def add_empty_geometry_node_group(name):
|
|
2432
|
+
""" """
|
|
1155
2433
|
|
|
1156
|
-
|
|
1157
|
-
:type context:
|
|
1158
|
-
"""
|
|
1159
|
-
...
|
|
1160
|
-
|
|
1161
|
-
def id_properties_clear(self): ...
|
|
1162
|
-
def id_properties_ensure(self): ...
|
|
1163
|
-
def id_properties_ui(self): ...
|
|
1164
|
-
def is_property_hidden(self): ...
|
|
1165
|
-
def is_property_overridable_library(self): ...
|
|
1166
|
-
def is_property_readonly(self): ...
|
|
1167
|
-
def is_property_set(self): ...
|
|
1168
|
-
def items(self): ...
|
|
1169
|
-
def keyframe_delete(self): ...
|
|
1170
|
-
def keyframe_insert(self): ...
|
|
1171
|
-
def keys(self): ...
|
|
1172
|
-
def path_from_id(self): ...
|
|
1173
|
-
def path_resolve(self): ...
|
|
1174
|
-
def poll(self, context):
|
|
1175
|
-
"""
|
|
2434
|
+
...
|
|
1176
2435
|
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
def
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
def
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
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
|
+
""" """
|
|
2488
|
+
|
|
2489
|
+
...
|