fake-bpy-module 20240516__py3-none-any.whl → 20240517__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 +2 -2
- addon_utils/__init__.pyi +43 -12
- animsys_refactor/__init__.pyi +4 -4
- aud/__init__.pyi +7 -7
- bgl/__init__.pyi +121 -183
- bl_app_override/__init__.pyi +5 -5
- bl_app_override/helpers/__init__.pyi +3 -1
- bl_app_template_utils/__init__.pyi +5 -5
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +48 -10
- bl_console_utils/autocomplete/complete_import/__init__.pyi +27 -6
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +40 -8
- bl_console_utils/autocomplete/intellisense/__init__.pyi +31 -4
- bl_i18n_utils/bl_extract_messages/__init__.pyi +5 -5
- bl_i18n_utils/settings/__init__.pyi +4 -2
- bl_i18n_utils/utils/__init__.pyi +86 -58
- bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
- bl_keymap_utils/io/__init__.pyi +4 -4
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
- bl_operators/add_mesh_torus/__init__.pyi +126 -41
- bl_operators/anim/__init__.pyi +1001 -328
- bl_operators/assets/__init__.pyi +376 -123
- bl_operators/bmesh/find_adjacent/__init__.pyi +3 -3
- bl_operators/clip/__init__.pyi +1250 -409
- bl_operators/console/__init__.pyi +626 -205
- bl_operators/constraint/__init__.pyi +502 -165
- bl_operators/file/__init__.pyi +376 -123
- bl_operators/freestyle/__init__.pyi +501 -164
- bl_operators/geometry_nodes/__init__.pyi +501 -164
- bl_operators/image/__init__.pyi +621 -200
- bl_operators/mesh/__init__.pyi +376 -123
- bl_operators/node/__init__.pyi +1243 -402
- bl_operators/object/__init__.pyi +1876 -615
- bl_operators/object_align/__init__.pyi +126 -41
- bl_operators/object_quick_effects/__init__.pyi +502 -165
- bl_operators/object_randomize_transform/__init__.pyi +126 -41
- bl_operators/presets/__init__.pyi +3069 -1027
- bl_operators/rigidbody/__init__.pyi +376 -123
- bl_operators/screen_play_rendered_anim/__init__.pyi +126 -41
- bl_operators/sequencer/__init__.pyi +1009 -331
- bl_operators/spreadsheet/__init__.pyi +126 -41
- bl_operators/userpref/__init__.pyi +3263 -1078
- bl_operators/uvcalc_follow_active/__init__.pyi +126 -41
- bl_operators/uvcalc_lightmap/__init__.pyi +137 -47
- bl_operators/uvcalc_transform/__init__.pyi +289 -90
- bl_operators/vertexpaint_dirt/__init__.pyi +126 -41
- bl_operators/view3d/__init__.pyi +868 -279
- bl_operators/wm/__init__.pyi +5777 -1934
- bl_operators/world/__init__.pyi +126 -41
- bl_previews_utils/bl_previews_render/__init__.pyi +1 -1
- bl_rna_utils/data_path/__init__.pyi +8 -3
- bl_ui/__init__.pyi +338 -131
- bl_ui/anim/__init__.pyi +164 -64
- bl_ui/asset_shelf/__init__.pyi +129 -42
- bl_ui/generic_ui_list/__init__.pyi +412 -135
- bl_ui/node_add_menu/__init__.pyi +168 -68
- bl_ui/node_add_menu_compositor/__init__.pyi +2921 -1138
- bl_ui/node_add_menu_geometry/__init__.pyi +7785 -3032
- bl_ui/node_add_menu_shader/__init__.pyi +1621 -630
- bl_ui/node_add_menu_texture/__init__.pyi +1459 -567
- bl_ui/properties_animviz/__init__.pyi +2 -2
- bl_ui/properties_collection/__init__.pyi +806 -274
- bl_ui/properties_constraint/__init__.pyi +10253 -3458
- bl_ui/properties_data_armature/__init__.pyi +1615 -552
- bl_ui/properties_data_bone/__init__.pyi +1288 -425
- bl_ui/properties_data_camera/__init__.pyi +1854 -631
- bl_ui/properties_data_curve/__init__.pyi +1929 -636
- bl_ui/properties_data_curves/__init__.pyi +806 -274
- bl_ui/properties_data_empty/__init__.pyi +257 -84
- bl_ui/properties_data_gpencil/__init__.pyi +2380 -803
- bl_ui/properties_data_grease_pencil/__init__.pyi +1902 -656
- bl_ui/properties_data_lattice/__init__.pyi +388 -127
- bl_ui/properties_data_light/__init__.pyi +1541 -506
- bl_ui/properties_data_lightprobe/__init__.pyi +1667 -548
- bl_ui/properties_data_mesh/__init__.pyi +2704 -929
- bl_ui/properties_data_metaball/__init__.pyi +644 -211
- bl_ui/properties_data_modifier/__init__.pyi +1353 -502
- bl_ui/properties_data_pointcloud/__init__.pyi +679 -233
- bl_ui/properties_data_shaderfx/__init__.pyi +129 -42
- bl_ui/properties_data_speaker/__init__.pyi +644 -211
- bl_ui/properties_data_volume/__init__.pyi +1030 -339
- bl_ui/properties_freestyle/__init__.pyi +3113 -1035
- bl_ui/properties_grease_pencil_common/__init__.pyi +2464 -933
- bl_ui/properties_mask_common/__init__.pyi +1101 -420
- bl_ui/properties_material/__init__.pyi +2091 -699
- bl_ui/properties_material_gpencil/__init__.pyi +1350 -466
- bl_ui/properties_object/__init__.pyi +1838 -618
- bl_ui/properties_output/__init__.pyi +2414 -831
- bl_ui/properties_paint_common/__init__.pyi +412 -289
- bl_ui/properties_particle/__init__.pyi +6737 -2241
- bl_ui/properties_physics_cloth/__init__.pyi +1825 -612
- bl_ui/properties_physics_common/__init__.pyi +129 -42
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +2821 -928
- bl_ui/properties_physics_field/__init__.pyi +1283 -422
- bl_ui/properties_physics_fluid/__init__.pyi +3620 -1203
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -42
- bl_ui/properties_physics_rigidbody/__init__.pyi +1027 -338
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1667 -548
- bl_ui/properties_physics_softbody/__init__.pyi +1924 -633
- bl_ui/properties_render/__init__.pyi +6830 -2263
- bl_ui/properties_scene/__init__.pyi +1929 -636
- bl_ui/properties_texture/__init__.pyi +3370 -1118
- bl_ui/properties_view_layer/__init__.pyi +2346 -782
- bl_ui/properties_workspace/__init__.pyi +516 -169
- bl_ui/properties_world/__init__.pyi +1284 -421
- bl_ui/space_clip/__init__.pyi +10134 -3639
- bl_ui/space_console/__init__.pyi +939 -357
- bl_ui/space_dopesheet/__init__.pyi +4327 -1562
- bl_ui/space_filebrowser/__init__.pyi +4164 -1499
- bl_ui/space_graph/__init__.pyi +3108 -1179
- bl_ui/space_image/__init__.pyi +9766 -3596
- bl_ui/space_info/__init__.pyi +939 -357
- bl_ui/space_nla/__init__.pyi +2620 -988
- bl_ui/space_node/__init__.pyi +3994 -1434
- bl_ui/space_outliner/__init__.pyi +2203 -842
- bl_ui/space_properties/__init__.pyi +386 -127
- bl_ui/space_sequencer/__init__.pyi +10773 -3878
- bl_ui/space_spreadsheet/__init__.pyi +130 -43
- bl_ui/space_statusbar/__init__.pyi +129 -42
- bl_ui/space_text/__init__.pyi +2458 -925
- bl_ui/space_time/__init__.pyi +1033 -378
- bl_ui/space_toolsystem_common/__init__.pyi +20 -16
- bl_ui/space_toolsystem_toolbar/__init__.pyi +37 -21
- bl_ui/space_topbar/__init__.pyi +3980 -1496
- bl_ui/space_userpref/__init__.pyi +11373 -3797
- bl_ui/space_view3d/__init__.pyi +40865 -15356
- bl_ui/space_view3d_toolbar/__init__.pyi +12520 -4647
- bl_ui/temp_anim_layers/__init__.pyi +129 -42
- bl_ui/utils/__init__.pyi +28 -20
- bl_ui_utils/bug_report_url/__init__.pyi +1 -1
- bl_ui_utils/layout/__init__.pyi +1 -1
- blend_render_info/__init__.pyi +1 -1
- blf/__init__.pyi +4 -4
- bmesh/geometry/__init__.pyi +2 -3
- bmesh/ops/__init__.pyi +372 -419
- bmesh/types/__init__.pyi +38 -38
- bmesh/utils/__init__.pyi +10 -13
- bpy/app/__init__.pyi +4 -4
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -8
- bpy/app/timers/__init__.pyi +10 -10
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +2 -4
- bpy/ops/action/__init__.pyi +316 -394
- bpy/ops/anim/__init__.pyi +442 -548
- bpy/ops/armature/__init__.pyi +374 -470
- bpy/ops/asset/__init__.pyi +152 -184
- bpy/ops/bl_pkg/__init__.pyi +221 -272
- bpy/ops/boid/__init__.pyi +50 -66
- bpy/ops/brush/__init__.pyi +72 -90
- bpy/ops/buttons/__init__.pyi +132 -144
- bpy/ops/cachefile/__init__.pyi +128 -138
- bpy/ops/camera/__init__.pyi +26 -30
- bpy/ops/clip/__init__.pyi +777 -964
- bpy/ops/cloth/__init__.pyi +12 -14
- bpy/ops/collection/__init__.pyi +68 -86
- bpy/ops/console/__init__.pyi +158 -200
- bpy/ops/constraint/__init__.pyi +178 -214
- bpy/ops/curve/__init__.pyi +473 -576
- bpy/ops/curves/__init__.pyi +247 -302
- bpy/ops/cycles/__init__.pyi +28 -34
- bpy/ops/dpaint/__init__.pyi +34 -44
- bpy/ops/ed/__init__.pyi +126 -150
- bpy/ops/export_anim/__init__.pyi +22 -24
- bpy/ops/export_scene/__init__.pyi +302 -336
- bpy/ops/file/__init__.pyi +352 -432
- bpy/ops/fluid/__init__.pyi +90 -118
- bpy/ops/font/__init__.pyi +258 -304
- bpy/ops/geometry/__init__.pyi +100 -120
- bpy/ops/gizmogroup/__init__.pyi +22 -26
- bpy/ops/gpencil/__init__.pyi +1469 -1778
- bpy/ops/graph/__init__.pyi +644 -776
- bpy/ops/grease_pencil/__init__.pyi +597 -748
- bpy/ops/image/__init__.pyi +648 -744
- bpy/ops/import_anim/__init__.pyi +30 -32
- bpy/ops/import_curve/__init__.pyi +10 -12
- bpy/ops/import_scene/__init__.pyi +88 -96
- bpy/ops/info/__init__.pyi +60 -74
- bpy/ops/lattice/__init__.pyi +64 -80
- bpy/ops/marker/__init__.pyi +108 -130
- bpy/ops/mask/__init__.pyi +322 -402
- bpy/ops/material/__init__.pyi +18 -24
- bpy/ops/mball/__init__.pyi +70 -86
- bpy/ops/mesh/__init__.pyi +1986 -2322
- bpy/ops/nla/__init__.pyi +333 -411
- bpy/ops/node/__init__.pyi +886 -1100
- bpy/ops/object/__init__.pyi +2585 -3078
- bpy/ops/outliner/__init__.pyi +498 -636
- bpy/ops/paint/__init__.pyi +565 -680
- bpy/ops/paintcurve/__init__.pyi +64 -80
- bpy/ops/palette/__init__.pyi +50 -64
- bpy/ops/particle/__init__.pyi +267 -340
- bpy/ops/pose/__init__.pyi +336 -414
- bpy/ops/poselib/__init__.pyi +72 -90
- bpy/ops/preferences/__init__.pyi +386 -463
- bpy/ops/ptcache/__init__.pyi +46 -60
- bpy/ops/render/__init__.pyi +130 -154
- bpy/ops/rigidbody/__init__.pyi +102 -128
- bpy/ops/scene/__init__.pyi +280 -358
- bpy/ops/screen/__init__.pyi +382 -460
- bpy/ops/script/__init__.pyi +24 -30
- bpy/ops/sculpt/__init__.pyi +458 -532
- bpy/ops/sculpt_curves/__init__.pyi +41 -50
- bpy/ops/sequencer/__init__.pyi +1066 -1244
- bpy/ops/sound/__init__.pyi +216 -230
- bpy/ops/spreadsheet/__init__.pyi +30 -38
- bpy/ops/surface/__init__.pyi +108 -120
- bpy/ops/text/__init__.pyi +390 -476
- bpy/ops/text_editor/__init__.pyi +12 -14
- bpy/ops/texture/__init__.pyi +26 -34
- bpy/ops/transform/__init__.pyi +792 -878
- bpy/ops/ui/__init__.pyi +228 -294
- bpy/ops/uilist/__init__.pyi +32 -38
- bpy/ops/uv/__init__.pyi +602 -704
- bpy/ops/view2d/__init__.pyi +156 -184
- bpy/ops/view3d/__init__.pyi +582 -718
- bpy/ops/wm/__init__.pyi +2680 -2928
- bpy/ops/workspace/__init__.pyi +46 -60
- bpy/ops/world/__init__.pyi +12 -16
- bpy/path/__init__.pyi +179 -75
- bpy/props/__init__.pyi +261 -263
- bpy/types/__init__.pyi +17056 -21951
- bpy/utils/__init__.pyi +242 -118
- bpy/utils/previews/__init__.pyi +58 -28
- bpy/utils/units/__init__.pyi +20 -20
- bpy_extras/anim_utils/__init__.pyi +68 -28
- bpy_extras/bmesh_utils/__init__.pyi +8 -2
- bpy_extras/extensions/junction_module/__init__.pyi +5 -2
- bpy_extras/id_map_utils/__init__.pyi +3 -3
- bpy_extras/image_utils/__init__.pyi +44 -11
- bpy_extras/io_utils/__init__.pyi +113 -18
- bpy_extras/keyconfig_utils/__init__.pyi +2 -2
- bpy_extras/mesh_utils/__init__.pyi +71 -19
- bpy_extras/node_shader_utils/__init__.pyi +9 -4
- bpy_extras/node_utils/__init__.pyi +9 -2
- bpy_extras/object_utils/__init__.pyi +71 -12
- bpy_extras/view3d_utils/__init__.pyi +80 -10
- bpy_extras/wm_utils/progress_report/__init__.pyi +13 -10
- bpy_types/__init__.pyi +4197 -1333
- console_python/__init__.pyi +6 -1
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/METADATA +1 -1
- fake_bpy_module-20240517.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +4 -4
- freestyle/shaders/__init__.pyi +2 -2
- freestyle/types/__init__.pyi +84 -96
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- freestyle/utils/__init__.pyi +3 -3
- gpu/matrix/__init__.pyi +6 -8
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +12 -12
- gpu_extras/presets/__init__.pyi +2 -5
- graphviz_export/__init__.pyi +4 -2
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +4 -4
- keyingsets_builtins/__init__.pyi +2688 -839
- mathutils/__init__.pyi +194 -238
- mathutils/bvhtree/__init__.pyi +4 -4
- mathutils/geometry/__init__.pyi +153 -155
- mathutils/kdtree/__init__.pyi +8 -12
- mathutils/noise/__init__.pyi +26 -26
- nodeitems_utils/__init__.pyi +1 -1
- rna_info/__init__.pyi +17 -15
- rna_keymap_ui/__init__.pyi +1 -1
- rna_prop_ui/__init__.pyi +16 -14
- rna_xml/__init__.pyi +12 -12
- _bpy_internal/freedesktop/py.typed +0 -0
- bl_app_override/helpers/py.typed +0 -0
- bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
- bl_console_utils/autocomplete/complete_import/py.typed +0 -0
- bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
- bl_console_utils/autocomplete/intellisense/py.typed +0 -0
- bl_console_utils/autocomplete/py.typed +0 -0
- bl_i18n_utils/bl_extract_messages/py.typed +0 -0
- bl_i18n_utils/merge_po/py.typed +0 -0
- bl_i18n_utils/settings/py.typed +0 -0
- bl_i18n_utils/utils/py.typed +0 -0
- bl_i18n_utils/utils_cli/py.typed +0 -0
- bl_i18n_utils/utils_languages_menu/py.typed +0 -0
- bl_i18n_utils/utils_rtl/py.typed +0 -0
- bl_keymap_utils/io/py.typed +0 -0
- bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
- bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
- bl_keymap_utils/platform_helpers/py.typed +0 -0
- bl_keymap_utils/versioning/py.typed +0 -0
- bl_operators/add_mesh_torus/py.typed +0 -0
- bl_operators/anim/py.typed +0 -0
- bl_operators/assets/py.typed +0 -0
- bl_operators/bmesh/find_adjacent/py.typed +0 -0
- bl_operators/bmesh/py.typed +0 -0
- bl_operators/clip/py.typed +0 -0
- bl_operators/console/py.typed +0 -0
- bl_operators/constraint/py.typed +0 -0
- bl_operators/file/py.typed +0 -0
- bl_operators/freestyle/py.typed +0 -0
- bl_operators/geometry_nodes/py.typed +0 -0
- bl_operators/image/py.typed +0 -0
- bl_operators/mesh/py.typed +0 -0
- bl_operators/node/py.typed +0 -0
- bl_operators/object/py.typed +0 -0
- bl_operators/object_align/py.typed +0 -0
- bl_operators/object_quick_effects/py.typed +0 -0
- bl_operators/object_randomize_transform/py.typed +0 -0
- bl_operators/presets/py.typed +0 -0
- bl_operators/rigidbody/py.typed +0 -0
- bl_operators/screen_play_rendered_anim/py.typed +0 -0
- bl_operators/sequencer/py.typed +0 -0
- bl_operators/spreadsheet/py.typed +0 -0
- bl_operators/userpref/py.typed +0 -0
- bl_operators/uvcalc_follow_active/py.typed +0 -0
- bl_operators/uvcalc_lightmap/py.typed +0 -0
- bl_operators/uvcalc_transform/py.typed +0 -0
- bl_operators/vertexpaint_dirt/py.typed +0 -0
- bl_operators/view3d/py.typed +0 -0
- bl_operators/wm/py.typed +0 -0
- bl_operators/world/py.typed +0 -0
- bl_previews_utils/bl_previews_render/py.typed +0 -0
- bl_rna_utils/data_path/py.typed +0 -0
- bl_text_utils/external_editor/py.typed +0 -0
- bl_ui/anim/py.typed +0 -0
- bl_ui/asset_shelf/py.typed +0 -0
- bl_ui/generic_ui_list/py.typed +0 -0
- bl_ui/node_add_menu/py.typed +0 -0
- bl_ui/node_add_menu_compositor/py.typed +0 -0
- bl_ui/node_add_menu_geometry/py.typed +0 -0
- bl_ui/node_add_menu_shader/py.typed +0 -0
- bl_ui/node_add_menu_texture/py.typed +0 -0
- bl_ui/properties_animviz/py.typed +0 -0
- bl_ui/properties_collection/py.typed +0 -0
- bl_ui/properties_constraint/py.typed +0 -0
- bl_ui/properties_data_armature/py.typed +0 -0
- bl_ui/properties_data_bone/py.typed +0 -0
- bl_ui/properties_data_camera/py.typed +0 -0
- bl_ui/properties_data_curve/py.typed +0 -0
- bl_ui/properties_data_curves/py.typed +0 -0
- bl_ui/properties_data_empty/py.typed +0 -0
- bl_ui/properties_data_gpencil/py.typed +0 -0
- bl_ui/properties_data_grease_pencil/py.typed +0 -0
- bl_ui/properties_data_lattice/py.typed +0 -0
- bl_ui/properties_data_light/py.typed +0 -0
- bl_ui/properties_data_lightprobe/py.typed +0 -0
- bl_ui/properties_data_mesh/py.typed +0 -0
- bl_ui/properties_data_metaball/py.typed +0 -0
- bl_ui/properties_data_modifier/py.typed +0 -0
- bl_ui/properties_data_pointcloud/py.typed +0 -0
- bl_ui/properties_data_shaderfx/py.typed +0 -0
- bl_ui/properties_data_speaker/py.typed +0 -0
- bl_ui/properties_data_volume/py.typed +0 -0
- bl_ui/properties_freestyle/py.typed +0 -0
- bl_ui/properties_grease_pencil_common/py.typed +0 -0
- bl_ui/properties_mask_common/py.typed +0 -0
- bl_ui/properties_material/py.typed +0 -0
- bl_ui/properties_material_gpencil/py.typed +0 -0
- bl_ui/properties_object/py.typed +0 -0
- bl_ui/properties_output/py.typed +0 -0
- bl_ui/properties_paint_common/py.typed +0 -0
- bl_ui/properties_particle/py.typed +0 -0
- bl_ui/properties_physics_cloth/py.typed +0 -0
- bl_ui/properties_physics_common/py.typed +0 -0
- bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
- bl_ui/properties_physics_field/py.typed +0 -0
- bl_ui/properties_physics_fluid/py.typed +0 -0
- bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
- bl_ui/properties_physics_rigidbody/py.typed +0 -0
- bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
- bl_ui/properties_physics_softbody/py.typed +0 -0
- bl_ui/properties_render/py.typed +0 -0
- bl_ui/properties_scene/py.typed +0 -0
- bl_ui/properties_texture/py.typed +0 -0
- bl_ui/properties_view_layer/py.typed +0 -0
- bl_ui/properties_workspace/py.typed +0 -0
- bl_ui/properties_world/py.typed +0 -0
- bl_ui/space_clip/py.typed +0 -0
- bl_ui/space_console/py.typed +0 -0
- bl_ui/space_dopesheet/py.typed +0 -0
- bl_ui/space_filebrowser/py.typed +0 -0
- bl_ui/space_graph/py.typed +0 -0
- bl_ui/space_image/py.typed +0 -0
- bl_ui/space_info/py.typed +0 -0
- bl_ui/space_nla/py.typed +0 -0
- bl_ui/space_node/py.typed +0 -0
- bl_ui/space_outliner/py.typed +0 -0
- bl_ui/space_properties/py.typed +0 -0
- bl_ui/space_sequencer/py.typed +0 -0
- bl_ui/space_spreadsheet/py.typed +0 -0
- bl_ui/space_statusbar/py.typed +0 -0
- bl_ui/space_text/py.typed +0 -0
- bl_ui/space_time/py.typed +0 -0
- bl_ui/space_toolsystem_common/py.typed +0 -0
- bl_ui/space_toolsystem_toolbar/py.typed +0 -0
- bl_ui/space_topbar/py.typed +0 -0
- bl_ui/space_userpref/py.typed +0 -0
- bl_ui/space_view3d/py.typed +0 -0
- bl_ui/space_view3d_toolbar/py.typed +0 -0
- bl_ui/temp_anim_layers/py.typed +0 -0
- bl_ui/utils/py.typed +0 -0
- bl_ui_utils/bug_report_url/py.typed +0 -0
- bl_ui_utils/layout/py.typed +0 -0
- bmesh/geometry/py.typed +0 -0
- bmesh/ops/py.typed +0 -0
- bmesh/types/py.typed +0 -0
- bmesh/utils/py.typed +0 -0
- bpy/app/handlers/py.typed +0 -0
- bpy/app/icons/py.typed +0 -0
- bpy/app/py.typed +0 -0
- bpy/app/timers/py.typed +0 -0
- bpy/app/translations/py.typed +0 -0
- bpy/msgbus/py.typed +0 -0
- bpy/ops/action/py.typed +0 -0
- bpy/ops/anim/py.typed +0 -0
- bpy/ops/armature/py.typed +0 -0
- bpy/ops/asset/py.typed +0 -0
- bpy/ops/bl_pkg/py.typed +0 -0
- bpy/ops/boid/py.typed +0 -0
- bpy/ops/brush/py.typed +0 -0
- bpy/ops/buttons/py.typed +0 -0
- bpy/ops/cachefile/py.typed +0 -0
- bpy/ops/camera/py.typed +0 -0
- bpy/ops/clip/py.typed +0 -0
- bpy/ops/cloth/py.typed +0 -0
- bpy/ops/collection/py.typed +0 -0
- bpy/ops/console/py.typed +0 -0
- bpy/ops/constraint/py.typed +0 -0
- bpy/ops/curve/py.typed +0 -0
- bpy/ops/curves/py.typed +0 -0
- bpy/ops/cycles/py.typed +0 -0
- bpy/ops/dpaint/py.typed +0 -0
- bpy/ops/ed/py.typed +0 -0
- bpy/ops/export_anim/py.typed +0 -0
- bpy/ops/export_scene/py.typed +0 -0
- bpy/ops/file/py.typed +0 -0
- bpy/ops/fluid/py.typed +0 -0
- bpy/ops/font/py.typed +0 -0
- bpy/ops/geometry/py.typed +0 -0
- bpy/ops/gizmogroup/py.typed +0 -0
- bpy/ops/gpencil/py.typed +0 -0
- bpy/ops/graph/py.typed +0 -0
- bpy/ops/grease_pencil/py.typed +0 -0
- bpy/ops/image/py.typed +0 -0
- bpy/ops/import_anim/py.typed +0 -0
- bpy/ops/import_curve/py.typed +0 -0
- bpy/ops/import_scene/py.typed +0 -0
- bpy/ops/info/py.typed +0 -0
- bpy/ops/lattice/py.typed +0 -0
- bpy/ops/marker/py.typed +0 -0
- bpy/ops/mask/py.typed +0 -0
- bpy/ops/material/py.typed +0 -0
- bpy/ops/mball/py.typed +0 -0
- bpy/ops/mesh/py.typed +0 -0
- bpy/ops/nla/py.typed +0 -0
- bpy/ops/node/py.typed +0 -0
- bpy/ops/object/py.typed +0 -0
- bpy/ops/outliner/py.typed +0 -0
- bpy/ops/paint/py.typed +0 -0
- bpy/ops/paintcurve/py.typed +0 -0
- bpy/ops/palette/py.typed +0 -0
- bpy/ops/particle/py.typed +0 -0
- bpy/ops/pose/py.typed +0 -0
- bpy/ops/poselib/py.typed +0 -0
- bpy/ops/preferences/py.typed +0 -0
- bpy/ops/ptcache/py.typed +0 -0
- bpy/ops/py.typed +0 -0
- bpy/ops/render/py.typed +0 -0
- bpy/ops/rigidbody/py.typed +0 -0
- bpy/ops/scene/py.typed +0 -0
- bpy/ops/screen/py.typed +0 -0
- bpy/ops/script/py.typed +0 -0
- bpy/ops/sculpt/py.typed +0 -0
- bpy/ops/sculpt_curves/py.typed +0 -0
- bpy/ops/sequencer/py.typed +0 -0
- bpy/ops/sound/py.typed +0 -0
- bpy/ops/spreadsheet/py.typed +0 -0
- bpy/ops/surface/py.typed +0 -0
- bpy/ops/text/py.typed +0 -0
- bpy/ops/text_editor/py.typed +0 -0
- bpy/ops/texture/py.typed +0 -0
- bpy/ops/transform/py.typed +0 -0
- bpy/ops/ui/py.typed +0 -0
- bpy/ops/uilist/py.typed +0 -0
- bpy/ops/uv/py.typed +0 -0
- bpy/ops/view2d/py.typed +0 -0
- bpy/ops/view3d/py.typed +0 -0
- bpy/ops/wm/py.typed +0 -0
- bpy/ops/workspace/py.typed +0 -0
- bpy/ops/world/py.typed +0 -0
- bpy/path/py.typed +0 -0
- bpy/props/py.typed +0 -0
- bpy/types/py.typed +0 -0
- bpy/utils/previews/py.typed +0 -0
- bpy/utils/py.typed +0 -0
- bpy/utils/units/py.typed +0 -0
- bpy_extras/anim_utils/py.typed +0 -0
- bpy_extras/asset_utils/py.typed +0 -0
- bpy_extras/bmesh_utils/py.typed +0 -0
- bpy_extras/extensions/junction_module/py.typed +0 -0
- bpy_extras/extensions/py.typed +0 -0
- bpy_extras/id_map_utils/py.typed +0 -0
- bpy_extras/image_utils/py.typed +0 -0
- bpy_extras/io_utils/py.typed +0 -0
- bpy_extras/keyconfig_utils/py.typed +0 -0
- bpy_extras/mesh_utils/py.typed +0 -0
- bpy_extras/node_shader_utils/py.typed +0 -0
- bpy_extras/node_utils/py.typed +0 -0
- bpy_extras/object_utils/py.typed +0 -0
- bpy_extras/view3d_utils/py.typed +0 -0
- bpy_extras/wm_utils/progress_report/py.typed +0 -0
- bpy_extras/wm_utils/py.typed +0 -0
- fake_bpy_module-20240516.dist-info/RECORD +0 -618
- freestyle/chainingiterators/py.typed +0 -0
- freestyle/functions/py.typed +0 -0
- freestyle/predicates/py.typed +0 -0
- freestyle/shaders/py.typed +0 -0
- freestyle/types/py.typed +0 -0
- freestyle/utils/ContextFunctions/py.typed +0 -0
- freestyle/utils/py.typed +0 -0
- gpu/capabilities/py.typed +0 -0
- gpu/matrix/py.typed +0 -0
- gpu/platform/py.typed +0 -0
- gpu/select/py.typed +0 -0
- gpu/shader/py.typed +0 -0
- gpu/state/py.typed +0 -0
- gpu/texture/py.typed +0 -0
- gpu/types/py.typed +0 -0
- gpu_extras/batch/py.typed +0 -0
- gpu_extras/presets/py.typed +0 -0
- idprop/types/py.typed +0 -0
- imbuf/types/py.typed +0 -0
- mathutils/bvhtree/py.typed +0 -0
- mathutils/geometry/py.typed +0 -0
- mathutils/interpolate/py.typed +0 -0
- mathutils/kdtree/py.typed +0 -0
- mathutils/noise/py.typed +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240517.dist-info}/top_level.txt +0 -0
bl_operators/view3d/__init__.pyi
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import typing
|
|
2
|
+
import bpy.types
|
|
2
3
|
import bpy_types
|
|
3
4
|
|
|
4
5
|
GenericType = typing.TypeVar("GenericType")
|
|
@@ -24,80 +25,149 @@ class VIEW3D_FH_camera_background_image(bpy_types.FileHandler):
|
|
|
24
25
|
id_data: typing.Any
|
|
25
26
|
""" """
|
|
26
27
|
|
|
27
|
-
def as_pointer(self):
|
|
28
|
-
"""
|
|
28
|
+
def as_pointer(self) -> int:
|
|
29
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
30
|
+
|
|
31
|
+
:return: int (memory address).
|
|
32
|
+
:rtype: int
|
|
33
|
+
"""
|
|
29
34
|
...
|
|
30
35
|
|
|
31
|
-
def bl_rna_get_subclass(self):
|
|
32
|
-
"""
|
|
36
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
37
|
+
"""
|
|
38
|
+
|
|
39
|
+
:return: The RNA type or default when not found.
|
|
40
|
+
:rtype: bpy.types.Struct
|
|
41
|
+
"""
|
|
33
42
|
...
|
|
34
43
|
|
|
35
|
-
def bl_rna_get_subclass_py(self):
|
|
36
|
-
"""
|
|
44
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
45
|
+
"""
|
|
46
|
+
|
|
47
|
+
:return: The class or default when not found.
|
|
48
|
+
:rtype: typing.Any
|
|
49
|
+
"""
|
|
37
50
|
...
|
|
38
51
|
|
|
39
|
-
def driver_add(self):
|
|
40
|
-
"""
|
|
52
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
53
|
+
"""Adds driver(s) to the given property
|
|
54
|
+
|
|
55
|
+
:return: The driver(s) added.
|
|
56
|
+
:rtype: bpy.types.FCurve
|
|
57
|
+
"""
|
|
41
58
|
...
|
|
42
59
|
|
|
43
|
-
def driver_remove(self):
|
|
44
|
-
"""
|
|
60
|
+
def driver_remove(self) -> bool:
|
|
61
|
+
"""Remove driver(s) from the given property
|
|
62
|
+
|
|
63
|
+
:return: Success of driver removal.
|
|
64
|
+
:rtype: bool
|
|
65
|
+
"""
|
|
45
66
|
...
|
|
46
67
|
|
|
47
68
|
def get(self):
|
|
48
|
-
"""
|
|
69
|
+
"""Returns the value of the custom property assigned to key or default
|
|
70
|
+
when not found (matches Python's dictionary function of the same name).
|
|
71
|
+
|
|
72
|
+
"""
|
|
49
73
|
...
|
|
50
74
|
|
|
51
75
|
def id_properties_clear(self):
|
|
52
|
-
"""
|
|
76
|
+
"""
|
|
77
|
+
|
|
78
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
79
|
+
"""
|
|
53
80
|
...
|
|
54
81
|
|
|
55
82
|
def id_properties_ensure(self):
|
|
56
|
-
"""
|
|
83
|
+
"""
|
|
84
|
+
|
|
85
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
86
|
+
"""
|
|
57
87
|
...
|
|
58
88
|
|
|
59
89
|
def id_properties_ui(self):
|
|
60
|
-
"""
|
|
90
|
+
"""
|
|
91
|
+
|
|
92
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
93
|
+
"""
|
|
61
94
|
...
|
|
62
95
|
|
|
63
|
-
def is_property_hidden(self):
|
|
64
|
-
"""
|
|
96
|
+
def is_property_hidden(self) -> bool:
|
|
97
|
+
"""Check if a property is hidden.
|
|
98
|
+
|
|
99
|
+
:return: True when the property is hidden.
|
|
100
|
+
:rtype: bool
|
|
101
|
+
"""
|
|
65
102
|
...
|
|
66
103
|
|
|
67
|
-
def is_property_overridable_library(self):
|
|
68
|
-
"""
|
|
104
|
+
def is_property_overridable_library(self) -> bool:
|
|
105
|
+
"""Check if a property is overridable.
|
|
106
|
+
|
|
107
|
+
:return: True when the property is overridable.
|
|
108
|
+
:rtype: bool
|
|
109
|
+
"""
|
|
69
110
|
...
|
|
70
111
|
|
|
71
|
-
def is_property_readonly(self):
|
|
72
|
-
"""
|
|
112
|
+
def is_property_readonly(self) -> bool:
|
|
113
|
+
"""Check if a property is readonly.
|
|
114
|
+
|
|
115
|
+
:return: True when the property is readonly (not writable).
|
|
116
|
+
:rtype: bool
|
|
117
|
+
"""
|
|
73
118
|
...
|
|
74
119
|
|
|
75
|
-
def is_property_set(self):
|
|
76
|
-
"""
|
|
120
|
+
def is_property_set(self) -> bool:
|
|
121
|
+
"""Check if a property is set, use for testing operator properties.
|
|
122
|
+
|
|
123
|
+
:return: True when the property has been set.
|
|
124
|
+
:rtype: bool
|
|
125
|
+
"""
|
|
77
126
|
...
|
|
78
127
|
|
|
79
128
|
def items(self):
|
|
80
|
-
"""
|
|
129
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
130
|
+
dictionary function of the same name).
|
|
131
|
+
|
|
132
|
+
:return: custom property key, value pairs.
|
|
133
|
+
"""
|
|
81
134
|
...
|
|
82
135
|
|
|
83
|
-
def keyframe_delete(self):
|
|
84
|
-
"""
|
|
136
|
+
def keyframe_delete(self) -> bool:
|
|
137
|
+
"""Remove a keyframe from this properties fcurve.
|
|
138
|
+
|
|
139
|
+
:return: Success of keyframe deletion.
|
|
140
|
+
:rtype: bool
|
|
141
|
+
"""
|
|
85
142
|
...
|
|
86
143
|
|
|
87
|
-
def keyframe_insert(self):
|
|
88
|
-
"""
|
|
144
|
+
def keyframe_insert(self) -> bool:
|
|
145
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
146
|
+
|
|
147
|
+
:return: Success of keyframe insertion.
|
|
148
|
+
:rtype: bool
|
|
149
|
+
"""
|
|
89
150
|
...
|
|
90
151
|
|
|
91
152
|
def keys(self):
|
|
92
|
-
"""
|
|
153
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
154
|
+
dictionary function of the same name).
|
|
155
|
+
|
|
156
|
+
:return: custom property keys.
|
|
157
|
+
"""
|
|
93
158
|
...
|
|
94
159
|
|
|
95
|
-
def path_from_id(self):
|
|
96
|
-
"""
|
|
160
|
+
def path_from_id(self) -> str:
|
|
161
|
+
"""Returns the data path from the ID to this object (string).
|
|
162
|
+
|
|
163
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
164
|
+
to this struct and property (when given).
|
|
165
|
+
:rtype: str
|
|
166
|
+
"""
|
|
97
167
|
...
|
|
98
168
|
|
|
99
169
|
def path_resolve(self):
|
|
100
|
-
""" """
|
|
170
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
101
171
|
...
|
|
102
172
|
|
|
103
173
|
def poll_drop(self, context):
|
|
@@ -108,23 +178,38 @@ class VIEW3D_FH_camera_background_image(bpy_types.FileHandler):
|
|
|
108
178
|
...
|
|
109
179
|
|
|
110
180
|
def pop(self):
|
|
111
|
-
"""
|
|
181
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
182
|
+
when not found (matches Python's dictionary function of the same name).
|
|
183
|
+
|
|
184
|
+
"""
|
|
112
185
|
...
|
|
113
186
|
|
|
114
|
-
def property_overridable_library_set(self):
|
|
115
|
-
"""
|
|
187
|
+
def property_overridable_library_set(self) -> bool:
|
|
188
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
189
|
+
|
|
190
|
+
:return: True when the overridable status of the property was successfully set.
|
|
191
|
+
:rtype: bool
|
|
192
|
+
"""
|
|
116
193
|
...
|
|
117
194
|
|
|
118
195
|
def property_unset(self):
|
|
119
|
-
""" """
|
|
196
|
+
"""Unset a property, will use default value afterward."""
|
|
120
197
|
...
|
|
121
198
|
|
|
122
199
|
def type_recast(self):
|
|
123
|
-
"""
|
|
200
|
+
"""Return a new instance, this is needed because types
|
|
201
|
+
such as textures can be changed at runtime.
|
|
202
|
+
|
|
203
|
+
:return: a new instance of this object with the type initialized again.
|
|
204
|
+
"""
|
|
124
205
|
...
|
|
125
206
|
|
|
126
207
|
def values(self):
|
|
127
|
-
"""
|
|
208
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
209
|
+
dictionary function of the same name).
|
|
210
|
+
|
|
211
|
+
:return: custom property values.
|
|
212
|
+
"""
|
|
128
213
|
...
|
|
129
214
|
|
|
130
215
|
class VIEW3D_FH_empty_image(bpy_types.FileHandler):
|
|
@@ -148,80 +233,149 @@ class VIEW3D_FH_empty_image(bpy_types.FileHandler):
|
|
|
148
233
|
id_data: typing.Any
|
|
149
234
|
""" """
|
|
150
235
|
|
|
151
|
-
def as_pointer(self):
|
|
152
|
-
"""
|
|
236
|
+
def as_pointer(self) -> int:
|
|
237
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
238
|
+
|
|
239
|
+
:return: int (memory address).
|
|
240
|
+
:rtype: int
|
|
241
|
+
"""
|
|
153
242
|
...
|
|
154
243
|
|
|
155
|
-
def bl_rna_get_subclass(self):
|
|
156
|
-
"""
|
|
244
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
245
|
+
"""
|
|
246
|
+
|
|
247
|
+
:return: The RNA type or default when not found.
|
|
248
|
+
:rtype: bpy.types.Struct
|
|
249
|
+
"""
|
|
157
250
|
...
|
|
158
251
|
|
|
159
|
-
def bl_rna_get_subclass_py(self):
|
|
160
|
-
"""
|
|
252
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
253
|
+
"""
|
|
254
|
+
|
|
255
|
+
:return: The class or default when not found.
|
|
256
|
+
:rtype: typing.Any
|
|
257
|
+
"""
|
|
161
258
|
...
|
|
162
259
|
|
|
163
|
-
def driver_add(self):
|
|
164
|
-
"""
|
|
260
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
261
|
+
"""Adds driver(s) to the given property
|
|
262
|
+
|
|
263
|
+
:return: The driver(s) added.
|
|
264
|
+
:rtype: bpy.types.FCurve
|
|
265
|
+
"""
|
|
165
266
|
...
|
|
166
267
|
|
|
167
|
-
def driver_remove(self):
|
|
168
|
-
"""
|
|
268
|
+
def driver_remove(self) -> bool:
|
|
269
|
+
"""Remove driver(s) from the given property
|
|
270
|
+
|
|
271
|
+
:return: Success of driver removal.
|
|
272
|
+
:rtype: bool
|
|
273
|
+
"""
|
|
169
274
|
...
|
|
170
275
|
|
|
171
276
|
def get(self):
|
|
172
|
-
"""
|
|
277
|
+
"""Returns the value of the custom property assigned to key or default
|
|
278
|
+
when not found (matches Python's dictionary function of the same name).
|
|
279
|
+
|
|
280
|
+
"""
|
|
173
281
|
...
|
|
174
282
|
|
|
175
283
|
def id_properties_clear(self):
|
|
176
|
-
"""
|
|
284
|
+
"""
|
|
285
|
+
|
|
286
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
287
|
+
"""
|
|
177
288
|
...
|
|
178
289
|
|
|
179
290
|
def id_properties_ensure(self):
|
|
180
|
-
"""
|
|
291
|
+
"""
|
|
292
|
+
|
|
293
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
294
|
+
"""
|
|
181
295
|
...
|
|
182
296
|
|
|
183
297
|
def id_properties_ui(self):
|
|
184
|
-
"""
|
|
298
|
+
"""
|
|
299
|
+
|
|
300
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
301
|
+
"""
|
|
185
302
|
...
|
|
186
303
|
|
|
187
|
-
def is_property_hidden(self):
|
|
188
|
-
"""
|
|
304
|
+
def is_property_hidden(self) -> bool:
|
|
305
|
+
"""Check if a property is hidden.
|
|
306
|
+
|
|
307
|
+
:return: True when the property is hidden.
|
|
308
|
+
:rtype: bool
|
|
309
|
+
"""
|
|
189
310
|
...
|
|
190
311
|
|
|
191
|
-
def is_property_overridable_library(self):
|
|
192
|
-
"""
|
|
312
|
+
def is_property_overridable_library(self) -> bool:
|
|
313
|
+
"""Check if a property is overridable.
|
|
314
|
+
|
|
315
|
+
:return: True when the property is overridable.
|
|
316
|
+
:rtype: bool
|
|
317
|
+
"""
|
|
193
318
|
...
|
|
194
319
|
|
|
195
|
-
def is_property_readonly(self):
|
|
196
|
-
"""
|
|
320
|
+
def is_property_readonly(self) -> bool:
|
|
321
|
+
"""Check if a property is readonly.
|
|
322
|
+
|
|
323
|
+
:return: True when the property is readonly (not writable).
|
|
324
|
+
:rtype: bool
|
|
325
|
+
"""
|
|
197
326
|
...
|
|
198
327
|
|
|
199
|
-
def is_property_set(self):
|
|
200
|
-
"""
|
|
328
|
+
def is_property_set(self) -> bool:
|
|
329
|
+
"""Check if a property is set, use for testing operator properties.
|
|
330
|
+
|
|
331
|
+
:return: True when the property has been set.
|
|
332
|
+
:rtype: bool
|
|
333
|
+
"""
|
|
201
334
|
...
|
|
202
335
|
|
|
203
336
|
def items(self):
|
|
204
|
-
"""
|
|
337
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
338
|
+
dictionary function of the same name).
|
|
339
|
+
|
|
340
|
+
:return: custom property key, value pairs.
|
|
341
|
+
"""
|
|
205
342
|
...
|
|
206
343
|
|
|
207
|
-
def keyframe_delete(self):
|
|
208
|
-
"""
|
|
344
|
+
def keyframe_delete(self) -> bool:
|
|
345
|
+
"""Remove a keyframe from this properties fcurve.
|
|
346
|
+
|
|
347
|
+
:return: Success of keyframe deletion.
|
|
348
|
+
:rtype: bool
|
|
349
|
+
"""
|
|
209
350
|
...
|
|
210
351
|
|
|
211
|
-
def keyframe_insert(self):
|
|
212
|
-
"""
|
|
352
|
+
def keyframe_insert(self) -> bool:
|
|
353
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
354
|
+
|
|
355
|
+
:return: Success of keyframe insertion.
|
|
356
|
+
:rtype: bool
|
|
357
|
+
"""
|
|
213
358
|
...
|
|
214
359
|
|
|
215
360
|
def keys(self):
|
|
216
|
-
"""
|
|
361
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
362
|
+
dictionary function of the same name).
|
|
363
|
+
|
|
364
|
+
:return: custom property keys.
|
|
365
|
+
"""
|
|
217
366
|
...
|
|
218
367
|
|
|
219
|
-
def path_from_id(self):
|
|
220
|
-
"""
|
|
368
|
+
def path_from_id(self) -> str:
|
|
369
|
+
"""Returns the data path from the ID to this object (string).
|
|
370
|
+
|
|
371
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
372
|
+
to this struct and property (when given).
|
|
373
|
+
:rtype: str
|
|
374
|
+
"""
|
|
221
375
|
...
|
|
222
376
|
|
|
223
377
|
def path_resolve(self):
|
|
224
|
-
""" """
|
|
378
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
225
379
|
...
|
|
226
380
|
|
|
227
381
|
def poll_drop(self, context):
|
|
@@ -232,27 +386,42 @@ class VIEW3D_FH_empty_image(bpy_types.FileHandler):
|
|
|
232
386
|
...
|
|
233
387
|
|
|
234
388
|
def pop(self):
|
|
235
|
-
"""
|
|
389
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
390
|
+
when not found (matches Python's dictionary function of the same name).
|
|
391
|
+
|
|
392
|
+
"""
|
|
236
393
|
...
|
|
237
394
|
|
|
238
|
-
def property_overridable_library_set(self):
|
|
239
|
-
"""
|
|
395
|
+
def property_overridable_library_set(self) -> bool:
|
|
396
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
397
|
+
|
|
398
|
+
:return: True when the overridable status of the property was successfully set.
|
|
399
|
+
:rtype: bool
|
|
400
|
+
"""
|
|
240
401
|
...
|
|
241
402
|
|
|
242
403
|
def property_unset(self):
|
|
243
|
-
""" """
|
|
404
|
+
"""Unset a property, will use default value afterward."""
|
|
244
405
|
...
|
|
245
406
|
|
|
246
407
|
def type_recast(self):
|
|
247
|
-
"""
|
|
408
|
+
"""Return a new instance, this is needed because types
|
|
409
|
+
such as textures can be changed at runtime.
|
|
410
|
+
|
|
411
|
+
:return: a new instance of this object with the type initialized again.
|
|
412
|
+
"""
|
|
248
413
|
...
|
|
249
414
|
|
|
250
415
|
def values(self):
|
|
251
|
-
"""
|
|
416
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
417
|
+
dictionary function of the same name).
|
|
418
|
+
|
|
419
|
+
:return: custom property values.
|
|
420
|
+
"""
|
|
252
421
|
...
|
|
253
422
|
|
|
254
423
|
class VIEW3D_OT_edit_mesh_extrude_individual_move(bpy_types.Operator):
|
|
255
|
-
""" """
|
|
424
|
+
"""Extrude each individual face separately along local normals"""
|
|
256
425
|
|
|
257
426
|
bl_idname: typing.Any
|
|
258
427
|
""" """
|
|
@@ -266,31 +435,51 @@ class VIEW3D_OT_edit_mesh_extrude_individual_move(bpy_types.Operator):
|
|
|
266
435
|
id_data: typing.Any
|
|
267
436
|
""" """
|
|
268
437
|
|
|
269
|
-
def as_keywords(self, ignore):
|
|
270
|
-
"""
|
|
438
|
+
def as_keywords(self, ignore=()):
|
|
439
|
+
"""Return a copy of the properties as a dictionary
|
|
271
440
|
|
|
272
441
|
:param ignore:
|
|
273
442
|
"""
|
|
274
443
|
...
|
|
275
444
|
|
|
276
|
-
def as_pointer(self):
|
|
277
|
-
"""
|
|
445
|
+
def as_pointer(self) -> int:
|
|
446
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
447
|
+
|
|
448
|
+
:return: int (memory address).
|
|
449
|
+
:rtype: int
|
|
450
|
+
"""
|
|
278
451
|
...
|
|
279
452
|
|
|
280
|
-
def bl_rna_get_subclass(self):
|
|
281
|
-
"""
|
|
453
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
454
|
+
"""
|
|
455
|
+
|
|
456
|
+
:return: The RNA type or default when not found.
|
|
457
|
+
:rtype: bpy.types.Struct
|
|
458
|
+
"""
|
|
282
459
|
...
|
|
283
460
|
|
|
284
|
-
def bl_rna_get_subclass_py(self):
|
|
285
|
-
"""
|
|
461
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
462
|
+
"""
|
|
463
|
+
|
|
464
|
+
:return: The class or default when not found.
|
|
465
|
+
:rtype: typing.Any
|
|
466
|
+
"""
|
|
286
467
|
...
|
|
287
468
|
|
|
288
|
-
def driver_add(self):
|
|
289
|
-
"""
|
|
469
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
470
|
+
"""Adds driver(s) to the given property
|
|
471
|
+
|
|
472
|
+
:return: The driver(s) added.
|
|
473
|
+
:rtype: bpy.types.FCurve
|
|
474
|
+
"""
|
|
290
475
|
...
|
|
291
476
|
|
|
292
|
-
def driver_remove(self):
|
|
293
|
-
"""
|
|
477
|
+
def driver_remove(self) -> bool:
|
|
478
|
+
"""Remove driver(s) from the given property
|
|
479
|
+
|
|
480
|
+
:return: Success of driver removal.
|
|
481
|
+
:rtype: bool
|
|
482
|
+
"""
|
|
294
483
|
...
|
|
295
484
|
|
|
296
485
|
def execute(self, context):
|
|
@@ -301,19 +490,31 @@ class VIEW3D_OT_edit_mesh_extrude_individual_move(bpy_types.Operator):
|
|
|
301
490
|
...
|
|
302
491
|
|
|
303
492
|
def get(self):
|
|
304
|
-
"""
|
|
493
|
+
"""Returns the value of the custom property assigned to key or default
|
|
494
|
+
when not found (matches Python's dictionary function of the same name).
|
|
495
|
+
|
|
496
|
+
"""
|
|
305
497
|
...
|
|
306
498
|
|
|
307
499
|
def id_properties_clear(self):
|
|
308
|
-
"""
|
|
500
|
+
"""
|
|
501
|
+
|
|
502
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
503
|
+
"""
|
|
309
504
|
...
|
|
310
505
|
|
|
311
506
|
def id_properties_ensure(self):
|
|
312
|
-
"""
|
|
507
|
+
"""
|
|
508
|
+
|
|
509
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
510
|
+
"""
|
|
313
511
|
...
|
|
314
512
|
|
|
315
513
|
def id_properties_ui(self):
|
|
316
|
-
"""
|
|
514
|
+
"""
|
|
515
|
+
|
|
516
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
517
|
+
"""
|
|
317
518
|
...
|
|
318
519
|
|
|
319
520
|
def invoke(self, context, _event):
|
|
@@ -324,44 +525,81 @@ class VIEW3D_OT_edit_mesh_extrude_individual_move(bpy_types.Operator):
|
|
|
324
525
|
"""
|
|
325
526
|
...
|
|
326
527
|
|
|
327
|
-
def is_property_hidden(self):
|
|
328
|
-
"""
|
|
528
|
+
def is_property_hidden(self) -> bool:
|
|
529
|
+
"""Check if a property is hidden.
|
|
530
|
+
|
|
531
|
+
:return: True when the property is hidden.
|
|
532
|
+
:rtype: bool
|
|
533
|
+
"""
|
|
329
534
|
...
|
|
330
535
|
|
|
331
|
-
def is_property_overridable_library(self):
|
|
332
|
-
"""
|
|
536
|
+
def is_property_overridable_library(self) -> bool:
|
|
537
|
+
"""Check if a property is overridable.
|
|
538
|
+
|
|
539
|
+
:return: True when the property is overridable.
|
|
540
|
+
:rtype: bool
|
|
541
|
+
"""
|
|
333
542
|
...
|
|
334
543
|
|
|
335
|
-
def is_property_readonly(self):
|
|
336
|
-
"""
|
|
544
|
+
def is_property_readonly(self) -> bool:
|
|
545
|
+
"""Check if a property is readonly.
|
|
546
|
+
|
|
547
|
+
:return: True when the property is readonly (not writable).
|
|
548
|
+
:rtype: bool
|
|
549
|
+
"""
|
|
337
550
|
...
|
|
338
551
|
|
|
339
|
-
def is_property_set(self):
|
|
340
|
-
"""
|
|
552
|
+
def is_property_set(self) -> bool:
|
|
553
|
+
"""Check if a property is set, use for testing operator properties.
|
|
554
|
+
|
|
555
|
+
:return: True when the property has been set.
|
|
556
|
+
:rtype: bool
|
|
557
|
+
"""
|
|
341
558
|
...
|
|
342
559
|
|
|
343
560
|
def items(self):
|
|
344
|
-
"""
|
|
561
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
562
|
+
dictionary function of the same name).
|
|
563
|
+
|
|
564
|
+
:return: custom property key, value pairs.
|
|
565
|
+
"""
|
|
345
566
|
...
|
|
346
567
|
|
|
347
|
-
def keyframe_delete(self):
|
|
348
|
-
"""
|
|
568
|
+
def keyframe_delete(self) -> bool:
|
|
569
|
+
"""Remove a keyframe from this properties fcurve.
|
|
570
|
+
|
|
571
|
+
:return: Success of keyframe deletion.
|
|
572
|
+
:rtype: bool
|
|
573
|
+
"""
|
|
349
574
|
...
|
|
350
575
|
|
|
351
|
-
def keyframe_insert(self):
|
|
352
|
-
"""
|
|
576
|
+
def keyframe_insert(self) -> bool:
|
|
577
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
578
|
+
|
|
579
|
+
:return: Success of keyframe insertion.
|
|
580
|
+
:rtype: bool
|
|
581
|
+
"""
|
|
353
582
|
...
|
|
354
583
|
|
|
355
584
|
def keys(self):
|
|
356
|
-
"""
|
|
585
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
586
|
+
dictionary function of the same name).
|
|
587
|
+
|
|
588
|
+
:return: custom property keys.
|
|
589
|
+
"""
|
|
357
590
|
...
|
|
358
591
|
|
|
359
|
-
def path_from_id(self):
|
|
360
|
-
"""
|
|
592
|
+
def path_from_id(self) -> str:
|
|
593
|
+
"""Returns the data path from the ID to this object (string).
|
|
594
|
+
|
|
595
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
596
|
+
to this struct and property (when given).
|
|
597
|
+
:rtype: str
|
|
598
|
+
"""
|
|
361
599
|
...
|
|
362
600
|
|
|
363
601
|
def path_resolve(self):
|
|
364
|
-
""" """
|
|
602
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
365
603
|
...
|
|
366
604
|
|
|
367
605
|
def poll(self, context):
|
|
@@ -372,31 +610,46 @@ class VIEW3D_OT_edit_mesh_extrude_individual_move(bpy_types.Operator):
|
|
|
372
610
|
...
|
|
373
611
|
|
|
374
612
|
def poll_message_set(self):
|
|
375
|
-
""" """
|
|
613
|
+
"""Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
|
|
376
614
|
...
|
|
377
615
|
|
|
378
616
|
def pop(self):
|
|
379
|
-
"""
|
|
617
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
618
|
+
when not found (matches Python's dictionary function of the same name).
|
|
619
|
+
|
|
620
|
+
"""
|
|
380
621
|
...
|
|
381
622
|
|
|
382
|
-
def property_overridable_library_set(self):
|
|
383
|
-
"""
|
|
623
|
+
def property_overridable_library_set(self) -> bool:
|
|
624
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
625
|
+
|
|
626
|
+
:return: True when the overridable status of the property was successfully set.
|
|
627
|
+
:rtype: bool
|
|
628
|
+
"""
|
|
384
629
|
...
|
|
385
630
|
|
|
386
631
|
def property_unset(self):
|
|
387
|
-
""" """
|
|
632
|
+
"""Unset a property, will use default value afterward."""
|
|
388
633
|
...
|
|
389
634
|
|
|
390
635
|
def type_recast(self):
|
|
391
|
-
"""
|
|
636
|
+
"""Return a new instance, this is needed because types
|
|
637
|
+
such as textures can be changed at runtime.
|
|
638
|
+
|
|
639
|
+
:return: a new instance of this object with the type initialized again.
|
|
640
|
+
"""
|
|
392
641
|
...
|
|
393
642
|
|
|
394
643
|
def values(self):
|
|
395
|
-
"""
|
|
644
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
645
|
+
dictionary function of the same name).
|
|
646
|
+
|
|
647
|
+
:return: custom property values.
|
|
648
|
+
"""
|
|
396
649
|
...
|
|
397
650
|
|
|
398
651
|
class VIEW3D_OT_edit_mesh_extrude_manifold_normal(bpy_types.Operator):
|
|
399
|
-
""" """
|
|
652
|
+
"""Extrude manifold region along normals"""
|
|
400
653
|
|
|
401
654
|
bl_idname: typing.Any
|
|
402
655
|
""" """
|
|
@@ -410,31 +663,51 @@ class VIEW3D_OT_edit_mesh_extrude_manifold_normal(bpy_types.Operator):
|
|
|
410
663
|
id_data: typing.Any
|
|
411
664
|
""" """
|
|
412
665
|
|
|
413
|
-
def as_keywords(self, ignore):
|
|
414
|
-
"""
|
|
666
|
+
def as_keywords(self, ignore=()):
|
|
667
|
+
"""Return a copy of the properties as a dictionary
|
|
415
668
|
|
|
416
669
|
:param ignore:
|
|
417
670
|
"""
|
|
418
671
|
...
|
|
419
672
|
|
|
420
|
-
def as_pointer(self):
|
|
421
|
-
"""
|
|
673
|
+
def as_pointer(self) -> int:
|
|
674
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
675
|
+
|
|
676
|
+
:return: int (memory address).
|
|
677
|
+
:rtype: int
|
|
678
|
+
"""
|
|
422
679
|
...
|
|
423
680
|
|
|
424
|
-
def bl_rna_get_subclass(self):
|
|
425
|
-
"""
|
|
681
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
682
|
+
"""
|
|
683
|
+
|
|
684
|
+
:return: The RNA type or default when not found.
|
|
685
|
+
:rtype: bpy.types.Struct
|
|
686
|
+
"""
|
|
426
687
|
...
|
|
427
688
|
|
|
428
|
-
def bl_rna_get_subclass_py(self):
|
|
429
|
-
"""
|
|
689
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
690
|
+
"""
|
|
691
|
+
|
|
692
|
+
:return: The class or default when not found.
|
|
693
|
+
:rtype: typing.Any
|
|
694
|
+
"""
|
|
430
695
|
...
|
|
431
696
|
|
|
432
|
-
def driver_add(self):
|
|
433
|
-
"""
|
|
697
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
698
|
+
"""Adds driver(s) to the given property
|
|
699
|
+
|
|
700
|
+
:return: The driver(s) added.
|
|
701
|
+
:rtype: bpy.types.FCurve
|
|
702
|
+
"""
|
|
434
703
|
...
|
|
435
704
|
|
|
436
|
-
def driver_remove(self):
|
|
437
|
-
"""
|
|
705
|
+
def driver_remove(self) -> bool:
|
|
706
|
+
"""Remove driver(s) from the given property
|
|
707
|
+
|
|
708
|
+
:return: Success of driver removal.
|
|
709
|
+
:rtype: bool
|
|
710
|
+
"""
|
|
438
711
|
...
|
|
439
712
|
|
|
440
713
|
def execute(self, context):
|
|
@@ -445,19 +718,31 @@ class VIEW3D_OT_edit_mesh_extrude_manifold_normal(bpy_types.Operator):
|
|
|
445
718
|
...
|
|
446
719
|
|
|
447
720
|
def get(self):
|
|
448
|
-
"""
|
|
721
|
+
"""Returns the value of the custom property assigned to key or default
|
|
722
|
+
when not found (matches Python's dictionary function of the same name).
|
|
723
|
+
|
|
724
|
+
"""
|
|
449
725
|
...
|
|
450
726
|
|
|
451
727
|
def id_properties_clear(self):
|
|
452
|
-
"""
|
|
728
|
+
"""
|
|
729
|
+
|
|
730
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
731
|
+
"""
|
|
453
732
|
...
|
|
454
733
|
|
|
455
734
|
def id_properties_ensure(self):
|
|
456
|
-
"""
|
|
735
|
+
"""
|
|
736
|
+
|
|
737
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
738
|
+
"""
|
|
457
739
|
...
|
|
458
740
|
|
|
459
741
|
def id_properties_ui(self):
|
|
460
|
-
"""
|
|
742
|
+
"""
|
|
743
|
+
|
|
744
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
745
|
+
"""
|
|
461
746
|
...
|
|
462
747
|
|
|
463
748
|
def invoke(self, context, _event):
|
|
@@ -468,44 +753,81 @@ class VIEW3D_OT_edit_mesh_extrude_manifold_normal(bpy_types.Operator):
|
|
|
468
753
|
"""
|
|
469
754
|
...
|
|
470
755
|
|
|
471
|
-
def is_property_hidden(self):
|
|
472
|
-
"""
|
|
756
|
+
def is_property_hidden(self) -> bool:
|
|
757
|
+
"""Check if a property is hidden.
|
|
758
|
+
|
|
759
|
+
:return: True when the property is hidden.
|
|
760
|
+
:rtype: bool
|
|
761
|
+
"""
|
|
473
762
|
...
|
|
474
763
|
|
|
475
|
-
def is_property_overridable_library(self):
|
|
476
|
-
"""
|
|
764
|
+
def is_property_overridable_library(self) -> bool:
|
|
765
|
+
"""Check if a property is overridable.
|
|
766
|
+
|
|
767
|
+
:return: True when the property is overridable.
|
|
768
|
+
:rtype: bool
|
|
769
|
+
"""
|
|
477
770
|
...
|
|
478
771
|
|
|
479
|
-
def is_property_readonly(self):
|
|
480
|
-
"""
|
|
772
|
+
def is_property_readonly(self) -> bool:
|
|
773
|
+
"""Check if a property is readonly.
|
|
774
|
+
|
|
775
|
+
:return: True when the property is readonly (not writable).
|
|
776
|
+
:rtype: bool
|
|
777
|
+
"""
|
|
481
778
|
...
|
|
482
779
|
|
|
483
|
-
def is_property_set(self):
|
|
484
|
-
"""
|
|
780
|
+
def is_property_set(self) -> bool:
|
|
781
|
+
"""Check if a property is set, use for testing operator properties.
|
|
782
|
+
|
|
783
|
+
:return: True when the property has been set.
|
|
784
|
+
:rtype: bool
|
|
785
|
+
"""
|
|
485
786
|
...
|
|
486
787
|
|
|
487
788
|
def items(self):
|
|
488
|
-
"""
|
|
789
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
790
|
+
dictionary function of the same name).
|
|
791
|
+
|
|
792
|
+
:return: custom property key, value pairs.
|
|
793
|
+
"""
|
|
489
794
|
...
|
|
490
795
|
|
|
491
|
-
def keyframe_delete(self):
|
|
492
|
-
"""
|
|
796
|
+
def keyframe_delete(self) -> bool:
|
|
797
|
+
"""Remove a keyframe from this properties fcurve.
|
|
798
|
+
|
|
799
|
+
:return: Success of keyframe deletion.
|
|
800
|
+
:rtype: bool
|
|
801
|
+
"""
|
|
493
802
|
...
|
|
494
803
|
|
|
495
|
-
def keyframe_insert(self):
|
|
496
|
-
"""
|
|
804
|
+
def keyframe_insert(self) -> bool:
|
|
805
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
806
|
+
|
|
807
|
+
:return: Success of keyframe insertion.
|
|
808
|
+
:rtype: bool
|
|
809
|
+
"""
|
|
497
810
|
...
|
|
498
811
|
|
|
499
812
|
def keys(self):
|
|
500
|
-
"""
|
|
813
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
814
|
+
dictionary function of the same name).
|
|
815
|
+
|
|
816
|
+
:return: custom property keys.
|
|
817
|
+
"""
|
|
501
818
|
...
|
|
502
819
|
|
|
503
|
-
def path_from_id(self):
|
|
504
|
-
"""
|
|
820
|
+
def path_from_id(self) -> str:
|
|
821
|
+
"""Returns the data path from the ID to this object (string).
|
|
822
|
+
|
|
823
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
824
|
+
to this struct and property (when given).
|
|
825
|
+
:rtype: str
|
|
826
|
+
"""
|
|
505
827
|
...
|
|
506
828
|
|
|
507
829
|
def path_resolve(self):
|
|
508
|
-
""" """
|
|
830
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
509
831
|
...
|
|
510
832
|
|
|
511
833
|
def poll(self, context):
|
|
@@ -516,31 +838,46 @@ class VIEW3D_OT_edit_mesh_extrude_manifold_normal(bpy_types.Operator):
|
|
|
516
838
|
...
|
|
517
839
|
|
|
518
840
|
def poll_message_set(self):
|
|
519
|
-
""" """
|
|
841
|
+
"""Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
|
|
520
842
|
...
|
|
521
843
|
|
|
522
844
|
def pop(self):
|
|
523
|
-
"""
|
|
845
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
846
|
+
when not found (matches Python's dictionary function of the same name).
|
|
847
|
+
|
|
848
|
+
"""
|
|
524
849
|
...
|
|
525
850
|
|
|
526
|
-
def property_overridable_library_set(self):
|
|
527
|
-
"""
|
|
851
|
+
def property_overridable_library_set(self) -> bool:
|
|
852
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
853
|
+
|
|
854
|
+
:return: True when the overridable status of the property was successfully set.
|
|
855
|
+
:rtype: bool
|
|
856
|
+
"""
|
|
528
857
|
...
|
|
529
858
|
|
|
530
859
|
def property_unset(self):
|
|
531
|
-
""" """
|
|
860
|
+
"""Unset a property, will use default value afterward."""
|
|
532
861
|
...
|
|
533
862
|
|
|
534
863
|
def type_recast(self):
|
|
535
|
-
"""
|
|
864
|
+
"""Return a new instance, this is needed because types
|
|
865
|
+
such as textures can be changed at runtime.
|
|
866
|
+
|
|
867
|
+
:return: a new instance of this object with the type initialized again.
|
|
868
|
+
"""
|
|
536
869
|
...
|
|
537
870
|
|
|
538
871
|
def values(self):
|
|
539
|
-
"""
|
|
872
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
873
|
+
dictionary function of the same name).
|
|
874
|
+
|
|
875
|
+
:return: custom property values.
|
|
876
|
+
"""
|
|
540
877
|
...
|
|
541
878
|
|
|
542
879
|
class VIEW3D_OT_edit_mesh_extrude_move(bpy_types.Operator):
|
|
543
|
-
""" """
|
|
880
|
+
"""Extrude region together along the average normal"""
|
|
544
881
|
|
|
545
882
|
bl_idname: typing.Any
|
|
546
883
|
""" """
|
|
@@ -554,31 +891,51 @@ class VIEW3D_OT_edit_mesh_extrude_move(bpy_types.Operator):
|
|
|
554
891
|
id_data: typing.Any
|
|
555
892
|
""" """
|
|
556
893
|
|
|
557
|
-
def as_keywords(self, ignore):
|
|
558
|
-
"""
|
|
894
|
+
def as_keywords(self, ignore=()):
|
|
895
|
+
"""Return a copy of the properties as a dictionary
|
|
559
896
|
|
|
560
897
|
:param ignore:
|
|
561
898
|
"""
|
|
562
899
|
...
|
|
563
900
|
|
|
564
|
-
def as_pointer(self):
|
|
565
|
-
"""
|
|
901
|
+
def as_pointer(self) -> int:
|
|
902
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
903
|
+
|
|
904
|
+
:return: int (memory address).
|
|
905
|
+
:rtype: int
|
|
906
|
+
"""
|
|
566
907
|
...
|
|
567
908
|
|
|
568
|
-
def bl_rna_get_subclass(self):
|
|
569
|
-
"""
|
|
909
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
910
|
+
"""
|
|
911
|
+
|
|
912
|
+
:return: The RNA type or default when not found.
|
|
913
|
+
:rtype: bpy.types.Struct
|
|
914
|
+
"""
|
|
570
915
|
...
|
|
571
916
|
|
|
572
|
-
def bl_rna_get_subclass_py(self):
|
|
573
|
-
"""
|
|
917
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
918
|
+
"""
|
|
919
|
+
|
|
920
|
+
:return: The class or default when not found.
|
|
921
|
+
:rtype: typing.Any
|
|
922
|
+
"""
|
|
574
923
|
...
|
|
575
924
|
|
|
576
|
-
def driver_add(self):
|
|
577
|
-
"""
|
|
925
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
926
|
+
"""Adds driver(s) to the given property
|
|
927
|
+
|
|
928
|
+
:return: The driver(s) added.
|
|
929
|
+
:rtype: bpy.types.FCurve
|
|
930
|
+
"""
|
|
578
931
|
...
|
|
579
932
|
|
|
580
|
-
def driver_remove(self):
|
|
581
|
-
"""
|
|
933
|
+
def driver_remove(self) -> bool:
|
|
934
|
+
"""Remove driver(s) from the given property
|
|
935
|
+
|
|
936
|
+
:return: Success of driver removal.
|
|
937
|
+
:rtype: bool
|
|
938
|
+
"""
|
|
582
939
|
...
|
|
583
940
|
|
|
584
941
|
def execute(self, context):
|
|
@@ -601,19 +958,31 @@ class VIEW3D_OT_edit_mesh_extrude_move(bpy_types.Operator):
|
|
|
601
958
|
...
|
|
602
959
|
|
|
603
960
|
def get(self):
|
|
604
|
-
"""
|
|
961
|
+
"""Returns the value of the custom property assigned to key or default
|
|
962
|
+
when not found (matches Python's dictionary function of the same name).
|
|
963
|
+
|
|
964
|
+
"""
|
|
605
965
|
...
|
|
606
966
|
|
|
607
967
|
def id_properties_clear(self):
|
|
608
|
-
"""
|
|
968
|
+
"""
|
|
969
|
+
|
|
970
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
971
|
+
"""
|
|
609
972
|
...
|
|
610
973
|
|
|
611
974
|
def id_properties_ensure(self):
|
|
612
|
-
"""
|
|
975
|
+
"""
|
|
976
|
+
|
|
977
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
978
|
+
"""
|
|
613
979
|
...
|
|
614
980
|
|
|
615
981
|
def id_properties_ui(self):
|
|
616
|
-
"""
|
|
982
|
+
"""
|
|
983
|
+
|
|
984
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
985
|
+
"""
|
|
617
986
|
...
|
|
618
987
|
|
|
619
988
|
def invoke(self, context, _event):
|
|
@@ -624,44 +993,81 @@ class VIEW3D_OT_edit_mesh_extrude_move(bpy_types.Operator):
|
|
|
624
993
|
"""
|
|
625
994
|
...
|
|
626
995
|
|
|
627
|
-
def is_property_hidden(self):
|
|
628
|
-
"""
|
|
996
|
+
def is_property_hidden(self) -> bool:
|
|
997
|
+
"""Check if a property is hidden.
|
|
998
|
+
|
|
999
|
+
:return: True when the property is hidden.
|
|
1000
|
+
:rtype: bool
|
|
1001
|
+
"""
|
|
629
1002
|
...
|
|
630
1003
|
|
|
631
|
-
def is_property_overridable_library(self):
|
|
632
|
-
"""
|
|
1004
|
+
def is_property_overridable_library(self) -> bool:
|
|
1005
|
+
"""Check if a property is overridable.
|
|
1006
|
+
|
|
1007
|
+
:return: True when the property is overridable.
|
|
1008
|
+
:rtype: bool
|
|
1009
|
+
"""
|
|
633
1010
|
...
|
|
634
1011
|
|
|
635
|
-
def is_property_readonly(self):
|
|
636
|
-
"""
|
|
1012
|
+
def is_property_readonly(self) -> bool:
|
|
1013
|
+
"""Check if a property is readonly.
|
|
1014
|
+
|
|
1015
|
+
:return: True when the property is readonly (not writable).
|
|
1016
|
+
:rtype: bool
|
|
1017
|
+
"""
|
|
637
1018
|
...
|
|
638
1019
|
|
|
639
|
-
def is_property_set(self):
|
|
640
|
-
"""
|
|
1020
|
+
def is_property_set(self) -> bool:
|
|
1021
|
+
"""Check if a property is set, use for testing operator properties.
|
|
1022
|
+
|
|
1023
|
+
:return: True when the property has been set.
|
|
1024
|
+
:rtype: bool
|
|
1025
|
+
"""
|
|
641
1026
|
...
|
|
642
1027
|
|
|
643
1028
|
def items(self):
|
|
644
|
-
"""
|
|
1029
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
1030
|
+
dictionary function of the same name).
|
|
1031
|
+
|
|
1032
|
+
:return: custom property key, value pairs.
|
|
1033
|
+
"""
|
|
645
1034
|
...
|
|
646
1035
|
|
|
647
|
-
def keyframe_delete(self):
|
|
648
|
-
"""
|
|
1036
|
+
def keyframe_delete(self) -> bool:
|
|
1037
|
+
"""Remove a keyframe from this properties fcurve.
|
|
1038
|
+
|
|
1039
|
+
:return: Success of keyframe deletion.
|
|
1040
|
+
:rtype: bool
|
|
1041
|
+
"""
|
|
649
1042
|
...
|
|
650
1043
|
|
|
651
|
-
def keyframe_insert(self):
|
|
652
|
-
"""
|
|
1044
|
+
def keyframe_insert(self) -> bool:
|
|
1045
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
1046
|
+
|
|
1047
|
+
:return: Success of keyframe insertion.
|
|
1048
|
+
:rtype: bool
|
|
1049
|
+
"""
|
|
653
1050
|
...
|
|
654
1051
|
|
|
655
1052
|
def keys(self):
|
|
656
|
-
"""
|
|
1053
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
1054
|
+
dictionary function of the same name).
|
|
1055
|
+
|
|
1056
|
+
:return: custom property keys.
|
|
1057
|
+
"""
|
|
657
1058
|
...
|
|
658
1059
|
|
|
659
|
-
def path_from_id(self):
|
|
660
|
-
"""
|
|
1060
|
+
def path_from_id(self) -> str:
|
|
1061
|
+
"""Returns the data path from the ID to this object (string).
|
|
1062
|
+
|
|
1063
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
1064
|
+
to this struct and property (when given).
|
|
1065
|
+
:rtype: str
|
|
1066
|
+
"""
|
|
661
1067
|
...
|
|
662
1068
|
|
|
663
1069
|
def path_resolve(self):
|
|
664
|
-
""" """
|
|
1070
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
665
1071
|
...
|
|
666
1072
|
|
|
667
1073
|
def poll(self, context):
|
|
@@ -672,31 +1078,46 @@ class VIEW3D_OT_edit_mesh_extrude_move(bpy_types.Operator):
|
|
|
672
1078
|
...
|
|
673
1079
|
|
|
674
1080
|
def poll_message_set(self):
|
|
675
|
-
""" """
|
|
1081
|
+
"""Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
|
|
676
1082
|
...
|
|
677
1083
|
|
|
678
1084
|
def pop(self):
|
|
679
|
-
"""
|
|
1085
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
1086
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1087
|
+
|
|
1088
|
+
"""
|
|
680
1089
|
...
|
|
681
1090
|
|
|
682
|
-
def property_overridable_library_set(self):
|
|
683
|
-
"""
|
|
1091
|
+
def property_overridable_library_set(self) -> bool:
|
|
1092
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
1093
|
+
|
|
1094
|
+
:return: True when the overridable status of the property was successfully set.
|
|
1095
|
+
:rtype: bool
|
|
1096
|
+
"""
|
|
684
1097
|
...
|
|
685
1098
|
|
|
686
1099
|
def property_unset(self):
|
|
687
|
-
""" """
|
|
1100
|
+
"""Unset a property, will use default value afterward."""
|
|
688
1101
|
...
|
|
689
1102
|
|
|
690
1103
|
def type_recast(self):
|
|
691
|
-
"""
|
|
1104
|
+
"""Return a new instance, this is needed because types
|
|
1105
|
+
such as textures can be changed at runtime.
|
|
1106
|
+
|
|
1107
|
+
:return: a new instance of this object with the type initialized again.
|
|
1108
|
+
"""
|
|
692
1109
|
...
|
|
693
1110
|
|
|
694
1111
|
def values(self):
|
|
695
|
-
"""
|
|
1112
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
1113
|
+
dictionary function of the same name).
|
|
1114
|
+
|
|
1115
|
+
:return: custom property values.
|
|
1116
|
+
"""
|
|
696
1117
|
...
|
|
697
1118
|
|
|
698
1119
|
class VIEW3D_OT_edit_mesh_extrude_shrink_fatten(bpy_types.Operator):
|
|
699
|
-
""" """
|
|
1120
|
+
"""Extrude region together along local normals"""
|
|
700
1121
|
|
|
701
1122
|
bl_idname: typing.Any
|
|
702
1123
|
""" """
|
|
@@ -710,31 +1131,51 @@ class VIEW3D_OT_edit_mesh_extrude_shrink_fatten(bpy_types.Operator):
|
|
|
710
1131
|
id_data: typing.Any
|
|
711
1132
|
""" """
|
|
712
1133
|
|
|
713
|
-
def as_keywords(self, ignore):
|
|
714
|
-
"""
|
|
1134
|
+
def as_keywords(self, ignore=()):
|
|
1135
|
+
"""Return a copy of the properties as a dictionary
|
|
715
1136
|
|
|
716
1137
|
:param ignore:
|
|
717
1138
|
"""
|
|
718
1139
|
...
|
|
719
1140
|
|
|
720
|
-
def as_pointer(self):
|
|
721
|
-
"""
|
|
1141
|
+
def as_pointer(self) -> int:
|
|
1142
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
1143
|
+
|
|
1144
|
+
:return: int (memory address).
|
|
1145
|
+
:rtype: int
|
|
1146
|
+
"""
|
|
722
1147
|
...
|
|
723
1148
|
|
|
724
|
-
def bl_rna_get_subclass(self):
|
|
725
|
-
"""
|
|
1149
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1150
|
+
"""
|
|
1151
|
+
|
|
1152
|
+
:return: The RNA type or default when not found.
|
|
1153
|
+
:rtype: bpy.types.Struct
|
|
1154
|
+
"""
|
|
726
1155
|
...
|
|
727
1156
|
|
|
728
|
-
def bl_rna_get_subclass_py(self):
|
|
729
|
-
"""
|
|
1157
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1158
|
+
"""
|
|
1159
|
+
|
|
1160
|
+
:return: The class or default when not found.
|
|
1161
|
+
:rtype: typing.Any
|
|
1162
|
+
"""
|
|
730
1163
|
...
|
|
731
1164
|
|
|
732
|
-
def driver_add(self):
|
|
733
|
-
"""
|
|
1165
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
1166
|
+
"""Adds driver(s) to the given property
|
|
1167
|
+
|
|
1168
|
+
:return: The driver(s) added.
|
|
1169
|
+
:rtype: bpy.types.FCurve
|
|
1170
|
+
"""
|
|
734
1171
|
...
|
|
735
1172
|
|
|
736
|
-
def driver_remove(self):
|
|
737
|
-
"""
|
|
1173
|
+
def driver_remove(self) -> bool:
|
|
1174
|
+
"""Remove driver(s) from the given property
|
|
1175
|
+
|
|
1176
|
+
:return: Success of driver removal.
|
|
1177
|
+
:rtype: bool
|
|
1178
|
+
"""
|
|
738
1179
|
...
|
|
739
1180
|
|
|
740
1181
|
def execute(self, context):
|
|
@@ -745,19 +1186,31 @@ class VIEW3D_OT_edit_mesh_extrude_shrink_fatten(bpy_types.Operator):
|
|
|
745
1186
|
...
|
|
746
1187
|
|
|
747
1188
|
def get(self):
|
|
748
|
-
"""
|
|
1189
|
+
"""Returns the value of the custom property assigned to key or default
|
|
1190
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1191
|
+
|
|
1192
|
+
"""
|
|
749
1193
|
...
|
|
750
1194
|
|
|
751
1195
|
def id_properties_clear(self):
|
|
752
|
-
"""
|
|
1196
|
+
"""
|
|
1197
|
+
|
|
1198
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
1199
|
+
"""
|
|
753
1200
|
...
|
|
754
1201
|
|
|
755
1202
|
def id_properties_ensure(self):
|
|
756
|
-
"""
|
|
1203
|
+
"""
|
|
1204
|
+
|
|
1205
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
1206
|
+
"""
|
|
757
1207
|
...
|
|
758
1208
|
|
|
759
1209
|
def id_properties_ui(self):
|
|
760
|
-
"""
|
|
1210
|
+
"""
|
|
1211
|
+
|
|
1212
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
1213
|
+
"""
|
|
761
1214
|
...
|
|
762
1215
|
|
|
763
1216
|
def invoke(self, context, _event):
|
|
@@ -768,44 +1221,81 @@ class VIEW3D_OT_edit_mesh_extrude_shrink_fatten(bpy_types.Operator):
|
|
|
768
1221
|
"""
|
|
769
1222
|
...
|
|
770
1223
|
|
|
771
|
-
def is_property_hidden(self):
|
|
772
|
-
"""
|
|
1224
|
+
def is_property_hidden(self) -> bool:
|
|
1225
|
+
"""Check if a property is hidden.
|
|
1226
|
+
|
|
1227
|
+
:return: True when the property is hidden.
|
|
1228
|
+
:rtype: bool
|
|
1229
|
+
"""
|
|
773
1230
|
...
|
|
774
1231
|
|
|
775
|
-
def is_property_overridable_library(self):
|
|
776
|
-
"""
|
|
1232
|
+
def is_property_overridable_library(self) -> bool:
|
|
1233
|
+
"""Check if a property is overridable.
|
|
1234
|
+
|
|
1235
|
+
:return: True when the property is overridable.
|
|
1236
|
+
:rtype: bool
|
|
1237
|
+
"""
|
|
777
1238
|
...
|
|
778
1239
|
|
|
779
|
-
def is_property_readonly(self):
|
|
780
|
-
"""
|
|
1240
|
+
def is_property_readonly(self) -> bool:
|
|
1241
|
+
"""Check if a property is readonly.
|
|
1242
|
+
|
|
1243
|
+
:return: True when the property is readonly (not writable).
|
|
1244
|
+
:rtype: bool
|
|
1245
|
+
"""
|
|
781
1246
|
...
|
|
782
1247
|
|
|
783
|
-
def is_property_set(self):
|
|
784
|
-
"""
|
|
1248
|
+
def is_property_set(self) -> bool:
|
|
1249
|
+
"""Check if a property is set, use for testing operator properties.
|
|
1250
|
+
|
|
1251
|
+
:return: True when the property has been set.
|
|
1252
|
+
:rtype: bool
|
|
1253
|
+
"""
|
|
785
1254
|
...
|
|
786
1255
|
|
|
787
1256
|
def items(self):
|
|
788
|
-
"""
|
|
1257
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
1258
|
+
dictionary function of the same name).
|
|
1259
|
+
|
|
1260
|
+
:return: custom property key, value pairs.
|
|
1261
|
+
"""
|
|
789
1262
|
...
|
|
790
1263
|
|
|
791
|
-
def keyframe_delete(self):
|
|
792
|
-
"""
|
|
1264
|
+
def keyframe_delete(self) -> bool:
|
|
1265
|
+
"""Remove a keyframe from this properties fcurve.
|
|
1266
|
+
|
|
1267
|
+
:return: Success of keyframe deletion.
|
|
1268
|
+
:rtype: bool
|
|
1269
|
+
"""
|
|
793
1270
|
...
|
|
794
1271
|
|
|
795
|
-
def keyframe_insert(self):
|
|
796
|
-
"""
|
|
1272
|
+
def keyframe_insert(self) -> bool:
|
|
1273
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
1274
|
+
|
|
1275
|
+
:return: Success of keyframe insertion.
|
|
1276
|
+
:rtype: bool
|
|
1277
|
+
"""
|
|
797
1278
|
...
|
|
798
1279
|
|
|
799
1280
|
def keys(self):
|
|
800
|
-
"""
|
|
1281
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
1282
|
+
dictionary function of the same name).
|
|
1283
|
+
|
|
1284
|
+
:return: custom property keys.
|
|
1285
|
+
"""
|
|
801
1286
|
...
|
|
802
1287
|
|
|
803
|
-
def path_from_id(self):
|
|
804
|
-
"""
|
|
1288
|
+
def path_from_id(self) -> str:
|
|
1289
|
+
"""Returns the data path from the ID to this object (string).
|
|
1290
|
+
|
|
1291
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
1292
|
+
to this struct and property (when given).
|
|
1293
|
+
:rtype: str
|
|
1294
|
+
"""
|
|
805
1295
|
...
|
|
806
1296
|
|
|
807
1297
|
def path_resolve(self):
|
|
808
|
-
""" """
|
|
1298
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
809
1299
|
...
|
|
810
1300
|
|
|
811
1301
|
def poll(self, context):
|
|
@@ -816,31 +1306,46 @@ class VIEW3D_OT_edit_mesh_extrude_shrink_fatten(bpy_types.Operator):
|
|
|
816
1306
|
...
|
|
817
1307
|
|
|
818
1308
|
def poll_message_set(self):
|
|
819
|
-
""" """
|
|
1309
|
+
"""Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
|
|
820
1310
|
...
|
|
821
1311
|
|
|
822
1312
|
def pop(self):
|
|
823
|
-
"""
|
|
1313
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
1314
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1315
|
+
|
|
1316
|
+
"""
|
|
824
1317
|
...
|
|
825
1318
|
|
|
826
|
-
def property_overridable_library_set(self):
|
|
827
|
-
"""
|
|
1319
|
+
def property_overridable_library_set(self) -> bool:
|
|
1320
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
1321
|
+
|
|
1322
|
+
:return: True when the overridable status of the property was successfully set.
|
|
1323
|
+
:rtype: bool
|
|
1324
|
+
"""
|
|
828
1325
|
...
|
|
829
1326
|
|
|
830
1327
|
def property_unset(self):
|
|
831
|
-
""" """
|
|
1328
|
+
"""Unset a property, will use default value afterward."""
|
|
832
1329
|
...
|
|
833
1330
|
|
|
834
1331
|
def type_recast(self):
|
|
835
|
-
"""
|
|
1332
|
+
"""Return a new instance, this is needed because types
|
|
1333
|
+
such as textures can be changed at runtime.
|
|
1334
|
+
|
|
1335
|
+
:return: a new instance of this object with the type initialized again.
|
|
1336
|
+
"""
|
|
836
1337
|
...
|
|
837
1338
|
|
|
838
1339
|
def values(self):
|
|
839
|
-
"""
|
|
1340
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
1341
|
+
dictionary function of the same name).
|
|
1342
|
+
|
|
1343
|
+
:return: custom property values.
|
|
1344
|
+
"""
|
|
840
1345
|
...
|
|
841
1346
|
|
|
842
1347
|
class VIEW3D_OT_transform_gizmo_set(bpy_types.Operator):
|
|
843
|
-
""" """
|
|
1348
|
+
"""Set the current transform gizmo"""
|
|
844
1349
|
|
|
845
1350
|
bl_idname: typing.Any
|
|
846
1351
|
""" """
|
|
@@ -857,31 +1362,51 @@ class VIEW3D_OT_transform_gizmo_set(bpy_types.Operator):
|
|
|
857
1362
|
id_data: typing.Any
|
|
858
1363
|
""" """
|
|
859
1364
|
|
|
860
|
-
def as_keywords(self, ignore):
|
|
861
|
-
"""
|
|
1365
|
+
def as_keywords(self, ignore=()):
|
|
1366
|
+
"""Return a copy of the properties as a dictionary
|
|
862
1367
|
|
|
863
1368
|
:param ignore:
|
|
864
1369
|
"""
|
|
865
1370
|
...
|
|
866
1371
|
|
|
867
|
-
def as_pointer(self):
|
|
868
|
-
"""
|
|
1372
|
+
def as_pointer(self) -> int:
|
|
1373
|
+
"""Returns the memory address which holds a pointer to Blender's internal data
|
|
1374
|
+
|
|
1375
|
+
:return: int (memory address).
|
|
1376
|
+
:rtype: int
|
|
1377
|
+
"""
|
|
869
1378
|
...
|
|
870
1379
|
|
|
871
|
-
def bl_rna_get_subclass(self):
|
|
872
|
-
"""
|
|
1380
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1381
|
+
"""
|
|
1382
|
+
|
|
1383
|
+
:return: The RNA type or default when not found.
|
|
1384
|
+
:rtype: bpy.types.Struct
|
|
1385
|
+
"""
|
|
873
1386
|
...
|
|
874
1387
|
|
|
875
|
-
def bl_rna_get_subclass_py(self):
|
|
876
|
-
"""
|
|
1388
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1389
|
+
"""
|
|
1390
|
+
|
|
1391
|
+
:return: The class or default when not found.
|
|
1392
|
+
:rtype: typing.Any
|
|
1393
|
+
"""
|
|
877
1394
|
...
|
|
878
1395
|
|
|
879
|
-
def driver_add(self):
|
|
880
|
-
"""
|
|
1396
|
+
def driver_add(self) -> bpy.types.FCurve:
|
|
1397
|
+
"""Adds driver(s) to the given property
|
|
1398
|
+
|
|
1399
|
+
:return: The driver(s) added.
|
|
1400
|
+
:rtype: bpy.types.FCurve
|
|
1401
|
+
"""
|
|
881
1402
|
...
|
|
882
1403
|
|
|
883
|
-
def driver_remove(self):
|
|
884
|
-
"""
|
|
1404
|
+
def driver_remove(self) -> bool:
|
|
1405
|
+
"""Remove driver(s) from the given property
|
|
1406
|
+
|
|
1407
|
+
:return: Success of driver removal.
|
|
1408
|
+
:rtype: bool
|
|
1409
|
+
"""
|
|
885
1410
|
...
|
|
886
1411
|
|
|
887
1412
|
def execute(self, context):
|
|
@@ -892,19 +1417,31 @@ class VIEW3D_OT_transform_gizmo_set(bpy_types.Operator):
|
|
|
892
1417
|
...
|
|
893
1418
|
|
|
894
1419
|
def get(self):
|
|
895
|
-
"""
|
|
1420
|
+
"""Returns the value of the custom property assigned to key or default
|
|
1421
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1422
|
+
|
|
1423
|
+
"""
|
|
896
1424
|
...
|
|
897
1425
|
|
|
898
1426
|
def id_properties_clear(self):
|
|
899
|
-
"""
|
|
1427
|
+
"""
|
|
1428
|
+
|
|
1429
|
+
:return: Remove the parent group for an RNA struct's custom IDProperties.
|
|
1430
|
+
"""
|
|
900
1431
|
...
|
|
901
1432
|
|
|
902
1433
|
def id_properties_ensure(self):
|
|
903
|
-
"""
|
|
1434
|
+
"""
|
|
1435
|
+
|
|
1436
|
+
:return: the parent group for an RNA struct's custom IDProperties.
|
|
1437
|
+
"""
|
|
904
1438
|
...
|
|
905
1439
|
|
|
906
1440
|
def id_properties_ui(self):
|
|
907
|
-
"""
|
|
1441
|
+
"""
|
|
1442
|
+
|
|
1443
|
+
:return: Return an object used to manage an IDProperty's UI data.
|
|
1444
|
+
"""
|
|
908
1445
|
...
|
|
909
1446
|
|
|
910
1447
|
def invoke(self, context, event):
|
|
@@ -915,44 +1452,81 @@ class VIEW3D_OT_transform_gizmo_set(bpy_types.Operator):
|
|
|
915
1452
|
"""
|
|
916
1453
|
...
|
|
917
1454
|
|
|
918
|
-
def is_property_hidden(self):
|
|
919
|
-
"""
|
|
1455
|
+
def is_property_hidden(self) -> bool:
|
|
1456
|
+
"""Check if a property is hidden.
|
|
1457
|
+
|
|
1458
|
+
:return: True when the property is hidden.
|
|
1459
|
+
:rtype: bool
|
|
1460
|
+
"""
|
|
920
1461
|
...
|
|
921
1462
|
|
|
922
|
-
def is_property_overridable_library(self):
|
|
923
|
-
"""
|
|
1463
|
+
def is_property_overridable_library(self) -> bool:
|
|
1464
|
+
"""Check if a property is overridable.
|
|
1465
|
+
|
|
1466
|
+
:return: True when the property is overridable.
|
|
1467
|
+
:rtype: bool
|
|
1468
|
+
"""
|
|
924
1469
|
...
|
|
925
1470
|
|
|
926
|
-
def is_property_readonly(self):
|
|
927
|
-
"""
|
|
1471
|
+
def is_property_readonly(self) -> bool:
|
|
1472
|
+
"""Check if a property is readonly.
|
|
1473
|
+
|
|
1474
|
+
:return: True when the property is readonly (not writable).
|
|
1475
|
+
:rtype: bool
|
|
1476
|
+
"""
|
|
928
1477
|
...
|
|
929
1478
|
|
|
930
|
-
def is_property_set(self):
|
|
931
|
-
"""
|
|
1479
|
+
def is_property_set(self) -> bool:
|
|
1480
|
+
"""Check if a property is set, use for testing operator properties.
|
|
1481
|
+
|
|
1482
|
+
:return: True when the property has been set.
|
|
1483
|
+
:rtype: bool
|
|
1484
|
+
"""
|
|
932
1485
|
...
|
|
933
1486
|
|
|
934
1487
|
def items(self):
|
|
935
|
-
"""
|
|
1488
|
+
"""Returns the items of this objects custom properties (matches Python's
|
|
1489
|
+
dictionary function of the same name).
|
|
1490
|
+
|
|
1491
|
+
:return: custom property key, value pairs.
|
|
1492
|
+
"""
|
|
936
1493
|
...
|
|
937
1494
|
|
|
938
|
-
def keyframe_delete(self):
|
|
939
|
-
"""
|
|
1495
|
+
def keyframe_delete(self) -> bool:
|
|
1496
|
+
"""Remove a keyframe from this properties fcurve.
|
|
1497
|
+
|
|
1498
|
+
:return: Success of keyframe deletion.
|
|
1499
|
+
:rtype: bool
|
|
1500
|
+
"""
|
|
940
1501
|
...
|
|
941
1502
|
|
|
942
|
-
def keyframe_insert(self):
|
|
943
|
-
"""
|
|
1503
|
+
def keyframe_insert(self) -> bool:
|
|
1504
|
+
"""Insert a keyframe on the property given, adding fcurves and animation data when necessary.
|
|
1505
|
+
|
|
1506
|
+
:return: Success of keyframe insertion.
|
|
1507
|
+
:rtype: bool
|
|
1508
|
+
"""
|
|
944
1509
|
...
|
|
945
1510
|
|
|
946
1511
|
def keys(self):
|
|
947
|
-
"""
|
|
1512
|
+
"""Returns the keys of this objects custom properties (matches Python's
|
|
1513
|
+
dictionary function of the same name).
|
|
1514
|
+
|
|
1515
|
+
:return: custom property keys.
|
|
1516
|
+
"""
|
|
948
1517
|
...
|
|
949
1518
|
|
|
950
|
-
def path_from_id(self):
|
|
951
|
-
"""
|
|
1519
|
+
def path_from_id(self) -> str:
|
|
1520
|
+
"""Returns the data path from the ID to this object (string).
|
|
1521
|
+
|
|
1522
|
+
:return: The path from `bpy.types.bpy_struct.id_data`
|
|
1523
|
+
to this struct and property (when given).
|
|
1524
|
+
:rtype: str
|
|
1525
|
+
"""
|
|
952
1526
|
...
|
|
953
1527
|
|
|
954
1528
|
def path_resolve(self):
|
|
955
|
-
""" """
|
|
1529
|
+
"""Returns the property from the path, raise an exception when not found."""
|
|
956
1530
|
...
|
|
957
1531
|
|
|
958
1532
|
def poll(self, context):
|
|
@@ -963,25 +1537,40 @@ class VIEW3D_OT_transform_gizmo_set(bpy_types.Operator):
|
|
|
963
1537
|
...
|
|
964
1538
|
|
|
965
1539
|
def poll_message_set(self):
|
|
966
|
-
""" """
|
|
1540
|
+
"""Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
|
|
967
1541
|
...
|
|
968
1542
|
|
|
969
1543
|
def pop(self):
|
|
970
|
-
"""
|
|
1544
|
+
"""Remove and return the value of the custom property assigned to key or default
|
|
1545
|
+
when not found (matches Python's dictionary function of the same name).
|
|
1546
|
+
|
|
1547
|
+
"""
|
|
971
1548
|
...
|
|
972
1549
|
|
|
973
|
-
def property_overridable_library_set(self):
|
|
974
|
-
"""
|
|
1550
|
+
def property_overridable_library_set(self) -> bool:
|
|
1551
|
+
"""Define a property as overridable or not (only for custom properties!).
|
|
1552
|
+
|
|
1553
|
+
:return: True when the overridable status of the property was successfully set.
|
|
1554
|
+
:rtype: bool
|
|
1555
|
+
"""
|
|
975
1556
|
...
|
|
976
1557
|
|
|
977
1558
|
def property_unset(self):
|
|
978
|
-
""" """
|
|
1559
|
+
"""Unset a property, will use default value afterward."""
|
|
979
1560
|
...
|
|
980
1561
|
|
|
981
1562
|
def type_recast(self):
|
|
982
|
-
"""
|
|
1563
|
+
"""Return a new instance, this is needed because types
|
|
1564
|
+
such as textures can be changed at runtime.
|
|
1565
|
+
|
|
1566
|
+
:return: a new instance of this object with the type initialized again.
|
|
1567
|
+
"""
|
|
983
1568
|
...
|
|
984
1569
|
|
|
985
1570
|
def values(self):
|
|
986
|
-
"""
|
|
1571
|
+
"""Returns the values of this objects custom properties (matches Python's
|
|
1572
|
+
dictionary function of the same name).
|
|
1573
|
+
|
|
1574
|
+
:return: custom property values.
|
|
1575
|
+
"""
|
|
987
1576
|
...
|