fake-bpy-module 20240130__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.
bpy/types/__init__.pyi CHANGED
@@ -2,209 +2,97 @@ import sys
2
2
  import typing
3
3
  import mathutils
4
4
  import bpy
5
- import bl_operators.constraint
6
- import bl_ui.anim
7
- import bl_operators.wm
8
- import bl_ui.properties_data_camera
9
- import bl_ui.properties_data_pointcloud
10
- import bl_ui.properties_data_bone
11
- import bl_ui.space_spreadsheet
12
- import bl_ui.space_clip
13
- import bl_ui
14
- import bl_operators.assets
15
- import bl_ui.properties_physics_softbody
16
- import bl_operators.node
17
- import bl_operators.view3d
18
5
  import bl_ui.space_topbar
19
- import bl_ui.properties_collection
20
- import bl_operators.file
21
- import bl_ui.node_add_menu_shader
22
- import bl_ui.asset_shelf
23
- import bl_ui.properties_data_speaker
24
- import bl_ui.properties_view_layer
25
- import bl_ui.properties_output
26
- import bl_operators.freestyle
6
+ import bl_ui.space_outliner
27
7
  import bl_ui.space_console
28
- import bl_ui.properties_physics_field
8
+ import bl_ui.properties_texture
29
9
  import bl_ui.node_add_menu_geometry
30
- import bl_ui.properties_particle
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
31
19
  import bl_ui.properties_constraint
32
- import bl_ui.properties_physics_fluid
33
- import bl_ui.node_add_menu
34
20
  import bl_ui.space_graph
35
- import bl_ui.properties_data_curves
36
- import bl_ui.properties_data_grease_pencil
37
- import bl_ui.space_info
38
- import bl_operators.clip
39
- import bl_ui.properties_data_lattice
40
- import bl_ui.properties_data_armature
41
- import bl_ui.properties_data_lightprobe
42
- import bl_ui.properties_object
43
- import bl_ui.space_userpref
44
- import bl_operators.spreadsheet
45
- import bl_operators.object
21
+ import bl_ui.properties_physics_rigidbody
22
+ import bl_operators.wm
23
+ import bl_ui.properties_paint_common
24
+ import bl_ui.generic_ui_list
25
+ import bl_ui.properties_material
46
26
  import bl_ui.properties_freestyle
47
- import bl_operators.userpref
48
- import bl_ui.space_toolsystem_toolbar
49
- import bl_ui.properties_data_mesh
50
- import bl_ui.space_outliner
51
- import bl_ui.node_add_menu_compositor
52
- import bl_ui.space_node
53
- import bl_ui.properties_workspace
54
- import bl_ui.properties_physics_common
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
55
31
  import bl_ui.space_toolsystem_common
56
- import bl_ui.node_add_menu_texture
57
- import bl_ui.properties_data_curve
58
- import bl_operators.anim
32
+ import bl_ui.properties_data_empty
33
+ import bl_ui.properties_output
59
34
  import bl_ui.properties_physics_geometry_nodes
35
+ import bl_ui.properties_data_lattice
36
+ import bl_ui.space_clip
37
+ import bl_ui.asset_shelf
38
+ import bl_ui.properties_physics_cloth
39
+ import bl_ui.space_toolsystem_toolbar
40
+ import bl_ui.space_statusbar
60
41
  import bl_ui.space_filebrowser
61
- import bl_ui.space_time
42
+ import bl_ui.space_properties
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
52
+ import bl_operators.node
53
+ import bl_ui.properties_object
62
54
  import bl_ui.space_view3d
63
- import bl_ui.properties_paint_common
55
+ import bl_operators.object
56
+ import bl_ui.node_add_menu
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
66
+ import bl_ui.properties_data_grease_pencil
64
67
  import bl_ui.space_nla
65
- import bl_ui.space_text
66
- import bl_ui.properties_physics_dynamicpaint
67
- import bl_ui.properties_data_gpencil
68
- import bl_ui.properties_texture
69
- import bl_ui.space_sequencer
70
- import bl_ui.properties_scene
71
- import bl_ui.properties_data_light
68
+ import bl_operators.constraint
72
69
  import bl_ui.properties_grease_pencil_common
73
- import bl_ui.properties_physics_rigidbody_constraint
74
- import bl_ui.properties_data_metaball
75
- import bl_ui.properties_data_modifier
76
- import bl_ui.space_view3d_toolbar
77
- import bl_ui.properties_mask_common
70
+ import bl_ui.anim
71
+ import bl_operators.clip
72
+ import bl_ui.space_node
73
+ import bl_ui.properties_data_speaker
78
74
  import bl_ui.properties_data_shaderfx
79
- import bl_ui.space_image
80
- import bl_ui.properties_physics_rigidbody
81
- import bl_ui.properties_render
82
- import bl_ui.properties_data_empty
83
- import bl_ui.properties_world
84
- import bl_ui.properties_material_gpencil
85
- import bl_ui.space_dopesheet
86
- import bl_ui.properties_material
87
- import bl_ui.generic_ui_list
88
- import bl_ui.properties_physics_cloth
89
- import bl_ui.space_properties
90
- import bl_ui.properties_data_volume
91
- import bl_operators.presets
92
- import bl_ui.space_statusbar
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
81
+ import bl_ui.node_add_menu_compositor
82
+ import bl_ui.properties_scene
83
+ import bl_ui.properties_data_light
84
+ import bl_ui.properties_data_gpencil
85
+ import bl_ui.properties_view_layer
86
+ import bl_ui.properties_data_camera
87
+ import bl_ui.properties_data_curve
88
+ import bl_ui.space_time
89
+ import bl_ui
90
+ import bl_ui.properties_physics_softbody
91
+ import bl_ui.space_sequencer
92
+ import bl_operators.spreadsheet
93
93
 
94
94
  GenericType = typing.TypeVar("GenericType")
95
95
 
96
- class bpy_prop_collection(typing.Generic[GenericType]):
97
- """built-in class used for all collections."""
98
-
99
- def find(self, key: typing.Optional[str]) -> int:
100
- """Returns the index of a key in a collection or -1 when not found (matches Python's string find function of the same name).
101
-
102
- :param key: The identifier for the collection member.
103
- :type key: typing.Optional[str]
104
- :rtype: int
105
- :return: index of the key.
106
- """
107
- ...
108
-
109
- def foreach_get(self, attr, seq):
110
- """This is a function to give fast access to attributes within a collection. Only works for 'basic type' properties (bool, int and float)! Multi-dimensional arrays (like array of vectors) will be flattened into seq."""
111
- ...
112
-
113
- def foreach_set(self, attr, seq):
114
- """This is a function to give fast access to attributes within a collection. Only works for 'basic type' properties (bool, int and float)! seq must be uni-dimensional, multi-dimensional arrays (like array of vectors) will be re-created from it."""
115
- ...
116
-
117
- def get(
118
- self, key: typing.Optional[str], default: typing.Optional[typing.Any] = None
119
- ):
120
- """Returns the value of the item assigned to key or default when not found (matches Python's dictionary function of the same name).
121
-
122
- :param key: The identifier for the collection member.
123
- :type key: typing.Optional[str]
124
- :param default: Optional argument for the value to return if *key* is not found.
125
- :type default: typing.Optional[typing.Any]
126
- """
127
- ...
128
-
129
- def items(self) -> typing.List:
130
- """Return the identifiers of collection members (matching Python's dict.items() functionality).
131
-
132
- :rtype: typing.List
133
- :return: (key, value) pairs for each member of this collection.
134
- """
135
- ...
136
-
137
- def keys(self) -> typing.List[str]:
138
- """Return the identifiers of collection members (matching Python's dict.keys() functionality).
139
-
140
- :rtype: typing.List[str]
141
- :return: the identifiers for each member of this collection.
142
- """
143
- ...
144
-
145
- def values(self) -> typing.List:
146
- """Return the values of collection (matching Python's dict.values() functionality).
147
-
148
- :rtype: typing.List
149
- :return: the members of this collection.
150
- """
151
- ...
152
-
153
- def __getitem__(
154
- self, key: typing.Optional[typing.Union[int, str]]
155
- ) -> "GenericType":
156
- """
157
-
158
- :param key:
159
- :type key: typing.Optional[typing.Union[int, str]]
160
- :rtype: 'GenericType'
161
- """
162
- ...
163
-
164
- def __setitem__(
165
- self, key: typing.Optional[typing.Union[int, str]], value: "GenericType"
166
- ):
167
- """
168
-
169
- :param key:
170
- :type key: typing.Optional[typing.Union[int, str]]
171
- :param value:
172
- :type value: 'GenericType'
173
- """
174
- ...
175
-
176
- def __delitem__(
177
- self, key: typing.Optional[typing.Union[int, str]]
178
- ) -> "GenericType":
179
- """
180
-
181
- :param key:
182
- :type key: typing.Optional[typing.Union[int, str]]
183
- :rtype: 'GenericType'
184
- """
185
- ...
186
-
187
- def __iter__(self) -> typing.Iterator["GenericType"]:
188
- """
189
-
190
- :rtype: typing.Iterator['GenericType']
191
- """
192
- ...
193
-
194
- def __next__(self) -> "GenericType":
195
- """
196
-
197
- :rtype: 'GenericType'
198
- """
199
- ...
200
-
201
- def __len__(self) -> int:
202
- """
203
-
204
- :rtype: int
205
- """
206
- ...
207
-
208
96
  class bpy_struct:
209
97
  """built-in base class for all classes in bpy.types."""
210
98
 
@@ -469,6 +357,118 @@ class bpy_struct:
469
357
  """
470
358
  ...
471
359
 
360
+ class bpy_prop_collection(typing.Generic[GenericType]):
361
+ """built-in class used for all collections."""
362
+
363
+ def find(self, key: typing.Optional[str]) -> int:
364
+ """Returns the index of a key in a collection or -1 when not found (matches Python's string find function of the same name).
365
+
366
+ :param key: The identifier for the collection member.
367
+ :type key: typing.Optional[str]
368
+ :rtype: int
369
+ :return: index of the key.
370
+ """
371
+ ...
372
+
373
+ def foreach_get(self, attr, seq):
374
+ """This is a function to give fast access to attributes within a collection. Only works for 'basic type' properties (bool, int and float)! Multi-dimensional arrays (like array of vectors) will be flattened into seq."""
375
+ ...
376
+
377
+ def foreach_set(self, attr, seq):
378
+ """This is a function to give fast access to attributes within a collection. Only works for 'basic type' properties (bool, int and float)! seq must be uni-dimensional, multi-dimensional arrays (like array of vectors) will be re-created from it."""
379
+ ...
380
+
381
+ def get(
382
+ self, key: typing.Optional[str], default: typing.Optional[typing.Any] = None
383
+ ):
384
+ """Returns the value of the item assigned to key or default when not found (matches Python's dictionary function of the same name).
385
+
386
+ :param key: The identifier for the collection member.
387
+ :type key: typing.Optional[str]
388
+ :param default: Optional argument for the value to return if *key* is not found.
389
+ :type default: typing.Optional[typing.Any]
390
+ """
391
+ ...
392
+
393
+ def items(self) -> typing.List:
394
+ """Return the identifiers of collection members (matching Python's dict.items() functionality).
395
+
396
+ :rtype: typing.List
397
+ :return: (key, value) pairs for each member of this collection.
398
+ """
399
+ ...
400
+
401
+ def keys(self) -> typing.List[str]:
402
+ """Return the identifiers of collection members (matching Python's dict.keys() functionality).
403
+
404
+ :rtype: typing.List[str]
405
+ :return: the identifiers for each member of this collection.
406
+ """
407
+ ...
408
+
409
+ def values(self) -> typing.List:
410
+ """Return the values of collection (matching Python's dict.values() functionality).
411
+
412
+ :rtype: typing.List
413
+ :return: the members of this collection.
414
+ """
415
+ ...
416
+
417
+ def __getitem__(
418
+ self, key: typing.Optional[typing.Union[int, str]]
419
+ ) -> "GenericType":
420
+ """
421
+
422
+ :param key:
423
+ :type key: typing.Optional[typing.Union[int, str]]
424
+ :rtype: 'GenericType'
425
+ """
426
+ ...
427
+
428
+ def __setitem__(
429
+ self, key: typing.Optional[typing.Union[int, str]], value: "GenericType"
430
+ ):
431
+ """
432
+
433
+ :param key:
434
+ :type key: typing.Optional[typing.Union[int, str]]
435
+ :param value:
436
+ :type value: 'GenericType'
437
+ """
438
+ ...
439
+
440
+ def __delitem__(
441
+ self, key: typing.Optional[typing.Union[int, str]]
442
+ ) -> "GenericType":
443
+ """
444
+
445
+ :param key:
446
+ :type key: typing.Optional[typing.Union[int, str]]
447
+ :rtype: 'GenericType'
448
+ """
449
+ ...
450
+
451
+ def __iter__(self) -> typing.Iterator["GenericType"]:
452
+ """
453
+
454
+ :rtype: typing.Iterator['GenericType']
455
+ """
456
+ ...
457
+
458
+ def __next__(self) -> "GenericType":
459
+ """
460
+
461
+ :rtype: 'GenericType'
462
+ """
463
+ ...
464
+
465
+ def __len__(self) -> int:
466
+ """
467
+
468
+ :rtype: int
469
+ """
470
+ ...
471
+
472
472
  class bpy_prop_array(typing.Generic[GenericType]):
473
473
  def foreach_get(self, attr, seq): ...
474
474
  def foreach_set(self, attr, seq): ...
@@ -6845,10 +6845,10 @@ class Context(bpy_struct):
6845
6845
  :type: 'UIList'
6846
6846
  """
6847
6847
 
6848
- property: typing.Union[int, str, "AnyType"]
6848
+ property: typing.Union[str, int, "AnyType"]
6849
6849
  """ Get the property associated with a hovered button. Returns a tuple of the data-block, data path to the property, and array index.
6850
6850
 
6851
- :type: typing.Union[int, str, 'AnyType']
6851
+ :type: typing.Union[str, int, 'AnyType']
6852
6852
  """
6853
6853
 
6854
6854
  edit_text: "Text"
@@ -14838,7 +14838,7 @@ class Gizmo(bpy_struct):
14838
14838
  context: "Context",
14839
14839
  event: "Event",
14840
14840
  tweak: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]],
14841
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
14841
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
14842
14842
  """
14843
14843
 
14844
14844
  :param context:
@@ -14847,7 +14847,7 @@ class Gizmo(bpy_struct):
14847
14847
  :type event: 'Event'
14848
14848
  :param tweak: Tweak
14849
14849
  :type tweak: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
14850
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
14850
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
14851
14851
  :return: result
14852
14852
  """
14853
14853
  ...
@@ -14855,14 +14855,14 @@ class Gizmo(bpy_struct):
14855
14855
  def setup(self): ...
14856
14856
  def invoke(
14857
14857
  self, context: "Context", event: "Event"
14858
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
14858
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
14859
14859
  """
14860
14860
 
14861
14861
  :param context:
14862
14862
  :type context: 'Context'
14863
14863
  :param event:
14864
14864
  :type event: 'Event'
14865
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
14865
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
14866
14866
  :return: result
14867
14867
  """
14868
14868
  ...
@@ -17327,10 +17327,10 @@ class KeyingSetInfo(bpy_struct):
17327
17327
  :type: typing.Union[str, typing.Any]
17328
17328
  """
17329
17329
 
17330
- bl_options: typing.Union[typing.Set[int], typing.Set[str]]
17330
+ bl_options: typing.Union[typing.Set[str], typing.Set[int]]
17331
17331
  """ Keying Set options to use when inserting keyframes
17332
17332
 
17333
- :type: typing.Union[typing.Set[int], typing.Set[str]]
17333
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
17334
17334
  """
17335
17335
 
17336
17336
  def poll(self, context: typing.Optional["Context"]) -> bool:
@@ -17802,10 +17802,10 @@ class Macro(bpy_struct):
17802
17802
  :type: typing.Union[str, typing.Any]
17803
17803
  """
17804
17804
 
17805
- bl_options: typing.Union[typing.Set[int], typing.Set[str]]
17805
+ bl_options: typing.Union[typing.Set[str], typing.Set[int]]
17806
17806
  """ Options for this operator type
17807
17807
 
17808
- :type: typing.Union[typing.Set[int], typing.Set[str]]
17808
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
17809
17809
  """
17810
17810
 
17811
17811
  bl_translation_context: typing.Union[str, typing.Any]
@@ -17840,13 +17840,13 @@ class Macro(bpy_struct):
17840
17840
 
17841
17841
  def report(
17842
17842
  self,
17843
- type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]],
17843
+ type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]],
17844
17844
  message: typing.Union[str, typing.Any],
17845
17845
  ):
17846
17846
  """report
17847
17847
 
17848
17848
  :param type: Type
17849
- :type type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]]
17849
+ :type type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
17850
17850
  :param message: Report Message
17851
17851
  :type message: typing.Union[str, typing.Any]
17852
17852
  """
@@ -22935,10 +22935,10 @@ class Operator(bpy_struct):
22935
22935
  :type: typing.Union[str, typing.Any]
22936
22936
  """
22937
22937
 
22938
- bl_options: typing.Union[typing.Set[int], typing.Set[str]]
22938
+ bl_options: typing.Union[typing.Set[str], typing.Set[int]]
22939
22939
  """ Options for this operator type
22940
22940
 
22941
- :type: typing.Union[typing.Set[int], typing.Set[str]]
22941
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
22942
22942
  """
22943
22943
 
22944
22944
  bl_translation_context: typing.Union[str, typing.Any]
@@ -22997,13 +22997,13 @@ class Operator(bpy_struct):
22997
22997
 
22998
22998
  def report(
22999
22999
  self,
23000
- type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]],
23000
+ type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]],
23001
23001
  message: typing.Union[str, typing.Any],
23002
23002
  ):
23003
23003
  """report
23004
23004
 
23005
23005
  :param type: Type
23006
- :type type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]]
23006
+ :type type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
23007
23007
  :param message: Report Message
23008
23008
  :type message: typing.Union[str, typing.Any]
23009
23009
  """
@@ -23029,12 +23029,12 @@ class Operator(bpy_struct):
23029
23029
 
23030
23030
  def execute(
23031
23031
  self, context: "Context"
23032
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
23032
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
23033
23033
  """Execute the operator
23034
23034
 
23035
23035
  :param context:
23036
23036
  :type context: 'Context'
23037
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
23037
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
23038
23038
  :return: result
23039
23039
  """
23040
23040
  ...
@@ -23051,28 +23051,28 @@ class Operator(bpy_struct):
23051
23051
 
23052
23052
  def invoke(
23053
23053
  self, context: "Context", event: "Event"
23054
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
23054
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
23055
23055
  """Invoke the operator
23056
23056
 
23057
23057
  :param context:
23058
23058
  :type context: 'Context'
23059
23059
  :param event:
23060
23060
  :type event: 'Event'
23061
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
23061
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
23062
23062
  :return: result
23063
23063
  """
23064
23064
  ...
23065
23065
 
23066
23066
  def modal(
23067
23067
  self, context: "Context", event: "Event"
23068
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
23068
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
23069
23069
  """Modal operator function
23070
23070
 
23071
23071
  :param context:
23072
23072
  :type context: 'Context'
23073
23073
  :param event:
23074
23074
  :type event: 'Event'
23075
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
23075
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
23076
23076
  :return: result
23077
23077
  """
23078
23078
  ...
@@ -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
 
@@ -28972,13 +28966,13 @@ class RenderEngine(bpy_struct):
28972
28966
 
28973
28967
  def report(
28974
28968
  self,
28975
- type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]],
28969
+ type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]],
28976
28970
  message: typing.Union[str, typing.Any],
28977
28971
  ):
28978
28972
  """Report info, warning or error messages
28979
28973
 
28980
28974
  :param type: Type
28981
- :type type: typing.Optional[typing.Union[typing.Set[int], typing.Set[str]]]
28975
+ :type type: typing.Optional[typing.Union[typing.Set[str], typing.Set[int]]]
28982
28976
  :param message: Report Message
28983
28977
  :type message: typing.Union[str, typing.Any]
28984
28978
  """
@@ -40145,10 +40139,10 @@ class ToolSettings(bpy_struct):
40145
40139
  :type: typing.Union[str, int]
40146
40140
  """
40147
40141
 
40148
- snap_elements: typing.Union[typing.Set[int], typing.Set[str]]
40142
+ snap_elements: typing.Union[typing.Set[str], typing.Set[int]]
40149
40143
  """ Type of element to snap to
40150
40144
 
40151
- :type: typing.Union[typing.Set[int], typing.Set[str]]
40145
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
40152
40146
  """
40153
40147
 
40154
40148
  snap_elements_base: typing.Union[typing.Set[str], typing.Set[int]]
@@ -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
 
@@ -65199,14 +65211,14 @@ class WindowManager(ID, bpy_struct):
65199
65211
  @classmethod
65200
65212
  def invoke_props_popup(
65201
65213
  cls, operator: typing.Optional["Operator"], event: typing.Optional["Event"]
65202
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
65214
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
65203
65215
  """Operator popup invoke (show operator properties and execute it automatically on changes)
65204
65216
 
65205
65217
  :param operator: Operator to call
65206
65218
  :type operator: typing.Optional['Operator']
65207
65219
  :param event: Event
65208
65220
  :type event: typing.Optional['Event']
65209
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
65221
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
65210
65222
  :return: result
65211
65223
  """
65212
65224
  ...
@@ -65220,7 +65232,7 @@ class WindowManager(ID, bpy_struct):
65220
65232
  confirm_text: typing.Union[str, typing.Any] = "",
65221
65233
  text_ctxt: typing.Optional[typing.Union[str, typing.Any]] = "",
65222
65234
  translate: typing.Optional[typing.Union[bool, typing.Any]] = True,
65223
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
65235
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
65224
65236
  """Operator dialog (non-autoexec popup) invoke (show operator properties and only execute it on click on OK button)
65225
65237
 
65226
65238
  :param operator: Operator to call
@@ -65235,7 +65247,7 @@ class WindowManager(ID, bpy_struct):
65235
65247
  :type text_ctxt: typing.Optional[typing.Union[str, typing.Any]]
65236
65248
  :param translate: Translate the given text, when UI translation is enabled
65237
65249
  :type translate: typing.Optional[typing.Union[bool, typing.Any]]
65238
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
65250
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
65239
65251
  :return: result
65240
65252
  """
65241
65253
  ...
@@ -65254,14 +65266,14 @@ class WindowManager(ID, bpy_struct):
65254
65266
  cls,
65255
65267
  operator: typing.Optional["Operator"],
65256
65268
  width: typing.Optional[typing.Any] = 300,
65257
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
65269
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
65258
65270
  """Operator popup invoke (only shows operator's properties, without executing it)
65259
65271
 
65260
65272
  :param operator: Operator to call
65261
65273
  :type operator: typing.Optional['Operator']
65262
65274
  :param width: Width of the popup
65263
65275
  :type width: typing.Optional[typing.Any]
65264
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
65276
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
65265
65277
  :return: result
65266
65278
  """
65267
65279
  ...
@@ -65277,7 +65289,7 @@ class WindowManager(ID, bpy_struct):
65277
65289
  icon: typing.Optional[typing.Any] = "WARNING",
65278
65290
  text_ctxt: typing.Optional[typing.Union[str, typing.Any]] = "",
65279
65291
  translate: typing.Optional[typing.Union[bool, typing.Any]] = True,
65280
- ) -> typing.Union[typing.Set[int], typing.Set[str]]:
65292
+ ) -> typing.Union[typing.Set[str], typing.Set[int]]:
65281
65293
  """Operator confirmation popup (only to let user confirm the execution, no operator properties shown)
65282
65294
 
65283
65295
  :param operator: Operator to call
@@ -65296,7 +65308,7 @@ class WindowManager(ID, bpy_struct):
65296
65308
  :type text_ctxt: typing.Optional[typing.Union[str, typing.Any]]
65297
65309
  :param translate: Translate the given text, when UI translation is enabled
65298
65310
  :type translate: typing.Optional[typing.Union[bool, typing.Any]]
65299
- :rtype: typing.Union[typing.Set[int], typing.Set[str]]
65311
+ :rtype: typing.Union[typing.Set[str], typing.Set[int]]
65300
65312
  :return: result
65301
65313
  """
65302
65314
  ...
@@ -68331,10 +68343,10 @@ class DecimateModifier(Modifier, bpy_struct):
68331
68343
  :type: typing.Union[str, int]
68332
68344
  """
68333
68345
 
68334
- delimit: typing.Union[typing.Set[int], typing.Set[str]]
68346
+ delimit: typing.Union[typing.Set[str], typing.Set[int]]
68335
68347
  """ Limit merging geometry
68336
68348
 
68337
- :type: typing.Union[typing.Set[int], typing.Set[str]]
68349
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
68338
68350
  """
68339
68351
 
68340
68352
  face_count: int
@@ -68857,6 +68869,115 @@ class GreasePencilColorModifier(Modifier, bpy_struct):
68857
68869
  """
68858
68870
  ...
68859
68871
 
68872
+ class GreasePencilMirrorModifier(Modifier, bpy_struct):
68873
+ invert_layer_filter: bool
68874
+ """ Invert layer filter
68875
+
68876
+ :type: bool
68877
+ """
68878
+
68879
+ invert_layer_pass_filter: bool
68880
+ """ Invert layer pass filter
68881
+
68882
+ :type: bool
68883
+ """
68884
+
68885
+ invert_material_filter: bool
68886
+ """ Invert material filter
68887
+
68888
+ :type: bool
68889
+ """
68890
+
68891
+ invert_material_pass_filter: bool
68892
+ """ Invert material pass filter
68893
+
68894
+ :type: bool
68895
+ """
68896
+
68897
+ layer_filter: typing.Union[str, typing.Any]
68898
+ """ Layer name
68899
+
68900
+ :type: typing.Union[str, typing.Any]
68901
+ """
68902
+
68903
+ layer_pass_filter: int
68904
+ """ Layer pass filter
68905
+
68906
+ :type: int
68907
+ """
68908
+
68909
+ material_filter: "Material"
68910
+ """ Material used for filtering
68911
+
68912
+ :type: 'Material'
68913
+ """
68914
+
68915
+ material_pass_filter: int
68916
+ """ Material pass
68917
+
68918
+ :type: int
68919
+ """
68920
+
68921
+ object: "Object"
68922
+ """ Object used as center
68923
+
68924
+ :type: 'Object'
68925
+ """
68926
+
68927
+ use_axis_x: bool
68928
+ """ Mirror the X axis
68929
+
68930
+ :type: bool
68931
+ """
68932
+
68933
+ use_axis_y: bool
68934
+ """ Mirror the Y axis
68935
+
68936
+ :type: bool
68937
+ """
68938
+
68939
+ use_axis_z: bool
68940
+ """ Mirror the Z axis
68941
+
68942
+ :type: bool
68943
+ """
68944
+
68945
+ use_layer_pass_filter: bool
68946
+ """ Use layer pass filter
68947
+
68948
+ :type: bool
68949
+ """
68950
+
68951
+ use_material_pass_filter: bool
68952
+ """ Use material pass filter
68953
+
68954
+ :type: bool
68955
+ """
68956
+
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
+
68860
68981
  class GreasePencilNoiseModifier(Modifier, bpy_struct):
68861
68982
  """Noise effect modifier"""
68862
68983
 
@@ -69636,6 +69757,147 @@ class GreasePencilSubdivModifier(Modifier, bpy_struct):
69636
69757
  """
69637
69758
  ...
69638
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
+
69639
69901
  class GreasePencilTintModifier(Modifier, bpy_struct):
69640
69902
  color: typing.Union[
69641
69903
  typing.List[float], typing.Tuple[float, float, float], "mathutils.Color"
@@ -70210,10 +70472,10 @@ class MeshCacheModifier(Modifier, bpy_struct):
70210
70472
  :type: typing.Union[str, typing.Any]
70211
70473
  """
70212
70474
 
70213
- flip_axis: typing.Union[typing.Set[int], typing.Set[str]]
70475
+ flip_axis: typing.Union[typing.Set[str], typing.Set[int]]
70214
70476
  """
70215
70477
 
70216
- :type: typing.Union[typing.Set[int], typing.Set[str]]
70478
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
70217
70479
  """
70218
70480
 
70219
70481
  forward_axis: typing.Union[str, int]
@@ -109542,10 +109804,10 @@ class GeometryNodeCurveHandleTypeSelection(
109542
109804
  :type: typing.Union[str, int]
109543
109805
  """
109544
109806
 
109545
- mode: typing.Union[typing.Set[int], typing.Set[str]]
109807
+ mode: typing.Union[typing.Set[str], typing.Set[int]]
109546
109808
  """ Whether to check the type of left and right handles
109547
109809
 
109548
- :type: typing.Union[typing.Set[int], typing.Set[str]]
109810
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
109549
109811
  """
109550
109812
 
109551
109813
  @classmethod
@@ -110078,10 +110340,10 @@ class GeometryNodeCurveSetHandles(GeometryNode, NodeInternal, Node, bpy_struct):
110078
110340
  :type: typing.Union[str, int]
110079
110341
  """
110080
110342
 
110081
- mode: typing.Union[typing.Set[int], typing.Set[str]]
110343
+ mode: typing.Union[typing.Set[str], typing.Set[int]]
110082
110344
  """ Whether to update left and right handles
110083
110345
 
110084
- :type: typing.Union[typing.Set[int], typing.Set[str]]
110346
+ :type: typing.Union[typing.Set[str], typing.Set[int]]
110085
110347
  """
110086
110348
 
110087
110349
  @classmethod
@@ -131775,8 +132037,6 @@ USERPREF_PT_experimental_new_features: "bl_ui.space_userpref.USERPREF_PT_experim
131775
132037
 
131776
132038
  USERPREF_PT_experimental_prototypes: "bl_ui.space_userpref.USERPREF_PT_experimental_prototypes"
131777
132039
 
131778
- USERPREF_PT_extensions: "bl_ui.space_userpref.USERPREF_PT_extensions"
131779
-
131780
132040
  USERPREF_PT_extensions_repos: "bl_ui.space_userpref.USERPREF_PT_extensions_repos"
131781
132041
 
131782
132042
  USERPREF_PT_file_paths_applications: "bl_ui.space_userpref.USERPREF_PT_file_paths_applications"