fake-bpy-module 20240117__py3-none-any.whl → 20240120__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.
- addon_utils/__init__.pyi +1 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -2
- bl_i18n_utils/__init__.pyi +2 -2
- bl_i18n_utils/utils/__init__.pyi +1 -1
- bl_keymap_utils/__init__.pyi +2 -2
- bl_operators/__init__.pyi +20 -20
- bl_operators/view3d/__init__.pyi +4 -2
- bl_ui/__init__.pyi +62 -61
- bl_ui/properties_data_modifier/__init__.pyi +55 -0
- bl_ui_utils/__init__.pyi +1 -1
- bpy/__init__.pyi +3 -3
- bpy/app/__init__.pyi +2 -2
- bpy/app/handlers/__init__.pyi +4 -0
- bpy/ops/__init__.pyi +64 -64
- bpy/ops/font/__init__.pyi +16 -0
- bpy/ops/object/__init__.pyi +21 -1
- bpy/ops/outliner/__init__.pyi +2 -34
- bpy/ops/view3d/__init__.pyi +4 -4
- bpy/types/__init__.pyi +625 -166
- bpy_extras/__init__.pyi +1 -1
- bpy_extras/anim_utils/__init__.pyi +2 -2
- bpy_extras/object_utils/__init__.pyi +13 -0
- {fake_bpy_module-20240117.dist-info → fake_bpy_module-20240120.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240117.dist-info → fake_bpy_module-20240120.dist-info}/RECORD +26 -26
- {fake_bpy_module-20240117.dist-info → fake_bpy_module-20240120.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240117.dist-info → fake_bpy_module-20240120.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -2,93 +2,93 @@ import sys
|
|
|
2
2
|
import typing
|
|
3
3
|
import mathutils
|
|
4
4
|
import bpy
|
|
5
|
-
import bl_ui.
|
|
5
|
+
import bl_ui.node_add_menu_compositor
|
|
6
|
+
import bl_operators.wm
|
|
7
|
+
import bl_ui.space_time
|
|
8
|
+
import bl_ui.properties_output
|
|
9
|
+
import bl_operators.freestyle
|
|
10
|
+
import bl_ui.properties_render
|
|
11
|
+
import bl_ui.node_add_menu_geometry
|
|
12
|
+
import bl_ui.space_clip
|
|
13
|
+
import bl_ui.properties_world
|
|
14
|
+
import bl_ui.properties_data_lightprobe
|
|
15
|
+
import bl_ui.properties_data_curves
|
|
16
|
+
import bl_ui.space_nla
|
|
17
|
+
import bl_ui.space_dopesheet
|
|
18
|
+
import bl_ui.space_node
|
|
6
19
|
import bl_operators.node
|
|
7
|
-
import bl_ui.
|
|
8
|
-
import bl_ui.
|
|
9
|
-
import
|
|
20
|
+
import bl_ui.space_filebrowser
|
|
21
|
+
import bl_ui.properties_physics_dynamicpaint
|
|
22
|
+
import bl_ui.asset_shelf
|
|
23
|
+
import bl_ui.properties_view_layer
|
|
24
|
+
import bl_ui.node_add_menu_texture
|
|
25
|
+
import bl_operators.spreadsheet
|
|
10
26
|
import bl_ui.properties_data_grease_pencil
|
|
11
|
-
import bl_ui.
|
|
27
|
+
import bl_ui.properties_grease_pencil_common
|
|
28
|
+
import bl_ui.space_info
|
|
29
|
+
import bl_ui.node_add_menu_shader
|
|
12
30
|
import bl_ui.space_properties
|
|
13
|
-
import bl_ui.
|
|
31
|
+
import bl_ui.properties_scene
|
|
32
|
+
import bl_ui.properties_data_pointcloud
|
|
33
|
+
import bl_ui.properties_physics_fluid
|
|
34
|
+
import bl_ui.properties_material
|
|
35
|
+
import bl_ui.properties_data_mesh
|
|
14
36
|
import bl_operators.presets
|
|
15
|
-
import
|
|
37
|
+
import bl_ui.space_topbar
|
|
16
38
|
import bl_ui.properties_physics_rigidbody_constraint
|
|
39
|
+
import bl_ui.properties_freestyle
|
|
17
40
|
import bl_ui.properties_data_shaderfx
|
|
18
|
-
import bl_ui.
|
|
19
|
-
import
|
|
41
|
+
import bl_ui.space_userpref
|
|
42
|
+
import bl_operators.object
|
|
20
43
|
import bl_ui.node_add_menu
|
|
21
|
-
import bl_ui.
|
|
22
|
-
import bl_ui.
|
|
23
|
-
import bl_ui.node_add_menu_compositor
|
|
24
|
-
import bl_ui.properties_texture
|
|
25
|
-
import bl_ui.properties_data_lattice
|
|
26
|
-
import bl_ui.space_view3d_toolbar
|
|
27
|
-
import bl_ui.properties_data_pointcloud
|
|
28
|
-
import bl_ui.properties_world
|
|
29
|
-
import bl_operators.assets
|
|
30
|
-
import bl_ui.properties_scene
|
|
31
|
-
import bl_ui.space_toolsystem_common
|
|
32
|
-
import bl_ui.space_dopesheet
|
|
33
|
-
import bl_ui.properties_material_gpencil
|
|
34
|
-
import bl_ui.properties_freestyle
|
|
35
|
-
import bl_ui.space_console
|
|
36
|
-
import bl_ui.space_sequencer
|
|
37
|
-
import bl_ui.node_add_menu_texture
|
|
38
|
-
import bl_ui.space_image
|
|
39
|
-
import bl_ui.space_filebrowser
|
|
40
|
-
import bl_ui.node_add_menu_shader
|
|
41
|
-
import bl_ui.space_time
|
|
42
|
-
import bl_ui.space_toolsystem_toolbar
|
|
44
|
+
import bl_ui.properties_data_armature
|
|
45
|
+
import bl_ui.properties_paint_common
|
|
43
46
|
import bl_ui.properties_physics_common
|
|
44
|
-
import bl_ui.
|
|
45
|
-
import bl_ui.
|
|
46
|
-
import
|
|
47
|
-
import bl_ui.
|
|
48
|
-
import bl_ui.
|
|
49
|
-
import bl_ui.space_outliner
|
|
50
|
-
import bl_ui.properties_collection
|
|
51
|
-
import bl_ui.properties_data_modifier
|
|
52
|
-
import bl_ui.properties_material
|
|
53
|
-
import bl_operators.spreadsheet
|
|
54
|
-
import bl_ui.properties_data_camera
|
|
55
|
-
import bl_ui.generic_ui_list
|
|
47
|
+
import bl_ui.properties_physics_geometry_nodes
|
|
48
|
+
import bl_ui.properties_workspace
|
|
49
|
+
import bl_ui.properties_data_lattice
|
|
50
|
+
import bl_ui.space_statusbar
|
|
51
|
+
import bl_ui.properties_particle
|
|
56
52
|
import bl_ui.space_spreadsheet
|
|
57
|
-
import bl_ui.space_clip
|
|
58
|
-
import bl_ui.properties_data_gpencil
|
|
59
|
-
import bl_ui.properties_data_volume
|
|
60
53
|
import bl_ui.properties_physics_rigidbody
|
|
61
|
-
import bl_operators.userpref
|
|
62
|
-
import bl_ui.properties_grease_pencil_common
|
|
63
|
-
import bl_ui.properties_physics_softbody
|
|
64
|
-
import bl_ui.properties_workspace
|
|
65
|
-
import bl_ui
|
|
66
|
-
import bl_ui.properties_object
|
|
67
|
-
import bl_ui.properties_data_mesh
|
|
68
|
-
import bl_ui.space_userpref
|
|
69
|
-
import bl_ui.properties_physics_geometry_nodes
|
|
70
|
-
import bl_ui.properties_data_bone
|
|
71
54
|
import bl_operators.view3d
|
|
72
|
-
import
|
|
73
|
-
import bl_ui.
|
|
55
|
+
import bl_ui.properties_data_speaker
|
|
56
|
+
import bl_ui.properties_data_bone
|
|
57
|
+
import bl_ui.generic_ui_list
|
|
58
|
+
import bl_ui.properties_data_gpencil
|
|
59
|
+
import bl_operators.constraint
|
|
60
|
+
import bl_ui.properties_physics_cloth
|
|
61
|
+
import bl_ui.space_graph
|
|
62
|
+
import bl_ui.properties_material_gpencil
|
|
74
63
|
import bl_ui.properties_data_curve
|
|
75
|
-
import bl_ui.
|
|
76
|
-
import
|
|
64
|
+
import bl_ui.properties_data_empty
|
|
65
|
+
import bl_operators.userpref
|
|
66
|
+
import bl_ui.properties_physics_field
|
|
77
67
|
import bl_ui.properties_constraint
|
|
78
|
-
import bl_ui.
|
|
79
|
-
import bl_ui.
|
|
80
|
-
import bl_ui.
|
|
81
|
-
import bl_ui.
|
|
82
|
-
import
|
|
68
|
+
import bl_ui.properties_data_camera
|
|
69
|
+
import bl_ui.properties_data_volume
|
|
70
|
+
import bl_ui.space_toolsystem_common
|
|
71
|
+
import bl_ui.space_sequencer
|
|
72
|
+
import bl_operators.anim
|
|
73
|
+
import bl_ui.properties_object
|
|
74
|
+
import bl_ui.space_text
|
|
75
|
+
import bl_operators.assets
|
|
76
|
+
import bl_operators.clip
|
|
77
|
+
import bl_ui.space_image
|
|
78
|
+
import bl_ui.space_console
|
|
79
|
+
import bl_ui.properties_data_modifier
|
|
80
|
+
import bl_ui.properties_data_light
|
|
81
|
+
import bl_ui.properties_texture
|
|
83
82
|
import bl_ui.properties_data_metaball
|
|
84
|
-
import bl_ui.
|
|
85
|
-
import
|
|
83
|
+
import bl_ui.space_toolsystem_toolbar
|
|
84
|
+
import bl_ui.properties_physics_softbody
|
|
86
85
|
import bl_ui.properties_mask_common
|
|
87
|
-
import
|
|
88
|
-
import
|
|
89
|
-
import
|
|
90
|
-
import bl_ui.
|
|
91
|
-
import bl_ui.
|
|
86
|
+
import bl_ui
|
|
87
|
+
import bl_ui.space_outliner
|
|
88
|
+
import bl_operators.file
|
|
89
|
+
import bl_ui.properties_collection
|
|
90
|
+
import bl_ui.space_view3d
|
|
91
|
+
import bl_ui.space_view3d_toolbar
|
|
92
92
|
|
|
93
93
|
GenericType = typing.TypeVar("GenericType")
|
|
94
94
|
|
|
@@ -6832,10 +6832,10 @@ class Context(bpy_struct):
|
|
|
6832
6832
|
:type: 'UIList'
|
|
6833
6833
|
"""
|
|
6834
6834
|
|
|
6835
|
-
property: typing.Union[
|
|
6835
|
+
property: typing.Union[int, str, "AnyType"]
|
|
6836
6836
|
""" Get the property associated with a hovered button. Returns a tuple of the data-block, data path to the property, and array index.
|
|
6837
6837
|
|
|
6838
|
-
:type: typing.Union[
|
|
6838
|
+
:type: typing.Union[int, str, 'AnyType']
|
|
6839
6839
|
"""
|
|
6840
6840
|
|
|
6841
6841
|
edit_text: "Text"
|
|
@@ -6900,7 +6900,7 @@ class Context(bpy_struct):
|
|
|
6900
6900
|
|
|
6901
6901
|
:param window: Window override or None.
|
|
6902
6902
|
:type window: typing.Optional['Window']
|
|
6903
|
-
:param screen: Screen override or None. .. note:: Changing the screen has wider implications than other arguments as it will also change the works-space and potentially the scene (when pinned).
|
|
6903
|
+
:param screen: Screen override or None. .. note:: Switching to or away from full-screen areas & temporary screens isn't supported. Passing in these screens will raise an exception, actions that leave the context such screens won't restore the prior screen. .. note:: Changing the screen has wider implications than other arguments as it will also change the works-space and potentially the scene (when pinned).
|
|
6904
6904
|
:type screen: typing.Optional['Screen']
|
|
6905
6905
|
:param area: Area override or None.
|
|
6906
6906
|
:type area: typing.Optional['Area']
|
|
@@ -14825,7 +14825,7 @@ class Gizmo(bpy_struct):
|
|
|
14825
14825
|
context: "Context",
|
|
14826
14826
|
event: "Event",
|
|
14827
14827
|
tweak: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]],
|
|
14828
|
-
) -> typing.Union[typing.Set[
|
|
14828
|
+
) -> typing.Union[typing.Set[int], typing.Set[str]]:
|
|
14829
14829
|
"""
|
|
14830
14830
|
|
|
14831
14831
|
:param context:
|
|
@@ -14834,7 +14834,7 @@ class Gizmo(bpy_struct):
|
|
|
14834
14834
|
:type event: 'Event'
|
|
14835
14835
|
:param tweak: Tweak
|
|
14836
14836
|
:type tweak: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
|
|
14837
|
-
:rtype: typing.Union[typing.Set[
|
|
14837
|
+
:rtype: typing.Union[typing.Set[int], typing.Set[str]]
|
|
14838
14838
|
:return: result
|
|
14839
14839
|
"""
|
|
14840
14840
|
...
|
|
@@ -14842,14 +14842,14 @@ class Gizmo(bpy_struct):
|
|
|
14842
14842
|
def setup(self): ...
|
|
14843
14843
|
def invoke(
|
|
14844
14844
|
self, context: "Context", event: "Event"
|
|
14845
|
-
) -> typing.Union[typing.Set[
|
|
14845
|
+
) -> typing.Union[typing.Set[int], typing.Set[str]]:
|
|
14846
14846
|
"""
|
|
14847
14847
|
|
|
14848
14848
|
:param context:
|
|
14849
14849
|
:type context: 'Context'
|
|
14850
14850
|
:param event:
|
|
14851
14851
|
:type event: 'Event'
|
|
14852
|
-
:rtype: typing.Union[typing.Set[
|
|
14852
|
+
:rtype: typing.Union[typing.Set[int], typing.Set[str]]
|
|
14853
14853
|
:return: result
|
|
14854
14854
|
"""
|
|
14855
14855
|
...
|
|
@@ -17314,10 +17314,10 @@ class KeyingSetInfo(bpy_struct):
|
|
|
17314
17314
|
:type: typing.Union[str, typing.Any]
|
|
17315
17315
|
"""
|
|
17316
17316
|
|
|
17317
|
-
bl_options: typing.Union[typing.Set[
|
|
17317
|
+
bl_options: typing.Union[typing.Set[int], typing.Set[str]]
|
|
17318
17318
|
""" Keying Set options to use when inserting keyframes
|
|
17319
17319
|
|
|
17320
|
-
:type: typing.Union[typing.Set[
|
|
17320
|
+
:type: typing.Union[typing.Set[int], typing.Set[str]]
|
|
17321
17321
|
"""
|
|
17322
17322
|
|
|
17323
17323
|
def poll(self, context: typing.Optional["Context"]) -> bool:
|
|
@@ -17789,10 +17789,10 @@ class Macro(bpy_struct):
|
|
|
17789
17789
|
:type: typing.Union[str, typing.Any]
|
|
17790
17790
|
"""
|
|
17791
17791
|
|
|
17792
|
-
bl_options: typing.Union[typing.Set[
|
|
17792
|
+
bl_options: typing.Union[typing.Set[int], typing.Set[str]]
|
|
17793
17793
|
""" Options for this operator type
|
|
17794
17794
|
|
|
17795
|
-
:type: typing.Union[typing.Set[
|
|
17795
|
+
:type: typing.Union[typing.Set[int], typing.Set[str]]
|
|
17796
17796
|
"""
|
|
17797
17797
|
|
|
17798
17798
|
bl_translation_context: typing.Union[str, typing.Any]
|
|
@@ -17827,13 +17827,13 @@ class Macro(bpy_struct):
|
|
|
17827
17827
|
|
|
17828
17828
|
def report(
|
|
17829
17829
|
self,
|
|
17830
|
-
type: typing.Optional[typing.Union[typing.Set[
|
|
17830
|
+
type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]],
|
|
17831
17831
|
message: typing.Union[str, typing.Any],
|
|
17832
17832
|
):
|
|
17833
17833
|
"""report
|
|
17834
17834
|
|
|
17835
17835
|
:param type: Type
|
|
17836
|
-
:type type: typing.Optional[typing.Union[typing.Set[
|
|
17836
|
+
:type type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]]
|
|
17837
17837
|
:param message: Report Message
|
|
17838
17838
|
:type message: typing.Union[str, typing.Any]
|
|
17839
17839
|
"""
|
|
@@ -22538,6 +22538,12 @@ class NodeTreePath(bpy_struct):
|
|
|
22538
22538
|
...
|
|
22539
22539
|
|
|
22540
22540
|
class NodesModifierBake(bpy_struct):
|
|
22541
|
+
bake_id: int
|
|
22542
|
+
""" Identifier for this bake which remains unchanged even when the bake node is renamed, grouped or ungrouped
|
|
22543
|
+
|
|
22544
|
+
:type: int
|
|
22545
|
+
"""
|
|
22546
|
+
|
|
22541
22547
|
bake_mode: typing.Union[str, int]
|
|
22542
22548
|
""" * ``ANIMATION`` Animation -- Bake a frame range. * ``STILL`` Still -- Bake a single frame.
|
|
22543
22549
|
|
|
@@ -22562,6 +22568,12 @@ class NodesModifierBake(bpy_struct):
|
|
|
22562
22568
|
:type: int
|
|
22563
22569
|
"""
|
|
22564
22570
|
|
|
22571
|
+
node: "Node"
|
|
22572
|
+
""" Bake node or simulation output node that corresponds to this bake. This node may be deeply nested in the modifier node group. It can be none in some cases like missing linked data blocks
|
|
22573
|
+
|
|
22574
|
+
:type: 'Node'
|
|
22575
|
+
"""
|
|
22576
|
+
|
|
22565
22577
|
use_custom_path: bool
|
|
22566
22578
|
""" Specify a path where the baked data should be stored manually
|
|
22567
22579
|
|
|
@@ -22828,10 +22840,10 @@ class Operator(bpy_struct):
|
|
|
22828
22840
|
:type: typing.Union[str, typing.Any]
|
|
22829
22841
|
"""
|
|
22830
22842
|
|
|
22831
|
-
bl_options: typing.Union[typing.Set[
|
|
22843
|
+
bl_options: typing.Union[typing.Set[int], typing.Set[str]]
|
|
22832
22844
|
""" Options for this operator type
|
|
22833
22845
|
|
|
22834
|
-
:type: typing.Union[typing.Set[
|
|
22846
|
+
:type: typing.Union[typing.Set[int], typing.Set[str]]
|
|
22835
22847
|
"""
|
|
22836
22848
|
|
|
22837
22849
|
bl_translation_context: typing.Union[str, typing.Any]
|
|
@@ -22890,13 +22902,13 @@ class Operator(bpy_struct):
|
|
|
22890
22902
|
|
|
22891
22903
|
def report(
|
|
22892
22904
|
self,
|
|
22893
|
-
type: typing.Optional[typing.Union[typing.Set[
|
|
22905
|
+
type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]],
|
|
22894
22906
|
message: typing.Union[str, typing.Any],
|
|
22895
22907
|
):
|
|
22896
22908
|
"""report
|
|
22897
22909
|
|
|
22898
22910
|
:param type: Type
|
|
22899
|
-
:type type: typing.Optional[typing.Union[typing.Set[
|
|
22911
|
+
:type type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]]
|
|
22900
22912
|
:param message: Report Message
|
|
22901
22913
|
:type message: typing.Union[str, typing.Any]
|
|
22902
22914
|
"""
|
|
@@ -22922,12 +22934,12 @@ class Operator(bpy_struct):
|
|
|
22922
22934
|
|
|
22923
22935
|
def execute(
|
|
22924
22936
|
self, context: "Context"
|
|
22925
|
-
) -> typing.Union[typing.Set[
|
|
22937
|
+
) -> typing.Union[typing.Set[int], typing.Set[str]]:
|
|
22926
22938
|
"""Execute the operator
|
|
22927
22939
|
|
|
22928
22940
|
:param context:
|
|
22929
22941
|
:type context: 'Context'
|
|
22930
|
-
:rtype: typing.Union[typing.Set[
|
|
22942
|
+
:rtype: typing.Union[typing.Set[int], typing.Set[str]]
|
|
22931
22943
|
:return: result
|
|
22932
22944
|
"""
|
|
22933
22945
|
...
|
|
@@ -22944,28 +22956,28 @@ class Operator(bpy_struct):
|
|
|
22944
22956
|
|
|
22945
22957
|
def invoke(
|
|
22946
22958
|
self, context: "Context", event: "Event"
|
|
22947
|
-
) -> typing.Union[typing.Set[
|
|
22959
|
+
) -> typing.Union[typing.Set[int], typing.Set[str]]:
|
|
22948
22960
|
"""Invoke the operator
|
|
22949
22961
|
|
|
22950
22962
|
:param context:
|
|
22951
22963
|
:type context: 'Context'
|
|
22952
22964
|
:param event:
|
|
22953
22965
|
:type event: 'Event'
|
|
22954
|
-
:rtype: typing.Union[typing.Set[
|
|
22966
|
+
:rtype: typing.Union[typing.Set[int], typing.Set[str]]
|
|
22955
22967
|
:return: result
|
|
22956
22968
|
"""
|
|
22957
22969
|
...
|
|
22958
22970
|
|
|
22959
22971
|
def modal(
|
|
22960
22972
|
self, context: "Context", event: "Event"
|
|
22961
|
-
) -> typing.Union[typing.Set[
|
|
22973
|
+
) -> typing.Union[typing.Set[int], typing.Set[str]]:
|
|
22962
22974
|
"""Modal operator function
|
|
22963
22975
|
|
|
22964
22976
|
:param context:
|
|
22965
22977
|
:type context: 'Context'
|
|
22966
22978
|
:param event:
|
|
22967
22979
|
:type event: 'Event'
|
|
22968
|
-
:rtype: typing.Union[typing.Set[
|
|
22980
|
+
:rtype: typing.Union[typing.Set[int], typing.Set[str]]
|
|
22969
22981
|
:return: result
|
|
22970
22982
|
"""
|
|
22971
22983
|
...
|
|
@@ -25982,6 +25994,12 @@ class PreferencesEdit(bpy_struct):
|
|
|
25982
25994
|
:type: bool
|
|
25983
25995
|
"""
|
|
25984
25996
|
|
|
25997
|
+
use_auto_keyframe_insert_needed: bool
|
|
25998
|
+
""" Auto-Keyframe insertion only when keyframe needed
|
|
25999
|
+
|
|
26000
|
+
:type: bool
|
|
26001
|
+
"""
|
|
26002
|
+
|
|
25985
26003
|
use_auto_keying: bool
|
|
25986
26004
|
""" Automatic keyframe insertion for Objects and Bones (default setting used for new Scenes)
|
|
25987
26005
|
|
|
@@ -28859,13 +28877,13 @@ class RenderEngine(bpy_struct):
|
|
|
28859
28877
|
|
|
28860
28878
|
def report(
|
|
28861
28879
|
self,
|
|
28862
|
-
type: typing.Optional[typing.Union[typing.Set[
|
|
28880
|
+
type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]],
|
|
28863
28881
|
message: typing.Union[str, typing.Any],
|
|
28864
28882
|
):
|
|
28865
28883
|
"""Report info, warning or error messages
|
|
28866
28884
|
|
|
28867
28885
|
:param type: Type
|
|
28868
|
-
:type type: typing.Optional[typing.Union[typing.Set[
|
|
28886
|
+
:type type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]]
|
|
28869
28887
|
:param message: Report Message
|
|
28870
28888
|
:type message: typing.Union[str, typing.Any]
|
|
28871
28889
|
"""
|
|
@@ -32952,6 +32970,12 @@ class ShapeKey(bpy_struct):
|
|
|
32952
32970
|
:type: typing.Union[str, int]
|
|
32953
32971
|
"""
|
|
32954
32972
|
|
|
32973
|
+
lock_shape: bool
|
|
32974
|
+
""" Protect the shape key from accidental sculpting and editing
|
|
32975
|
+
|
|
32976
|
+
:type: bool
|
|
32977
|
+
"""
|
|
32978
|
+
|
|
32955
32979
|
mute: bool
|
|
32956
32980
|
""" Toggle this shape key
|
|
32957
32981
|
|
|
@@ -32964,6 +32988,12 @@ class ShapeKey(bpy_struct):
|
|
|
32964
32988
|
:type: typing.Union[str, typing.Any]
|
|
32965
32989
|
"""
|
|
32966
32990
|
|
|
32991
|
+
points: bpy_prop_collection["ShapeKeyPoint"]
|
|
32992
|
+
""" Optimized access to shape keys point data, when using foreach_get/foreach_set accessors. (Warning: Does not support legacy Curve shape keys)
|
|
32993
|
+
|
|
32994
|
+
:type: bpy_prop_collection['ShapeKeyPoint']
|
|
32995
|
+
"""
|
|
32996
|
+
|
|
32967
32997
|
relative_key: "ShapeKey"
|
|
32968
32998
|
""" Shape used as a relative key
|
|
32969
32999
|
|
|
@@ -40020,10 +40050,10 @@ class ToolSettings(bpy_struct):
|
|
|
40020
40050
|
:type: typing.Union[str, int]
|
|
40021
40051
|
"""
|
|
40022
40052
|
|
|
40023
|
-
snap_elements: typing.Union[typing.Set[
|
|
40053
|
+
snap_elements: typing.Union[typing.Set[int], typing.Set[str]]
|
|
40024
40054
|
""" Type of element to snap to
|
|
40025
40055
|
|
|
40026
|
-
:type: typing.Union[typing.Set[
|
|
40056
|
+
:type: typing.Union[typing.Set[int], typing.Set[str]]
|
|
40027
40057
|
"""
|
|
40028
40058
|
|
|
40029
40059
|
snap_elements_base: typing.Union[typing.Set[str], typing.Set[int]]
|
|
@@ -63818,7 +63848,7 @@ class Scene(ID, bpy_struct):
|
|
|
63818
63848
|
"""
|
|
63819
63849
|
|
|
63820
63850
|
use_audio: bool
|
|
63821
|
-
""" Play back of audio from Sequence Editor
|
|
63851
|
+
""" Play back of audio from Sequence Editor, otherwise mute audio
|
|
63822
63852
|
|
|
63823
63853
|
:type: bool
|
|
63824
63854
|
"""
|
|
@@ -65073,14 +65103,14 @@ class WindowManager(ID, bpy_struct):
|
|
|
65073
65103
|
@classmethod
|
|
65074
65104
|
def invoke_props_popup(
|
|
65075
65105
|
cls, operator: typing.Optional["Operator"], event: typing.Optional["Event"]
|
|
65076
|
-
) -> typing.Union[typing.Set[
|
|
65106
|
+
) -> typing.Union[typing.Set[int], typing.Set[str]]:
|
|
65077
65107
|
"""Operator popup invoke (show operator properties and execute it automatically on changes)
|
|
65078
65108
|
|
|
65079
65109
|
:param operator: Operator to call
|
|
65080
65110
|
:type operator: typing.Optional['Operator']
|
|
65081
65111
|
:param event: Event
|
|
65082
65112
|
:type event: typing.Optional['Event']
|
|
65083
|
-
:rtype: typing.Union[typing.Set[
|
|
65113
|
+
:rtype: typing.Union[typing.Set[int], typing.Set[str]]
|
|
65084
65114
|
:return: result
|
|
65085
65115
|
"""
|
|
65086
65116
|
...
|
|
@@ -65090,14 +65120,14 @@ class WindowManager(ID, bpy_struct):
|
|
|
65090
65120
|
cls,
|
|
65091
65121
|
operator: typing.Optional["Operator"],
|
|
65092
65122
|
width: typing.Optional[typing.Any] = 300,
|
|
65093
|
-
) -> typing.Union[typing.Set[
|
|
65123
|
+
) -> typing.Union[typing.Set[int], typing.Set[str]]:
|
|
65094
65124
|
"""Operator dialog (non-autoexec popup) invoke (show operator properties and only execute it on click on OK button)
|
|
65095
65125
|
|
|
65096
65126
|
:param operator: Operator to call
|
|
65097
65127
|
:type operator: typing.Optional['Operator']
|
|
65098
65128
|
:param width: Width of the popup
|
|
65099
65129
|
:type width: typing.Optional[typing.Any]
|
|
65100
|
-
:rtype: typing.Union[typing.Set[
|
|
65130
|
+
:rtype: typing.Union[typing.Set[int], typing.Set[str]]
|
|
65101
65131
|
:return: result
|
|
65102
65132
|
"""
|
|
65103
65133
|
...
|
|
@@ -65116,14 +65146,14 @@ class WindowManager(ID, bpy_struct):
|
|
|
65116
65146
|
cls,
|
|
65117
65147
|
operator: typing.Optional["Operator"],
|
|
65118
65148
|
width: typing.Optional[typing.Any] = 300,
|
|
65119
|
-
) -> typing.Union[typing.Set[
|
|
65149
|
+
) -> typing.Union[typing.Set[int], typing.Set[str]]:
|
|
65120
65150
|
"""Operator popup invoke (only shows operator's properties, without executing it)
|
|
65121
65151
|
|
|
65122
65152
|
:param operator: Operator to call
|
|
65123
65153
|
:type operator: typing.Optional['Operator']
|
|
65124
65154
|
:param width: Width of the popup
|
|
65125
65155
|
:type width: typing.Optional[typing.Any]
|
|
65126
|
-
:rtype: typing.Union[typing.Set[
|
|
65156
|
+
:rtype: typing.Union[typing.Set[int], typing.Set[str]]
|
|
65127
65157
|
:return: result
|
|
65128
65158
|
"""
|
|
65129
65159
|
...
|
|
@@ -65131,14 +65161,14 @@ class WindowManager(ID, bpy_struct):
|
|
|
65131
65161
|
@classmethod
|
|
65132
65162
|
def invoke_confirm(
|
|
65133
65163
|
cls, operator: typing.Optional["Operator"], event: typing.Optional["Event"]
|
|
65134
|
-
) -> typing.Union[typing.Set[
|
|
65164
|
+
) -> typing.Union[typing.Set[int], typing.Set[str]]:
|
|
65135
65165
|
"""Operator confirmation popup (only to let user confirm the execution, no operator properties shown)
|
|
65136
65166
|
|
|
65137
65167
|
:param operator: Operator to call
|
|
65138
65168
|
:type operator: typing.Optional['Operator']
|
|
65139
65169
|
:param event: Event
|
|
65140
65170
|
:type event: typing.Optional['Event']
|
|
65141
|
-
:rtype: typing.Union[typing.Set[
|
|
65171
|
+
:rtype: typing.Union[typing.Set[int], typing.Set[str]]
|
|
65142
65172
|
:return: result
|
|
65143
65173
|
"""
|
|
65144
65174
|
...
|
|
@@ -68167,10 +68197,10 @@ class DecimateModifier(Modifier, bpy_struct):
|
|
|
68167
68197
|
:type: typing.Union[str, int]
|
|
68168
68198
|
"""
|
|
68169
68199
|
|
|
68170
|
-
delimit: typing.Union[typing.Set[
|
|
68200
|
+
delimit: typing.Union[typing.Set[int], typing.Set[str]]
|
|
68171
68201
|
""" Limit merging geometry
|
|
68172
68202
|
|
|
68173
|
-
:type: typing.Union[typing.Set[
|
|
68203
|
+
:type: typing.Union[typing.Set[int], typing.Set[str]]
|
|
68174
68204
|
"""
|
|
68175
68205
|
|
|
68176
68206
|
face_count: int
|
|
@@ -68440,59 +68470,370 @@ class EdgeSplitModifier(Modifier, bpy_struct):
|
|
|
68440
68470
|
"""
|
|
68441
68471
|
...
|
|
68442
68472
|
|
|
68443
|
-
class ExplodeModifier(Modifier, bpy_struct):
|
|
68444
|
-
"""Explosion effect modifier based on a particle system"""
|
|
68473
|
+
class ExplodeModifier(Modifier, bpy_struct):
|
|
68474
|
+
"""Explosion effect modifier based on a particle system"""
|
|
68475
|
+
|
|
68476
|
+
invert_vertex_group: bool
|
|
68477
|
+
""" Invert vertex group influence
|
|
68478
|
+
|
|
68479
|
+
:type: bool
|
|
68480
|
+
"""
|
|
68481
|
+
|
|
68482
|
+
particle_uv: typing.Union[str, typing.Any]
|
|
68483
|
+
""" UV map to change with particle age
|
|
68484
|
+
|
|
68485
|
+
:type: typing.Union[str, typing.Any]
|
|
68486
|
+
"""
|
|
68487
|
+
|
|
68488
|
+
protect: float
|
|
68489
|
+
""" Clean vertex group edges
|
|
68490
|
+
|
|
68491
|
+
:type: float
|
|
68492
|
+
"""
|
|
68493
|
+
|
|
68494
|
+
show_alive: bool
|
|
68495
|
+
""" Show mesh when particles are alive
|
|
68496
|
+
|
|
68497
|
+
:type: bool
|
|
68498
|
+
"""
|
|
68499
|
+
|
|
68500
|
+
show_dead: bool
|
|
68501
|
+
""" Show mesh when particles are dead
|
|
68502
|
+
|
|
68503
|
+
:type: bool
|
|
68504
|
+
"""
|
|
68505
|
+
|
|
68506
|
+
show_unborn: bool
|
|
68507
|
+
""" Show mesh when particles are unborn
|
|
68508
|
+
|
|
68509
|
+
:type: bool
|
|
68510
|
+
"""
|
|
68511
|
+
|
|
68512
|
+
use_edge_cut: bool
|
|
68513
|
+
""" Cut face edges for nicer shrapnel
|
|
68514
|
+
|
|
68515
|
+
:type: bool
|
|
68516
|
+
"""
|
|
68517
|
+
|
|
68518
|
+
use_size: bool
|
|
68519
|
+
""" Use particle size for the shrapnel
|
|
68520
|
+
|
|
68521
|
+
:type: bool
|
|
68522
|
+
"""
|
|
68523
|
+
|
|
68524
|
+
vertex_group: typing.Union[str, typing.Any]
|
|
68525
|
+
"""
|
|
68526
|
+
|
|
68527
|
+
:type: typing.Union[str, typing.Any]
|
|
68528
|
+
"""
|
|
68529
|
+
|
|
68530
|
+
@classmethod
|
|
68531
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
68532
|
+
"""
|
|
68533
|
+
|
|
68534
|
+
:param id: The RNA type identifier.
|
|
68535
|
+
:type id: typing.Optional[str]
|
|
68536
|
+
:rtype: 'Struct'
|
|
68537
|
+
:return: The RNA type or default when not found.
|
|
68538
|
+
"""
|
|
68539
|
+
...
|
|
68540
|
+
|
|
68541
|
+
@classmethod
|
|
68542
|
+
def bl_rna_get_subclass_py(
|
|
68543
|
+
cls, id: typing.Optional[str], default=None
|
|
68544
|
+
) -> typing.Any:
|
|
68545
|
+
"""
|
|
68546
|
+
|
|
68547
|
+
:param id: The RNA type identifier.
|
|
68548
|
+
:type id: typing.Optional[str]
|
|
68549
|
+
:rtype: typing.Any
|
|
68550
|
+
:return: The class or default when not found.
|
|
68551
|
+
"""
|
|
68552
|
+
...
|
|
68553
|
+
|
|
68554
|
+
class FluidModifier(Modifier, bpy_struct):
|
|
68555
|
+
"""Fluid simulation modifier"""
|
|
68556
|
+
|
|
68557
|
+
domain_settings: "FluidDomainSettings"
|
|
68558
|
+
"""
|
|
68559
|
+
|
|
68560
|
+
:type: 'FluidDomainSettings'
|
|
68561
|
+
"""
|
|
68562
|
+
|
|
68563
|
+
effector_settings: "FluidEffectorSettings"
|
|
68564
|
+
"""
|
|
68565
|
+
|
|
68566
|
+
:type: 'FluidEffectorSettings'
|
|
68567
|
+
"""
|
|
68568
|
+
|
|
68569
|
+
flow_settings: "FluidFlowSettings"
|
|
68570
|
+
"""
|
|
68571
|
+
|
|
68572
|
+
:type: 'FluidFlowSettings'
|
|
68573
|
+
"""
|
|
68574
|
+
|
|
68575
|
+
fluid_type: typing.Union[str, int]
|
|
68576
|
+
""" * ``NONE`` None. * ``DOMAIN`` Domain. * ``FLOW`` Flow -- Inflow/Outflow. * ``EFFECTOR`` Effector.
|
|
68577
|
+
|
|
68578
|
+
:type: typing.Union[str, int]
|
|
68579
|
+
"""
|
|
68580
|
+
|
|
68581
|
+
@classmethod
|
|
68582
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
68583
|
+
"""
|
|
68584
|
+
|
|
68585
|
+
:param id: The RNA type identifier.
|
|
68586
|
+
:type id: typing.Optional[str]
|
|
68587
|
+
:rtype: 'Struct'
|
|
68588
|
+
:return: The RNA type or default when not found.
|
|
68589
|
+
"""
|
|
68590
|
+
...
|
|
68591
|
+
|
|
68592
|
+
@classmethod
|
|
68593
|
+
def bl_rna_get_subclass_py(
|
|
68594
|
+
cls, id: typing.Optional[str], default=None
|
|
68595
|
+
) -> typing.Any:
|
|
68596
|
+
"""
|
|
68597
|
+
|
|
68598
|
+
:param id: The RNA type identifier.
|
|
68599
|
+
:type id: typing.Optional[str]
|
|
68600
|
+
:rtype: typing.Any
|
|
68601
|
+
:return: The class or default when not found.
|
|
68602
|
+
"""
|
|
68603
|
+
...
|
|
68604
|
+
|
|
68605
|
+
class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
68606
|
+
color_mode: typing.Union[str, int]
|
|
68607
|
+
""" Attributes to modify * ``BOTH`` Stroke & Fill -- Modify fill and stroke colors. * ``STROKE`` Stroke -- Modify stroke color only. * ``FILL`` Fill -- Modify fill color only.
|
|
68608
|
+
|
|
68609
|
+
:type: typing.Union[str, int]
|
|
68610
|
+
"""
|
|
68611
|
+
|
|
68612
|
+
custom_curve: "CurveMapping"
|
|
68613
|
+
""" Custom curve to apply effect
|
|
68614
|
+
|
|
68615
|
+
:type: 'CurveMapping'
|
|
68616
|
+
"""
|
|
68617
|
+
|
|
68618
|
+
hue: float
|
|
68619
|
+
""" Color hue offset
|
|
68620
|
+
|
|
68621
|
+
:type: float
|
|
68622
|
+
"""
|
|
68623
|
+
|
|
68624
|
+
invert_layer_filter: bool
|
|
68625
|
+
""" Invert layer filter
|
|
68626
|
+
|
|
68627
|
+
:type: bool
|
|
68628
|
+
"""
|
|
68629
|
+
|
|
68630
|
+
invert_layer_pass_filter: bool
|
|
68631
|
+
""" Invert layer pass filter
|
|
68632
|
+
|
|
68633
|
+
:type: bool
|
|
68634
|
+
"""
|
|
68635
|
+
|
|
68636
|
+
invert_material_filter: bool
|
|
68637
|
+
""" Invert material filter
|
|
68638
|
+
|
|
68639
|
+
:type: bool
|
|
68640
|
+
"""
|
|
68641
|
+
|
|
68642
|
+
invert_material_pass_filter: bool
|
|
68643
|
+
""" Invert material pass filter
|
|
68644
|
+
|
|
68645
|
+
:type: bool
|
|
68646
|
+
"""
|
|
68647
|
+
|
|
68648
|
+
layer_filter: typing.Union[str, typing.Any]
|
|
68649
|
+
""" Layer name
|
|
68650
|
+
|
|
68651
|
+
:type: typing.Union[str, typing.Any]
|
|
68652
|
+
"""
|
|
68653
|
+
|
|
68654
|
+
layer_pass_filter: int
|
|
68655
|
+
""" Layer pass filter
|
|
68656
|
+
|
|
68657
|
+
:type: int
|
|
68658
|
+
"""
|
|
68659
|
+
|
|
68660
|
+
material_filter: "Material"
|
|
68661
|
+
""" Material used for filtering
|
|
68662
|
+
|
|
68663
|
+
:type: 'Material'
|
|
68664
|
+
"""
|
|
68665
|
+
|
|
68666
|
+
material_pass_filter: int
|
|
68667
|
+
""" Material pass
|
|
68668
|
+
|
|
68669
|
+
:type: int
|
|
68670
|
+
"""
|
|
68671
|
+
|
|
68672
|
+
saturation: float
|
|
68673
|
+
""" Color saturation factor
|
|
68674
|
+
|
|
68675
|
+
:type: float
|
|
68676
|
+
"""
|
|
68677
|
+
|
|
68678
|
+
use_custom_curve: bool
|
|
68679
|
+
""" Use a custom curve to define a factor along the strokes
|
|
68680
|
+
|
|
68681
|
+
:type: bool
|
|
68682
|
+
"""
|
|
68683
|
+
|
|
68684
|
+
use_layer_pass_filter: bool
|
|
68685
|
+
""" Use layer pass filter
|
|
68686
|
+
|
|
68687
|
+
:type: bool
|
|
68688
|
+
"""
|
|
68689
|
+
|
|
68690
|
+
use_material_pass_filter: bool
|
|
68691
|
+
""" Use material pass filter
|
|
68692
|
+
|
|
68693
|
+
:type: bool
|
|
68694
|
+
"""
|
|
68695
|
+
|
|
68696
|
+
value: float
|
|
68697
|
+
""" Color value factor
|
|
68698
|
+
|
|
68699
|
+
:type: float
|
|
68700
|
+
"""
|
|
68701
|
+
|
|
68702
|
+
@classmethod
|
|
68703
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
68704
|
+
"""
|
|
68705
|
+
|
|
68706
|
+
:param id: The RNA type identifier.
|
|
68707
|
+
:type id: typing.Optional[str]
|
|
68708
|
+
:rtype: 'Struct'
|
|
68709
|
+
:return: The RNA type or default when not found.
|
|
68710
|
+
"""
|
|
68711
|
+
...
|
|
68712
|
+
|
|
68713
|
+
@classmethod
|
|
68714
|
+
def bl_rna_get_subclass_py(
|
|
68715
|
+
cls, id: typing.Optional[str], default=None
|
|
68716
|
+
) -> typing.Any:
|
|
68717
|
+
"""
|
|
68718
|
+
|
|
68719
|
+
:param id: The RNA type identifier.
|
|
68720
|
+
:type id: typing.Optional[str]
|
|
68721
|
+
:rtype: typing.Any
|
|
68722
|
+
:return: The class or default when not found.
|
|
68723
|
+
"""
|
|
68724
|
+
...
|
|
68725
|
+
|
|
68726
|
+
class GreasePencilOpacityModifier(Modifier, bpy_struct):
|
|
68727
|
+
color_factor: float
|
|
68728
|
+
""" Factor of opacity
|
|
68729
|
+
|
|
68730
|
+
:type: float
|
|
68731
|
+
"""
|
|
68732
|
+
|
|
68733
|
+
color_mode: typing.Union[str, int]
|
|
68734
|
+
""" Attributes to modify * ``BOTH`` Stroke & Fill -- Modify fill and stroke colors. * ``STROKE`` Stroke -- Modify stroke color only. * ``FILL`` Fill -- Modify fill color only. * ``HARDNESS`` Hardness -- Modify stroke hardness.
|
|
68735
|
+
|
|
68736
|
+
:type: typing.Union[str, int]
|
|
68737
|
+
"""
|
|
68738
|
+
|
|
68739
|
+
custom_curve: "CurveMapping"
|
|
68740
|
+
""" Custom curve to apply effect
|
|
68741
|
+
|
|
68742
|
+
:type: 'CurveMapping'
|
|
68743
|
+
"""
|
|
68744
|
+
|
|
68745
|
+
hardness_factor: float
|
|
68746
|
+
""" Factor of stroke hardness
|
|
68747
|
+
|
|
68748
|
+
:type: float
|
|
68749
|
+
"""
|
|
68750
|
+
|
|
68751
|
+
invert_layer_filter: bool
|
|
68752
|
+
""" Invert layer filter
|
|
68753
|
+
|
|
68754
|
+
:type: bool
|
|
68755
|
+
"""
|
|
68756
|
+
|
|
68757
|
+
invert_layer_pass_filter: bool
|
|
68758
|
+
""" Invert layer pass filter
|
|
68759
|
+
|
|
68760
|
+
:type: bool
|
|
68761
|
+
"""
|
|
68762
|
+
|
|
68763
|
+
invert_material_filter: bool
|
|
68764
|
+
""" Invert material filter
|
|
68765
|
+
|
|
68766
|
+
:type: bool
|
|
68767
|
+
"""
|
|
68768
|
+
|
|
68769
|
+
invert_material_pass_filter: bool
|
|
68770
|
+
""" Invert material pass filter
|
|
68771
|
+
|
|
68772
|
+
:type: bool
|
|
68773
|
+
"""
|
|
68445
68774
|
|
|
68446
68775
|
invert_vertex_group: bool
|
|
68447
|
-
""" Invert vertex group
|
|
68776
|
+
""" Invert vertex group weights
|
|
68448
68777
|
|
|
68449
68778
|
:type: bool
|
|
68450
68779
|
"""
|
|
68451
68780
|
|
|
68452
|
-
|
|
68453
|
-
"""
|
|
68781
|
+
layer_filter: typing.Union[str, typing.Any]
|
|
68782
|
+
""" Layer name
|
|
68454
68783
|
|
|
68455
68784
|
:type: typing.Union[str, typing.Any]
|
|
68456
68785
|
"""
|
|
68457
68786
|
|
|
68458
|
-
|
|
68459
|
-
"""
|
|
68787
|
+
layer_pass_filter: int
|
|
68788
|
+
""" Layer pass filter
|
|
68460
68789
|
|
|
68461
|
-
:type:
|
|
68790
|
+
:type: int
|
|
68462
68791
|
"""
|
|
68463
68792
|
|
|
68464
|
-
|
|
68465
|
-
"""
|
|
68793
|
+
material_filter: "Material"
|
|
68794
|
+
""" Material used for filtering
|
|
68795
|
+
|
|
68796
|
+
:type: 'Material'
|
|
68797
|
+
"""
|
|
68798
|
+
|
|
68799
|
+
material_pass_filter: int
|
|
68800
|
+
""" Material pass
|
|
68801
|
+
|
|
68802
|
+
:type: int
|
|
68803
|
+
"""
|
|
68804
|
+
|
|
68805
|
+
use_custom_curve: bool
|
|
68806
|
+
""" Use a custom curve to define a factor along the strokes
|
|
68466
68807
|
|
|
68467
68808
|
:type: bool
|
|
68468
68809
|
"""
|
|
68469
68810
|
|
|
68470
|
-
|
|
68471
|
-
"""
|
|
68811
|
+
use_layer_pass_filter: bool
|
|
68812
|
+
""" Use layer pass filter
|
|
68472
68813
|
|
|
68473
68814
|
:type: bool
|
|
68474
68815
|
"""
|
|
68475
68816
|
|
|
68476
|
-
|
|
68477
|
-
"""
|
|
68817
|
+
use_material_pass_filter: bool
|
|
68818
|
+
""" Use material pass filter
|
|
68478
68819
|
|
|
68479
68820
|
:type: bool
|
|
68480
68821
|
"""
|
|
68481
68822
|
|
|
68482
|
-
|
|
68483
|
-
"""
|
|
68823
|
+
use_uniform_opacity: bool
|
|
68824
|
+
""" Replace the stroke opacity instead of modulating each point
|
|
68484
68825
|
|
|
68485
68826
|
:type: bool
|
|
68486
68827
|
"""
|
|
68487
68828
|
|
|
68488
|
-
|
|
68489
|
-
""" Use
|
|
68829
|
+
use_weight_as_factor: bool
|
|
68830
|
+
""" Use vertex group weight as factor instead of influence
|
|
68490
68831
|
|
|
68491
68832
|
:type: bool
|
|
68492
68833
|
"""
|
|
68493
68834
|
|
|
68494
|
-
|
|
68495
|
-
"""
|
|
68835
|
+
vertex_group_name: typing.Union[str, typing.Any]
|
|
68836
|
+
""" Vertex group name for modulating the deform
|
|
68496
68837
|
|
|
68497
68838
|
:type: typing.Union[str, typing.Any]
|
|
68498
68839
|
"""
|
|
@@ -68521,31 +68862,103 @@ class ExplodeModifier(Modifier, bpy_struct):
|
|
|
68521
68862
|
"""
|
|
68522
68863
|
...
|
|
68523
68864
|
|
|
68524
|
-
class
|
|
68525
|
-
"""
|
|
68865
|
+
class GreasePencilSubdivModifier(Modifier, bpy_struct):
|
|
68866
|
+
"""Subdivide Stroke modifier"""
|
|
68526
68867
|
|
|
68527
|
-
|
|
68528
|
-
"""
|
|
68868
|
+
custom_curve: "CurveMapping"
|
|
68869
|
+
""" Custom curve to apply effect
|
|
68529
68870
|
|
|
68530
|
-
:type: '
|
|
68871
|
+
:type: 'CurveMapping'
|
|
68531
68872
|
"""
|
|
68532
68873
|
|
|
68533
|
-
|
|
68534
|
-
"""
|
|
68874
|
+
invert_layer_filter: bool
|
|
68875
|
+
""" Invert layer filter
|
|
68535
68876
|
|
|
68536
|
-
:type:
|
|
68877
|
+
:type: bool
|
|
68537
68878
|
"""
|
|
68538
68879
|
|
|
68539
|
-
|
|
68880
|
+
invert_layer_pass_filter: bool
|
|
68881
|
+
""" Invert layer pass filter
|
|
68882
|
+
|
|
68883
|
+
:type: bool
|
|
68884
|
+
"""
|
|
68885
|
+
|
|
68886
|
+
invert_material_filter: bool
|
|
68887
|
+
""" Invert material filter
|
|
68888
|
+
|
|
68889
|
+
:type: bool
|
|
68890
|
+
"""
|
|
68891
|
+
|
|
68892
|
+
invert_material_pass_filter: bool
|
|
68893
|
+
""" Invert material pass filter
|
|
68894
|
+
|
|
68895
|
+
:type: bool
|
|
68896
|
+
"""
|
|
68897
|
+
|
|
68898
|
+
invert_vertex_group: bool
|
|
68899
|
+
""" Invert vertex group weights
|
|
68900
|
+
|
|
68901
|
+
:type: bool
|
|
68902
|
+
"""
|
|
68903
|
+
|
|
68904
|
+
layer_filter: typing.Union[str, typing.Any]
|
|
68905
|
+
""" Layer name
|
|
68906
|
+
|
|
68907
|
+
:type: typing.Union[str, typing.Any]
|
|
68908
|
+
"""
|
|
68909
|
+
|
|
68910
|
+
layer_pass_filter: int
|
|
68911
|
+
""" Layer pass filter
|
|
68912
|
+
|
|
68913
|
+
:type: int
|
|
68914
|
+
"""
|
|
68915
|
+
|
|
68916
|
+
level: int
|
|
68917
|
+
""" Number of subdivisions
|
|
68918
|
+
|
|
68919
|
+
:type: int
|
|
68920
|
+
"""
|
|
68921
|
+
|
|
68922
|
+
material_filter: "Material"
|
|
68923
|
+
""" Material used for filtering
|
|
68924
|
+
|
|
68925
|
+
:type: 'Material'
|
|
68926
|
+
"""
|
|
68927
|
+
|
|
68928
|
+
material_pass_filter: int
|
|
68929
|
+
""" Material pass
|
|
68930
|
+
|
|
68931
|
+
:type: int
|
|
68932
|
+
"""
|
|
68933
|
+
|
|
68934
|
+
open_influence_panel: bool
|
|
68540
68935
|
"""
|
|
68541
68936
|
|
|
68542
|
-
:type:
|
|
68937
|
+
:type: bool
|
|
68543
68938
|
"""
|
|
68544
68939
|
|
|
68545
|
-
|
|
68546
|
-
"""
|
|
68940
|
+
use_custom_curve: bool
|
|
68941
|
+
""" Use a custom curve to define a factor along the strokes
|
|
68547
68942
|
|
|
68548
|
-
:type:
|
|
68943
|
+
:type: bool
|
|
68944
|
+
"""
|
|
68945
|
+
|
|
68946
|
+
use_layer_pass_filter: bool
|
|
68947
|
+
""" Use layer pass filter
|
|
68948
|
+
|
|
68949
|
+
:type: bool
|
|
68950
|
+
"""
|
|
68951
|
+
|
|
68952
|
+
use_material_pass_filter: bool
|
|
68953
|
+
""" Use material pass filter
|
|
68954
|
+
|
|
68955
|
+
:type: bool
|
|
68956
|
+
"""
|
|
68957
|
+
|
|
68958
|
+
vertex_group_name: typing.Union[str, typing.Any]
|
|
68959
|
+
""" Vertex group name for modulating the deform
|
|
68960
|
+
|
|
68961
|
+
:type: typing.Union[str, typing.Any]
|
|
68549
68962
|
"""
|
|
68550
68963
|
|
|
68551
68964
|
@classmethod
|
|
@@ -68572,27 +68985,35 @@ class FluidModifier(Modifier, bpy_struct):
|
|
|
68572
68985
|
"""
|
|
68573
68986
|
...
|
|
68574
68987
|
|
|
68575
|
-
class
|
|
68576
|
-
|
|
68577
|
-
|
|
68988
|
+
class GreasePencilTintModifier(Modifier, bpy_struct):
|
|
68989
|
+
color: typing.Union[
|
|
68990
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Color"
|
|
68991
|
+
]
|
|
68992
|
+
""" Color used for tinting
|
|
68578
68993
|
|
|
68579
|
-
:type: float
|
|
68994
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Color']
|
|
68580
68995
|
"""
|
|
68581
68996
|
|
|
68582
68997
|
color_mode: typing.Union[str, int]
|
|
68583
|
-
""" Attributes to modify * ``BOTH`` Stroke & Fill -- Modify fill and stroke colors. * ``STROKE`` Stroke -- Modify stroke color only. * ``FILL`` Fill -- Modify fill color only.
|
|
68998
|
+
""" Attributes to modify * ``BOTH`` Stroke & Fill -- Modify fill and stroke colors. * ``STROKE`` Stroke -- Modify stroke color only. * ``FILL`` Fill -- Modify fill color only.
|
|
68584
68999
|
|
|
68585
69000
|
:type: typing.Union[str, int]
|
|
68586
69001
|
"""
|
|
68587
69002
|
|
|
69003
|
+
color_ramp: "ColorRamp"
|
|
69004
|
+
""" Gradient tinting colors
|
|
69005
|
+
|
|
69006
|
+
:type: 'ColorRamp'
|
|
69007
|
+
"""
|
|
69008
|
+
|
|
68588
69009
|
custom_curve: "CurveMapping"
|
|
68589
69010
|
""" Custom curve to apply effect
|
|
68590
69011
|
|
|
68591
69012
|
:type: 'CurveMapping'
|
|
68592
69013
|
"""
|
|
68593
69014
|
|
|
68594
|
-
|
|
68595
|
-
""" Factor
|
|
69015
|
+
factor: float
|
|
69016
|
+
""" Factor for tinting
|
|
68596
69017
|
|
|
68597
69018
|
:type: float
|
|
68598
69019
|
"""
|
|
@@ -68651,10 +69072,22 @@ class GreasePencilOpacityModifier(Modifier, bpy_struct):
|
|
|
68651
69072
|
:type: int
|
|
68652
69073
|
"""
|
|
68653
69074
|
|
|
68654
|
-
|
|
68655
|
-
"""
|
|
69075
|
+
object: "Object"
|
|
69076
|
+
""" Object used for the gradient direction
|
|
68656
69077
|
|
|
68657
|
-
:type:
|
|
69078
|
+
:type: 'Object'
|
|
69079
|
+
"""
|
|
69080
|
+
|
|
69081
|
+
radius: float
|
|
69082
|
+
""" Influence distance from the object
|
|
69083
|
+
|
|
69084
|
+
:type: float
|
|
69085
|
+
"""
|
|
69086
|
+
|
|
69087
|
+
tint_mode: typing.Union[str, int]
|
|
69088
|
+
"""
|
|
69089
|
+
|
|
69090
|
+
:type: typing.Union[str, int]
|
|
68658
69091
|
"""
|
|
68659
69092
|
|
|
68660
69093
|
use_custom_curve: bool
|
|
@@ -68675,12 +69108,6 @@ class GreasePencilOpacityModifier(Modifier, bpy_struct):
|
|
|
68675
69108
|
:type: bool
|
|
68676
69109
|
"""
|
|
68677
69110
|
|
|
68678
|
-
use_uniform_opacity: bool
|
|
68679
|
-
""" Replace the stroke opacity instead of modulating each point
|
|
68680
|
-
|
|
68681
|
-
:type: bool
|
|
68682
|
-
"""
|
|
68683
|
-
|
|
68684
69111
|
use_weight_as_factor: bool
|
|
68685
69112
|
""" Use vertex group weight as factor instead of influence
|
|
68686
69113
|
|
|
@@ -69132,10 +69559,10 @@ class MeshCacheModifier(Modifier, bpy_struct):
|
|
|
69132
69559
|
:type: typing.Union[str, typing.Any]
|
|
69133
69560
|
"""
|
|
69134
69561
|
|
|
69135
|
-
flip_axis: typing.Union[typing.Set[
|
|
69562
|
+
flip_axis: typing.Union[typing.Set[int], typing.Set[str]]
|
|
69136
69563
|
"""
|
|
69137
69564
|
|
|
69138
|
-
:type: typing.Union[typing.Set[
|
|
69565
|
+
:type: typing.Union[typing.Set[int], typing.Set[str]]
|
|
69139
69566
|
"""
|
|
69140
69567
|
|
|
69141
69568
|
forward_axis: typing.Union[str, int]
|
|
@@ -69644,7 +70071,19 @@ class NodesModifier(Modifier, bpy_struct):
|
|
|
69644
70071
|
:type: 'NodeTree'
|
|
69645
70072
|
"""
|
|
69646
70073
|
|
|
69647
|
-
|
|
70074
|
+
open_bake_panel: bool
|
|
70075
|
+
"""
|
|
70076
|
+
|
|
70077
|
+
:type: bool
|
|
70078
|
+
"""
|
|
70079
|
+
|
|
70080
|
+
open_manage_panel: bool
|
|
70081
|
+
"""
|
|
70082
|
+
|
|
70083
|
+
:type: bool
|
|
70084
|
+
"""
|
|
70085
|
+
|
|
70086
|
+
open_named_attributes_panel: bool
|
|
69648
70087
|
"""
|
|
69649
70088
|
|
|
69650
70089
|
:type: bool
|
|
@@ -102070,6 +102509,12 @@ class CompositorNodeKuwahara(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
|
102070
102509
|
:type: int
|
|
102071
102510
|
"""
|
|
102072
102511
|
|
|
102512
|
+
use_high_precision: bool
|
|
102513
|
+
""" Uses a more precise but slower method. Use if the output contains undesirable noise
|
|
102514
|
+
|
|
102515
|
+
:type: bool
|
|
102516
|
+
"""
|
|
102517
|
+
|
|
102073
102518
|
variation: typing.Union[str, int]
|
|
102074
102519
|
""" Variation of Kuwahara filter to use * ``CLASSIC`` Classic -- Fast but less accurate variation. * ``ANISOTROPIC`` Anisotropic -- Accurate but slower variation.
|
|
102075
102520
|
|
|
@@ -102429,6 +102874,12 @@ class CompositorNodeMapUV(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
|
102429
102874
|
:type: int
|
|
102430
102875
|
"""
|
|
102431
102876
|
|
|
102877
|
+
filter_type: typing.Union[str, int]
|
|
102878
|
+
"""
|
|
102879
|
+
|
|
102880
|
+
:type: typing.Union[str, int]
|
|
102881
|
+
"""
|
|
102882
|
+
|
|
102432
102883
|
@classmethod
|
|
102433
102884
|
def is_registered_node_type(cls) -> bool:
|
|
102434
102885
|
"""True if a registered node type
|
|
@@ -103201,6 +103652,12 @@ class CompositorNodeOutputFile(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
|
103201
103652
|
...
|
|
103202
103653
|
|
|
103203
103654
|
class CompositorNodePixelate(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
103655
|
+
pixel_size: int
|
|
103656
|
+
""" Pixel size of the output image
|
|
103657
|
+
|
|
103658
|
+
:type: int
|
|
103659
|
+
"""
|
|
103660
|
+
|
|
103204
103661
|
@classmethod
|
|
103205
103662
|
def is_registered_node_type(cls) -> bool:
|
|
103206
103663
|
"""True if a registered node type
|
|
@@ -108188,10 +108645,10 @@ class GeometryNodeCurveHandleTypeSelection(
|
|
|
108188
108645
|
:type: typing.Union[str, int]
|
|
108189
108646
|
"""
|
|
108190
108647
|
|
|
108191
|
-
mode: typing.Union[typing.Set[
|
|
108648
|
+
mode: typing.Union[typing.Set[int], typing.Set[str]]
|
|
108192
108649
|
""" Whether to check the type of left and right handles
|
|
108193
108650
|
|
|
108194
|
-
:type: typing.Union[typing.Set[
|
|
108651
|
+
:type: typing.Union[typing.Set[int], typing.Set[str]]
|
|
108195
108652
|
"""
|
|
108196
108653
|
|
|
108197
108654
|
@classmethod
|
|
@@ -108724,10 +109181,10 @@ class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node, bpy_struct):
|
|
|
108724
109181
|
:type: typing.Union[str, int]
|
|
108725
109182
|
"""
|
|
108726
109183
|
|
|
108727
|
-
mode: typing.Union[typing.Set[
|
|
109184
|
+
mode: typing.Union[typing.Set[int], typing.Set[str]]
|
|
108728
109185
|
""" Whether to update left and right handles
|
|
108729
109186
|
|
|
108730
|
-
:type: typing.Union[typing.Set[
|
|
109187
|
+
:type: typing.Union[typing.Set[int], typing.Set[str]]
|
|
108731
109188
|
"""
|
|
108732
109189
|
|
|
108733
109190
|
@classmethod
|
|
@@ -129251,6 +129708,8 @@ NODE_UL_simulation_zone_items: "bl_ui.space_node.NODE_UL_simulation_zone_items"
|
|
|
129251
129708
|
|
|
129252
129709
|
OBJECT_MT_modifier_add: "bl_ui.properties_data_modifier.OBJECT_MT_modifier_add"
|
|
129253
129710
|
|
|
129711
|
+
OBJECT_MT_modifier_add_color: "bl_ui.properties_data_modifier.OBJECT_MT_modifier_add_color"
|
|
129712
|
+
|
|
129254
129713
|
OBJECT_MT_modifier_add_deform: "bl_ui.properties_data_modifier.OBJECT_MT_modifier_add_deform"
|
|
129255
129714
|
|
|
129256
129715
|
OBJECT_MT_modifier_add_edit: "bl_ui.properties_data_modifier.OBJECT_MT_modifier_add_edit"
|