fake-bpy-module 20240421__py3-none-any.whl → 20240422__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/assets/__init__.pyi +12 -12
- bl_operators/geometry_nodes/__init__.pyi +256 -238
- bl_operators/node/__init__.pyi +262 -260
- bl_operators/object_quick_effects/__init__.pyi +19 -19
- bl_operators/presets/__init__.pyi +371 -368
- bl_operators/wm/__init__.pyi +4 -4
- bl_ui/__init__.pyi +3 -3
- bl_ui/anim/__init__.pyi +1 -1
- bl_ui/asset_shelf/__init__.pyi +1 -1
- bl_ui/generic_ui_list/__init__.pyi +3 -3
- bl_ui/node_add_menu/__init__.pyi +1 -1
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
- bl_ui/node_add_menu_shader/__init__.pyi +10 -10
- bl_ui/node_add_menu_texture/__init__.pyi +9 -9
- bl_ui/properties_collection/__init__.pyi +39 -25
- bl_ui/properties_constraint/__init__.pyi +1257 -1041
- bl_ui/properties_data_armature/__init__.pyi +120 -96
- bl_ui/properties_data_bone/__init__.pyi +36 -29
- bl_ui/properties_data_camera/__init__.pyi +32 -14
- bl_ui/properties_data_curve/__init__.pyi +143 -116
- bl_ui/properties_data_curves/__init__.pyi +30 -25
- bl_ui/properties_data_empty/__init__.pyi +21 -21
- bl_ui/properties_data_gpencil/__init__.pyi +297 -260
- bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
- bl_ui/properties_data_lattice/__init__.pyi +25 -22
- bl_ui/properties_data_light/__init__.pyi +44 -31
- bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
- bl_ui/properties_data_mesh/__init__.pyi +579 -570
- bl_ui/properties_data_metaball/__init__.pyi +29 -24
- bl_ui/properties_data_modifier/__init__.pyi +55 -43
- bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
- bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
- bl_ui/properties_data_speaker/__init__.pyi +27 -24
- bl_ui/properties_data_volume/__init__.pyi +75 -68
- bl_ui/properties_freestyle/__init__.pyi +407 -284
- bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
- bl_ui/properties_mask_common/__init__.pyi +7 -7
- bl_ui/properties_material/__init__.pyi +186 -162
- bl_ui/properties_material_gpencil/__init__.pyi +111 -87
- bl_ui/properties_object/__init__.pyi +102 -84
- bl_ui/properties_output/__init__.pyi +255 -228
- bl_ui/properties_paint_common/__init__.pyi +9 -9
- bl_ui/properties_particle/__init__.pyi +341 -254
- bl_ui/properties_physics_cloth/__init__.pyi +54 -33
- bl_ui/properties_physics_common/__init__.pyi +20 -20
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
- bl_ui/properties_physics_field/__init__.pyi +52 -36
- bl_ui/properties_physics_fluid/__init__.pyi +119 -96
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
- bl_ui/properties_physics_softbody/__init__.pyi +62 -34
- bl_ui/properties_render/__init__.pyi +275 -187
- bl_ui/properties_scene/__init__.pyi +173 -154
- bl_ui/properties_texture/__init__.pyi +251 -205
- bl_ui/properties_view_layer/__init__.pyi +126 -93
- bl_ui/properties_workspace/__init__.pyi +82 -76
- bl_ui/properties_world/__init__.pyi +31 -26
- bl_ui/space_clip/__init__.pyi +495 -433
- bl_ui/space_console/__init__.pyi +6 -6
- bl_ui/space_dopesheet/__init__.pyi +209 -174
- bl_ui/space_filebrowser/__init__.pyi +691 -679
- bl_ui/space_graph/__init__.pyi +25 -20
- bl_ui/space_image/__init__.pyi +959 -845
- bl_ui/space_info/__init__.pyi +6 -6
- bl_ui/space_nla/__init__.pyi +26 -17
- bl_ui/space_node/__init__.pyi +49 -36
- bl_ui/space_outliner/__init__.pyi +14 -14
- bl_ui/space_properties/__init__.pyi +3 -3
- bl_ui/space_sequencer/__init__.pyi +510 -444
- bl_ui/space_spreadsheet/__init__.pyi +1 -1
- bl_ui/space_statusbar/__init__.pyi +1 -1
- bl_ui/space_text/__init__.pyi +16 -16
- bl_ui/space_time/__init__.pyi +27 -23
- bl_ui/space_toolsystem_common/__init__.pyi +1 -1
- bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
- bl_ui/space_topbar/__init__.pyi +26 -26
- bl_ui/space_userpref/__init__.pyi +795 -658
- bl_ui/space_view3d/__init__.pyi +1460 -1428
- bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
- bl_ui/temp_anim_layers/__init__.pyi +1 -1
- bmesh/types/__init__.pyi +13 -6
- bpy/app/__init__.pyi +4 -4
- bpy/app/icons/__init__.pyi +8 -6
- bpy/app/timers/__init__.pyi +10 -8
- bpy/app/translations/__init__.pyi +22 -20
- bpy/msgbus/__init__.pyi +4 -2
- bpy/ops/action/__init__.pyi +319 -316
- bpy/ops/anim/__init__.pyi +428 -428
- bpy/ops/armature/__init__.pyi +359 -358
- bpy/ops/asset/__init__.pyi +146 -146
- bpy/ops/boid/__init__.pyi +50 -50
- bpy/ops/brush/__init__.pyi +72 -72
- bpy/ops/buttons/__init__.pyi +128 -128
- bpy/ops/cachefile/__init__.pyi +124 -124
- bpy/ops/camera/__init__.pyi +22 -22
- bpy/ops/clip/__init__.pyi +773 -768
- bpy/ops/cloth/__init__.pyi +10 -10
- bpy/ops/collection/__init__.pyi +64 -64
- bpy/ops/console/__init__.pyi +150 -150
- bpy/ops/constraint/__init__.pyi +150 -150
- bpy/ops/curve/__init__.pyi +475 -472
- bpy/ops/curves/__init__.pyi +247 -244
- bpy/ops/cycles/__init__.pyi +18 -18
- bpy/ops/dpaint/__init__.pyi +34 -34
- bpy/ops/ed/__init__.pyi +122 -122
- bpy/ops/export_anim/__init__.pyi +18 -18
- bpy/ops/export_mesh/__init__.pyi +26 -26
- bpy/ops/export_scene/__init__.pyi +333 -307
- bpy/ops/file/__init__.pyi +340 -340
- bpy/ops/fluid/__init__.pyi +88 -88
- bpy/ops/font/__init__.pyi +252 -252
- bpy/ops/geometry/__init__.pyi +86 -86
- bpy/ops/gizmogroup/__init__.pyi +22 -22
- bpy/ops/gpencil/__init__.pyi +1459 -1444
- bpy/ops/graph/__init__.pyi +645 -642
- bpy/ops/grease_pencil/__init__.pyi +441 -436
- bpy/ops/image/__init__.pyi +614 -612
- bpy/ops/import_anim/__init__.pyi +26 -26
- bpy/ops/import_curve/__init__.pyi +6 -6
- bpy/ops/import_mesh/__init__.pyi +20 -18
- bpy/ops/import_scene/__init__.pyi +92 -86
- bpy/ops/info/__init__.pyi +60 -60
- bpy/ops/lattice/__init__.pyi +64 -64
- bpy/ops/marker/__init__.pyi +106 -106
- bpy/ops/mask/__init__.pyi +321 -318
- bpy/ops/material/__init__.pyi +18 -18
- bpy/ops/mball/__init__.pyi +71 -70
- bpy/ops/mesh/__init__.pyi +1997 -1990
- bpy/ops/nla/__init__.pyi +330 -329
- bpy/ops/node/__init__.pyi +867 -852
- bpy/ops/object/__init__.pyi +2433 -2430
- bpy/ops/outliner/__init__.pyi +498 -498
- bpy/ops/paint/__init__.pyi +554 -544
- bpy/ops/paintcurve/__init__.pyi +64 -64
- bpy/ops/palette/__init__.pyi +48 -48
- bpy/ops/particle/__init__.pyi +266 -264
- bpy/ops/pose/__init__.pyi +336 -336
- bpy/ops/poselib/__init__.pyi +70 -70
- bpy/ops/preferences/__init__.pyi +338 -336
- bpy/ops/ptcache/__init__.pyi +46 -46
- bpy/ops/render/__init__.pyi +114 -114
- bpy/ops/rigidbody/__init__.pyi +102 -102
- bpy/ops/scene/__init__.pyi +270 -270
- bpy/ops/screen/__init__.pyi +378 -378
- bpy/ops/script/__init__.pyi +18 -18
- bpy/ops/sculpt/__init__.pyi +411 -405
- bpy/ops/sculpt_curves/__init__.pyi +42 -40
- bpy/ops/sequencer/__init__.pyi +1053 -1040
- bpy/ops/sound/__init__.pyi +208 -208
- bpy/ops/spreadsheet/__init__.pyi +30 -30
- bpy/ops/surface/__init__.pyi +108 -108
- bpy/ops/text/__init__.pyi +382 -382
- bpy/ops/text_editor/__init__.pyi +10 -10
- bpy/ops/texture/__init__.pyi +26 -26
- bpy/ops/transform/__init__.pyi +826 -790
- bpy/ops/ui/__init__.pyi +216 -216
- bpy/ops/uilist/__init__.pyi +20 -20
- bpy/ops/uv/__init__.pyi +605 -600
- bpy/ops/view2d/__init__.pyi +156 -156
- bpy/ops/view3d/__init__.pyi +578 -576
- bpy/ops/wm/__init__.pyi +2412 -2376
- bpy/ops/workspace/__init__.pyi +42 -42
- bpy/ops/world/__init__.pyi +6 -6
- bpy/path/__init__.pyi +48 -33
- bpy/props/__init__.pyi +263 -261
- bpy/types/__init__.pyi +106351 -103198
- bpy/utils/__init__.pyi +87 -52
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +20 -17
- bpy_extras/anim_utils/__init__.pyi +9 -2
- bpy_extras/io_utils/__init__.pyi +2 -1
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_types/__init__.pyi +236 -236
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
- freestyle/chainingiterators/__init__.pyi +7 -2
- freestyle/types/__init__.pyi +8 -3
- gpu_extras/presets/__init__.pyi +14 -2
- keyingsets_builtins/__init__.pyi +92 -92
- mathutils/__init__.pyi +9 -5
- mathutils/geometry/__init__.pyi +8 -4
- nodeitems_builtins/__init__.pyi +7 -7
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
|
@@ -3,34 +3,90 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class
|
|
6
|
+
class SocketItemAddOperator:
|
|
7
7
|
""" """
|
|
8
8
|
|
|
9
9
|
active_index_name: typing.Any
|
|
10
10
|
""" """
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
default_socket_type: typing.Any
|
|
13
13
|
""" """
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
items_name: typing.Any
|
|
16
16
|
""" """
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
def execute(self, context):
|
|
19
|
+
"""
|
|
20
|
+
|
|
21
|
+
:param context:
|
|
22
|
+
"""
|
|
23
|
+
...
|
|
24
|
+
|
|
25
|
+
class NodeOperator:
|
|
19
26
|
""" """
|
|
20
27
|
|
|
21
|
-
|
|
28
|
+
def get_node(self, context):
|
|
29
|
+
"""
|
|
30
|
+
|
|
31
|
+
:param context:
|
|
32
|
+
"""
|
|
33
|
+
...
|
|
34
|
+
|
|
35
|
+
def poll(self, context):
|
|
36
|
+
"""
|
|
37
|
+
|
|
38
|
+
:param context:
|
|
39
|
+
"""
|
|
40
|
+
...
|
|
41
|
+
|
|
42
|
+
class SocketMoveItemOperator:
|
|
22
43
|
""" """
|
|
23
44
|
|
|
24
|
-
|
|
45
|
+
active_index_name: typing.Any
|
|
25
46
|
""" """
|
|
26
47
|
|
|
27
|
-
|
|
48
|
+
items_name: typing.Any
|
|
49
|
+
""" """
|
|
50
|
+
|
|
51
|
+
def execute(self, context):
|
|
52
|
+
"""
|
|
53
|
+
|
|
54
|
+
:param context:
|
|
55
|
+
"""
|
|
56
|
+
...
|
|
57
|
+
|
|
58
|
+
class SocketItemRemoveOperator:
|
|
59
|
+
""" """
|
|
60
|
+
|
|
61
|
+
active_index_name: typing.Any
|
|
28
62
|
""" """
|
|
29
63
|
|
|
30
64
|
items_name: typing.Any
|
|
31
65
|
""" """
|
|
32
66
|
|
|
33
|
-
|
|
67
|
+
def execute(self, context):
|
|
68
|
+
"""
|
|
69
|
+
|
|
70
|
+
:param context:
|
|
71
|
+
"""
|
|
72
|
+
...
|
|
73
|
+
|
|
74
|
+
class IndexSwitchItemAddOperator(bpy_types.Operator):
|
|
75
|
+
""" """
|
|
76
|
+
|
|
77
|
+
bl_idname: typing.Any
|
|
78
|
+
""" """
|
|
79
|
+
|
|
80
|
+
bl_label: typing.Any
|
|
81
|
+
""" """
|
|
82
|
+
|
|
83
|
+
bl_options: typing.Any
|
|
84
|
+
""" """
|
|
85
|
+
|
|
86
|
+
bl_rna: typing.Any
|
|
87
|
+
""" """
|
|
88
|
+
|
|
89
|
+
id_data: typing.Any
|
|
34
90
|
""" """
|
|
35
91
|
|
|
36
92
|
def as_keywords(self, ignore):
|
|
@@ -71,13 +127,6 @@ class BakeNodeItemAddOperator(bpy_types.Operator):
|
|
|
71
127
|
""" """
|
|
72
128
|
...
|
|
73
129
|
|
|
74
|
-
def get_node(self, context):
|
|
75
|
-
"""
|
|
76
|
-
|
|
77
|
-
:param context:
|
|
78
|
-
"""
|
|
79
|
-
...
|
|
80
|
-
|
|
81
130
|
def id_properties_clear(self):
|
|
82
131
|
""" """
|
|
83
132
|
...
|
|
@@ -161,10 +210,7 @@ class BakeNodeItemAddOperator(bpy_types.Operator):
|
|
|
161
210
|
""" """
|
|
162
211
|
...
|
|
163
212
|
|
|
164
|
-
class
|
|
165
|
-
""" """
|
|
166
|
-
|
|
167
|
-
active_index_name: typing.Any
|
|
213
|
+
class IndexSwitchItemRemoveOperator(bpy_types.Operator):
|
|
168
214
|
""" """
|
|
169
215
|
|
|
170
216
|
bl_idname: typing.Any
|
|
@@ -182,12 +228,6 @@ class BakeNodeItemMoveOperator(bpy_types.Operator):
|
|
|
182
228
|
id_data: typing.Any
|
|
183
229
|
""" """
|
|
184
230
|
|
|
185
|
-
items_name: typing.Any
|
|
186
|
-
""" """
|
|
187
|
-
|
|
188
|
-
node_type: typing.Any
|
|
189
|
-
""" """
|
|
190
|
-
|
|
191
231
|
def as_keywords(self, ignore):
|
|
192
232
|
"""
|
|
193
233
|
|
|
@@ -226,13 +266,6 @@ class BakeNodeItemMoveOperator(bpy_types.Operator):
|
|
|
226
266
|
""" """
|
|
227
267
|
...
|
|
228
268
|
|
|
229
|
-
def get_node(self, context):
|
|
230
|
-
"""
|
|
231
|
-
|
|
232
|
-
:param context:
|
|
233
|
-
"""
|
|
234
|
-
...
|
|
235
|
-
|
|
236
269
|
def id_properties_clear(self):
|
|
237
270
|
""" """
|
|
238
271
|
...
|
|
@@ -316,10 +349,7 @@ class BakeNodeItemMoveOperator(bpy_types.Operator):
|
|
|
316
349
|
""" """
|
|
317
350
|
...
|
|
318
351
|
|
|
319
|
-
class
|
|
320
|
-
""" """
|
|
321
|
-
|
|
322
|
-
active_index_name: typing.Any
|
|
352
|
+
class MoveModifierToNodes(bpy_types.Operator):
|
|
323
353
|
""" """
|
|
324
354
|
|
|
325
355
|
bl_idname: typing.Any
|
|
@@ -337,12 +367,6 @@ class BakeNodeItemRemoveOperator(bpy_types.Operator):
|
|
|
337
367
|
id_data: typing.Any
|
|
338
368
|
""" """
|
|
339
369
|
|
|
340
|
-
items_name: typing.Any
|
|
341
|
-
""" """
|
|
342
|
-
|
|
343
|
-
node_type: typing.Any
|
|
344
|
-
""" """
|
|
345
|
-
|
|
346
370
|
def as_keywords(self, ignore):
|
|
347
371
|
"""
|
|
348
372
|
|
|
@@ -381,13 +405,6 @@ class BakeNodeItemRemoveOperator(bpy_types.Operator):
|
|
|
381
405
|
""" """
|
|
382
406
|
...
|
|
383
407
|
|
|
384
|
-
def get_node(self, context):
|
|
385
|
-
"""
|
|
386
|
-
|
|
387
|
-
:param context:
|
|
388
|
-
"""
|
|
389
|
-
...
|
|
390
|
-
|
|
391
408
|
def id_properties_clear(self):
|
|
392
409
|
""" """
|
|
393
410
|
...
|
|
@@ -400,6 +417,14 @@ class BakeNodeItemRemoveOperator(bpy_types.Operator):
|
|
|
400
417
|
""" """
|
|
401
418
|
...
|
|
402
419
|
|
|
420
|
+
def invoke(self, context, event):
|
|
421
|
+
"""
|
|
422
|
+
|
|
423
|
+
:param context:
|
|
424
|
+
:param event:
|
|
425
|
+
"""
|
|
426
|
+
...
|
|
427
|
+
|
|
403
428
|
def is_property_hidden(self):
|
|
404
429
|
""" """
|
|
405
430
|
...
|
|
@@ -471,24 +496,7 @@ class BakeNodeItemRemoveOperator(bpy_types.Operator):
|
|
|
471
496
|
""" """
|
|
472
497
|
...
|
|
473
498
|
|
|
474
|
-
class
|
|
475
|
-
""" """
|
|
476
|
-
|
|
477
|
-
def get_node(self, context):
|
|
478
|
-
"""
|
|
479
|
-
|
|
480
|
-
:param context:
|
|
481
|
-
"""
|
|
482
|
-
...
|
|
483
|
-
|
|
484
|
-
def poll(self, context):
|
|
485
|
-
"""
|
|
486
|
-
|
|
487
|
-
:param context:
|
|
488
|
-
"""
|
|
489
|
-
...
|
|
490
|
-
|
|
491
|
-
class IndexSwitchItemAddOperator(bpy_types.Operator):
|
|
499
|
+
class NewGeometryNodeGroupTool(bpy_types.Operator):
|
|
492
500
|
""" """
|
|
493
501
|
|
|
494
502
|
bl_idname: typing.Any
|
|
@@ -627,7 +635,7 @@ class IndexSwitchItemAddOperator(bpy_types.Operator):
|
|
|
627
635
|
""" """
|
|
628
636
|
...
|
|
629
637
|
|
|
630
|
-
class
|
|
638
|
+
class NewGeometryNodeTreeAssign(bpy_types.Operator):
|
|
631
639
|
""" """
|
|
632
640
|
|
|
633
641
|
bl_idname: typing.Any
|
|
@@ -766,7 +774,7 @@ class IndexSwitchItemRemoveOperator(bpy_types.Operator):
|
|
|
766
774
|
""" """
|
|
767
775
|
...
|
|
768
776
|
|
|
769
|
-
class
|
|
777
|
+
class NewGeometryNodesModifier(bpy_types.Operator):
|
|
770
778
|
""" """
|
|
771
779
|
|
|
772
780
|
bl_idname: typing.Any
|
|
@@ -834,14 +842,6 @@ class MoveModifierToNodes(bpy_types.Operator):
|
|
|
834
842
|
""" """
|
|
835
843
|
...
|
|
836
844
|
|
|
837
|
-
def invoke(self, context, event):
|
|
838
|
-
"""
|
|
839
|
-
|
|
840
|
-
:param context:
|
|
841
|
-
:param event:
|
|
842
|
-
"""
|
|
843
|
-
...
|
|
844
|
-
|
|
845
845
|
def is_property_hidden(self):
|
|
846
846
|
""" """
|
|
847
847
|
...
|
|
@@ -913,7 +913,113 @@ class MoveModifierToNodes(bpy_types.Operator):
|
|
|
913
913
|
""" """
|
|
914
914
|
...
|
|
915
915
|
|
|
916
|
-
class
|
|
916
|
+
class ZoneOperator:
|
|
917
|
+
""" """
|
|
918
|
+
|
|
919
|
+
def get_node(self, context):
|
|
920
|
+
"""
|
|
921
|
+
|
|
922
|
+
:param context:
|
|
923
|
+
"""
|
|
924
|
+
...
|
|
925
|
+
|
|
926
|
+
def poll(self, context):
|
|
927
|
+
"""
|
|
928
|
+
|
|
929
|
+
:param context:
|
|
930
|
+
"""
|
|
931
|
+
...
|
|
932
|
+
|
|
933
|
+
class BakeNodeOperator(NodeOperator):
|
|
934
|
+
""" """
|
|
935
|
+
|
|
936
|
+
active_index_name: typing.Any
|
|
937
|
+
""" """
|
|
938
|
+
|
|
939
|
+
items_name: typing.Any
|
|
940
|
+
""" """
|
|
941
|
+
|
|
942
|
+
node_type: typing.Any
|
|
943
|
+
""" """
|
|
944
|
+
|
|
945
|
+
def get_node(self, context):
|
|
946
|
+
"""
|
|
947
|
+
|
|
948
|
+
:param context:
|
|
949
|
+
"""
|
|
950
|
+
...
|
|
951
|
+
|
|
952
|
+
def poll(self, context):
|
|
953
|
+
"""
|
|
954
|
+
|
|
955
|
+
:param context:
|
|
956
|
+
"""
|
|
957
|
+
...
|
|
958
|
+
|
|
959
|
+
class RepeatZoneOperator(ZoneOperator):
|
|
960
|
+
""" """
|
|
961
|
+
|
|
962
|
+
active_index_name: typing.Any
|
|
963
|
+
""" """
|
|
964
|
+
|
|
965
|
+
input_node_type: typing.Any
|
|
966
|
+
""" """
|
|
967
|
+
|
|
968
|
+
items_name: typing.Any
|
|
969
|
+
""" """
|
|
970
|
+
|
|
971
|
+
output_node_type: typing.Any
|
|
972
|
+
""" """
|
|
973
|
+
|
|
974
|
+
def get_node(self, context):
|
|
975
|
+
"""
|
|
976
|
+
|
|
977
|
+
:param context:
|
|
978
|
+
"""
|
|
979
|
+
...
|
|
980
|
+
|
|
981
|
+
def poll(self, context):
|
|
982
|
+
"""
|
|
983
|
+
|
|
984
|
+
:param context:
|
|
985
|
+
"""
|
|
986
|
+
...
|
|
987
|
+
|
|
988
|
+
class SimulationZoneOperator(ZoneOperator):
|
|
989
|
+
""" """
|
|
990
|
+
|
|
991
|
+
active_index_name: typing.Any
|
|
992
|
+
""" """
|
|
993
|
+
|
|
994
|
+
input_node_type: typing.Any
|
|
995
|
+
""" """
|
|
996
|
+
|
|
997
|
+
items_name: typing.Any
|
|
998
|
+
""" """
|
|
999
|
+
|
|
1000
|
+
output_node_type: typing.Any
|
|
1001
|
+
""" """
|
|
1002
|
+
|
|
1003
|
+
def get_node(self, context):
|
|
1004
|
+
"""
|
|
1005
|
+
|
|
1006
|
+
:param context:
|
|
1007
|
+
"""
|
|
1008
|
+
...
|
|
1009
|
+
|
|
1010
|
+
def poll(self, context):
|
|
1011
|
+
"""
|
|
1012
|
+
|
|
1013
|
+
:param context:
|
|
1014
|
+
"""
|
|
1015
|
+
...
|
|
1016
|
+
|
|
1017
|
+
class BakeNodeItemAddOperator(
|
|
1018
|
+
SocketItemAddOperator, BakeNodeOperator, NodeOperator, bpy_types.Operator
|
|
1019
|
+
):
|
|
1020
|
+
""" """
|
|
1021
|
+
|
|
1022
|
+
active_index_name: typing.Any
|
|
917
1023
|
""" """
|
|
918
1024
|
|
|
919
1025
|
bl_idname: typing.Any
|
|
@@ -928,9 +1034,18 @@ class NewGeometryNodeGroupTool(bpy_types.Operator):
|
|
|
928
1034
|
bl_rna: typing.Any
|
|
929
1035
|
""" """
|
|
930
1036
|
|
|
1037
|
+
default_socket_type: typing.Any
|
|
1038
|
+
""" """
|
|
1039
|
+
|
|
931
1040
|
id_data: typing.Any
|
|
932
1041
|
""" """
|
|
933
1042
|
|
|
1043
|
+
items_name: typing.Any
|
|
1044
|
+
""" """
|
|
1045
|
+
|
|
1046
|
+
node_type: typing.Any
|
|
1047
|
+
""" """
|
|
1048
|
+
|
|
934
1049
|
def as_keywords(self, ignore):
|
|
935
1050
|
"""
|
|
936
1051
|
|
|
@@ -969,6 +1084,13 @@ class NewGeometryNodeGroupTool(bpy_types.Operator):
|
|
|
969
1084
|
""" """
|
|
970
1085
|
...
|
|
971
1086
|
|
|
1087
|
+
def get_node(self, context):
|
|
1088
|
+
"""
|
|
1089
|
+
|
|
1090
|
+
:param context:
|
|
1091
|
+
"""
|
|
1092
|
+
...
|
|
1093
|
+
|
|
972
1094
|
def id_properties_clear(self):
|
|
973
1095
|
""" """
|
|
974
1096
|
...
|
|
@@ -1052,7 +1174,12 @@ class NewGeometryNodeGroupTool(bpy_types.Operator):
|
|
|
1052
1174
|
""" """
|
|
1053
1175
|
...
|
|
1054
1176
|
|
|
1055
|
-
class
|
|
1177
|
+
class BakeNodeItemMoveOperator(
|
|
1178
|
+
SocketMoveItemOperator, BakeNodeOperator, NodeOperator, bpy_types.Operator
|
|
1179
|
+
):
|
|
1180
|
+
""" """
|
|
1181
|
+
|
|
1182
|
+
active_index_name: typing.Any
|
|
1056
1183
|
""" """
|
|
1057
1184
|
|
|
1058
1185
|
bl_idname: typing.Any
|
|
@@ -1070,6 +1197,12 @@ class NewGeometryNodeTreeAssign(bpy_types.Operator):
|
|
|
1070
1197
|
id_data: typing.Any
|
|
1071
1198
|
""" """
|
|
1072
1199
|
|
|
1200
|
+
items_name: typing.Any
|
|
1201
|
+
""" """
|
|
1202
|
+
|
|
1203
|
+
node_type: typing.Any
|
|
1204
|
+
""" """
|
|
1205
|
+
|
|
1073
1206
|
def as_keywords(self, ignore):
|
|
1074
1207
|
"""
|
|
1075
1208
|
|
|
@@ -1108,6 +1241,13 @@ class NewGeometryNodeTreeAssign(bpy_types.Operator):
|
|
|
1108
1241
|
""" """
|
|
1109
1242
|
...
|
|
1110
1243
|
|
|
1244
|
+
def get_node(self, context):
|
|
1245
|
+
"""
|
|
1246
|
+
|
|
1247
|
+
:param context:
|
|
1248
|
+
"""
|
|
1249
|
+
...
|
|
1250
|
+
|
|
1111
1251
|
def id_properties_clear(self):
|
|
1112
1252
|
""" """
|
|
1113
1253
|
...
|
|
@@ -1191,7 +1331,12 @@ class NewGeometryNodeTreeAssign(bpy_types.Operator):
|
|
|
1191
1331
|
""" """
|
|
1192
1332
|
...
|
|
1193
1333
|
|
|
1194
|
-
class
|
|
1334
|
+
class BakeNodeItemRemoveOperator(
|
|
1335
|
+
SocketItemRemoveOperator, BakeNodeOperator, NodeOperator, bpy_types.Operator
|
|
1336
|
+
):
|
|
1337
|
+
""" """
|
|
1338
|
+
|
|
1339
|
+
active_index_name: typing.Any
|
|
1195
1340
|
""" """
|
|
1196
1341
|
|
|
1197
1342
|
bl_idname: typing.Any
|
|
@@ -1209,6 +1354,12 @@ class NewGeometryNodesModifier(bpy_types.Operator):
|
|
|
1209
1354
|
id_data: typing.Any
|
|
1210
1355
|
""" """
|
|
1211
1356
|
|
|
1357
|
+
items_name: typing.Any
|
|
1358
|
+
""" """
|
|
1359
|
+
|
|
1360
|
+
node_type: typing.Any
|
|
1361
|
+
""" """
|
|
1362
|
+
|
|
1212
1363
|
def as_keywords(self, ignore):
|
|
1213
1364
|
"""
|
|
1214
1365
|
|
|
@@ -1247,6 +1398,13 @@ class NewGeometryNodesModifier(bpy_types.Operator):
|
|
|
1247
1398
|
""" """
|
|
1248
1399
|
...
|
|
1249
1400
|
|
|
1401
|
+
def get_node(self, context):
|
|
1402
|
+
"""
|
|
1403
|
+
|
|
1404
|
+
:param context:
|
|
1405
|
+
"""
|
|
1406
|
+
...
|
|
1407
|
+
|
|
1250
1408
|
def id_properties_clear(self):
|
|
1251
1409
|
""" """
|
|
1252
1410
|
...
|
|
@@ -1330,7 +1488,9 @@ class NewGeometryNodesModifier(bpy_types.Operator):
|
|
|
1330
1488
|
""" """
|
|
1331
1489
|
...
|
|
1332
1490
|
|
|
1333
|
-
class RepeatZoneItemAddOperator(
|
|
1491
|
+
class RepeatZoneItemAddOperator(
|
|
1492
|
+
SocketItemAddOperator, RepeatZoneOperator, ZoneOperator, bpy_types.Operator
|
|
1493
|
+
):
|
|
1334
1494
|
""" """
|
|
1335
1495
|
|
|
1336
1496
|
active_index_name: typing.Any
|
|
@@ -1491,7 +1651,9 @@ class RepeatZoneItemAddOperator(bpy_types.Operator):
|
|
|
1491
1651
|
""" """
|
|
1492
1652
|
...
|
|
1493
1653
|
|
|
1494
|
-
class RepeatZoneItemMoveOperator(
|
|
1654
|
+
class RepeatZoneItemMoveOperator(
|
|
1655
|
+
SocketMoveItemOperator, RepeatZoneOperator, ZoneOperator, bpy_types.Operator
|
|
1656
|
+
):
|
|
1495
1657
|
""" """
|
|
1496
1658
|
|
|
1497
1659
|
active_index_name: typing.Any
|
|
@@ -1649,7 +1811,9 @@ class RepeatZoneItemMoveOperator(bpy_types.Operator):
|
|
|
1649
1811
|
""" """
|
|
1650
1812
|
...
|
|
1651
1813
|
|
|
1652
|
-
class RepeatZoneItemRemoveOperator(
|
|
1814
|
+
class RepeatZoneItemRemoveOperator(
|
|
1815
|
+
SocketItemRemoveOperator, RepeatZoneOperator, ZoneOperator, bpy_types.Operator
|
|
1816
|
+
):
|
|
1653
1817
|
""" """
|
|
1654
1818
|
|
|
1655
1819
|
active_index_name: typing.Any
|
|
@@ -1807,24 +1971,9 @@ class RepeatZoneItemRemoveOperator(bpy_types.Operator):
|
|
|
1807
1971
|
""" """
|
|
1808
1972
|
...
|
|
1809
1973
|
|
|
1810
|
-
class
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
def get_node(self, context):
|
|
1814
|
-
"""
|
|
1815
|
-
|
|
1816
|
-
:param context:
|
|
1817
|
-
"""
|
|
1818
|
-
...
|
|
1819
|
-
|
|
1820
|
-
def poll(self, context):
|
|
1821
|
-
"""
|
|
1822
|
-
|
|
1823
|
-
:param context:
|
|
1824
|
-
"""
|
|
1825
|
-
...
|
|
1826
|
-
|
|
1827
|
-
class SimulationZoneItemAddOperator(bpy_types.Operator):
|
|
1974
|
+
class SimulationZoneItemAddOperator(
|
|
1975
|
+
SocketItemAddOperator, SimulationZoneOperator, ZoneOperator, bpy_types.Operator
|
|
1976
|
+
):
|
|
1828
1977
|
""" """
|
|
1829
1978
|
|
|
1830
1979
|
active_index_name: typing.Any
|
|
@@ -1985,7 +2134,9 @@ class SimulationZoneItemAddOperator(bpy_types.Operator):
|
|
|
1985
2134
|
""" """
|
|
1986
2135
|
...
|
|
1987
2136
|
|
|
1988
|
-
class SimulationZoneItemMoveOperator(
|
|
2137
|
+
class SimulationZoneItemMoveOperator(
|
|
2138
|
+
SocketMoveItemOperator, SimulationZoneOperator, ZoneOperator, bpy_types.Operator
|
|
2139
|
+
):
|
|
1989
2140
|
""" """
|
|
1990
2141
|
|
|
1991
2142
|
active_index_name: typing.Any
|
|
@@ -2143,7 +2294,9 @@ class SimulationZoneItemMoveOperator(bpy_types.Operator):
|
|
|
2143
2294
|
""" """
|
|
2144
2295
|
...
|
|
2145
2296
|
|
|
2146
|
-
class SimulationZoneItemRemoveOperator(
|
|
2297
|
+
class SimulationZoneItemRemoveOperator(
|
|
2298
|
+
SocketItemRemoveOperator, SimulationZoneOperator, ZoneOperator, bpy_types.Operator
|
|
2299
|
+
):
|
|
2147
2300
|
""" """
|
|
2148
2301
|
|
|
2149
2302
|
active_index_name: typing.Any
|
|
@@ -2301,141 +2454,6 @@ class SimulationZoneItemRemoveOperator(bpy_types.Operator):
|
|
|
2301
2454
|
""" """
|
|
2302
2455
|
...
|
|
2303
2456
|
|
|
2304
|
-
class SocketItemAddOperator:
|
|
2305
|
-
""" """
|
|
2306
|
-
|
|
2307
|
-
active_index_name: typing.Any
|
|
2308
|
-
""" """
|
|
2309
|
-
|
|
2310
|
-
default_socket_type: typing.Any
|
|
2311
|
-
""" """
|
|
2312
|
-
|
|
2313
|
-
items_name: typing.Any
|
|
2314
|
-
""" """
|
|
2315
|
-
|
|
2316
|
-
def execute(self, context):
|
|
2317
|
-
"""
|
|
2318
|
-
|
|
2319
|
-
:param context:
|
|
2320
|
-
"""
|
|
2321
|
-
...
|
|
2322
|
-
|
|
2323
|
-
class SocketItemRemoveOperator:
|
|
2324
|
-
""" """
|
|
2325
|
-
|
|
2326
|
-
active_index_name: typing.Any
|
|
2327
|
-
""" """
|
|
2328
|
-
|
|
2329
|
-
items_name: typing.Any
|
|
2330
|
-
""" """
|
|
2331
|
-
|
|
2332
|
-
def execute(self, context):
|
|
2333
|
-
"""
|
|
2334
|
-
|
|
2335
|
-
:param context:
|
|
2336
|
-
"""
|
|
2337
|
-
...
|
|
2338
|
-
|
|
2339
|
-
class SocketMoveItemOperator:
|
|
2340
|
-
""" """
|
|
2341
|
-
|
|
2342
|
-
active_index_name: typing.Any
|
|
2343
|
-
""" """
|
|
2344
|
-
|
|
2345
|
-
items_name: typing.Any
|
|
2346
|
-
""" """
|
|
2347
|
-
|
|
2348
|
-
def execute(self, context):
|
|
2349
|
-
"""
|
|
2350
|
-
|
|
2351
|
-
:param context:
|
|
2352
|
-
"""
|
|
2353
|
-
...
|
|
2354
|
-
|
|
2355
|
-
class BakeNodeOperator(NodeOperator):
|
|
2356
|
-
""" """
|
|
2357
|
-
|
|
2358
|
-
active_index_name: typing.Any
|
|
2359
|
-
""" """
|
|
2360
|
-
|
|
2361
|
-
items_name: typing.Any
|
|
2362
|
-
""" """
|
|
2363
|
-
|
|
2364
|
-
node_type: typing.Any
|
|
2365
|
-
""" """
|
|
2366
|
-
|
|
2367
|
-
def get_node(self, context):
|
|
2368
|
-
"""
|
|
2369
|
-
|
|
2370
|
-
:param context:
|
|
2371
|
-
"""
|
|
2372
|
-
...
|
|
2373
|
-
|
|
2374
|
-
def poll(self, context):
|
|
2375
|
-
"""
|
|
2376
|
-
|
|
2377
|
-
:param context:
|
|
2378
|
-
"""
|
|
2379
|
-
...
|
|
2380
|
-
|
|
2381
|
-
class RepeatZoneOperator(ZoneOperator):
|
|
2382
|
-
""" """
|
|
2383
|
-
|
|
2384
|
-
active_index_name: typing.Any
|
|
2385
|
-
""" """
|
|
2386
|
-
|
|
2387
|
-
input_node_type: typing.Any
|
|
2388
|
-
""" """
|
|
2389
|
-
|
|
2390
|
-
items_name: typing.Any
|
|
2391
|
-
""" """
|
|
2392
|
-
|
|
2393
|
-
output_node_type: typing.Any
|
|
2394
|
-
""" """
|
|
2395
|
-
|
|
2396
|
-
def get_node(self, context):
|
|
2397
|
-
"""
|
|
2398
|
-
|
|
2399
|
-
:param context:
|
|
2400
|
-
"""
|
|
2401
|
-
...
|
|
2402
|
-
|
|
2403
|
-
def poll(self, context):
|
|
2404
|
-
"""
|
|
2405
|
-
|
|
2406
|
-
:param context:
|
|
2407
|
-
"""
|
|
2408
|
-
...
|
|
2409
|
-
|
|
2410
|
-
class SimulationZoneOperator(ZoneOperator):
|
|
2411
|
-
""" """
|
|
2412
|
-
|
|
2413
|
-
active_index_name: typing.Any
|
|
2414
|
-
""" """
|
|
2415
|
-
|
|
2416
|
-
input_node_type: typing.Any
|
|
2417
|
-
""" """
|
|
2418
|
-
|
|
2419
|
-
items_name: typing.Any
|
|
2420
|
-
""" """
|
|
2421
|
-
|
|
2422
|
-
output_node_type: typing.Any
|
|
2423
|
-
""" """
|
|
2424
|
-
|
|
2425
|
-
def get_node(self, context):
|
|
2426
|
-
"""
|
|
2427
|
-
|
|
2428
|
-
:param context:
|
|
2429
|
-
"""
|
|
2430
|
-
...
|
|
2431
|
-
|
|
2432
|
-
def poll(self, context):
|
|
2433
|
-
"""
|
|
2434
|
-
|
|
2435
|
-
:param context:
|
|
2436
|
-
"""
|
|
2437
|
-
...
|
|
2438
|
-
|
|
2439
2457
|
def add_empty_geometry_node_group(name):
|
|
2440
2458
|
""" """
|
|
2441
2459
|
|