fake-bpy-module 20240517__py3-none-any.whl → 20240518__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.
- _bpy_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
bl_operators/file/__init__.pyi
CHANGED
|
@@ -8,19 +8,10 @@ class WM_OT_blend_strings_utf8_validate(bpy_types.Operator):
|
|
|
8
8
|
"""Check and fix all strings in current .blend file to be valid UTF-8 Unicode (needed for some old, 2.4x area files)"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_options: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
bl_rna: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
14
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
15
|
|
|
25
16
|
def as_keywords(self, ignore=()):
|
|
26
17
|
"""Return a copy of the properties as a dictionary
|
|
@@ -232,19 +223,10 @@ class WM_OT_previews_batch_clear(bpy_types.Operator):
|
|
|
232
223
|
"""Clear selected .blend file's previews"""
|
|
233
224
|
|
|
234
225
|
bl_idname: typing.Any
|
|
235
|
-
""" """
|
|
236
|
-
|
|
237
226
|
bl_label: typing.Any
|
|
238
|
-
""" """
|
|
239
|
-
|
|
240
227
|
bl_options: typing.Any
|
|
241
|
-
""" """
|
|
242
|
-
|
|
243
228
|
bl_rna: typing.Any
|
|
244
|
-
""" """
|
|
245
|
-
|
|
246
229
|
id_data: typing.Any
|
|
247
|
-
""" """
|
|
248
230
|
|
|
249
231
|
def as_keywords(self, ignore=()):
|
|
250
232
|
"""Return a copy of the properties as a dictionary
|
|
@@ -456,19 +438,10 @@ class WM_OT_previews_batch_generate(bpy_types.Operator):
|
|
|
456
438
|
"""Generate selected .blend file's previews"""
|
|
457
439
|
|
|
458
440
|
bl_idname: typing.Any
|
|
459
|
-
""" """
|
|
460
|
-
|
|
461
441
|
bl_label: typing.Any
|
|
462
|
-
""" """
|
|
463
|
-
|
|
464
442
|
bl_options: typing.Any
|
|
465
|
-
""" """
|
|
466
|
-
|
|
467
443
|
bl_rna: typing.Any
|
|
468
|
-
""" """
|
|
469
|
-
|
|
470
444
|
id_data: typing.Any
|
|
471
|
-
""" """
|
|
472
445
|
|
|
473
446
|
def as_keywords(self, ignore=()):
|
|
474
447
|
"""Return a copy of the properties as a dictionary
|
|
@@ -8,19 +8,10 @@ class SCENE_OT_freestyle_add_edge_marks_to_keying_set(bpy_types.Operator):
|
|
|
8
8
|
"""Add the data paths to the Freestyle Edge Mark property of selected edges to the active keying set"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_options: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
bl_rna: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
14
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
15
|
|
|
25
16
|
def as_keywords(self, ignore=()):
|
|
26
17
|
"""Return a copy of the properties as a dictionary
|
|
@@ -231,19 +222,10 @@ class SCENE_OT_freestyle_add_face_marks_to_keying_set(bpy_types.Operator):
|
|
|
231
222
|
"""Add the data paths to the Freestyle Face Mark property of selected polygons to the active keying set"""
|
|
232
223
|
|
|
233
224
|
bl_idname: typing.Any
|
|
234
|
-
""" """
|
|
235
|
-
|
|
236
225
|
bl_label: typing.Any
|
|
237
|
-
""" """
|
|
238
|
-
|
|
239
226
|
bl_options: typing.Any
|
|
240
|
-
""" """
|
|
241
|
-
|
|
242
227
|
bl_rna: typing.Any
|
|
243
|
-
""" """
|
|
244
|
-
|
|
245
228
|
id_data: typing.Any
|
|
246
|
-
""" """
|
|
247
229
|
|
|
248
230
|
def as_keywords(self, ignore=()):
|
|
249
231
|
"""Return a copy of the properties as a dictionary
|
|
@@ -454,19 +436,10 @@ class SCENE_OT_freestyle_fill_range_by_selection(bpy_types.Operator):
|
|
|
454
436
|
"""Fill the Range Min/Max entries by the min/max distance between selected mesh objects and the source object (either a user-specified object or the active camera)"""
|
|
455
437
|
|
|
456
438
|
bl_idname: typing.Any
|
|
457
|
-
""" """
|
|
458
|
-
|
|
459
439
|
bl_label: typing.Any
|
|
460
|
-
""" """
|
|
461
|
-
|
|
462
440
|
bl_options: typing.Any
|
|
463
|
-
""" """
|
|
464
|
-
|
|
465
441
|
bl_rna: typing.Any
|
|
466
|
-
""" """
|
|
467
|
-
|
|
468
442
|
id_data: typing.Any
|
|
469
|
-
""" """
|
|
470
443
|
|
|
471
444
|
def as_keywords(self, ignore=()):
|
|
472
445
|
"""Return a copy of the properties as a dictionary
|
|
@@ -677,19 +650,10 @@ class SCENE_OT_freestyle_module_open(bpy_types.Operator):
|
|
|
677
650
|
"""Open a style module file"""
|
|
678
651
|
|
|
679
652
|
bl_idname: typing.Any
|
|
680
|
-
""" """
|
|
681
|
-
|
|
682
653
|
bl_label: typing.Any
|
|
683
|
-
""" """
|
|
684
|
-
|
|
685
654
|
bl_options: typing.Any
|
|
686
|
-
""" """
|
|
687
|
-
|
|
688
655
|
bl_rna: typing.Any
|
|
689
|
-
""" """
|
|
690
|
-
|
|
691
656
|
id_data: typing.Any
|
|
692
|
-
""" """
|
|
693
657
|
|
|
694
658
|
def as_keywords(self, ignore=()):
|
|
695
659
|
"""Return a copy of the properties as a dictionary
|
|
@@ -8,19 +8,10 @@ class MoveModifierToNodes(bpy_types.Operator):
|
|
|
8
8
|
"""Move inputs and outputs from in the modifier to a new node group"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_options: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
bl_rna: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
14
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
15
|
|
|
25
16
|
def as_keywords(self, ignore=()):
|
|
26
17
|
"""Return a copy of the properties as a dictionary
|
|
@@ -239,19 +230,10 @@ class NewGeometryNodeGroupTool(bpy_types.Operator):
|
|
|
239
230
|
"""Create a new geometry node group for a tool"""
|
|
240
231
|
|
|
241
232
|
bl_idname: typing.Any
|
|
242
|
-
""" """
|
|
243
|
-
|
|
244
233
|
bl_label: typing.Any
|
|
245
|
-
""" """
|
|
246
|
-
|
|
247
234
|
bl_options: typing.Any
|
|
248
|
-
""" """
|
|
249
|
-
|
|
250
235
|
bl_rna: typing.Any
|
|
251
|
-
""" """
|
|
252
|
-
|
|
253
236
|
id_data: typing.Any
|
|
254
|
-
""" """
|
|
255
237
|
|
|
256
238
|
def as_keywords(self, ignore=()):
|
|
257
239
|
"""Return a copy of the properties as a dictionary
|
|
@@ -462,19 +444,10 @@ class NewGeometryNodeTreeAssign(bpy_types.Operator):
|
|
|
462
444
|
"""Create a new geometry node group and assign it to the active modifier"""
|
|
463
445
|
|
|
464
446
|
bl_idname: typing.Any
|
|
465
|
-
""" """
|
|
466
|
-
|
|
467
447
|
bl_label: typing.Any
|
|
468
|
-
""" """
|
|
469
|
-
|
|
470
448
|
bl_options: typing.Any
|
|
471
|
-
""" """
|
|
472
|
-
|
|
473
449
|
bl_rna: typing.Any
|
|
474
|
-
""" """
|
|
475
|
-
|
|
476
450
|
id_data: typing.Any
|
|
477
|
-
""" """
|
|
478
451
|
|
|
479
452
|
def as_keywords(self, ignore=()):
|
|
480
453
|
"""Return a copy of the properties as a dictionary
|
|
@@ -685,19 +658,10 @@ class NewGeometryNodesModifier(bpy_types.Operator):
|
|
|
685
658
|
"""Create a new modifier with a new geometry node group"""
|
|
686
659
|
|
|
687
660
|
bl_idname: typing.Any
|
|
688
|
-
""" """
|
|
689
|
-
|
|
690
661
|
bl_label: typing.Any
|
|
691
|
-
""" """
|
|
692
|
-
|
|
693
662
|
bl_options: typing.Any
|
|
694
|
-
""" """
|
|
695
|
-
|
|
696
663
|
bl_rna: typing.Any
|
|
697
|
-
""" """
|
|
698
|
-
|
|
699
664
|
id_data: typing.Any
|
|
700
|
-
""" """
|
|
701
665
|
|
|
702
666
|
def as_keywords(self, ignore=()):
|
|
703
667
|
"""Return a copy of the properties as a dictionary
|
|
@@ -905,8 +869,6 @@ class NewGeometryNodesModifier(bpy_types.Operator):
|
|
|
905
869
|
...
|
|
906
870
|
|
|
907
871
|
class ZoneOperator:
|
|
908
|
-
""" """
|
|
909
|
-
|
|
910
872
|
def get_node(self, context):
|
|
911
873
|
"""
|
|
912
874
|
|
|
@@ -921,67 +883,16 @@ class ZoneOperator:
|
|
|
921
883
|
"""
|
|
922
884
|
...
|
|
923
885
|
|
|
924
|
-
def add_empty_geometry_node_group(name):
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
def
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
def
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
...
|
|
938
|
-
|
|
939
|
-
def geometry_modifier_poll(context):
|
|
940
|
-
""" """
|
|
941
|
-
|
|
942
|
-
...
|
|
943
|
-
|
|
944
|
-
def geometry_node_group_empty_modifier_new(name):
|
|
945
|
-
""" """
|
|
946
|
-
|
|
947
|
-
...
|
|
948
|
-
|
|
949
|
-
def geometry_node_group_empty_new(name):
|
|
950
|
-
""" """
|
|
951
|
-
|
|
952
|
-
...
|
|
953
|
-
|
|
954
|
-
def geometry_node_group_empty_tool_new(context):
|
|
955
|
-
""" """
|
|
956
|
-
|
|
957
|
-
...
|
|
958
|
-
|
|
959
|
-
def get_context_modifier(context):
|
|
960
|
-
""" """
|
|
961
|
-
|
|
962
|
-
...
|
|
963
|
-
|
|
964
|
-
def get_enabled_socket_with_name(sockets, name):
|
|
965
|
-
""" """
|
|
966
|
-
|
|
967
|
-
...
|
|
968
|
-
|
|
969
|
-
def get_socket_with_identifier(sockets, identifier):
|
|
970
|
-
""" """
|
|
971
|
-
|
|
972
|
-
...
|
|
973
|
-
|
|
974
|
-
def modifier_attribute_name_get(modifier, identifier):
|
|
975
|
-
""" """
|
|
976
|
-
|
|
977
|
-
...
|
|
978
|
-
|
|
979
|
-
def modifier_input_use_attribute(modifier, identifier):
|
|
980
|
-
""" """
|
|
981
|
-
|
|
982
|
-
...
|
|
983
|
-
|
|
984
|
-
def socket_idname_to_attribute_type(idname):
|
|
985
|
-
""" """
|
|
986
|
-
|
|
987
|
-
...
|
|
886
|
+
def add_empty_geometry_node_group(name): ...
|
|
887
|
+
def create_wrapper_group(modifier, old_group): ...
|
|
888
|
+
def edit_geometry_nodes_modifier_poll(context): ...
|
|
889
|
+
def geometry_modifier_poll(context): ...
|
|
890
|
+
def geometry_node_group_empty_modifier_new(name): ...
|
|
891
|
+
def geometry_node_group_empty_new(name): ...
|
|
892
|
+
def geometry_node_group_empty_tool_new(context): ...
|
|
893
|
+
def get_context_modifier(context): ...
|
|
894
|
+
def get_enabled_socket_with_name(sockets, name): ...
|
|
895
|
+
def get_socket_with_identifier(sockets, identifier): ...
|
|
896
|
+
def modifier_attribute_name_get(modifier, identifier): ...
|
|
897
|
+
def modifier_input_use_attribute(modifier, identifier): ...
|
|
898
|
+
def socket_idname_to_attribute_type(idname): ...
|
bl_operators/image/__init__.pyi
CHANGED
|
@@ -8,19 +8,10 @@ class EditExternally(bpy_types.Operator):
|
|
|
8
8
|
"""Edit image in an external application"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_options: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
bl_rna: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
14
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
15
|
|
|
25
16
|
def as_keywords(self, ignore=()):
|
|
26
17
|
"""Return a copy of the properties as a dictionary
|
|
@@ -229,25 +220,12 @@ class EditExternally(bpy_types.Operator):
|
|
|
229
220
|
...
|
|
230
221
|
|
|
231
222
|
class IMAGE_FH_drop_handler(bpy_types.FileHandler):
|
|
232
|
-
""" """
|
|
233
|
-
|
|
234
223
|
bl_file_extensions: typing.Any
|
|
235
|
-
""" """
|
|
236
|
-
|
|
237
224
|
bl_idname: typing.Any
|
|
238
|
-
""" """
|
|
239
|
-
|
|
240
225
|
bl_import_operator: typing.Any
|
|
241
|
-
""" """
|
|
242
|
-
|
|
243
226
|
bl_label: typing.Any
|
|
244
|
-
""" """
|
|
245
|
-
|
|
246
227
|
bl_rna: typing.Any
|
|
247
|
-
""" """
|
|
248
|
-
|
|
249
228
|
id_data: typing.Any
|
|
250
|
-
""" """
|
|
251
229
|
|
|
252
230
|
def as_pointer(self) -> int:
|
|
253
231
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -437,22 +415,11 @@ class IMAGE_FH_drop_handler(bpy_types.FileHandler):
|
|
|
437
415
|
...
|
|
438
416
|
|
|
439
417
|
class IMAGE_OT_open_images(bpy_types.Operator):
|
|
440
|
-
""" """
|
|
441
|
-
|
|
442
418
|
bl_idname: typing.Any
|
|
443
|
-
""" """
|
|
444
|
-
|
|
445
419
|
bl_label: typing.Any
|
|
446
|
-
""" """
|
|
447
|
-
|
|
448
420
|
bl_options: typing.Any
|
|
449
|
-
""" """
|
|
450
|
-
|
|
451
421
|
bl_rna: typing.Any
|
|
452
|
-
""" """
|
|
453
|
-
|
|
454
422
|
id_data: typing.Any
|
|
455
|
-
""" """
|
|
456
423
|
|
|
457
424
|
def as_keywords(self, ignore=()):
|
|
458
425
|
"""Return a copy of the properties as a dictionary
|
|
@@ -663,19 +630,10 @@ class ProjectApply(bpy_types.Operator):
|
|
|
663
630
|
"""Project edited image back onto the object"""
|
|
664
631
|
|
|
665
632
|
bl_idname: typing.Any
|
|
666
|
-
""" """
|
|
667
|
-
|
|
668
633
|
bl_label: typing.Any
|
|
669
|
-
""" """
|
|
670
|
-
|
|
671
634
|
bl_options: typing.Any
|
|
672
|
-
""" """
|
|
673
|
-
|
|
674
635
|
bl_rna: typing.Any
|
|
675
|
-
""" """
|
|
676
|
-
|
|
677
636
|
id_data: typing.Any
|
|
678
|
-
""" """
|
|
679
637
|
|
|
680
638
|
def as_keywords(self, ignore=()):
|
|
681
639
|
"""Return a copy of the properties as a dictionary
|
|
@@ -879,19 +837,10 @@ class ProjectEdit(bpy_types.Operator):
|
|
|
879
837
|
"""Edit a snapshot of the 3D Viewport in an external image editor"""
|
|
880
838
|
|
|
881
839
|
bl_idname: typing.Any
|
|
882
|
-
""" """
|
|
883
|
-
|
|
884
840
|
bl_label: typing.Any
|
|
885
|
-
""" """
|
|
886
|
-
|
|
887
841
|
bl_options: typing.Any
|
|
888
|
-
""" """
|
|
889
|
-
|
|
890
842
|
bl_rna: typing.Any
|
|
891
|
-
""" """
|
|
892
|
-
|
|
893
843
|
id_data: typing.Any
|
|
894
|
-
""" """
|
|
895
844
|
|
|
896
845
|
def as_keywords(self, ignore=()):
|
|
897
846
|
"""Return a copy of the properties as a dictionary
|
bl_operators/mesh/__init__.pyi
CHANGED
|
@@ -8,19 +8,10 @@ class MeshMirrorUV(bpy_types.Operator):
|
|
|
8
8
|
"""Copy mirror UV coordinates on the X axis based on a mirrored mesh"""
|
|
9
9
|
|
|
10
10
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
12
|
bl_options: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
13
|
bl_rna: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
14
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
15
|
|
|
25
16
|
def as_keywords(self, ignore=()):
|
|
26
17
|
"""Return a copy of the properties as a dictionary
|
|
@@ -239,19 +230,10 @@ class MeshSelectNext(bpy_types.Operator):
|
|
|
239
230
|
"""Select the next element (using selection order)"""
|
|
240
231
|
|
|
241
232
|
bl_idname: typing.Any
|
|
242
|
-
""" """
|
|
243
|
-
|
|
244
233
|
bl_label: typing.Any
|
|
245
|
-
""" """
|
|
246
|
-
|
|
247
234
|
bl_options: typing.Any
|
|
248
|
-
""" """
|
|
249
|
-
|
|
250
235
|
bl_rna: typing.Any
|
|
251
|
-
""" """
|
|
252
|
-
|
|
253
236
|
id_data: typing.Any
|
|
254
|
-
""" """
|
|
255
237
|
|
|
256
238
|
def as_keywords(self, ignore=()):
|
|
257
239
|
"""Return a copy of the properties as a dictionary
|
|
@@ -462,19 +444,10 @@ class MeshSelectPrev(bpy_types.Operator):
|
|
|
462
444
|
"""Select the previous element (using selection order)"""
|
|
463
445
|
|
|
464
446
|
bl_idname: typing.Any
|
|
465
|
-
""" """
|
|
466
|
-
|
|
467
447
|
bl_label: typing.Any
|
|
468
|
-
""" """
|
|
469
|
-
|
|
470
448
|
bl_options: typing.Any
|
|
471
|
-
""" """
|
|
472
|
-
|
|
473
449
|
bl_rna: typing.Any
|
|
474
|
-
""" """
|
|
475
|
-
|
|
476
450
|
id_data: typing.Any
|
|
477
|
-
""" """
|
|
478
451
|
|
|
479
452
|
def as_keywords(self, ignore=()):
|
|
480
453
|
"""Return a copy of the properties as a dictionary
|
bl_operators/node/__init__.pyi
CHANGED
|
@@ -5,25 +5,12 @@ import bpy_types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
class NODE_FH_image_node(bpy_types.FileHandler):
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
8
|
bl_file_extensions: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
9
|
bl_idname: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
10
|
bl_import_operator: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
11
|
bl_label: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
12
|
bl_rna: typing.Any
|
|
23
|
-
""" """
|
|
24
|
-
|
|
25
13
|
id_data: typing.Any
|
|
26
|
-
""" """
|
|
27
14
|
|
|
28
15
|
def as_pointer(self) -> int:
|
|
29
16
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -213,8 +200,6 @@ class NODE_FH_image_node(bpy_types.FileHandler):
|
|
|
213
200
|
...
|
|
214
201
|
|
|
215
202
|
class NodeAddOperator:
|
|
216
|
-
""" """
|
|
217
|
-
|
|
218
203
|
def create_node(self, context, node_type):
|
|
219
204
|
"""
|
|
220
205
|
|
|
@@ -257,19 +242,10 @@ class NODE_OT_collapse_hide_unused_toggle(bpy_types.Operator):
|
|
|
257
242
|
"""Toggle collapsed nodes and hide unused sockets"""
|
|
258
243
|
|
|
259
244
|
bl_idname: typing.Any
|
|
260
|
-
""" """
|
|
261
|
-
|
|
262
245
|
bl_label: typing.Any
|
|
263
|
-
""" """
|
|
264
|
-
|
|
265
246
|
bl_options: typing.Any
|
|
266
|
-
""" """
|
|
267
|
-
|
|
268
247
|
bl_rna: typing.Any
|
|
269
|
-
""" """
|
|
270
|
-
|
|
271
248
|
id_data: typing.Any
|
|
272
|
-
""" """
|
|
273
249
|
|
|
274
250
|
def as_keywords(self, ignore=()):
|
|
275
251
|
"""Return a copy of the properties as a dictionary
|
|
@@ -477,8 +453,6 @@ class NODE_OT_collapse_hide_unused_toggle(bpy_types.Operator):
|
|
|
477
453
|
...
|
|
478
454
|
|
|
479
455
|
class NodeInterfaceOperator:
|
|
480
|
-
""" """
|
|
481
|
-
|
|
482
456
|
def poll(self, context):
|
|
483
457
|
"""
|
|
484
458
|
|
|
@@ -490,19 +464,10 @@ class NODE_OT_tree_path_parent(bpy_types.Operator):
|
|
|
490
464
|
"""Go to parent node tree"""
|
|
491
465
|
|
|
492
466
|
bl_idname: typing.Any
|
|
493
|
-
""" """
|
|
494
|
-
|
|
495
467
|
bl_label: typing.Any
|
|
496
|
-
""" """
|
|
497
|
-
|
|
498
468
|
bl_options: typing.Any
|
|
499
|
-
""" """
|
|
500
|
-
|
|
501
469
|
bl_rna: typing.Any
|
|
502
|
-
""" """
|
|
503
|
-
|
|
504
470
|
id_data: typing.Any
|
|
505
|
-
""" """
|
|
506
471
|
|
|
507
472
|
def as_keywords(self, ignore=()):
|
|
508
473
|
"""Return a copy of the properties as a dictionary
|
|
@@ -710,13 +675,8 @@ class NODE_OT_tree_path_parent(bpy_types.Operator):
|
|
|
710
675
|
...
|
|
711
676
|
|
|
712
677
|
class NodeSetting(bpy_types.PropertyGroup):
|
|
713
|
-
""" """
|
|
714
|
-
|
|
715
678
|
bl_rna: typing.Any
|
|
716
|
-
""" """
|
|
717
|
-
|
|
718
679
|
id_data: typing.Any
|
|
719
|
-
""" """
|
|
720
680
|
|
|
721
681
|
def as_pointer(self) -> int:
|
|
722
682
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -902,19 +862,10 @@ class NODE_OT_add_node(NodeAddOperator, bpy_types.Operator):
|
|
|
902
862
|
"""Add a node to the active tree"""
|
|
903
863
|
|
|
904
864
|
bl_idname: typing.Any
|
|
905
|
-
""" """
|
|
906
|
-
|
|
907
865
|
bl_label: typing.Any
|
|
908
|
-
""" """
|
|
909
|
-
|
|
910
866
|
bl_options: typing.Any
|
|
911
|
-
""" """
|
|
912
|
-
|
|
913
867
|
bl_rna: typing.Any
|
|
914
|
-
""" """
|
|
915
|
-
|
|
916
868
|
id_data: typing.Any
|
|
917
|
-
""" """
|
|
918
869
|
|
|
919
870
|
def as_keywords(self, ignore=()):
|
|
920
871
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1161,8 +1112,6 @@ class NODE_OT_add_node(NodeAddOperator, bpy_types.Operator):
|
|
|
1161
1112
|
...
|
|
1162
1113
|
|
|
1163
1114
|
class NodeAddZoneOperator(NodeAddOperator):
|
|
1164
|
-
""" """
|
|
1165
|
-
|
|
1166
1115
|
def create_node(self, context, node_type):
|
|
1167
1116
|
"""
|
|
1168
1117
|
|
|
@@ -1212,19 +1161,10 @@ class NODE_OT_interface_item_duplicate(NodeInterfaceOperator, bpy_types.Operator
|
|
|
1212
1161
|
"""Add a copy of the active item to the interface"""
|
|
1213
1162
|
|
|
1214
1163
|
bl_idname: typing.Any
|
|
1215
|
-
""" """
|
|
1216
|
-
|
|
1217
1164
|
bl_label: typing.Any
|
|
1218
|
-
""" """
|
|
1219
|
-
|
|
1220
1165
|
bl_options: typing.Any
|
|
1221
|
-
""" """
|
|
1222
|
-
|
|
1223
1166
|
bl_rna: typing.Any
|
|
1224
|
-
""" """
|
|
1225
|
-
|
|
1226
1167
|
id_data: typing.Any
|
|
1227
|
-
""" """
|
|
1228
1168
|
|
|
1229
1169
|
def as_keywords(self, ignore=()):
|
|
1230
1170
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1435,19 +1375,10 @@ class NODE_OT_interface_item_new(NodeInterfaceOperator, bpy_types.Operator):
|
|
|
1435
1375
|
"""Add a new item to the interface"""
|
|
1436
1376
|
|
|
1437
1377
|
bl_idname: typing.Any
|
|
1438
|
-
""" """
|
|
1439
|
-
|
|
1440
1378
|
bl_label: typing.Any
|
|
1441
|
-
""" """
|
|
1442
|
-
|
|
1443
1379
|
bl_options: typing.Any
|
|
1444
|
-
""" """
|
|
1445
|
-
|
|
1446
1380
|
bl_rna: typing.Any
|
|
1447
|
-
""" """
|
|
1448
|
-
|
|
1449
1381
|
id_data: typing.Any
|
|
1450
|
-
""" """
|
|
1451
1382
|
|
|
1452
1383
|
def as_keywords(self, ignore=()):
|
|
1453
1384
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1665,19 +1596,10 @@ class NODE_OT_interface_item_remove(NodeInterfaceOperator, bpy_types.Operator):
|
|
|
1665
1596
|
"""Remove active item from the interface"""
|
|
1666
1597
|
|
|
1667
1598
|
bl_idname: typing.Any
|
|
1668
|
-
""" """
|
|
1669
|
-
|
|
1670
1599
|
bl_label: typing.Any
|
|
1671
|
-
""" """
|
|
1672
|
-
|
|
1673
1600
|
bl_options: typing.Any
|
|
1674
|
-
""" """
|
|
1675
|
-
|
|
1676
1601
|
bl_rna: typing.Any
|
|
1677
|
-
""" """
|
|
1678
|
-
|
|
1679
1602
|
id_data: typing.Any
|
|
1680
|
-
""" """
|
|
1681
1603
|
|
|
1682
1604
|
def as_keywords(self, ignore=()):
|
|
1683
1605
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1888,25 +1810,12 @@ class NODE_OT_add_repeat_zone(NodeAddOperator, NodeAddZoneOperator, bpy_types.Op
|
|
|
1888
1810
|
"""Add a repeat zone that allows executing nodes a dynamic number of times"""
|
|
1889
1811
|
|
|
1890
1812
|
bl_idname: typing.Any
|
|
1891
|
-
""" """
|
|
1892
|
-
|
|
1893
1813
|
bl_label: typing.Any
|
|
1894
|
-
""" """
|
|
1895
|
-
|
|
1896
1814
|
bl_options: typing.Any
|
|
1897
|
-
""" """
|
|
1898
|
-
|
|
1899
1815
|
bl_rna: typing.Any
|
|
1900
|
-
""" """
|
|
1901
|
-
|
|
1902
1816
|
id_data: typing.Any
|
|
1903
|
-
""" """
|
|
1904
|
-
|
|
1905
1817
|
input_node_type: typing.Any
|
|
1906
|
-
""" """
|
|
1907
|
-
|
|
1908
1818
|
output_node_type: typing.Any
|
|
1909
|
-
""" """
|
|
1910
1819
|
|
|
1911
1820
|
def as_keywords(self, ignore=()):
|
|
1912
1821
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2150,25 +2059,12 @@ class NODE_OT_add_simulation_zone(
|
|
|
2150
2059
|
"""Add simulation zone input and output nodes to the active tree"""
|
|
2151
2060
|
|
|
2152
2061
|
bl_idname: typing.Any
|
|
2153
|
-
""" """
|
|
2154
|
-
|
|
2155
2062
|
bl_label: typing.Any
|
|
2156
|
-
""" """
|
|
2157
|
-
|
|
2158
2063
|
bl_options: typing.Any
|
|
2159
|
-
""" """
|
|
2160
|
-
|
|
2161
2064
|
bl_rna: typing.Any
|
|
2162
|
-
""" """
|
|
2163
|
-
|
|
2164
2065
|
id_data: typing.Any
|
|
2165
|
-
""" """
|
|
2166
|
-
|
|
2167
2066
|
input_node_type: typing.Any
|
|
2168
|
-
""" """
|
|
2169
|
-
|
|
2170
2067
|
output_node_type: typing.Any
|
|
2171
|
-
""" """
|
|
2172
2068
|
|
|
2173
2069
|
def as_keywords(self, ignore=()):
|
|
2174
2070
|
"""Return a copy of the properties as a dictionary
|