fake-bpy-module 20240215__py3-none-any.whl → 20240217__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.
- bl_console_utils/autocomplete/__init__.pyi +2 -2
- bl_i18n_utils/__init__.pyi +4 -4
- bl_keymap_utils/__init__.pyi +2 -2
- bl_operators/__init__.pyi +19 -19
- bl_ui/__init__.pyi +63 -63
- bpy/__init__.pyi +3 -3
- bpy/app/__init__.pyi +3 -3
- bpy/ops/__init__.pyi +63 -63
- bpy/ops/grease_pencil/__init__.pyi +40 -0
- bpy/ops/object/__init__.pyi +1 -1
- bpy/types/__init__.pyi +1183 -471
- bpy_extras/__init__.pyi +2 -2
- bpy_extras/anim_utils/__init__.pyi +2 -2
- {fake_bpy_module-20240215.dist-info → fake_bpy_module-20240217.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240215.dist-info → fake_bpy_module-20240217.dist-info}/RECORD +17 -17
- {fake_bpy_module-20240215.dist-info → fake_bpy_module-20240217.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240215.dist-info → fake_bpy_module-20240217.dist-info}/top_level.txt +0 -0
bpy/types/__init__.pyi
CHANGED
|
@@ -2,94 +2,94 @@ import sys
|
|
|
2
2
|
import typing
|
|
3
3
|
import mathutils
|
|
4
4
|
import bpy
|
|
5
|
-
import
|
|
6
|
-
import bl_ui.
|
|
7
|
-
import bl_ui.
|
|
8
|
-
import bl_operators.userpref
|
|
9
|
-
import bl_ui.properties_material
|
|
10
|
-
import bl_ui.space_info
|
|
11
|
-
import bl_ui.space_spreadsheet
|
|
12
|
-
import bl_ui.properties_data_shaderfx
|
|
13
|
-
import bl_ui.properties_data_camera
|
|
5
|
+
import bl_ui.properties_data_mesh
|
|
6
|
+
import bl_ui.space_toolsystem_common
|
|
7
|
+
import bl_ui.space_toolsystem_toolbar
|
|
14
8
|
import bl_operators.node
|
|
15
|
-
import bl_ui
|
|
9
|
+
import bl_ui.space_nla
|
|
10
|
+
import bl_ui.properties_particle
|
|
11
|
+
import bl_ui.properties_paint_common
|
|
12
|
+
import bl_operators.spreadsheet
|
|
13
|
+
import bl_ui.generic_ui_list
|
|
14
|
+
import bl_ui.space_statusbar
|
|
15
|
+
import bl_ui.anim
|
|
16
|
+
import bl_ui.properties_data_pointcloud
|
|
17
|
+
import bl_ui.space_outliner
|
|
18
|
+
import bl_ui.space_graph
|
|
19
|
+
import bl_ui.space_dopesheet
|
|
16
20
|
import bl_ui.properties_object
|
|
17
|
-
import bl_ui.
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import bl_ui.properties_data_lightprobe
|
|
21
|
-
import bl_ui.properties_data_grease_pencil
|
|
21
|
+
import bl_ui.space_clip
|
|
22
|
+
import bl_operators.anim
|
|
23
|
+
import bl_operators.userpref
|
|
22
24
|
import bl_operators.object
|
|
23
|
-
import bl_ui.properties_texture
|
|
24
|
-
import bl_ui.node_add_menu_texture
|
|
25
|
-
import bl_ui.properties_paint_common
|
|
26
25
|
import bl_ui.properties_physics_fluid
|
|
26
|
+
import bl_ui.properties_data_camera
|
|
27
|
+
import bl_operators.presets
|
|
27
28
|
import bl_ui.properties_render
|
|
28
|
-
import bl_ui.space_view3d_toolbar
|
|
29
|
-
import bl_ui.properties_physics_common
|
|
30
|
-
import bl_ui.space_toolsystem_common
|
|
31
|
-
import bl_ui.properties_world
|
|
32
|
-
import bl_ui.generic_ui_list
|
|
33
|
-
import bl_ui.properties_physics_cloth
|
|
34
|
-
import bl_ui.space_sequencer
|
|
35
29
|
import bl_ui.space_time
|
|
36
|
-
import bl_ui.
|
|
30
|
+
import bl_ui.properties_scene
|
|
37
31
|
import bl_operators.freestyle
|
|
38
|
-
import bl_ui.node_add_menu_compositor
|
|
39
|
-
import bl_ui.space_clip
|
|
40
|
-
import bl_operators.constraint
|
|
41
|
-
import bl_operators.presets
|
|
42
|
-
import bl_ui.space_toolsystem_toolbar
|
|
43
|
-
import bl_ui.space_filebrowser
|
|
44
|
-
import bl_ui.properties_data_light
|
|
45
|
-
import bl_ui.node_add_menu_shader
|
|
46
|
-
import bl_ui.space_text
|
|
47
|
-
import bl_ui.properties_data_curves
|
|
48
|
-
import bl_ui.properties_workspace
|
|
49
|
-
import bl_ui.space_topbar
|
|
50
|
-
import bl_ui.properties_data_mesh
|
|
51
32
|
import bl_ui.properties_collection
|
|
52
|
-
import bl_ui.
|
|
53
|
-
import bl_ui.
|
|
54
|
-
import bl_ui.
|
|
55
|
-
import bl_ui.
|
|
33
|
+
import bl_ui.properties_data_speaker
|
|
34
|
+
import bl_ui.properties_data_lattice
|
|
35
|
+
import bl_ui.properties_mask_common
|
|
36
|
+
import bl_ui.properties_physics_dynamicpaint
|
|
56
37
|
import bl_ui.node_add_menu
|
|
38
|
+
import bl_ui.space_view3d
|
|
39
|
+
import bl_ui.space_image
|
|
40
|
+
import bl_ui.properties_physics_cloth
|
|
41
|
+
import bl_ui.properties_data_empty
|
|
42
|
+
import bl_ui.properties_data_gpencil
|
|
43
|
+
import bl_ui.space_sequencer
|
|
44
|
+
import bl_ui.space_filebrowser
|
|
45
|
+
import bl_ui.properties_physics_field
|
|
46
|
+
import bl_ui.properties_grease_pencil_common
|
|
47
|
+
import bl_operators.assets
|
|
57
48
|
import bl_operators.file
|
|
58
|
-
import bl_ui.
|
|
59
|
-
import bl_ui.
|
|
60
|
-
import bl_ui.
|
|
49
|
+
import bl_ui.space_userpref
|
|
50
|
+
import bl_ui.space_info
|
|
51
|
+
import bl_ui.space_topbar
|
|
52
|
+
import bl_ui.properties_data_curves
|
|
53
|
+
import bl_ui.properties_data_modifier
|
|
61
54
|
import bl_ui.properties_data_volume
|
|
62
|
-
import bl_ui.
|
|
63
|
-
import
|
|
64
|
-
import bl_ui.
|
|
55
|
+
import bl_ui.properties_data_light
|
|
56
|
+
import bl_operators.constraint
|
|
57
|
+
import bl_ui.properties_data_metaball
|
|
65
58
|
import bl_ui.properties_view_layer
|
|
66
59
|
import bl_operators.view3d
|
|
67
|
-
import bl_ui.properties_physics_rigidbody_constraint
|
|
68
|
-
import bl_ui.properties_data_metaball
|
|
69
|
-
import bl_operators.assets
|
|
70
|
-
import bl_ui.properties_material_gpencil
|
|
71
|
-
import bl_ui.properties_physics_field
|
|
72
60
|
import bl_ui.properties_physics_geometry_nodes
|
|
73
|
-
import bl_ui.
|
|
74
|
-
import bl_ui.
|
|
75
|
-
import
|
|
76
|
-
import bl_ui.
|
|
61
|
+
import bl_ui.node_add_menu_shader
|
|
62
|
+
import bl_ui.properties_material
|
|
63
|
+
import bl_ui.properties_data_curve
|
|
64
|
+
import bl_ui.properties_output
|
|
65
|
+
import bl_ui.properties_workspace
|
|
66
|
+
import bl_ui.properties_data_lightprobe
|
|
67
|
+
import bl_ui.properties_world
|
|
68
|
+
import bl_ui
|
|
77
69
|
import bl_operators.wm
|
|
78
|
-
import bl_ui.
|
|
79
|
-
import bl_ui.properties_physics_dynamicpaint
|
|
80
|
-
import bl_ui.properties_data_armature
|
|
81
|
-
import bl_ui.properties_data_empty
|
|
70
|
+
import bl_ui.space_node
|
|
82
71
|
import bl_ui.properties_data_bone
|
|
83
|
-
import
|
|
84
|
-
import bl_ui.
|
|
85
|
-
import bl_ui.
|
|
86
|
-
import bl_ui.
|
|
87
|
-
import bl_ui.
|
|
88
|
-
import
|
|
89
|
-
import bl_ui.space_userpref
|
|
72
|
+
import bl_ui.properties_data_shaderfx
|
|
73
|
+
import bl_ui.space_text
|
|
74
|
+
import bl_ui.space_spreadsheet
|
|
75
|
+
import bl_ui.properties_physics_rigidbody_constraint
|
|
76
|
+
import bl_ui.space_console
|
|
77
|
+
import bl_operators.clip
|
|
90
78
|
import bl_ui.space_properties
|
|
91
|
-
import bl_ui.
|
|
92
|
-
import bl_ui.
|
|
79
|
+
import bl_ui.properties_data_grease_pencil
|
|
80
|
+
import bl_ui.properties_texture
|
|
81
|
+
import bl_ui.properties_physics_softbody
|
|
82
|
+
import bl_ui.properties_freestyle
|
|
83
|
+
import bl_ui.node_add_menu_compositor
|
|
84
|
+
import bl_ui.node_add_menu_texture
|
|
85
|
+
import bl_ui.node_add_menu_geometry
|
|
86
|
+
import bl_ui.space_view3d_toolbar
|
|
87
|
+
import bl_ui.asset_shelf
|
|
88
|
+
import bl_ui.properties_physics_common
|
|
89
|
+
import bl_ui.properties_constraint
|
|
90
|
+
import bl_ui.properties_material_gpencil
|
|
91
|
+
import bl_ui.properties_physics_rigidbody
|
|
92
|
+
import bl_ui.properties_data_armature
|
|
93
93
|
|
|
94
94
|
GenericType = typing.TypeVar("GenericType")
|
|
95
95
|
|
|
@@ -878,12 +878,6 @@ class AnimViz(bpy_struct):
|
|
|
878
878
|
class AnimVizMotionPaths(bpy_struct):
|
|
879
879
|
"""Motion Path settings for animation visualization"""
|
|
880
880
|
|
|
881
|
-
bake_in_camera_space: bool
|
|
882
|
-
""" Motion path points will be baked into the camera space of the active camera. This means they will only look right when looking through that camera. Switching cameras using markers is not supported
|
|
883
|
-
|
|
884
|
-
:type: bool
|
|
885
|
-
"""
|
|
886
|
-
|
|
887
881
|
bake_location: typing.Union[str, int]
|
|
888
882
|
""" When calculating Bone Paths, use Head or Tips
|
|
889
883
|
|
|
@@ -962,126 +956,132 @@ class AnimVizMotionPaths(bpy_struct):
|
|
|
962
956
|
:type: typing.Union[str, int]
|
|
963
957
|
"""
|
|
964
958
|
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
"""
|
|
968
|
-
|
|
969
|
-
:param id: The RNA type identifier.
|
|
970
|
-
:type id: typing.Optional[str]
|
|
971
|
-
:rtype: 'Struct'
|
|
972
|
-
:return: The RNA type or default when not found.
|
|
973
|
-
"""
|
|
974
|
-
...
|
|
975
|
-
|
|
976
|
-
@classmethod
|
|
977
|
-
def bl_rna_get_subclass_py(
|
|
978
|
-
cls, id: typing.Optional[str], default=None
|
|
979
|
-
) -> typing.Any:
|
|
980
|
-
"""
|
|
981
|
-
|
|
982
|
-
:param id: The RNA type identifier.
|
|
983
|
-
:type id: typing.Optional[str]
|
|
984
|
-
:rtype: typing.Any
|
|
985
|
-
:return: The class or default when not found.
|
|
986
|
-
"""
|
|
987
|
-
...
|
|
988
|
-
|
|
989
|
-
class AnyType(bpy_struct):
|
|
990
|
-
"""RNA type used for pointers to any possible data"""
|
|
991
|
-
|
|
992
|
-
@classmethod
|
|
993
|
-
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
994
|
-
"""
|
|
995
|
-
|
|
996
|
-
:param id: The RNA type identifier.
|
|
997
|
-
:type id: typing.Optional[str]
|
|
998
|
-
:rtype: 'Struct'
|
|
999
|
-
:return: The RNA type or default when not found.
|
|
1000
|
-
"""
|
|
1001
|
-
...
|
|
1002
|
-
|
|
1003
|
-
@classmethod
|
|
1004
|
-
def bl_rna_get_subclass_py(
|
|
1005
|
-
cls, id: typing.Optional[str], default=None
|
|
1006
|
-
) -> typing.Any:
|
|
1007
|
-
"""
|
|
1008
|
-
|
|
1009
|
-
:param id: The RNA type identifier.
|
|
1010
|
-
:type id: typing.Optional[str]
|
|
1011
|
-
:rtype: typing.Any
|
|
1012
|
-
:return: The class or default when not found.
|
|
1013
|
-
"""
|
|
1014
|
-
...
|
|
1015
|
-
|
|
1016
|
-
class Area(bpy_struct):
|
|
1017
|
-
"""Area in a subdivided screen, containing an editor"""
|
|
1018
|
-
|
|
1019
|
-
height: int
|
|
1020
|
-
""" Area height
|
|
1021
|
-
|
|
1022
|
-
:type: int
|
|
1023
|
-
"""
|
|
1024
|
-
|
|
1025
|
-
regions: bpy_prop_collection["Region"]
|
|
1026
|
-
""" Regions this area is subdivided in
|
|
1027
|
-
|
|
1028
|
-
:type: bpy_prop_collection['Region']
|
|
1029
|
-
"""
|
|
1030
|
-
|
|
1031
|
-
show_menus: bool
|
|
1032
|
-
""" Show menus in the header
|
|
959
|
+
use_camera_space_bake: bool
|
|
960
|
+
""" Motion path points will be baked into the camera space of the active camera. This means they will only look right when looking through that camera. Switching cameras using markers is not supported
|
|
1033
961
|
|
|
1034
962
|
:type: bool
|
|
1035
963
|
"""
|
|
1036
964
|
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
"""
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
""
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
:
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
965
|
+
@classmethod
|
|
966
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
967
|
+
"""
|
|
968
|
+
|
|
969
|
+
:param id: The RNA type identifier.
|
|
970
|
+
:type id: typing.Optional[str]
|
|
971
|
+
:rtype: 'Struct'
|
|
972
|
+
:return: The RNA type or default when not found.
|
|
973
|
+
"""
|
|
974
|
+
...
|
|
975
|
+
|
|
976
|
+
@classmethod
|
|
977
|
+
def bl_rna_get_subclass_py(
|
|
978
|
+
cls, id: typing.Optional[str], default=None
|
|
979
|
+
) -> typing.Any:
|
|
980
|
+
"""
|
|
981
|
+
|
|
982
|
+
:param id: The RNA type identifier.
|
|
983
|
+
:type id: typing.Optional[str]
|
|
984
|
+
:rtype: typing.Any
|
|
985
|
+
:return: The class or default when not found.
|
|
986
|
+
"""
|
|
987
|
+
...
|
|
988
|
+
|
|
989
|
+
class AnyType(bpy_struct):
|
|
990
|
+
"""RNA type used for pointers to any possible data"""
|
|
991
|
+
|
|
992
|
+
@classmethod
|
|
993
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
994
|
+
"""
|
|
995
|
+
|
|
996
|
+
:param id: The RNA type identifier.
|
|
997
|
+
:type id: typing.Optional[str]
|
|
998
|
+
:rtype: 'Struct'
|
|
999
|
+
:return: The RNA type or default when not found.
|
|
1000
|
+
"""
|
|
1001
|
+
...
|
|
1002
|
+
|
|
1003
|
+
@classmethod
|
|
1004
|
+
def bl_rna_get_subclass_py(
|
|
1005
|
+
cls, id: typing.Optional[str], default=None
|
|
1006
|
+
) -> typing.Any:
|
|
1007
|
+
"""
|
|
1008
|
+
|
|
1009
|
+
:param id: The RNA type identifier.
|
|
1010
|
+
:type id: typing.Optional[str]
|
|
1011
|
+
:rtype: typing.Any
|
|
1012
|
+
:return: The class or default when not found.
|
|
1013
|
+
"""
|
|
1014
|
+
...
|
|
1015
|
+
|
|
1016
|
+
class Area(bpy_struct):
|
|
1017
|
+
"""Area in a subdivided screen, containing an editor"""
|
|
1018
|
+
|
|
1019
|
+
height: int
|
|
1020
|
+
""" Area height
|
|
1021
|
+
|
|
1022
|
+
:type: int
|
|
1023
|
+
"""
|
|
1024
|
+
|
|
1025
|
+
regions: bpy_prop_collection["Region"]
|
|
1026
|
+
""" Regions this area is subdivided in
|
|
1027
|
+
|
|
1028
|
+
:type: bpy_prop_collection['Region']
|
|
1029
|
+
"""
|
|
1030
|
+
|
|
1031
|
+
show_menus: bool
|
|
1032
|
+
""" Show menus in the header
|
|
1033
|
+
|
|
1034
|
+
:type: bool
|
|
1035
|
+
"""
|
|
1036
|
+
|
|
1037
|
+
spaces: "AreaSpaces"
|
|
1038
|
+
""" Spaces contained in this area, the first being the active space (NOTE: Useful for example to restore a previously used 3D view space in a certain area to get the old view orientation)
|
|
1039
|
+
|
|
1040
|
+
:type: 'AreaSpaces'
|
|
1041
|
+
"""
|
|
1042
|
+
|
|
1043
|
+
type: typing.Union[str, int]
|
|
1044
|
+
""" Current editor type for this area
|
|
1045
|
+
|
|
1046
|
+
:type: typing.Union[str, int]
|
|
1047
|
+
"""
|
|
1048
|
+
|
|
1049
|
+
ui_type: typing.Union[str, int]
|
|
1050
|
+
""" Current editor type for this area
|
|
1051
|
+
|
|
1052
|
+
:type: typing.Union[str, int]
|
|
1053
|
+
"""
|
|
1054
|
+
|
|
1055
|
+
width: int
|
|
1056
|
+
""" Area width
|
|
1057
|
+
|
|
1058
|
+
:type: int
|
|
1059
|
+
"""
|
|
1060
|
+
|
|
1061
|
+
x: int
|
|
1062
|
+
""" The window relative vertical location of the area
|
|
1063
|
+
|
|
1064
|
+
:type: int
|
|
1065
|
+
"""
|
|
1066
|
+
|
|
1067
|
+
y: int
|
|
1068
|
+
""" The window relative horizontal location of the area
|
|
1069
|
+
|
|
1070
|
+
:type: int
|
|
1071
|
+
"""
|
|
1072
|
+
|
|
1073
|
+
def tag_redraw(self):
|
|
1074
|
+
"""tag_redraw"""
|
|
1075
|
+
...
|
|
1076
|
+
|
|
1077
|
+
def header_text_set(self, text: typing.Optional[str]):
|
|
1078
|
+
"""Set the header status text
|
|
1079
|
+
|
|
1080
|
+
:param text: Text, New string for the header, None clears the text
|
|
1081
|
+
:type text: typing.Optional[str]
|
|
1082
|
+
"""
|
|
1083
|
+
...
|
|
1084
|
+
|
|
1085
1085
|
@classmethod
|
|
1086
1086
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
1087
1087
|
"""
|
|
@@ -41168,7 +41168,7 @@ class UILayout(bpy_struct):
|
|
|
41168
41168
|
idname: typing.Union[str, typing.Any],
|
|
41169
41169
|
default_closed: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
41170
41170
|
):
|
|
41171
|
-
"""Creates a collapsable panel. Whether it is open or closed is stored in the region using the given idname
|
|
41171
|
+
"""Creates a collapsable panel. Whether it is open or closed is stored in the region using the given idname. This can only be used when the panel has the full width of the panel region available to it. So it can't be used in e.g. in a box or columns
|
|
41172
41172
|
|
|
41173
41173
|
:param idname: Identifier of the panel
|
|
41174
41174
|
:type idname: typing.Union[str, typing.Any]
|
|
@@ -41178,7 +41178,7 @@ class UILayout(bpy_struct):
|
|
|
41178
41178
|
...
|
|
41179
41179
|
|
|
41180
41180
|
def panel_prop(self, data: typing.Any, property: typing.Union[str, typing.Any]):
|
|
41181
|
-
"""Similar to `.panel(...)` but instead of storing whether it is open or closed in the region, it is stored in the provided boolean property. This should be used when multiple instances of the same panel can exist. For example one for every item in a collection property or list
|
|
41181
|
+
"""Similar to `.panel(...)` but instead of storing whether it is open or closed in the region, it is stored in the provided boolean property. This should be used when multiple instances of the same panel can exist. For example one for every item in a collection property or list. This can only be used when the panel has the full width of the panel region available to it. So it can't be used in e.g. in a box or columns
|
|
41182
41182
|
|
|
41183
41183
|
:param data: Data from which to take the open-state property
|
|
41184
41184
|
:type data: typing.Any
|
|
@@ -69041,23 +69041,21 @@ class FluidModifier(Modifier, bpy_struct):
|
|
|
69041
69041
|
"""
|
|
69042
69042
|
...
|
|
69043
69043
|
|
|
69044
|
-
class
|
|
69045
|
-
|
|
69046
|
-
""" Attributes to modify * ``BOTH`` Stroke & Fill -- Modify fill and stroke colors. * ``STROKE`` Stroke -- Modify stroke color only. * ``FILL`` Fill -- Modify fill color only.
|
|
69047
|
-
|
|
69048
|
-
:type: typing.Union[str, int]
|
|
69049
|
-
"""
|
|
69044
|
+
class GreasePencilArrayModifier(Modifier, bpy_struct):
|
|
69045
|
+
"""Create grid of duplicate instances"""
|
|
69050
69046
|
|
|
69051
|
-
|
|
69052
|
-
|
|
69047
|
+
constant_offset: typing.Union[
|
|
69048
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
69049
|
+
]
|
|
69050
|
+
""" Value for the distance between items
|
|
69053
69051
|
|
|
69054
|
-
:type: '
|
|
69052
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
69055
69053
|
"""
|
|
69056
69054
|
|
|
69057
|
-
|
|
69058
|
-
"""
|
|
69055
|
+
count: int
|
|
69056
|
+
""" Number of items
|
|
69059
69057
|
|
|
69060
|
-
:type:
|
|
69058
|
+
:type: int
|
|
69061
69059
|
"""
|
|
69062
69060
|
|
|
69063
69061
|
invert_layer_filter: bool
|
|
@@ -69108,20 +69106,88 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
|
69108
69106
|
:type: int
|
|
69109
69107
|
"""
|
|
69110
69108
|
|
|
69109
|
+
offset_object: "Object"
|
|
69110
|
+
""" Use the location and rotation of another object to determine the distance and rotational change between arrayed items
|
|
69111
|
+
|
|
69112
|
+
:type: 'Object'
|
|
69113
|
+
"""
|
|
69114
|
+
|
|
69115
|
+
open_constant_offset_panel: bool
|
|
69116
|
+
"""
|
|
69117
|
+
|
|
69118
|
+
:type: bool
|
|
69119
|
+
"""
|
|
69120
|
+
|
|
69111
69121
|
open_influence_panel: bool
|
|
69112
69122
|
"""
|
|
69113
69123
|
|
|
69114
69124
|
:type: bool
|
|
69115
69125
|
"""
|
|
69116
69126
|
|
|
69117
|
-
|
|
69118
|
-
"""
|
|
69127
|
+
open_object_offset_panel: bool
|
|
69128
|
+
"""
|
|
69119
69129
|
|
|
69120
|
-
:type:
|
|
69130
|
+
:type: bool
|
|
69121
69131
|
"""
|
|
69122
69132
|
|
|
69123
|
-
|
|
69124
|
-
"""
|
|
69133
|
+
open_randomize_panel: bool
|
|
69134
|
+
"""
|
|
69135
|
+
|
|
69136
|
+
:type: bool
|
|
69137
|
+
"""
|
|
69138
|
+
|
|
69139
|
+
open_relative_offset_panel: bool
|
|
69140
|
+
"""
|
|
69141
|
+
|
|
69142
|
+
:type: bool
|
|
69143
|
+
"""
|
|
69144
|
+
|
|
69145
|
+
random_offset: typing.Union[
|
|
69146
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
69147
|
+
]
|
|
69148
|
+
""" Value for changes in location
|
|
69149
|
+
|
|
69150
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
69151
|
+
"""
|
|
69152
|
+
|
|
69153
|
+
random_rotation: typing.Union[
|
|
69154
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Euler"
|
|
69155
|
+
]
|
|
69156
|
+
""" Value for changes in rotation
|
|
69157
|
+
|
|
69158
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Euler']
|
|
69159
|
+
"""
|
|
69160
|
+
|
|
69161
|
+
random_scale: typing.Union[
|
|
69162
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
69163
|
+
]
|
|
69164
|
+
""" Value for changes in scale
|
|
69165
|
+
|
|
69166
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
69167
|
+
"""
|
|
69168
|
+
|
|
69169
|
+
relative_offset: typing.Union[
|
|
69170
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
69171
|
+
]
|
|
69172
|
+
""" The size of the geometry will determine the distance between arrayed items
|
|
69173
|
+
|
|
69174
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
69175
|
+
"""
|
|
69176
|
+
|
|
69177
|
+
replace_material: int
|
|
69178
|
+
""" Index of the material used for generated strokes (0 keep original material)
|
|
69179
|
+
|
|
69180
|
+
:type: int
|
|
69181
|
+
"""
|
|
69182
|
+
|
|
69183
|
+
seed: int
|
|
69184
|
+
""" Random seed
|
|
69185
|
+
|
|
69186
|
+
:type: int
|
|
69187
|
+
"""
|
|
69188
|
+
|
|
69189
|
+
use_constant_offset: bool
|
|
69190
|
+
""" Enable offset
|
|
69125
69191
|
|
|
69126
69192
|
:type: bool
|
|
69127
69193
|
"""
|
|
@@ -69138,10 +69204,22 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
|
69138
69204
|
:type: bool
|
|
69139
69205
|
"""
|
|
69140
69206
|
|
|
69141
|
-
|
|
69142
|
-
"""
|
|
69207
|
+
use_object_offset: bool
|
|
69208
|
+
""" Enable object offset
|
|
69143
69209
|
|
|
69144
|
-
:type:
|
|
69210
|
+
:type: bool
|
|
69211
|
+
"""
|
|
69212
|
+
|
|
69213
|
+
use_relative_offset: bool
|
|
69214
|
+
""" Enable shift
|
|
69215
|
+
|
|
69216
|
+
:type: bool
|
|
69217
|
+
"""
|
|
69218
|
+
|
|
69219
|
+
use_uniform_random_scale: bool
|
|
69220
|
+
""" Use the same random seed for each scale axis for a uniform scale
|
|
69221
|
+
|
|
69222
|
+
:type: bool
|
|
69145
69223
|
"""
|
|
69146
69224
|
|
|
69147
69225
|
@classmethod
|
|
@@ -69168,13 +69246,23 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
|
69168
69246
|
"""
|
|
69169
69247
|
...
|
|
69170
69248
|
|
|
69171
|
-
class
|
|
69172
|
-
|
|
69249
|
+
class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
69250
|
+
color_mode: typing.Union[str, int]
|
|
69251
|
+
""" Attributes to modify * ``BOTH`` Stroke & Fill -- Modify fill and stroke colors. * ``STROKE`` Stroke -- Modify stroke color only. * ``FILL`` Fill -- Modify fill color only.
|
|
69173
69252
|
|
|
69174
|
-
|
|
69175
|
-
"""
|
|
69253
|
+
:type: typing.Union[str, int]
|
|
69254
|
+
"""
|
|
69176
69255
|
|
|
69177
|
-
:
|
|
69256
|
+
custom_curve: "CurveMapping"
|
|
69257
|
+
""" Custom curve to apply effect
|
|
69258
|
+
|
|
69259
|
+
:type: 'CurveMapping'
|
|
69260
|
+
"""
|
|
69261
|
+
|
|
69262
|
+
hue: float
|
|
69263
|
+
""" Color hue offset
|
|
69264
|
+
|
|
69265
|
+
:type: float
|
|
69178
69266
|
"""
|
|
69179
69267
|
|
|
69180
69268
|
invert_layer_filter: bool
|
|
@@ -69231,16 +69319,16 @@ class GreasePencilDashModifierData(Modifier, bpy_struct):
|
|
|
69231
69319
|
:type: bool
|
|
69232
69320
|
"""
|
|
69233
69321
|
|
|
69234
|
-
|
|
69235
|
-
"""
|
|
69322
|
+
saturation: float
|
|
69323
|
+
""" Color saturation factor
|
|
69236
69324
|
|
|
69237
|
-
:type:
|
|
69325
|
+
:type: float
|
|
69238
69326
|
"""
|
|
69239
69327
|
|
|
69240
|
-
|
|
69241
|
-
"""
|
|
69328
|
+
use_custom_curve: bool
|
|
69329
|
+
""" Use a custom curve to define a factor along the strokes
|
|
69242
69330
|
|
|
69243
|
-
:type:
|
|
69331
|
+
:type: bool
|
|
69244
69332
|
"""
|
|
69245
69333
|
|
|
69246
69334
|
use_layer_pass_filter: bool
|
|
@@ -69255,6 +69343,12 @@ class GreasePencilDashModifierData(Modifier, bpy_struct):
|
|
|
69255
69343
|
:type: bool
|
|
69256
69344
|
"""
|
|
69257
69345
|
|
|
69346
|
+
value: float
|
|
69347
|
+
""" Color value factor
|
|
69348
|
+
|
|
69349
|
+
:type: float
|
|
69350
|
+
"""
|
|
69351
|
+
|
|
69258
69352
|
@classmethod
|
|
69259
69353
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
69260
69354
|
"""
|
|
@@ -69279,8 +69373,14 @@ class GreasePencilDashModifierData(Modifier, bpy_struct):
|
|
|
69279
69373
|
"""
|
|
69280
69374
|
...
|
|
69281
69375
|
|
|
69282
|
-
class
|
|
69283
|
-
"""
|
|
69376
|
+
class GreasePencilDashModifierData(Modifier, bpy_struct):
|
|
69377
|
+
"""Create dot-dash effect for strokes"""
|
|
69378
|
+
|
|
69379
|
+
dash_offset: int
|
|
69380
|
+
""" Offset into each stroke before the beginning of the dashed segment generation
|
|
69381
|
+
|
|
69382
|
+
:type: int
|
|
69383
|
+
"""
|
|
69284
69384
|
|
|
69285
69385
|
invert_layer_filter: bool
|
|
69286
69386
|
""" Invert layer filter
|
|
@@ -69306,12 +69406,6 @@ class GreasePencilLatticeModifier(Modifier, bpy_struct):
|
|
|
69306
69406
|
:type: bool
|
|
69307
69407
|
"""
|
|
69308
69408
|
|
|
69309
|
-
invert_vertex_group: bool
|
|
69310
|
-
""" Invert vertex group weights
|
|
69311
|
-
|
|
69312
|
-
:type: bool
|
|
69313
|
-
"""
|
|
69314
|
-
|
|
69315
69409
|
layer_filter: typing.Union[str, typing.Any]
|
|
69316
69410
|
""" Layer name
|
|
69317
69411
|
|
|
@@ -69336,22 +69430,22 @@ class GreasePencilLatticeModifier(Modifier, bpy_struct):
|
|
|
69336
69430
|
:type: int
|
|
69337
69431
|
"""
|
|
69338
69432
|
|
|
69339
|
-
object: "Object"
|
|
69340
|
-
""" Lattice object to deform with
|
|
69341
|
-
|
|
69342
|
-
:type: 'Object'
|
|
69343
|
-
"""
|
|
69344
|
-
|
|
69345
69433
|
open_influence_panel: bool
|
|
69346
69434
|
"""
|
|
69347
69435
|
|
|
69348
69436
|
:type: bool
|
|
69349
69437
|
"""
|
|
69350
69438
|
|
|
69351
|
-
|
|
69352
|
-
"""
|
|
69439
|
+
segment_active_index: int
|
|
69440
|
+
""" Active index in the segment list
|
|
69353
69441
|
|
|
69354
|
-
:type:
|
|
69442
|
+
:type: int
|
|
69443
|
+
"""
|
|
69444
|
+
|
|
69445
|
+
segments: bpy_prop_collection["GreasePencilDashModifierSegment"]
|
|
69446
|
+
"""
|
|
69447
|
+
|
|
69448
|
+
:type: bpy_prop_collection['GreasePencilDashModifierSegment']
|
|
69355
69449
|
"""
|
|
69356
69450
|
|
|
69357
69451
|
use_layer_pass_filter: bool
|
|
@@ -69366,12 +69460,6 @@ class GreasePencilLatticeModifier(Modifier, bpy_struct):
|
|
|
69366
69460
|
:type: bool
|
|
69367
69461
|
"""
|
|
69368
69462
|
|
|
69369
|
-
vertex_group_name: typing.Union[str, typing.Any]
|
|
69370
|
-
""" Vertex group name for modulating the deform
|
|
69371
|
-
|
|
69372
|
-
:type: typing.Union[str, typing.Any]
|
|
69373
|
-
"""
|
|
69374
|
-
|
|
69375
69463
|
@classmethod
|
|
69376
69464
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
69377
69465
|
"""
|
|
@@ -69396,7 +69484,9 @@ class GreasePencilLatticeModifier(Modifier, bpy_struct):
|
|
|
69396
69484
|
"""
|
|
69397
69485
|
...
|
|
69398
69486
|
|
|
69399
|
-
class
|
|
69487
|
+
class GreasePencilLatticeModifier(Modifier, bpy_struct):
|
|
69488
|
+
"""Deform strokes using a lattice object"""
|
|
69489
|
+
|
|
69400
69490
|
invert_layer_filter: bool
|
|
69401
69491
|
""" Invert layer filter
|
|
69402
69492
|
|
|
@@ -69421,6 +69511,12 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
|
|
|
69421
69511
|
:type: bool
|
|
69422
69512
|
"""
|
|
69423
69513
|
|
|
69514
|
+
invert_vertex_group: bool
|
|
69515
|
+
""" Invert vertex group weights
|
|
69516
|
+
|
|
69517
|
+
:type: bool
|
|
69518
|
+
"""
|
|
69519
|
+
|
|
69424
69520
|
layer_filter: typing.Union[str, typing.Any]
|
|
69425
69521
|
""" Layer name
|
|
69426
69522
|
|
|
@@ -69446,7 +69542,7 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
|
|
|
69446
69542
|
"""
|
|
69447
69543
|
|
|
69448
69544
|
object: "Object"
|
|
69449
|
-
"""
|
|
69545
|
+
""" Lattice object to deform with
|
|
69450
69546
|
|
|
69451
69547
|
:type: 'Object'
|
|
69452
69548
|
"""
|
|
@@ -69457,22 +69553,10 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
|
|
|
69457
69553
|
:type: bool
|
|
69458
69554
|
"""
|
|
69459
69555
|
|
|
69460
|
-
|
|
69461
|
-
"""
|
|
69462
|
-
|
|
69463
|
-
:type: bool
|
|
69464
|
-
"""
|
|
69465
|
-
|
|
69466
|
-
use_axis_y: bool
|
|
69467
|
-
""" Mirror the Y axis
|
|
69468
|
-
|
|
69469
|
-
:type: bool
|
|
69470
|
-
"""
|
|
69471
|
-
|
|
69472
|
-
use_axis_z: bool
|
|
69473
|
-
""" Mirror the Z axis
|
|
69556
|
+
strength: float
|
|
69557
|
+
""" Strength of modifier effect
|
|
69474
69558
|
|
|
69475
|
-
:type:
|
|
69559
|
+
:type: float
|
|
69476
69560
|
"""
|
|
69477
69561
|
|
|
69478
69562
|
use_layer_pass_filter: bool
|
|
@@ -69487,6 +69571,12 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
|
|
|
69487
69571
|
:type: bool
|
|
69488
69572
|
"""
|
|
69489
69573
|
|
|
69574
|
+
vertex_group_name: typing.Union[str, typing.Any]
|
|
69575
|
+
""" Vertex group name for modulating the deform
|
|
69576
|
+
|
|
69577
|
+
:type: typing.Union[str, typing.Any]
|
|
69578
|
+
"""
|
|
69579
|
+
|
|
69490
69580
|
@classmethod
|
|
69491
69581
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
69492
69582
|
"""
|
|
@@ -69511,37 +69601,25 @@ class GreasePencilMirrorModifier(Modifier, bpy_struct):
|
|
|
69511
69601
|
"""
|
|
69512
69602
|
...
|
|
69513
69603
|
|
|
69514
|
-
class
|
|
69515
|
-
"""
|
|
69516
|
-
|
|
69517
|
-
custom_curve: "CurveMapping"
|
|
69518
|
-
""" Custom curve to apply effect
|
|
69519
|
-
|
|
69520
|
-
:type: 'CurveMapping'
|
|
69521
|
-
"""
|
|
69522
|
-
|
|
69523
|
-
factor: float
|
|
69524
|
-
""" Amount of noise to apply
|
|
69525
|
-
|
|
69526
|
-
:type: float
|
|
69527
|
-
"""
|
|
69604
|
+
class GreasePencilLengthModifier(Modifier, bpy_struct):
|
|
69605
|
+
"""Stretch or shrink strokes"""
|
|
69528
69606
|
|
|
69529
|
-
|
|
69530
|
-
"""
|
|
69607
|
+
end_factor: float
|
|
69608
|
+
""" Added length to the end of each stroke relative to its length
|
|
69531
69609
|
|
|
69532
69610
|
:type: float
|
|
69533
69611
|
"""
|
|
69534
69612
|
|
|
69535
|
-
|
|
69536
|
-
"""
|
|
69613
|
+
end_length: float
|
|
69614
|
+
""" Absolute added length to the end of each stroke
|
|
69537
69615
|
|
|
69538
69616
|
:type: float
|
|
69539
69617
|
"""
|
|
69540
69618
|
|
|
69541
|
-
|
|
69542
|
-
"""
|
|
69619
|
+
invert_curvature: bool
|
|
69620
|
+
""" Invert the curvature of the stroke's extension
|
|
69543
69621
|
|
|
69544
|
-
:type:
|
|
69622
|
+
:type: bool
|
|
69545
69623
|
"""
|
|
69546
69624
|
|
|
69547
69625
|
invert_layer_filter: bool
|
|
@@ -69598,16 +69676,22 @@ class GreasePencilNoiseModifier(Modifier, bpy_struct):
|
|
|
69598
69676
|
:type: int
|
|
69599
69677
|
"""
|
|
69600
69678
|
|
|
69601
|
-
|
|
69602
|
-
"""
|
|
69679
|
+
max_angle: float
|
|
69680
|
+
""" Ignore points on the stroke that deviate from their neighbors by more than this angle when determining the extrapolation shape
|
|
69603
69681
|
|
|
69604
69682
|
:type: float
|
|
69605
69683
|
"""
|
|
69606
69684
|
|
|
69607
|
-
|
|
69608
|
-
"""
|
|
69685
|
+
mode: typing.Union[str, int]
|
|
69686
|
+
""" Mode to define length * ``RELATIVE`` Relative -- Length in ratio to the stroke's length. * ``ABSOLUTE`` Absolute -- Length in geometry space.
|
|
69609
69687
|
|
|
69610
|
-
:type:
|
|
69688
|
+
:type: typing.Union[str, int]
|
|
69689
|
+
"""
|
|
69690
|
+
|
|
69691
|
+
open_curvature_panel: bool
|
|
69692
|
+
"""
|
|
69693
|
+
|
|
69694
|
+
:type: bool
|
|
69611
69695
|
"""
|
|
69612
69696
|
|
|
69613
69697
|
open_influence_panel: bool
|
|
@@ -69622,10 +69706,34 @@ class GreasePencilNoiseModifier(Modifier, bpy_struct):
|
|
|
69622
69706
|
:type: bool
|
|
69623
69707
|
"""
|
|
69624
69708
|
|
|
69625
|
-
|
|
69626
|
-
"""
|
|
69709
|
+
overshoot_factor: float
|
|
69710
|
+
""" Defines what portion of the stroke is used for the calculation of the extension
|
|
69627
69711
|
|
|
69628
|
-
:type:
|
|
69712
|
+
:type: float
|
|
69713
|
+
"""
|
|
69714
|
+
|
|
69715
|
+
point_density: float
|
|
69716
|
+
""" Multiplied by Start/End for the total added point count
|
|
69717
|
+
|
|
69718
|
+
:type: float
|
|
69719
|
+
"""
|
|
69720
|
+
|
|
69721
|
+
random_end_factor: float
|
|
69722
|
+
""" Size of random length added to the end of each stroke
|
|
69723
|
+
|
|
69724
|
+
:type: float
|
|
69725
|
+
"""
|
|
69726
|
+
|
|
69727
|
+
random_offset: float
|
|
69728
|
+
""" Smoothly offset each stroke's random value
|
|
69729
|
+
|
|
69730
|
+
:type: float
|
|
69731
|
+
"""
|
|
69732
|
+
|
|
69733
|
+
random_start_factor: float
|
|
69734
|
+
""" Size of random length added to the start of each stroke
|
|
69735
|
+
|
|
69736
|
+
:type: float
|
|
69629
69737
|
"""
|
|
69630
69738
|
|
|
69631
69739
|
seed: int
|
|
@@ -69634,14 +69742,32 @@ class GreasePencilNoiseModifier(Modifier, bpy_struct):
|
|
|
69634
69742
|
:type: int
|
|
69635
69743
|
"""
|
|
69636
69744
|
|
|
69745
|
+
segment_influence: float
|
|
69746
|
+
""" Factor to determine how much the length of the individual segments should influence the final computed curvature. Higher factors makes small segments influence the overall curvature less
|
|
69747
|
+
|
|
69748
|
+
:type: float
|
|
69749
|
+
"""
|
|
69750
|
+
|
|
69751
|
+
start_factor: float
|
|
69752
|
+
""" Added length to the start of each stroke relative to its length
|
|
69753
|
+
|
|
69754
|
+
:type: float
|
|
69755
|
+
"""
|
|
69756
|
+
|
|
69757
|
+
start_length: float
|
|
69758
|
+
""" Absolute added length to the start of each stroke
|
|
69759
|
+
|
|
69760
|
+
:type: float
|
|
69761
|
+
"""
|
|
69762
|
+
|
|
69637
69763
|
step: int
|
|
69638
69764
|
""" Number of frames between randomization steps
|
|
69639
69765
|
|
|
69640
69766
|
:type: int
|
|
69641
69767
|
"""
|
|
69642
69768
|
|
|
69643
|
-
|
|
69644
|
-
"""
|
|
69769
|
+
use_curvature: bool
|
|
69770
|
+
""" Follow the curvature of the stroke
|
|
69645
69771
|
|
|
69646
69772
|
:type: bool
|
|
69647
69773
|
"""
|
|
@@ -69694,7 +69820,7 @@ class GreasePencilNoiseModifier(Modifier, bpy_struct):
|
|
|
69694
69820
|
"""
|
|
69695
69821
|
...
|
|
69696
69822
|
|
|
69697
|
-
class
|
|
69823
|
+
class GreasePencilMirrorModifier(Modifier, bpy_struct):
|
|
69698
69824
|
invert_layer_filter: bool
|
|
69699
69825
|
""" Invert layer filter
|
|
69700
69826
|
|
|
@@ -69719,12 +69845,6 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
|
69719
69845
|
:type: bool
|
|
69720
69846
|
"""
|
|
69721
69847
|
|
|
69722
|
-
invert_vertex_group: bool
|
|
69723
|
-
""" Invert vertex group weights
|
|
69724
|
-
|
|
69725
|
-
:type: bool
|
|
69726
|
-
"""
|
|
69727
|
-
|
|
69728
69848
|
layer_filter: typing.Union[str, typing.Any]
|
|
69729
69849
|
""" Layer name
|
|
69730
69850
|
|
|
@@ -69737,14 +69857,6 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
|
69737
69857
|
:type: int
|
|
69738
69858
|
"""
|
|
69739
69859
|
|
|
69740
|
-
location: typing.Union[
|
|
69741
|
-
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
69742
|
-
]
|
|
69743
|
-
""" Values for change location
|
|
69744
|
-
|
|
69745
|
-
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
69746
|
-
"""
|
|
69747
|
-
|
|
69748
69860
|
material_filter: "Material"
|
|
69749
69861
|
""" Material used for filtering
|
|
69750
69862
|
|
|
@@ -69757,10 +69869,10 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
|
69757
69869
|
:type: int
|
|
69758
69870
|
"""
|
|
69759
69871
|
|
|
69760
|
-
|
|
69761
|
-
"""
|
|
69872
|
+
object: "Object"
|
|
69873
|
+
""" Object used as center
|
|
69762
69874
|
|
|
69763
|
-
:type:
|
|
69875
|
+
:type: 'Object'
|
|
69764
69876
|
"""
|
|
69765
69877
|
|
|
69766
69878
|
open_influence_panel: bool
|
|
@@ -69769,62 +69881,22 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
|
69769
69881
|
:type: bool
|
|
69770
69882
|
"""
|
|
69771
69883
|
|
|
69772
|
-
|
|
69773
|
-
|
|
69774
|
-
]
|
|
69775
|
-
""" Values for changes in rotation
|
|
69776
|
-
|
|
69777
|
-
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Euler']
|
|
69778
|
-
"""
|
|
69779
|
-
|
|
69780
|
-
scale: typing.Union[
|
|
69781
|
-
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
69782
|
-
]
|
|
69783
|
-
""" Values for changes in scale
|
|
69784
|
-
|
|
69785
|
-
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
69786
|
-
"""
|
|
69787
|
-
|
|
69788
|
-
seed: int
|
|
69789
|
-
""" Random seed
|
|
69790
|
-
|
|
69791
|
-
:type: int
|
|
69792
|
-
"""
|
|
69793
|
-
|
|
69794
|
-
stroke_location: typing.Union[
|
|
69795
|
-
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
69796
|
-
]
|
|
69797
|
-
""" Value for changes in location
|
|
69798
|
-
|
|
69799
|
-
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
69800
|
-
"""
|
|
69801
|
-
|
|
69802
|
-
stroke_rotation: typing.Union[
|
|
69803
|
-
typing.List[float], typing.Tuple[float, float, float], "mathutils.Euler"
|
|
69804
|
-
]
|
|
69805
|
-
""" Value for changes in rotation
|
|
69806
|
-
|
|
69807
|
-
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Euler']
|
|
69808
|
-
"""
|
|
69809
|
-
|
|
69810
|
-
stroke_scale: typing.Union[
|
|
69811
|
-
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
69812
|
-
]
|
|
69813
|
-
""" Value for changes in scale
|
|
69884
|
+
use_axis_x: bool
|
|
69885
|
+
""" Mirror the X axis
|
|
69814
69886
|
|
|
69815
|
-
:type:
|
|
69887
|
+
:type: bool
|
|
69816
69888
|
"""
|
|
69817
69889
|
|
|
69818
|
-
|
|
69819
|
-
"""
|
|
69890
|
+
use_axis_y: bool
|
|
69891
|
+
""" Mirror the Y axis
|
|
69820
69892
|
|
|
69821
|
-
:type:
|
|
69893
|
+
:type: bool
|
|
69822
69894
|
"""
|
|
69823
69895
|
|
|
69824
|
-
|
|
69825
|
-
"""
|
|
69896
|
+
use_axis_z: bool
|
|
69897
|
+
""" Mirror the Z axis
|
|
69826
69898
|
|
|
69827
|
-
:type:
|
|
69899
|
+
:type: bool
|
|
69828
69900
|
"""
|
|
69829
69901
|
|
|
69830
69902
|
use_layer_pass_filter: bool
|
|
@@ -69839,18 +69911,6 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
|
69839
69911
|
:type: bool
|
|
69840
69912
|
"""
|
|
69841
69913
|
|
|
69842
|
-
use_uniform_random_scale: bool
|
|
69843
|
-
""" Use the same random seed for each scale axis for a uniform scale
|
|
69844
|
-
|
|
69845
|
-
:type: bool
|
|
69846
|
-
"""
|
|
69847
|
-
|
|
69848
|
-
vertex_group_name: typing.Union[str, typing.Any]
|
|
69849
|
-
""" Vertex group name for modulating the deform
|
|
69850
|
-
|
|
69851
|
-
:type: typing.Union[str, typing.Any]
|
|
69852
|
-
"""
|
|
69853
|
-
|
|
69854
69914
|
@classmethod
|
|
69855
69915
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
69856
69916
|
"""
|
|
@@ -69875,27 +69935,35 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
|
69875
69935
|
"""
|
|
69876
69936
|
...
|
|
69877
69937
|
|
|
69878
|
-
class
|
|
69879
|
-
|
|
69880
|
-
|
|
69938
|
+
class GreasePencilMultiplyModifier(Modifier, bpy_struct):
|
|
69939
|
+
"""Generate multiple strokes from one stroke"""
|
|
69940
|
+
|
|
69941
|
+
distance: float
|
|
69942
|
+
""" Distance of duplications
|
|
69881
69943
|
|
|
69882
69944
|
:type: float
|
|
69883
69945
|
"""
|
|
69884
69946
|
|
|
69885
|
-
|
|
69886
|
-
"""
|
|
69947
|
+
duplicates: int
|
|
69948
|
+
""" How many copies of strokes be displayed
|
|
69887
69949
|
|
|
69888
|
-
:type:
|
|
69950
|
+
:type: int
|
|
69889
69951
|
"""
|
|
69890
69952
|
|
|
69891
|
-
|
|
69892
|
-
"""
|
|
69953
|
+
fading_center: float
|
|
69954
|
+
""" Fade center
|
|
69893
69955
|
|
|
69894
|
-
:type:
|
|
69956
|
+
:type: float
|
|
69895
69957
|
"""
|
|
69896
69958
|
|
|
69897
|
-
|
|
69898
|
-
"""
|
|
69959
|
+
fading_opacity: float
|
|
69960
|
+
""" Fade influence of stroke's opacity
|
|
69961
|
+
|
|
69962
|
+
:type: float
|
|
69963
|
+
"""
|
|
69964
|
+
|
|
69965
|
+
fading_thickness: float
|
|
69966
|
+
""" Fade influence of stroke's thickness
|
|
69899
69967
|
|
|
69900
69968
|
:type: float
|
|
69901
69969
|
"""
|
|
@@ -69924,12 +69992,6 @@ class GreasePencilOpacityModifier(Modifier, bpy_struct):
|
|
|
69924
69992
|
:type: bool
|
|
69925
69993
|
"""
|
|
69926
69994
|
|
|
69927
|
-
invert_vertex_group: bool
|
|
69928
|
-
""" Invert vertex group weights
|
|
69929
|
-
|
|
69930
|
-
:type: bool
|
|
69931
|
-
"""
|
|
69932
|
-
|
|
69933
69995
|
layer_filter: typing.Union[str, typing.Any]
|
|
69934
69996
|
""" Layer name
|
|
69935
69997
|
|
|
@@ -69954,48 +70016,42 @@ class GreasePencilOpacityModifier(Modifier, bpy_struct):
|
|
|
69954
70016
|
:type: int
|
|
69955
70017
|
"""
|
|
69956
70018
|
|
|
69957
|
-
|
|
69958
|
-
"""
|
|
70019
|
+
offset: float
|
|
70020
|
+
""" Offset of duplicates. -1 to 1: inner to outer
|
|
69959
70021
|
|
|
69960
|
-
:type:
|
|
70022
|
+
:type: float
|
|
69961
70023
|
"""
|
|
69962
70024
|
|
|
69963
|
-
|
|
69964
|
-
"""
|
|
70025
|
+
open_fading_panel: bool
|
|
70026
|
+
"""
|
|
69965
70027
|
|
|
69966
70028
|
:type: bool
|
|
69967
70029
|
"""
|
|
69968
70030
|
|
|
69969
|
-
|
|
69970
|
-
"""
|
|
70031
|
+
open_influence_panel: bool
|
|
70032
|
+
"""
|
|
69971
70033
|
|
|
69972
70034
|
:type: bool
|
|
69973
70035
|
"""
|
|
69974
70036
|
|
|
69975
|
-
|
|
69976
|
-
"""
|
|
70037
|
+
use_fade: bool
|
|
70038
|
+
""" Fade the stroke thickness for each generated stroke
|
|
69977
70039
|
|
|
69978
70040
|
:type: bool
|
|
69979
70041
|
"""
|
|
69980
70042
|
|
|
69981
|
-
|
|
69982
|
-
"""
|
|
70043
|
+
use_layer_pass_filter: bool
|
|
70044
|
+
""" Use layer pass filter
|
|
69983
70045
|
|
|
69984
70046
|
:type: bool
|
|
69985
70047
|
"""
|
|
69986
70048
|
|
|
69987
|
-
|
|
69988
|
-
""" Use
|
|
70049
|
+
use_material_pass_filter: bool
|
|
70050
|
+
""" Use material pass filter
|
|
69989
70051
|
|
|
69990
70052
|
:type: bool
|
|
69991
70053
|
"""
|
|
69992
70054
|
|
|
69993
|
-
vertex_group_name: typing.Union[str, typing.Any]
|
|
69994
|
-
""" Vertex group name for modulating the deform
|
|
69995
|
-
|
|
69996
|
-
:type: typing.Union[str, typing.Any]
|
|
69997
|
-
"""
|
|
69998
|
-
|
|
69999
70055
|
@classmethod
|
|
70000
70056
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
70001
70057
|
"""
|
|
@@ -70020,8 +70076,8 @@ class GreasePencilOpacityModifier(Modifier, bpy_struct):
|
|
|
70020
70076
|
"""
|
|
70021
70077
|
...
|
|
70022
70078
|
|
|
70023
|
-
class
|
|
70024
|
-
"""
|
|
70079
|
+
class GreasePencilNoiseModifier(Modifier, bpy_struct):
|
|
70080
|
+
"""Noise effect modifier"""
|
|
70025
70081
|
|
|
70026
70082
|
custom_curve: "CurveMapping"
|
|
70027
70083
|
""" Custom curve to apply effect
|
|
@@ -70030,7 +70086,25 @@ class GreasePencilSmoothModifier(Modifier, bpy_struct):
|
|
|
70030
70086
|
"""
|
|
70031
70087
|
|
|
70032
70088
|
factor: float
|
|
70033
|
-
""" Amount of
|
|
70089
|
+
""" Amount of noise to apply
|
|
70090
|
+
|
|
70091
|
+
:type: float
|
|
70092
|
+
"""
|
|
70093
|
+
|
|
70094
|
+
factor_strength: float
|
|
70095
|
+
""" Amount of noise to apply to opacity
|
|
70096
|
+
|
|
70097
|
+
:type: float
|
|
70098
|
+
"""
|
|
70099
|
+
|
|
70100
|
+
factor_thickness: float
|
|
70101
|
+
""" Amount of noise to apply to thickness
|
|
70102
|
+
|
|
70103
|
+
:type: float
|
|
70104
|
+
"""
|
|
70105
|
+
|
|
70106
|
+
factor_uvs: float
|
|
70107
|
+
""" Amount of noise to apply to UV rotation
|
|
70034
70108
|
|
|
70035
70109
|
:type: float
|
|
70036
70110
|
"""
|
|
@@ -70089,50 +70163,50 @@ class GreasePencilSmoothModifier(Modifier, bpy_struct):
|
|
|
70089
70163
|
:type: int
|
|
70090
70164
|
"""
|
|
70091
70165
|
|
|
70092
|
-
|
|
70093
|
-
"""
|
|
70166
|
+
noise_offset: float
|
|
70167
|
+
""" Offset the noise along the strokes
|
|
70094
70168
|
|
|
70095
|
-
:type:
|
|
70169
|
+
:type: float
|
|
70096
70170
|
"""
|
|
70097
70171
|
|
|
70098
|
-
|
|
70099
|
-
"""
|
|
70172
|
+
noise_scale: float
|
|
70173
|
+
""" Scale the noise frequency
|
|
70100
70174
|
|
|
70101
|
-
:type:
|
|
70175
|
+
:type: float
|
|
70102
70176
|
"""
|
|
70103
70177
|
|
|
70104
|
-
|
|
70105
|
-
"""
|
|
70178
|
+
open_influence_panel: bool
|
|
70179
|
+
"""
|
|
70106
70180
|
|
|
70107
70181
|
:type: bool
|
|
70108
70182
|
"""
|
|
70109
70183
|
|
|
70110
|
-
|
|
70111
|
-
"""
|
|
70184
|
+
open_random_panel: bool
|
|
70185
|
+
"""
|
|
70112
70186
|
|
|
70113
70187
|
:type: bool
|
|
70114
70188
|
"""
|
|
70115
70189
|
|
|
70116
|
-
|
|
70117
|
-
"""
|
|
70190
|
+
random_mode: typing.Union[str, int]
|
|
70191
|
+
""" Where to perform randomization * ``STEP`` Steps -- Randomize every number of frames. * ``KEYFRAME`` Keyframes -- Randomize on keyframes only.
|
|
70118
70192
|
|
|
70119
|
-
:type:
|
|
70193
|
+
:type: typing.Union[str, int]
|
|
70120
70194
|
"""
|
|
70121
70195
|
|
|
70122
|
-
|
|
70123
|
-
"""
|
|
70196
|
+
seed: int
|
|
70197
|
+
""" Random seed
|
|
70124
70198
|
|
|
70125
|
-
:type:
|
|
70199
|
+
:type: int
|
|
70126
70200
|
"""
|
|
70127
70201
|
|
|
70128
|
-
|
|
70129
|
-
"""
|
|
70202
|
+
step: int
|
|
70203
|
+
""" Number of frames between randomization steps
|
|
70130
70204
|
|
|
70131
|
-
:type:
|
|
70205
|
+
:type: int
|
|
70132
70206
|
"""
|
|
70133
70207
|
|
|
70134
|
-
|
|
70135
|
-
"""
|
|
70208
|
+
use_custom_curve: bool
|
|
70209
|
+
""" Use a custom curve to define a factor along the strokes
|
|
70136
70210
|
|
|
70137
70211
|
:type: bool
|
|
70138
70212
|
"""
|
|
@@ -70149,8 +70223,8 @@ class GreasePencilSmoothModifier(Modifier, bpy_struct):
|
|
|
70149
70223
|
:type: bool
|
|
70150
70224
|
"""
|
|
70151
70225
|
|
|
70152
|
-
|
|
70153
|
-
"""
|
|
70226
|
+
use_random: bool
|
|
70227
|
+
""" Use random values over time
|
|
70154
70228
|
|
|
70155
70229
|
:type: bool
|
|
70156
70230
|
"""
|
|
@@ -70185,9 +70259,7 @@ class GreasePencilSmoothModifier(Modifier, bpy_struct):
|
|
|
70185
70259
|
"""
|
|
70186
70260
|
...
|
|
70187
70261
|
|
|
70188
|
-
class
|
|
70189
|
-
"""Subdivide Stroke modifier"""
|
|
70190
|
-
|
|
70262
|
+
class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
70191
70263
|
invert_layer_filter: bool
|
|
70192
70264
|
""" Invert layer filter
|
|
70193
70265
|
|
|
@@ -70230,10 +70302,12 @@ class GreasePencilSubdivModifier(Modifier, bpy_struct):
|
|
|
70230
70302
|
:type: int
|
|
70231
70303
|
"""
|
|
70232
70304
|
|
|
70233
|
-
|
|
70234
|
-
|
|
70305
|
+
location: typing.Union[
|
|
70306
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
70307
|
+
]
|
|
70308
|
+
""" Values for change location
|
|
70235
70309
|
|
|
70236
|
-
:type:
|
|
70310
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
70237
70311
|
"""
|
|
70238
70312
|
|
|
70239
70313
|
material_filter: "Material"
|
|
@@ -70248,16 +70322,74 @@ class GreasePencilSubdivModifier(Modifier, bpy_struct):
|
|
|
70248
70322
|
:type: int
|
|
70249
70323
|
"""
|
|
70250
70324
|
|
|
70325
|
+
offset_mode: typing.Union[str, int]
|
|
70326
|
+
""" * ``RANDOM`` Random -- Randomize stroke offset. * ``LAYER`` Layer -- Offset layers by the same factor. * ``STROKE`` Stroke -- Offset strokes by the same factor based on stroke draw order. * ``MATERIAL`` Material -- Offset materials by the same factor.
|
|
70327
|
+
|
|
70328
|
+
:type: typing.Union[str, int]
|
|
70329
|
+
"""
|
|
70330
|
+
|
|
70251
70331
|
open_influence_panel: bool
|
|
70252
70332
|
"""
|
|
70253
70333
|
|
|
70254
70334
|
:type: bool
|
|
70255
70335
|
"""
|
|
70256
70336
|
|
|
70257
|
-
|
|
70258
|
-
|
|
70337
|
+
rotation: typing.Union[
|
|
70338
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Euler"
|
|
70339
|
+
]
|
|
70340
|
+
""" Values for changes in rotation
|
|
70259
70341
|
|
|
70260
|
-
:type: typing.Union[
|
|
70342
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Euler']
|
|
70343
|
+
"""
|
|
70344
|
+
|
|
70345
|
+
scale: typing.Union[
|
|
70346
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
70347
|
+
]
|
|
70348
|
+
""" Values for changes in scale
|
|
70349
|
+
|
|
70350
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
70351
|
+
"""
|
|
70352
|
+
|
|
70353
|
+
seed: int
|
|
70354
|
+
""" Random seed
|
|
70355
|
+
|
|
70356
|
+
:type: int
|
|
70357
|
+
"""
|
|
70358
|
+
|
|
70359
|
+
stroke_location: typing.Union[
|
|
70360
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
70361
|
+
]
|
|
70362
|
+
""" Value for changes in location
|
|
70363
|
+
|
|
70364
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
70365
|
+
"""
|
|
70366
|
+
|
|
70367
|
+
stroke_rotation: typing.Union[
|
|
70368
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Euler"
|
|
70369
|
+
]
|
|
70370
|
+
""" Value for changes in rotation
|
|
70371
|
+
|
|
70372
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Euler']
|
|
70373
|
+
"""
|
|
70374
|
+
|
|
70375
|
+
stroke_scale: typing.Union[
|
|
70376
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
70377
|
+
]
|
|
70378
|
+
""" Value for changes in scale
|
|
70379
|
+
|
|
70380
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
70381
|
+
"""
|
|
70382
|
+
|
|
70383
|
+
stroke_start_offset: int
|
|
70384
|
+
""" Offset starting point
|
|
70385
|
+
|
|
70386
|
+
:type: int
|
|
70387
|
+
"""
|
|
70388
|
+
|
|
70389
|
+
stroke_step: int
|
|
70390
|
+
""" Number of elements that will be grouped
|
|
70391
|
+
|
|
70392
|
+
:type: int
|
|
70261
70393
|
"""
|
|
70262
70394
|
|
|
70263
70395
|
use_layer_pass_filter: bool
|
|
@@ -70272,6 +70404,12 @@ class GreasePencilSubdivModifier(Modifier, bpy_struct):
|
|
|
70272
70404
|
:type: bool
|
|
70273
70405
|
"""
|
|
70274
70406
|
|
|
70407
|
+
use_uniform_random_scale: bool
|
|
70408
|
+
""" Use the same random seed for each scale axis for a uniform scale
|
|
70409
|
+
|
|
70410
|
+
:type: bool
|
|
70411
|
+
"""
|
|
70412
|
+
|
|
70275
70413
|
vertex_group_name: typing.Union[str, typing.Any]
|
|
70276
70414
|
""" Vertex group name for modulating the deform
|
|
70277
70415
|
|
|
@@ -70302,8 +70440,18 @@ class GreasePencilSubdivModifier(Modifier, bpy_struct):
|
|
|
70302
70440
|
"""
|
|
70303
70441
|
...
|
|
70304
70442
|
|
|
70305
|
-
class
|
|
70306
|
-
|
|
70443
|
+
class GreasePencilOpacityModifier(Modifier, bpy_struct):
|
|
70444
|
+
color_factor: float
|
|
70445
|
+
""" Factor of opacity
|
|
70446
|
+
|
|
70447
|
+
:type: float
|
|
70448
|
+
"""
|
|
70449
|
+
|
|
70450
|
+
color_mode: typing.Union[str, int]
|
|
70451
|
+
""" 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.
|
|
70452
|
+
|
|
70453
|
+
:type: typing.Union[str, int]
|
|
70454
|
+
"""
|
|
70307
70455
|
|
|
70308
70456
|
custom_curve: "CurveMapping"
|
|
70309
70457
|
""" Custom curve to apply effect
|
|
@@ -70311,6 +70459,12 @@ class GreasePencilThickModifierData(Modifier, bpy_struct):
|
|
|
70311
70459
|
:type: 'CurveMapping'
|
|
70312
70460
|
"""
|
|
70313
70461
|
|
|
70462
|
+
hardness_factor: float
|
|
70463
|
+
""" Factor of stroke hardness
|
|
70464
|
+
|
|
70465
|
+
:type: float
|
|
70466
|
+
"""
|
|
70467
|
+
|
|
70314
70468
|
invert_layer_filter: bool
|
|
70315
70469
|
""" Invert layer filter
|
|
70316
70470
|
|
|
@@ -70371,18 +70525,6 @@ class GreasePencilThickModifierData(Modifier, bpy_struct):
|
|
|
70371
70525
|
:type: bool
|
|
70372
70526
|
"""
|
|
70373
70527
|
|
|
70374
|
-
thickness: float
|
|
70375
|
-
""" Absolute thickness to apply everywhere
|
|
70376
|
-
|
|
70377
|
-
:type: float
|
|
70378
|
-
"""
|
|
70379
|
-
|
|
70380
|
-
thickness_factor: float
|
|
70381
|
-
""" Factor to multiply the thickness with
|
|
70382
|
-
|
|
70383
|
-
:type: float
|
|
70384
|
-
"""
|
|
70385
|
-
|
|
70386
70528
|
use_custom_curve: bool
|
|
70387
70529
|
""" Use a custom curve to define a factor along the strokes
|
|
70388
70530
|
|
|
@@ -70401,14 +70543,437 @@ class GreasePencilThickModifierData(Modifier, bpy_struct):
|
|
|
70401
70543
|
:type: bool
|
|
70402
70544
|
"""
|
|
70403
70545
|
|
|
70404
|
-
|
|
70405
|
-
""" Replace the stroke
|
|
70546
|
+
use_uniform_opacity: bool
|
|
70547
|
+
""" Replace the stroke opacity instead of modulating each point
|
|
70406
70548
|
|
|
70407
70549
|
:type: bool
|
|
70408
70550
|
"""
|
|
70409
70551
|
|
|
70410
|
-
|
|
70411
|
-
""" Use weight
|
|
70552
|
+
use_weight_as_factor: bool
|
|
70553
|
+
""" Use vertex group weight as factor instead of influence
|
|
70554
|
+
|
|
70555
|
+
:type: bool
|
|
70556
|
+
"""
|
|
70557
|
+
|
|
70558
|
+
vertex_group_name: typing.Union[str, typing.Any]
|
|
70559
|
+
""" Vertex group name for modulating the deform
|
|
70560
|
+
|
|
70561
|
+
:type: typing.Union[str, typing.Any]
|
|
70562
|
+
"""
|
|
70563
|
+
|
|
70564
|
+
@classmethod
|
|
70565
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
70566
|
+
"""
|
|
70567
|
+
|
|
70568
|
+
:param id: The RNA type identifier.
|
|
70569
|
+
:type id: typing.Optional[str]
|
|
70570
|
+
:rtype: 'Struct'
|
|
70571
|
+
:return: The RNA type or default when not found.
|
|
70572
|
+
"""
|
|
70573
|
+
...
|
|
70574
|
+
|
|
70575
|
+
@classmethod
|
|
70576
|
+
def bl_rna_get_subclass_py(
|
|
70577
|
+
cls, id: typing.Optional[str], default=None
|
|
70578
|
+
) -> typing.Any:
|
|
70579
|
+
"""
|
|
70580
|
+
|
|
70581
|
+
:param id: The RNA type identifier.
|
|
70582
|
+
:type id: typing.Optional[str]
|
|
70583
|
+
:rtype: typing.Any
|
|
70584
|
+
:return: The class or default when not found.
|
|
70585
|
+
"""
|
|
70586
|
+
...
|
|
70587
|
+
|
|
70588
|
+
class GreasePencilSmoothModifier(Modifier, bpy_struct):
|
|
70589
|
+
"""Smooth effect modifier"""
|
|
70590
|
+
|
|
70591
|
+
custom_curve: "CurveMapping"
|
|
70592
|
+
""" Custom curve to apply effect
|
|
70593
|
+
|
|
70594
|
+
:type: 'CurveMapping'
|
|
70595
|
+
"""
|
|
70596
|
+
|
|
70597
|
+
factor: float
|
|
70598
|
+
""" Amount of smooth to apply
|
|
70599
|
+
|
|
70600
|
+
:type: float
|
|
70601
|
+
"""
|
|
70602
|
+
|
|
70603
|
+
invert_layer_filter: bool
|
|
70604
|
+
""" Invert layer filter
|
|
70605
|
+
|
|
70606
|
+
:type: bool
|
|
70607
|
+
"""
|
|
70608
|
+
|
|
70609
|
+
invert_layer_pass_filter: bool
|
|
70610
|
+
""" Invert layer pass filter
|
|
70611
|
+
|
|
70612
|
+
:type: bool
|
|
70613
|
+
"""
|
|
70614
|
+
|
|
70615
|
+
invert_material_filter: bool
|
|
70616
|
+
""" Invert material filter
|
|
70617
|
+
|
|
70618
|
+
:type: bool
|
|
70619
|
+
"""
|
|
70620
|
+
|
|
70621
|
+
invert_material_pass_filter: bool
|
|
70622
|
+
""" Invert material pass filter
|
|
70623
|
+
|
|
70624
|
+
:type: bool
|
|
70625
|
+
"""
|
|
70626
|
+
|
|
70627
|
+
invert_vertex_group: bool
|
|
70628
|
+
""" Invert vertex group weights
|
|
70629
|
+
|
|
70630
|
+
:type: bool
|
|
70631
|
+
"""
|
|
70632
|
+
|
|
70633
|
+
layer_filter: typing.Union[str, typing.Any]
|
|
70634
|
+
""" Layer name
|
|
70635
|
+
|
|
70636
|
+
:type: typing.Union[str, typing.Any]
|
|
70637
|
+
"""
|
|
70638
|
+
|
|
70639
|
+
layer_pass_filter: int
|
|
70640
|
+
""" Layer pass filter
|
|
70641
|
+
|
|
70642
|
+
:type: int
|
|
70643
|
+
"""
|
|
70644
|
+
|
|
70645
|
+
material_filter: "Material"
|
|
70646
|
+
""" Material used for filtering
|
|
70647
|
+
|
|
70648
|
+
:type: 'Material'
|
|
70649
|
+
"""
|
|
70650
|
+
|
|
70651
|
+
material_pass_filter: int
|
|
70652
|
+
""" Material pass
|
|
70653
|
+
|
|
70654
|
+
:type: int
|
|
70655
|
+
"""
|
|
70656
|
+
|
|
70657
|
+
open_influence_panel: bool
|
|
70658
|
+
"""
|
|
70659
|
+
|
|
70660
|
+
:type: bool
|
|
70661
|
+
"""
|
|
70662
|
+
|
|
70663
|
+
step: int
|
|
70664
|
+
""" Number of times to apply smooth (high numbers can reduce fps)
|
|
70665
|
+
|
|
70666
|
+
:type: int
|
|
70667
|
+
"""
|
|
70668
|
+
|
|
70669
|
+
use_custom_curve: bool
|
|
70670
|
+
""" Use a custom curve to define a factor along the strokes
|
|
70671
|
+
|
|
70672
|
+
:type: bool
|
|
70673
|
+
"""
|
|
70674
|
+
|
|
70675
|
+
use_edit_position: bool
|
|
70676
|
+
""" The modifier affects the position of the point
|
|
70677
|
+
|
|
70678
|
+
:type: bool
|
|
70679
|
+
"""
|
|
70680
|
+
|
|
70681
|
+
use_edit_strength: bool
|
|
70682
|
+
""" The modifier affects the color strength of the point
|
|
70683
|
+
|
|
70684
|
+
:type: bool
|
|
70685
|
+
"""
|
|
70686
|
+
|
|
70687
|
+
use_edit_thickness: bool
|
|
70688
|
+
""" The modifier affects the thickness of the point
|
|
70689
|
+
|
|
70690
|
+
:type: bool
|
|
70691
|
+
"""
|
|
70692
|
+
|
|
70693
|
+
use_edit_uv: bool
|
|
70694
|
+
""" The modifier affects the UV rotation factor of the point
|
|
70695
|
+
|
|
70696
|
+
:type: bool
|
|
70697
|
+
"""
|
|
70698
|
+
|
|
70699
|
+
use_keep_shape: bool
|
|
70700
|
+
""" Smooth the details, but keep the overall shape
|
|
70701
|
+
|
|
70702
|
+
:type: bool
|
|
70703
|
+
"""
|
|
70704
|
+
|
|
70705
|
+
use_layer_pass_filter: bool
|
|
70706
|
+
""" Use layer pass filter
|
|
70707
|
+
|
|
70708
|
+
:type: bool
|
|
70709
|
+
"""
|
|
70710
|
+
|
|
70711
|
+
use_material_pass_filter: bool
|
|
70712
|
+
""" Use material pass filter
|
|
70713
|
+
|
|
70714
|
+
:type: bool
|
|
70715
|
+
"""
|
|
70716
|
+
|
|
70717
|
+
use_smooth_ends: bool
|
|
70718
|
+
""" Smooth ends of strokes
|
|
70719
|
+
|
|
70720
|
+
:type: bool
|
|
70721
|
+
"""
|
|
70722
|
+
|
|
70723
|
+
vertex_group_name: typing.Union[str, typing.Any]
|
|
70724
|
+
""" Vertex group name for modulating the deform
|
|
70725
|
+
|
|
70726
|
+
:type: typing.Union[str, typing.Any]
|
|
70727
|
+
"""
|
|
70728
|
+
|
|
70729
|
+
@classmethod
|
|
70730
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
70731
|
+
"""
|
|
70732
|
+
|
|
70733
|
+
:param id: The RNA type identifier.
|
|
70734
|
+
:type id: typing.Optional[str]
|
|
70735
|
+
:rtype: 'Struct'
|
|
70736
|
+
:return: The RNA type or default when not found.
|
|
70737
|
+
"""
|
|
70738
|
+
...
|
|
70739
|
+
|
|
70740
|
+
@classmethod
|
|
70741
|
+
def bl_rna_get_subclass_py(
|
|
70742
|
+
cls, id: typing.Optional[str], default=None
|
|
70743
|
+
) -> typing.Any:
|
|
70744
|
+
"""
|
|
70745
|
+
|
|
70746
|
+
:param id: The RNA type identifier.
|
|
70747
|
+
:type id: typing.Optional[str]
|
|
70748
|
+
:rtype: typing.Any
|
|
70749
|
+
:return: The class or default when not found.
|
|
70750
|
+
"""
|
|
70751
|
+
...
|
|
70752
|
+
|
|
70753
|
+
class GreasePencilSubdivModifier(Modifier, bpy_struct):
|
|
70754
|
+
"""Subdivide Stroke modifier"""
|
|
70755
|
+
|
|
70756
|
+
invert_layer_filter: bool
|
|
70757
|
+
""" Invert layer filter
|
|
70758
|
+
|
|
70759
|
+
:type: bool
|
|
70760
|
+
"""
|
|
70761
|
+
|
|
70762
|
+
invert_layer_pass_filter: bool
|
|
70763
|
+
""" Invert layer pass filter
|
|
70764
|
+
|
|
70765
|
+
:type: bool
|
|
70766
|
+
"""
|
|
70767
|
+
|
|
70768
|
+
invert_material_filter: bool
|
|
70769
|
+
""" Invert material filter
|
|
70770
|
+
|
|
70771
|
+
:type: bool
|
|
70772
|
+
"""
|
|
70773
|
+
|
|
70774
|
+
invert_material_pass_filter: bool
|
|
70775
|
+
""" Invert material pass filter
|
|
70776
|
+
|
|
70777
|
+
:type: bool
|
|
70778
|
+
"""
|
|
70779
|
+
|
|
70780
|
+
invert_vertex_group: bool
|
|
70781
|
+
""" Invert vertex group weights
|
|
70782
|
+
|
|
70783
|
+
:type: bool
|
|
70784
|
+
"""
|
|
70785
|
+
|
|
70786
|
+
layer_filter: typing.Union[str, typing.Any]
|
|
70787
|
+
""" Layer name
|
|
70788
|
+
|
|
70789
|
+
:type: typing.Union[str, typing.Any]
|
|
70790
|
+
"""
|
|
70791
|
+
|
|
70792
|
+
layer_pass_filter: int
|
|
70793
|
+
""" Layer pass filter
|
|
70794
|
+
|
|
70795
|
+
:type: int
|
|
70796
|
+
"""
|
|
70797
|
+
|
|
70798
|
+
level: int
|
|
70799
|
+
""" Level of subdivision
|
|
70800
|
+
|
|
70801
|
+
:type: int
|
|
70802
|
+
"""
|
|
70803
|
+
|
|
70804
|
+
material_filter: "Material"
|
|
70805
|
+
""" Material used for filtering
|
|
70806
|
+
|
|
70807
|
+
:type: 'Material'
|
|
70808
|
+
"""
|
|
70809
|
+
|
|
70810
|
+
material_pass_filter: int
|
|
70811
|
+
""" Material pass
|
|
70812
|
+
|
|
70813
|
+
:type: int
|
|
70814
|
+
"""
|
|
70815
|
+
|
|
70816
|
+
open_influence_panel: bool
|
|
70817
|
+
"""
|
|
70818
|
+
|
|
70819
|
+
:type: bool
|
|
70820
|
+
"""
|
|
70821
|
+
|
|
70822
|
+
subdivision_type: typing.Union[str, int]
|
|
70823
|
+
""" Select type of subdivision algorithm
|
|
70824
|
+
|
|
70825
|
+
:type: typing.Union[str, int]
|
|
70826
|
+
"""
|
|
70827
|
+
|
|
70828
|
+
use_layer_pass_filter: bool
|
|
70829
|
+
""" Use layer pass filter
|
|
70830
|
+
|
|
70831
|
+
:type: bool
|
|
70832
|
+
"""
|
|
70833
|
+
|
|
70834
|
+
use_material_pass_filter: bool
|
|
70835
|
+
""" Use material pass filter
|
|
70836
|
+
|
|
70837
|
+
:type: bool
|
|
70838
|
+
"""
|
|
70839
|
+
|
|
70840
|
+
vertex_group_name: typing.Union[str, typing.Any]
|
|
70841
|
+
""" Vertex group name for modulating the deform
|
|
70842
|
+
|
|
70843
|
+
:type: typing.Union[str, typing.Any]
|
|
70844
|
+
"""
|
|
70845
|
+
|
|
70846
|
+
@classmethod
|
|
70847
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
70848
|
+
"""
|
|
70849
|
+
|
|
70850
|
+
:param id: The RNA type identifier.
|
|
70851
|
+
:type id: typing.Optional[str]
|
|
70852
|
+
:rtype: 'Struct'
|
|
70853
|
+
:return: The RNA type or default when not found.
|
|
70854
|
+
"""
|
|
70855
|
+
...
|
|
70856
|
+
|
|
70857
|
+
@classmethod
|
|
70858
|
+
def bl_rna_get_subclass_py(
|
|
70859
|
+
cls, id: typing.Optional[str], default=None
|
|
70860
|
+
) -> typing.Any:
|
|
70861
|
+
"""
|
|
70862
|
+
|
|
70863
|
+
:param id: The RNA type identifier.
|
|
70864
|
+
:type id: typing.Optional[str]
|
|
70865
|
+
:rtype: typing.Any
|
|
70866
|
+
:return: The class or default when not found.
|
|
70867
|
+
"""
|
|
70868
|
+
...
|
|
70869
|
+
|
|
70870
|
+
class GreasePencilThickModifierData(Modifier, bpy_struct):
|
|
70871
|
+
"""Adjust stroke thickness"""
|
|
70872
|
+
|
|
70873
|
+
custom_curve: "CurveMapping"
|
|
70874
|
+
""" Custom curve to apply effect
|
|
70875
|
+
|
|
70876
|
+
:type: 'CurveMapping'
|
|
70877
|
+
"""
|
|
70878
|
+
|
|
70879
|
+
invert_layer_filter: bool
|
|
70880
|
+
""" Invert layer filter
|
|
70881
|
+
|
|
70882
|
+
:type: bool
|
|
70883
|
+
"""
|
|
70884
|
+
|
|
70885
|
+
invert_layer_pass_filter: bool
|
|
70886
|
+
""" Invert layer pass filter
|
|
70887
|
+
|
|
70888
|
+
:type: bool
|
|
70889
|
+
"""
|
|
70890
|
+
|
|
70891
|
+
invert_material_filter: bool
|
|
70892
|
+
""" Invert material filter
|
|
70893
|
+
|
|
70894
|
+
:type: bool
|
|
70895
|
+
"""
|
|
70896
|
+
|
|
70897
|
+
invert_material_pass_filter: bool
|
|
70898
|
+
""" Invert material pass filter
|
|
70899
|
+
|
|
70900
|
+
:type: bool
|
|
70901
|
+
"""
|
|
70902
|
+
|
|
70903
|
+
invert_vertex_group: bool
|
|
70904
|
+
""" Invert vertex group weights
|
|
70905
|
+
|
|
70906
|
+
:type: bool
|
|
70907
|
+
"""
|
|
70908
|
+
|
|
70909
|
+
layer_filter: typing.Union[str, typing.Any]
|
|
70910
|
+
""" Layer name
|
|
70911
|
+
|
|
70912
|
+
:type: typing.Union[str, typing.Any]
|
|
70913
|
+
"""
|
|
70914
|
+
|
|
70915
|
+
layer_pass_filter: int
|
|
70916
|
+
""" Layer pass filter
|
|
70917
|
+
|
|
70918
|
+
:type: int
|
|
70919
|
+
"""
|
|
70920
|
+
|
|
70921
|
+
material_filter: "Material"
|
|
70922
|
+
""" Material used for filtering
|
|
70923
|
+
|
|
70924
|
+
:type: 'Material'
|
|
70925
|
+
"""
|
|
70926
|
+
|
|
70927
|
+
material_pass_filter: int
|
|
70928
|
+
""" Material pass
|
|
70929
|
+
|
|
70930
|
+
:type: int
|
|
70931
|
+
"""
|
|
70932
|
+
|
|
70933
|
+
open_influence_panel: bool
|
|
70934
|
+
"""
|
|
70935
|
+
|
|
70936
|
+
:type: bool
|
|
70937
|
+
"""
|
|
70938
|
+
|
|
70939
|
+
thickness: float
|
|
70940
|
+
""" Absolute thickness to apply everywhere
|
|
70941
|
+
|
|
70942
|
+
:type: float
|
|
70943
|
+
"""
|
|
70944
|
+
|
|
70945
|
+
thickness_factor: float
|
|
70946
|
+
""" Factor to multiply the thickness with
|
|
70947
|
+
|
|
70948
|
+
:type: float
|
|
70949
|
+
"""
|
|
70950
|
+
|
|
70951
|
+
use_custom_curve: bool
|
|
70952
|
+
""" Use a custom curve to define a factor along the strokes
|
|
70953
|
+
|
|
70954
|
+
:type: bool
|
|
70955
|
+
"""
|
|
70956
|
+
|
|
70957
|
+
use_layer_pass_filter: bool
|
|
70958
|
+
""" Use layer pass filter
|
|
70959
|
+
|
|
70960
|
+
:type: bool
|
|
70961
|
+
"""
|
|
70962
|
+
|
|
70963
|
+
use_material_pass_filter: bool
|
|
70964
|
+
""" Use material pass filter
|
|
70965
|
+
|
|
70966
|
+
:type: bool
|
|
70967
|
+
"""
|
|
70968
|
+
|
|
70969
|
+
use_uniform_thickness: bool
|
|
70970
|
+
""" Replace the stroke thickness
|
|
70971
|
+
|
|
70972
|
+
:type: bool
|
|
70973
|
+
"""
|
|
70974
|
+
|
|
70975
|
+
use_weight_factor: bool
|
|
70976
|
+
""" Use weight to modulate effect
|
|
70412
70977
|
|
|
70413
70978
|
:type: bool
|
|
70414
70979
|
"""
|
|
@@ -70608,6 +71173,153 @@ class GreasePencilTintModifier(Modifier, bpy_struct):
|
|
|
70608
71173
|
"""
|
|
70609
71174
|
...
|
|
70610
71175
|
|
|
71176
|
+
class GreasePencilWeightAngleModifier(Modifier, bpy_struct):
|
|
71177
|
+
"""Calculate Vertex Weight dynamically"""
|
|
71178
|
+
|
|
71179
|
+
angle: float
|
|
71180
|
+
""" Angle
|
|
71181
|
+
|
|
71182
|
+
:type: float
|
|
71183
|
+
"""
|
|
71184
|
+
|
|
71185
|
+
axis: typing.Union[str, int]
|
|
71186
|
+
"""
|
|
71187
|
+
|
|
71188
|
+
:type: typing.Union[str, int]
|
|
71189
|
+
"""
|
|
71190
|
+
|
|
71191
|
+
invert_layer_filter: bool
|
|
71192
|
+
""" Invert layer filter
|
|
71193
|
+
|
|
71194
|
+
:type: bool
|
|
71195
|
+
"""
|
|
71196
|
+
|
|
71197
|
+
invert_layer_pass_filter: bool
|
|
71198
|
+
""" Invert layer pass filter
|
|
71199
|
+
|
|
71200
|
+
:type: bool
|
|
71201
|
+
"""
|
|
71202
|
+
|
|
71203
|
+
invert_material_filter: bool
|
|
71204
|
+
""" Invert material filter
|
|
71205
|
+
|
|
71206
|
+
:type: bool
|
|
71207
|
+
"""
|
|
71208
|
+
|
|
71209
|
+
invert_material_pass_filter: bool
|
|
71210
|
+
""" Invert material pass filter
|
|
71211
|
+
|
|
71212
|
+
:type: bool
|
|
71213
|
+
"""
|
|
71214
|
+
|
|
71215
|
+
invert_vertex_group: bool
|
|
71216
|
+
""" Invert vertex group weights
|
|
71217
|
+
|
|
71218
|
+
:type: bool
|
|
71219
|
+
"""
|
|
71220
|
+
|
|
71221
|
+
layer_filter: typing.Union[str, typing.Any]
|
|
71222
|
+
""" Layer name
|
|
71223
|
+
|
|
71224
|
+
:type: typing.Union[str, typing.Any]
|
|
71225
|
+
"""
|
|
71226
|
+
|
|
71227
|
+
layer_pass_filter: int
|
|
71228
|
+
""" Layer pass filter
|
|
71229
|
+
|
|
71230
|
+
:type: int
|
|
71231
|
+
"""
|
|
71232
|
+
|
|
71233
|
+
material_filter: "Material"
|
|
71234
|
+
""" Material used for filtering
|
|
71235
|
+
|
|
71236
|
+
:type: 'Material'
|
|
71237
|
+
"""
|
|
71238
|
+
|
|
71239
|
+
material_pass_filter: int
|
|
71240
|
+
""" Material pass
|
|
71241
|
+
|
|
71242
|
+
:type: int
|
|
71243
|
+
"""
|
|
71244
|
+
|
|
71245
|
+
minimum_weight: float
|
|
71246
|
+
""" Minimum value for vertex weight
|
|
71247
|
+
|
|
71248
|
+
:type: float
|
|
71249
|
+
"""
|
|
71250
|
+
|
|
71251
|
+
open_influence_panel: bool
|
|
71252
|
+
"""
|
|
71253
|
+
|
|
71254
|
+
:type: bool
|
|
71255
|
+
"""
|
|
71256
|
+
|
|
71257
|
+
space: typing.Union[str, int]
|
|
71258
|
+
""" Coordinates space
|
|
71259
|
+
|
|
71260
|
+
:type: typing.Union[str, int]
|
|
71261
|
+
"""
|
|
71262
|
+
|
|
71263
|
+
target_vertex_group: typing.Union[str, typing.Any]
|
|
71264
|
+
""" Output Vertex group
|
|
71265
|
+
|
|
71266
|
+
:type: typing.Union[str, typing.Any]
|
|
71267
|
+
"""
|
|
71268
|
+
|
|
71269
|
+
use_invert_output: bool
|
|
71270
|
+
""" Invert output weight values
|
|
71271
|
+
|
|
71272
|
+
:type: bool
|
|
71273
|
+
"""
|
|
71274
|
+
|
|
71275
|
+
use_layer_pass_filter: bool
|
|
71276
|
+
""" Use layer pass filter
|
|
71277
|
+
|
|
71278
|
+
:type: bool
|
|
71279
|
+
"""
|
|
71280
|
+
|
|
71281
|
+
use_material_pass_filter: bool
|
|
71282
|
+
""" Use material pass filter
|
|
71283
|
+
|
|
71284
|
+
:type: bool
|
|
71285
|
+
"""
|
|
71286
|
+
|
|
71287
|
+
use_multiply: bool
|
|
71288
|
+
""" Multiply the calculated weights with the existing values in the vertex group
|
|
71289
|
+
|
|
71290
|
+
:type: bool
|
|
71291
|
+
"""
|
|
71292
|
+
|
|
71293
|
+
vertex_group_name: typing.Union[str, typing.Any]
|
|
71294
|
+
""" Vertex group name for modulating the deform
|
|
71295
|
+
|
|
71296
|
+
:type: typing.Union[str, typing.Any]
|
|
71297
|
+
"""
|
|
71298
|
+
|
|
71299
|
+
@classmethod
|
|
71300
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
71301
|
+
"""
|
|
71302
|
+
|
|
71303
|
+
:param id: The RNA type identifier.
|
|
71304
|
+
:type id: typing.Optional[str]
|
|
71305
|
+
:rtype: 'Struct'
|
|
71306
|
+
:return: The RNA type or default when not found.
|
|
71307
|
+
"""
|
|
71308
|
+
...
|
|
71309
|
+
|
|
71310
|
+
@classmethod
|
|
71311
|
+
def bl_rna_get_subclass_py(
|
|
71312
|
+
cls, id: typing.Optional[str], default=None
|
|
71313
|
+
) -> typing.Any:
|
|
71314
|
+
"""
|
|
71315
|
+
|
|
71316
|
+
:param id: The RNA type identifier.
|
|
71317
|
+
:type id: typing.Optional[str]
|
|
71318
|
+
:rtype: typing.Any
|
|
71319
|
+
:return: The class or default when not found.
|
|
71320
|
+
"""
|
|
71321
|
+
...
|
|
71322
|
+
|
|
70611
71323
|
class HookModifier(Modifier, bpy_struct):
|
|
70612
71324
|
"""Hook modifier to modify the location of vertices"""
|
|
70613
71325
|
|
|
@@ -81160,12 +81872,6 @@ class SpaceFileBrowser(Space, bpy_struct):
|
|
|
81160
81872
|
class SpaceGraphEditor(Space, bpy_struct):
|
|
81161
81873
|
"""Graph Editor space data"""
|
|
81162
81874
|
|
|
81163
|
-
autolock_translation_axis: bool
|
|
81164
|
-
""" Automatically locks the movement of keyframes to the dominant axis
|
|
81165
|
-
|
|
81166
|
-
:type: bool
|
|
81167
|
-
"""
|
|
81168
|
-
|
|
81169
81875
|
cursor_position_x: float
|
|
81170
81876
|
""" Graph Editor 2D-Value cursor - X-Value component
|
|
81171
81877
|
|
|
@@ -81256,6 +81962,12 @@ class SpaceGraphEditor(Space, bpy_struct):
|
|
|
81256
81962
|
:type: bool
|
|
81257
81963
|
"""
|
|
81258
81964
|
|
|
81965
|
+
use_auto_lock_translation_axis: bool
|
|
81966
|
+
""" Automatically locks the movement of keyframes to the dominant axis
|
|
81967
|
+
|
|
81968
|
+
:type: bool
|
|
81969
|
+
"""
|
|
81970
|
+
|
|
81259
81971
|
use_auto_merge_keyframes: bool
|
|
81260
81972
|
""" Automatically merge nearby keyframes
|
|
81261
81973
|
|