fake-bpy-module 20240129__py3-none-any.whl → 20240131__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bl_console_utils/autocomplete/__init__.pyi +2 -2
- bl_i18n_utils/__init__.pyi +3 -3
- bl_keymap_utils/__init__.pyi +2 -2
- bl_operators/__init__.pyi +20 -20
- bl_ui/__init__.pyi +60 -60
- bl_ui/space_userpref/__init__.pyi +40 -88
- bl_ui_utils/__init__.pyi +1 -1
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +1 -1
- bpy/ops/__init__.pyi +64 -64
- bpy/ops/object/__init__.pyi +1 -1
- bpy/ops/preferences/__init__.pyi +11 -11
- bpy/types/__init__.pyi +629 -160
- bpy/utils/__init__.pyi +1 -1
- bpy_extras/__init__.pyi +1 -1
- bpy_extras/anim_utils/__init__.pyi +2 -2
- {fake_bpy_module-20240129.dist-info → fake_bpy_module-20240131.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240129.dist-info → fake_bpy_module-20240131.dist-info}/RECORD +20 -20
- {fake_bpy_module-20240129.dist-info → fake_bpy_module-20240131.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240129.dist-info → fake_bpy_module-20240131.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 bl_ui.
|
|
6
|
-
import bl_ui.
|
|
7
|
-
import bl_ui.
|
|
8
|
-
import bl_ui.properties_data_metaball
|
|
9
|
-
import bl_operators.object
|
|
10
|
-
import bl_ui.properties_mask_common
|
|
11
|
-
import bl_ui.properties_workspace
|
|
12
|
-
import bl_ui.properties_data_lightprobe
|
|
13
|
-
import bl_ui.space_view3d_toolbar
|
|
14
|
-
import bl_operators.userpref
|
|
15
|
-
import bl_ui.space_info
|
|
5
|
+
import bl_ui.space_topbar
|
|
6
|
+
import bl_ui.space_outliner
|
|
7
|
+
import bl_ui.space_console
|
|
16
8
|
import bl_ui.properties_texture
|
|
17
|
-
import bl_ui.
|
|
18
|
-
import
|
|
9
|
+
import bl_ui.node_add_menu_geometry
|
|
10
|
+
import bl_operators.assets
|
|
11
|
+
import bl_ui.node_add_menu_shader
|
|
12
|
+
import bl_ui.properties_material_gpencil
|
|
13
|
+
import bl_ui.space_userpref
|
|
14
|
+
import bl_operators.presets
|
|
15
|
+
import bl_ui.space_view3d_toolbar
|
|
16
|
+
import bl_operators.anim
|
|
17
|
+
import bl_ui.properties_workspace
|
|
18
|
+
import bl_ui.properties_physics_rigidbody_constraint
|
|
19
|
+
import bl_ui.properties_constraint
|
|
20
|
+
import bl_ui.space_graph
|
|
21
|
+
import bl_ui.properties_physics_rigidbody
|
|
22
|
+
import bl_operators.wm
|
|
23
|
+
import bl_ui.properties_paint_common
|
|
19
24
|
import bl_ui.generic_ui_list
|
|
20
|
-
import bl_ui.properties_world
|
|
21
|
-
import bl_ui.properties_particle
|
|
22
|
-
import bl_operators.file
|
|
23
|
-
import bl_ui.space_toolsystem_common
|
|
24
25
|
import bl_ui.properties_material
|
|
25
|
-
import bl_ui.
|
|
26
|
+
import bl_ui.properties_freestyle
|
|
27
|
+
import bl_ui.properties_data_lightprobe
|
|
28
|
+
import bl_ui.properties_physics_dynamicpaint
|
|
29
|
+
import bl_ui.space_image
|
|
30
|
+
import bl_ui.properties_mask_common
|
|
31
|
+
import bl_ui.space_toolsystem_common
|
|
32
|
+
import bl_ui.properties_data_empty
|
|
33
|
+
import bl_ui.properties_output
|
|
34
|
+
import bl_ui.properties_physics_geometry_nodes
|
|
26
35
|
import bl_ui.properties_data_lattice
|
|
27
|
-
import bl_ui.space_graph
|
|
28
|
-
import bl_ui.properties_object
|
|
29
|
-
import bl_ui.properties_data_shaderfx
|
|
30
|
-
import bl_ui.space_text
|
|
31
|
-
import bl_ui.properties_physics_field
|
|
32
|
-
import bl_ui.properties_data_camera
|
|
33
36
|
import bl_ui.space_clip
|
|
34
|
-
import
|
|
35
|
-
import bl_operators.anim
|
|
37
|
+
import bl_ui.asset_shelf
|
|
36
38
|
import bl_ui.properties_physics_cloth
|
|
37
|
-
import
|
|
38
|
-
import bl_ui.properties_data_light
|
|
39
|
-
import bl_ui.space_filebrowser
|
|
39
|
+
import bl_ui.space_toolsystem_toolbar
|
|
40
40
|
import bl_ui.space_statusbar
|
|
41
|
-
import bl_ui.
|
|
42
|
-
import bl_ui
|
|
41
|
+
import bl_ui.space_filebrowser
|
|
43
42
|
import bl_ui.space_properties
|
|
44
|
-
import
|
|
43
|
+
import bl_ui.space_dopesheet
|
|
44
|
+
import bl_operators.file
|
|
45
|
+
import bl_ui.space_text
|
|
46
|
+
import bl_ui.properties_physics_field
|
|
47
|
+
import bl_ui.properties_physics_common
|
|
48
|
+
import bl_operators.userpref
|
|
49
|
+
import bl_ui.properties_data_volume
|
|
50
|
+
import bl_ui.properties_render
|
|
51
|
+
import bl_ui.properties_data_curves
|
|
45
52
|
import bl_operators.node
|
|
53
|
+
import bl_ui.properties_object
|
|
54
|
+
import bl_ui.space_view3d
|
|
55
|
+
import bl_operators.object
|
|
46
56
|
import bl_ui.node_add_menu
|
|
47
|
-
import bl_ui.
|
|
48
|
-
import
|
|
57
|
+
import bl_ui.space_info
|
|
58
|
+
import bl_operators.view3d
|
|
59
|
+
import bl_ui.properties_data_modifier
|
|
60
|
+
import bl_ui.properties_world
|
|
61
|
+
import bl_ui.properties_particle
|
|
62
|
+
import bl_ui.node_add_menu_texture
|
|
63
|
+
import bl_ui.properties_data_mesh
|
|
64
|
+
import bl_operators.freestyle
|
|
65
|
+
import bl_ui.space_spreadsheet
|
|
49
66
|
import bl_ui.properties_data_grease_pencil
|
|
50
|
-
import bl_ui.properties_paint_common
|
|
51
67
|
import bl_ui.space_nla
|
|
68
|
+
import bl_operators.constraint
|
|
69
|
+
import bl_ui.properties_grease_pencil_common
|
|
70
|
+
import bl_ui.anim
|
|
71
|
+
import bl_operators.clip
|
|
72
|
+
import bl_ui.space_node
|
|
73
|
+
import bl_ui.properties_data_speaker
|
|
74
|
+
import bl_ui.properties_data_shaderfx
|
|
75
|
+
import bl_ui.properties_data_bone
|
|
76
|
+
import bl_ui.properties_data_pointcloud
|
|
77
|
+
import bl_ui.properties_data_armature
|
|
78
|
+
import bl_ui.properties_physics_fluid
|
|
79
|
+
import bl_ui.properties_data_metaball
|
|
80
|
+
import bl_ui.properties_collection
|
|
52
81
|
import bl_ui.node_add_menu_compositor
|
|
53
|
-
import bl_ui.
|
|
54
|
-
import bl_ui.
|
|
82
|
+
import bl_ui.properties_scene
|
|
83
|
+
import bl_ui.properties_data_light
|
|
84
|
+
import bl_ui.properties_data_gpencil
|
|
55
85
|
import bl_ui.properties_view_layer
|
|
86
|
+
import bl_ui.properties_data_camera
|
|
56
87
|
import bl_ui.properties_data_curve
|
|
57
|
-
import bl_ui.properties_data_speaker
|
|
58
|
-
import bl_ui.properties_physics_fluid
|
|
59
|
-
import bl_ui.properties_physics_softbody
|
|
60
|
-
import bl_ui.space_outliner
|
|
61
|
-
import bl_operators.clip
|
|
62
|
-
import bl_ui.properties_data_modifier
|
|
63
|
-
import bl_ui.properties_data_empty
|
|
64
|
-
import bl_ui.properties_data_bone
|
|
65
|
-
import bl_ui.space_dopesheet
|
|
66
|
-
import bl_ui.properties_data_mesh
|
|
67
|
-
import bl_ui.node_add_menu_shader
|
|
68
|
-
import bl_ui.space_node
|
|
69
|
-
import bl_ui.properties_data_volume
|
|
70
|
-
import bl_ui.anim
|
|
71
|
-
import bl_ui.properties_grease_pencil_common
|
|
72
|
-
import bl_ui.properties_constraint
|
|
73
|
-
import bl_operators.presets
|
|
74
88
|
import bl_ui.space_time
|
|
75
|
-
import bl_ui
|
|
76
|
-
import bl_ui.
|
|
77
|
-
import bl_ui.space_console
|
|
78
|
-
import bl_operators.wm
|
|
79
|
-
import bl_ui.node_add_menu_geometry
|
|
80
|
-
import bl_ui.properties_physics_rigidbody_constraint
|
|
81
|
-
import bl_ui.properties_output
|
|
82
|
-
import bl_ui.properties_data_gpencil
|
|
83
|
-
import bl_ui.properties_data_armature
|
|
84
|
-
import bl_ui.properties_physics_rigidbody
|
|
85
|
-
import bl_ui.properties_render
|
|
89
|
+
import bl_ui
|
|
90
|
+
import bl_ui.properties_physics_softbody
|
|
86
91
|
import bl_ui.space_sequencer
|
|
87
|
-
import
|
|
88
|
-
import bl_operators.constraint
|
|
89
|
-
import bl_ui.properties_data_curves
|
|
90
|
-
import bl_ui.properties_scene
|
|
91
|
-
import bl_ui.space_view3d
|
|
92
|
-
import bl_operators.view3d
|
|
92
|
+
import bl_operators.spreadsheet
|
|
93
93
|
|
|
94
94
|
GenericType = typing.TypeVar("GenericType")
|
|
95
95
|
|
|
@@ -23312,12 +23312,6 @@ class Paint(bpy_struct):
|
|
|
23312
23312
|
:type: 'CurveMapping'
|
|
23313
23313
|
"""
|
|
23314
23314
|
|
|
23315
|
-
input_samples: int
|
|
23316
|
-
""" Average multiple input samples together to smooth the brush stroke
|
|
23317
|
-
|
|
23318
|
-
:type: int
|
|
23319
|
-
"""
|
|
23320
|
-
|
|
23321
23315
|
palette: "Palette"
|
|
23322
23316
|
""" Active Palette
|
|
23323
23317
|
|
|
@@ -32685,7 +32679,7 @@ class SequenceTransform(bpy_struct):
|
|
|
32685
32679
|
"""Transform parameters for a sequence strip"""
|
|
32686
32680
|
|
|
32687
32681
|
filter: typing.Union[str, int]
|
|
32688
|
-
""" Type of filter to use for image transformation * ``NEAREST`` Nearest -- Use nearest sample. * ``BILINEAR`` Bilinear -- Interpolate between 2×2 samples. * ``CUBIC_MITCHELL`` Cubic Mitchell -- Cubic Mitchell filter on 4×4 samples. * ``CUBIC_BSPLINE`` Cubic B-Spline -- Cubic B-Spline filter (blurry but no ringing) on 4×4 samples. * ``
|
|
32682
|
+
""" Type of filter to use for image transformation * ``NEAREST`` Nearest -- Use nearest sample. * ``BILINEAR`` Bilinear -- Interpolate between 2×2 samples. * ``CUBIC_MITCHELL`` Cubic Mitchell -- Cubic Mitchell filter on 4×4 samples. * ``CUBIC_BSPLINE`` Cubic B-Spline -- Cubic B-Spline filter (blurry but no ringing) on 4×4 samples. * ``BOX`` Box -- Averages source image samples that fall under destination pixel.
|
|
32689
32683
|
|
|
32690
32684
|
:type: typing.Union[str, int]
|
|
32691
32685
|
"""
|
|
@@ -43010,6 +43004,12 @@ class UnifiedPaintSettings(bpy_struct):
|
|
|
43010
43004
|
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Color']
|
|
43011
43005
|
"""
|
|
43012
43006
|
|
|
43007
|
+
input_samples: int
|
|
43008
|
+
""" Number of input samples to average together to smooth the brush stroke
|
|
43009
|
+
|
|
43010
|
+
:type: int
|
|
43011
|
+
"""
|
|
43012
|
+
|
|
43013
43013
|
secondary_color: typing.Union[
|
|
43014
43014
|
typing.List[float], typing.Tuple[float, float, float], "mathutils.Color"
|
|
43015
43015
|
]
|
|
@@ -43048,6 +43048,12 @@ class UnifiedPaintSettings(bpy_struct):
|
|
|
43048
43048
|
:type: bool
|
|
43049
43049
|
"""
|
|
43050
43050
|
|
|
43051
|
+
use_unified_input_samples: bool
|
|
43052
|
+
""" Instead of per-brush input samples, the value is shared across brushes
|
|
43053
|
+
|
|
43054
|
+
:type: bool
|
|
43055
|
+
"""
|
|
43056
|
+
|
|
43051
43057
|
use_unified_size: bool
|
|
43052
43058
|
""" Instead of per-brush radius, the radius is shared across brushes
|
|
43053
43059
|
|
|
@@ -56531,6 +56537,12 @@ class Brush(ID, bpy_struct):
|
|
|
56531
56537
|
:type: typing.Union[str, int]
|
|
56532
56538
|
"""
|
|
56533
56539
|
|
|
56540
|
+
input_samples: int
|
|
56541
|
+
""" Number of input samples to average together to smooth the brush stroke
|
|
56542
|
+
|
|
56543
|
+
:type: int
|
|
56544
|
+
"""
|
|
56545
|
+
|
|
56534
56546
|
invert_density_pressure: bool
|
|
56535
56547
|
""" Invert the modulation of pressure in density
|
|
56536
56548
|
|
|
@@ -65268,7 +65280,15 @@ class WindowManager(ID, bpy_struct):
|
|
|
65268
65280
|
|
|
65269
65281
|
@classmethod
|
|
65270
65282
|
def invoke_confirm(
|
|
65271
|
-
cls,
|
|
65283
|
+
cls,
|
|
65284
|
+
operator: typing.Optional["Operator"],
|
|
65285
|
+
event: typing.Optional["Event"],
|
|
65286
|
+
title: typing.Union[str, typing.Any] = "",
|
|
65287
|
+
message: typing.Union[str, typing.Any] = "",
|
|
65288
|
+
confirm_text: typing.Union[str, typing.Any] = "",
|
|
65289
|
+
icon: typing.Optional[typing.Any] = "WARNING",
|
|
65290
|
+
text_ctxt: typing.Optional[typing.Union[str, typing.Any]] = "",
|
|
65291
|
+
translate: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
65272
65292
|
) -> typing.Union[typing.Set[str], typing.Set[int]]:
|
|
65273
65293
|
"""Operator confirmation popup (only to let user confirm the execution, no operator properties shown)
|
|
65274
65294
|
|
|
@@ -65276,6 +65296,18 @@ class WindowManager(ID, bpy_struct):
|
|
|
65276
65296
|
:type operator: typing.Optional['Operator']
|
|
65277
65297
|
:param event: Event
|
|
65278
65298
|
:type event: typing.Optional['Event']
|
|
65299
|
+
:param title: Title, Optional text to show as title of the popup
|
|
65300
|
+
:type title: typing.Union[str, typing.Any]
|
|
65301
|
+
:param message: Message, Optional first line of content text
|
|
65302
|
+
:type message: typing.Union[str, typing.Any]
|
|
65303
|
+
:param confirm_text: Confirm Text, Optional text to show instead to the default "OK" confirmation button text
|
|
65304
|
+
:type confirm_text: typing.Union[str, typing.Any]
|
|
65305
|
+
:param icon: Icon, Optional icon displayed in the dialog
|
|
65306
|
+
:type icon: typing.Optional[typing.Any]
|
|
65307
|
+
:param text_ctxt: Override automatic translation context of the given text
|
|
65308
|
+
:type text_ctxt: typing.Optional[typing.Union[str, typing.Any]]
|
|
65309
|
+
:param translate: Translate the given text, when UI translation is enabled
|
|
65310
|
+
:type translate: typing.Optional[typing.Union[bool, typing.Any]]
|
|
65279
65311
|
:rtype: typing.Union[typing.Set[str], typing.Set[int]]
|
|
65280
65312
|
:return: result
|
|
65281
65313
|
"""
|
|
@@ -68837,7 +68869,7 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
|
|
|
68837
68869
|
"""
|
|
68838
68870
|
...
|
|
68839
68871
|
|
|
68840
|
-
class
|
|
68872
|
+
class GreasePencilMirrorModifier(Modifier, bpy_struct):
|
|
68841
68873
|
invert_layer_filter: bool
|
|
68842
68874
|
""" Invert layer filter
|
|
68843
68875
|
|
|
@@ -68862,12 +68894,6 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
|
68862
68894
|
:type: bool
|
|
68863
68895
|
"""
|
|
68864
68896
|
|
|
68865
|
-
invert_vertex_group: bool
|
|
68866
|
-
""" Invert vertex group weights
|
|
68867
|
-
|
|
68868
|
-
:type: bool
|
|
68869
|
-
"""
|
|
68870
|
-
|
|
68871
68897
|
layer_filter: typing.Union[str, typing.Any]
|
|
68872
68898
|
""" Layer name
|
|
68873
68899
|
|
|
@@ -68880,14 +68906,6 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
|
68880
68906
|
:type: int
|
|
68881
68907
|
"""
|
|
68882
68908
|
|
|
68883
|
-
location: typing.Union[
|
|
68884
|
-
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
68885
|
-
]
|
|
68886
|
-
""" Values for change location
|
|
68887
|
-
|
|
68888
|
-
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
68889
|
-
"""
|
|
68890
|
-
|
|
68891
68909
|
material_filter: "Material"
|
|
68892
68910
|
""" Material used for filtering
|
|
68893
68911
|
|
|
@@ -68900,68 +68918,28 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
|
68900
68918
|
:type: int
|
|
68901
68919
|
"""
|
|
68902
68920
|
|
|
68903
|
-
|
|
68904
|
-
"""
|
|
68905
|
-
|
|
68906
|
-
:type: typing.Union[str, int]
|
|
68907
|
-
"""
|
|
68908
|
-
|
|
68909
|
-
rotation: typing.Union[
|
|
68910
|
-
typing.List[float], typing.Tuple[float, float, float], "mathutils.Euler"
|
|
68911
|
-
]
|
|
68912
|
-
""" Values for changes in rotation
|
|
68913
|
-
|
|
68914
|
-
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Euler']
|
|
68915
|
-
"""
|
|
68916
|
-
|
|
68917
|
-
scale: typing.Union[
|
|
68918
|
-
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
68919
|
-
]
|
|
68920
|
-
""" Values for changes in scale
|
|
68921
|
-
|
|
68922
|
-
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
68923
|
-
"""
|
|
68924
|
-
|
|
68925
|
-
seed: int
|
|
68926
|
-
""" Random seed
|
|
68927
|
-
|
|
68928
|
-
:type: int
|
|
68929
|
-
"""
|
|
68930
|
-
|
|
68931
|
-
stroke_location: typing.Union[
|
|
68932
|
-
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
68933
|
-
]
|
|
68934
|
-
""" Value for changes in location
|
|
68935
|
-
|
|
68936
|
-
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
68937
|
-
"""
|
|
68938
|
-
|
|
68939
|
-
stroke_rotation: typing.Union[
|
|
68940
|
-
typing.List[float], typing.Tuple[float, float, float], "mathutils.Euler"
|
|
68941
|
-
]
|
|
68942
|
-
""" Value for changes in rotation
|
|
68921
|
+
object: "Object"
|
|
68922
|
+
""" Object used as center
|
|
68943
68923
|
|
|
68944
|
-
:type:
|
|
68924
|
+
:type: 'Object'
|
|
68945
68925
|
"""
|
|
68946
68926
|
|
|
68947
|
-
|
|
68948
|
-
|
|
68949
|
-
]
|
|
68950
|
-
""" Value for changes in scale
|
|
68927
|
+
use_axis_x: bool
|
|
68928
|
+
""" Mirror the X axis
|
|
68951
68929
|
|
|
68952
|
-
:type:
|
|
68930
|
+
:type: bool
|
|
68953
68931
|
"""
|
|
68954
68932
|
|
|
68955
|
-
|
|
68956
|
-
"""
|
|
68933
|
+
use_axis_y: bool
|
|
68934
|
+
""" Mirror the Y axis
|
|
68957
68935
|
|
|
68958
|
-
:type:
|
|
68936
|
+
:type: bool
|
|
68959
68937
|
"""
|
|
68960
68938
|
|
|
68961
|
-
|
|
68962
|
-
"""
|
|
68939
|
+
use_axis_z: bool
|
|
68940
|
+
""" Mirror the Z axis
|
|
68963
68941
|
|
|
68964
|
-
:type:
|
|
68942
|
+
:type: bool
|
|
68965
68943
|
"""
|
|
68966
68944
|
|
|
68967
68945
|
use_layer_pass_filter: bool
|
|
@@ -68976,18 +68954,364 @@ class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
|
68976
68954
|
:type: bool
|
|
68977
68955
|
"""
|
|
68978
68956
|
|
|
68979
|
-
|
|
68980
|
-
|
|
68981
|
-
|
|
68982
|
-
|
|
68983
|
-
|
|
68984
|
-
|
|
68985
|
-
|
|
68986
|
-
|
|
68987
|
-
|
|
68988
|
-
|
|
68989
|
-
|
|
68990
|
-
|
|
68957
|
+
@classmethod
|
|
68958
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
68959
|
+
"""
|
|
68960
|
+
|
|
68961
|
+
:param id: The RNA type identifier.
|
|
68962
|
+
:type id: typing.Optional[str]
|
|
68963
|
+
:rtype: 'Struct'
|
|
68964
|
+
:return: The RNA type or default when not found.
|
|
68965
|
+
"""
|
|
68966
|
+
...
|
|
68967
|
+
|
|
68968
|
+
@classmethod
|
|
68969
|
+
def bl_rna_get_subclass_py(
|
|
68970
|
+
cls, id: typing.Optional[str], default=None
|
|
68971
|
+
) -> typing.Any:
|
|
68972
|
+
"""
|
|
68973
|
+
|
|
68974
|
+
:param id: The RNA type identifier.
|
|
68975
|
+
:type id: typing.Optional[str]
|
|
68976
|
+
:rtype: typing.Any
|
|
68977
|
+
:return: The class or default when not found.
|
|
68978
|
+
"""
|
|
68979
|
+
...
|
|
68980
|
+
|
|
68981
|
+
class GreasePencilNoiseModifier(Modifier, bpy_struct):
|
|
68982
|
+
"""Noise effect modifier"""
|
|
68983
|
+
|
|
68984
|
+
custom_curve: "CurveMapping"
|
|
68985
|
+
""" Custom curve to apply effect
|
|
68986
|
+
|
|
68987
|
+
:type: 'CurveMapping'
|
|
68988
|
+
"""
|
|
68989
|
+
|
|
68990
|
+
factor: float
|
|
68991
|
+
""" Amount of noise to apply
|
|
68992
|
+
|
|
68993
|
+
:type: float
|
|
68994
|
+
"""
|
|
68995
|
+
|
|
68996
|
+
factor_strength: float
|
|
68997
|
+
""" Amount of noise to apply to opacity
|
|
68998
|
+
|
|
68999
|
+
:type: float
|
|
69000
|
+
"""
|
|
69001
|
+
|
|
69002
|
+
factor_thickness: float
|
|
69003
|
+
""" Amount of noise to apply to thickness
|
|
69004
|
+
|
|
69005
|
+
:type: float
|
|
69006
|
+
"""
|
|
69007
|
+
|
|
69008
|
+
factor_uvs: float
|
|
69009
|
+
""" Amount of noise to apply to UV rotation
|
|
69010
|
+
|
|
69011
|
+
:type: float
|
|
69012
|
+
"""
|
|
69013
|
+
|
|
69014
|
+
invert_layer_filter: bool
|
|
69015
|
+
""" Invert layer filter
|
|
69016
|
+
|
|
69017
|
+
:type: bool
|
|
69018
|
+
"""
|
|
69019
|
+
|
|
69020
|
+
invert_layer_pass_filter: bool
|
|
69021
|
+
""" Invert layer pass filter
|
|
69022
|
+
|
|
69023
|
+
:type: bool
|
|
69024
|
+
"""
|
|
69025
|
+
|
|
69026
|
+
invert_material_filter: bool
|
|
69027
|
+
""" Invert material filter
|
|
69028
|
+
|
|
69029
|
+
:type: bool
|
|
69030
|
+
"""
|
|
69031
|
+
|
|
69032
|
+
invert_material_pass_filter: bool
|
|
69033
|
+
""" Invert material pass filter
|
|
69034
|
+
|
|
69035
|
+
:type: bool
|
|
69036
|
+
"""
|
|
69037
|
+
|
|
69038
|
+
invert_vertex_group: bool
|
|
69039
|
+
""" Invert vertex group weights
|
|
69040
|
+
|
|
69041
|
+
:type: bool
|
|
69042
|
+
"""
|
|
69043
|
+
|
|
69044
|
+
layer_filter: typing.Union[str, typing.Any]
|
|
69045
|
+
""" Layer name
|
|
69046
|
+
|
|
69047
|
+
:type: typing.Union[str, typing.Any]
|
|
69048
|
+
"""
|
|
69049
|
+
|
|
69050
|
+
layer_pass_filter: int
|
|
69051
|
+
""" Layer pass filter
|
|
69052
|
+
|
|
69053
|
+
:type: int
|
|
69054
|
+
"""
|
|
69055
|
+
|
|
69056
|
+
material_filter: "Material"
|
|
69057
|
+
""" Material used for filtering
|
|
69058
|
+
|
|
69059
|
+
:type: 'Material'
|
|
69060
|
+
"""
|
|
69061
|
+
|
|
69062
|
+
material_pass_filter: int
|
|
69063
|
+
""" Material pass
|
|
69064
|
+
|
|
69065
|
+
:type: int
|
|
69066
|
+
"""
|
|
69067
|
+
|
|
69068
|
+
noise_offset: float
|
|
69069
|
+
""" Offset the noise along the strokes
|
|
69070
|
+
|
|
69071
|
+
:type: float
|
|
69072
|
+
"""
|
|
69073
|
+
|
|
69074
|
+
noise_scale: float
|
|
69075
|
+
""" Scale the noise frequency
|
|
69076
|
+
|
|
69077
|
+
:type: float
|
|
69078
|
+
"""
|
|
69079
|
+
|
|
69080
|
+
open_influence_panel: bool
|
|
69081
|
+
"""
|
|
69082
|
+
|
|
69083
|
+
:type: bool
|
|
69084
|
+
"""
|
|
69085
|
+
|
|
69086
|
+
open_random_panel: bool
|
|
69087
|
+
"""
|
|
69088
|
+
|
|
69089
|
+
:type: bool
|
|
69090
|
+
"""
|
|
69091
|
+
|
|
69092
|
+
random_mode: typing.Union[str, int]
|
|
69093
|
+
""" Where to perform randomization * ``STEP`` Steps -- Randomize every number of frames. * ``KEYFRAME`` Keyframes -- Randomize on keyframes only.
|
|
69094
|
+
|
|
69095
|
+
:type: typing.Union[str, int]
|
|
69096
|
+
"""
|
|
69097
|
+
|
|
69098
|
+
seed: int
|
|
69099
|
+
""" Random seed
|
|
69100
|
+
|
|
69101
|
+
:type: int
|
|
69102
|
+
"""
|
|
69103
|
+
|
|
69104
|
+
step: int
|
|
69105
|
+
""" Number of frames between randomization steps
|
|
69106
|
+
|
|
69107
|
+
:type: int
|
|
69108
|
+
"""
|
|
69109
|
+
|
|
69110
|
+
use_custom_curve: bool
|
|
69111
|
+
""" Use a custom curve to define a factor along the strokes
|
|
69112
|
+
|
|
69113
|
+
:type: bool
|
|
69114
|
+
"""
|
|
69115
|
+
|
|
69116
|
+
use_layer_pass_filter: bool
|
|
69117
|
+
""" Use layer pass filter
|
|
69118
|
+
|
|
69119
|
+
:type: bool
|
|
69120
|
+
"""
|
|
69121
|
+
|
|
69122
|
+
use_material_pass_filter: bool
|
|
69123
|
+
""" Use material pass filter
|
|
69124
|
+
|
|
69125
|
+
:type: bool
|
|
69126
|
+
"""
|
|
69127
|
+
|
|
69128
|
+
use_random: bool
|
|
69129
|
+
""" Use random values over time
|
|
69130
|
+
|
|
69131
|
+
:type: bool
|
|
69132
|
+
"""
|
|
69133
|
+
|
|
69134
|
+
vertex_group_name: typing.Union[str, typing.Any]
|
|
69135
|
+
""" Vertex group name for modulating the deform
|
|
69136
|
+
|
|
69137
|
+
:type: typing.Union[str, typing.Any]
|
|
69138
|
+
"""
|
|
69139
|
+
|
|
69140
|
+
@classmethod
|
|
69141
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
69142
|
+
"""
|
|
69143
|
+
|
|
69144
|
+
:param id: The RNA type identifier.
|
|
69145
|
+
:type id: typing.Optional[str]
|
|
69146
|
+
:rtype: 'Struct'
|
|
69147
|
+
:return: The RNA type or default when not found.
|
|
69148
|
+
"""
|
|
69149
|
+
...
|
|
69150
|
+
|
|
69151
|
+
@classmethod
|
|
69152
|
+
def bl_rna_get_subclass_py(
|
|
69153
|
+
cls, id: typing.Optional[str], default=None
|
|
69154
|
+
) -> typing.Any:
|
|
69155
|
+
"""
|
|
69156
|
+
|
|
69157
|
+
:param id: The RNA type identifier.
|
|
69158
|
+
:type id: typing.Optional[str]
|
|
69159
|
+
:rtype: typing.Any
|
|
69160
|
+
:return: The class or default when not found.
|
|
69161
|
+
"""
|
|
69162
|
+
...
|
|
69163
|
+
|
|
69164
|
+
class GreasePencilOffsetModifier(Modifier, bpy_struct):
|
|
69165
|
+
invert_layer_filter: bool
|
|
69166
|
+
""" Invert layer filter
|
|
69167
|
+
|
|
69168
|
+
:type: bool
|
|
69169
|
+
"""
|
|
69170
|
+
|
|
69171
|
+
invert_layer_pass_filter: bool
|
|
69172
|
+
""" Invert layer pass filter
|
|
69173
|
+
|
|
69174
|
+
:type: bool
|
|
69175
|
+
"""
|
|
69176
|
+
|
|
69177
|
+
invert_material_filter: bool
|
|
69178
|
+
""" Invert material filter
|
|
69179
|
+
|
|
69180
|
+
:type: bool
|
|
69181
|
+
"""
|
|
69182
|
+
|
|
69183
|
+
invert_material_pass_filter: bool
|
|
69184
|
+
""" Invert material pass filter
|
|
69185
|
+
|
|
69186
|
+
:type: bool
|
|
69187
|
+
"""
|
|
69188
|
+
|
|
69189
|
+
invert_vertex_group: bool
|
|
69190
|
+
""" Invert vertex group weights
|
|
69191
|
+
|
|
69192
|
+
:type: bool
|
|
69193
|
+
"""
|
|
69194
|
+
|
|
69195
|
+
layer_filter: typing.Union[str, typing.Any]
|
|
69196
|
+
""" Layer name
|
|
69197
|
+
|
|
69198
|
+
:type: typing.Union[str, typing.Any]
|
|
69199
|
+
"""
|
|
69200
|
+
|
|
69201
|
+
layer_pass_filter: int
|
|
69202
|
+
""" Layer pass filter
|
|
69203
|
+
|
|
69204
|
+
:type: int
|
|
69205
|
+
"""
|
|
69206
|
+
|
|
69207
|
+
location: typing.Union[
|
|
69208
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
69209
|
+
]
|
|
69210
|
+
""" Values for change location
|
|
69211
|
+
|
|
69212
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
69213
|
+
"""
|
|
69214
|
+
|
|
69215
|
+
material_filter: "Material"
|
|
69216
|
+
""" Material used for filtering
|
|
69217
|
+
|
|
69218
|
+
:type: 'Material'
|
|
69219
|
+
"""
|
|
69220
|
+
|
|
69221
|
+
material_pass_filter: int
|
|
69222
|
+
""" Material pass
|
|
69223
|
+
|
|
69224
|
+
:type: int
|
|
69225
|
+
"""
|
|
69226
|
+
|
|
69227
|
+
offset_mode: typing.Union[str, int]
|
|
69228
|
+
""" * ``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.
|
|
69229
|
+
|
|
69230
|
+
:type: typing.Union[str, int]
|
|
69231
|
+
"""
|
|
69232
|
+
|
|
69233
|
+
rotation: typing.Union[
|
|
69234
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Euler"
|
|
69235
|
+
]
|
|
69236
|
+
""" Values for changes in rotation
|
|
69237
|
+
|
|
69238
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Euler']
|
|
69239
|
+
"""
|
|
69240
|
+
|
|
69241
|
+
scale: typing.Union[
|
|
69242
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
69243
|
+
]
|
|
69244
|
+
""" Values for changes in scale
|
|
69245
|
+
|
|
69246
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
69247
|
+
"""
|
|
69248
|
+
|
|
69249
|
+
seed: int
|
|
69250
|
+
""" Random seed
|
|
69251
|
+
|
|
69252
|
+
:type: int
|
|
69253
|
+
"""
|
|
69254
|
+
|
|
69255
|
+
stroke_location: typing.Union[
|
|
69256
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
69257
|
+
]
|
|
69258
|
+
""" Value for changes in location
|
|
69259
|
+
|
|
69260
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
69261
|
+
"""
|
|
69262
|
+
|
|
69263
|
+
stroke_rotation: typing.Union[
|
|
69264
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Euler"
|
|
69265
|
+
]
|
|
69266
|
+
""" Value for changes in rotation
|
|
69267
|
+
|
|
69268
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Euler']
|
|
69269
|
+
"""
|
|
69270
|
+
|
|
69271
|
+
stroke_scale: typing.Union[
|
|
69272
|
+
typing.List[float], typing.Tuple[float, float, float], "mathutils.Vector"
|
|
69273
|
+
]
|
|
69274
|
+
""" Value for changes in scale
|
|
69275
|
+
|
|
69276
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], 'mathutils.Vector']
|
|
69277
|
+
"""
|
|
69278
|
+
|
|
69279
|
+
stroke_start_offset: int
|
|
69280
|
+
""" Offset starting point
|
|
69281
|
+
|
|
69282
|
+
:type: int
|
|
69283
|
+
"""
|
|
69284
|
+
|
|
69285
|
+
stroke_step: int
|
|
69286
|
+
""" Number of elements that will be grouped
|
|
69287
|
+
|
|
69288
|
+
:type: int
|
|
69289
|
+
"""
|
|
69290
|
+
|
|
69291
|
+
use_layer_pass_filter: bool
|
|
69292
|
+
""" Use layer pass filter
|
|
69293
|
+
|
|
69294
|
+
:type: bool
|
|
69295
|
+
"""
|
|
69296
|
+
|
|
69297
|
+
use_material_pass_filter: bool
|
|
69298
|
+
""" Use material pass filter
|
|
69299
|
+
|
|
69300
|
+
:type: bool
|
|
69301
|
+
"""
|
|
69302
|
+
|
|
69303
|
+
use_uniform_random_scale: bool
|
|
69304
|
+
""" Use the same random seed for each scale axis for a uniform scale
|
|
69305
|
+
|
|
69306
|
+
:type: bool
|
|
69307
|
+
"""
|
|
69308
|
+
|
|
69309
|
+
vertex_group_name: typing.Union[str, typing.Any]
|
|
69310
|
+
""" Vertex group name for modulating the deform
|
|
69311
|
+
|
|
69312
|
+
:type: typing.Union[str, typing.Any]
|
|
69313
|
+
"""
|
|
69314
|
+
|
|
68991
69315
|
@classmethod
|
|
68992
69316
|
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
68993
69317
|
"""
|
|
@@ -69433,6 +69757,147 @@ class GreasePencilSubdivModifier(Modifier, bpy_struct):
|
|
|
69433
69757
|
"""
|
|
69434
69758
|
...
|
|
69435
69759
|
|
|
69760
|
+
class GreasePencilThickModifierData(Modifier, bpy_struct):
|
|
69761
|
+
"""Adjust stroke thickness"""
|
|
69762
|
+
|
|
69763
|
+
custom_curve: "CurveMapping"
|
|
69764
|
+
""" Custom curve to apply effect
|
|
69765
|
+
|
|
69766
|
+
:type: 'CurveMapping'
|
|
69767
|
+
"""
|
|
69768
|
+
|
|
69769
|
+
invert_layer_filter: bool
|
|
69770
|
+
""" Invert layer filter
|
|
69771
|
+
|
|
69772
|
+
:type: bool
|
|
69773
|
+
"""
|
|
69774
|
+
|
|
69775
|
+
invert_layer_pass_filter: bool
|
|
69776
|
+
""" Invert layer pass filter
|
|
69777
|
+
|
|
69778
|
+
:type: bool
|
|
69779
|
+
"""
|
|
69780
|
+
|
|
69781
|
+
invert_material_filter: bool
|
|
69782
|
+
""" Invert material filter
|
|
69783
|
+
|
|
69784
|
+
:type: bool
|
|
69785
|
+
"""
|
|
69786
|
+
|
|
69787
|
+
invert_material_pass_filter: bool
|
|
69788
|
+
""" Invert material pass filter
|
|
69789
|
+
|
|
69790
|
+
:type: bool
|
|
69791
|
+
"""
|
|
69792
|
+
|
|
69793
|
+
invert_vertex_group: bool
|
|
69794
|
+
""" Invert vertex group weights
|
|
69795
|
+
|
|
69796
|
+
:type: bool
|
|
69797
|
+
"""
|
|
69798
|
+
|
|
69799
|
+
layer_filter: typing.Union[str, typing.Any]
|
|
69800
|
+
""" Layer name
|
|
69801
|
+
|
|
69802
|
+
:type: typing.Union[str, typing.Any]
|
|
69803
|
+
"""
|
|
69804
|
+
|
|
69805
|
+
layer_pass_filter: int
|
|
69806
|
+
""" Layer pass filter
|
|
69807
|
+
|
|
69808
|
+
:type: int
|
|
69809
|
+
"""
|
|
69810
|
+
|
|
69811
|
+
material_filter: "Material"
|
|
69812
|
+
""" Material used for filtering
|
|
69813
|
+
|
|
69814
|
+
:type: 'Material'
|
|
69815
|
+
"""
|
|
69816
|
+
|
|
69817
|
+
material_pass_filter: int
|
|
69818
|
+
""" Material pass
|
|
69819
|
+
|
|
69820
|
+
:type: int
|
|
69821
|
+
"""
|
|
69822
|
+
|
|
69823
|
+
open_influence_panel: bool
|
|
69824
|
+
"""
|
|
69825
|
+
|
|
69826
|
+
:type: bool
|
|
69827
|
+
"""
|
|
69828
|
+
|
|
69829
|
+
thickness: float
|
|
69830
|
+
""" Absolute thickness to apply everywhere
|
|
69831
|
+
|
|
69832
|
+
:type: float
|
|
69833
|
+
"""
|
|
69834
|
+
|
|
69835
|
+
thickness_factor: float
|
|
69836
|
+
""" Factor to multiply the thickness with
|
|
69837
|
+
|
|
69838
|
+
:type: float
|
|
69839
|
+
"""
|
|
69840
|
+
|
|
69841
|
+
use_custom_curve: bool
|
|
69842
|
+
""" Use a custom curve to define a factor along the strokes
|
|
69843
|
+
|
|
69844
|
+
:type: bool
|
|
69845
|
+
"""
|
|
69846
|
+
|
|
69847
|
+
use_layer_pass_filter: bool
|
|
69848
|
+
""" Use layer pass filter
|
|
69849
|
+
|
|
69850
|
+
:type: bool
|
|
69851
|
+
"""
|
|
69852
|
+
|
|
69853
|
+
use_material_pass_filter: bool
|
|
69854
|
+
""" Use material pass filter
|
|
69855
|
+
|
|
69856
|
+
:type: bool
|
|
69857
|
+
"""
|
|
69858
|
+
|
|
69859
|
+
use_uniform_thickness: bool
|
|
69860
|
+
""" Replace the stroke thickness
|
|
69861
|
+
|
|
69862
|
+
:type: bool
|
|
69863
|
+
"""
|
|
69864
|
+
|
|
69865
|
+
use_weight_factor: bool
|
|
69866
|
+
""" Use weight to modulate effect
|
|
69867
|
+
|
|
69868
|
+
:type: bool
|
|
69869
|
+
"""
|
|
69870
|
+
|
|
69871
|
+
vertex_group_name: typing.Union[str, typing.Any]
|
|
69872
|
+
""" Vertex group name for modulating the deform
|
|
69873
|
+
|
|
69874
|
+
:type: typing.Union[str, typing.Any]
|
|
69875
|
+
"""
|
|
69876
|
+
|
|
69877
|
+
@classmethod
|
|
69878
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> "Struct":
|
|
69879
|
+
"""
|
|
69880
|
+
|
|
69881
|
+
:param id: The RNA type identifier.
|
|
69882
|
+
:type id: typing.Optional[str]
|
|
69883
|
+
:rtype: 'Struct'
|
|
69884
|
+
:return: The RNA type or default when not found.
|
|
69885
|
+
"""
|
|
69886
|
+
...
|
|
69887
|
+
|
|
69888
|
+
@classmethod
|
|
69889
|
+
def bl_rna_get_subclass_py(
|
|
69890
|
+
cls, id: typing.Optional[str], default=None
|
|
69891
|
+
) -> typing.Any:
|
|
69892
|
+
"""
|
|
69893
|
+
|
|
69894
|
+
:param id: The RNA type identifier.
|
|
69895
|
+
:type id: typing.Optional[str]
|
|
69896
|
+
:rtype: typing.Any
|
|
69897
|
+
:return: The class or default when not found.
|
|
69898
|
+
"""
|
|
69899
|
+
...
|
|
69900
|
+
|
|
69436
69901
|
class GreasePencilTintModifier(Modifier, bpy_struct):
|
|
69437
69902
|
color: typing.Union[
|
|
69438
69903
|
typing.List[float], typing.Tuple[float, float, float], "mathutils.Color"
|
|
@@ -75159,6 +75624,12 @@ class ImagePaint(Paint, bpy_struct):
|
|
|
75159
75624
|
...
|
|
75160
75625
|
|
|
75161
75626
|
class Sculpt(Paint, bpy_struct):
|
|
75627
|
+
automasking_boundary_edges_propagation_steps: int
|
|
75628
|
+
""" Distance where boundary edge automasking is going to protect vertices from the fully masked edge
|
|
75629
|
+
|
|
75630
|
+
:type: int
|
|
75631
|
+
"""
|
|
75632
|
+
|
|
75162
75633
|
automasking_cavity_blur_steps: int
|
|
75163
75634
|
""" The number of times the cavity mask is blurred
|
|
75164
75635
|
|
|
@@ -131566,8 +132037,6 @@ USERPREF_PT_experimental_new_features: "bl_ui.space_userpref.USERPREF_PT_experim
|
|
|
131566
132037
|
|
|
131567
132038
|
USERPREF_PT_experimental_prototypes: "bl_ui.space_userpref.USERPREF_PT_experimental_prototypes"
|
|
131568
132039
|
|
|
131569
|
-
USERPREF_PT_extensions: "bl_ui.space_userpref.USERPREF_PT_extensions"
|
|
131570
|
-
|
|
131571
132040
|
USERPREF_PT_extensions_repos: "bl_ui.space_userpref.USERPREF_PT_extensions_repos"
|
|
131572
132041
|
|
|
131573
132042
|
USERPREF_PT_file_paths_applications: "bl_ui.space_userpref.USERPREF_PT_file_paths_applications"
|