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
bl_operators/node/__init__.pyi
CHANGED
|
@@ -3,7 +3,48 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class
|
|
6
|
+
class NodeAddOperator:
|
|
7
|
+
""" """
|
|
8
|
+
|
|
9
|
+
def create_node(self, context, node_type):
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
:param context:
|
|
13
|
+
:param node_type:
|
|
14
|
+
"""
|
|
15
|
+
...
|
|
16
|
+
|
|
17
|
+
def deselect_nodes(self, context):
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
:param context:
|
|
21
|
+
"""
|
|
22
|
+
...
|
|
23
|
+
|
|
24
|
+
def invoke(self, context, event):
|
|
25
|
+
"""
|
|
26
|
+
|
|
27
|
+
:param context:
|
|
28
|
+
:param event:
|
|
29
|
+
"""
|
|
30
|
+
...
|
|
31
|
+
|
|
32
|
+
def poll(self, context):
|
|
33
|
+
"""
|
|
34
|
+
|
|
35
|
+
:param context:
|
|
36
|
+
"""
|
|
37
|
+
...
|
|
38
|
+
|
|
39
|
+
def store_mouse_cursor(self, context, event):
|
|
40
|
+
"""
|
|
41
|
+
|
|
42
|
+
:param context:
|
|
43
|
+
:param event:
|
|
44
|
+
"""
|
|
45
|
+
...
|
|
46
|
+
|
|
47
|
+
class NODE_OT_collapse_hide_unused_toggle(bpy_types.Operator):
|
|
7
48
|
""" """
|
|
8
49
|
|
|
9
50
|
bl_idname: typing.Any
|
|
@@ -40,29 +81,6 @@ class NODE_OT_add_node(bpy_types.Operator):
|
|
|
40
81
|
""" """
|
|
41
82
|
...
|
|
42
83
|
|
|
43
|
-
def create_node(self, context, node_type):
|
|
44
|
-
"""
|
|
45
|
-
|
|
46
|
-
:param context:
|
|
47
|
-
:param node_type:
|
|
48
|
-
"""
|
|
49
|
-
...
|
|
50
|
-
|
|
51
|
-
def description(self, _context, properties):
|
|
52
|
-
"""
|
|
53
|
-
|
|
54
|
-
:param _context:
|
|
55
|
-
:param properties:
|
|
56
|
-
"""
|
|
57
|
-
...
|
|
58
|
-
|
|
59
|
-
def deselect_nodes(self, context):
|
|
60
|
-
"""
|
|
61
|
-
|
|
62
|
-
:param context:
|
|
63
|
-
"""
|
|
64
|
-
...
|
|
65
|
-
|
|
66
84
|
def driver_add(self):
|
|
67
85
|
""" """
|
|
68
86
|
...
|
|
@@ -94,14 +112,6 @@ class NODE_OT_add_node(bpy_types.Operator):
|
|
|
94
112
|
""" """
|
|
95
113
|
...
|
|
96
114
|
|
|
97
|
-
def invoke(self, context, event):
|
|
98
|
-
"""
|
|
99
|
-
|
|
100
|
-
:param context:
|
|
101
|
-
:param event:
|
|
102
|
-
"""
|
|
103
|
-
...
|
|
104
|
-
|
|
105
115
|
def is_property_hidden(self):
|
|
106
116
|
""" """
|
|
107
117
|
...
|
|
@@ -165,14 +175,6 @@ class NODE_OT_add_node(bpy_types.Operator):
|
|
|
165
175
|
""" """
|
|
166
176
|
...
|
|
167
177
|
|
|
168
|
-
def store_mouse_cursor(self, context, event):
|
|
169
|
-
"""
|
|
170
|
-
|
|
171
|
-
:param context:
|
|
172
|
-
:param event:
|
|
173
|
-
"""
|
|
174
|
-
...
|
|
175
|
-
|
|
176
178
|
def type_recast(self):
|
|
177
179
|
""" """
|
|
178
180
|
...
|
|
@@ -181,7 +183,7 @@ class NODE_OT_add_node(bpy_types.Operator):
|
|
|
181
183
|
""" """
|
|
182
184
|
...
|
|
183
185
|
|
|
184
|
-
class
|
|
186
|
+
class NODE_OT_enum_definition_item_add(bpy_types.Operator):
|
|
185
187
|
""" """
|
|
186
188
|
|
|
187
189
|
bl_idname: typing.Any
|
|
@@ -199,12 +201,6 @@ class NODE_OT_add_repeat_zone(bpy_types.Operator):
|
|
|
199
201
|
id_data: typing.Any
|
|
200
202
|
""" """
|
|
201
203
|
|
|
202
|
-
input_node_type: typing.Any
|
|
203
|
-
""" """
|
|
204
|
-
|
|
205
|
-
output_node_type: typing.Any
|
|
206
|
-
""" """
|
|
207
|
-
|
|
208
204
|
def as_keywords(self, ignore):
|
|
209
205
|
"""
|
|
210
206
|
|
|
@@ -224,21 +220,6 @@ class NODE_OT_add_repeat_zone(bpy_types.Operator):
|
|
|
224
220
|
""" """
|
|
225
221
|
...
|
|
226
222
|
|
|
227
|
-
def create_node(self, context, node_type):
|
|
228
|
-
"""
|
|
229
|
-
|
|
230
|
-
:param context:
|
|
231
|
-
:param node_type:
|
|
232
|
-
"""
|
|
233
|
-
...
|
|
234
|
-
|
|
235
|
-
def deselect_nodes(self, context):
|
|
236
|
-
"""
|
|
237
|
-
|
|
238
|
-
:param context:
|
|
239
|
-
"""
|
|
240
|
-
...
|
|
241
|
-
|
|
242
223
|
def driver_add(self):
|
|
243
224
|
""" """
|
|
244
225
|
...
|
|
@@ -270,14 +251,6 @@ class NODE_OT_add_repeat_zone(bpy_types.Operator):
|
|
|
270
251
|
""" """
|
|
271
252
|
...
|
|
272
253
|
|
|
273
|
-
def invoke(self, context, event):
|
|
274
|
-
"""
|
|
275
|
-
|
|
276
|
-
:param context:
|
|
277
|
-
:param event:
|
|
278
|
-
"""
|
|
279
|
-
...
|
|
280
|
-
|
|
281
254
|
def is_property_hidden(self):
|
|
282
255
|
""" """
|
|
283
256
|
...
|
|
@@ -318,13 +291,6 @@ class NODE_OT_add_repeat_zone(bpy_types.Operator):
|
|
|
318
291
|
""" """
|
|
319
292
|
...
|
|
320
293
|
|
|
321
|
-
def poll(self, context):
|
|
322
|
-
"""
|
|
323
|
-
|
|
324
|
-
:param context:
|
|
325
|
-
"""
|
|
326
|
-
...
|
|
327
|
-
|
|
328
294
|
def poll_message_set(self):
|
|
329
295
|
""" """
|
|
330
296
|
...
|
|
@@ -341,14 +307,6 @@ class NODE_OT_add_repeat_zone(bpy_types.Operator):
|
|
|
341
307
|
""" """
|
|
342
308
|
...
|
|
343
309
|
|
|
344
|
-
def store_mouse_cursor(self, context, event):
|
|
345
|
-
"""
|
|
346
|
-
|
|
347
|
-
:param context:
|
|
348
|
-
:param event:
|
|
349
|
-
"""
|
|
350
|
-
...
|
|
351
|
-
|
|
352
310
|
def type_recast(self):
|
|
353
311
|
""" """
|
|
354
312
|
...
|
|
@@ -357,7 +315,7 @@ class NODE_OT_add_repeat_zone(bpy_types.Operator):
|
|
|
357
315
|
""" """
|
|
358
316
|
...
|
|
359
317
|
|
|
360
|
-
class
|
|
318
|
+
class NODE_OT_enum_definition_item_move(bpy_types.Operator):
|
|
361
319
|
""" """
|
|
362
320
|
|
|
363
321
|
bl_idname: typing.Any
|
|
@@ -375,12 +333,6 @@ class NODE_OT_add_simulation_zone(bpy_types.Operator):
|
|
|
375
333
|
id_data: typing.Any
|
|
376
334
|
""" """
|
|
377
335
|
|
|
378
|
-
input_node_type: typing.Any
|
|
379
|
-
""" """
|
|
380
|
-
|
|
381
|
-
output_node_type: typing.Any
|
|
382
|
-
""" """
|
|
383
|
-
|
|
384
336
|
def as_keywords(self, ignore):
|
|
385
337
|
"""
|
|
386
338
|
|
|
@@ -400,21 +352,6 @@ class NODE_OT_add_simulation_zone(bpy_types.Operator):
|
|
|
400
352
|
""" """
|
|
401
353
|
...
|
|
402
354
|
|
|
403
|
-
def create_node(self, context, node_type):
|
|
404
|
-
"""
|
|
405
|
-
|
|
406
|
-
:param context:
|
|
407
|
-
:param node_type:
|
|
408
|
-
"""
|
|
409
|
-
...
|
|
410
|
-
|
|
411
|
-
def deselect_nodes(self, context):
|
|
412
|
-
"""
|
|
413
|
-
|
|
414
|
-
:param context:
|
|
415
|
-
"""
|
|
416
|
-
...
|
|
417
|
-
|
|
418
355
|
def driver_add(self):
|
|
419
356
|
""" """
|
|
420
357
|
...
|
|
@@ -446,14 +383,6 @@ class NODE_OT_add_simulation_zone(bpy_types.Operator):
|
|
|
446
383
|
""" """
|
|
447
384
|
...
|
|
448
385
|
|
|
449
|
-
def invoke(self, context, event):
|
|
450
|
-
"""
|
|
451
|
-
|
|
452
|
-
:param context:
|
|
453
|
-
:param event:
|
|
454
|
-
"""
|
|
455
|
-
...
|
|
456
|
-
|
|
457
386
|
def is_property_hidden(self):
|
|
458
387
|
""" """
|
|
459
388
|
...
|
|
@@ -494,13 +423,6 @@ class NODE_OT_add_simulation_zone(bpy_types.Operator):
|
|
|
494
423
|
""" """
|
|
495
424
|
...
|
|
496
425
|
|
|
497
|
-
def poll(self, context):
|
|
498
|
-
"""
|
|
499
|
-
|
|
500
|
-
:param context:
|
|
501
|
-
"""
|
|
502
|
-
...
|
|
503
|
-
|
|
504
426
|
def poll_message_set(self):
|
|
505
427
|
""" """
|
|
506
428
|
...
|
|
@@ -517,14 +439,6 @@ class NODE_OT_add_simulation_zone(bpy_types.Operator):
|
|
|
517
439
|
""" """
|
|
518
440
|
...
|
|
519
441
|
|
|
520
|
-
def store_mouse_cursor(self, context, event):
|
|
521
|
-
"""
|
|
522
|
-
|
|
523
|
-
:param context:
|
|
524
|
-
:param event:
|
|
525
|
-
"""
|
|
526
|
-
...
|
|
527
|
-
|
|
528
442
|
def type_recast(self):
|
|
529
443
|
""" """
|
|
530
444
|
...
|
|
@@ -533,7 +447,7 @@ class NODE_OT_add_simulation_zone(bpy_types.Operator):
|
|
|
533
447
|
""" """
|
|
534
448
|
...
|
|
535
449
|
|
|
536
|
-
class
|
|
450
|
+
class NODE_OT_enum_definition_item_remove(bpy_types.Operator):
|
|
537
451
|
""" """
|
|
538
452
|
|
|
539
453
|
bl_idname: typing.Any
|
|
@@ -641,13 +555,6 @@ class NODE_OT_collapse_hide_unused_toggle(bpy_types.Operator):
|
|
|
641
555
|
""" """
|
|
642
556
|
...
|
|
643
557
|
|
|
644
|
-
def poll(self, context):
|
|
645
|
-
"""
|
|
646
|
-
|
|
647
|
-
:param context:
|
|
648
|
-
"""
|
|
649
|
-
...
|
|
650
|
-
|
|
651
558
|
def poll_message_set(self):
|
|
652
559
|
""" """
|
|
653
560
|
...
|
|
@@ -672,7 +579,17 @@ class NODE_OT_collapse_hide_unused_toggle(bpy_types.Operator):
|
|
|
672
579
|
""" """
|
|
673
580
|
...
|
|
674
581
|
|
|
675
|
-
class
|
|
582
|
+
class NodeInterfaceOperator:
|
|
583
|
+
""" """
|
|
584
|
+
|
|
585
|
+
def poll(self, context):
|
|
586
|
+
"""
|
|
587
|
+
|
|
588
|
+
:param context:
|
|
589
|
+
"""
|
|
590
|
+
...
|
|
591
|
+
|
|
592
|
+
class NODE_OT_tree_path_parent(bpy_types.Operator):
|
|
676
593
|
""" """
|
|
677
594
|
|
|
678
595
|
bl_idname: typing.Any
|
|
@@ -780,6 +697,13 @@ class NODE_OT_enum_definition_item_add(bpy_types.Operator):
|
|
|
780
697
|
""" """
|
|
781
698
|
...
|
|
782
699
|
|
|
700
|
+
def poll(self, context):
|
|
701
|
+
"""
|
|
702
|
+
|
|
703
|
+
:param context:
|
|
704
|
+
"""
|
|
705
|
+
...
|
|
706
|
+
|
|
783
707
|
def poll_message_set(self):
|
|
784
708
|
""" """
|
|
785
709
|
...
|
|
@@ -804,16 +728,7 @@ class NODE_OT_enum_definition_item_add(bpy_types.Operator):
|
|
|
804
728
|
""" """
|
|
805
729
|
...
|
|
806
730
|
|
|
807
|
-
class
|
|
808
|
-
""" """
|
|
809
|
-
|
|
810
|
-
bl_idname: typing.Any
|
|
811
|
-
""" """
|
|
812
|
-
|
|
813
|
-
bl_label: typing.Any
|
|
814
|
-
""" """
|
|
815
|
-
|
|
816
|
-
bl_options: typing.Any
|
|
731
|
+
class NodeSetting(bpy_types.PropertyGroup):
|
|
817
732
|
""" """
|
|
818
733
|
|
|
819
734
|
bl_rna: typing.Any
|
|
@@ -822,13 +737,6 @@ class NODE_OT_enum_definition_item_move(bpy_types.Operator):
|
|
|
822
737
|
id_data: typing.Any
|
|
823
738
|
""" """
|
|
824
739
|
|
|
825
|
-
def as_keywords(self, ignore):
|
|
826
|
-
"""
|
|
827
|
-
|
|
828
|
-
:param ignore:
|
|
829
|
-
"""
|
|
830
|
-
...
|
|
831
|
-
|
|
832
740
|
def as_pointer(self):
|
|
833
741
|
""" """
|
|
834
742
|
...
|
|
@@ -849,13 +757,6 @@ class NODE_OT_enum_definition_item_move(bpy_types.Operator):
|
|
|
849
757
|
""" """
|
|
850
758
|
...
|
|
851
759
|
|
|
852
|
-
def execute(self, context):
|
|
853
|
-
"""
|
|
854
|
-
|
|
855
|
-
:param context:
|
|
856
|
-
"""
|
|
857
|
-
...
|
|
858
|
-
|
|
859
760
|
def get(self):
|
|
860
761
|
""" """
|
|
861
762
|
...
|
|
@@ -912,10 +813,6 @@ class NODE_OT_enum_definition_item_move(bpy_types.Operator):
|
|
|
912
813
|
""" """
|
|
913
814
|
...
|
|
914
815
|
|
|
915
|
-
def poll_message_set(self):
|
|
916
|
-
""" """
|
|
917
|
-
...
|
|
918
|
-
|
|
919
816
|
def pop(self):
|
|
920
817
|
""" """
|
|
921
818
|
...
|
|
@@ -936,7 +833,7 @@ class NODE_OT_enum_definition_item_move(bpy_types.Operator):
|
|
|
936
833
|
""" """
|
|
937
834
|
...
|
|
938
835
|
|
|
939
|
-
class
|
|
836
|
+
class NODE_OT_add_node(NodeAddOperator, bpy_types.Operator):
|
|
940
837
|
""" """
|
|
941
838
|
|
|
942
839
|
bl_idname: typing.Any
|
|
@@ -973,6 +870,29 @@ class NODE_OT_enum_definition_item_remove(bpy_types.Operator):
|
|
|
973
870
|
""" """
|
|
974
871
|
...
|
|
975
872
|
|
|
873
|
+
def create_node(self, context, node_type):
|
|
874
|
+
"""
|
|
875
|
+
|
|
876
|
+
:param context:
|
|
877
|
+
:param node_type:
|
|
878
|
+
"""
|
|
879
|
+
...
|
|
880
|
+
|
|
881
|
+
def description(self, _context, properties):
|
|
882
|
+
"""
|
|
883
|
+
|
|
884
|
+
:param _context:
|
|
885
|
+
:param properties:
|
|
886
|
+
"""
|
|
887
|
+
...
|
|
888
|
+
|
|
889
|
+
def deselect_nodes(self, context):
|
|
890
|
+
"""
|
|
891
|
+
|
|
892
|
+
:param context:
|
|
893
|
+
"""
|
|
894
|
+
...
|
|
895
|
+
|
|
976
896
|
def driver_add(self):
|
|
977
897
|
""" """
|
|
978
898
|
...
|
|
@@ -1004,6 +924,14 @@ class NODE_OT_enum_definition_item_remove(bpy_types.Operator):
|
|
|
1004
924
|
""" """
|
|
1005
925
|
...
|
|
1006
926
|
|
|
927
|
+
def invoke(self, context, event):
|
|
928
|
+
"""
|
|
929
|
+
|
|
930
|
+
:param context:
|
|
931
|
+
:param event:
|
|
932
|
+
"""
|
|
933
|
+
...
|
|
934
|
+
|
|
1007
935
|
def is_property_hidden(self):
|
|
1008
936
|
""" """
|
|
1009
937
|
...
|
|
@@ -1044,6 +972,13 @@ class NODE_OT_enum_definition_item_remove(bpy_types.Operator):
|
|
|
1044
972
|
""" """
|
|
1045
973
|
...
|
|
1046
974
|
|
|
975
|
+
def poll(self, context):
|
|
976
|
+
"""
|
|
977
|
+
|
|
978
|
+
:param context:
|
|
979
|
+
"""
|
|
980
|
+
...
|
|
981
|
+
|
|
1047
982
|
def poll_message_set(self):
|
|
1048
983
|
""" """
|
|
1049
984
|
...
|
|
@@ -1060,6 +995,14 @@ class NODE_OT_enum_definition_item_remove(bpy_types.Operator):
|
|
|
1060
995
|
""" """
|
|
1061
996
|
...
|
|
1062
997
|
|
|
998
|
+
def store_mouse_cursor(self, context, event):
|
|
999
|
+
"""
|
|
1000
|
+
|
|
1001
|
+
:param context:
|
|
1002
|
+
:param event:
|
|
1003
|
+
"""
|
|
1004
|
+
...
|
|
1005
|
+
|
|
1063
1006
|
def type_recast(self):
|
|
1064
1007
|
""" """
|
|
1065
1008
|
...
|
|
@@ -1068,7 +1011,55 @@ class NODE_OT_enum_definition_item_remove(bpy_types.Operator):
|
|
|
1068
1011
|
""" """
|
|
1069
1012
|
...
|
|
1070
1013
|
|
|
1071
|
-
class
|
|
1014
|
+
class NodeAddZoneOperator(NodeAddOperator):
|
|
1015
|
+
""" """
|
|
1016
|
+
|
|
1017
|
+
def create_node(self, context, node_type):
|
|
1018
|
+
"""
|
|
1019
|
+
|
|
1020
|
+
:param context:
|
|
1021
|
+
:param node_type:
|
|
1022
|
+
"""
|
|
1023
|
+
...
|
|
1024
|
+
|
|
1025
|
+
def deselect_nodes(self, context):
|
|
1026
|
+
"""
|
|
1027
|
+
|
|
1028
|
+
:param context:
|
|
1029
|
+
"""
|
|
1030
|
+
...
|
|
1031
|
+
|
|
1032
|
+
def execute(self, context):
|
|
1033
|
+
"""
|
|
1034
|
+
|
|
1035
|
+
:param context:
|
|
1036
|
+
"""
|
|
1037
|
+
...
|
|
1038
|
+
|
|
1039
|
+
def invoke(self, context, event):
|
|
1040
|
+
"""
|
|
1041
|
+
|
|
1042
|
+
:param context:
|
|
1043
|
+
:param event:
|
|
1044
|
+
"""
|
|
1045
|
+
...
|
|
1046
|
+
|
|
1047
|
+
def poll(self, context):
|
|
1048
|
+
"""
|
|
1049
|
+
|
|
1050
|
+
:param context:
|
|
1051
|
+
"""
|
|
1052
|
+
...
|
|
1053
|
+
|
|
1054
|
+
def store_mouse_cursor(self, context, event):
|
|
1055
|
+
"""
|
|
1056
|
+
|
|
1057
|
+
:param context:
|
|
1058
|
+
:param event:
|
|
1059
|
+
"""
|
|
1060
|
+
...
|
|
1061
|
+
|
|
1062
|
+
class NODE_OT_interface_item_duplicate(NodeInterfaceOperator, bpy_types.Operator):
|
|
1072
1063
|
""" """
|
|
1073
1064
|
|
|
1074
1065
|
bl_idname: typing.Any
|
|
@@ -1207,7 +1198,7 @@ class NODE_OT_interface_item_duplicate(bpy_types.Operator):
|
|
|
1207
1198
|
""" """
|
|
1208
1199
|
...
|
|
1209
1200
|
|
|
1210
|
-
class NODE_OT_interface_item_new(bpy_types.Operator):
|
|
1201
|
+
class NODE_OT_interface_item_new(NodeInterfaceOperator, bpy_types.Operator):
|
|
1211
1202
|
""" """
|
|
1212
1203
|
|
|
1213
1204
|
bl_idname: typing.Any
|
|
@@ -1353,7 +1344,7 @@ class NODE_OT_interface_item_new(bpy_types.Operator):
|
|
|
1353
1344
|
""" """
|
|
1354
1345
|
...
|
|
1355
1346
|
|
|
1356
|
-
class NODE_OT_interface_item_remove(bpy_types.Operator):
|
|
1347
|
+
class NODE_OT_interface_item_remove(NodeInterfaceOperator, bpy_types.Operator):
|
|
1357
1348
|
""" """
|
|
1358
1349
|
|
|
1359
1350
|
bl_idname: typing.Any
|
|
@@ -1492,7 +1483,7 @@ class NODE_OT_interface_item_remove(bpy_types.Operator):
|
|
|
1492
1483
|
""" """
|
|
1493
1484
|
...
|
|
1494
1485
|
|
|
1495
|
-
class
|
|
1486
|
+
class NODE_OT_add_repeat_zone(NodeAddOperator, NodeAddZoneOperator, bpy_types.Operator):
|
|
1496
1487
|
""" """
|
|
1497
1488
|
|
|
1498
1489
|
bl_idname: typing.Any
|
|
@@ -1510,6 +1501,12 @@ class NODE_OT_tree_path_parent(bpy_types.Operator):
|
|
|
1510
1501
|
id_data: typing.Any
|
|
1511
1502
|
""" """
|
|
1512
1503
|
|
|
1504
|
+
input_node_type: typing.Any
|
|
1505
|
+
""" """
|
|
1506
|
+
|
|
1507
|
+
output_node_type: typing.Any
|
|
1508
|
+
""" """
|
|
1509
|
+
|
|
1513
1510
|
def as_keywords(self, ignore):
|
|
1514
1511
|
"""
|
|
1515
1512
|
|
|
@@ -1529,6 +1526,21 @@ class NODE_OT_tree_path_parent(bpy_types.Operator):
|
|
|
1529
1526
|
""" """
|
|
1530
1527
|
...
|
|
1531
1528
|
|
|
1529
|
+
def create_node(self, context, node_type):
|
|
1530
|
+
"""
|
|
1531
|
+
|
|
1532
|
+
:param context:
|
|
1533
|
+
:param node_type:
|
|
1534
|
+
"""
|
|
1535
|
+
...
|
|
1536
|
+
|
|
1537
|
+
def deselect_nodes(self, context):
|
|
1538
|
+
"""
|
|
1539
|
+
|
|
1540
|
+
:param context:
|
|
1541
|
+
"""
|
|
1542
|
+
...
|
|
1543
|
+
|
|
1532
1544
|
def driver_add(self):
|
|
1533
1545
|
""" """
|
|
1534
1546
|
...
|
|
@@ -1560,6 +1572,14 @@ class NODE_OT_tree_path_parent(bpy_types.Operator):
|
|
|
1560
1572
|
""" """
|
|
1561
1573
|
...
|
|
1562
1574
|
|
|
1575
|
+
def invoke(self, context, event):
|
|
1576
|
+
"""
|
|
1577
|
+
|
|
1578
|
+
:param context:
|
|
1579
|
+
:param event:
|
|
1580
|
+
"""
|
|
1581
|
+
...
|
|
1582
|
+
|
|
1563
1583
|
def is_property_hidden(self):
|
|
1564
1584
|
""" """
|
|
1565
1585
|
...
|
|
@@ -1623,33 +1643,7 @@ class NODE_OT_tree_path_parent(bpy_types.Operator):
|
|
|
1623
1643
|
""" """
|
|
1624
1644
|
...
|
|
1625
1645
|
|
|
1626
|
-
def
|
|
1627
|
-
""" """
|
|
1628
|
-
...
|
|
1629
|
-
|
|
1630
|
-
def values(self):
|
|
1631
|
-
""" """
|
|
1632
|
-
...
|
|
1633
|
-
|
|
1634
|
-
class NodeAddOperator:
|
|
1635
|
-
""" """
|
|
1636
|
-
|
|
1637
|
-
def create_node(self, context, node_type):
|
|
1638
|
-
"""
|
|
1639
|
-
|
|
1640
|
-
:param context:
|
|
1641
|
-
:param node_type:
|
|
1642
|
-
"""
|
|
1643
|
-
...
|
|
1644
|
-
|
|
1645
|
-
def deselect_nodes(self, context):
|
|
1646
|
-
"""
|
|
1647
|
-
|
|
1648
|
-
:param context:
|
|
1649
|
-
"""
|
|
1650
|
-
...
|
|
1651
|
-
|
|
1652
|
-
def invoke(self, context, event):
|
|
1646
|
+
def store_mouse_cursor(self, context, event):
|
|
1653
1647
|
"""
|
|
1654
1648
|
|
|
1655
1649
|
:param context:
|
|
@@ -1657,32 +1651,26 @@ class NodeAddOperator:
|
|
|
1657
1651
|
"""
|
|
1658
1652
|
...
|
|
1659
1653
|
|
|
1660
|
-
def
|
|
1661
|
-
"""
|
|
1662
|
-
|
|
1663
|
-
:param context:
|
|
1664
|
-
"""
|
|
1654
|
+
def type_recast(self):
|
|
1655
|
+
""" """
|
|
1665
1656
|
...
|
|
1666
1657
|
|
|
1667
|
-
def
|
|
1668
|
-
"""
|
|
1669
|
-
|
|
1670
|
-
:param context:
|
|
1671
|
-
:param event:
|
|
1672
|
-
"""
|
|
1658
|
+
def values(self):
|
|
1659
|
+
""" """
|
|
1673
1660
|
...
|
|
1674
1661
|
|
|
1675
|
-
class
|
|
1662
|
+
class NODE_OT_add_simulation_zone(
|
|
1663
|
+
NodeAddOperator, NodeAddZoneOperator, bpy_types.Operator
|
|
1664
|
+
):
|
|
1676
1665
|
""" """
|
|
1677
1666
|
|
|
1678
|
-
|
|
1679
|
-
|
|
1667
|
+
bl_idname: typing.Any
|
|
1668
|
+
""" """
|
|
1680
1669
|
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
...
|
|
1670
|
+
bl_label: typing.Any
|
|
1671
|
+
""" """
|
|
1684
1672
|
|
|
1685
|
-
|
|
1673
|
+
bl_options: typing.Any
|
|
1686
1674
|
""" """
|
|
1687
1675
|
|
|
1688
1676
|
bl_rna: typing.Any
|
|
@@ -1691,6 +1679,19 @@ class NodeSetting(bpy_types.PropertyGroup):
|
|
|
1691
1679
|
id_data: typing.Any
|
|
1692
1680
|
""" """
|
|
1693
1681
|
|
|
1682
|
+
input_node_type: typing.Any
|
|
1683
|
+
""" """
|
|
1684
|
+
|
|
1685
|
+
output_node_type: typing.Any
|
|
1686
|
+
""" """
|
|
1687
|
+
|
|
1688
|
+
def as_keywords(self, ignore):
|
|
1689
|
+
"""
|
|
1690
|
+
|
|
1691
|
+
:param ignore:
|
|
1692
|
+
"""
|
|
1693
|
+
...
|
|
1694
|
+
|
|
1694
1695
|
def as_pointer(self):
|
|
1695
1696
|
""" """
|
|
1696
1697
|
...
|
|
@@ -1703,6 +1704,21 @@ class NodeSetting(bpy_types.PropertyGroup):
|
|
|
1703
1704
|
""" """
|
|
1704
1705
|
...
|
|
1705
1706
|
|
|
1707
|
+
def create_node(self, context, node_type):
|
|
1708
|
+
"""
|
|
1709
|
+
|
|
1710
|
+
:param context:
|
|
1711
|
+
:param node_type:
|
|
1712
|
+
"""
|
|
1713
|
+
...
|
|
1714
|
+
|
|
1715
|
+
def deselect_nodes(self, context):
|
|
1716
|
+
"""
|
|
1717
|
+
|
|
1718
|
+
:param context:
|
|
1719
|
+
"""
|
|
1720
|
+
...
|
|
1721
|
+
|
|
1706
1722
|
def driver_add(self):
|
|
1707
1723
|
""" """
|
|
1708
1724
|
...
|
|
@@ -1711,6 +1727,13 @@ class NodeSetting(bpy_types.PropertyGroup):
|
|
|
1711
1727
|
""" """
|
|
1712
1728
|
...
|
|
1713
1729
|
|
|
1730
|
+
def execute(self, context):
|
|
1731
|
+
"""
|
|
1732
|
+
|
|
1733
|
+
:param context:
|
|
1734
|
+
"""
|
|
1735
|
+
...
|
|
1736
|
+
|
|
1714
1737
|
def get(self):
|
|
1715
1738
|
""" """
|
|
1716
1739
|
...
|
|
@@ -1727,6 +1750,14 @@ class NodeSetting(bpy_types.PropertyGroup):
|
|
|
1727
1750
|
""" """
|
|
1728
1751
|
...
|
|
1729
1752
|
|
|
1753
|
+
def invoke(self, context, event):
|
|
1754
|
+
"""
|
|
1755
|
+
|
|
1756
|
+
:param context:
|
|
1757
|
+
:param event:
|
|
1758
|
+
"""
|
|
1759
|
+
...
|
|
1760
|
+
|
|
1730
1761
|
def is_property_hidden(self):
|
|
1731
1762
|
""" """
|
|
1732
1763
|
...
|
|
@@ -1767,52 +1798,30 @@ class NodeSetting(bpy_types.PropertyGroup):
|
|
|
1767
1798
|
""" """
|
|
1768
1799
|
...
|
|
1769
1800
|
|
|
1770
|
-
def
|
|
1771
|
-
"""
|
|
1772
|
-
...
|
|
1801
|
+
def poll(self, context):
|
|
1802
|
+
"""
|
|
1773
1803
|
|
|
1774
|
-
|
|
1775
|
-
"""
|
|
1804
|
+
:param context:
|
|
1805
|
+
"""
|
|
1776
1806
|
...
|
|
1777
1807
|
|
|
1778
|
-
def
|
|
1808
|
+
def poll_message_set(self):
|
|
1779
1809
|
""" """
|
|
1780
1810
|
...
|
|
1781
1811
|
|
|
1782
|
-
def
|
|
1812
|
+
def pop(self):
|
|
1783
1813
|
""" """
|
|
1784
1814
|
...
|
|
1785
1815
|
|
|
1786
|
-
def
|
|
1816
|
+
def property_overridable_library_set(self):
|
|
1787
1817
|
""" """
|
|
1788
1818
|
...
|
|
1789
1819
|
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
def create_node(self, context, node_type):
|
|
1794
|
-
"""
|
|
1795
|
-
|
|
1796
|
-
:param context:
|
|
1797
|
-
:param node_type:
|
|
1798
|
-
"""
|
|
1799
|
-
...
|
|
1800
|
-
|
|
1801
|
-
def deselect_nodes(self, context):
|
|
1802
|
-
"""
|
|
1803
|
-
|
|
1804
|
-
:param context:
|
|
1805
|
-
"""
|
|
1806
|
-
...
|
|
1807
|
-
|
|
1808
|
-
def execute(self, context):
|
|
1809
|
-
"""
|
|
1810
|
-
|
|
1811
|
-
:param context:
|
|
1812
|
-
"""
|
|
1820
|
+
def property_unset(self):
|
|
1821
|
+
""" """
|
|
1813
1822
|
...
|
|
1814
1823
|
|
|
1815
|
-
def
|
|
1824
|
+
def store_mouse_cursor(self, context, event):
|
|
1816
1825
|
"""
|
|
1817
1826
|
|
|
1818
1827
|
:param context:
|
|
@@ -1820,17 +1829,10 @@ class NodeAddZoneOperator(NodeAddOperator):
|
|
|
1820
1829
|
"""
|
|
1821
1830
|
...
|
|
1822
1831
|
|
|
1823
|
-
def
|
|
1824
|
-
"""
|
|
1825
|
-
|
|
1826
|
-
:param context:
|
|
1827
|
-
"""
|
|
1832
|
+
def type_recast(self):
|
|
1833
|
+
""" """
|
|
1828
1834
|
...
|
|
1829
1835
|
|
|
1830
|
-
def
|
|
1831
|
-
"""
|
|
1832
|
-
|
|
1833
|
-
:param context:
|
|
1834
|
-
:param event:
|
|
1835
|
-
"""
|
|
1836
|
+
def values(self):
|
|
1837
|
+
""" """
|
|
1836
1838
|
...
|