fake-bpy-module 20250828__py3-none-any.whl → 20260118__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_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__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 +3 -1
- _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_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {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}/py.typed +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_internal/{freedesktop → platform/freedesktop}/__init__.pyi +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}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/WHEEL +0 -0
_bpy_types/__init__.pyi
CHANGED
|
@@ -13,14 +13,12 @@ class AddonPreferences:
|
|
|
13
13
|
"""
|
|
14
14
|
|
|
15
15
|
:return: The RNA type or default when not found.
|
|
16
|
-
:rtype: bpy.types.Struct
|
|
17
16
|
"""
|
|
18
17
|
|
|
19
18
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
20
19
|
"""
|
|
21
20
|
|
|
22
21
|
:return: The class or default when not found.
|
|
23
|
-
:rtype: typing.Any
|
|
24
22
|
"""
|
|
25
23
|
|
|
26
24
|
class AssetShelf:
|
|
@@ -31,14 +29,12 @@ class AssetShelf:
|
|
|
31
29
|
"""
|
|
32
30
|
|
|
33
31
|
:return: The RNA type or default when not found.
|
|
34
|
-
:rtype: bpy.types.Struct
|
|
35
32
|
"""
|
|
36
33
|
|
|
37
34
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
38
35
|
"""
|
|
39
36
|
|
|
40
37
|
:return: The class or default when not found.
|
|
41
|
-
:rtype: typing.Any
|
|
42
38
|
"""
|
|
43
39
|
|
|
44
40
|
class _GenericBone:
|
|
@@ -78,14 +74,12 @@ class BoneCollection:
|
|
|
78
74
|
"""
|
|
79
75
|
|
|
80
76
|
:return: The RNA type or default when not found.
|
|
81
|
-
:rtype: bpy.types.Struct
|
|
82
77
|
"""
|
|
83
78
|
|
|
84
79
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
85
80
|
"""
|
|
86
81
|
|
|
87
82
|
:return: The class or default when not found.
|
|
88
|
-
:rtype: typing.Any
|
|
89
83
|
"""
|
|
90
84
|
|
|
91
85
|
class Collection(bpy.types.ID):
|
|
@@ -98,14 +92,12 @@ class Collection(bpy.types.ID):
|
|
|
98
92
|
"""
|
|
99
93
|
|
|
100
94
|
:return: The RNA type or default when not found.
|
|
101
|
-
:rtype: bpy.types.Struct
|
|
102
95
|
"""
|
|
103
96
|
|
|
104
97
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
105
98
|
"""
|
|
106
99
|
|
|
107
100
|
:return: The class or default when not found.
|
|
108
|
-
:rtype: typing.Any
|
|
109
101
|
"""
|
|
110
102
|
|
|
111
103
|
class Context:
|
|
@@ -116,36 +108,31 @@ class Context:
|
|
|
116
108
|
"""
|
|
117
109
|
|
|
118
110
|
:return: The RNA type or default when not found.
|
|
119
|
-
:rtype: bpy.types.Struct
|
|
120
111
|
"""
|
|
121
112
|
|
|
122
113
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
123
114
|
"""
|
|
124
115
|
|
|
125
116
|
:return: The class or default when not found.
|
|
126
|
-
:rtype: typing.Any
|
|
127
117
|
"""
|
|
128
118
|
|
|
129
119
|
def copy(self) -> dict[str, typing.Any]:
|
|
130
120
|
"""Get context members as a dictionary.
|
|
131
121
|
|
|
132
122
|
:return:
|
|
133
|
-
:rtype: dict[str, typing.Any]
|
|
134
123
|
"""
|
|
135
124
|
|
|
136
125
|
def path_resolve(self, path: str, coerce: bool = True) -> None:
|
|
137
126
|
"""Returns the property from the path, raise an exception when not found.
|
|
138
127
|
|
|
139
128
|
:param path: patch which this property resolves.
|
|
140
|
-
:type path: str
|
|
141
129
|
:param coerce: optional argument, when True, the property will be converted into its Python representation.
|
|
142
|
-
:type coerce: bool
|
|
143
130
|
"""
|
|
144
131
|
|
|
145
|
-
def temp_override(self) ->
|
|
132
|
+
def temp_override(self) -> bpy.types.ContextTempOverride:
|
|
146
133
|
"""Context manager to temporarily override members in the context.
|
|
147
134
|
|
|
148
|
-
:return: The context manager
|
|
135
|
+
:return: The context manager.
|
|
149
136
|
"""
|
|
150
137
|
|
|
151
138
|
class FileHandler:
|
|
@@ -156,14 +143,12 @@ class FileHandler:
|
|
|
156
143
|
"""
|
|
157
144
|
|
|
158
145
|
:return: The RNA type or default when not found.
|
|
159
|
-
:rtype: bpy.types.Struct
|
|
160
146
|
"""
|
|
161
147
|
|
|
162
148
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
163
149
|
"""
|
|
164
150
|
|
|
165
151
|
:return: The class or default when not found.
|
|
166
|
-
:rtype: typing.Any
|
|
167
152
|
"""
|
|
168
153
|
|
|
169
154
|
class Gizmo:
|
|
@@ -174,14 +159,12 @@ class Gizmo:
|
|
|
174
159
|
"""
|
|
175
160
|
|
|
176
161
|
:return: The RNA type or default when not found.
|
|
177
|
-
:rtype: bpy.types.Struct
|
|
178
162
|
"""
|
|
179
163
|
|
|
180
164
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
181
165
|
"""
|
|
182
166
|
|
|
183
167
|
:return: The class or default when not found.
|
|
184
|
-
:rtype: typing.Any
|
|
185
168
|
"""
|
|
186
169
|
|
|
187
170
|
def draw_custom_shape(
|
|
@@ -196,12 +179,9 @@ class Gizmo:
|
|
|
196
179
|
"""Draw a shape created form `Gizmo.draw_custom_shape`.
|
|
197
180
|
|
|
198
181
|
:param shape: The cached shape to draw.
|
|
199
|
-
:type shape: typing.Any
|
|
200
182
|
:param matrix: 4x4 matrix, when not given `Gizmo.matrix_world` is used.
|
|
201
|
-
:type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix | None
|
|
202
183
|
:param select_id: The selection id.
|
|
203
184
|
Only use when drawing within `Gizmo.draw_select`.
|
|
204
|
-
:type select_id: int | None
|
|
205
185
|
"""
|
|
206
186
|
|
|
207
187
|
@staticmethod
|
|
@@ -211,11 +191,8 @@ class Gizmo:
|
|
|
211
191
|
"""Create a new shape that can be passed to `Gizmo.draw_custom_shape`.
|
|
212
192
|
|
|
213
193
|
:param type: The type of shape to create in (POINTS, LINES, TRIS, LINE_STRIP).
|
|
214
|
-
:type type: str
|
|
215
194
|
:param verts: Sequence of 2D or 3D coordinates.
|
|
216
|
-
:type verts: collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
217
195
|
:return: The newly created shape (the return type make change).
|
|
218
|
-
:rtype: typing.Any
|
|
219
196
|
"""
|
|
220
197
|
|
|
221
198
|
class GizmoGroup:
|
|
@@ -226,14 +203,12 @@ class GizmoGroup:
|
|
|
226
203
|
"""
|
|
227
204
|
|
|
228
205
|
:return: The RNA type or default when not found.
|
|
229
|
-
:rtype: bpy.types.Struct
|
|
230
206
|
"""
|
|
231
207
|
|
|
232
208
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
233
209
|
"""
|
|
234
210
|
|
|
235
211
|
:return: The class or default when not found.
|
|
236
|
-
:rtype: typing.Any
|
|
237
212
|
"""
|
|
238
213
|
|
|
239
214
|
class GreasePencilDrawing:
|
|
@@ -245,14 +220,12 @@ class GreasePencilDrawing:
|
|
|
245
220
|
"""
|
|
246
221
|
|
|
247
222
|
:return: The RNA type or default when not found.
|
|
248
|
-
:rtype: bpy.types.Struct
|
|
249
223
|
"""
|
|
250
224
|
|
|
251
225
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
252
226
|
"""
|
|
253
227
|
|
|
254
228
|
:return: The class or default when not found.
|
|
255
|
-
:rtype: typing.Any
|
|
256
229
|
"""
|
|
257
230
|
|
|
258
231
|
class _GenericUI:
|
|
@@ -289,14 +262,12 @@ class RenderEngine:
|
|
|
289
262
|
"""
|
|
290
263
|
|
|
291
264
|
:return: The RNA type or default when not found.
|
|
292
|
-
:rtype: bpy.types.Struct
|
|
293
265
|
"""
|
|
294
266
|
|
|
295
267
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
296
268
|
"""
|
|
297
269
|
|
|
298
270
|
:return: The class or default when not found.
|
|
299
|
-
:rtype: typing.Any
|
|
300
271
|
"""
|
|
301
272
|
|
|
302
273
|
class KeyingSetInfo:
|
|
@@ -307,14 +278,12 @@ class KeyingSetInfo:
|
|
|
307
278
|
"""
|
|
308
279
|
|
|
309
280
|
:return: The RNA type or default when not found.
|
|
310
|
-
:rtype: bpy.types.Struct
|
|
311
281
|
"""
|
|
312
282
|
|
|
313
283
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
314
284
|
"""
|
|
315
285
|
|
|
316
286
|
:return: The class or default when not found.
|
|
317
|
-
:rtype: typing.Any
|
|
318
287
|
"""
|
|
319
288
|
|
|
320
289
|
class Library(bpy.types.ID):
|
|
@@ -326,14 +295,42 @@ class Library(bpy.types.ID):
|
|
|
326
295
|
"""
|
|
327
296
|
|
|
328
297
|
:return: The RNA type or default when not found.
|
|
329
|
-
:rtype: bpy.types.Struct
|
|
330
298
|
"""
|
|
331
299
|
|
|
332
300
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
333
301
|
"""
|
|
334
302
|
|
|
335
303
|
:return: The class or default when not found.
|
|
336
|
-
|
|
304
|
+
"""
|
|
305
|
+
|
|
306
|
+
class Light(bpy.types.ID):
|
|
307
|
+
bl_rna: typing.Any
|
|
308
|
+
id_data: typing.Any
|
|
309
|
+
|
|
310
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
311
|
+
"""
|
|
312
|
+
|
|
313
|
+
:return: The RNA type or default when not found.
|
|
314
|
+
"""
|
|
315
|
+
|
|
316
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
317
|
+
"""
|
|
318
|
+
|
|
319
|
+
:return: The class or default when not found.
|
|
320
|
+
"""
|
|
321
|
+
|
|
322
|
+
def cycles(self, *args, **kwargs) -> None:
|
|
323
|
+
"""Intermediate storage for properties before registration.
|
|
324
|
+
|
|
325
|
+
:param args:
|
|
326
|
+
:param kwargs:
|
|
327
|
+
"""
|
|
328
|
+
|
|
329
|
+
def inline_shader_nodes(self) -> None:
|
|
330
|
+
"""Get the inlined shader nodes of this light. This preprocesses the node tree
|
|
331
|
+
to remove nested groups, repeat zones and more.
|
|
332
|
+
|
|
333
|
+
:return: The inlined shader nodes.
|
|
337
334
|
"""
|
|
338
335
|
|
|
339
336
|
class Macro:
|
|
@@ -344,14 +341,12 @@ class Macro:
|
|
|
344
341
|
"""
|
|
345
342
|
|
|
346
343
|
:return: The RNA type or default when not found.
|
|
347
|
-
:rtype: bpy.types.Struct
|
|
348
344
|
"""
|
|
349
345
|
|
|
350
346
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
351
347
|
"""
|
|
352
348
|
|
|
353
349
|
:return: The class or default when not found.
|
|
354
|
-
:rtype: typing.Any
|
|
355
350
|
"""
|
|
356
351
|
|
|
357
352
|
@classmethod
|
|
@@ -359,9 +354,37 @@ class Macro:
|
|
|
359
354
|
"""Append an operator to a registered macro class.
|
|
360
355
|
|
|
361
356
|
:param operator: Identifier of the operator. This does not have to be defined when this function is called.
|
|
362
|
-
:type operator: str
|
|
363
357
|
:return: The operator macro for property access.
|
|
364
|
-
|
|
358
|
+
"""
|
|
359
|
+
|
|
360
|
+
class Material(bpy.types.ID):
|
|
361
|
+
bl_rna: typing.Any
|
|
362
|
+
id_data: typing.Any
|
|
363
|
+
|
|
364
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
365
|
+
"""
|
|
366
|
+
|
|
367
|
+
:return: The RNA type or default when not found.
|
|
368
|
+
"""
|
|
369
|
+
|
|
370
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
371
|
+
"""
|
|
372
|
+
|
|
373
|
+
:return: The class or default when not found.
|
|
374
|
+
"""
|
|
375
|
+
|
|
376
|
+
def cycles(self, *args, **kwargs) -> None:
|
|
377
|
+
"""Intermediate storage for properties before registration.
|
|
378
|
+
|
|
379
|
+
:param args:
|
|
380
|
+
:param kwargs:
|
|
381
|
+
"""
|
|
382
|
+
|
|
383
|
+
def inline_shader_nodes(self) -> None:
|
|
384
|
+
"""Get the inlined shader nodes of this material. This preprocesses the node tree
|
|
385
|
+
to remove nested groups, repeat zones and more.
|
|
386
|
+
|
|
387
|
+
:return: The inlined shader nodes.
|
|
365
388
|
"""
|
|
366
389
|
|
|
367
390
|
class Mesh(bpy.types.ID):
|
|
@@ -376,14 +399,12 @@ class Mesh(bpy.types.ID):
|
|
|
376
399
|
"""
|
|
377
400
|
|
|
378
401
|
:return: The RNA type or default when not found.
|
|
379
|
-
:rtype: bpy.types.Struct
|
|
380
402
|
"""
|
|
381
403
|
|
|
382
404
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
383
405
|
"""
|
|
384
406
|
|
|
385
407
|
:return: The class or default when not found.
|
|
386
|
-
:rtype: typing.Any
|
|
387
408
|
"""
|
|
388
409
|
|
|
389
410
|
def cycles(self, *args, **kwargs) -> None:
|
|
@@ -407,15 +428,12 @@ class Mesh(bpy.types.ID):
|
|
|
407
428
|
|
|
408
429
|
:param vertices: float triplets each representing (X, Y, Z)
|
|
409
430
|
eg: [(0.0, 1.0, 0.5), ...].
|
|
410
|
-
:type vertices: collections.abc.Iterable[collections.abc.Sequence[float]]
|
|
411
431
|
:param edges: int pairs, each pair contains two indices to the
|
|
412
432
|
vertices argument. eg: [(1, 2), ...]
|
|
413
433
|
|
|
414
434
|
When an empty iterable is passed in, the edges are inferred from the polygons.
|
|
415
|
-
:type edges: collections.abc.Iterable[collections.abc.Sequence[int]]
|
|
416
435
|
:param faces: iterator of faces, each faces contains three or more indices to
|
|
417
436
|
the vertices argument. eg: [(5, 6, 8, 9), (1, 2, 3), ...]
|
|
418
|
-
:type faces: collections.abc.Iterable[collections.abc.Sequence[int]]
|
|
419
437
|
:param shade_flat:
|
|
420
438
|
"""
|
|
421
439
|
|
|
@@ -445,14 +463,12 @@ class MeshEdge:
|
|
|
445
463
|
"""
|
|
446
464
|
|
|
447
465
|
:return: The RNA type or default when not found.
|
|
448
|
-
:rtype: bpy.types.Struct
|
|
449
466
|
"""
|
|
450
467
|
|
|
451
468
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
452
469
|
"""
|
|
453
470
|
|
|
454
471
|
:return: The class or default when not found.
|
|
455
|
-
:rtype: typing.Any
|
|
456
472
|
"""
|
|
457
473
|
|
|
458
474
|
class MeshLoopTriangle:
|
|
@@ -465,14 +481,12 @@ class MeshLoopTriangle:
|
|
|
465
481
|
"""
|
|
466
482
|
|
|
467
483
|
:return: The RNA type or default when not found.
|
|
468
|
-
:rtype: bpy.types.Struct
|
|
469
484
|
"""
|
|
470
485
|
|
|
471
486
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
472
487
|
"""
|
|
473
488
|
|
|
474
489
|
:return: The class or default when not found.
|
|
475
|
-
:rtype: typing.Any
|
|
476
490
|
"""
|
|
477
491
|
|
|
478
492
|
class MeshPolygon:
|
|
@@ -485,14 +499,12 @@ class MeshPolygon:
|
|
|
485
499
|
"""
|
|
486
500
|
|
|
487
501
|
:return: The RNA type or default when not found.
|
|
488
|
-
:rtype: bpy.types.Struct
|
|
489
502
|
"""
|
|
490
503
|
|
|
491
504
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
492
505
|
"""
|
|
493
506
|
|
|
494
507
|
:return: The class or default when not found.
|
|
495
|
-
:rtype: typing.Any
|
|
496
508
|
"""
|
|
497
509
|
|
|
498
510
|
class Node:
|
|
@@ -503,14 +515,12 @@ class Node:
|
|
|
503
515
|
"""
|
|
504
516
|
|
|
505
517
|
:return: The RNA type or default when not found.
|
|
506
|
-
:rtype: bpy.types.Struct
|
|
507
518
|
"""
|
|
508
519
|
|
|
509
520
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
510
521
|
"""
|
|
511
522
|
|
|
512
523
|
:return: The class or default when not found.
|
|
513
|
-
:rtype: typing.Any
|
|
514
524
|
"""
|
|
515
525
|
|
|
516
526
|
def is_registered_node_type(self, *args, **kwargs) -> None:
|
|
@@ -537,14 +547,12 @@ class NodeSocket:
|
|
|
537
547
|
"""
|
|
538
548
|
|
|
539
549
|
:return: The RNA type or default when not found.
|
|
540
|
-
:rtype: bpy.types.Struct
|
|
541
550
|
"""
|
|
542
551
|
|
|
543
552
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
544
553
|
"""
|
|
545
554
|
|
|
546
555
|
:return: The class or default when not found.
|
|
547
|
-
:rtype: typing.Any
|
|
548
556
|
"""
|
|
549
557
|
|
|
550
558
|
class NodeTree(bpy.types.ID):
|
|
@@ -555,14 +563,12 @@ class NodeTree(bpy.types.ID):
|
|
|
555
563
|
"""
|
|
556
564
|
|
|
557
565
|
:return: The RNA type or default when not found.
|
|
558
|
-
:rtype: bpy.types.Struct
|
|
559
566
|
"""
|
|
560
567
|
|
|
561
568
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
562
569
|
"""
|
|
563
570
|
|
|
564
571
|
:return: The class or default when not found.
|
|
565
|
-
:rtype: typing.Any
|
|
566
572
|
"""
|
|
567
573
|
|
|
568
574
|
class NodeTreeInterfaceItem:
|
|
@@ -573,14 +579,12 @@ class NodeTreeInterfaceItem:
|
|
|
573
579
|
"""
|
|
574
580
|
|
|
575
581
|
:return: The RNA type or default when not found.
|
|
576
|
-
:rtype: bpy.types.Struct
|
|
577
582
|
"""
|
|
578
583
|
|
|
579
584
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
580
585
|
"""
|
|
581
586
|
|
|
582
587
|
:return: The class or default when not found.
|
|
583
|
-
:rtype: typing.Any
|
|
584
588
|
"""
|
|
585
589
|
|
|
586
590
|
class Object(bpy.types.ID):
|
|
@@ -602,14 +606,12 @@ class Object(bpy.types.ID):
|
|
|
602
606
|
"""
|
|
603
607
|
|
|
604
608
|
:return: The RNA type or default when not found.
|
|
605
|
-
:rtype: bpy.types.Struct
|
|
606
609
|
"""
|
|
607
610
|
|
|
608
611
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
609
612
|
"""
|
|
610
613
|
|
|
611
614
|
:return: The class or default when not found.
|
|
612
|
-
:rtype: typing.Any
|
|
613
615
|
"""
|
|
614
616
|
|
|
615
617
|
def cycles(self, *args, **kwargs) -> None:
|
|
@@ -647,14 +649,12 @@ class Operator:
|
|
|
647
649
|
"""
|
|
648
650
|
|
|
649
651
|
:return: The RNA type or default when not found.
|
|
650
|
-
:rtype: bpy.types.Struct
|
|
651
652
|
"""
|
|
652
653
|
|
|
653
654
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
654
655
|
"""
|
|
655
656
|
|
|
656
657
|
:return: The class or default when not found.
|
|
657
|
-
:rtype: typing.Any
|
|
658
658
|
"""
|
|
659
659
|
|
|
660
660
|
class PropertyGroup:
|
|
@@ -665,14 +665,12 @@ class PropertyGroup:
|
|
|
665
665
|
"""
|
|
666
666
|
|
|
667
667
|
:return: The RNA type or default when not found.
|
|
668
|
-
:rtype: bpy.types.Struct
|
|
669
668
|
"""
|
|
670
669
|
|
|
671
670
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
672
671
|
"""
|
|
673
672
|
|
|
674
673
|
:return: The class or default when not found.
|
|
675
|
-
:rtype: typing.Any
|
|
676
674
|
"""
|
|
677
675
|
|
|
678
676
|
class Sound(bpy.types.ID):
|
|
@@ -684,14 +682,12 @@ class Sound(bpy.types.ID):
|
|
|
684
682
|
"""
|
|
685
683
|
|
|
686
684
|
:return: The RNA type or default when not found.
|
|
687
|
-
:rtype: bpy.types.Struct
|
|
688
685
|
"""
|
|
689
686
|
|
|
690
687
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
691
688
|
"""
|
|
692
689
|
|
|
693
690
|
:return: The class or default when not found.
|
|
694
|
-
:rtype: typing.Any
|
|
695
691
|
"""
|
|
696
692
|
|
|
697
693
|
class Text(bpy.types.ID):
|
|
@@ -703,21 +699,18 @@ class Text(bpy.types.ID):
|
|
|
703
699
|
"""
|
|
704
700
|
|
|
705
701
|
:return: The RNA type or default when not found.
|
|
706
|
-
:rtype: bpy.types.Struct
|
|
707
702
|
"""
|
|
708
703
|
|
|
709
704
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
710
705
|
"""
|
|
711
706
|
|
|
712
707
|
:return: The class or default when not found.
|
|
713
|
-
:rtype: typing.Any
|
|
714
708
|
"""
|
|
715
709
|
|
|
716
710
|
def region_as_string(self) -> str:
|
|
717
711
|
"""
|
|
718
712
|
|
|
719
713
|
:return: The specified region as a string.
|
|
720
|
-
:rtype: str
|
|
721
714
|
"""
|
|
722
715
|
|
|
723
716
|
def region_from_string(self) -> None: ...
|
|
@@ -732,14 +725,12 @@ class Texture(bpy.types.ID):
|
|
|
732
725
|
"""
|
|
733
726
|
|
|
734
727
|
:return: The RNA type or default when not found.
|
|
735
|
-
:rtype: bpy.types.Struct
|
|
736
728
|
"""
|
|
737
729
|
|
|
738
730
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
739
731
|
"""
|
|
740
732
|
|
|
741
733
|
:return: The class or default when not found.
|
|
742
|
-
:rtype: typing.Any
|
|
743
734
|
"""
|
|
744
735
|
|
|
745
736
|
class USDHook:
|
|
@@ -750,14 +741,12 @@ class USDHook:
|
|
|
750
741
|
"""
|
|
751
742
|
|
|
752
743
|
:return: The RNA type or default when not found.
|
|
753
|
-
:rtype: bpy.types.Struct
|
|
754
744
|
"""
|
|
755
745
|
|
|
756
746
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
757
747
|
"""
|
|
758
748
|
|
|
759
749
|
:return: The class or default when not found.
|
|
760
|
-
:rtype: typing.Any
|
|
761
750
|
"""
|
|
762
751
|
|
|
763
752
|
class WindowManager(bpy.types.ID):
|
|
@@ -804,14 +793,12 @@ class WindowManager(bpy.types.ID):
|
|
|
804
793
|
"""
|
|
805
794
|
|
|
806
795
|
:return: The RNA type or default when not found.
|
|
807
|
-
:rtype: bpy.types.Struct
|
|
808
796
|
"""
|
|
809
797
|
|
|
810
798
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
811
799
|
"""
|
|
812
800
|
|
|
813
801
|
:return: The class or default when not found.
|
|
814
|
-
:rtype: typing.Any
|
|
815
802
|
"""
|
|
816
803
|
|
|
817
804
|
@classmethod
|
|
@@ -821,13 +808,19 @@ class WindowManager(bpy.types.ID):
|
|
|
821
808
|
Note: All arguments are positional only for now.
|
|
822
809
|
|
|
823
810
|
:return: Handler that can be removed later on.
|
|
824
|
-
:rtype: typing.Any
|
|
825
811
|
"""
|
|
826
812
|
|
|
827
813
|
@classmethod
|
|
828
814
|
def draw_cursor_remove(cls) -> None:
|
|
829
815
|
"""Remove a draw cursor handler that was added previously."""
|
|
830
816
|
|
|
817
|
+
def extension_repo_filter(self, *args, **kwargs) -> None:
|
|
818
|
+
"""Intermediate storage for properties before registration.
|
|
819
|
+
|
|
820
|
+
:param args:
|
|
821
|
+
:param kwargs:
|
|
822
|
+
"""
|
|
823
|
+
|
|
831
824
|
def extension_search(self, *args, **kwargs) -> None:
|
|
832
825
|
"""Intermediate storage for properties before registration.
|
|
833
826
|
|
|
@@ -863,6 +856,13 @@ class WindowManager(bpy.types.ID):
|
|
|
863
856
|
:param kwargs:
|
|
864
857
|
"""
|
|
865
858
|
|
|
859
|
+
def extension_use_filter(self, *args, **kwargs) -> None:
|
|
860
|
+
"""Intermediate storage for properties before registration.
|
|
861
|
+
|
|
862
|
+
:param args:
|
|
863
|
+
:param kwargs:
|
|
864
|
+
"""
|
|
865
|
+
|
|
866
866
|
def fileselect_add(self, *args, **kwargs) -> None:
|
|
867
867
|
"""WindowManager.fileselect_add(operator)
|
|
868
868
|
Opens a file selector with an operator.
|
|
@@ -1056,14 +1056,12 @@ class WorkSpace(bpy.types.ID):
|
|
|
1056
1056
|
"""
|
|
1057
1057
|
|
|
1058
1058
|
:return: The RNA type or default when not found.
|
|
1059
|
-
:rtype: bpy.types.Struct
|
|
1060
1059
|
"""
|
|
1061
1060
|
|
|
1062
1061
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1063
1062
|
"""
|
|
1064
1063
|
|
|
1065
1064
|
:return: The class or default when not found.
|
|
1066
|
-
:rtype: typing.Any
|
|
1067
1065
|
"""
|
|
1068
1066
|
|
|
1069
1067
|
def status_text_set(self, text) -> None:
|
|
@@ -1081,6 +1079,43 @@ class WorkSpace(bpy.types.ID):
|
|
|
1081
1079
|
:param kwargs:
|
|
1082
1080
|
"""
|
|
1083
1081
|
|
|
1082
|
+
class World(bpy.types.ID):
|
|
1083
|
+
bl_rna: typing.Any
|
|
1084
|
+
id_data: typing.Any
|
|
1085
|
+
|
|
1086
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
1087
|
+
"""
|
|
1088
|
+
|
|
1089
|
+
:return: The RNA type or default when not found.
|
|
1090
|
+
"""
|
|
1091
|
+
|
|
1092
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1093
|
+
"""
|
|
1094
|
+
|
|
1095
|
+
:return: The class or default when not found.
|
|
1096
|
+
"""
|
|
1097
|
+
|
|
1098
|
+
def cycles(self, *args, **kwargs) -> None:
|
|
1099
|
+
"""Intermediate storage for properties before registration.
|
|
1100
|
+
|
|
1101
|
+
:param args:
|
|
1102
|
+
:param kwargs:
|
|
1103
|
+
"""
|
|
1104
|
+
|
|
1105
|
+
def cycles_visibility(self, *args, **kwargs) -> None:
|
|
1106
|
+
"""Intermediate storage for properties before registration.
|
|
1107
|
+
|
|
1108
|
+
:param args:
|
|
1109
|
+
:param kwargs:
|
|
1110
|
+
"""
|
|
1111
|
+
|
|
1112
|
+
def inline_shader_nodes(self) -> None:
|
|
1113
|
+
"""Get the inlined shader nodes of this world. This preprocesses the node tree
|
|
1114
|
+
to remove nested groups, repeat zones and more.
|
|
1115
|
+
|
|
1116
|
+
:return: The inlined shader nodes.
|
|
1117
|
+
"""
|
|
1118
|
+
|
|
1084
1119
|
class _RNAMeta:
|
|
1085
1120
|
is_registered: typing.Any
|
|
1086
1121
|
|
|
@@ -1121,14 +1156,12 @@ class Bone(_GenericBone):
|
|
|
1121
1156
|
"""
|
|
1122
1157
|
|
|
1123
1158
|
:return: The RNA type or default when not found.
|
|
1124
|
-
:rtype: bpy.types.Struct
|
|
1125
1159
|
"""
|
|
1126
1160
|
|
|
1127
1161
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1128
1162
|
"""
|
|
1129
1163
|
|
|
1130
1164
|
:return: The class or default when not found.
|
|
1131
|
-
:rtype: typing.Any
|
|
1132
1165
|
"""
|
|
1133
1166
|
|
|
1134
1167
|
class EditBone(_GenericBone):
|
|
@@ -1160,14 +1193,12 @@ class EditBone(_GenericBone):
|
|
|
1160
1193
|
"""
|
|
1161
1194
|
|
|
1162
1195
|
:return: The RNA type or default when not found.
|
|
1163
|
-
:rtype: bpy.types.Struct
|
|
1164
1196
|
"""
|
|
1165
1197
|
|
|
1166
1198
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1167
1199
|
"""
|
|
1168
1200
|
|
|
1169
1201
|
:return: The class or default when not found.
|
|
1170
|
-
:rtype: typing.Any
|
|
1171
1202
|
"""
|
|
1172
1203
|
|
|
1173
1204
|
def transform(
|
|
@@ -1182,12 +1213,9 @@ class EditBone(_GenericBone):
|
|
|
1182
1213
|
(when the matrix has a scale component).
|
|
1183
1214
|
|
|
1184
1215
|
:param matrix: 3x3 or 4x4 transformation matrix.
|
|
1185
|
-
:type matrix: collections.abc.Sequence[collections.abc.Sequence[float]] | mathutils.Matrix
|
|
1186
1216
|
:param scale: Scale the bone envelope by the matrix.
|
|
1187
|
-
:type scale: bool
|
|
1188
1217
|
:param roll: Correct the roll to point in the same relative
|
|
1189
1218
|
direction to the head and tail.
|
|
1190
|
-
:type roll: bool
|
|
1191
1219
|
"""
|
|
1192
1220
|
|
|
1193
1221
|
class PoseBone(_GenericBone):
|
|
@@ -1212,14 +1240,12 @@ class PoseBone(_GenericBone):
|
|
|
1212
1240
|
"""
|
|
1213
1241
|
|
|
1214
1242
|
:return: The RNA type or default when not found.
|
|
1215
|
-
:rtype: bpy.types.Struct
|
|
1216
1243
|
"""
|
|
1217
1244
|
|
|
1218
1245
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1219
1246
|
"""
|
|
1220
1247
|
|
|
1221
1248
|
:return: The class or default when not found.
|
|
1222
|
-
:rtype: typing.Any
|
|
1223
1249
|
"""
|
|
1224
1250
|
|
|
1225
1251
|
class Header(_GenericUI):
|
|
@@ -1230,14 +1256,12 @@ class Header(_GenericUI):
|
|
|
1230
1256
|
"""
|
|
1231
1257
|
|
|
1232
1258
|
:return: The RNA type or default when not found.
|
|
1233
|
-
:rtype: bpy.types.Struct
|
|
1234
1259
|
"""
|
|
1235
1260
|
|
|
1236
1261
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1237
1262
|
"""
|
|
1238
1263
|
|
|
1239
1264
|
:return: The class or default when not found.
|
|
1240
|
-
:rtype: typing.Any
|
|
1241
1265
|
"""
|
|
1242
1266
|
|
|
1243
1267
|
class Menu(_GenericUI):
|
|
@@ -1248,14 +1272,12 @@ class Menu(_GenericUI):
|
|
|
1248
1272
|
"""
|
|
1249
1273
|
|
|
1250
1274
|
:return: The RNA type or default when not found.
|
|
1251
|
-
:rtype: bpy.types.Struct
|
|
1252
1275
|
"""
|
|
1253
1276
|
|
|
1254
1277
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1255
1278
|
"""
|
|
1256
1279
|
|
|
1257
1280
|
:return: The class or default when not found.
|
|
1258
|
-
:rtype: typing.Any
|
|
1259
1281
|
"""
|
|
1260
1282
|
|
|
1261
1283
|
@classmethod
|
|
@@ -1289,26 +1311,22 @@ class Menu(_GenericUI):
|
|
|
1289
1311
|
display_name: collections.abc.Callable[str, str] | None = None,
|
|
1290
1312
|
add_operator=None,
|
|
1291
1313
|
add_operator_props=None,
|
|
1314
|
+
translate=True,
|
|
1292
1315
|
) -> None:
|
|
1293
1316
|
"""Populate a menu from a list of paths.
|
|
1294
1317
|
|
|
1295
1318
|
:param searchpaths: Paths to scan.
|
|
1296
|
-
:type searchpaths: collections.abc.Sequence[str]
|
|
1297
1319
|
:param operator: The operator id to use with each file.
|
|
1298
|
-
:type operator: str
|
|
1299
1320
|
:param props_default: Properties to assign to each operator.
|
|
1300
|
-
:type props_default: dict[str, typing.Any] | None
|
|
1301
1321
|
:param prop_filepath: Optional operator filepath property (defaults to "filepath").
|
|
1302
|
-
:type prop_filepath: str
|
|
1303
1322
|
:param filter_ext: Optional callback that takes the file extensions.
|
|
1304
1323
|
|
|
1305
1324
|
Returning false excludes the file from the list.
|
|
1306
|
-
:type filter_ext: None | collections.abc.Callable[str, bool] | None
|
|
1307
1325
|
:param filter_path:
|
|
1308
1326
|
:param display_name: Optional callback that takes the full path, returns the name to display.
|
|
1309
|
-
:type display_name: collections.abc.Callable[str, str] | None
|
|
1310
1327
|
:param add_operator:
|
|
1311
1328
|
:param add_operator_props:
|
|
1329
|
+
:param translate:
|
|
1312
1330
|
"""
|
|
1313
1331
|
|
|
1314
1332
|
class Panel(_GenericUI):
|
|
@@ -1319,14 +1337,12 @@ class Panel(_GenericUI):
|
|
|
1319
1337
|
"""
|
|
1320
1338
|
|
|
1321
1339
|
:return: The RNA type or default when not found.
|
|
1322
|
-
:rtype: bpy.types.Struct
|
|
1323
1340
|
"""
|
|
1324
1341
|
|
|
1325
1342
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1326
1343
|
"""
|
|
1327
1344
|
|
|
1328
1345
|
:return: The class or default when not found.
|
|
1329
|
-
:rtype: typing.Any
|
|
1330
1346
|
"""
|
|
1331
1347
|
|
|
1332
1348
|
class UIList(_GenericUI):
|
|
@@ -1337,14 +1353,12 @@ class UIList(_GenericUI):
|
|
|
1337
1353
|
"""
|
|
1338
1354
|
|
|
1339
1355
|
:return: The RNA type or default when not found.
|
|
1340
|
-
:rtype: bpy.types.Struct
|
|
1341
1356
|
"""
|
|
1342
1357
|
|
|
1343
1358
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1344
1359
|
"""
|
|
1345
1360
|
|
|
1346
1361
|
:return: The class or default when not found.
|
|
1347
|
-
:rtype: typing.Any
|
|
1348
1362
|
"""
|
|
1349
1363
|
|
|
1350
1364
|
class HydraRenderEngine(RenderEngine):
|
|
@@ -1357,14 +1371,12 @@ class HydraRenderEngine(RenderEngine):
|
|
|
1357
1371
|
"""
|
|
1358
1372
|
|
|
1359
1373
|
:return: The RNA type or default when not found.
|
|
1360
|
-
:rtype: bpy.types.Struct
|
|
1361
1374
|
"""
|
|
1362
1375
|
|
|
1363
1376
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1364
1377
|
"""
|
|
1365
1378
|
|
|
1366
1379
|
:return: The class or default when not found.
|
|
1367
|
-
:rtype: typing.Any
|
|
1368
1380
|
"""
|
|
1369
1381
|
|
|
1370
1382
|
def get_render_settings(self, engine_type) -> None:
|
|
@@ -1408,14 +1420,12 @@ class NodeInternal(Node):
|
|
|
1408
1420
|
"""
|
|
1409
1421
|
|
|
1410
1422
|
:return: The RNA type or default when not found.
|
|
1411
|
-
:rtype: bpy.types.Struct
|
|
1412
1423
|
"""
|
|
1413
1424
|
|
|
1414
1425
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1415
1426
|
"""
|
|
1416
1427
|
|
|
1417
1428
|
:return: The class or default when not found.
|
|
1418
|
-
:rtype: typing.Any
|
|
1419
1429
|
"""
|
|
1420
1430
|
|
|
1421
1431
|
def is_registered_node_type(self, *args, **kwargs) -> None:
|
|
@@ -1442,14 +1452,12 @@ class NodeTreeInterfaceSocket(NodeTreeInterfaceItem):
|
|
|
1442
1452
|
"""
|
|
1443
1453
|
|
|
1444
1454
|
:return: The RNA type or default when not found.
|
|
1445
|
-
:rtype: bpy.types.Struct
|
|
1446
1455
|
"""
|
|
1447
1456
|
|
|
1448
1457
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1449
1458
|
"""
|
|
1450
1459
|
|
|
1451
1460
|
:return: The class or default when not found.
|
|
1452
|
-
:rtype: typing.Any
|
|
1453
1461
|
"""
|
|
1454
1462
|
|
|
1455
1463
|
class _RNAMetaPropGroup(_RNAMeta):
|
|
@@ -1463,14 +1471,12 @@ class CompositorNode(NodeInternal):
|
|
|
1463
1471
|
"""
|
|
1464
1472
|
|
|
1465
1473
|
:return: The RNA type or default when not found.
|
|
1466
|
-
:rtype: bpy.types.Struct
|
|
1467
1474
|
"""
|
|
1468
1475
|
|
|
1469
1476
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1470
1477
|
"""
|
|
1471
1478
|
|
|
1472
1479
|
:return: The class or default when not found.
|
|
1473
|
-
:rtype: typing.Any
|
|
1474
1480
|
"""
|
|
1475
1481
|
|
|
1476
1482
|
def is_registered_node_type(self, *args, **kwargs) -> None:
|
|
@@ -1489,8 +1495,6 @@ class CompositorNode(NodeInternal):
|
|
|
1489
1495
|
:param ntree:
|
|
1490
1496
|
"""
|
|
1491
1497
|
|
|
1492
|
-
def update(self) -> None: ...
|
|
1493
|
-
|
|
1494
1498
|
class GeometryNode(NodeInternal):
|
|
1495
1499
|
bl_rna: typing.Any
|
|
1496
1500
|
id_data: typing.Any
|
|
@@ -1499,14 +1503,12 @@ class GeometryNode(NodeInternal):
|
|
|
1499
1503
|
"""
|
|
1500
1504
|
|
|
1501
1505
|
:return: The RNA type or default when not found.
|
|
1502
|
-
:rtype: bpy.types.Struct
|
|
1503
1506
|
"""
|
|
1504
1507
|
|
|
1505
1508
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1506
1509
|
"""
|
|
1507
1510
|
|
|
1508
1511
|
:return: The class or default when not found.
|
|
1509
|
-
:rtype: typing.Any
|
|
1510
1512
|
"""
|
|
1511
1513
|
|
|
1512
1514
|
def is_registered_node_type(self, *args, **kwargs) -> None:
|
|
@@ -1533,14 +1535,12 @@ class ShaderNode(NodeInternal):
|
|
|
1533
1535
|
"""
|
|
1534
1536
|
|
|
1535
1537
|
:return: The RNA type or default when not found.
|
|
1536
|
-
:rtype: bpy.types.Struct
|
|
1537
1538
|
"""
|
|
1538
1539
|
|
|
1539
1540
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1540
1541
|
"""
|
|
1541
1542
|
|
|
1542
1543
|
:return: The class or default when not found.
|
|
1543
|
-
:rtype: typing.Any
|
|
1544
1544
|
"""
|
|
1545
1545
|
|
|
1546
1546
|
def is_registered_node_type(self, *args, **kwargs) -> None:
|
|
@@ -1567,14 +1567,12 @@ class TextureNode(NodeInternal):
|
|
|
1567
1567
|
"""
|
|
1568
1568
|
|
|
1569
1569
|
:return: The RNA type or default when not found.
|
|
1570
|
-
:rtype: bpy.types.Struct
|
|
1571
1570
|
"""
|
|
1572
1571
|
|
|
1573
1572
|
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
1574
1573
|
"""
|
|
1575
1574
|
|
|
1576
1575
|
:return: The class or default when not found.
|
|
1577
|
-
:rtype: typing.Any
|
|
1578
1576
|
"""
|
|
1579
1577
|
|
|
1580
1578
|
def is_registered_node_type(self, *args, **kwargs) -> None:
|