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
|
@@ -0,0 +1,47 @@
|
|
|
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 STRIP_PT_modifiers(StripModButtonsPanel, _bpy_types.Panel):
|
|
9
|
+
bl_context: typing.Any
|
|
10
|
+
bl_label: typing.Any
|
|
11
|
+
bl_options: typing.Any
|
|
12
|
+
bl_region_type: typing.Any
|
|
13
|
+
bl_rna: typing.Any
|
|
14
|
+
bl_space_type: typing.Any
|
|
15
|
+
id_data: typing.Any
|
|
16
|
+
|
|
17
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
:return: The RNA type or default when not found.
|
|
21
|
+
:rtype: bpy.types.Struct
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
25
|
+
"""
|
|
26
|
+
|
|
27
|
+
:return: The class or default when not found.
|
|
28
|
+
:rtype: typing.Any
|
|
29
|
+
"""
|
|
30
|
+
|
|
31
|
+
def draw(self, context) -> None:
|
|
32
|
+
"""
|
|
33
|
+
|
|
34
|
+
:param context:
|
|
35
|
+
"""
|
|
36
|
+
|
|
37
|
+
class StripModButtonsPanel:
|
|
38
|
+
bl_context: typing.Any
|
|
39
|
+
bl_region_type: typing.Any
|
|
40
|
+
bl_space_type: typing.Any
|
|
41
|
+
|
|
42
|
+
@classmethod
|
|
43
|
+
def poll(cls, context) -> None:
|
|
44
|
+
"""
|
|
45
|
+
|
|
46
|
+
:param context:
|
|
47
|
+
"""
|
|
@@ -385,6 +385,13 @@ class VIEWLAYER_UL_aov(_bpy_types.UIList):
|
|
|
385
385
|
bl_rna: typing.Any
|
|
386
386
|
id_data: typing.Any
|
|
387
387
|
|
|
388
|
+
@staticmethod
|
|
389
|
+
def aov_icon(item) -> None:
|
|
390
|
+
"""
|
|
391
|
+
|
|
392
|
+
:param item:
|
|
393
|
+
"""
|
|
394
|
+
|
|
388
395
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
389
396
|
"""
|
|
390
397
|
|
bl_ui/space_clip/__init__.pyi
CHANGED
|
@@ -2075,6 +2075,7 @@ class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
|
2075
2075
|
"""
|
|
2076
2076
|
|
|
2077
2077
|
class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, _bpy_types.Panel):
|
|
2078
|
+
bl_category: typing.Any
|
|
2078
2079
|
bl_label: typing.Any
|
|
2079
2080
|
bl_options: typing.Any
|
|
2080
2081
|
bl_parent_id: typing.Any
|
|
@@ -584,6 +584,34 @@ class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, _bpy_types.Pan
|
|
|
584
584
|
:param context:
|
|
585
585
|
"""
|
|
586
586
|
|
|
587
|
+
class DOPESHEET_PT_dopesheet_overlay(_bpy_types.Panel):
|
|
588
|
+
bl_label: typing.Any
|
|
589
|
+
bl_parent_id: typing.Any
|
|
590
|
+
bl_region_type: typing.Any
|
|
591
|
+
bl_rna: typing.Any
|
|
592
|
+
bl_space_type: typing.Any
|
|
593
|
+
id_data: typing.Any
|
|
594
|
+
|
|
595
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
596
|
+
"""
|
|
597
|
+
|
|
598
|
+
:return: The RNA type or default when not found.
|
|
599
|
+
:rtype: bpy.types.Struct
|
|
600
|
+
"""
|
|
601
|
+
|
|
602
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
603
|
+
"""
|
|
604
|
+
|
|
605
|
+
:return: The class or default when not found.
|
|
606
|
+
:rtype: typing.Any
|
|
607
|
+
"""
|
|
608
|
+
|
|
609
|
+
def draw(self, context) -> None:
|
|
610
|
+
"""
|
|
611
|
+
|
|
612
|
+
:param context:
|
|
613
|
+
"""
|
|
614
|
+
|
|
587
615
|
class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, _bpy_types.Panel):
|
|
588
616
|
bl_label: typing.Any
|
|
589
617
|
bl_region_type: typing.Any
|
|
@@ -781,6 +809,34 @@ class DOPESHEET_PT_grease_pencil_mode(
|
|
|
781
809
|
:param context:
|
|
782
810
|
"""
|
|
783
811
|
|
|
812
|
+
class DOPESHEET_PT_overlay(_bpy_types.Panel):
|
|
813
|
+
bl_label: typing.Any
|
|
814
|
+
bl_region_type: typing.Any
|
|
815
|
+
bl_rna: typing.Any
|
|
816
|
+
bl_space_type: typing.Any
|
|
817
|
+
bl_ui_units_x: typing.Any
|
|
818
|
+
id_data: typing.Any
|
|
819
|
+
|
|
820
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
821
|
+
"""
|
|
822
|
+
|
|
823
|
+
:return: The RNA type or default when not found.
|
|
824
|
+
:rtype: bpy.types.Struct
|
|
825
|
+
"""
|
|
826
|
+
|
|
827
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
828
|
+
"""
|
|
829
|
+
|
|
830
|
+
:return: The class or default when not found.
|
|
831
|
+
:rtype: typing.Any
|
|
832
|
+
"""
|
|
833
|
+
|
|
834
|
+
def draw(self, _context) -> None:
|
|
835
|
+
"""
|
|
836
|
+
|
|
837
|
+
:param _context:
|
|
838
|
+
"""
|
|
839
|
+
|
|
784
840
|
class DOPESHEET_PT_proportional_edit(_bpy_types.Panel):
|
|
785
841
|
bl_label: typing.Any
|
|
786
842
|
bl_region_type: typing.Any
|
bl_ui/space_image/__init__.pyi
CHANGED
|
@@ -22,11 +22,11 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
|
|
|
22
22
|
|
|
23
23
|
class IMAGE_AST_brush_paint(ImageAssetShelf, _bpy_types.AssetShelf):
|
|
24
24
|
bl_activate_operator: typing.Any
|
|
25
|
-
bl_default_preview_size: typing.Any
|
|
26
25
|
bl_options: typing.Any
|
|
27
26
|
bl_rna: typing.Any
|
|
28
27
|
bl_space_type: typing.Any
|
|
29
28
|
brush_type_prop: typing.Any
|
|
29
|
+
filter_brush: typing.Any
|
|
30
30
|
id_data: typing.Any
|
|
31
31
|
mode_prop: typing.Any
|
|
32
32
|
|
|
@@ -1952,10 +1952,10 @@ class IMAGE_UL_udim_tiles(_bpy_types.UIList):
|
|
|
1952
1952
|
|
|
1953
1953
|
class ImageAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
|
|
1954
1954
|
bl_activate_operator: typing.Any
|
|
1955
|
-
bl_default_preview_size: typing.Any
|
|
1956
1955
|
bl_options: typing.Any
|
|
1957
1956
|
bl_space_type: typing.Any
|
|
1958
1957
|
brush_type_prop: typing.Any
|
|
1958
|
+
filter_brush: typing.Any
|
|
1959
1959
|
mode_prop: typing.Any
|
|
1960
1960
|
|
|
1961
1961
|
class ImageScopesPanel:
|
bl_ui/space_node/__init__.pyi
CHANGED
|
@@ -11,9 +11,11 @@ import bpy.types
|
|
|
11
11
|
import rna_prop_ui
|
|
12
12
|
|
|
13
13
|
class NODE_AST_compositor(_bpy_types.AssetShelf):
|
|
14
|
+
bl_options: typing.Any
|
|
14
15
|
bl_region_type: typing.Any
|
|
15
16
|
bl_rna: typing.Any
|
|
16
17
|
bl_space_type: typing.Any
|
|
18
|
+
filter_node_tree: typing.Any
|
|
17
19
|
id_data: typing.Any
|
|
18
20
|
|
|
19
21
|
@classmethod
|
|
@@ -70,7 +72,7 @@ class NODE_HT_header(_bpy_types.Header):
|
|
|
70
72
|
"""
|
|
71
73
|
|
|
72
74
|
class NODE_MT_add(bl_ui.node_add_menu.AddNodeMenu):
|
|
73
|
-
"""A
|
|
75
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
74
76
|
|
|
75
77
|
bl_label: typing.Any
|
|
76
78
|
bl_options: typing.Any
|
|
@@ -281,6 +283,31 @@ class NODE_MT_node_tree_interface_context_menu(_bpy_types.Menu):
|
|
|
281
283
|
:param context:
|
|
282
284
|
"""
|
|
283
285
|
|
|
286
|
+
class NODE_MT_node_tree_interface_new_item(_bpy_types.Menu):
|
|
287
|
+
bl_label: typing.Any
|
|
288
|
+
bl_rna: typing.Any
|
|
289
|
+
id_data: typing.Any
|
|
290
|
+
|
|
291
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
292
|
+
"""
|
|
293
|
+
|
|
294
|
+
:return: The RNA type or default when not found.
|
|
295
|
+
:rtype: bpy.types.Struct
|
|
296
|
+
"""
|
|
297
|
+
|
|
298
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
299
|
+
"""
|
|
300
|
+
|
|
301
|
+
:return: The class or default when not found.
|
|
302
|
+
:rtype: typing.Any
|
|
303
|
+
"""
|
|
304
|
+
|
|
305
|
+
def draw(self, context) -> None:
|
|
306
|
+
"""
|
|
307
|
+
|
|
308
|
+
:param context:
|
|
309
|
+
"""
|
|
310
|
+
|
|
284
311
|
class NODE_MT_select(_bpy_types.Menu):
|
|
285
312
|
bl_label: typing.Any
|
|
286
313
|
bl_rna: typing.Any
|
|
@@ -307,7 +334,7 @@ class NODE_MT_select(_bpy_types.Menu):
|
|
|
307
334
|
"""
|
|
308
335
|
|
|
309
336
|
class NODE_MT_swap(bl_ui.node_add_menu.SwapNodeMenu):
|
|
310
|
-
"""A
|
|
337
|
+
"""A base-class defining the shared methods for AddNodeMenu and SwapNodeMenu."""
|
|
311
338
|
|
|
312
339
|
bl_label: typing.Any
|
|
313
340
|
bl_options: typing.Any
|
|
@@ -813,41 +840,7 @@ class NODE_PT_node_tree_animation(_bpy_types.Panel):
|
|
|
813
840
|
bl_category: typing.Any
|
|
814
841
|
bl_label: typing.Any
|
|
815
842
|
bl_options: typing.Any
|
|
816
|
-
|
|
817
|
-
bl_rna: typing.Any
|
|
818
|
-
bl_space_type: typing.Any
|
|
819
|
-
id_data: typing.Any
|
|
820
|
-
|
|
821
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
822
|
-
"""
|
|
823
|
-
|
|
824
|
-
:return: The RNA type or default when not found.
|
|
825
|
-
:rtype: bpy.types.Struct
|
|
826
|
-
"""
|
|
827
|
-
|
|
828
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
829
|
-
"""
|
|
830
|
-
|
|
831
|
-
:return: The class or default when not found.
|
|
832
|
-
:rtype: typing.Any
|
|
833
|
-
"""
|
|
834
|
-
|
|
835
|
-
def draw(self, context) -> None:
|
|
836
|
-
"""
|
|
837
|
-
|
|
838
|
-
:param context:
|
|
839
|
-
"""
|
|
840
|
-
|
|
841
|
-
@classmethod
|
|
842
|
-
def poll(cls, context) -> None:
|
|
843
|
-
"""
|
|
844
|
-
|
|
845
|
-
:param context:
|
|
846
|
-
"""
|
|
847
|
-
|
|
848
|
-
class NODE_PT_node_tree_interface(_bpy_types.Panel):
|
|
849
|
-
bl_category: typing.Any
|
|
850
|
-
bl_label: typing.Any
|
|
843
|
+
bl_order: typing.Any
|
|
851
844
|
bl_region_type: typing.Any
|
|
852
845
|
bl_rna: typing.Any
|
|
853
846
|
bl_space_type: typing.Any
|
|
@@ -883,6 +876,7 @@ class NODE_PT_node_tree_interface(_bpy_types.Panel):
|
|
|
883
876
|
class NODE_PT_node_tree_properties(_bpy_types.Panel):
|
|
884
877
|
bl_category: typing.Any
|
|
885
878
|
bl_label: typing.Any
|
|
879
|
+
bl_order: typing.Any
|
|
886
880
|
bl_region_type: typing.Any
|
|
887
881
|
bl_rna: typing.Any
|
|
888
882
|
bl_space_type: typing.Any
|
|
@@ -87,6 +87,35 @@ class PROPERTIES_PT_options(_bpy_types.Panel):
|
|
|
87
87
|
:param context:
|
|
88
88
|
"""
|
|
89
89
|
|
|
90
|
+
class PROPERTIES_PT_visibility(_bpy_types.Panel):
|
|
91
|
+
"""Choose visibility of tabs in the properties editor"""
|
|
92
|
+
|
|
93
|
+
bl_label: typing.Any
|
|
94
|
+
bl_region_type: typing.Any
|
|
95
|
+
bl_rna: typing.Any
|
|
96
|
+
bl_space_type: typing.Any
|
|
97
|
+
id_data: typing.Any
|
|
98
|
+
|
|
99
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
100
|
+
"""
|
|
101
|
+
|
|
102
|
+
:return: The RNA type or default when not found.
|
|
103
|
+
:rtype: bpy.types.Struct
|
|
104
|
+
"""
|
|
105
|
+
|
|
106
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
107
|
+
"""
|
|
108
|
+
|
|
109
|
+
:return: The class or default when not found.
|
|
110
|
+
:rtype: typing.Any
|
|
111
|
+
"""
|
|
112
|
+
|
|
113
|
+
def draw(self, context) -> None:
|
|
114
|
+
"""
|
|
115
|
+
|
|
116
|
+
:param context:
|
|
117
|
+
"""
|
|
118
|
+
|
|
90
119
|
class PropertiesAnimationMixin:
|
|
91
120
|
"""Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
|
|
92
121
|
the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
|
|
@@ -120,3 +149,5 @@ class PropertiesAnimationMixin:
|
|
|
120
149
|
|
|
121
150
|
:param context:
|
|
122
151
|
"""
|
|
152
|
+
|
|
153
|
+
def has_hidden_tabs(space) -> None: ...
|