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/wm/__init__.pyi
CHANGED
|
@@ -5,13 +5,8 @@ import bpy_types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
class BatchRenameAction(bpy_types.PropertyGroup):
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
8
|
bl_rna: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
9
|
id_data: typing.Any
|
|
14
|
-
""" """
|
|
15
10
|
|
|
16
11
|
def as_pointer(self) -> int:
|
|
17
12
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -194,16 +189,9 @@ class BatchRenameAction(bpy_types.PropertyGroup):
|
|
|
194
189
|
...
|
|
195
190
|
|
|
196
191
|
class WM_MT_region_toggle_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
197
|
-
""" """
|
|
198
|
-
|
|
199
192
|
bl_label: typing.Any
|
|
200
|
-
""" """
|
|
201
|
-
|
|
202
193
|
bl_rna: typing.Any
|
|
203
|
-
""" """
|
|
204
|
-
|
|
205
194
|
id_data: typing.Any
|
|
206
|
-
""" """
|
|
207
195
|
|
|
208
196
|
def append(self, draw_func):
|
|
209
197
|
"""Append a draw function to this menu,
|
|
@@ -308,10 +296,7 @@ class WM_MT_region_toggle_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
308
296
|
"""
|
|
309
297
|
...
|
|
310
298
|
|
|
311
|
-
def is_extended(self):
|
|
312
|
-
""" """
|
|
313
|
-
...
|
|
314
|
-
|
|
299
|
+
def is_extended(self): ...
|
|
315
300
|
def is_property_hidden(self) -> bool:
|
|
316
301
|
"""Check if a property is hidden.
|
|
317
302
|
|
|
@@ -481,16 +466,9 @@ class WM_MT_region_toggle_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
481
466
|
...
|
|
482
467
|
|
|
483
468
|
class WM_MT_splash(bpy_types.Menu, bpy_types._GenericUI):
|
|
484
|
-
""" """
|
|
485
|
-
|
|
486
469
|
bl_label: typing.Any
|
|
487
|
-
""" """
|
|
488
|
-
|
|
489
470
|
bl_rna: typing.Any
|
|
490
|
-
""" """
|
|
491
|
-
|
|
492
471
|
id_data: typing.Any
|
|
493
|
-
""" """
|
|
494
472
|
|
|
495
473
|
def append(self, draw_func):
|
|
496
474
|
"""Append a draw function to this menu,
|
|
@@ -595,10 +573,7 @@ class WM_MT_splash(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
595
573
|
"""
|
|
596
574
|
...
|
|
597
575
|
|
|
598
|
-
def is_extended(self):
|
|
599
|
-
""" """
|
|
600
|
-
...
|
|
601
|
-
|
|
576
|
+
def is_extended(self): ...
|
|
602
577
|
def is_property_hidden(self) -> bool:
|
|
603
578
|
"""Check if a property is hidden.
|
|
604
579
|
|
|
@@ -761,16 +736,9 @@ class WM_MT_splash(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
761
736
|
...
|
|
762
737
|
|
|
763
738
|
class WM_MT_splash_about(bpy_types.Menu, bpy_types._GenericUI):
|
|
764
|
-
""" """
|
|
765
|
-
|
|
766
739
|
bl_label: typing.Any
|
|
767
|
-
""" """
|
|
768
|
-
|
|
769
740
|
bl_rna: typing.Any
|
|
770
|
-
""" """
|
|
771
|
-
|
|
772
741
|
id_data: typing.Any
|
|
773
|
-
""" """
|
|
774
742
|
|
|
775
743
|
def append(self, draw_func):
|
|
776
744
|
"""Append a draw function to this menu,
|
|
@@ -875,10 +843,7 @@ class WM_MT_splash_about(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
875
843
|
"""
|
|
876
844
|
...
|
|
877
845
|
|
|
878
|
-
def is_extended(self):
|
|
879
|
-
""" """
|
|
880
|
-
...
|
|
881
|
-
|
|
846
|
+
def is_extended(self): ...
|
|
882
847
|
def is_property_hidden(self) -> bool:
|
|
883
848
|
"""Check if a property is hidden.
|
|
884
849
|
|
|
@@ -1041,16 +1006,9 @@ class WM_MT_splash_about(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1041
1006
|
...
|
|
1042
1007
|
|
|
1043
1008
|
class WM_MT_splash_quick_setup(bpy_types.Menu, bpy_types._GenericUI):
|
|
1044
|
-
""" """
|
|
1045
|
-
|
|
1046
1009
|
bl_label: typing.Any
|
|
1047
|
-
""" """
|
|
1048
|
-
|
|
1049
1010
|
bl_rna: typing.Any
|
|
1050
|
-
""" """
|
|
1051
|
-
|
|
1052
1011
|
id_data: typing.Any
|
|
1053
|
-
""" """
|
|
1054
1012
|
|
|
1055
1013
|
def append(self, draw_func):
|
|
1056
1014
|
"""Append a draw function to this menu,
|
|
@@ -1155,10 +1113,7 @@ class WM_MT_splash_quick_setup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1155
1113
|
"""
|
|
1156
1114
|
...
|
|
1157
1115
|
|
|
1158
|
-
def is_extended(self):
|
|
1159
|
-
""" """
|
|
1160
|
-
...
|
|
1161
|
-
|
|
1116
|
+
def is_extended(self): ...
|
|
1162
1117
|
def is_property_hidden(self) -> bool:
|
|
1163
1118
|
"""Check if a property is hidden.
|
|
1164
1119
|
|
|
@@ -1324,19 +1279,10 @@ class WM_OT_batch_rename(bpy_types.Operator):
|
|
|
1324
1279
|
"""Rename multiple items at once"""
|
|
1325
1280
|
|
|
1326
1281
|
bl_idname: typing.Any
|
|
1327
|
-
""" """
|
|
1328
|
-
|
|
1329
1282
|
bl_label: typing.Any
|
|
1330
|
-
""" """
|
|
1331
|
-
|
|
1332
1283
|
bl_options: typing.Any
|
|
1333
|
-
""" """
|
|
1334
|
-
|
|
1335
1284
|
bl_rna: typing.Any
|
|
1336
|
-
""" """
|
|
1337
|
-
|
|
1338
1285
|
id_data: typing.Any
|
|
1339
|
-
""" """
|
|
1340
1286
|
|
|
1341
1287
|
def as_keywords(self, ignore=()):
|
|
1342
1288
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1562,19 +1508,10 @@ class WM_OT_context_collection_boolean_set(bpy_types.Operator):
|
|
|
1562
1508
|
"""Set boolean values for a collection of items"""
|
|
1563
1509
|
|
|
1564
1510
|
bl_idname: typing.Any
|
|
1565
|
-
""" """
|
|
1566
|
-
|
|
1567
1511
|
bl_label: typing.Any
|
|
1568
|
-
""" """
|
|
1569
|
-
|
|
1570
1512
|
bl_options: typing.Any
|
|
1571
|
-
""" """
|
|
1572
|
-
|
|
1573
1513
|
bl_rna: typing.Any
|
|
1574
|
-
""" """
|
|
1575
|
-
|
|
1576
1514
|
id_data: typing.Any
|
|
1577
|
-
""" """
|
|
1578
1515
|
|
|
1579
1516
|
def as_keywords(self, ignore=()):
|
|
1580
1517
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1778,19 +1715,10 @@ class WM_OT_context_cycle_array(bpy_types.Operator):
|
|
|
1778
1715
|
"""Set a context array value (useful for cycling the active mesh edit mode)"""
|
|
1779
1716
|
|
|
1780
1717
|
bl_idname: typing.Any
|
|
1781
|
-
""" """
|
|
1782
|
-
|
|
1783
1718
|
bl_label: typing.Any
|
|
1784
|
-
""" """
|
|
1785
|
-
|
|
1786
1719
|
bl_options: typing.Any
|
|
1787
|
-
""" """
|
|
1788
|
-
|
|
1789
1720
|
bl_rna: typing.Any
|
|
1790
|
-
""" """
|
|
1791
|
-
|
|
1792
1721
|
id_data: typing.Any
|
|
1793
|
-
""" """
|
|
1794
1722
|
|
|
1795
1723
|
def as_keywords(self, ignore=()):
|
|
1796
1724
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2002,19 +1930,10 @@ class WM_OT_context_cycle_enum(bpy_types.Operator):
|
|
|
2002
1930
|
"""Toggle a context value"""
|
|
2003
1931
|
|
|
2004
1932
|
bl_idname: typing.Any
|
|
2005
|
-
""" """
|
|
2006
|
-
|
|
2007
1933
|
bl_label: typing.Any
|
|
2008
|
-
""" """
|
|
2009
|
-
|
|
2010
1934
|
bl_options: typing.Any
|
|
2011
|
-
""" """
|
|
2012
|
-
|
|
2013
1935
|
bl_rna: typing.Any
|
|
2014
|
-
""" """
|
|
2015
|
-
|
|
2016
1936
|
id_data: typing.Any
|
|
2017
|
-
""" """
|
|
2018
1937
|
|
|
2019
1938
|
def as_keywords(self, ignore=()):
|
|
2020
1939
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2226,19 +2145,10 @@ class WM_OT_context_cycle_int(bpy_types.Operator):
|
|
|
2226
2145
|
"""Set a context value (useful for cycling active material, shape keys, groups, etc.)"""
|
|
2227
2146
|
|
|
2228
2147
|
bl_idname: typing.Any
|
|
2229
|
-
""" """
|
|
2230
|
-
|
|
2231
2148
|
bl_label: typing.Any
|
|
2232
|
-
""" """
|
|
2233
|
-
|
|
2234
2149
|
bl_options: typing.Any
|
|
2235
|
-
""" """
|
|
2236
|
-
|
|
2237
2150
|
bl_rna: typing.Any
|
|
2238
|
-
""" """
|
|
2239
|
-
|
|
2240
2151
|
id_data: typing.Any
|
|
2241
|
-
""" """
|
|
2242
2152
|
|
|
2243
2153
|
def as_keywords(self, ignore=()):
|
|
2244
2154
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2447,22 +2357,11 @@ class WM_OT_context_cycle_int(bpy_types.Operator):
|
|
|
2447
2357
|
...
|
|
2448
2358
|
|
|
2449
2359
|
class WM_OT_context_menu_enum(bpy_types.Operator):
|
|
2450
|
-
""" """
|
|
2451
|
-
|
|
2452
2360
|
bl_idname: typing.Any
|
|
2453
|
-
""" """
|
|
2454
|
-
|
|
2455
2361
|
bl_label: typing.Any
|
|
2456
|
-
""" """
|
|
2457
|
-
|
|
2458
2362
|
bl_options: typing.Any
|
|
2459
|
-
""" """
|
|
2460
|
-
|
|
2461
2363
|
bl_rna: typing.Any
|
|
2462
|
-
""" """
|
|
2463
|
-
|
|
2464
2364
|
id_data: typing.Any
|
|
2465
|
-
""" """
|
|
2466
2365
|
|
|
2467
2366
|
def as_keywords(self, ignore=()):
|
|
2468
2367
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2674,19 +2573,10 @@ class WM_OT_context_modal_mouse(bpy_types.Operator):
|
|
|
2674
2573
|
"""Adjust arbitrary values with mouse input"""
|
|
2675
2574
|
|
|
2676
2575
|
bl_idname: typing.Any
|
|
2677
|
-
""" """
|
|
2678
|
-
|
|
2679
2576
|
bl_label: typing.Any
|
|
2680
|
-
""" """
|
|
2681
|
-
|
|
2682
2577
|
bl_options: typing.Any
|
|
2683
|
-
""" """
|
|
2684
|
-
|
|
2685
2578
|
bl_rna: typing.Any
|
|
2686
|
-
""" """
|
|
2687
|
-
|
|
2688
2579
|
id_data: typing.Any
|
|
2689
|
-
""" """
|
|
2690
2580
|
|
|
2691
2581
|
def as_keywords(self, ignore=()):
|
|
2692
2582
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2896,22 +2786,11 @@ class WM_OT_context_modal_mouse(bpy_types.Operator):
|
|
|
2896
2786
|
...
|
|
2897
2787
|
|
|
2898
2788
|
class WM_OT_context_pie_enum(bpy_types.Operator):
|
|
2899
|
-
""" """
|
|
2900
|
-
|
|
2901
2789
|
bl_idname: typing.Any
|
|
2902
|
-
""" """
|
|
2903
|
-
|
|
2904
2790
|
bl_label: typing.Any
|
|
2905
|
-
""" """
|
|
2906
|
-
|
|
2907
2791
|
bl_options: typing.Any
|
|
2908
|
-
""" """
|
|
2909
|
-
|
|
2910
2792
|
bl_rna: typing.Any
|
|
2911
|
-
""" """
|
|
2912
|
-
|
|
2913
2793
|
id_data: typing.Any
|
|
2914
|
-
""" """
|
|
2915
2794
|
|
|
2916
2795
|
def as_keywords(self, ignore=()):
|
|
2917
2796
|
"""Return a copy of the properties as a dictionary
|
|
@@ -3124,19 +3003,10 @@ class WM_OT_context_scale_float(bpy_types.Operator):
|
|
|
3124
3003
|
"""Scale a float context value"""
|
|
3125
3004
|
|
|
3126
3005
|
bl_idname: typing.Any
|
|
3127
|
-
""" """
|
|
3128
|
-
|
|
3129
3006
|
bl_label: typing.Any
|
|
3130
|
-
""" """
|
|
3131
|
-
|
|
3132
3007
|
bl_options: typing.Any
|
|
3133
|
-
""" """
|
|
3134
|
-
|
|
3135
3008
|
bl_rna: typing.Any
|
|
3136
|
-
""" """
|
|
3137
|
-
|
|
3138
3009
|
id_data: typing.Any
|
|
3139
|
-
""" """
|
|
3140
3010
|
|
|
3141
3011
|
def as_keywords(self, ignore=()):
|
|
3142
3012
|
"""Return a copy of the properties as a dictionary
|
|
@@ -3348,19 +3218,10 @@ class WM_OT_context_scale_int(bpy_types.Operator):
|
|
|
3348
3218
|
"""Scale an int context value"""
|
|
3349
3219
|
|
|
3350
3220
|
bl_idname: typing.Any
|
|
3351
|
-
""" """
|
|
3352
|
-
|
|
3353
3221
|
bl_label: typing.Any
|
|
3354
|
-
""" """
|
|
3355
|
-
|
|
3356
3222
|
bl_options: typing.Any
|
|
3357
|
-
""" """
|
|
3358
|
-
|
|
3359
3223
|
bl_rna: typing.Any
|
|
3360
|
-
""" """
|
|
3361
|
-
|
|
3362
3224
|
id_data: typing.Any
|
|
3363
|
-
""" """
|
|
3364
3225
|
|
|
3365
3226
|
def as_keywords(self, ignore=()):
|
|
3366
3227
|
"""Return a copy of the properties as a dictionary
|
|
@@ -3572,19 +3433,10 @@ class WM_OT_context_set_boolean(bpy_types.Operator):
|
|
|
3572
3433
|
"""Set a context value"""
|
|
3573
3434
|
|
|
3574
3435
|
bl_idname: typing.Any
|
|
3575
|
-
""" """
|
|
3576
|
-
|
|
3577
3436
|
bl_label: typing.Any
|
|
3578
|
-
""" """
|
|
3579
|
-
|
|
3580
3437
|
bl_options: typing.Any
|
|
3581
|
-
""" """
|
|
3582
|
-
|
|
3583
3438
|
bl_rna: typing.Any
|
|
3584
|
-
""" """
|
|
3585
|
-
|
|
3586
3439
|
id_data: typing.Any
|
|
3587
|
-
""" """
|
|
3588
3440
|
|
|
3589
3441
|
def as_keywords(self, ignore=()):
|
|
3590
3442
|
"""Return a copy of the properties as a dictionary
|
|
@@ -3796,19 +3648,10 @@ class WM_OT_context_set_enum(bpy_types.Operator):
|
|
|
3796
3648
|
"""Set a context value"""
|
|
3797
3649
|
|
|
3798
3650
|
bl_idname: typing.Any
|
|
3799
|
-
""" """
|
|
3800
|
-
|
|
3801
3651
|
bl_label: typing.Any
|
|
3802
|
-
""" """
|
|
3803
|
-
|
|
3804
3652
|
bl_options: typing.Any
|
|
3805
|
-
""" """
|
|
3806
|
-
|
|
3807
3653
|
bl_rna: typing.Any
|
|
3808
|
-
""" """
|
|
3809
|
-
|
|
3810
3654
|
id_data: typing.Any
|
|
3811
|
-
""" """
|
|
3812
3655
|
|
|
3813
3656
|
def as_keywords(self, ignore=()):
|
|
3814
3657
|
"""Return a copy of the properties as a dictionary
|
|
@@ -4020,19 +3863,10 @@ class WM_OT_context_set_float(bpy_types.Operator):
|
|
|
4020
3863
|
"""Set a context value"""
|
|
4021
3864
|
|
|
4022
3865
|
bl_idname: typing.Any
|
|
4023
|
-
""" """
|
|
4024
|
-
|
|
4025
3866
|
bl_label: typing.Any
|
|
4026
|
-
""" """
|
|
4027
|
-
|
|
4028
3867
|
bl_options: typing.Any
|
|
4029
|
-
""" """
|
|
4030
|
-
|
|
4031
3868
|
bl_rna: typing.Any
|
|
4032
|
-
""" """
|
|
4033
|
-
|
|
4034
3869
|
id_data: typing.Any
|
|
4035
|
-
""" """
|
|
4036
3870
|
|
|
4037
3871
|
def as_keywords(self, ignore=()):
|
|
4038
3872
|
"""Return a copy of the properties as a dictionary
|
|
@@ -4244,19 +4078,10 @@ class WM_OT_context_set_id(bpy_types.Operator):
|
|
|
4244
4078
|
"""Set a context value to an ID data-block"""
|
|
4245
4079
|
|
|
4246
4080
|
bl_idname: typing.Any
|
|
4247
|
-
""" """
|
|
4248
|
-
|
|
4249
4081
|
bl_label: typing.Any
|
|
4250
|
-
""" """
|
|
4251
|
-
|
|
4252
4082
|
bl_options: typing.Any
|
|
4253
|
-
""" """
|
|
4254
|
-
|
|
4255
4083
|
bl_rna: typing.Any
|
|
4256
|
-
""" """
|
|
4257
|
-
|
|
4258
4084
|
id_data: typing.Any
|
|
4259
|
-
""" """
|
|
4260
4085
|
|
|
4261
4086
|
def as_keywords(self, ignore=()):
|
|
4262
4087
|
"""Return a copy of the properties as a dictionary
|
|
@@ -4460,19 +4285,10 @@ class WM_OT_context_set_int(bpy_types.Operator):
|
|
|
4460
4285
|
"""Set a context value"""
|
|
4461
4286
|
|
|
4462
4287
|
bl_idname: typing.Any
|
|
4463
|
-
""" """
|
|
4464
|
-
|
|
4465
4288
|
bl_label: typing.Any
|
|
4466
|
-
""" """
|
|
4467
|
-
|
|
4468
4289
|
bl_options: typing.Any
|
|
4469
|
-
""" """
|
|
4470
|
-
|
|
4471
4290
|
bl_rna: typing.Any
|
|
4472
|
-
""" """
|
|
4473
|
-
|
|
4474
4291
|
id_data: typing.Any
|
|
4475
|
-
""" """
|
|
4476
4292
|
|
|
4477
4293
|
def as_keywords(self, ignore=()):
|
|
4478
4294
|
"""Return a copy of the properties as a dictionary
|
|
@@ -4684,19 +4500,10 @@ class WM_OT_context_set_string(bpy_types.Operator):
|
|
|
4684
4500
|
"""Set a context value"""
|
|
4685
4501
|
|
|
4686
4502
|
bl_idname: typing.Any
|
|
4687
|
-
""" """
|
|
4688
|
-
|
|
4689
4503
|
bl_label: typing.Any
|
|
4690
|
-
""" """
|
|
4691
|
-
|
|
4692
4504
|
bl_options: typing.Any
|
|
4693
|
-
""" """
|
|
4694
|
-
|
|
4695
4505
|
bl_rna: typing.Any
|
|
4696
|
-
""" """
|
|
4697
|
-
|
|
4698
4506
|
id_data: typing.Any
|
|
4699
|
-
""" """
|
|
4700
4507
|
|
|
4701
4508
|
def as_keywords(self, ignore=()):
|
|
4702
4509
|
"""Return a copy of the properties as a dictionary
|
|
@@ -4908,19 +4715,10 @@ class WM_OT_context_set_value(bpy_types.Operator):
|
|
|
4908
4715
|
"""Set a context value"""
|
|
4909
4716
|
|
|
4910
4717
|
bl_idname: typing.Any
|
|
4911
|
-
""" """
|
|
4912
|
-
|
|
4913
4718
|
bl_label: typing.Any
|
|
4914
|
-
""" """
|
|
4915
|
-
|
|
4916
4719
|
bl_options: typing.Any
|
|
4917
|
-
""" """
|
|
4918
|
-
|
|
4919
4720
|
bl_rna: typing.Any
|
|
4920
|
-
""" """
|
|
4921
|
-
|
|
4922
4721
|
id_data: typing.Any
|
|
4923
|
-
""" """
|
|
4924
4722
|
|
|
4925
4723
|
def as_keywords(self, ignore=()):
|
|
4926
4724
|
"""Return a copy of the properties as a dictionary
|
|
@@ -5132,19 +4930,10 @@ class WM_OT_context_toggle(bpy_types.Operator):
|
|
|
5132
4930
|
"""Toggle a context value"""
|
|
5133
4931
|
|
|
5134
4932
|
bl_idname: typing.Any
|
|
5135
|
-
""" """
|
|
5136
|
-
|
|
5137
4933
|
bl_label: typing.Any
|
|
5138
|
-
""" """
|
|
5139
|
-
|
|
5140
4934
|
bl_options: typing.Any
|
|
5141
|
-
""" """
|
|
5142
|
-
|
|
5143
4935
|
bl_rna: typing.Any
|
|
5144
|
-
""" """
|
|
5145
|
-
|
|
5146
4936
|
id_data: typing.Any
|
|
5147
|
-
""" """
|
|
5148
4937
|
|
|
5149
4938
|
def as_keywords(self, ignore=()):
|
|
5150
4939
|
"""Return a copy of the properties as a dictionary
|
|
@@ -5356,19 +5145,10 @@ class WM_OT_context_toggle_enum(bpy_types.Operator):
|
|
|
5356
5145
|
"""Toggle a context value"""
|
|
5357
5146
|
|
|
5358
5147
|
bl_idname: typing.Any
|
|
5359
|
-
""" """
|
|
5360
|
-
|
|
5361
5148
|
bl_label: typing.Any
|
|
5362
|
-
""" """
|
|
5363
|
-
|
|
5364
5149
|
bl_options: typing.Any
|
|
5365
|
-
""" """
|
|
5366
|
-
|
|
5367
5150
|
bl_rna: typing.Any
|
|
5368
|
-
""" """
|
|
5369
|
-
|
|
5370
5151
|
id_data: typing.Any
|
|
5371
|
-
""" """
|
|
5372
5152
|
|
|
5373
5153
|
def as_keywords(self, ignore=()):
|
|
5374
5154
|
"""Return a copy of the properties as a dictionary
|
|
@@ -5580,16 +5360,9 @@ class WM_OT_doc_view(bpy_types.Operator):
|
|
|
5580
5360
|
"""Open online reference docs in a web browser"""
|
|
5581
5361
|
|
|
5582
5362
|
bl_idname: typing.Any
|
|
5583
|
-
""" """
|
|
5584
|
-
|
|
5585
5363
|
bl_label: typing.Any
|
|
5586
|
-
""" """
|
|
5587
|
-
|
|
5588
5364
|
bl_rna: typing.Any
|
|
5589
|
-
""" """
|
|
5590
|
-
|
|
5591
5365
|
id_data: typing.Any
|
|
5592
|
-
""" """
|
|
5593
5366
|
|
|
5594
5367
|
def as_keywords(self, ignore=()):
|
|
5595
5368
|
"""Return a copy of the properties as a dictionary
|
|
@@ -5793,16 +5566,9 @@ class WM_OT_doc_view_manual(bpy_types.Operator):
|
|
|
5793
5566
|
"""Load online manual"""
|
|
5794
5567
|
|
|
5795
5568
|
bl_idname: typing.Any
|
|
5796
|
-
""" """
|
|
5797
|
-
|
|
5798
5569
|
bl_label: typing.Any
|
|
5799
|
-
""" """
|
|
5800
|
-
|
|
5801
5570
|
bl_rna: typing.Any
|
|
5802
|
-
""" """
|
|
5803
|
-
|
|
5804
5571
|
id_data: typing.Any
|
|
5805
|
-
""" """
|
|
5806
5572
|
|
|
5807
5573
|
def as_keywords(self, ignore=()):
|
|
5808
5574
|
"""Return a copy of the properties as a dictionary
|
|
@@ -6003,22 +5769,11 @@ class WM_OT_doc_view_manual(bpy_types.Operator):
|
|
|
6003
5769
|
...
|
|
6004
5770
|
|
|
6005
5771
|
class WM_OT_drop_blend_file(bpy_types.Operator):
|
|
6006
|
-
""" """
|
|
6007
|
-
|
|
6008
5772
|
bl_idname: typing.Any
|
|
6009
|
-
""" """
|
|
6010
|
-
|
|
6011
5773
|
bl_label: typing.Any
|
|
6012
|
-
""" """
|
|
6013
|
-
|
|
6014
5774
|
bl_options: typing.Any
|
|
6015
|
-
""" """
|
|
6016
|
-
|
|
6017
5775
|
bl_rna: typing.Any
|
|
6018
|
-
""" """
|
|
6019
|
-
|
|
6020
5776
|
id_data: typing.Any
|
|
6021
|
-
""" """
|
|
6022
5777
|
|
|
6023
5778
|
def as_keywords(self, ignore=()):
|
|
6024
5779
|
"""Return a copy of the properties as a dictionary
|
|
@@ -6231,16 +5986,9 @@ class WM_OT_operator_cheat_sheet(bpy_types.Operator):
|
|
|
6231
5986
|
"""List all the operators in a text-block, useful for scripting"""
|
|
6232
5987
|
|
|
6233
5988
|
bl_idname: typing.Any
|
|
6234
|
-
""" """
|
|
6235
|
-
|
|
6236
5989
|
bl_label: typing.Any
|
|
6237
|
-
""" """
|
|
6238
|
-
|
|
6239
5990
|
bl_rna: typing.Any
|
|
6240
|
-
""" """
|
|
6241
|
-
|
|
6242
5991
|
id_data: typing.Any
|
|
6243
|
-
""" """
|
|
6244
5992
|
|
|
6245
5993
|
def as_keywords(self, ignore=()):
|
|
6246
5994
|
"""Return a copy of the properties as a dictionary
|
|
@@ -6441,22 +6189,11 @@ class WM_OT_operator_cheat_sheet(bpy_types.Operator):
|
|
|
6441
6189
|
...
|
|
6442
6190
|
|
|
6443
6191
|
class WM_OT_operator_pie_enum(bpy_types.Operator):
|
|
6444
|
-
""" """
|
|
6445
|
-
|
|
6446
6192
|
bl_idname: typing.Any
|
|
6447
|
-
""" """
|
|
6448
|
-
|
|
6449
6193
|
bl_label: typing.Any
|
|
6450
|
-
""" """
|
|
6451
|
-
|
|
6452
6194
|
bl_options: typing.Any
|
|
6453
|
-
""" """
|
|
6454
|
-
|
|
6455
6195
|
bl_rna: typing.Any
|
|
6456
|
-
""" """
|
|
6457
|
-
|
|
6458
6196
|
id_data: typing.Any
|
|
6459
|
-
""" """
|
|
6460
6197
|
|
|
6461
6198
|
def as_keywords(self, ignore=()):
|
|
6462
6199
|
"""Return a copy of the properties as a dictionary
|
|
@@ -6669,16 +6406,9 @@ class WM_OT_owner_disable(bpy_types.Operator):
|
|
|
6669
6406
|
"""Disable add-on for workspace"""
|
|
6670
6407
|
|
|
6671
6408
|
bl_idname: typing.Any
|
|
6672
|
-
""" """
|
|
6673
|
-
|
|
6674
6409
|
bl_label: typing.Any
|
|
6675
|
-
""" """
|
|
6676
|
-
|
|
6677
6410
|
bl_rna: typing.Any
|
|
6678
|
-
""" """
|
|
6679
|
-
|
|
6680
6411
|
id_data: typing.Any
|
|
6681
|
-
""" """
|
|
6682
6412
|
|
|
6683
6413
|
def as_keywords(self, ignore=()):
|
|
6684
6414
|
"""Return a copy of the properties as a dictionary
|
|
@@ -6882,16 +6612,9 @@ class WM_OT_owner_enable(bpy_types.Operator):
|
|
|
6882
6612
|
"""Enable add-on for workspace"""
|
|
6883
6613
|
|
|
6884
6614
|
bl_idname: typing.Any
|
|
6885
|
-
""" """
|
|
6886
|
-
|
|
6887
6615
|
bl_label: typing.Any
|
|
6888
|
-
""" """
|
|
6889
|
-
|
|
6890
6616
|
bl_rna: typing.Any
|
|
6891
|
-
""" """
|
|
6892
|
-
|
|
6893
6617
|
id_data: typing.Any
|
|
6894
|
-
""" """
|
|
6895
6618
|
|
|
6896
6619
|
def as_keywords(self, ignore=()):
|
|
6897
6620
|
"""Return a copy of the properties as a dictionary
|
|
@@ -7095,19 +6818,10 @@ class WM_OT_path_open(bpy_types.Operator):
|
|
|
7095
6818
|
"""Open a path in a file browser"""
|
|
7096
6819
|
|
|
7097
6820
|
bl_idname: typing.Any
|
|
7098
|
-
""" """
|
|
7099
|
-
|
|
7100
6821
|
bl_label: typing.Any
|
|
7101
|
-
""" """
|
|
7102
|
-
|
|
7103
6822
|
bl_options: typing.Any
|
|
7104
|
-
""" """
|
|
7105
|
-
|
|
7106
6823
|
bl_rna: typing.Any
|
|
7107
|
-
""" """
|
|
7108
|
-
|
|
7109
6824
|
id_data: typing.Any
|
|
7110
|
-
""" """
|
|
7111
6825
|
|
|
7112
6826
|
def as_keywords(self, ignore=()):
|
|
7113
6827
|
"""Return a copy of the properties as a dictionary
|
|
@@ -7311,19 +7025,10 @@ class WM_OT_properties_add(bpy_types.Operator):
|
|
|
7311
7025
|
"""Add your own property to the data-block"""
|
|
7312
7026
|
|
|
7313
7027
|
bl_idname: typing.Any
|
|
7314
|
-
""" """
|
|
7315
|
-
|
|
7316
7028
|
bl_label: typing.Any
|
|
7317
|
-
""" """
|
|
7318
|
-
|
|
7319
7029
|
bl_options: typing.Any
|
|
7320
|
-
""" """
|
|
7321
|
-
|
|
7322
7030
|
bl_rna: typing.Any
|
|
7323
|
-
""" """
|
|
7324
|
-
|
|
7325
7031
|
id_data: typing.Any
|
|
7326
|
-
""" """
|
|
7327
7032
|
|
|
7328
7033
|
def as_keywords(self, ignore=()):
|
|
7329
7034
|
"""Return a copy of the properties as a dictionary
|
|
@@ -7527,19 +7232,10 @@ class WM_OT_properties_context_change(bpy_types.Operator):
|
|
|
7527
7232
|
"""Jump to a different tab inside the properties editor"""
|
|
7528
7233
|
|
|
7529
7234
|
bl_idname: typing.Any
|
|
7530
|
-
""" """
|
|
7531
|
-
|
|
7532
7235
|
bl_label: typing.Any
|
|
7533
|
-
""" """
|
|
7534
|
-
|
|
7535
7236
|
bl_options: typing.Any
|
|
7536
|
-
""" """
|
|
7537
|
-
|
|
7538
7237
|
bl_rna: typing.Any
|
|
7539
|
-
""" """
|
|
7540
|
-
|
|
7541
7238
|
id_data: typing.Any
|
|
7542
|
-
""" """
|
|
7543
7239
|
|
|
7544
7240
|
def as_keywords(self, ignore=()):
|
|
7545
7241
|
"""Return a copy of the properties as a dictionary
|
|
@@ -7743,19 +7439,10 @@ class WM_OT_properties_edit(bpy_types.Operator):
|
|
|
7743
7439
|
"""Change a custom property's type, or adjust how it is displayed in the interface"""
|
|
7744
7440
|
|
|
7745
7441
|
bl_idname: typing.Any
|
|
7746
|
-
""" """
|
|
7747
|
-
|
|
7748
7442
|
bl_label: typing.Any
|
|
7749
|
-
""" """
|
|
7750
|
-
|
|
7751
7443
|
bl_options: typing.Any
|
|
7752
|
-
""" """
|
|
7753
|
-
|
|
7754
7444
|
bl_rna: typing.Any
|
|
7755
|
-
""" """
|
|
7756
|
-
|
|
7757
7445
|
id_data: typing.Any
|
|
7758
|
-
""" """
|
|
7759
7446
|
|
|
7760
7447
|
def as_keywords(self, ignore=()):
|
|
7761
7448
|
"""Return a copy of the properties as a dictionary
|
|
@@ -8019,19 +7706,10 @@ class WM_OT_properties_edit_value(bpy_types.Operator):
|
|
|
8019
7706
|
"""Edit the value of a custom property"""
|
|
8020
7707
|
|
|
8021
7708
|
bl_idname: typing.Any
|
|
8022
|
-
""" """
|
|
8023
|
-
|
|
8024
7709
|
bl_label: typing.Any
|
|
8025
|
-
""" """
|
|
8026
|
-
|
|
8027
7710
|
bl_options: typing.Any
|
|
8028
|
-
""" """
|
|
8029
|
-
|
|
8030
7711
|
bl_rna: typing.Any
|
|
8031
|
-
""" """
|
|
8032
|
-
|
|
8033
7712
|
id_data: typing.Any
|
|
8034
|
-
""" """
|
|
8035
7713
|
|
|
8036
7714
|
def as_keywords(self, ignore=()):
|
|
8037
7715
|
"""Return a copy of the properties as a dictionary
|
|
@@ -8250,19 +7928,10 @@ class WM_OT_properties_remove(bpy_types.Operator):
|
|
|
8250
7928
|
"""Internal use (edit a property data_path)"""
|
|
8251
7929
|
|
|
8252
7930
|
bl_idname: typing.Any
|
|
8253
|
-
""" """
|
|
8254
|
-
|
|
8255
7931
|
bl_label: typing.Any
|
|
8256
|
-
""" """
|
|
8257
|
-
|
|
8258
7932
|
bl_options: typing.Any
|
|
8259
|
-
""" """
|
|
8260
|
-
|
|
8261
7933
|
bl_rna: typing.Any
|
|
8262
|
-
""" """
|
|
8263
|
-
|
|
8264
7934
|
id_data: typing.Any
|
|
8265
|
-
""" """
|
|
8266
7935
|
|
|
8267
7936
|
def as_keywords(self, ignore=()):
|
|
8268
7937
|
"""Return a copy of the properties as a dictionary
|
|
@@ -8466,16 +8135,9 @@ class WM_OT_sysinfo(bpy_types.Operator):
|
|
|
8466
8135
|
"""Generate system information, saved into a text file"""
|
|
8467
8136
|
|
|
8468
8137
|
bl_idname: typing.Any
|
|
8469
|
-
""" """
|
|
8470
|
-
|
|
8471
8138
|
bl_label: typing.Any
|
|
8472
|
-
""" """
|
|
8473
|
-
|
|
8474
8139
|
bl_rna: typing.Any
|
|
8475
|
-
""" """
|
|
8476
|
-
|
|
8477
8140
|
id_data: typing.Any
|
|
8478
|
-
""" """
|
|
8479
8141
|
|
|
8480
8142
|
def as_keywords(self, ignore=()):
|
|
8481
8143
|
"""Return a copy of the properties as a dictionary
|
|
@@ -8687,16 +8349,9 @@ class WM_OT_tool_set_by_id(bpy_types.Operator):
|
|
|
8687
8349
|
"""Set the tool by name (for key-maps)"""
|
|
8688
8350
|
|
|
8689
8351
|
bl_idname: typing.Any
|
|
8690
|
-
""" """
|
|
8691
|
-
|
|
8692
8352
|
bl_label: typing.Any
|
|
8693
|
-
""" """
|
|
8694
|
-
|
|
8695
8353
|
bl_rna: typing.Any
|
|
8696
|
-
""" """
|
|
8697
|
-
|
|
8698
8354
|
id_data: typing.Any
|
|
8699
|
-
""" """
|
|
8700
8355
|
|
|
8701
8356
|
def as_keywords(self, ignore=()):
|
|
8702
8357
|
"""Return a copy of the properties as a dictionary
|
|
@@ -8900,16 +8555,9 @@ class WM_OT_tool_set_by_index(bpy_types.Operator):
|
|
|
8900
8555
|
"""Set the tool by index (for key-maps)"""
|
|
8901
8556
|
|
|
8902
8557
|
bl_idname: typing.Any
|
|
8903
|
-
""" """
|
|
8904
|
-
|
|
8905
8558
|
bl_label: typing.Any
|
|
8906
|
-
""" """
|
|
8907
|
-
|
|
8908
8559
|
bl_rna: typing.Any
|
|
8909
|
-
""" """
|
|
8910
|
-
|
|
8911
8560
|
id_data: typing.Any
|
|
8912
|
-
""" """
|
|
8913
8561
|
|
|
8914
8562
|
def as_keywords(self, ignore=()):
|
|
8915
8563
|
"""Return a copy of the properties as a dictionary
|
|
@@ -9110,19 +8758,10 @@ class WM_OT_tool_set_by_index(bpy_types.Operator):
|
|
|
9110
8758
|
...
|
|
9111
8759
|
|
|
9112
8760
|
class WM_OT_toolbar(bpy_types.Operator):
|
|
9113
|
-
""" """
|
|
9114
|
-
|
|
9115
8761
|
bl_idname: typing.Any
|
|
9116
|
-
""" """
|
|
9117
|
-
|
|
9118
8762
|
bl_label: typing.Any
|
|
9119
|
-
""" """
|
|
9120
|
-
|
|
9121
8763
|
bl_rna: typing.Any
|
|
9122
|
-
""" """
|
|
9123
|
-
|
|
9124
8764
|
id_data: typing.Any
|
|
9125
|
-
""" """
|
|
9126
8765
|
|
|
9127
8766
|
def as_keywords(self, ignore=()):
|
|
9128
8767
|
"""Return a copy of the properties as a dictionary
|
|
@@ -9342,19 +8981,10 @@ class WM_OT_toolbar(bpy_types.Operator):
|
|
|
9342
8981
|
...
|
|
9343
8982
|
|
|
9344
8983
|
class WM_OT_toolbar_fallback_pie(bpy_types.Operator):
|
|
9345
|
-
""" """
|
|
9346
|
-
|
|
9347
8984
|
bl_idname: typing.Any
|
|
9348
|
-
""" """
|
|
9349
|
-
|
|
9350
8985
|
bl_label: typing.Any
|
|
9351
|
-
""" """
|
|
9352
|
-
|
|
9353
8986
|
bl_rna: typing.Any
|
|
9354
|
-
""" """
|
|
9355
|
-
|
|
9356
8987
|
id_data: typing.Any
|
|
9357
|
-
""" """
|
|
9358
8988
|
|
|
9359
8989
|
def as_keywords(self, ignore=()):
|
|
9360
8990
|
"""Return a copy of the properties as a dictionary
|
|
@@ -9566,16 +9196,9 @@ class WM_OT_toolbar_prompt(bpy_types.Operator):
|
|
|
9566
9196
|
"""Leader key like functionality for accessing tools"""
|
|
9567
9197
|
|
|
9568
9198
|
bl_idname: typing.Any
|
|
9569
|
-
""" """
|
|
9570
|
-
|
|
9571
9199
|
bl_label: typing.Any
|
|
9572
|
-
""" """
|
|
9573
|
-
|
|
9574
9200
|
bl_rna: typing.Any
|
|
9575
|
-
""" """
|
|
9576
|
-
|
|
9577
9201
|
id_data: typing.Any
|
|
9578
|
-
""" """
|
|
9579
9202
|
|
|
9580
9203
|
def as_keywords(self, ignore=()):
|
|
9581
9204
|
"""Return a copy of the properties as a dictionary
|
|
@@ -9788,19 +9411,10 @@ class WM_OT_url_open(bpy_types.Operator):
|
|
|
9788
9411
|
"""Open a website in the web browser"""
|
|
9789
9412
|
|
|
9790
9413
|
bl_idname: typing.Any
|
|
9791
|
-
""" """
|
|
9792
|
-
|
|
9793
9414
|
bl_label: typing.Any
|
|
9794
|
-
""" """
|
|
9795
|
-
|
|
9796
9415
|
bl_options: typing.Any
|
|
9797
|
-
""" """
|
|
9798
|
-
|
|
9799
9416
|
bl_rna: typing.Any
|
|
9800
|
-
""" """
|
|
9801
|
-
|
|
9802
9417
|
id_data: typing.Any
|
|
9803
|
-
""" """
|
|
9804
9418
|
|
|
9805
9419
|
def as_keywords(self, ignore=()):
|
|
9806
9420
|
"""Return a copy of the properties as a dictionary
|
|
@@ -10004,22 +9618,11 @@ class WM_OT_url_open_preset(bpy_types.Operator):
|
|
|
10004
9618
|
"""Open a preset website in the web browser"""
|
|
10005
9619
|
|
|
10006
9620
|
bl_idname: typing.Any
|
|
10007
|
-
""" """
|
|
10008
|
-
|
|
10009
9621
|
bl_label: typing.Any
|
|
10010
|
-
""" """
|
|
10011
|
-
|
|
10012
9622
|
bl_options: typing.Any
|
|
10013
|
-
""" """
|
|
10014
|
-
|
|
10015
9623
|
bl_rna: typing.Any
|
|
10016
|
-
""" """
|
|
10017
|
-
|
|
10018
9624
|
id_data: typing.Any
|
|
10019
|
-
""" """
|
|
10020
|
-
|
|
10021
9625
|
preset_items: typing.Any
|
|
10022
|
-
""" """
|
|
10023
9626
|
|
|
10024
9627
|
def as_keywords(self, ignore=()):
|
|
10025
9628
|
"""Return a copy of the properties as a dictionary
|
|
@@ -10219,52 +9822,13 @@ class WM_OT_url_open_preset(bpy_types.Operator):
|
|
|
10219
9822
|
"""
|
|
10220
9823
|
...
|
|
10221
9824
|
|
|
10222
|
-
def context_path_decompose(data_path):
|
|
10223
|
-
|
|
10224
|
-
|
|
10225
|
-
|
|
10226
|
-
|
|
10227
|
-
def
|
|
10228
|
-
|
|
10229
|
-
|
|
10230
|
-
|
|
10231
|
-
|
|
10232
|
-
def context_path_validate(context, data_path):
|
|
10233
|
-
""" """
|
|
10234
|
-
|
|
10235
|
-
...
|
|
10236
|
-
|
|
10237
|
-
def description_from_data_path(base, data_path, prefix, value=None):
|
|
10238
|
-
""" """
|
|
10239
|
-
|
|
10240
|
-
...
|
|
10241
|
-
|
|
10242
|
-
def execute_context_assign(context):
|
|
10243
|
-
""" """
|
|
10244
|
-
|
|
10245
|
-
...
|
|
10246
|
-
|
|
10247
|
-
def operator_path_is_undo(context, data_path):
|
|
10248
|
-
""" """
|
|
10249
|
-
|
|
10250
|
-
...
|
|
10251
|
-
|
|
10252
|
-
def operator_path_undo_return(context, data_path):
|
|
10253
|
-
""" """
|
|
10254
|
-
|
|
10255
|
-
...
|
|
10256
|
-
|
|
10257
|
-
def operator_value_is_undo(value):
|
|
10258
|
-
""" """
|
|
10259
|
-
|
|
10260
|
-
...
|
|
10261
|
-
|
|
10262
|
-
def operator_value_undo_return(value):
|
|
10263
|
-
""" """
|
|
10264
|
-
|
|
10265
|
-
...
|
|
10266
|
-
|
|
10267
|
-
def rna_path_prop_search_for_context(context, edit_text):
|
|
10268
|
-
""" """
|
|
10269
|
-
|
|
10270
|
-
...
|
|
9825
|
+
def context_path_decompose(data_path): ...
|
|
9826
|
+
def context_path_to_rna_property(context, data_path): ...
|
|
9827
|
+
def context_path_validate(context, data_path): ...
|
|
9828
|
+
def description_from_data_path(base, data_path, prefix, value=None): ...
|
|
9829
|
+
def execute_context_assign(context): ...
|
|
9830
|
+
def operator_path_is_undo(context, data_path): ...
|
|
9831
|
+
def operator_path_undo_return(context, data_path): ...
|
|
9832
|
+
def operator_value_is_undo(value): ...
|
|
9833
|
+
def operator_value_undo_return(value): ...
|
|
9834
|
+
def rna_path_prop_search_for_context(context, edit_text): ...
|