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
|
@@ -7,7 +7,7 @@ import bl_ui.node_add_menu
|
|
|
7
7
|
import bpy.types
|
|
8
8
|
|
|
9
9
|
class NODE_MT_texture_node_all_base(bl_ui.node_add_menu.NodeMenu):
|
|
10
|
-
"""A
|
|
10
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
11
11
|
|
|
12
12
|
bl_label: typing.Any
|
|
13
13
|
bl_rna: typing.Any
|
|
@@ -377,6 +377,37 @@ class BONE_PT_bFollowTrackConstraint(
|
|
|
377
377
|
:param context:
|
|
378
378
|
"""
|
|
379
379
|
|
|
380
|
+
class BONE_PT_bGeometryAttributeConstraint(
|
|
381
|
+
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
382
|
+
):
|
|
383
|
+
bl_context: typing.Any
|
|
384
|
+
bl_label: typing.Any
|
|
385
|
+
bl_options: typing.Any
|
|
386
|
+
bl_region_type: typing.Any
|
|
387
|
+
bl_rna: typing.Any
|
|
388
|
+
bl_space_type: typing.Any
|
|
389
|
+
id_data: typing.Any
|
|
390
|
+
|
|
391
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
392
|
+
"""
|
|
393
|
+
|
|
394
|
+
:return: The RNA type or default when not found.
|
|
395
|
+
:rtype: bpy.types.Struct
|
|
396
|
+
"""
|
|
397
|
+
|
|
398
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
399
|
+
"""
|
|
400
|
+
|
|
401
|
+
:return: The class or default when not found.
|
|
402
|
+
:rtype: typing.Any
|
|
403
|
+
"""
|
|
404
|
+
|
|
405
|
+
def draw(self, context) -> None:
|
|
406
|
+
"""
|
|
407
|
+
|
|
408
|
+
:param context:
|
|
409
|
+
"""
|
|
410
|
+
|
|
380
411
|
class BONE_PT_bKinematicConstraint(
|
|
381
412
|
ConstraintButtonsPanel, BoneConstraintPanel, _bpy_types.Panel
|
|
382
413
|
):
|
|
@@ -1282,6 +1313,12 @@ class ConstraintButtonsPanel:
|
|
|
1282
1313
|
:param context:
|
|
1283
1314
|
"""
|
|
1284
1315
|
|
|
1316
|
+
def draw_geometry_attribute(self, context) -> None:
|
|
1317
|
+
"""
|
|
1318
|
+
|
|
1319
|
+
:param context:
|
|
1320
|
+
"""
|
|
1321
|
+
|
|
1285
1322
|
def draw_header(self, context) -> None:
|
|
1286
1323
|
"""
|
|
1287
1324
|
|
|
@@ -1886,6 +1923,37 @@ class OBJECT_PT_bFollowTrackConstraint(
|
|
|
1886
1923
|
:param context:
|
|
1887
1924
|
"""
|
|
1888
1925
|
|
|
1926
|
+
class OBJECT_PT_bGeometryAttributeConstraint(
|
|
1927
|
+
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1928
|
+
):
|
|
1929
|
+
bl_context: typing.Any
|
|
1930
|
+
bl_label: typing.Any
|
|
1931
|
+
bl_options: typing.Any
|
|
1932
|
+
bl_region_type: typing.Any
|
|
1933
|
+
bl_rna: typing.Any
|
|
1934
|
+
bl_space_type: typing.Any
|
|
1935
|
+
id_data: typing.Any
|
|
1936
|
+
|
|
1937
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1938
|
+
"""
|
|
1939
|
+
|
|
1940
|
+
:return: The RNA type or default when not found.
|
|
1941
|
+
:rtype: bpy.types.Struct
|
|
1942
|
+
"""
|
|
1943
|
+
|
|
1944
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1945
|
+
"""
|
|
1946
|
+
|
|
1947
|
+
:return: The class or default when not found.
|
|
1948
|
+
:rtype: typing.Any
|
|
1949
|
+
"""
|
|
1950
|
+
|
|
1951
|
+
def draw(self, context) -> None:
|
|
1952
|
+
"""
|
|
1953
|
+
|
|
1954
|
+
:param context:
|
|
1955
|
+
"""
|
|
1956
|
+
|
|
1889
1957
|
class OBJECT_PT_bKinematicConstraint(
|
|
1890
1958
|
ConstraintButtonsPanel, ObjectConstraintPanel, _bpy_types.Panel
|
|
1891
1959
|
):
|
|
@@ -487,6 +487,43 @@ class OBJECT_PT_motion_paths_display(
|
|
|
487
487
|
:param context:
|
|
488
488
|
"""
|
|
489
489
|
|
|
490
|
+
class OBJECT_PT_parent_inverse_transform(ObjectButtonsPanel, _bpy_types.Panel):
|
|
491
|
+
bl_context: typing.Any
|
|
492
|
+
bl_label: typing.Any
|
|
493
|
+
bl_options: typing.Any
|
|
494
|
+
bl_parent_id: typing.Any
|
|
495
|
+
bl_region_type: typing.Any
|
|
496
|
+
bl_rna: typing.Any
|
|
497
|
+
bl_space_type: typing.Any
|
|
498
|
+
id_data: typing.Any
|
|
499
|
+
|
|
500
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
501
|
+
"""
|
|
502
|
+
|
|
503
|
+
:return: The RNA type or default when not found.
|
|
504
|
+
:rtype: bpy.types.Struct
|
|
505
|
+
"""
|
|
506
|
+
|
|
507
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
508
|
+
"""
|
|
509
|
+
|
|
510
|
+
:return: The class or default when not found.
|
|
511
|
+
:rtype: typing.Any
|
|
512
|
+
"""
|
|
513
|
+
|
|
514
|
+
def draw(self, context) -> None:
|
|
515
|
+
"""
|
|
516
|
+
|
|
517
|
+
:param context:
|
|
518
|
+
"""
|
|
519
|
+
|
|
520
|
+
@classmethod
|
|
521
|
+
def poll(cls, context) -> None:
|
|
522
|
+
"""
|
|
523
|
+
|
|
524
|
+
:param context:
|
|
525
|
+
"""
|
|
526
|
+
|
|
490
527
|
class OBJECT_PT_relations(ObjectButtonsPanel, _bpy_types.Panel):
|
|
491
528
|
bl_context: typing.Any
|
|
492
529
|
bl_label: typing.Any
|
|
@@ -7,9 +7,9 @@ import bpy.types
|
|
|
7
7
|
|
|
8
8
|
class BrushAssetShelf:
|
|
9
9
|
bl_activate_operator: typing.Any
|
|
10
|
-
bl_default_preview_size: typing.Any
|
|
11
10
|
bl_options: typing.Any
|
|
12
11
|
brush_type_prop: typing.Any
|
|
12
|
+
filter_brush: typing.Any
|
|
13
13
|
mode_prop: typing.Any
|
|
14
14
|
|
|
15
15
|
@classmethod
|
|
@@ -86,6 +86,28 @@ class UnifiedPaintPanel:
|
|
|
86
86
|
:param context:
|
|
87
87
|
"""
|
|
88
88
|
|
|
89
|
+
@staticmethod
|
|
90
|
+
def prop_custom_pressure(
|
|
91
|
+
layout,
|
|
92
|
+
context,
|
|
93
|
+
parent_row,
|
|
94
|
+
brush,
|
|
95
|
+
*,
|
|
96
|
+
pressure_name,
|
|
97
|
+
curve_visibility_name,
|
|
98
|
+
custom_curve_name,
|
|
99
|
+
) -> None:
|
|
100
|
+
"""
|
|
101
|
+
|
|
102
|
+
:param layout:
|
|
103
|
+
:param context:
|
|
104
|
+
:param parent_row:
|
|
105
|
+
:param brush:
|
|
106
|
+
:param pressure_name:
|
|
107
|
+
:param curve_visibility_name:
|
|
108
|
+
:param custom_curve_name:
|
|
109
|
+
"""
|
|
110
|
+
|
|
89
111
|
@staticmethod
|
|
90
112
|
def prop_unified(
|
|
91
113
|
layout,
|
|
@@ -95,7 +117,6 @@ class UnifiedPaintPanel:
|
|
|
95
117
|
unified_paint_settings_override=None,
|
|
96
118
|
unified_name=None,
|
|
97
119
|
pressure_name=None,
|
|
98
|
-
curve_visibility_name=None,
|
|
99
120
|
text=None,
|
|
100
121
|
slider=False,
|
|
101
122
|
header=False,
|
|
@@ -111,7 +132,6 @@ class UnifiedPaintPanel:
|
|
|
111
132
|
:param unified_paint_settings_override:
|
|
112
133
|
:param unified_name:
|
|
113
134
|
:param pressure_name:
|
|
114
|
-
:param curve_visibility_name:
|
|
115
135
|
:param text:
|
|
116
136
|
:param slider:
|
|
117
137
|
:param header:
|
|
@@ -342,9 +362,6 @@ class TextureMaskPanel(BrushPanel):
|
|
|
342
362
|
"""
|
|
343
363
|
|
|
344
364
|
def brush_basic__draw_color_selector(context, layout, brush, gp_settings) -> None: ...
|
|
345
|
-
def brush_basic_gpencil_vertex_settings(
|
|
346
|
-
layout, context, brush, *, compact=False
|
|
347
|
-
) -> None: ...
|
|
348
365
|
def brush_basic_grease_pencil_paint_settings(
|
|
349
366
|
layout, context, brush, props, *, compact=False
|
|
350
367
|
) -> None: ...
|