fake-bpy-module-latest 20251002__py3-none-any.whl → 20260113__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.
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_types/__init__.pyi +17 -1
- aud/__init__.pyi +70 -0
- bl_math/__init__.pyi +3 -1
- bl_operators/__init__.pyi +1 -0
- bl_operators/anim/__init__.pyi +49 -0
- bl_operators/copy_global_transform/__init__.pyi +271 -0
- bl_operators/node/__init__.pyi +38 -4
- bl_operators/object/__init__.pyi +0 -7
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -1
- bl_operators/uvcalc_transform/__init__.pyi +21 -8
- bl_ui/__init__.pyi +3 -0
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bl_ui/node_add_menu/__init__.pyi +13 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +75 -19
- bl_ui/node_add_menu_geometry/__init__.pyi +83 -83
- bl_ui/node_add_menu_shader/__init__.pyi +21 -19
- bl_ui/node_add_menu_texture/__init__.pyi +1 -1
- bl_ui/properties_constraint/__init__.pyi +68 -0
- bl_ui/properties_object/__init__.pyi +37 -0
- bl_ui/properties_paint_common/__init__.pyi +23 -6
- bl_ui/properties_strip/__init__.pyi +786 -0
- bl_ui/properties_strip_modifier/__init__.pyi +47 -0
- bl_ui/properties_view_layer/__init__.pyi +7 -0
- bl_ui/space_clip/__init__.pyi +1 -0
- bl_ui/space_dopesheet/__init__.pyi +56 -0
- bl_ui/space_image/__init__.pyi +2 -2
- bl_ui/space_node/__init__.pyi +31 -37
- bl_ui/space_properties/__init__.pyi +31 -0
- bl_ui/space_sequencer/__init__.pyi +42 -772
- bl_ui/space_time/__init__.pyi +7 -29
- bl_ui/space_topbar/__init__.pyi +7 -0
- bl_ui/space_userpref/__init__.pyi +7 -2
- bl_ui/space_view3d/__init__.pyi +38 -10
- bl_ui/space_view3d_sidebar/__init__.pyi +135 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +2 -1
- blf/__init__.pyi +9 -6
- bmesh/ops/__init__.pyi +3 -0
- bmesh/types/__init__.pyi +184 -36
- bmesh/utils/__init__.pyi +22 -5
- bpy/app/__init__.pyi +57 -55
- bpy/app/translations/__init__.pyi +1 -1
- bpy/ops/anim/__init__.pyi +18 -12
- bpy/ops/armature/__init__.pyi +1 -1
- bpy/ops/curves/__init__.pyi +3 -3
- bpy/ops/export_anim/__init__.pyi +3 -0
- bpy/ops/export_scene/__init__.pyi +1 -1
- bpy/ops/geometry/__init__.pyi +0 -83
- bpy/ops/grease_pencil/__init__.pyi +3 -3
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/mesh/__init__.pyi +2 -2
- bpy/ops/nla/__init__.pyi +1 -1
- bpy/ops/node/__init__.pyi +29 -7
- bpy/ops/object/__init__.pyi +93 -0
- bpy/ops/pose/__init__.pyi +4 -4
- bpy/ops/render/__init__.pyi +10 -7
- bpy/ops/screen/__init__.pyi +29 -0
- bpy/ops/sculpt/__init__.pyi +30 -41
- bpy/ops/sequencer/__init__.pyi +67 -3
- bpy/ops/text/__init__.pyi +3 -0
- bpy/ops/transform/__init__.pyi +10 -3
- bpy/ops/uv/__init__.pyi +54 -0
- bpy/ops/wm/__init__.pyi +20 -32
- bpy/props/__init__.pyi +5 -11
- bpy/stub_internal/rna_enums/__init__.pyi +50 -21
- bpy/types/__init__.pyi +10237 -2994
- bpy/utils/__init__.pyi +3 -3
- bpy/utils/previews/__init__.pyi +1 -1
- bpy_extras/anim_utils/__init__.pyi +21 -8
- bpy_extras/id_map_utils/__init__.pyi +15 -6
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/METADATA +3 -1
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/RECORD +138 -129
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/top_level.txt +14 -14
- freestyle/utils/__init__.pyi +1 -1
- gpu/matrix/__init__.pyi +1 -1
- gpu/shader/__init__.pyi +22 -1
- gpu/state/__init__.pyi +77 -27
- gpu/types/__init__.pyi +91 -20
- gpu_extras/presets/__init__.pyi +7 -0
- idprop/types/__init__.pyi +6 -2
- imbuf/__init__.pyi +2 -2
- imbuf/types/__init__.pyi +2 -2
- keyingsets_builtins/__init__.pyi +1 -1
- mathutils/__init__.pyi +53 -29
- mathutils/bvhtree/__init__.pyi +6 -4
- mathutils/geometry/__init__.pyi +31 -13
- mathutils/interpolate/__init__.pyi +4 -2
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/__init__.pyi +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module_latest-20251002.dist-info → fake_bpy_module_latest-20260113.dist-info}/WHEEL +0 -0
bl_ui/space_time/__init__.pyi
CHANGED
|
@@ -5,33 +5,7 @@ import numpy.typing as npt
|
|
|
5
5
|
import _bpy_types
|
|
6
6
|
import bpy.types
|
|
7
7
|
|
|
8
|
-
class
|
|
9
|
-
bl_idname: typing.Any
|
|
10
|
-
bl_label: typing.Any
|
|
11
|
-
bl_rna: typing.Any
|
|
12
|
-
id_data: typing.Any
|
|
13
|
-
|
|
14
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
15
|
-
"""
|
|
16
|
-
|
|
17
|
-
:return: The RNA type or default when not found.
|
|
18
|
-
:rtype: bpy.types.Struct
|
|
19
|
-
"""
|
|
20
|
-
|
|
21
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
22
|
-
"""
|
|
23
|
-
|
|
24
|
-
:return: The class or default when not found.
|
|
25
|
-
:rtype: typing.Any
|
|
26
|
-
"""
|
|
27
|
-
|
|
28
|
-
def draw(self, context) -> None:
|
|
29
|
-
"""
|
|
30
|
-
|
|
31
|
-
:param context:
|
|
32
|
-
"""
|
|
33
|
-
|
|
34
|
-
class TIME_MT_marker(_bpy_types.Menu):
|
|
8
|
+
class TIME_MT_view(_bpy_types.Menu):
|
|
35
9
|
bl_label: typing.Any
|
|
36
10
|
bl_rna: typing.Any
|
|
37
11
|
id_data: typing.Any
|
|
@@ -56,9 +30,13 @@ class TIME_MT_marker(_bpy_types.Menu):
|
|
|
56
30
|
:param context:
|
|
57
31
|
"""
|
|
58
32
|
|
|
59
|
-
class
|
|
33
|
+
class TIME_PT_auto_keyframing(TimelinePanelButtons, _bpy_types.Panel):
|
|
60
34
|
bl_label: typing.Any
|
|
35
|
+
bl_options: typing.Any
|
|
36
|
+
bl_region_type: typing.Any
|
|
61
37
|
bl_rna: typing.Any
|
|
38
|
+
bl_space_type: typing.Any
|
|
39
|
+
bl_ui_units_x: typing.Any
|
|
62
40
|
id_data: typing.Any
|
|
63
41
|
|
|
64
42
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -81,7 +59,7 @@ class TIME_MT_view(_bpy_types.Menu):
|
|
|
81
59
|
:param context:
|
|
82
60
|
"""
|
|
83
61
|
|
|
84
|
-
class
|
|
62
|
+
class TIME_PT_jump(TimelinePanelButtons, _bpy_types.Panel):
|
|
85
63
|
bl_label: typing.Any
|
|
86
64
|
bl_options: typing.Any
|
|
87
65
|
bl_region_type: typing.Any
|
bl_ui/space_topbar/__init__.pyi
CHANGED
|
@@ -654,6 +654,13 @@ class TOPBAR_PT_name_marker(_bpy_types.Panel):
|
|
|
654
654
|
:param context:
|
|
655
655
|
"""
|
|
656
656
|
|
|
657
|
+
@staticmethod
|
|
658
|
+
def is_using_sequencer(context) -> None:
|
|
659
|
+
"""
|
|
660
|
+
|
|
661
|
+
:param context:
|
|
662
|
+
"""
|
|
663
|
+
|
|
657
664
|
@staticmethod
|
|
658
665
|
def row_with_icon(layout, icon) -> None:
|
|
659
666
|
"""
|
|
@@ -1543,7 +1543,11 @@ class USERPREF_PT_interface_editors(CenterAlignMixIn, InterfacePanel, _bpy_types
|
|
|
1543
1543
|
:param layout:
|
|
1544
1544
|
"""
|
|
1545
1545
|
|
|
1546
|
-
class USERPREF_PT_interface_menus(InterfacePanel, _bpy_types.Panel):
|
|
1546
|
+
class USERPREF_PT_interface_menus(CenterAlignMixIn, InterfacePanel, _bpy_types.Panel):
|
|
1547
|
+
"""Base class for panels to center align contents with some horizontal margin.
|
|
1548
|
+
Deriving classes need to implement a draw_centered(context, layout) function.
|
|
1549
|
+
"""
|
|
1550
|
+
|
|
1547
1551
|
bl_context: typing.Any
|
|
1548
1552
|
bl_label: typing.Any
|
|
1549
1553
|
bl_options: typing.Any
|
|
@@ -1566,10 +1570,11 @@ class USERPREF_PT_interface_menus(InterfacePanel, _bpy_types.Panel):
|
|
|
1566
1570
|
:rtype: typing.Any
|
|
1567
1571
|
"""
|
|
1568
1572
|
|
|
1569
|
-
def
|
|
1573
|
+
def draw_centered(self, context, layout) -> None:
|
|
1570
1574
|
"""
|
|
1571
1575
|
|
|
1572
1576
|
:param context:
|
|
1577
|
+
:param layout:
|
|
1573
1578
|
"""
|
|
1574
1579
|
|
|
1575
1580
|
class USERPREF_PT_interface_menus_mouse_over(
|
bl_ui/space_view3d/__init__.pyi
CHANGED
|
@@ -200,11 +200,11 @@ class TOPBAR_PT_grease_pencil_vertex_color(_bpy_types.Panel):
|
|
|
200
200
|
|
|
201
201
|
class VIEW3D_AST_brush_gpencil_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
202
202
|
bl_activate_operator: typing.Any
|
|
203
|
-
bl_default_preview_size: typing.Any
|
|
204
203
|
bl_options: typing.Any
|
|
205
204
|
bl_rna: typing.Any
|
|
206
205
|
bl_space_type: typing.Any
|
|
207
206
|
brush_type_prop: typing.Any
|
|
207
|
+
filter_brush: typing.Any
|
|
208
208
|
id_data: typing.Any
|
|
209
209
|
mode: typing.Any
|
|
210
210
|
mode_prop: typing.Any
|
|
@@ -225,11 +225,11 @@ class VIEW3D_AST_brush_gpencil_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
|
225
225
|
|
|
226
226
|
class VIEW3D_AST_brush_gpencil_sculpt(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
227
227
|
bl_activate_operator: typing.Any
|
|
228
|
-
bl_default_preview_size: typing.Any
|
|
229
228
|
bl_options: typing.Any
|
|
230
229
|
bl_rna: typing.Any
|
|
231
230
|
bl_space_type: typing.Any
|
|
232
231
|
brush_type_prop: typing.Any
|
|
232
|
+
filter_brush: typing.Any
|
|
233
233
|
id_data: typing.Any
|
|
234
234
|
mode: typing.Any
|
|
235
235
|
mode_prop: typing.Any
|
|
@@ -252,11 +252,11 @@ class VIEW3D_AST_brush_gpencil_vertex(
|
|
|
252
252
|
View3DAssetShelf, AssetShelfHiddenByDefault, _bpy_types.AssetShelf
|
|
253
253
|
):
|
|
254
254
|
bl_activate_operator: typing.Any
|
|
255
|
-
bl_default_preview_size: typing.Any
|
|
256
255
|
bl_options: typing.Any
|
|
257
256
|
bl_rna: typing.Any
|
|
258
257
|
bl_space_type: typing.Any
|
|
259
258
|
brush_type_prop: typing.Any
|
|
259
|
+
filter_brush: typing.Any
|
|
260
260
|
id_data: typing.Any
|
|
261
261
|
mode: typing.Any
|
|
262
262
|
mode_prop: typing.Any
|
|
@@ -279,11 +279,11 @@ class VIEW3D_AST_brush_gpencil_weight(
|
|
|
279
279
|
View3DAssetShelf, AssetShelfHiddenByDefault, _bpy_types.AssetShelf
|
|
280
280
|
):
|
|
281
281
|
bl_activate_operator: typing.Any
|
|
282
|
-
bl_default_preview_size: typing.Any
|
|
283
282
|
bl_options: typing.Any
|
|
284
283
|
bl_rna: typing.Any
|
|
285
284
|
bl_space_type: typing.Any
|
|
286
285
|
brush_type_prop: typing.Any
|
|
286
|
+
filter_brush: typing.Any
|
|
287
287
|
id_data: typing.Any
|
|
288
288
|
mode: typing.Any
|
|
289
289
|
mode_prop: typing.Any
|
|
@@ -304,11 +304,11 @@ class VIEW3D_AST_brush_gpencil_weight(
|
|
|
304
304
|
|
|
305
305
|
class VIEW3D_AST_brush_sculpt(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
306
306
|
bl_activate_operator: typing.Any
|
|
307
|
-
bl_default_preview_size: typing.Any
|
|
308
307
|
bl_options: typing.Any
|
|
309
308
|
bl_rna: typing.Any
|
|
310
309
|
bl_space_type: typing.Any
|
|
311
310
|
brush_type_prop: typing.Any
|
|
311
|
+
filter_brush: typing.Any
|
|
312
312
|
id_data: typing.Any
|
|
313
313
|
mode: typing.Any
|
|
314
314
|
mode_prop: typing.Any
|
|
@@ -329,11 +329,11 @@ class VIEW3D_AST_brush_sculpt(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
|
329
329
|
|
|
330
330
|
class VIEW3D_AST_brush_sculpt_curves(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
331
331
|
bl_activate_operator: typing.Any
|
|
332
|
-
bl_default_preview_size: typing.Any
|
|
333
332
|
bl_options: typing.Any
|
|
334
333
|
bl_rna: typing.Any
|
|
335
334
|
bl_space_type: typing.Any
|
|
336
335
|
brush_type_prop: typing.Any
|
|
336
|
+
filter_brush: typing.Any
|
|
337
337
|
id_data: typing.Any
|
|
338
338
|
mode: typing.Any
|
|
339
339
|
mode_prop: typing.Any
|
|
@@ -354,11 +354,11 @@ class VIEW3D_AST_brush_sculpt_curves(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
|
354
354
|
|
|
355
355
|
class VIEW3D_AST_brush_texture_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
356
356
|
bl_activate_operator: typing.Any
|
|
357
|
-
bl_default_preview_size: typing.Any
|
|
358
357
|
bl_options: typing.Any
|
|
359
358
|
bl_rna: typing.Any
|
|
360
359
|
bl_space_type: typing.Any
|
|
361
360
|
brush_type_prop: typing.Any
|
|
361
|
+
filter_brush: typing.Any
|
|
362
362
|
id_data: typing.Any
|
|
363
363
|
mode: typing.Any
|
|
364
364
|
mode_prop: typing.Any
|
|
@@ -386,11 +386,11 @@ class VIEW3D_AST_brush_texture_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
|
386
386
|
|
|
387
387
|
class VIEW3D_AST_brush_vertex_paint(View3DAssetShelf, _bpy_types.AssetShelf):
|
|
388
388
|
bl_activate_operator: typing.Any
|
|
389
|
-
bl_default_preview_size: typing.Any
|
|
390
389
|
bl_options: typing.Any
|
|
391
390
|
bl_rna: typing.Any
|
|
392
391
|
bl_space_type: typing.Any
|
|
393
392
|
brush_type_prop: typing.Any
|
|
393
|
+
filter_brush: typing.Any
|
|
394
394
|
id_data: typing.Any
|
|
395
395
|
mode: typing.Any
|
|
396
396
|
mode_prop: typing.Any
|
|
@@ -413,11 +413,11 @@ class VIEW3D_AST_brush_weight_paint(
|
|
|
413
413
|
View3DAssetShelf, AssetShelfHiddenByDefault, _bpy_types.AssetShelf
|
|
414
414
|
):
|
|
415
415
|
bl_activate_operator: typing.Any
|
|
416
|
-
bl_default_preview_size: typing.Any
|
|
417
416
|
bl_options: typing.Any
|
|
418
417
|
bl_rna: typing.Any
|
|
419
418
|
bl_space_type: typing.Any
|
|
420
419
|
brush_type_prop: typing.Any
|
|
420
|
+
filter_brush: typing.Any
|
|
421
421
|
id_data: typing.Any
|
|
422
422
|
mode: typing.Any
|
|
423
423
|
mode_prop: typing.Any
|
|
@@ -6243,6 +6243,34 @@ class VIEW3D_PT_overlay_sculpt_curves(_bpy_types.Panel):
|
|
|
6243
6243
|
:param context:
|
|
6244
6244
|
"""
|
|
6245
6245
|
|
|
6246
|
+
class VIEW3D_PT_overlay_text(_bpy_types.Panel):
|
|
6247
|
+
bl_label: typing.Any
|
|
6248
|
+
bl_parent_id: typing.Any
|
|
6249
|
+
bl_region_type: typing.Any
|
|
6250
|
+
bl_rna: typing.Any
|
|
6251
|
+
bl_space_type: typing.Any
|
|
6252
|
+
id_data: typing.Any
|
|
6253
|
+
|
|
6254
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
6255
|
+
"""
|
|
6256
|
+
|
|
6257
|
+
:return: The RNA type or default when not found.
|
|
6258
|
+
:rtype: bpy.types.Struct
|
|
6259
|
+
"""
|
|
6260
|
+
|
|
6261
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
6262
|
+
"""
|
|
6263
|
+
|
|
6264
|
+
:return: The class or default when not found.
|
|
6265
|
+
:rtype: typing.Any
|
|
6266
|
+
"""
|
|
6267
|
+
|
|
6268
|
+
def draw(self, context) -> None:
|
|
6269
|
+
"""
|
|
6270
|
+
|
|
6271
|
+
:param context:
|
|
6272
|
+
"""
|
|
6273
|
+
|
|
6246
6274
|
class VIEW3D_PT_overlay_texture_paint(_bpy_types.Panel):
|
|
6247
6275
|
bl_label: typing.Any
|
|
6248
6276
|
bl_region_type: typing.Any
|
|
@@ -7115,10 +7143,10 @@ class VIEW3D_PT_viewport_debug(_bpy_types.Panel):
|
|
|
7115
7143
|
|
|
7116
7144
|
class View3DAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
|
|
7117
7145
|
bl_activate_operator: typing.Any
|
|
7118
|
-
bl_default_preview_size: typing.Any
|
|
7119
7146
|
bl_options: typing.Any
|
|
7120
7147
|
bl_space_type: typing.Any
|
|
7121
7148
|
brush_type_prop: typing.Any
|
|
7149
|
+
filter_brush: typing.Any
|
|
7122
7150
|
mode_prop: typing.Any
|
|
7123
7151
|
|
|
7124
7152
|
class _draw_tool_settings_context_mode:
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
import typing
|
|
2
|
+
import collections.abc
|
|
3
|
+
import typing_extensions
|
|
4
|
+
import numpy.typing as npt
|
|
5
|
+
import _bpy_types
|
|
6
|
+
import bpy.types
|
|
7
|
+
|
|
8
|
+
class GlobalTransformPanelMixin:
|
|
9
|
+
bl_category: typing.Any
|
|
10
|
+
bl_region_type: typing.Any
|
|
11
|
+
bl_space_type: typing.Any
|
|
12
|
+
|
|
13
|
+
class VIEW3D_PT_copy_global_transform(GlobalTransformPanelMixin, _bpy_types.Panel):
|
|
14
|
+
bl_category: typing.Any
|
|
15
|
+
bl_label: typing.Any
|
|
16
|
+
bl_region_type: typing.Any
|
|
17
|
+
bl_rna: typing.Any
|
|
18
|
+
bl_space_type: typing.Any
|
|
19
|
+
id_data: typing.Any
|
|
20
|
+
|
|
21
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
:return: The RNA type or default when not found.
|
|
25
|
+
:rtype: bpy.types.Struct
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
29
|
+
"""
|
|
30
|
+
|
|
31
|
+
:return: The class or default when not found.
|
|
32
|
+
:rtype: typing.Any
|
|
33
|
+
"""
|
|
34
|
+
|
|
35
|
+
def draw(self, context) -> None:
|
|
36
|
+
"""
|
|
37
|
+
|
|
38
|
+
:param context:
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
class VIEW3D_PT_copy_global_transform_fix_to_camera(
|
|
42
|
+
GlobalTransformPanelMixin, _bpy_types.Panel
|
|
43
|
+
):
|
|
44
|
+
bl_category: typing.Any
|
|
45
|
+
bl_label: typing.Any
|
|
46
|
+
bl_options: typing.Any
|
|
47
|
+
bl_parent_id: typing.Any
|
|
48
|
+
bl_region_type: typing.Any
|
|
49
|
+
bl_rna: typing.Any
|
|
50
|
+
bl_space_type: typing.Any
|
|
51
|
+
id_data: typing.Any
|
|
52
|
+
|
|
53
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
54
|
+
"""
|
|
55
|
+
|
|
56
|
+
:return: The RNA type or default when not found.
|
|
57
|
+
:rtype: bpy.types.Struct
|
|
58
|
+
"""
|
|
59
|
+
|
|
60
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
61
|
+
"""
|
|
62
|
+
|
|
63
|
+
:return: The class or default when not found.
|
|
64
|
+
:rtype: typing.Any
|
|
65
|
+
"""
|
|
66
|
+
|
|
67
|
+
def draw(self, context) -> None:
|
|
68
|
+
"""
|
|
69
|
+
|
|
70
|
+
:param context:
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
class VIEW3D_PT_copy_global_transform_mirror(
|
|
74
|
+
GlobalTransformPanelMixin, _bpy_types.Panel
|
|
75
|
+
):
|
|
76
|
+
bl_category: typing.Any
|
|
77
|
+
bl_label: typing.Any
|
|
78
|
+
bl_options: typing.Any
|
|
79
|
+
bl_parent_id: typing.Any
|
|
80
|
+
bl_region_type: typing.Any
|
|
81
|
+
bl_rna: typing.Any
|
|
82
|
+
bl_space_type: typing.Any
|
|
83
|
+
id_data: typing.Any
|
|
84
|
+
|
|
85
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
86
|
+
"""
|
|
87
|
+
|
|
88
|
+
:return: The RNA type or default when not found.
|
|
89
|
+
:rtype: bpy.types.Struct
|
|
90
|
+
"""
|
|
91
|
+
|
|
92
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
93
|
+
"""
|
|
94
|
+
|
|
95
|
+
:return: The class or default when not found.
|
|
96
|
+
:rtype: typing.Any
|
|
97
|
+
"""
|
|
98
|
+
|
|
99
|
+
def draw(self, context) -> None:
|
|
100
|
+
"""
|
|
101
|
+
|
|
102
|
+
:param context:
|
|
103
|
+
"""
|
|
104
|
+
|
|
105
|
+
class VIEW3D_PT_copy_global_transform_relative(
|
|
106
|
+
GlobalTransformPanelMixin, _bpy_types.Panel
|
|
107
|
+
):
|
|
108
|
+
bl_category: typing.Any
|
|
109
|
+
bl_label: typing.Any
|
|
110
|
+
bl_options: typing.Any
|
|
111
|
+
bl_parent_id: typing.Any
|
|
112
|
+
bl_region_type: typing.Any
|
|
113
|
+
bl_rna: typing.Any
|
|
114
|
+
bl_space_type: typing.Any
|
|
115
|
+
id_data: typing.Any
|
|
116
|
+
|
|
117
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
118
|
+
"""
|
|
119
|
+
|
|
120
|
+
:return: The RNA type or default when not found.
|
|
121
|
+
:rtype: bpy.types.Struct
|
|
122
|
+
"""
|
|
123
|
+
|
|
124
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
125
|
+
"""
|
|
126
|
+
|
|
127
|
+
:return: The class or default when not found.
|
|
128
|
+
:rtype: typing.Any
|
|
129
|
+
"""
|
|
130
|
+
|
|
131
|
+
def draw(self, context) -> None:
|
|
132
|
+
"""
|
|
133
|
+
|
|
134
|
+
:param context:
|
|
135
|
+
"""
|
|
@@ -1372,6 +1372,7 @@ class VIEW3D_PT_tools_mask_texture(
|
|
|
1372
1372
|
bl_region_type: typing.Any
|
|
1373
1373
|
bl_rna: typing.Any
|
|
1374
1374
|
bl_space_type: typing.Any
|
|
1375
|
+
bl_ui_units_x: typing.Any
|
|
1375
1376
|
id_data: typing.Any
|
|
1376
1377
|
|
|
1377
1378
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -2152,6 +2153,7 @@ class VIEW3D_PT_tools_brush_texture(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2152
2153
|
bl_region_type: typing.Any
|
|
2153
2154
|
bl_rna: typing.Any
|
|
2154
2155
|
bl_space_type: typing.Any
|
|
2156
|
+
bl_ui_units_x: typing.Any
|
|
2155
2157
|
id_data: typing.Any
|
|
2156
2158
|
|
|
2157
2159
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -2324,7 +2326,6 @@ class VIEW3D_PT_tools_particlemode(_bpy_types.Panel, View3DPaintPanel):
|
|
|
2324
2326
|
bl_category: typing.Any
|
|
2325
2327
|
bl_context: typing.Any
|
|
2326
2328
|
bl_label: typing.Any
|
|
2327
|
-
bl_options: typing.Any
|
|
2328
2329
|
bl_region_type: typing.Any
|
|
2329
2330
|
bl_rna: typing.Any
|
|
2330
2331
|
bl_space_type: typing.Any
|
blf/__init__.pyi
CHANGED
|
@@ -23,6 +23,7 @@ import typing
|
|
|
23
23
|
import collections.abc
|
|
24
24
|
import typing_extensions
|
|
25
25
|
import numpy.typing as npt
|
|
26
|
+
import imbuf.types
|
|
26
27
|
|
|
27
28
|
def aspect(fontid: int, aspect: float) -> None:
|
|
28
29
|
"""Set the aspect for drawing text.
|
|
@@ -33,11 +34,13 @@ def aspect(fontid: int, aspect: float) -> None:
|
|
|
33
34
|
:type aspect: float
|
|
34
35
|
"""
|
|
35
36
|
|
|
36
|
-
def bind_imbuf(fontid: int,
|
|
37
|
+
def bind_imbuf(fontid: int, imbuf: imbuf.types.ImBuf) -> None:
|
|
37
38
|
"""Context manager to draw text into an image buffer instead of the GPUs context.
|
|
38
39
|
|
|
39
40
|
:param fontid: The id of the typeface as returned by `blf.load`, for default font use 0.
|
|
40
41
|
:type fontid: int
|
|
42
|
+
:param imbuf: The image to draw into.
|
|
43
|
+
:type imbuf: imbuf.types.ImBuf
|
|
41
44
|
:return: The BLF ImBuf context manager.
|
|
42
45
|
"""
|
|
43
46
|
|
|
@@ -166,15 +169,15 @@ def shadow(fontid: int, level: int, r: float, g: float, b: float, a: float) -> N
|
|
|
166
169
|
:type a: float
|
|
167
170
|
"""
|
|
168
171
|
|
|
169
|
-
def shadow_offset(fontid: int, x:
|
|
172
|
+
def shadow_offset(fontid: int, x: int, y: int) -> None:
|
|
170
173
|
"""Set the offset for shadow text.
|
|
171
174
|
|
|
172
175
|
:param fontid: The id of the typeface as returned by `blf.load`, for default font use 0.
|
|
173
176
|
:type fontid: int
|
|
174
|
-
:param x:
|
|
175
|
-
:type x:
|
|
176
|
-
:param y:
|
|
177
|
-
:type y:
|
|
177
|
+
:param x: Horizontal shadow offset value in pixels.
|
|
178
|
+
:type x: int
|
|
179
|
+
:param y: Vertical shadow offset value in pixels.
|
|
180
|
+
:type y: int
|
|
178
181
|
"""
|
|
179
182
|
|
|
180
183
|
def size(fontid: int, size: float) -> None:
|
bmesh/ops/__init__.pyi
CHANGED
|
@@ -964,6 +964,7 @@ def extrude_face_region(
|
|
|
964
964
|
use_normal_from_adjacent: bool = False,
|
|
965
965
|
use_dissolve_ortho_edges: bool = False,
|
|
966
966
|
use_select_history: bool = False,
|
|
967
|
+
skip_input_flip: bool = False,
|
|
967
968
|
) -> dict[str, typing.Any]:
|
|
968
969
|
"""Extrude Faces.Extrude operator (does not transform)
|
|
969
970
|
|
|
@@ -982,6 +983,8 @@ def extrude_face_region(
|
|
|
982
983
|
:type use_dissolve_ortho_edges: bool
|
|
983
984
|
:param use_select_history: Pass to duplicate.
|
|
984
985
|
:type use_select_history: bool
|
|
986
|
+
:param skip_input_flip: Skip flipping of input faces to preserve original orientation.
|
|
987
|
+
:type skip_input_flip: bool
|
|
985
988
|
:return: geom:
|
|
986
989
|
|
|
987
990
|
type list of (`bmesh.types.BMVert`, `bmesh.types.BMEdge`, `bmesh.types.BMFace`)
|