fake-bpy-module 20250628__py3-none-any.whl → 20250830__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +4 -3
- bl_ui/node_add_menu/__init__.pyi +6 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +34 -40
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +69 -21
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +178 -49
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +40 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +106 -52
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +54 -34
- bpy/types/__init__.pyi +55628 -39419
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/METADATA +1 -1
- fake_bpy_module-20250830.dist-info/RECORD +370 -0
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +6 -6
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +17 -4
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250628.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/WHEEL +0 -0
bpy/ops/dpaint/__init__.pyi
CHANGED
|
@@ -4,7 +4,11 @@ import typing_extensions
|
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
import bpy.stub_internal.rna_enums
|
|
6
6
|
|
|
7
|
-
def bake(
|
|
7
|
+
def bake(
|
|
8
|
+
execution_context: int | str | None = None,
|
|
9
|
+
undo: bool | None = None,
|
|
10
|
+
/,
|
|
11
|
+
) -> None:
|
|
8
12
|
"""Bake dynamic paint image sequence surface
|
|
9
13
|
|
|
10
14
|
:type execution_context: int | str | None
|
|
@@ -27,7 +31,9 @@ def output_toggle(
|
|
|
27
31
|
"""
|
|
28
32
|
|
|
29
33
|
def surface_slot_add(
|
|
30
|
-
execution_context: int | str | None = None,
|
|
34
|
+
execution_context: int | str | None = None,
|
|
35
|
+
undo: bool | None = None,
|
|
36
|
+
/,
|
|
31
37
|
) -> None:
|
|
32
38
|
"""Add a new Dynamic Paint surface slot
|
|
33
39
|
|
|
@@ -36,7 +42,9 @@ def surface_slot_add(
|
|
|
36
42
|
"""
|
|
37
43
|
|
|
38
44
|
def surface_slot_remove(
|
|
39
|
-
execution_context: int | str | None = None,
|
|
45
|
+
execution_context: int | str | None = None,
|
|
46
|
+
undo: bool | None = None,
|
|
47
|
+
/,
|
|
40
48
|
) -> None:
|
|
41
49
|
"""Remove the selected surface slot
|
|
42
50
|
|
bpy/ops/ed/__init__.pyi
CHANGED
|
@@ -4,7 +4,9 @@ import typing_extensions
|
|
|
4
4
|
import numpy.typing as npt
|
|
5
5
|
|
|
6
6
|
def flush_edits(
|
|
7
|
-
execution_context: int | str | None = None,
|
|
7
|
+
execution_context: int | str | None = None,
|
|
8
|
+
undo: bool | None = None,
|
|
9
|
+
/,
|
|
8
10
|
) -> None:
|
|
9
11
|
"""Flush edit data from active editing modes
|
|
10
12
|
|
|
@@ -13,7 +15,9 @@ def flush_edits(
|
|
|
13
15
|
"""
|
|
14
16
|
|
|
15
17
|
def lib_id_fake_user_toggle(
|
|
16
|
-
execution_context: int | str | None = None,
|
|
18
|
+
execution_context: int | str | None = None,
|
|
19
|
+
undo: bool | None = None,
|
|
20
|
+
/,
|
|
17
21
|
) -> None:
|
|
18
22
|
"""Save this data-block even if it has no users
|
|
19
23
|
|
|
@@ -22,7 +26,9 @@ def lib_id_fake_user_toggle(
|
|
|
22
26
|
"""
|
|
23
27
|
|
|
24
28
|
def lib_id_generate_preview(
|
|
25
|
-
execution_context: int | str | None = None,
|
|
29
|
+
execution_context: int | str | None = None,
|
|
30
|
+
undo: bool | None = None,
|
|
31
|
+
/,
|
|
26
32
|
) -> None:
|
|
27
33
|
"""Create an automatic preview for the selected data-block
|
|
28
34
|
|
|
@@ -31,7 +37,9 @@ def lib_id_generate_preview(
|
|
|
31
37
|
"""
|
|
32
38
|
|
|
33
39
|
def lib_id_generate_preview_from_object(
|
|
34
|
-
execution_context: int | str | None = None,
|
|
40
|
+
execution_context: int | str | None = None,
|
|
41
|
+
undo: bool | None = None,
|
|
42
|
+
/,
|
|
35
43
|
) -> None:
|
|
36
44
|
"""Create a preview for this asset by rendering the active object
|
|
37
45
|
|
|
@@ -139,7 +147,9 @@ def lib_id_load_custom_preview(
|
|
|
139
147
|
"""
|
|
140
148
|
|
|
141
149
|
def lib_id_override_editable_toggle(
|
|
142
|
-
execution_context: int | str | None = None,
|
|
150
|
+
execution_context: int | str | None = None,
|
|
151
|
+
undo: bool | None = None,
|
|
152
|
+
/,
|
|
143
153
|
) -> None:
|
|
144
154
|
"""Set if this library override data-block can be edited
|
|
145
155
|
|
|
@@ -148,7 +158,9 @@ def lib_id_override_editable_toggle(
|
|
|
148
158
|
"""
|
|
149
159
|
|
|
150
160
|
def lib_id_remove_preview(
|
|
151
|
-
execution_context: int | str | None = None,
|
|
161
|
+
execution_context: int | str | None = None,
|
|
162
|
+
undo: bool | None = None,
|
|
163
|
+
/,
|
|
152
164
|
) -> None:
|
|
153
165
|
"""Remove the preview of this data-block
|
|
154
166
|
|
|
@@ -157,7 +169,9 @@ def lib_id_remove_preview(
|
|
|
157
169
|
"""
|
|
158
170
|
|
|
159
171
|
def lib_id_unlink(
|
|
160
|
-
execution_context: int | str | None = None,
|
|
172
|
+
execution_context: int | str | None = None,
|
|
173
|
+
undo: bool | None = None,
|
|
174
|
+
/,
|
|
161
175
|
) -> None:
|
|
162
176
|
"""Remove a usage of a data-block, clearing the assignment
|
|
163
177
|
|
|
@@ -165,14 +179,22 @@ def lib_id_unlink(
|
|
|
165
179
|
:type undo: bool | None
|
|
166
180
|
"""
|
|
167
181
|
|
|
168
|
-
def redo(
|
|
182
|
+
def redo(
|
|
183
|
+
execution_context: int | str | None = None,
|
|
184
|
+
undo: bool | None = None,
|
|
185
|
+
/,
|
|
186
|
+
) -> None:
|
|
169
187
|
"""Redo previous action
|
|
170
188
|
|
|
171
189
|
:type execution_context: int | str | None
|
|
172
190
|
:type undo: bool | None
|
|
173
191
|
"""
|
|
174
192
|
|
|
175
|
-
def undo(
|
|
193
|
+
def undo(
|
|
194
|
+
execution_context: int | str | None = None,
|
|
195
|
+
undo: bool | None = None,
|
|
196
|
+
/,
|
|
197
|
+
) -> None:
|
|
176
198
|
"""Undo previous action
|
|
177
199
|
|
|
178
200
|
:type execution_context: int | str | None
|
|
@@ -210,7 +232,9 @@ def undo_push(
|
|
|
210
232
|
"""
|
|
211
233
|
|
|
212
234
|
def undo_redo(
|
|
213
|
-
execution_context: int | str | None = None,
|
|
235
|
+
execution_context: int | str | None = None,
|
|
236
|
+
undo: bool | None = None,
|
|
237
|
+
/,
|
|
214
238
|
) -> None:
|
|
215
239
|
"""Undo and redo previous action
|
|
216
240
|
|
|
@@ -100,7 +100,7 @@ def fbx(
|
|
|
100
100
|
:type apply_scale_options: typing.Literal['FBX_SCALE_NONE','FBX_SCALE_UNITS','FBX_SCALE_CUSTOM','FBX_SCALE_ALL'] | None
|
|
101
101
|
:param use_space_transform: Use Space Transform, Apply global space transform to the object rotations. When disabled only the axis space is written to the file and all object transforms are left as-is
|
|
102
102
|
:type use_space_transform: bool | None
|
|
103
|
-
:param bake_space_transform: Apply Transform, Bake space transform into object data, avoids getting unwanted rotations to objects when target space is not aligned with
|
|
103
|
+
:param bake_space_transform: Apply Transform, Bake space transform into object data, avoids getting unwanted rotations to objects when target space is not aligned with Blenders space (WARNING! experimental option, use at own risk, known to be broken with armatures/animations)
|
|
104
104
|
:type bake_space_transform: bool | None
|
|
105
105
|
:param object_types: Object Types, Which kind of object to export
|
|
106
106
|
|
|
@@ -126,7 +126,7 @@ def fbx(
|
|
|
126
126
|
:type use_mesh_modifiers: bool | None
|
|
127
127
|
:param use_mesh_modifiers_render: Use Modifiers Render Setting, Use render settings when applying modifiers to mesh objects (DISABLED in Blender 2.8)
|
|
128
128
|
:type use_mesh_modifiers_render: bool | None
|
|
129
|
-
:param mesh_smooth_type: Smoothing, Export smoothing information (prefer
|
|
129
|
+
:param mesh_smooth_type: Smoothing, Export smoothing information (prefer Normals Only option if your target importer understands custom normals)
|
|
130
130
|
|
|
131
131
|
OFF
|
|
132
132
|
Normals Only -- Export only normals instead of writing edge or face smoothing data.
|
|
@@ -153,7 +153,7 @@ def fbx(
|
|
|
153
153
|
:type colors_type: typing.Literal['NONE','SRGB','LINEAR'] | None
|
|
154
154
|
:param prioritize_active_color: Prioritize Active Color, Make sure active color will be exported first. Could be important since some other software can discard other color attributes besides the first one
|
|
155
155
|
:type prioritize_active_color: bool | None
|
|
156
|
-
:param use_subsurf: Export Subdivision Surface, Export the last Catmull-Rom subdivision modifier as FBX subdivision (does not apply the modifier even if
|
|
156
|
+
:param use_subsurf: Export Subdivision Surface, Export the last Catmull-Rom subdivision modifier as FBX subdivision (does not apply the modifier even if Apply Modifiers is enabled)
|
|
157
157
|
:type use_subsurf: bool | None
|
|
158
158
|
:param use_mesh_edges: Loose Edges, Export loose edges (as two-vertices polygons)
|
|
159
159
|
:type use_mesh_edges: bool | None
|
|
@@ -171,24 +171,24 @@ def fbx(
|
|
|
171
171
|
:type secondary_bone_axis: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
|
|
172
172
|
:param use_armature_deform_only: Only Deform Bones, Only write deforming bones (and non-deforming ones when they have deforming children)
|
|
173
173
|
:type use_armature_deform_only: bool | None
|
|
174
|
-
:param armature_nodetype: Armature FBXNode Type, FBX type of node (object) used to represent
|
|
174
|
+
:param armature_nodetype: Armature FBXNode Type, FBX type of node (object) used to represent Blenders armatures (use the Null type unless you experience issues with the other app, as other choices may not import back perfectly into Blender...)
|
|
175
175
|
|
|
176
176
|
NULL
|
|
177
|
-
Null --
|
|
177
|
+
Null -- Null FBX node, similar to Blenders Empty (default).
|
|
178
178
|
|
|
179
179
|
ROOT
|
|
180
|
-
Root --
|
|
180
|
+
Root -- Root FBX node, supposed to be the root of chains of bones....
|
|
181
181
|
|
|
182
182
|
LIMBNODE
|
|
183
|
-
LimbNode --
|
|
183
|
+
LimbNode -- LimbNode FBX node, a regular joint between two bones....
|
|
184
184
|
:type armature_nodetype: typing.Literal['NULL','ROOT','LIMBNODE'] | None
|
|
185
185
|
:param bake_anim: Baked Animation, Export baked keyframe animation
|
|
186
186
|
:type bake_anim: bool | None
|
|
187
187
|
:param bake_anim_use_all_bones: Key All Bones, Force exporting at least one key of animation for all bones (needed with some target applications, like UE4)
|
|
188
188
|
:type bake_anim_use_all_bones: bool | None
|
|
189
|
-
:param bake_anim_use_nla_strips: NLA Strips, Export each non-muted NLA strip as a separated
|
|
189
|
+
:param bake_anim_use_nla_strips: NLA Strips, Export each non-muted NLA strip as a separated FBXs AnimStack, if any, instead of global scene animation
|
|
190
190
|
:type bake_anim_use_nla_strips: bool | None
|
|
191
|
-
:param bake_anim_use_all_actions: All Actions, Export each action as a separated
|
|
191
|
+
:param bake_anim_use_all_actions: All Actions, Export each action as a separated FBXs AnimStack, instead of global scene animation (note that animated objects will get all actions compatible with them, others will get no animation at all)
|
|
192
192
|
:type bake_anim_use_all_actions: bool | None
|
|
193
193
|
:param bake_anim_force_startend_keying: Force Start/End Keying, Always add a keyframe at start and end of actions for animated channels
|
|
194
194
|
:type bake_anim_force_startend_keying: bool | None
|
|
@@ -205,13 +205,13 @@ def fbx(
|
|
|
205
205
|
Absolute -- Always write absolute paths.
|
|
206
206
|
|
|
207
207
|
RELATIVE
|
|
208
|
-
Relative --
|
|
208
|
+
Relative -- Write relative paths where possible.
|
|
209
209
|
|
|
210
210
|
MATCH
|
|
211
211
|
Match -- Match absolute/relative setting with input path.
|
|
212
212
|
|
|
213
213
|
STRIP
|
|
214
|
-
Strip
|
|
214
|
+
Strip -- Filename only.
|
|
215
215
|
|
|
216
216
|
COPY
|
|
217
217
|
Copy -- Copy the file to the destination path (or subdirectory).
|
|
@@ -455,7 +455,7 @@ def gltf(
|
|
|
455
455
|
WebP Format -- Save images as WebPs as main image (no fallback).
|
|
456
456
|
|
|
457
457
|
NONE
|
|
458
|
-
None --
|
|
458
|
+
None -- Dont export images.
|
|
459
459
|
:type export_image_format: typing.Literal['AUTO','JPEG','WEBP','NONE'] | None
|
|
460
460
|
:param export_image_add_webp: Create WebP, Creates WebP textures for every texture. For already WebP textures, nothing happens
|
|
461
461
|
:type export_image_add_webp: bool | None
|
|
@@ -577,7 +577,7 @@ def gltf(
|
|
|
577
577
|
STEP
|
|
578
578
|
Step -- No interpolation between keyframes.
|
|
579
579
|
:type export_sampling_interpolation_fallback: typing.Literal['LINEAR','STEP'] | None
|
|
580
|
-
:param export_pointer_animation: Export Animation Pointer (Experimental), Export material, Light & Camera animation as Animation Pointer. Available only for baked animation mode
|
|
580
|
+
:param export_pointer_animation: Export Animation Pointer (Experimental), Export material, Light & Camera animation as Animation Pointer. Available only for baked animation mode NLA Tracks and Scene
|
|
581
581
|
:type export_pointer_animation: bool | None
|
|
582
582
|
:param export_animation_mode: Animation Mode, Export Animation mode
|
|
583
583
|
|
|
@@ -645,7 +645,7 @@ def gltf(
|
|
|
645
645
|
:type export_reset_pose_bones: bool | None
|
|
646
646
|
:param export_current_frame: Use Current Frame as Object Rest Transformations, Export the scene in the current animation frame. When off, frame 0 is used as rest transformations for objects
|
|
647
647
|
:type export_current_frame: bool | None
|
|
648
|
-
:param export_rest_position_armature: Use Rest Position Armature, Export armatures using rest position as joints
|
|
648
|
+
:param export_rest_position_armature: Use Rest Position Armature, Export armatures using rest position as joints rest pose. When off, current frame pose is used as rest pose
|
|
649
649
|
:type export_rest_position_armature: bool | None
|
|
650
650
|
:param export_anim_scene_split_object: Split Animation by Object, Export Scene as seen in Viewport, But split animation by Object
|
|
651
651
|
:type export_anim_scene_split_object: bool | None
|
|
@@ -677,7 +677,7 @@ def gltf(
|
|
|
677
677
|
:type export_action_filter: bool | None
|
|
678
678
|
:param export_convert_animation_pointer: Convert TRS/Weights to Animation Pointer, Export TRS and weights as Animation Pointer. Using KHR_animation_pointer extension
|
|
679
679
|
:type export_convert_animation_pointer: bool | None
|
|
680
|
-
:param export_nla_strips: Group by NLA Track, When on, multiple actions become part of the same glTF animation if
|
|
680
|
+
:param export_nla_strips: Group by NLA Track, When on, multiple actions become part of the same glTF animation if theyre pushed onto NLA tracks with the same name. When off, all the currently assigned actions become one glTF animation
|
|
681
681
|
:type export_nla_strips: bool | None
|
|
682
682
|
:param export_original_specular: Export Original PBR Specular, Export original glTF PBR Specular, instead of Blender Principled Shader Specular
|
|
683
683
|
:type export_original_specular: bool | None
|
bpy/ops/extensions/__init__.pyi
CHANGED
|
@@ -5,7 +5,9 @@ import numpy.typing as npt
|
|
|
5
5
|
import bpy.types
|
|
6
6
|
|
|
7
7
|
def package_disable(
|
|
8
|
-
execution_context: int | str | None = None,
|
|
8
|
+
execution_context: int | str | None = None,
|
|
9
|
+
undo: bool | None = None,
|
|
10
|
+
/,
|
|
9
11
|
) -> None:
|
|
10
12
|
"""Turn off this extension
|
|
11
13
|
|
|
@@ -117,7 +119,9 @@ def package_mark_clear(
|
|
|
117
119
|
"""
|
|
118
120
|
|
|
119
121
|
def package_mark_clear_all(
|
|
120
|
-
execution_context: int | str | None = None,
|
|
122
|
+
execution_context: int | str | None = None,
|
|
123
|
+
undo: bool | None = None,
|
|
124
|
+
/,
|
|
121
125
|
) -> None:
|
|
122
126
|
"""Undocumented, consider contributing.
|
|
123
127
|
|
|
@@ -144,7 +148,9 @@ def package_mark_set(
|
|
|
144
148
|
"""
|
|
145
149
|
|
|
146
150
|
def package_mark_set_all(
|
|
147
|
-
execution_context: int | str | None = None,
|
|
151
|
+
execution_context: int | str | None = None,
|
|
152
|
+
undo: bool | None = None,
|
|
153
|
+
/,
|
|
148
154
|
) -> None:
|
|
149
155
|
"""Undocumented, consider contributing.
|
|
150
156
|
|
|
@@ -153,7 +159,9 @@ def package_mark_set_all(
|
|
|
153
159
|
"""
|
|
154
160
|
|
|
155
161
|
def package_obsolete_marked(
|
|
156
|
-
execution_context: int | str | None = None,
|
|
162
|
+
execution_context: int | str | None = None,
|
|
163
|
+
undo: bool | None = None,
|
|
164
|
+
/,
|
|
157
165
|
) -> None:
|
|
158
166
|
"""Zeroes package versions, useful for development - to test upgrading
|
|
159
167
|
|
|
@@ -273,7 +281,9 @@ def package_uninstall(
|
|
|
273
281
|
"""
|
|
274
282
|
|
|
275
283
|
def package_uninstall_marked(
|
|
276
|
-
execution_context: int | str | None = None,
|
|
284
|
+
execution_context: int | str | None = None,
|
|
285
|
+
undo: bool | None = None,
|
|
286
|
+
/,
|
|
277
287
|
) -> None:
|
|
278
288
|
"""Undocumented, consider contributing.
|
|
279
289
|
|
|
@@ -282,7 +292,9 @@ def package_uninstall_marked(
|
|
|
282
292
|
"""
|
|
283
293
|
|
|
284
294
|
def package_uninstall_system(
|
|
285
|
-
execution_context: int | str | None = None,
|
|
295
|
+
execution_context: int | str | None = None,
|
|
296
|
+
undo: bool | None = None,
|
|
297
|
+
/,
|
|
286
298
|
) -> None:
|
|
287
299
|
"""Undocumented, consider contributing.
|
|
288
300
|
|
|
@@ -321,7 +333,9 @@ def repo_enable_from_drop(
|
|
|
321
333
|
"""
|
|
322
334
|
|
|
323
335
|
def repo_lock_all(
|
|
324
|
-
execution_context: int | str | None = None,
|
|
336
|
+
execution_context: int | str | None = None,
|
|
337
|
+
undo: bool | None = None,
|
|
338
|
+
/,
|
|
325
339
|
) -> None:
|
|
326
340
|
"""Lock repositories - to test locking
|
|
327
341
|
|
|
@@ -378,7 +392,9 @@ def repo_sync_all(
|
|
|
378
392
|
"""
|
|
379
393
|
|
|
380
394
|
def repo_unlock(
|
|
381
|
-
execution_context: int | str | None = None,
|
|
395
|
+
execution_context: int | str | None = None,
|
|
396
|
+
undo: bool | None = None,
|
|
397
|
+
/,
|
|
382
398
|
) -> None:
|
|
383
399
|
"""Remove the repository file-system lock
|
|
384
400
|
|
|
@@ -387,7 +403,9 @@ def repo_unlock(
|
|
|
387
403
|
"""
|
|
388
404
|
|
|
389
405
|
def repo_unlock_all(
|
|
390
|
-
execution_context: int | str | None = None,
|
|
406
|
+
execution_context: int | str | None = None,
|
|
407
|
+
undo: bool | None = None,
|
|
408
|
+
/,
|
|
391
409
|
) -> None:
|
|
392
410
|
"""Unlock repositories - to test unlocking
|
|
393
411
|
|
|
@@ -396,7 +414,9 @@ def repo_unlock_all(
|
|
|
396
414
|
"""
|
|
397
415
|
|
|
398
416
|
def status_clear(
|
|
399
|
-
execution_context: int | str | None = None,
|
|
417
|
+
execution_context: int | str | None = None,
|
|
418
|
+
undo: bool | None = None,
|
|
419
|
+
/,
|
|
400
420
|
) -> None:
|
|
401
421
|
"""Undocumented, consider contributing.
|
|
402
422
|
|
|
@@ -405,7 +425,9 @@ def status_clear(
|
|
|
405
425
|
"""
|
|
406
426
|
|
|
407
427
|
def status_clear_errors(
|
|
408
|
-
execution_context: int | str | None = None,
|
|
428
|
+
execution_context: int | str | None = None,
|
|
429
|
+
undo: bool | None = None,
|
|
430
|
+
/,
|
|
409
431
|
) -> None:
|
|
410
432
|
"""Undocumented, consider contributing.
|
|
411
433
|
|
|
@@ -414,7 +436,9 @@ def status_clear_errors(
|
|
|
414
436
|
"""
|
|
415
437
|
|
|
416
438
|
def userpref_allow_online(
|
|
417
|
-
execution_context: int | str | None = None,
|
|
439
|
+
execution_context: int | str | None = None,
|
|
440
|
+
undo: bool | None = None,
|
|
441
|
+
/,
|
|
418
442
|
) -> None:
|
|
419
443
|
"""Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
|
|
420
444
|
|
|
@@ -423,7 +447,9 @@ def userpref_allow_online(
|
|
|
423
447
|
"""
|
|
424
448
|
|
|
425
449
|
def userpref_allow_online_popup(
|
|
426
|
-
execution_context: int | str | None = None,
|
|
450
|
+
execution_context: int | str | None = None,
|
|
451
|
+
undo: bool | None = None,
|
|
452
|
+
/,
|
|
427
453
|
) -> None:
|
|
428
454
|
"""Allow internet access. Blender may access configured online extension repositories. Installed third party add-ons may access the internet for their own functionality
|
|
429
455
|
|
|
@@ -432,7 +458,9 @@ def userpref_allow_online_popup(
|
|
|
432
458
|
"""
|
|
433
459
|
|
|
434
460
|
def userpref_show_for_update(
|
|
435
|
-
execution_context: int | str | None = None,
|
|
461
|
+
execution_context: int | str | None = None,
|
|
462
|
+
undo: bool | None = None,
|
|
463
|
+
/,
|
|
436
464
|
) -> None:
|
|
437
465
|
"""Open extensions preferences
|
|
438
466
|
|
|
@@ -441,7 +469,9 @@ def userpref_show_for_update(
|
|
|
441
469
|
"""
|
|
442
470
|
|
|
443
471
|
def userpref_show_online(
|
|
444
|
-
execution_context: int | str | None = None,
|
|
472
|
+
execution_context: int | str | None = None,
|
|
473
|
+
undo: bool | None = None,
|
|
474
|
+
/,
|
|
445
475
|
) -> None:
|
|
446
476
|
"""Show system preferences "Network" panel to allow online access
|
|
447
477
|
|