fake-bpy-module 20240517__py3-none-any.whl → 20240519__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/__init__.pyi +2 -1
- _bpy_internal/freedesktop/__init__.pyi +20 -86
- addon_utils/__init__.pyi +7 -31
- animsys_refactor/__init__.pyi +7 -26
- aud/__init__.pyi +3 -5
- bgl/__init__.pyi +2 -1630
- bl_app_override/__init__.pyi +5 -15
- bl_app_override/helpers/__init__.pyi +4 -23
- bl_app_template_utils/__init__.pyi +5 -16
- bl_console_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
- bl_i18n_utils/__init__.pyi +2 -1
- bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
- bl_i18n_utils/merge_po/__init__.pyi +3 -5
- bl_i18n_utils/settings/__init__.pyi +4 -23
- bl_i18n_utils/utils/__init__.pyi +10 -66
- bl_i18n_utils/utils_cli/__init__.pyi +9 -31
- bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
- bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
- bl_keymap_utils/__init__.pyi +2 -1
- bl_keymap_utils/io/__init__.pyi +10 -40
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
- bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
- bl_keymap_utils/versioning/__init__.pyi +3 -5
- bl_math/__init__.pyi +2 -1
- bl_operators/__init__.pyi +4 -10
- bl_operators/add_mesh_torus/__init__.pyi +4 -19
- bl_operators/anim/__init__.pyi +2 -71
- bl_operators/assets/__init__.pyi +2 -30
- bl_operators/bmesh/__init__.pyi +2 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
- bl_operators/clip/__init__.pyi +7 -115
- bl_operators/console/__init__.pyi +2 -38
- bl_operators/constraint/__init__.pyi +2 -37
- bl_operators/file/__init__.pyi +2 -28
- bl_operators/freestyle/__init__.pyi +2 -37
- bl_operators/geometry_nodes/__init__.pyi +15 -103
- bl_operators/image/__init__.pyi +2 -52
- bl_operators/mesh/__init__.pyi +2 -28
- bl_operators/node/__init__.pyi +2 -105
- bl_operators/object/__init__.pyi +2 -138
- bl_operators/object_align/__init__.pyi +5 -24
- bl_operators/object_quick_effects/__init__.pyi +4 -49
- bl_operators/object_randomize_transform/__init__.pyi +5 -14
- bl_operators/presets/__init__.pyi +4 -376
- bl_operators/rigidbody/__init__.pyi +2 -28
- bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
- bl_operators/sequencer/__init__.pyi +3 -104
- bl_operators/spreadsheet/__init__.pyi +2 -10
- bl_operators/userpref/__init__.pyi +3 -201
- bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
- bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
- bl_operators/uvcalc_transform/__init__.pyi +13 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
- bl_operators/view3d/__init__.pyi +2 -64
- bl_operators/wm/__init__.pyi +16 -451
- bl_operators/world/__init__.pyi +2 -10
- bl_previews_utils/__init__.pyi +2 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
- bl_rna_utils/__init__.pyi +2 -1
- bl_rna_utils/data_path/__init__.pyi +2 -2
- bl_text_utils/__init__.pyi +2 -1
- bl_text_utils/external_editor/__init__.pyi +3 -5
- bl_ui/__init__.pyi +32 -141
- bl_ui/anim/__init__.pyi +3 -12
- bl_ui/asset_shelf/__init__.pyi +3 -16
- bl_ui/generic_ui_list/__init__.pyi +4 -31
- bl_ui/node_add_menu/__init__.pyi +6 -28
- bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
- bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
- bl_ui/node_add_menu_shader/__init__.pyi +20 -170
- bl_ui/node_add_menu_texture/__init__.pyi +11 -118
- bl_ui/properties_animviz/__init__.pyi +2 -15
- bl_ui/properties_collection/__init__.pyi +9 -112
- bl_ui/properties_constraint/__init__.pyi +81 -1524
- bl_ui/properties_data_armature/__init__.pyi +14 -214
- bl_ui/properties_data_bone/__init__.pyi +12 -198
- bl_ui/properties_data_camera/__init__.pyi +17 -312
- bl_ui/properties_data_curve/__init__.pyi +17 -319
- bl_ui/properties_data_curves/__init__.pyi +8 -108
- bl_ui/properties_data_empty/__init__.pyi +4 -44
- bl_ui/properties_data_gpencil/__init__.pyi +20 -350
- bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
- bl_ui/properties_data_lattice/__init__.pyi +5 -65
- bl_ui/properties_data_light/__init__.pyi +14 -264
- bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
- bl_ui/properties_data_mesh/__init__.pyi +23 -325
- bl_ui/properties_data_metaball/__init__.pyi +7 -103
- bl_ui/properties_data_modifier/__init__.pyi +10 -178
- bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
- bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
- bl_ui/properties_data_speaker/__init__.pyi +7 -111
- bl_ui/properties_data_volume/__init__.pyi +10 -156
- bl_ui/properties_freestyle/__init__.pyi +31 -615
- bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
- bl_ui/properties_mask_common/__init__.pyi +10 -111
- bl_ui/properties_material/__init__.pyi +20 -331
- bl_ui/properties_material_gpencil/__init__.pyi +12 -182
- bl_ui/properties_object/__init__.pyi +16 -276
- bl_ui/properties_output/__init__.pyi +20 -370
- bl_ui/properties_paint_common/__init__.pyi +14 -106
- bl_ui/properties_particle/__init__.pyi +58 -1159
- bl_ui/properties_physics_cloth/__init__.pyi +17 -314
- bl_ui/properties_physics_common/__init__.pyi +9 -58
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
- bl_ui/properties_physics_field/__init__.pyi +13 -218
- bl_ui/properties_physics_fluid/__init__.pyi +30 -626
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
- bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
- bl_ui/properties_physics_softbody/__init__.pyi +18 -353
- bl_ui/properties_render/__init__.pyi +56 -1146
- bl_ui/properties_scene/__init__.pyi +17 -298
- bl_ui/properties_texture/__init__.pyi +30 -577
- bl_ui/properties_view_layer/__init__.pyi +20 -346
- bl_ui/properties_workspace/__init__.pyi +6 -80
- bl_ui/properties_world/__init__.pyi +12 -220
- bl_ui/space_clip/__init__.pyi +73 -1090
- bl_ui/space_console/__init__.pyi +9 -73
- bl_ui/space_dopesheet/__init__.pyi +33 -485
- bl_ui/space_filebrowser/__init__.pyi +36 -431
- bl_ui/space_graph/__init__.pyi +22 -237
- bl_ui/space_image/__init__.pyi +70 -1089
- bl_ui/space_info/__init__.pyi +8 -71
- bl_ui/space_nla/__init__.pyi +19 -210
- bl_ui/space_node/__init__.pyi +32 -436
- bl_ui/space_outliner/__init__.pyi +17 -165
- bl_ui/space_properties/__init__.pyi +5 -42
- bl_ui/space_sequencer/__init__.pyi +79 -1142
- bl_ui/space_spreadsheet/__init__.pyi +3 -12
- bl_ui/space_statusbar/__init__.pyi +3 -12
- bl_ui/space_text/__init__.pyi +18 -193
- bl_ui/space_time/__init__.pyi +10 -111
- bl_ui/space_toolsystem_common/__init__.pyi +42 -200
- bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
- bl_ui/space_topbar/__init__.pyi +29 -335
- bl_ui/space_userpref/__init__.pyi +94 -1576
- bl_ui/space_view3d/__init__.pyi +271 -3438
- bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
- bl_ui/temp_anim_layers/__init__.pyi +4 -22
- bl_ui/utils/__init__.pyi +2 -8
- bl_ui_utils/__init__.pyi +2 -1
- bl_ui_utils/bug_report_url/__init__.pyi +3 -5
- bl_ui_utils/layout/__init__.pyi +2 -1
- blend_render_info/__init__.pyi +4 -10
- blf/__init__.pyi +2 -1
- bmesh/__init__.pyi +2 -1
- bmesh/geometry/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +2 -1
- bmesh/types/__init__.pyi +29 -45
- bmesh/utils/__init__.pyi +2 -1
- bpy/__init__.pyi +2 -1
- bpy/app/__init__.pyi +2 -1
- bpy/app/handlers/__init__.pyi +2 -1
- bpy/app/icons/__init__.pyi +2 -1
- bpy/app/timers/__init__.pyi +8 -15
- bpy/app/translations/__init__.pyi +2 -1
- bpy/msgbus/__init__.pyi +2 -1
- bpy/ops/__init__.pyi +2 -1
- bpy/ops/action/__init__.pyi +22 -21
- bpy/ops/anim/__init__.pyi +32 -31
- bpy/ops/armature/__init__.pyi +22 -21
- bpy/ops/asset/__init__.pyi +8 -7
- bpy/ops/bl_pkg/__init__.pyi +4 -3
- bpy/ops/boid/__init__.pyi +2 -1
- bpy/ops/brush/__init__.pyi +10 -9
- bpy/ops/buttons/__init__.pyi +10 -9
- bpy/ops/cachefile/__init__.pyi +12 -11
- bpy/ops/camera/__init__.pyi +2 -1
- bpy/ops/clip/__init__.pyi +38 -37
- bpy/ops/cloth/__init__.pyi +2 -1
- bpy/ops/collection/__init__.pyi +8 -7
- bpy/ops/console/__init__.pyi +8 -7
- bpy/ops/constraint/__init__.pyi +30 -29
- bpy/ops/curve/__init__.pyi +32 -31
- bpy/ops/curves/__init__.pyi +10 -9
- bpy/ops/cycles/__init__.pyi +2 -1
- bpy/ops/dpaint/__init__.pyi +4 -3
- bpy/ops/ed/__init__.pyi +6 -5
- bpy/ops/export_anim/__init__.pyi +4 -3
- bpy/ops/export_scene/__init__.pyi +40 -39
- bpy/ops/file/__init__.pyi +20 -19
- bpy/ops/fluid/__init__.pyi +2 -1
- bpy/ops/font/__init__.pyi +22 -21
- bpy/ops/geometry/__init__.pyi +4 -3
- bpy/ops/gizmogroup/__init__.pyi +2 -1
- bpy/ops/gpencil/__init__.pyi +134 -133
- bpy/ops/graph/__init__.pyi +40 -39
- bpy/ops/grease_pencil/__init__.pyi +42 -41
- bpy/ops/image/__init__.pyi +22 -21
- bpy/ops/import_anim/__init__.pyi +10 -9
- bpy/ops/import_curve/__init__.pyi +2 -1
- bpy/ops/import_scene/__init__.pyi +20 -19
- bpy/ops/info/__init__.pyi +6 -5
- bpy/ops/lattice/__init__.pyi +8 -7
- bpy/ops/marker/__init__.pyi +10 -9
- bpy/ops/mask/__init__.pyi +14 -13
- bpy/ops/material/__init__.pyi +2 -1
- bpy/ops/mball/__init__.pyi +8 -7
- bpy/ops/mesh/__init__.pyi +112 -111
- bpy/ops/nla/__init__.pyi +16 -15
- bpy/ops/node/__init__.pyi +32 -31
- bpy/ops/object/__init__.pyi +186 -185
- bpy/ops/outliner/__init__.pyi +38 -37
- bpy/ops/paint/__init__.pyi +50 -49
- bpy/ops/paintcurve/__init__.pyi +2 -1
- bpy/ops/palette/__init__.pyi +6 -5
- bpy/ops/particle/__init__.pyi +16 -15
- bpy/ops/pose/__init__.pyi +32 -31
- bpy/ops/poselib/__init__.pyi +2 -1
- bpy/ops/preferences/__init__.pyi +14 -13
- bpy/ops/ptcache/__init__.pyi +2 -1
- bpy/ops/render/__init__.pyi +4 -3
- bpy/ops/rigidbody/__init__.pyi +10 -9
- bpy/ops/scene/__init__.pyi +18 -17
- bpy/ops/screen/__init__.pyi +16 -15
- bpy/ops/script/__init__.pyi +2 -1
- bpy/ops/sculpt/__init__.pyi +68 -67
- bpy/ops/sculpt_curves/__init__.pyi +4 -3
- bpy/ops/sequencer/__init__.pyi +74 -73
- bpy/ops/sound/__init__.pyi +20 -19
- bpy/ops/spreadsheet/__init__.pyi +2 -1
- bpy/ops/surface/__init__.pyi +14 -13
- bpy/ops/text/__init__.pyi +24 -23
- bpy/ops/text_editor/__init__.pyi +2 -1
- bpy/ops/texture/__init__.pyi +4 -3
- bpy/ops/transform/__init__.pyi +32 -31
- bpy/ops/ui/__init__.pyi +8 -7
- bpy/ops/uilist/__init__.pyi +4 -3
- bpy/ops/uv/__init__.pyi +66 -65
- bpy/ops/view2d/__init__.pyi +2 -1
- bpy/ops/view3d/__init__.pyi +36 -35
- bpy/ops/wm/__init__.pyi +191 -187
- bpy/ops/workspace/__init__.pyi +2 -1
- bpy/ops/world/__init__.pyi +2 -1
- bpy/path/__init__.pyi +2 -1
- bpy/props/__init__.pyi +2 -1
- bpy/types/__init__.pyi +546 -4852
- bpy/utils/__init__.pyi +16 -71
- bpy/utils/previews/__init__.pyi +2 -1
- bpy/utils/units/__init__.pyi +2 -1
- bpy_extras/__init__.pyi +2 -1
- bpy_extras/anim_utils/__init__.pyi +2 -2
- bpy_extras/asset_utils/__init__.pyi +2 -11
- bpy_extras/bmesh_utils/__init__.pyi +3 -5
- bpy_extras/extensions/__init__.pyi +2 -1
- bpy_extras/extensions/junction_module/__init__.pyi +3 -7
- bpy_extras/id_map_utils/__init__.pyi +2 -1
- bpy_extras/image_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +6 -25
- bpy_extras/keyconfig_utils/__init__.pyi +4 -10
- bpy_extras/mesh_utils/__init__.pyi +2 -1
- bpy_extras/node_shader_utils/__init__.pyi +46 -286
- bpy_extras/node_utils/__init__.pyi +4 -10
- bpy_extras/object_utils/__init__.pyi +2 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/__init__.pyi +2 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
- bpy_restrict_state/__init__.pyi +3 -15
- bpy_types/__init__.pyi +10 -275
- console_python/__init__.pyi +8 -37
- console_shell/__init__.pyi +8 -26
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
- fake_bpy_module-20240519.dist-info/RECORD +353 -0
- freestyle/__init__.pyi +2 -1
- freestyle/chainingiterators/__init__.pyi +12 -41
- freestyle/functions/__init__.pyi +9 -34
- freestyle/predicates/__init__.pyi +46 -218
- freestyle/shaders/__init__.pyi +2 -11
- freestyle/types/__init__.pyi +2 -1
- freestyle/utils/ContextFunctions/__init__.pyi +2 -1
- freestyle/utils/__init__.pyi +5 -16
- gpu/__init__.pyi +2 -1
- gpu/capabilities/__init__.pyi +2 -1
- gpu/matrix/__init__.pyi +2 -1
- gpu/platform/__init__.pyi +2 -1
- gpu/select/__init__.pyi +2 -1
- gpu/shader/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -1
- gpu/texture/__init__.pyi +2 -1
- gpu/types/__init__.pyi +2 -1
- gpu_extras/__init__.pyi +2 -1
- gpu_extras/batch/__init__.pyi +2 -1
- gpu_extras/presets/__init__.pyi +2 -1
- graphviz_export/__init__.pyi +4 -10
- idprop/__init__.pyi +2 -1
- idprop/types/__init__.pyi +8 -34
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +2 -3
- keyingsets_builtins/__init__.pyi +4 -157
- keyingsets_utils/__init__.pyi +17 -71
- mathutils/__init__.pyi +2 -1
- mathutils/bvhtree/__init__.pyi +2 -3
- mathutils/geometry/__init__.pyi +2 -1
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +2 -1
- mathutils/noise/__init__.pyi +2 -1
- nodeitems_builtins/__init__.pyi +7 -31
- nodeitems_utils/__init__.pyi +10 -46
- rna_info/__init__.pyi +24 -201
- rna_keymap_ui/__init__.pyi +9 -31
- rna_prop_ui/__init__.pyi +11 -50
- rna_xml/__init__.pyi +8 -30
- sys_info/__init__.pyi +3 -5
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
bl_operators/node/__init__.pyi
CHANGED
|
@@ -2,28 +2,16 @@ import typing
|
|
|
2
2
|
import bpy.types
|
|
3
3
|
import bpy_types
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
6
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
6
7
|
|
|
7
8
|
class NODE_FH_image_node(bpy_types.FileHandler):
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
9
|
bl_file_extensions: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
10
|
bl_idname: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
11
|
bl_import_operator: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
12
|
bl_label: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
13
|
bl_rna: typing.Any
|
|
23
|
-
""" """
|
|
24
|
-
|
|
25
14
|
id_data: typing.Any
|
|
26
|
-
""" """
|
|
27
15
|
|
|
28
16
|
def as_pointer(self) -> int:
|
|
29
17
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -213,8 +201,6 @@ class NODE_FH_image_node(bpy_types.FileHandler):
|
|
|
213
201
|
...
|
|
214
202
|
|
|
215
203
|
class NodeAddOperator:
|
|
216
|
-
""" """
|
|
217
|
-
|
|
218
204
|
def create_node(self, context, node_type):
|
|
219
205
|
"""
|
|
220
206
|
|
|
@@ -257,19 +243,10 @@ class NODE_OT_collapse_hide_unused_toggle(bpy_types.Operator):
|
|
|
257
243
|
"""Toggle collapsed nodes and hide unused sockets"""
|
|
258
244
|
|
|
259
245
|
bl_idname: typing.Any
|
|
260
|
-
""" """
|
|
261
|
-
|
|
262
246
|
bl_label: typing.Any
|
|
263
|
-
""" """
|
|
264
|
-
|
|
265
247
|
bl_options: typing.Any
|
|
266
|
-
""" """
|
|
267
|
-
|
|
268
248
|
bl_rna: typing.Any
|
|
269
|
-
""" """
|
|
270
|
-
|
|
271
249
|
id_data: typing.Any
|
|
272
|
-
""" """
|
|
273
250
|
|
|
274
251
|
def as_keywords(self, ignore=()):
|
|
275
252
|
"""Return a copy of the properties as a dictionary
|
|
@@ -477,8 +454,6 @@ class NODE_OT_collapse_hide_unused_toggle(bpy_types.Operator):
|
|
|
477
454
|
...
|
|
478
455
|
|
|
479
456
|
class NodeInterfaceOperator:
|
|
480
|
-
""" """
|
|
481
|
-
|
|
482
457
|
def poll(self, context):
|
|
483
458
|
"""
|
|
484
459
|
|
|
@@ -490,19 +465,10 @@ class NODE_OT_tree_path_parent(bpy_types.Operator):
|
|
|
490
465
|
"""Go to parent node tree"""
|
|
491
466
|
|
|
492
467
|
bl_idname: typing.Any
|
|
493
|
-
""" """
|
|
494
|
-
|
|
495
468
|
bl_label: typing.Any
|
|
496
|
-
""" """
|
|
497
|
-
|
|
498
469
|
bl_options: typing.Any
|
|
499
|
-
""" """
|
|
500
|
-
|
|
501
470
|
bl_rna: typing.Any
|
|
502
|
-
""" """
|
|
503
|
-
|
|
504
471
|
id_data: typing.Any
|
|
505
|
-
""" """
|
|
506
472
|
|
|
507
473
|
def as_keywords(self, ignore=()):
|
|
508
474
|
"""Return a copy of the properties as a dictionary
|
|
@@ -710,13 +676,8 @@ class NODE_OT_tree_path_parent(bpy_types.Operator):
|
|
|
710
676
|
...
|
|
711
677
|
|
|
712
678
|
class NodeSetting(bpy_types.PropertyGroup):
|
|
713
|
-
""" """
|
|
714
|
-
|
|
715
679
|
bl_rna: typing.Any
|
|
716
|
-
""" """
|
|
717
|
-
|
|
718
680
|
id_data: typing.Any
|
|
719
|
-
""" """
|
|
720
681
|
|
|
721
682
|
def as_pointer(self) -> int:
|
|
722
683
|
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
@@ -902,19 +863,10 @@ class NODE_OT_add_node(NodeAddOperator, bpy_types.Operator):
|
|
|
902
863
|
"""Add a node to the active tree"""
|
|
903
864
|
|
|
904
865
|
bl_idname: typing.Any
|
|
905
|
-
""" """
|
|
906
|
-
|
|
907
866
|
bl_label: typing.Any
|
|
908
|
-
""" """
|
|
909
|
-
|
|
910
867
|
bl_options: typing.Any
|
|
911
|
-
""" """
|
|
912
|
-
|
|
913
868
|
bl_rna: typing.Any
|
|
914
|
-
""" """
|
|
915
|
-
|
|
916
869
|
id_data: typing.Any
|
|
917
|
-
""" """
|
|
918
870
|
|
|
919
871
|
def as_keywords(self, ignore=()):
|
|
920
872
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1161,8 +1113,6 @@ class NODE_OT_add_node(NodeAddOperator, bpy_types.Operator):
|
|
|
1161
1113
|
...
|
|
1162
1114
|
|
|
1163
1115
|
class NodeAddZoneOperator(NodeAddOperator):
|
|
1164
|
-
""" """
|
|
1165
|
-
|
|
1166
1116
|
def create_node(self, context, node_type):
|
|
1167
1117
|
"""
|
|
1168
1118
|
|
|
@@ -1212,19 +1162,10 @@ class NODE_OT_interface_item_duplicate(NodeInterfaceOperator, bpy_types.Operator
|
|
|
1212
1162
|
"""Add a copy of the active item to the interface"""
|
|
1213
1163
|
|
|
1214
1164
|
bl_idname: typing.Any
|
|
1215
|
-
""" """
|
|
1216
|
-
|
|
1217
1165
|
bl_label: typing.Any
|
|
1218
|
-
""" """
|
|
1219
|
-
|
|
1220
1166
|
bl_options: typing.Any
|
|
1221
|
-
""" """
|
|
1222
|
-
|
|
1223
1167
|
bl_rna: typing.Any
|
|
1224
|
-
""" """
|
|
1225
|
-
|
|
1226
1168
|
id_data: typing.Any
|
|
1227
|
-
""" """
|
|
1228
1169
|
|
|
1229
1170
|
def as_keywords(self, ignore=()):
|
|
1230
1171
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1435,19 +1376,10 @@ class NODE_OT_interface_item_new(NodeInterfaceOperator, bpy_types.Operator):
|
|
|
1435
1376
|
"""Add a new item to the interface"""
|
|
1436
1377
|
|
|
1437
1378
|
bl_idname: typing.Any
|
|
1438
|
-
""" """
|
|
1439
|
-
|
|
1440
1379
|
bl_label: typing.Any
|
|
1441
|
-
""" """
|
|
1442
|
-
|
|
1443
1380
|
bl_options: typing.Any
|
|
1444
|
-
""" """
|
|
1445
|
-
|
|
1446
1381
|
bl_rna: typing.Any
|
|
1447
|
-
""" """
|
|
1448
|
-
|
|
1449
1382
|
id_data: typing.Any
|
|
1450
|
-
""" """
|
|
1451
1383
|
|
|
1452
1384
|
def as_keywords(self, ignore=()):
|
|
1453
1385
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1665,19 +1597,10 @@ class NODE_OT_interface_item_remove(NodeInterfaceOperator, bpy_types.Operator):
|
|
|
1665
1597
|
"""Remove active item from the interface"""
|
|
1666
1598
|
|
|
1667
1599
|
bl_idname: typing.Any
|
|
1668
|
-
""" """
|
|
1669
|
-
|
|
1670
1600
|
bl_label: typing.Any
|
|
1671
|
-
""" """
|
|
1672
|
-
|
|
1673
1601
|
bl_options: typing.Any
|
|
1674
|
-
""" """
|
|
1675
|
-
|
|
1676
1602
|
bl_rna: typing.Any
|
|
1677
|
-
""" """
|
|
1678
|
-
|
|
1679
1603
|
id_data: typing.Any
|
|
1680
|
-
""" """
|
|
1681
1604
|
|
|
1682
1605
|
def as_keywords(self, ignore=()):
|
|
1683
1606
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1888,25 +1811,12 @@ class NODE_OT_add_repeat_zone(NodeAddOperator, NodeAddZoneOperator, bpy_types.Op
|
|
|
1888
1811
|
"""Add a repeat zone that allows executing nodes a dynamic number of times"""
|
|
1889
1812
|
|
|
1890
1813
|
bl_idname: typing.Any
|
|
1891
|
-
""" """
|
|
1892
|
-
|
|
1893
1814
|
bl_label: typing.Any
|
|
1894
|
-
""" """
|
|
1895
|
-
|
|
1896
1815
|
bl_options: typing.Any
|
|
1897
|
-
""" """
|
|
1898
|
-
|
|
1899
1816
|
bl_rna: typing.Any
|
|
1900
|
-
""" """
|
|
1901
|
-
|
|
1902
1817
|
id_data: typing.Any
|
|
1903
|
-
""" """
|
|
1904
|
-
|
|
1905
1818
|
input_node_type: typing.Any
|
|
1906
|
-
""" """
|
|
1907
|
-
|
|
1908
1819
|
output_node_type: typing.Any
|
|
1909
|
-
""" """
|
|
1910
1820
|
|
|
1911
1821
|
def as_keywords(self, ignore=()):
|
|
1912
1822
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2150,25 +2060,12 @@ class NODE_OT_add_simulation_zone(
|
|
|
2150
2060
|
"""Add simulation zone input and output nodes to the active tree"""
|
|
2151
2061
|
|
|
2152
2062
|
bl_idname: typing.Any
|
|
2153
|
-
""" """
|
|
2154
|
-
|
|
2155
2063
|
bl_label: typing.Any
|
|
2156
|
-
""" """
|
|
2157
|
-
|
|
2158
2064
|
bl_options: typing.Any
|
|
2159
|
-
""" """
|
|
2160
|
-
|
|
2161
2065
|
bl_rna: typing.Any
|
|
2162
|
-
""" """
|
|
2163
|
-
|
|
2164
2066
|
id_data: typing.Any
|
|
2165
|
-
""" """
|
|
2166
|
-
|
|
2167
2067
|
input_node_type: typing.Any
|
|
2168
|
-
""" """
|
|
2169
|
-
|
|
2170
2068
|
output_node_type: typing.Any
|
|
2171
|
-
""" """
|
|
2172
2069
|
|
|
2173
2070
|
def as_keywords(self, ignore=()):
|
|
2174
2071
|
"""Return a copy of the properties as a dictionary
|
bl_operators/object/__init__.pyi
CHANGED
|
@@ -2,25 +2,17 @@ import typing
|
|
|
2
2
|
import bpy.types
|
|
3
3
|
import bpy_types
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
6
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
6
7
|
|
|
7
8
|
class ClearAllRestrictRender(bpy_types.Operator):
|
|
8
9
|
"""Reveal all render objects by setting the hide render flag"""
|
|
9
10
|
|
|
10
11
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
12
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
13
|
bl_options: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
14
|
bl_rna: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
15
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
16
|
|
|
25
17
|
def as_keywords(self, ignore=()):
|
|
26
18
|
"""Return a copy of the properties as a dictionary
|
|
@@ -224,19 +216,10 @@ class DupliOffsetFromCursor(bpy_types.Operator):
|
|
|
224
216
|
"""Set offset used for collection instances based on cursor position"""
|
|
225
217
|
|
|
226
218
|
bl_idname: typing.Any
|
|
227
|
-
""" """
|
|
228
|
-
|
|
229
219
|
bl_label: typing.Any
|
|
230
|
-
""" """
|
|
231
|
-
|
|
232
220
|
bl_options: typing.Any
|
|
233
|
-
""" """
|
|
234
|
-
|
|
235
221
|
bl_rna: typing.Any
|
|
236
|
-
""" """
|
|
237
|
-
|
|
238
222
|
id_data: typing.Any
|
|
239
|
-
""" """
|
|
240
223
|
|
|
241
224
|
def as_keywords(self, ignore=()):
|
|
242
225
|
"""Return a copy of the properties as a dictionary
|
|
@@ -440,19 +423,10 @@ class DupliOffsetFromObject(bpy_types.Operator):
|
|
|
440
423
|
"""Set offset used for collection instances based on the active object position"""
|
|
441
424
|
|
|
442
425
|
bl_idname: typing.Any
|
|
443
|
-
""" """
|
|
444
|
-
|
|
445
426
|
bl_label: typing.Any
|
|
446
|
-
""" """
|
|
447
|
-
|
|
448
427
|
bl_options: typing.Any
|
|
449
|
-
""" """
|
|
450
|
-
|
|
451
428
|
bl_rna: typing.Any
|
|
452
|
-
""" """
|
|
453
|
-
|
|
454
429
|
id_data: typing.Any
|
|
455
|
-
""" """
|
|
456
430
|
|
|
457
431
|
def as_keywords(self, ignore=()):
|
|
458
432
|
"""Return a copy of the properties as a dictionary
|
|
@@ -663,19 +637,10 @@ class DupliOffsetToCursor(bpy_types.Operator):
|
|
|
663
637
|
"""Set cursor position to the offset used for collection instances"""
|
|
664
638
|
|
|
665
639
|
bl_idname: typing.Any
|
|
666
|
-
""" """
|
|
667
|
-
|
|
668
640
|
bl_label: typing.Any
|
|
669
|
-
""" """
|
|
670
|
-
|
|
671
641
|
bl_options: typing.Any
|
|
672
|
-
""" """
|
|
673
|
-
|
|
674
642
|
bl_rna: typing.Any
|
|
675
|
-
""" """
|
|
676
|
-
|
|
677
643
|
id_data: typing.Any
|
|
678
|
-
""" """
|
|
679
644
|
|
|
680
645
|
def as_keywords(self, ignore=()):
|
|
681
646
|
"""Return a copy of the properties as a dictionary
|
|
@@ -879,19 +844,10 @@ class IsolateTypeRender(bpy_types.Operator):
|
|
|
879
844
|
"""Hide unselected render objects of same type as active by setting the hide render flag"""
|
|
880
845
|
|
|
881
846
|
bl_idname: typing.Any
|
|
882
|
-
""" """
|
|
883
|
-
|
|
884
847
|
bl_label: typing.Any
|
|
885
|
-
""" """
|
|
886
|
-
|
|
887
848
|
bl_options: typing.Any
|
|
888
|
-
""" """
|
|
889
|
-
|
|
890
849
|
bl_rna: typing.Any
|
|
891
|
-
""" """
|
|
892
|
-
|
|
893
850
|
id_data: typing.Any
|
|
894
|
-
""" """
|
|
895
851
|
|
|
896
852
|
def as_keywords(self, ignore=()):
|
|
897
853
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1102,19 +1058,10 @@ class JoinUVs(bpy_types.Operator):
|
|
|
1102
1058
|
"""Transfer UV Maps from active to selected objects (needs matching geometry)"""
|
|
1103
1059
|
|
|
1104
1060
|
bl_idname: typing.Any
|
|
1105
|
-
""" """
|
|
1106
|
-
|
|
1107
1061
|
bl_label: typing.Any
|
|
1108
|
-
""" """
|
|
1109
|
-
|
|
1110
1062
|
bl_options: typing.Any
|
|
1111
|
-
""" """
|
|
1112
|
-
|
|
1113
1063
|
bl_rna: typing.Any
|
|
1114
|
-
""" """
|
|
1115
|
-
|
|
1116
1064
|
id_data: typing.Any
|
|
1117
|
-
""" """
|
|
1118
1065
|
|
|
1119
1066
|
def as_keywords(self, ignore=()):
|
|
1120
1067
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1325,19 +1272,10 @@ class MakeDupliFace(bpy_types.Operator):
|
|
|
1325
1272
|
"""Convert objects into instanced faces"""
|
|
1326
1273
|
|
|
1327
1274
|
bl_idname: typing.Any
|
|
1328
|
-
""" """
|
|
1329
|
-
|
|
1330
1275
|
bl_label: typing.Any
|
|
1331
|
-
""" """
|
|
1332
|
-
|
|
1333
1276
|
bl_options: typing.Any
|
|
1334
|
-
""" """
|
|
1335
|
-
|
|
1336
1277
|
bl_rna: typing.Any
|
|
1337
|
-
""" """
|
|
1338
|
-
|
|
1339
1278
|
id_data: typing.Any
|
|
1340
|
-
""" """
|
|
1341
1279
|
|
|
1342
1280
|
def as_keywords(self, ignore=()):
|
|
1343
1281
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1541,19 +1479,10 @@ class OBJECT_OT_assign_property_defaults(bpy_types.Operator):
|
|
|
1541
1479
|
"""Assign the current values of custom properties as their defaults, for use as part of the rest pose state in NLA track mixing"""
|
|
1542
1480
|
|
|
1543
1481
|
bl_idname: typing.Any
|
|
1544
|
-
""" """
|
|
1545
|
-
|
|
1546
1482
|
bl_label: typing.Any
|
|
1547
|
-
""" """
|
|
1548
|
-
|
|
1549
1483
|
bl_options: typing.Any
|
|
1550
|
-
""" """
|
|
1551
|
-
|
|
1552
1484
|
bl_rna: typing.Any
|
|
1553
|
-
""" """
|
|
1554
|
-
|
|
1555
1485
|
id_data: typing.Any
|
|
1556
|
-
""" """
|
|
1557
1486
|
|
|
1558
1487
|
def as_keywords(self, ignore=()):
|
|
1559
1488
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1771,19 +1700,10 @@ class SelectCamera(bpy_types.Operator):
|
|
|
1771
1700
|
"""Select the active camera"""
|
|
1772
1701
|
|
|
1773
1702
|
bl_idname: typing.Any
|
|
1774
|
-
""" """
|
|
1775
|
-
|
|
1776
1703
|
bl_label: typing.Any
|
|
1777
|
-
""" """
|
|
1778
|
-
|
|
1779
1704
|
bl_options: typing.Any
|
|
1780
|
-
""" """
|
|
1781
|
-
|
|
1782
1705
|
bl_rna: typing.Any
|
|
1783
|
-
""" """
|
|
1784
|
-
|
|
1785
1706
|
id_data: typing.Any
|
|
1786
|
-
""" """
|
|
1787
1707
|
|
|
1788
1708
|
def as_keywords(self, ignore=()):
|
|
1789
1709
|
"""Return a copy of the properties as a dictionary
|
|
@@ -1987,19 +1907,10 @@ class SelectHierarchy(bpy_types.Operator):
|
|
|
1987
1907
|
"""Select object relative to the active object's position in the hierarchy"""
|
|
1988
1908
|
|
|
1989
1909
|
bl_idname: typing.Any
|
|
1990
|
-
""" """
|
|
1991
|
-
|
|
1992
1910
|
bl_label: typing.Any
|
|
1993
|
-
""" """
|
|
1994
|
-
|
|
1995
1911
|
bl_options: typing.Any
|
|
1996
|
-
""" """
|
|
1997
|
-
|
|
1998
1912
|
bl_rna: typing.Any
|
|
1999
|
-
""" """
|
|
2000
|
-
|
|
2001
1913
|
id_data: typing.Any
|
|
2002
|
-
""" """
|
|
2003
1914
|
|
|
2004
1915
|
def as_keywords(self, ignore=()):
|
|
2005
1916
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2210,22 +2121,11 @@ class SelectPattern(bpy_types.Operator):
|
|
|
2210
2121
|
"""Select objects matching a naming pattern"""
|
|
2211
2122
|
|
|
2212
2123
|
bl_idname: typing.Any
|
|
2213
|
-
""" """
|
|
2214
|
-
|
|
2215
2124
|
bl_label: typing.Any
|
|
2216
|
-
""" """
|
|
2217
|
-
|
|
2218
2125
|
bl_options: typing.Any
|
|
2219
|
-
""" """
|
|
2220
|
-
|
|
2221
2126
|
bl_property: typing.Any
|
|
2222
|
-
""" """
|
|
2223
|
-
|
|
2224
2127
|
bl_rna: typing.Any
|
|
2225
|
-
""" """
|
|
2226
|
-
|
|
2227
2128
|
id_data: typing.Any
|
|
2228
|
-
""" """
|
|
2229
2129
|
|
|
2230
2130
|
def as_keywords(self, ignore=()):
|
|
2231
2131
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2451,19 +2351,10 @@ class ShapeTransfer(bpy_types.Operator):
|
|
|
2451
2351
|
"""Copy the active shape key of another selected object to this one"""
|
|
2452
2352
|
|
|
2453
2353
|
bl_idname: typing.Any
|
|
2454
|
-
""" """
|
|
2455
|
-
|
|
2456
2354
|
bl_label: typing.Any
|
|
2457
|
-
""" """
|
|
2458
|
-
|
|
2459
2355
|
bl_options: typing.Any
|
|
2460
|
-
""" """
|
|
2461
|
-
|
|
2462
2356
|
bl_rna: typing.Any
|
|
2463
|
-
""" """
|
|
2464
|
-
|
|
2465
2357
|
id_data: typing.Any
|
|
2466
|
-
""" """
|
|
2467
2358
|
|
|
2468
2359
|
def as_keywords(self, ignore=()):
|
|
2469
2360
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2674,19 +2565,10 @@ class SubdivisionSet(bpy_types.Operator):
|
|
|
2674
2565
|
"""Sets a Subdivision Surface level (1 to 5)"""
|
|
2675
2566
|
|
|
2676
2567
|
bl_idname: typing.Any
|
|
2677
|
-
""" """
|
|
2678
|
-
|
|
2679
2568
|
bl_label: typing.Any
|
|
2680
|
-
""" """
|
|
2681
|
-
|
|
2682
2569
|
bl_options: typing.Any
|
|
2683
|
-
""" """
|
|
2684
|
-
|
|
2685
2570
|
bl_rna: typing.Any
|
|
2686
|
-
""" """
|
|
2687
|
-
|
|
2688
2571
|
id_data: typing.Any
|
|
2689
|
-
""" """
|
|
2690
2572
|
|
|
2691
2573
|
def as_keywords(self, ignore=()):
|
|
2692
2574
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2897,19 +2779,10 @@ class TransformsToDeltas(bpy_types.Operator):
|
|
|
2897
2779
|
"""Convert normal object transforms to delta transforms, any existing delta transforms will be included as well"""
|
|
2898
2780
|
|
|
2899
2781
|
bl_idname: typing.Any
|
|
2900
|
-
""" """
|
|
2901
|
-
|
|
2902
2782
|
bl_label: typing.Any
|
|
2903
|
-
""" """
|
|
2904
|
-
|
|
2905
2783
|
bl_options: typing.Any
|
|
2906
|
-
""" """
|
|
2907
|
-
|
|
2908
2784
|
bl_rna: typing.Any
|
|
2909
|
-
""" """
|
|
2910
|
-
|
|
2911
2785
|
id_data: typing.Any
|
|
2912
|
-
""" """
|
|
2913
2786
|
|
|
2914
2787
|
def as_keywords(self, ignore=()):
|
|
2915
2788
|
"""Return a copy of the properties as a dictionary
|
|
@@ -3141,19 +3014,10 @@ class TransformsToDeltasAnim(bpy_types.Operator):
|
|
|
3141
3014
|
"""Convert object animation for normal transforms to delta transforms"""
|
|
3142
3015
|
|
|
3143
3016
|
bl_idname: typing.Any
|
|
3144
|
-
""" """
|
|
3145
|
-
|
|
3146
3017
|
bl_label: typing.Any
|
|
3147
|
-
""" """
|
|
3148
|
-
|
|
3149
3018
|
bl_options: typing.Any
|
|
3150
|
-
""" """
|
|
3151
|
-
|
|
3152
3019
|
bl_rna: typing.Any
|
|
3153
|
-
""" """
|
|
3154
|
-
|
|
3155
3020
|
id_data: typing.Any
|
|
3156
|
-
""" """
|
|
3157
3021
|
|
|
3158
3022
|
def as_keywords(self, ignore=()):
|
|
3159
3023
|
"""Return a copy of the properties as a dictionary
|
|
@@ -2,25 +2,17 @@ import typing
|
|
|
2
2
|
import bpy.types
|
|
3
3
|
import bpy_types
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
6
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
6
7
|
|
|
7
8
|
class AlignObjects(bpy_types.Operator):
|
|
8
9
|
"""Align objects"""
|
|
9
10
|
|
|
10
11
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
12
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
13
|
bl_options: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
14
|
bl_rna: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
15
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
16
|
|
|
25
17
|
def as_keywords(self, ignore=()):
|
|
26
18
|
"""Return a copy of the properties as a dictionary
|
|
@@ -229,17 +221,6 @@ class AlignObjects(bpy_types.Operator):
|
|
|
229
221
|
|
|
230
222
|
def align_objects(
|
|
231
223
|
context, align_x, align_y, align_z, align_mode, relative_to, bb_quality
|
|
232
|
-
):
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
...
|
|
236
|
-
|
|
237
|
-
def worldspace_bounds_from_object_bounds(bb_world):
|
|
238
|
-
""" """
|
|
239
|
-
|
|
240
|
-
...
|
|
241
|
-
|
|
242
|
-
def worldspace_bounds_from_object_data(depsgraph, obj):
|
|
243
|
-
""" """
|
|
244
|
-
|
|
245
|
-
...
|
|
224
|
+
): ...
|
|
225
|
+
def worldspace_bounds_from_object_bounds(bb_world): ...
|
|
226
|
+
def worldspace_bounds_from_object_data(depsgraph, obj): ...
|
|
@@ -2,11 +2,10 @@ import typing
|
|
|
2
2
|
import bpy.types
|
|
3
3
|
import bpy_types
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
GenericType1 = typing.TypeVar("GenericType1")
|
|
6
|
+
GenericType2 = typing.TypeVar("GenericType2")
|
|
6
7
|
|
|
7
8
|
class ObjectModeOperator:
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
9
|
def poll(self, context):
|
|
11
10
|
"""
|
|
12
11
|
|
|
@@ -18,19 +17,10 @@ class QuickLiquid(bpy_types.Operator):
|
|
|
18
17
|
"""Make selected objects liquid"""
|
|
19
18
|
|
|
20
19
|
bl_idname: typing.Any
|
|
21
|
-
""" """
|
|
22
|
-
|
|
23
20
|
bl_label: typing.Any
|
|
24
|
-
""" """
|
|
25
|
-
|
|
26
21
|
bl_options: typing.Any
|
|
27
|
-
""" """
|
|
28
|
-
|
|
29
22
|
bl_rna: typing.Any
|
|
30
|
-
""" """
|
|
31
|
-
|
|
32
23
|
id_data: typing.Any
|
|
33
|
-
""" """
|
|
34
24
|
|
|
35
25
|
def as_keywords(self, ignore=()):
|
|
36
26
|
"""Return a copy of the properties as a dictionary
|
|
@@ -234,19 +224,10 @@ class QuickExplode(ObjectModeOperator, bpy_types.Operator):
|
|
|
234
224
|
"""Make selected objects explode"""
|
|
235
225
|
|
|
236
226
|
bl_idname: typing.Any
|
|
237
|
-
""" """
|
|
238
|
-
|
|
239
227
|
bl_label: typing.Any
|
|
240
|
-
""" """
|
|
241
|
-
|
|
242
228
|
bl_options: typing.Any
|
|
243
|
-
""" """
|
|
244
|
-
|
|
245
229
|
bl_rna: typing.Any
|
|
246
|
-
""" """
|
|
247
|
-
|
|
248
230
|
id_data: typing.Any
|
|
249
|
-
""" """
|
|
250
231
|
|
|
251
232
|
def as_keywords(self, ignore=()):
|
|
252
233
|
"""Return a copy of the properties as a dictionary
|
|
@@ -465,19 +446,10 @@ class QuickFur(ObjectModeOperator, bpy_types.Operator):
|
|
|
465
446
|
"""Add a fur setup to the selected objects"""
|
|
466
447
|
|
|
467
448
|
bl_idname: typing.Any
|
|
468
|
-
""" """
|
|
469
|
-
|
|
470
449
|
bl_label: typing.Any
|
|
471
|
-
""" """
|
|
472
|
-
|
|
473
450
|
bl_options: typing.Any
|
|
474
|
-
""" """
|
|
475
|
-
|
|
476
451
|
bl_rna: typing.Any
|
|
477
|
-
""" """
|
|
478
|
-
|
|
479
452
|
id_data: typing.Any
|
|
480
|
-
""" """
|
|
481
453
|
|
|
482
454
|
def as_keywords(self, ignore=()):
|
|
483
455
|
"""Return a copy of the properties as a dictionary
|
|
@@ -688,19 +660,10 @@ class QuickSmoke(ObjectModeOperator, bpy_types.Operator):
|
|
|
688
660
|
"""Use selected objects as smoke emitters"""
|
|
689
661
|
|
|
690
662
|
bl_idname: typing.Any
|
|
691
|
-
""" """
|
|
692
|
-
|
|
693
663
|
bl_label: typing.Any
|
|
694
|
-
""" """
|
|
695
|
-
|
|
696
664
|
bl_options: typing.Any
|
|
697
|
-
""" """
|
|
698
|
-
|
|
699
665
|
bl_rna: typing.Any
|
|
700
|
-
""" """
|
|
701
|
-
|
|
702
666
|
id_data: typing.Any
|
|
703
|
-
""" """
|
|
704
667
|
|
|
705
668
|
def as_keywords(self, ignore=()):
|
|
706
669
|
"""Return a copy of the properties as a dictionary
|
|
@@ -907,16 +870,8 @@ class QuickSmoke(ObjectModeOperator, bpy_types.Operator):
|
|
|
907
870
|
"""
|
|
908
871
|
...
|
|
909
872
|
|
|
910
|
-
def grid_location(x, y):
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
...
|
|
914
|
-
|
|
915
|
-
def obj_bb_minmax(obj, min_co, max_co):
|
|
916
|
-
""" """
|
|
917
|
-
|
|
918
|
-
...
|
|
919
|
-
|
|
873
|
+
def grid_location(x, y): ...
|
|
874
|
+
def obj_bb_minmax(obj, min_co, max_co): ...
|
|
920
875
|
def object_ensure_material(obj, mat_name):
|
|
921
876
|
"""Use an existing material or add a new one."""
|
|
922
877
|
|