fake-bpy-module 20240210__py3-none-any.whl → 20240326__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.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
bpy/app/handlers/__init__.pyi
CHANGED
|
@@ -1,81 +1,80 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
import bpy.types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
|
-
animation_playback_post: typing.List[typing.Callable[[
|
|
5
|
+
animation_playback_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
7
6
|
""" on ending animation playback
|
|
8
7
|
"""
|
|
9
8
|
|
|
10
|
-
animation_playback_pre: typing.List[typing.Callable[[
|
|
9
|
+
animation_playback_pre: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
11
10
|
""" on starting animation playback
|
|
12
11
|
"""
|
|
13
12
|
|
|
14
|
-
annotation_post: typing.List[typing.Callable[[
|
|
13
|
+
annotation_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
15
14
|
""" on drawing an annotation (after)
|
|
16
15
|
"""
|
|
17
16
|
|
|
18
|
-
annotation_pre: typing.List[typing.Callable[[
|
|
17
|
+
annotation_pre: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
19
18
|
""" on drawing an annotation (before)
|
|
20
19
|
"""
|
|
21
20
|
|
|
22
|
-
composite_cancel: typing.List[typing.Callable[[
|
|
21
|
+
composite_cancel: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
23
22
|
""" on a compositing background job (cancel)
|
|
24
23
|
"""
|
|
25
24
|
|
|
26
|
-
composite_post: typing.List[typing.Callable[[
|
|
25
|
+
composite_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
27
26
|
""" on a compositing background job (after)
|
|
28
27
|
"""
|
|
29
28
|
|
|
30
|
-
composite_pre: typing.List[typing.Callable[[
|
|
29
|
+
composite_pre: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
31
30
|
""" on a compositing background job (before)
|
|
32
31
|
"""
|
|
33
32
|
|
|
34
|
-
depsgraph_update_post: typing.List[typing.Callable[[
|
|
33
|
+
depsgraph_update_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
35
34
|
""" on depsgraph update (post)
|
|
36
35
|
"""
|
|
37
36
|
|
|
38
|
-
depsgraph_update_pre: typing.List[typing.Callable[[
|
|
37
|
+
depsgraph_update_pre: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
39
38
|
""" on depsgraph update (pre)
|
|
40
39
|
"""
|
|
41
40
|
|
|
42
|
-
frame_change_post: typing.List[typing.Callable[[
|
|
41
|
+
frame_change_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
43
42
|
""" Called after frame change for playback and rendering, after the data has been evaluated for the new frame.
|
|
44
43
|
"""
|
|
45
44
|
|
|
46
|
-
frame_change_pre: typing.List[typing.Callable[[
|
|
47
|
-
""" Called after frame change for playback and rendering, before any data is evaluated for the new frame. This makes it possible to change data and relations (for example swap an object to another mesh) for the new frame. Note that this handler is
|
|
45
|
+
frame_change_pre: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
46
|
+
""" Called after frame change for playback and rendering, before any data is evaluated for the new frame. This makes it possible to change data and relations (for example swap an object to another mesh) for the new frame. Note that this handler is not to be used as 'before the frame changes' event. The dependency graph is not available in this handler, as data and relations may have been altered and the dependency graph has not yet been updated for that.
|
|
48
47
|
"""
|
|
49
48
|
|
|
50
|
-
load_factory_preferences_post: typing.List[typing.Callable[[
|
|
49
|
+
load_factory_preferences_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
51
50
|
""" on loading factory preferences (after)
|
|
52
51
|
"""
|
|
53
52
|
|
|
54
|
-
load_factory_startup_post: typing.List[typing.Callable[[
|
|
53
|
+
load_factory_startup_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
55
54
|
""" on loading factory startup (after)
|
|
56
55
|
"""
|
|
57
56
|
|
|
58
|
-
load_post: typing.List[typing.Callable[[
|
|
57
|
+
load_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
59
58
|
""" on loading a new blend file (after). Accepts one argument: the file being loaded, an empty string for the startup-file.
|
|
60
59
|
"""
|
|
61
60
|
|
|
62
|
-
load_post_fail: typing.List[typing.Callable[[
|
|
61
|
+
load_post_fail: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
63
62
|
""" on failure to load a new blend file (after). Accepts one argument: the file being loaded, an empty string for the startup-file.
|
|
64
63
|
"""
|
|
65
64
|
|
|
66
|
-
load_pre: typing.List[typing.Callable[[
|
|
65
|
+
load_pre: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
67
66
|
""" on loading a new blend file (before).Accepts one argument: the file being loaded, an empty string for the startup-file.
|
|
68
67
|
"""
|
|
69
68
|
|
|
70
|
-
object_bake_cancel: typing.List[typing.Callable[[
|
|
69
|
+
object_bake_cancel: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
71
70
|
""" on canceling a bake job; will be called in the main thread
|
|
72
71
|
"""
|
|
73
72
|
|
|
74
|
-
object_bake_complete: typing.List[typing.Callable[[
|
|
73
|
+
object_bake_complete: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
75
74
|
""" on completing a bake job; will be called in the main thread
|
|
76
75
|
"""
|
|
77
76
|
|
|
78
|
-
object_bake_pre: typing.List[typing.Callable[[
|
|
77
|
+
object_bake_pre: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
79
78
|
""" before starting a bake job
|
|
80
79
|
"""
|
|
81
80
|
|
|
@@ -83,70 +82,70 @@ persistent: typing.Any
|
|
|
83
82
|
""" Function decorator for callback functions not to be removed when loading new files
|
|
84
83
|
"""
|
|
85
84
|
|
|
86
|
-
redo_post: typing.List[typing.Callable[[
|
|
85
|
+
redo_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
87
86
|
""" on loading a redo step (after)
|
|
88
87
|
"""
|
|
89
88
|
|
|
90
|
-
redo_pre: typing.List[typing.Callable[[
|
|
89
|
+
redo_pre: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
91
90
|
""" on loading a redo step (before)
|
|
92
91
|
"""
|
|
93
92
|
|
|
94
|
-
render_cancel: typing.List[typing.Callable[[
|
|
93
|
+
render_cancel: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
95
94
|
""" on canceling a render job
|
|
96
95
|
"""
|
|
97
96
|
|
|
98
|
-
render_complete: typing.List[typing.Callable[[
|
|
97
|
+
render_complete: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
99
98
|
""" on completion of render job
|
|
100
99
|
"""
|
|
101
100
|
|
|
102
|
-
render_init: typing.List[typing.Callable[[
|
|
101
|
+
render_init: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
103
102
|
""" on initialization of a render job
|
|
104
103
|
"""
|
|
105
104
|
|
|
106
|
-
render_post: typing.List[typing.Callable[[
|
|
105
|
+
render_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
107
106
|
""" on render (after)
|
|
108
107
|
"""
|
|
109
108
|
|
|
110
|
-
render_pre: typing.List[typing.Callable[[
|
|
109
|
+
render_pre: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
111
110
|
""" on render (before)
|
|
112
111
|
"""
|
|
113
112
|
|
|
114
|
-
render_stats: typing.List[typing.Callable[[
|
|
113
|
+
render_stats: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
115
114
|
""" on printing render statistics
|
|
116
115
|
"""
|
|
117
116
|
|
|
118
|
-
render_write: typing.List[typing.Callable[[
|
|
117
|
+
render_write: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
119
118
|
""" on writing a render frame (directly after the frame is written)
|
|
120
119
|
"""
|
|
121
120
|
|
|
122
|
-
save_post: typing.List[typing.Callable[[
|
|
121
|
+
save_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
123
122
|
""" on saving a blend file (after). Accepts one argument: the file being saved, an empty string for the startup-file.
|
|
124
123
|
"""
|
|
125
124
|
|
|
126
|
-
save_post_fail: typing.List[typing.Callable[[
|
|
125
|
+
save_post_fail: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
127
126
|
""" on failure to save a blend file (after). Accepts one argument: the file being saved, an empty string for the startup-file.
|
|
128
127
|
"""
|
|
129
128
|
|
|
130
|
-
save_pre: typing.List[typing.Callable[[
|
|
129
|
+
save_pre: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
131
130
|
""" on saving a blend file (before). Accepts one argument: the file being saved, an empty string for the startup-file.
|
|
132
131
|
"""
|
|
133
132
|
|
|
134
|
-
translation_update_post: typing.List[typing.Callable[[
|
|
133
|
+
translation_update_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
135
134
|
""" on translation settings update
|
|
136
135
|
"""
|
|
137
136
|
|
|
138
|
-
undo_post: typing.List[typing.Callable[[
|
|
137
|
+
undo_post: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
139
138
|
""" on loading an undo step (after)
|
|
140
139
|
"""
|
|
141
140
|
|
|
142
|
-
undo_pre: typing.List[typing.Callable[[
|
|
141
|
+
undo_pre: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
143
142
|
""" on loading an undo step (before)
|
|
144
143
|
"""
|
|
145
144
|
|
|
146
|
-
version_update: typing.List[typing.Callable[[
|
|
145
|
+
version_update: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
147
146
|
""" on ending the versioning code
|
|
148
147
|
"""
|
|
149
148
|
|
|
150
|
-
xr_session_start_pre: typing.List[typing.Callable[[
|
|
149
|
+
xr_session_start_pre: typing.List[typing.Callable[[bpy.types.Scene, None]]]
|
|
151
150
|
""" on starting an xr session (before)
|
|
152
151
|
"""
|
bpy/app/icons/__init__.pyi
CHANGED
|
@@ -1,34 +1,31 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
|
|
4
3
|
GenericType = typing.TypeVar("GenericType")
|
|
5
4
|
|
|
6
5
|
def new_triangles(
|
|
7
|
-
range: typing.
|
|
8
|
-
coords: typing.Optional[typing.Sequence[bytes]],
|
|
9
|
-
colors: typing.Optional[typing.Sequence[bytes]],
|
|
6
|
+
range: tuple, coords: typing.Sequence[bytes], colors: typing.Sequence[bytes]
|
|
10
7
|
) -> int:
|
|
11
8
|
"""Create a new icon from triangle geometry.
|
|
12
9
|
|
|
13
10
|
:param range: Pair of ints.
|
|
14
|
-
:type range:
|
|
11
|
+
:type range: tuple
|
|
15
12
|
:param coords: Sequence of bytes (6 floats for one triangle) for (X, Y) coordinates.
|
|
16
|
-
:type coords: typing.
|
|
13
|
+
:type coords: typing.Sequence[bytes]
|
|
17
14
|
:param colors: Sequence of ints (12 for one triangles) for RGBA.
|
|
18
|
-
:type colors: typing.
|
|
15
|
+
:type colors: typing.Sequence[bytes]
|
|
16
|
+
:return: Unique icon value (pass to interface icon_value argument).
|
|
19
17
|
:rtype: int
|
|
20
|
-
:return: Unique icon value (pass to interface ``icon_value`` argument).
|
|
21
18
|
"""
|
|
22
19
|
|
|
23
20
|
...
|
|
24
21
|
|
|
25
|
-
def new_triangles_from_file(filepath:
|
|
22
|
+
def new_triangles_from_file(filepath: str) -> int:
|
|
26
23
|
"""Create a new icon from triangle geometry.
|
|
27
24
|
|
|
28
25
|
:param filepath: File path.
|
|
29
|
-
:type filepath:
|
|
26
|
+
:type filepath: str
|
|
27
|
+
:return: Unique icon value (pass to interface icon_value argument).
|
|
30
28
|
:rtype: int
|
|
31
|
-
:return: Unique icon value (pass to interface ``icon_value`` argument).
|
|
32
29
|
"""
|
|
33
30
|
|
|
34
31
|
...
|
bpy/app/timers/__init__.pyi
CHANGED
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
|
|
4
3
|
GenericType = typing.TypeVar("GenericType")
|
|
5
4
|
|
|
6
|
-
def is_registered(function:
|
|
5
|
+
def is_registered(function: int) -> bool:
|
|
7
6
|
"""Check if this function is registered as a timer.
|
|
8
7
|
|
|
9
8
|
:param function: Function to check.
|
|
10
|
-
:type function:
|
|
11
|
-
:rtype: bool
|
|
9
|
+
:type function: int
|
|
12
10
|
:return: True when this function is registered, otherwise False.
|
|
11
|
+
:rtype: bool
|
|
13
12
|
"""
|
|
14
13
|
|
|
15
14
|
...
|
|
16
15
|
|
|
17
16
|
def register(
|
|
18
|
-
function: typing.
|
|
19
|
-
first_interval: typing.Optional[float] = 0,
|
|
20
|
-
persistent: typing.Optional[bool] = False,
|
|
17
|
+
function: typing.Callable, first_interval: float = 0, persistent: bool = False
|
|
21
18
|
):
|
|
22
|
-
"""Add a new function that will be called after the specified amount of seconds.
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
19
|
+
"""Add a new function that will be called after the specified amount of seconds.
|
|
20
|
+
The function gets no arguments and is expected to return either None or a float.
|
|
21
|
+
If None is returned, the timer will be unregistered.
|
|
22
|
+
A returned number specifies the delay until the function is called again.
|
|
23
|
+
functools.partial can be used to assign some parameters.
|
|
24
|
+
|
|
25
|
+
:param function: The function that should called.
|
|
26
|
+
:type function: typing.Callable
|
|
27
|
+
:param first_interval: Seconds until the callback should be called the first time.
|
|
28
|
+
:type first_interval: float
|
|
29
|
+
:param persistent: Don't remove timer when a new file is loaded.
|
|
30
|
+
:type persistent: bool
|
|
30
31
|
"""
|
|
31
32
|
|
|
32
33
|
...
|
|
33
34
|
|
|
34
|
-
def unregister(function: typing.
|
|
35
|
+
def unregister(function: typing.Any):
|
|
35
36
|
"""Unregister timer.
|
|
36
37
|
|
|
37
38
|
:param function: Function to unregister.
|
|
38
|
-
:type function: typing.
|
|
39
|
+
:type function: typing.Any
|
|
39
40
|
"""
|
|
40
41
|
|
|
41
42
|
...
|
|
@@ -1,91 +1,93 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
|
|
4
3
|
GenericType = typing.TypeVar("GenericType")
|
|
5
4
|
|
|
6
|
-
def locale_explode(locale
|
|
7
|
-
"""Return all components and their combinations of the given ISO locale string.
|
|
5
|
+
def locale_explode(locale):
|
|
6
|
+
"""Return all components and their combinations of the given ISO locale string.For non-complete locales, missing elements will be None.
|
|
8
7
|
|
|
9
|
-
:
|
|
10
|
-
:
|
|
11
|
-
:type locale: typing.Optional[typing.Any]
|
|
8
|
+
:param locale: The ISO locale string to explode.
|
|
9
|
+
:return: A tuple (language, country, variant, language_country, language@variant).
|
|
12
10
|
"""
|
|
13
11
|
|
|
14
12
|
...
|
|
15
13
|
|
|
16
|
-
def pgettext(msgid:
|
|
14
|
+
def pgettext(msgid: str, msgctxt: str = None):
|
|
17
15
|
"""Try to translate the given msgid (with optional msgctxt).
|
|
18
16
|
|
|
19
17
|
:param msgid: The string to translate.
|
|
20
|
-
:type msgid:
|
|
18
|
+
:type msgid: str
|
|
21
19
|
:param msgctxt: The translation context (defaults to BLT_I18NCONTEXT_DEFAULT).
|
|
22
|
-
:type msgctxt:
|
|
20
|
+
:type msgctxt: str
|
|
21
|
+
:return: The translated string (or msgid if no translation was found).
|
|
23
22
|
"""
|
|
24
23
|
|
|
25
24
|
...
|
|
26
25
|
|
|
27
|
-
def pgettext_data(msgid:
|
|
26
|
+
def pgettext_data(msgid: str, msgctxt: str = None):
|
|
28
27
|
"""Try to translate the given msgid (with optional msgctxt), if new data name's translation is enabled.
|
|
29
28
|
|
|
30
29
|
:param msgid: The string to translate.
|
|
31
|
-
:type msgid:
|
|
30
|
+
:type msgid: str
|
|
32
31
|
:param msgctxt: The translation context (defaults to BLT_I18NCONTEXT_DEFAULT).
|
|
33
|
-
:type msgctxt:
|
|
32
|
+
:type msgctxt: str
|
|
33
|
+
:return: The translated string (or msgid if no translation was found).
|
|
34
34
|
"""
|
|
35
35
|
|
|
36
36
|
...
|
|
37
37
|
|
|
38
|
-
def pgettext_iface(msgid:
|
|
38
|
+
def pgettext_iface(msgid: str, msgctxt: str = None):
|
|
39
39
|
"""Try to translate the given msgid (with optional msgctxt), if labels' translation is enabled.
|
|
40
40
|
|
|
41
41
|
:param msgid: The string to translate.
|
|
42
|
-
:type msgid:
|
|
42
|
+
:type msgid: str
|
|
43
43
|
:param msgctxt: The translation context (defaults to BLT_I18NCONTEXT_DEFAULT).
|
|
44
|
-
:type msgctxt:
|
|
44
|
+
:type msgctxt: str
|
|
45
|
+
:return: The translated string (or msgid if no translation was found).
|
|
45
46
|
"""
|
|
46
47
|
|
|
47
48
|
...
|
|
48
49
|
|
|
49
|
-
def pgettext_rpt(msgid:
|
|
50
|
+
def pgettext_rpt(msgid: str, msgctxt: str = None):
|
|
50
51
|
"""Try to translate the given msgid (with optional msgctxt), if reports' translation is enabled.
|
|
51
52
|
|
|
52
53
|
:param msgid: The string to translate.
|
|
53
|
-
:type msgid:
|
|
54
|
+
:type msgid: str
|
|
54
55
|
:param msgctxt: The translation context (defaults to BLT_I18NCONTEXT_DEFAULT).
|
|
55
|
-
:type msgctxt:
|
|
56
|
+
:type msgctxt: str
|
|
57
|
+
:return: The translated string (or msgid if no translation was found).
|
|
56
58
|
"""
|
|
57
59
|
|
|
58
60
|
...
|
|
59
61
|
|
|
60
|
-
def pgettext_tip(msgid:
|
|
62
|
+
def pgettext_tip(msgid: str, msgctxt: str = None):
|
|
61
63
|
"""Try to translate the given msgid (with optional msgctxt), if tooltips' translation is enabled.
|
|
62
64
|
|
|
63
65
|
:param msgid: The string to translate.
|
|
64
|
-
:type msgid:
|
|
66
|
+
:type msgid: str
|
|
65
67
|
:param msgctxt: The translation context (defaults to BLT_I18NCONTEXT_DEFAULT).
|
|
66
|
-
:type msgctxt:
|
|
68
|
+
:type msgctxt: str
|
|
69
|
+
:return: The translated string (or msgid if no translation was found).
|
|
67
70
|
"""
|
|
68
71
|
|
|
69
72
|
...
|
|
70
73
|
|
|
71
|
-
def register(
|
|
72
|
-
module_name: typing.Optional[str], translations_dict: typing.Optional[typing.Dict]
|
|
73
|
-
):
|
|
74
|
+
def register(module_name: str, translations_dict: dict):
|
|
74
75
|
"""Registers an addon's UI translations.
|
|
75
76
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
:
|
|
77
|
+
:param module_name: The name identifying the addon.
|
|
78
|
+
:type module_name: str
|
|
79
|
+
:param translations_dict: A dictionary built like that:
|
|
80
|
+
{locale: {msg_key: msg_translation, ...}, ...}
|
|
81
|
+
:type translations_dict: dict
|
|
80
82
|
"""
|
|
81
83
|
|
|
82
84
|
...
|
|
83
85
|
|
|
84
|
-
def unregister(module_name:
|
|
86
|
+
def unregister(module_name: str):
|
|
85
87
|
"""Unregisters an addon's UI translations.
|
|
86
88
|
|
|
87
89
|
:param module_name: The name identifying the addon.
|
|
88
|
-
:type module_name:
|
|
90
|
+
:type module_name: str
|
|
89
91
|
"""
|
|
90
92
|
|
|
91
93
|
...
|
bpy/msgbus/__init__.pyi
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
|
|
4
3
|
GenericType = typing.TypeVar("GenericType")
|
|
@@ -8,30 +7,36 @@ def clear_by_owner(owner):
|
|
|
8
7
|
|
|
9
8
|
...
|
|
10
9
|
|
|
11
|
-
def publish_rna(key
|
|
12
|
-
"""Notify subscribers of changes to this property
|
|
10
|
+
def publish_rna(key):
|
|
11
|
+
"""Notify subscribers of changes to this property
|
|
12
|
+
(this typically doesn't need to be called explicitly since changes will automatically publish updates).
|
|
13
|
+
In some cases it may be useful to publish changes explicitly using more general keys.
|
|
13
14
|
|
|
14
|
-
|
|
15
|
-
|
|
15
|
+
:param key: Represents the type of data being subscribed to
|
|
16
|
+
|
|
17
|
+
Arguments include
|
|
18
|
+
- `bpy.types.Property` instance.
|
|
19
|
+
- `bpy.types.Struct` type.
|
|
20
|
+
- (`bpy.types.Struct`, str) type and property name.
|
|
16
21
|
"""
|
|
17
22
|
|
|
18
23
|
...
|
|
19
24
|
|
|
20
|
-
def subscribe_rna(
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
25
|
+
def subscribe_rna(key, owner: typing.Any, args, notify, options=None()):
|
|
26
|
+
"""Register a message bus subscription. It will be cleared when another blend file is
|
|
27
|
+
loaded, or can be cleared explicitly via `bpy.msgbus.clear_by_owner`.
|
|
28
|
+
|
|
29
|
+
:param key: Represents the type of data being subscribed to
|
|
30
|
+
|
|
31
|
+
Arguments include
|
|
32
|
+
- `bpy.types.Property` instance.
|
|
33
|
+
- `bpy.types.Struct` type.
|
|
34
|
+
- (`bpy.types.Struct`, str) type and property name.
|
|
35
|
+
:param owner: Handle for this subscription (compared by identity).
|
|
36
|
+
:type owner: typing.Any
|
|
37
|
+
:param options: Change the behavior of the subscriber.
|
|
38
|
+
|
|
39
|
+
PERSISTENT when set, the subscriber will be kept when remapping ID data.
|
|
35
40
|
"""
|
|
36
41
|
|
|
37
42
|
...
|
bpy/ops/__init__.pyi
CHANGED
|
@@ -1,81 +1,80 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
|
-
from . import
|
|
4
|
-
from . import
|
|
5
|
-
from . import material
|
|
6
|
-
from . import ed
|
|
7
|
-
from . import fluid
|
|
8
|
-
from . import curve
|
|
2
|
+
from . import action
|
|
3
|
+
from . import anim
|
|
9
4
|
from . import armature
|
|
10
|
-
from . import
|
|
11
|
-
from . import gpencil
|
|
12
|
-
from . import uilist
|
|
13
|
-
from . import object
|
|
14
|
-
from . import node
|
|
15
|
-
from . import grease_pencil
|
|
16
|
-
from . import sound
|
|
17
|
-
from . import font
|
|
18
|
-
from . import uv
|
|
19
|
-
from . import texture
|
|
20
|
-
from . import ui
|
|
21
|
-
from . import mesh
|
|
22
|
-
from . import script
|
|
5
|
+
from . import asset
|
|
23
6
|
from . import boid
|
|
24
|
-
from . import
|
|
25
|
-
from . import
|
|
26
|
-
from . import
|
|
27
|
-
from . import
|
|
28
|
-
from . import collection
|
|
29
|
-
from . import import_curve
|
|
7
|
+
from . import brush
|
|
8
|
+
from . import buttons
|
|
9
|
+
from . import cachefile
|
|
10
|
+
from . import camera
|
|
30
11
|
from . import clip
|
|
31
|
-
from . import
|
|
32
|
-
from . import
|
|
33
|
-
from . import
|
|
34
|
-
from . import
|
|
35
|
-
from . import
|
|
36
|
-
from . import
|
|
37
|
-
from . import
|
|
38
|
-
from . import asset
|
|
39
|
-
from . import mball
|
|
12
|
+
from . import cloth
|
|
13
|
+
from . import collection
|
|
14
|
+
from . import console
|
|
15
|
+
from . import constraint
|
|
16
|
+
from . import curve
|
|
17
|
+
from . import curves
|
|
18
|
+
from . import cycles
|
|
40
19
|
from . import dpaint
|
|
41
|
-
from . import
|
|
42
|
-
from . import
|
|
43
|
-
from . import
|
|
44
|
-
from . import
|
|
45
|
-
from . import
|
|
20
|
+
from . import ed
|
|
21
|
+
from . import export_anim
|
|
22
|
+
from . import export_mesh
|
|
23
|
+
from . import export_scene
|
|
24
|
+
from . import file
|
|
25
|
+
from . import fluid
|
|
26
|
+
from . import font
|
|
46
27
|
from . import geometry
|
|
47
|
-
from . import wm
|
|
48
28
|
from . import gizmogroup
|
|
49
|
-
from . import
|
|
29
|
+
from . import gpencil
|
|
30
|
+
from . import graph
|
|
31
|
+
from . import grease_pencil
|
|
32
|
+
from . import image
|
|
33
|
+
from . import import_anim
|
|
34
|
+
from . import import_curve
|
|
50
35
|
from . import import_mesh
|
|
51
|
-
from . import
|
|
52
|
-
from . import brush
|
|
36
|
+
from . import import_scene
|
|
53
37
|
from . import info
|
|
38
|
+
from . import lattice
|
|
39
|
+
from . import marker
|
|
40
|
+
from . import mask
|
|
41
|
+
from . import material
|
|
42
|
+
from . import mball
|
|
43
|
+
from . import mesh
|
|
44
|
+
from . import nla
|
|
45
|
+
from . import node
|
|
46
|
+
from . import object
|
|
47
|
+
from . import outliner
|
|
48
|
+
from . import paint
|
|
54
49
|
from . import paintcurve
|
|
50
|
+
from . import palette
|
|
51
|
+
from . import particle
|
|
52
|
+
from . import pose
|
|
53
|
+
from . import poselib
|
|
54
|
+
from . import preferences
|
|
55
|
+
from . import ptcache
|
|
56
|
+
from . import render
|
|
55
57
|
from . import rigidbody
|
|
56
|
-
from . import
|
|
57
|
-
from . import
|
|
58
|
+
from . import scene
|
|
59
|
+
from . import screen
|
|
60
|
+
from . import script
|
|
61
|
+
from . import sculpt
|
|
62
|
+
from . import sculpt_curves
|
|
63
|
+
from . import sequencer
|
|
64
|
+
from . import sound
|
|
65
|
+
from . import spreadsheet
|
|
66
|
+
from . import surface
|
|
58
67
|
from . import text
|
|
59
68
|
from . import text_editor
|
|
60
|
-
from . import
|
|
61
|
-
from . import
|
|
62
|
-
from . import
|
|
63
|
-
from . import
|
|
64
|
-
from . import
|
|
65
|
-
from . import
|
|
66
|
-
from . import curves
|
|
69
|
+
from . import texture
|
|
70
|
+
from . import transform
|
|
71
|
+
from . import ui
|
|
72
|
+
from . import uilist
|
|
73
|
+
from . import uv
|
|
74
|
+
from . import view2d
|
|
67
75
|
from . import view3d
|
|
68
|
-
from . import
|
|
69
|
-
from . import
|
|
70
|
-
from . import constraint
|
|
71
|
-
from . import paint
|
|
76
|
+
from . import wm
|
|
77
|
+
from . import workspace
|
|
72
78
|
from . import world
|
|
73
|
-
from . import export_scene
|
|
74
|
-
from . import scene
|
|
75
|
-
from . import mask
|
|
76
|
-
from . import image
|
|
77
|
-
from . import cycles
|
|
78
|
-
from . import palette
|
|
79
|
-
from . import ptcache
|
|
80
79
|
|
|
81
80
|
GenericType = typing.TypeVar("GenericType")
|