fake-bpy-module 20241015__py3-none-any.whl → 20241017__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.

@@ -223,7 +223,7 @@ class AddPresetGpencilBrush(AddPresetBase, bpy.types.Operator):
223
223
  """
224
224
 
225
225
  class AddPresetGpencilMaterial(AddPresetBase, bpy.types.Operator):
226
- """Add or remove grease pencil material preset"""
226
+ """Add or remove Grease Pencil material preset"""
227
227
 
228
228
  bl_idname: typing.Any
229
229
  bl_label: typing.Any
@@ -186,6 +186,31 @@ class GPENCIL_UL_masks(bpy.types.UIList):
186
186
  :param _index:
187
187
  """
188
188
 
189
+ class GREASE_PENCIL_MT_draw_delete(bpy.types.Menu):
190
+ bl_label: typing.Any
191
+ bl_rna: typing.Any
192
+ id_data: typing.Any
193
+
194
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
195
+ """
196
+
197
+ :return: The RNA type or default when not found.
198
+ :rtype: bpy.types.Struct
199
+ """
200
+
201
+ def bl_rna_get_subclass_py(self) -> typing.Any:
202
+ """
203
+
204
+ :return: The class or default when not found.
205
+ :rtype: typing.Any
206
+ """
207
+
208
+ def draw(self, _context):
209
+ """
210
+
211
+ :param _context:
212
+ """
213
+
189
214
  class GREASE_PENCIL_MT_layer_active(bpy.types.Menu):
190
215
  bl_label: typing.Any
191
216
  bl_rna: typing.Any
@@ -2297,6 +2297,31 @@ class VIEW3D_MT_grease_pencil_assign_material(bpy.types.Menu):
2297
2297
  :param context:
2298
2298
  """
2299
2299
 
2300
+ class VIEW3D_MT_grease_pencil_sculpt_automasking_pie(bpy.types.Menu):
2301
+ bl_label: typing.Any
2302
+ bl_rna: typing.Any
2303
+ id_data: typing.Any
2304
+
2305
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
2306
+ """
2307
+
2308
+ :return: The RNA type or default when not found.
2309
+ :rtype: bpy.types.Struct
2310
+ """
2311
+
2312
+ def bl_rna_get_subclass_py(self) -> typing.Any:
2313
+ """
2314
+
2315
+ :return: The class or default when not found.
2316
+ :rtype: typing.Any
2317
+ """
2318
+
2319
+ def draw(self, context):
2320
+ """
2321
+
2322
+ :param context:
2323
+ """
2324
+
2300
2325
  class VIEW3D_MT_greasepencil_edit_context_menu(bpy.types.Menu):
2301
2326
  bl_label: typing.Any
2302
2327
  bl_rna: typing.Any
@@ -646,7 +646,7 @@ def gltf(
646
646
  :type will_save_settings: bool | None
647
647
  :param export_hierarchy_full_collections: Full Collection Hierarchy, Export full hierarchy, including intermediate collections
648
648
  :type export_hierarchy_full_collections: bool | None
649
- :param export_extra_animations: Prepare extra animations, Export additional animationsThis feature is not standard and needs an external extension to be included in the glTF file
649
+ :param export_extra_animations: Prepare extra animations, Export additional animations.This feature is not standard and needs an external extension to be included in the glTF file
650
650
  :type export_extra_animations: bool | None
651
651
  :param filter_glob: filter_glob
652
652
  :type filter_glob: str
@@ -253,7 +253,7 @@ def decimate(
253
253
  ERROR
254
254
  Error Margin -- Use an error margin to specify how much the curve is allowed to deviate from the original path.
255
255
  :type mode: typing.Literal['RATIO','ERROR'] | None
256
- :param factor: Remove, The ratio of remaining keyframes after the operation
256
+ :param factor: Factor, The ratio of keyframes to remove
257
257
  :type factor: float | None
258
258
  :param remove_error_margin: Max Error Margin, How much the new decimated curve is allowed to deviate from the original
259
259
  :type remove_error_margin: float | None
@@ -17,7 +17,7 @@ def active_frame_delete(
17
17
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
18
18
  :type execution_context: int | str | None
19
19
  :type undo: bool | None
20
- :param all: Delete all, Delete active keyframes of all layer
20
+ :param all: Delete all, Delete active keyframes of all layers
21
21
  :type all: bool | None
22
22
  """
23
23
 
@@ -34,7 +34,7 @@ def bake_grease_pencil_animation(
34
34
  project_type: typing.Literal["KEEP", "FRONT", "SIDE", "TOP", "VIEW", "CURSOR"]
35
35
  | None = "KEEP",
36
36
  ):
37
- """Bake grease pencil object transform to grease pencil keyframes
37
+ """Bake Grease Pencil object transform to Grease Pencil keyframes
38
38
 
39
39
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
40
40
  :type execution_context: int | str | None
@@ -378,7 +378,7 @@ def interpolate(
378
378
  smooth_steps: int | None = 1,
379
379
  smooth_factor: float | None = 0.0,
380
380
  ):
381
- """Interpolate grease pencil strokes between frames
381
+ """Interpolate Grease Pencil strokes between frames
382
382
 
383
383
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
384
384
  :type execution_context: int | str | None
@@ -486,7 +486,7 @@ def interpolate_sequence(
486
486
  ELASTIC
487
487
  Elastic -- Exponentially decaying sine wave, like an elastic band.
488
488
  :type type: typing.Literal['LINEAR','CUSTOM','SINE','QUAD','CUBIC','QUART','QUINT','EXPO','CIRC','BACK','BOUNCE','ELASTIC'] | None
489
- :param easing: Easing, Which ends of the segment between the preceding and following grease pencil frames easing interpolation is applied to
489
+ :param easing: Easing, Which ends of the segment between the preceding and following Grease Pencil frames easing interpolation is applied to
490
490
  :type easing: bpy.typing.BeztripleInterpolationEasingItems | None
491
491
  :param back: Back, Amount of overshoot for 'back' easing
492
492
  :type back: float | None
@@ -624,7 +624,7 @@ def layer_group_color_tag(
624
624
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
625
625
  :type execution_context: int | str | None
626
626
  :type undo: bool | None
627
- :param color_tag: color tag
627
+ :param color_tag: Color Tag
628
628
  :type color_tag: typing.Literal['NONE','COLOR1','COLOR2','COLOR3','COLOR4','COLOR5','COLOR6','COLOR7','COLOR8'] | None
629
629
  """
630
630
 
@@ -1007,7 +1007,7 @@ def primitive_arc(
1007
1007
  type: typing.Literal["BOX", "LINE", "POLYLINE", "CIRCLE", "ARC", "CURVE"]
1008
1008
  | None = "ARC",
1009
1009
  ):
1010
- """Create predefined grease pencil stroke arcs
1010
+ """Create predefined Grease Pencil stroke arcs
1011
1011
 
1012
1012
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1013
1013
  :type execution_context: int | str | None
@@ -1027,7 +1027,7 @@ def primitive_box(
1027
1027
  type: typing.Literal["BOX", "LINE", "POLYLINE", "CIRCLE", "ARC", "CURVE"]
1028
1028
  | None = "BOX",
1029
1029
  ):
1030
- """Create predefined grease pencil stroke boxes
1030
+ """Create predefined Grease Pencil stroke boxes
1031
1031
 
1032
1032
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1033
1033
  :type execution_context: int | str | None
@@ -1047,7 +1047,7 @@ def primitive_circle(
1047
1047
  type: typing.Literal["BOX", "LINE", "POLYLINE", "CIRCLE", "ARC", "CURVE"]
1048
1048
  | None = "CIRCLE",
1049
1049
  ):
1050
- """Create predefined grease pencil stroke circles
1050
+ """Create predefined Grease Pencil stroke circles
1051
1051
 
1052
1052
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1053
1053
  :type execution_context: int | str | None
@@ -1067,7 +1067,7 @@ def primitive_curve(
1067
1067
  type: typing.Literal["BOX", "LINE", "POLYLINE", "CIRCLE", "ARC", "CURVE"]
1068
1068
  | None = "CURVE",
1069
1069
  ):
1070
- """Create predefined grease pencil stroke curve shapes
1070
+ """Create predefined Grease Pencil stroke curve shapes
1071
1071
 
1072
1072
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1073
1073
  :type execution_context: int | str | None
@@ -1087,7 +1087,7 @@ def primitive_line(
1087
1087
  type: typing.Literal["BOX", "LINE", "POLYLINE", "CIRCLE", "ARC", "CURVE"]
1088
1088
  | None = "LINE",
1089
1089
  ):
1090
- """Create predefined grease pencil stroke lines
1090
+ """Create predefined Grease Pencil stroke lines
1091
1091
 
1092
1092
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1093
1093
  :type execution_context: int | str | None
@@ -1107,7 +1107,7 @@ def primitive_polyline(
1107
1107
  type: typing.Literal["BOX", "LINE", "POLYLINE", "CIRCLE", "ARC", "CURVE"]
1108
1108
  | None = "POLYLINE",
1109
1109
  ):
1110
- """Create predefined grease pencil stroke polylines
1110
+ """Create predefined Grease Pencil stroke polylines
1111
1111
 
1112
1112
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1113
1113
  :type execution_context: int | str | None
@@ -1389,7 +1389,7 @@ def separate(
1389
1389
  *,
1390
1390
  mode: typing.Literal["SELECTED", "MATERIAL", "LAYER"] | None = "SELECTED",
1391
1391
  ):
1392
- """Separate the selected geometry into a new grease pencil object
1392
+ """Separate the selected geometry into a new Grease Pencil object
1393
1393
 
1394
1394
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1395
1395
  :type execution_context: int | str | None
@@ -1802,7 +1802,7 @@ def trace_image(
1802
1802
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1803
1803
  :type execution_context: int | str | None
1804
1804
  :type undo: bool | None
1805
- :param target: Target Object, Target grease pencil
1805
+ :param target: Target Object, Target Grease Pencil
1806
1806
  :type target: typing.Literal['NEW','SELECTED'] | None
1807
1807
  :param radius: Radius
1808
1808
  :type radius: float | None
@@ -186,7 +186,7 @@ def convert_to_mesh_plane(
186
186
  Source Object -- Name after object source with a suffix.
187
187
 
188
188
  IMAGE
189
- Source Image -- name from laoded image.
189
+ Source Image -- Name from loaded image.
190
190
  :type name_from: typing.Literal['OBJECT','IMAGE'] | None
191
191
  :param delete_ref: Delete Reference Object, Delete empty image object once mesh plane is created
192
192
  :type delete_ref: bool | None
@@ -1641,16 +1641,16 @@ def grease_pencil_add(
1641
1641
  :type undo: bool | None
1642
1642
  :param type: Type
1643
1643
  :type type: bpy.typing.ObjectGpencilTypeItems | None
1644
- :param use_in_front: Show In Front, Show Line Art grease pencil in front of everything
1644
+ :param use_in_front: Show In Front, Show Line Art Grease Pencil in front of everything
1645
1645
  :type use_in_front: bool | None
1646
1646
  :param stroke_depth_offset: Stroke Offset, Stroke offset for the Line Art modifier
1647
1647
  :type stroke_depth_offset: float | None
1648
- :param use_lights: Use Lights, Use lights for this grease pencil object
1648
+ :param use_lights: Use Lights, Use lights for this Grease Pencil object
1649
1649
  :type use_lights: bool | None
1650
1650
  :param stroke_depth_order: Stroke Depth Order, Defines how the strokes are ordered in 3D space (for objects not displayed 'In Front')
1651
1651
 
1652
1652
  2D
1653
- 2D Layers -- Display strokes using grease pencil layers to define order.
1653
+ 2D Layers -- Display strokes using Grease Pencil layers to define order.
1654
1654
 
1655
1655
  3D
1656
1656
  3D Location -- Display strokes using real 3D position in 3D space.
@@ -2332,7 +2332,7 @@ def lineart_bake_strokes(
2332
2332
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2333
2333
  :type execution_context: int | str | None
2334
2334
  :type undo: bool | None
2335
- :param bake_all: Bake All, Bake all line art modifiers
2335
+ :param bake_all: Bake All, Bake all Line Art modifiers
2336
2336
  :type bake_all: bool | None
2337
2337
  """
2338
2338
 
@@ -2348,7 +2348,7 @@ def lineart_clear(
2348
2348
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
2349
2349
  :type execution_context: int | str | None
2350
2350
  :type undo: bool | None
2351
- :param clear_all: Clear All, Clear all line art modifier bakes
2351
+ :param clear_all: Clear All, Clear all Line Art modifier bakes
2352
2352
  :type clear_all: bool | None
2353
2353
  """
2354
2354
 
@@ -4232,7 +4232,7 @@ def shaderfx_remove(
4232
4232
  shaderfx: str = "",
4233
4233
  report: bool | None = False,
4234
4234
  ):
4235
- """Remove a effect from the active grease pencil object
4235
+ """Remove a effect from the active Grease Pencil object
4236
4236
 
4237
4237
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
4238
4238
  :type execution_context: int | str | None
@@ -355,7 +355,7 @@ def extension_repo_add(
355
355
  :param type: Type, The kind of repository to add
356
356
 
357
357
  REMOTE
358
- Add Remote Repository -- Add a repository referencing an remote repository with support for listing and updating extensions.
358
+ Add Remote Repository -- Add a repository referencing a remote repository with support for listing and updating extensions.
359
359
 
360
360
  LOCAL
361
361
  Add Local Repository -- Add a repository managed manually without referencing an external repository.
@@ -362,7 +362,7 @@ def gpencil_material_preset_add(
362
362
  remove_name: bool | None = False,
363
363
  remove_active: bool | None = False,
364
364
  ):
365
- """Add or remove grease pencil material preset
365
+ """Add or remove Grease Pencil material preset
366
366
 
367
367
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
368
368
  :type execution_context: int | str | None
@@ -746,7 +746,7 @@ def mesh_filter(
746
746
  "SURFACE_SMOOTH",
747
747
  "SHARPEN",
748
748
  "ENHANCE_DETAILS",
749
- "ERASE_DISCPLACEMENT",
749
+ "ERASE_DISPLACEMENT",
750
750
  ]
751
751
  | None = "INFLATE",
752
752
  deform_axis: set[typing.Literal["X", "Y", "Z"]] | None = {"X", "Y", "Z"},
@@ -803,9 +803,9 @@ def mesh_filter(
803
803
  ENHANCE_DETAILS
804
804
  Enhance Details -- Enhance the high frequency surface detail.
805
805
 
806
- ERASE_DISCPLACEMENT
806
+ ERASE_DISPLACEMENT
807
807
  Erase Displacement -- Deletes the displacement of the Multires Modifier.
808
- :type type: typing.Literal['SMOOTH','SCALE','INFLATE','SPHERE','RANDOM','RELAX','RELAX_FACE_SETS','SURFACE_SMOOTH','SHARPEN','ENHANCE_DETAILS','ERASE_DISCPLACEMENT'] | None
808
+ :type type: typing.Literal['SMOOTH','SCALE','INFLATE','SPHERE','RANDOM','RELAX','RELAX_FACE_SETS','SURFACE_SMOOTH','SHARPEN','ENHANCE_DETAILS','ERASE_DISPLACEMENT'] | None
809
809
  :param deform_axis: Deform Axis, Apply the deformation in the selected axis
810
810
 
811
811
  X
@@ -225,7 +225,7 @@ def mixdown(
225
225
  F64
226
226
  F64 -- 64-bit floating-point.
227
227
  :type format: typing.Literal['U8','S16','S24','S32','F32','F64'] | None
228
- :param mixrate: Samplerate, Samplerate in samples/s
228
+ :param mixrate: Sample Rate, Sample rate in samples/s
229
229
  :type mixrate: int | None
230
230
  :param bitrate: Bitrate, Bitrate in kbit/s
231
231
  :type bitrate: int | None
bpy/ops/wm/__init__.pyi CHANGED
@@ -1500,7 +1500,7 @@ def grease_pencil_export_pdf(
1500
1500
  use_uniform_width: bool | None = False,
1501
1501
  frame_mode: typing.Literal["ACTIVE", "SELECTED", "SCENE"] | None = "ACTIVE",
1502
1502
  ):
1503
- """Export grease pencil to PDF
1503
+ """Export Grease Pencil to PDF
1504
1504
 
1505
1505
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1506
1506
  :type execution_context: int | str | None
@@ -1628,7 +1628,7 @@ def grease_pencil_export_svg(
1628
1628
  use_uniform_width: bool | None = False,
1629
1629
  use_clip_camera: bool | None = False,
1630
1630
  ):
1631
- """Export grease pencil to SVG
1631
+ """Export Grease Pencil to SVG
1632
1632
 
1633
1633
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1634
1634
  :type execution_context: int | str | None
@@ -1748,7 +1748,7 @@ def grease_pencil_import_svg(
1748
1748
  scale: float | None = 10.0,
1749
1749
  use_scene_unit: bool | None = False,
1750
1750
  ):
1751
- """Import SVG into grease pencil
1751
+ """Import SVG into Grease Pencil
1752
1752
 
1753
1753
  :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1754
1754
  :type execution_context: int | str | None
@@ -5269,7 +5269,8 @@ def usd_export(
5269
5269
  Keep -- Use original location of textures.
5270
5270
 
5271
5271
  PRESERVE
5272
- Preserve -- Preserve file paths of textures from already imported USD files.Export remaining textures to a 'textures' folder next to the USD file.
5272
+ Preserve -- Preserve file paths of textures from already imported USD files.
5273
+ Export remaining textures to a 'textures' folder next to the USD file.
5273
5274
 
5274
5275
  NEW
5275
5276
  New Path -- Export textures to a 'textures' folder next to the USD file.
bpy/types/__init__.pyi CHANGED
@@ -103869,7 +103869,7 @@ class BlendDataBrushes(bpy_prop_collection[Brush], bpy_struct):
103869
103869
  """
103870
103870
 
103871
103871
  def create_gpencil_data(self, brush: Brush):
103872
- """Add grease pencil brush settings
103872
+ """Add Grease Pencil brush settings
103873
103873
 
103874
103874
  :param brush: Brush
103875
103875
  :type brush: Brush
@@ -104234,7 +104234,7 @@ class BlendDataGreasePencils(bpy_prop_collection[GreasePencil], bpy_struct):
104234
104234
  """
104235
104235
 
104236
104236
  class BlendDataGreasePencilsV3(bpy_prop_collection[GreasePencilv3], bpy_struct):
104237
- """Collection of grease pencils"""
104237
+ """Collection of Grease Pencils"""
104238
104238
 
104239
104239
  def tag(self, value: bool | None):
104240
104240
  """tag
@@ -104244,11 +104244,11 @@ class BlendDataGreasePencilsV3(bpy_prop_collection[GreasePencilv3], bpy_struct):
104244
104244
  """
104245
104245
 
104246
104246
  def new(self, name: str) -> GreasePencilv3:
104247
- """Add a new grease pencil datablock to the main database
104247
+ """Add a new Grease Pencil datablock to the main database
104248
104248
 
104249
104249
  :param name: New name for the data-block
104250
104250
  :type name: str
104251
- :return: New grease pencil data-block
104251
+ :return: New Grease Pencil data-block
104252
104252
  :rtype: GreasePencilv3
104253
104253
  """
104254
104254
 
@@ -104259,15 +104259,15 @@ class BlendDataGreasePencilsV3(bpy_prop_collection[GreasePencilv3], bpy_struct):
104259
104259
  do_id_user: bool | None = True,
104260
104260
  do_ui_user: bool | None = True,
104261
104261
  ):
104262
- """Remove a grease pencil instance from the current blendfile
104262
+ """Remove a Grease Pencil instance from the current blendfile
104263
104263
 
104264
104264
  :param grease_pencil: Grease Pencil to remove
104265
104265
  :type grease_pencil: GreasePencilv3
104266
- :param do_unlink: Unlink all usages of this grease pencil before deleting it
104266
+ :param do_unlink: Unlink all usages of this Grease Pencil before deleting it
104267
104267
  :type do_unlink: bool | None
104268
- :param do_id_user: Decrement user counter of all datablocks used by this grease pencil
104268
+ :param do_id_user: Decrement user counter of all datablocks used by this Grease Pencil
104269
104269
  :type do_id_user: bool | None
104270
- :param do_ui_user: Make sure interface does not reference this grease pencil
104270
+ :param do_ui_user: Make sure interface does not reference this Grease Pencil
104271
104271
  :type do_ui_user: bool | None
104272
104272
  """
104273
104273
 
@@ -104816,14 +104816,14 @@ class BlendDataMaterials(bpy_prop_collection[Material], bpy_struct):
104816
104816
  """
104817
104817
 
104818
104818
  def create_gpencil_data(self, material: Material):
104819
- """Add grease pencil material settings
104819
+ """Add Grease Pencil material settings
104820
104820
 
104821
104821
  :param material: Material
104822
104822
  :type material: Material
104823
104823
  """
104824
104824
 
104825
104825
  def remove_gpencil_data(self, material: Material):
104826
- """Remove grease pencil material settings
104826
+ """Remove Grease Pencil material settings
104827
104827
 
104828
104828
  :param material: Material
104829
104829
  :type material: Material
@@ -107092,7 +107092,7 @@ class GreasePencilFrames(bpy_prop_collection[GreasePencilFrame], bpy_struct):
107092
107092
  """
107093
107093
 
107094
107094
  class GreasePencilLayerMasks(bpy_prop_collection[GreasePencilLayerMask], bpy_struct):
107095
- """Collection of grease pencil masking layers"""
107095
+ """Collection of Grease Pencil masking layers"""
107096
107096
 
107097
107097
  active_mask_index: int | None
107098
107098
  """ Active index in layer mask array
@@ -113055,7 +113055,8 @@ class ActionSlot(bpy_struct):
113055
113055
  """
113056
113056
 
113057
113057
  handle: int
113058
- """ Number specific to this Slot, unique within the ActionThis is used, for example, on a ActionKeyframeStrip to look up the ActionChannelBag for this Slot
113058
+ """ Number specific to this Slot, unique within the Action.
113059
+ This is used, for example, on a ActionKeyframeStrip to look up the ActionChannelBag for this Slot
113059
113060
 
113060
113061
  :type: int
113061
113062
  """
@@ -118188,7 +118189,7 @@ class Brush(ID, bpy_struct):
118188
118189
  """
118189
118190
 
118190
118191
  use_automasking_view_occlusion: bool
118191
- """ Only affect vertices that are not occluded by other faces (Slower performance)
118192
+ """ Only affect vertices that are not occluded by other faces (slower performance)
118192
118193
 
118193
118194
  :type: bool
118194
118195
  """
@@ -118338,7 +118339,7 @@ class Brush(ID, bpy_struct):
118338
118339
  """
118339
118340
 
118340
118341
  use_paint_grease_pencil: bool
118341
- """ Use this brush in grease pencil drawing mode
118342
+ """ Use this brush in Grease Pencil drawing mode
118342
118343
 
118343
118344
  :type: bool
118344
118345
  """
@@ -118494,7 +118495,7 @@ class Brush(ID, bpy_struct):
118494
118495
  """
118495
118496
 
118496
118497
  use_vertex_grease_pencil: bool
118497
- """ Use this brush in grease pencil vertex color mode
118498
+ """ Use this brush in Grease Pencil vertex color mode
118498
118499
 
118499
118500
  :type: bool
118500
118501
  """
@@ -118994,7 +118995,7 @@ class BrushCurvesSculptSettings(bpy_struct):
118994
118995
  """
118995
118996
 
118996
118997
  class BrushGpencilSettings(bpy_struct):
118997
- """Settings for grease pencil brush"""
118998
+ """Settings for Grease Pencil brush"""
118998
118999
 
118999
119000
  active_smooth_factor: float | None
119000
119001
  """ Amount of smoothing while drawing
@@ -119287,7 +119288,7 @@ class BrushGpencilSettings(bpy_struct):
119287
119288
  """
119288
119289
 
119289
119290
  simplify_pixel_threshold: float
119290
- """ Threashold in screen space used for the simplify algorithm. Points within this threashold are treated as if they were in a straight line.
119291
+ """ Threshold in screen space used for the simplify algorithm. Points within this threshold are treated as if they were in a straight line.
119291
119292
 
119292
119293
  :type: float
119293
119294
  """
@@ -127989,7 +127990,7 @@ class CompositorNodePixelate(CompositorNode, NodeInternal, Node, bpy_struct):
127989
127990
  """
127990
127991
 
127991
127992
  class CompositorNodePlaneTrackDeform(CompositorNode, NodeInternal, Node, bpy_struct):
127992
- """Replace flat planes in footage by another image, dectected by plane tracks from motion tracking"""
127993
+ """Replace flat planes in footage by another image, detected by plane tracks from motion tracking"""
127993
127994
 
127994
127995
  clip: MovieClip | None
127995
127996
  """
@@ -136041,11 +136042,13 @@ class FFmpegSettings(bpy_struct):
136041
136042
 
136042
136043
  codec: typing.Literal[
136043
136044
  "NONE",
136045
+ "AV1",
136046
+ "H264",
136047
+ "WEBM",
136044
136048
  "DNXHD",
136045
136049
  "DV",
136046
136050
  "FFV1",
136047
136051
  "FLASH",
136048
- "H264",
136049
136052
  "HUFFYUV",
136050
136053
  "MPEG1",
136051
136054
  "MPEG2",
@@ -136053,12 +136056,10 @@ class FFmpegSettings(bpy_struct):
136053
136056
  "PNG",
136054
136057
  "QTRLE",
136055
136058
  "THEORA",
136056
- "WEBM",
136057
- "AV1",
136058
136059
  ]
136059
136060
  """ FFmpeg codec to use for video output
136060
136061
 
136061
- :type: typing.Literal['NONE','DNXHD','DV','FFV1','FLASH','H264','HUFFYUV','MPEG1','MPEG2','MPEG4','PNG','QTRLE','THEORA','WEBM','AV1']
136062
+ :type: typing.Literal['NONE','AV1','H264','WEBM','DNXHD','DV','FFV1','FLASH','HUFFYUV','MPEG1','MPEG2','MPEG4','PNG','QTRLE','THEORA']
136062
136063
  """
136063
136064
 
136064
136065
  constant_rate_factor: typing.Literal[
@@ -136083,20 +136084,20 @@ class FFmpegSettings(bpy_struct):
136083
136084
  """
136084
136085
 
136085
136086
  format: typing.Literal[
136086
- "MPEG1",
136087
- "MPEG2",
136088
136087
  "MPEG4",
136088
+ "MKV",
136089
+ "WEBM",
136089
136090
  "AVI",
136090
- "QUICKTIME",
136091
136091
  "DV",
136092
- "OGG",
136093
- "MKV",
136094
136092
  "FLASH",
136095
- "WEBM",
136093
+ "MPEG1",
136094
+ "MPEG2",
136095
+ "OGG",
136096
+ "QUICKTIME",
136096
136097
  ]
136097
136098
  """ Output file container
136098
136099
 
136099
- :type: typing.Literal['MPEG1','MPEG2','MPEG4','AVI','QUICKTIME','DV','OGG','MKV','FLASH','WEBM']
136100
+ :type: typing.Literal['MPEG4','MKV','WEBM','AVI','DV','FLASH','MPEG1','MPEG2','OGG','QUICKTIME']
136100
136101
  """
136101
136102
 
136102
136103
  gopsize: int
@@ -137158,7 +137159,7 @@ class FileAssetSelectIDFilter(bpy_struct):
137158
137159
  """
137159
137160
 
137160
137161
  experimental_filter_grease_pencil: bool
137161
- """ Show Grease pencil data-blocks
137162
+ """ Show Grease Pencil data-blocks
137162
137163
 
137163
137164
  :type: bool
137164
137165
  """
@@ -137666,7 +137667,7 @@ class FileSelectIDFilter(bpy_struct):
137666
137667
  """
137667
137668
 
137668
137669
  filter_grease_pencil: bool
137669
- """ Show Grease pencil data-blocks
137670
+ """ Show Grease Pencil data-blocks
137670
137671
 
137671
137672
  :type: bool
137672
137673
  """
@@ -149158,7 +149159,7 @@ class GeometryNodeInputNamedAttribute(GeometryNode, NodeInternal, Node, bpy_stru
149158
149159
  class GeometryNodeInputNamedLayerSelection(
149159
149160
  GeometryNode, NodeInternal, Node, bpy_struct
149160
149161
  ):
149161
- """Output a selection of a grease pencil layer"""
149162
+ """Output a selection of a Grease Pencil layer"""
149162
149163
 
149163
149164
  @classmethod
149164
149165
  def is_registered_node_type(cls) -> bool:
@@ -150203,7 +150204,7 @@ class GeometryNodeMergeByDistance(GeometryNode, NodeInternal, Node, bpy_struct):
150203
150204
  """
150204
150205
 
150205
150206
  class GeometryNodeMergeLayers(GeometryNode, NodeInternal, Node, bpy_struct):
150206
- """Join groups of grease pencil layers into one"""
150207
+ """Join groups of Grease Pencil layers into one"""
150207
150208
 
150208
150209
  mode: typing.Literal["MERGE_BY_NAME", "MERGE_BY_ID"]
150209
150210
  """ Determines how to choose which layers are merged
@@ -158705,7 +158706,7 @@ class GreasePencilLineartModifier(Modifier, bpy_struct):
158705
158706
  """
158706
158707
 
158707
158708
  use_edge_mark: bool
158708
- """ Generate strokes from freestyle marked edges
158709
+ """ Generate strokes from Freestyle marked edges
158709
158710
 
158710
158711
  :type: bool
158711
158712
  """
@@ -158717,7 +158718,7 @@ class GreasePencilLineartModifier(Modifier, bpy_struct):
158717
158718
  """
158718
158719
 
158719
158720
  use_face_mark: bool
158720
- """ Filter feature lines using freestyle face marks
158721
+ """ Filter feature lines using Freestyle face marks
158721
158722
 
158722
158723
  :type: bool
158723
158724
  """
@@ -171389,13 +171390,13 @@ class Material(ID, bpy_struct):
171389
171390
  """
171390
171391
 
171391
171392
  grease_pencil: MaterialGPencilStyle
171392
- """ Grease pencil color settings for material
171393
+ """ Grease Pencil color settings for material
171393
171394
 
171394
171395
  :type: MaterialGPencilStyle
171395
171396
  """
171396
171397
 
171397
171398
  is_grease_pencil: bool
171398
- """ True if this material has grease pencil data
171399
+ """ True if this material has Grease Pencil data
171399
171400
 
171400
171401
  :type: bool
171401
171402
  """
@@ -174475,7 +174476,7 @@ class MovieClip(ID, bpy_struct):
174475
174476
  """
174476
174477
 
174477
174478
  grease_pencil: GreasePencil | None
174478
- """ Grease pencil data for this movie clip
174479
+ """ Grease Pencil data for this movie clip
174479
174480
 
174480
174481
  :type: GreasePencil | None
174481
174482
  """
@@ -175789,7 +175790,7 @@ class MovieTrackingSettings(bpy_struct):
175789
175790
  """
175790
175791
 
175791
175792
  use_default_mask: bool
175792
- """ Use a grease pencil data-block as a mask to use only specified areas of pattern when tracking
175793
+ """ Use a Grease Pencil data-block as a mask to use only specified areas of pattern when tracking
175793
175794
 
175794
175795
  :type: bool
175795
175796
  """
@@ -176007,7 +176008,7 @@ class MovieTrackingTrack(bpy_struct):
176007
176008
  """
176008
176009
 
176009
176010
  grease_pencil: GreasePencil | None
176010
- """ Grease pencil data for this track
176011
+ """ Grease Pencil data for this track
176011
176012
 
176012
176013
  :type: GreasePencil | None
176013
176014
  """
@@ -176129,13 +176130,13 @@ class MovieTrackingTrack(bpy_struct):
176129
176130
  """
176130
176131
 
176131
176132
  use_mask: bool
176132
- """ Use a grease pencil data-block as a mask to use only specified areas of pattern when tracking
176133
+ """ Use a Grease Pencil data-block as a mask to use only specified areas of pattern when tracking
176133
176134
 
176134
176135
  :type: bool
176135
176136
  """
176136
176137
 
176137
176138
  use_normalization: bool
176138
- """ Normalize light intensities while tracking (Slower)
176139
+ """ Normalize light intensities while tracking (slower)
176139
176140
 
176140
176141
  :type: bool
176141
176142
  """
@@ -183689,7 +183690,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
183689
183690
  """
183690
183691
 
183691
183692
  use_grease_pencil_lights: bool
183692
- """ Lights affect grease pencil object
183693
+ """ Lights affect Grease Pencil object
183693
183694
 
183694
183695
  :type: bool
183695
183696
  """
@@ -190083,7 +190084,7 @@ class PreferencesExperimental(bpy_struct):
190083
190084
  """
190084
190085
 
190085
190086
  enable_overlay_next: bool
190086
- """ Enable the new Overlay code-base, requires restart
190087
+ """ Enable the new Overlay codebase, requires restart
190087
190088
 
190088
190089
  :type: bool
190089
190090
  """
@@ -190106,12 +190107,6 @@ class PreferencesExperimental(bpy_struct):
190106
190107
  :type: bool
190107
190108
  """
190108
190109
 
190109
- use_animation_baklava: bool
190110
- """ The new 'layered' Action can contain the animation for multiple data-blocks at once
190111
-
190112
- :type: bool
190113
- """
190114
-
190115
190110
  use_asset_indexing: bool
190116
190111
  """ Disable the asset indexer, to force every asset library refresh to completely reread assets from disk
190117
190112
 
@@ -197080,7 +197075,7 @@ class Sculpt(Paint, bpy_struct):
197080
197075
  """
197081
197076
 
197082
197077
  use_automasking_view_occlusion: bool
197083
- """ Only affect vertices that are not occluded by other faces (Slower performance)
197078
+ """ Only affect vertices that are not occluded by other faces (slower performance)
197084
197079
 
197085
197080
  :type: bool
197086
197081
  """
@@ -198459,7 +198454,7 @@ class SequencerToolSettings(bpy_struct):
198459
198454
  """
198460
198455
 
198461
198456
  class ShaderFx(bpy_struct):
198462
- """Effect affecting the grease pencil object"""
198457
+ """Effect affecting the Grease Pencil object"""
198463
198458
 
198464
198459
  name: str
198465
198460
  """ Effect name
@@ -208103,7 +208098,7 @@ class SpaceImageEditor(Space, bpy_struct):
208103
208098
  """
208104
208099
 
208105
208100
  grease_pencil: GreasePencil | None
208106
- """ Grease pencil data for this space
208101
+ """ Grease Pencil data for this space
208107
208102
 
208108
208103
  :type: GreasePencil | None
208109
208104
  """
@@ -209042,7 +209037,7 @@ class SpaceOutliner(Space, bpy_struct):
209042
209037
  """
209043
209038
 
209044
209039
  use_filter_object_grease_pencil: bool
209045
- """ Show grease pencil objects
209040
+ """ Show Grease Pencil objects
209046
209041
 
209047
209042
  :type: bool
209048
209043
  """
@@ -210304,7 +210299,7 @@ class SpaceView3D(Space, bpy_struct):
210304
210299
  """
210305
210300
 
210306
210301
  show_object_select_grease_pencil: bool
210307
- """ Allow selection of grease pencil objects
210302
+ """ Allow selection of Grease Pencil objects
210308
210303
 
210309
210304
  :type: bool
210310
210305
  """
@@ -210400,7 +210395,7 @@ class SpaceView3D(Space, bpy_struct):
210400
210395
  """
210401
210396
 
210402
210397
  show_object_viewport_grease_pencil: bool
210403
- """ Show grease pencil objects
210398
+ """ Show Grease Pencil objects
210404
210399
 
210405
210400
  :type: bool
210406
210401
  """
@@ -219786,7 +219781,7 @@ class ToolSettings(bpy_struct):
219786
219781
  """
219787
219782
 
219788
219783
  gpencil_interpolate: GPencilInterpolateSettings
219789
- """ Settings for grease pencil interpolation tools
219784
+ """ Settings for Grease Pencil interpolation tools
219790
219785
 
219791
219786
  :type: GPencilInterpolateSettings
219792
219787
  """
@@ -222978,7 +222973,7 @@ class UILayout(bpy_struct):
222978
222973
  """Show bone collections tree"""
222979
222974
 
222980
222975
  def template_grease_pencil_layer_tree(self):
222981
- """View of the active grease pencil layer tree"""
222976
+ """View of the active Grease Pencil layer tree"""
222982
222977
 
222983
222978
  def template_node_tree_interface(self, interface: NodeTreeInterface):
222984
222979
  """Show a node tree interface
@@ -226147,7 +226142,7 @@ class View3DOverlay(bpy_struct):
226147
226142
  """
226148
226143
 
226149
226144
  use_gpencil_grid: bool
226150
- """ Display a grid over grease pencil paper
226145
+ """ Display a grid over Grease Pencil paper
226151
226146
 
226152
226147
  :type: bool
226153
226148
  """
@@ -230032,7 +230027,7 @@ class XrSessionSettings(bpy_struct):
230032
230027
  """
230033
230028
 
230034
230029
  show_object_select_grease_pencil: bool
230035
- """ Allow selection of grease pencil objects
230030
+ """ Allow selection of Grease Pencil objects
230036
230031
 
230037
230032
  :type: bool
230038
230033
  """
@@ -230128,7 +230123,7 @@ class XrSessionSettings(bpy_struct):
230128
230123
  """
230129
230124
 
230130
230125
  show_object_viewport_grease_pencil: bool
230131
- """ Show grease pencil objects
230126
+ """ Show Grease Pencil objects
230132
230127
 
230133
230128
  :type: bool
230134
230129
  """
@@ -231386,6 +231381,8 @@ GRAPH_PT_snapping: bl_ui.space_graph.GRAPH_PT_snapping
231386
231381
 
231387
231382
  GREASE_PENCIL_MT_Layers: bl_ui.space_view3d.GREASE_PENCIL_MT_Layers
231388
231383
 
231384
+ GREASE_PENCIL_MT_draw_delete: bl_ui.properties_grease_pencil_common.GREASE_PENCIL_MT_draw_delete
231385
+
231389
231386
  GREASE_PENCIL_MT_grease_pencil_add_layer_extra: bl_ui.properties_data_grease_pencil.GREASE_PENCIL_MT_grease_pencil_add_layer_extra
231390
231387
 
231391
231388
  GREASE_PENCIL_MT_group_context_menu: bl_ui.properties_data_grease_pencil.GREASE_PENCIL_MT_group_context_menu
@@ -233402,6 +233399,8 @@ VIEW3D_MT_grease_pencil_add: bl_ui.space_view3d.VIEW3D_MT_grease_pencil_add
233402
233399
 
233403
233400
  VIEW3D_MT_grease_pencil_assign_material: bl_ui.space_view3d.VIEW3D_MT_grease_pencil_assign_material
233404
233401
 
233402
+ VIEW3D_MT_grease_pencil_sculpt_automasking_pie: bl_ui.space_view3d.VIEW3D_MT_grease_pencil_sculpt_automasking_pie
233403
+
233405
233404
  VIEW3D_MT_greasepencil_edit_context_menu: bl_ui.space_view3d.VIEW3D_MT_greasepencil_edit_context_menu
233406
233405
 
233407
233406
  VIEW3D_MT_greasepencil_material_active: bl_ui.space_view3d.VIEW3D_MT_greasepencil_material_active
bpy/typing/__init__.pyi CHANGED
@@ -2245,9 +2245,9 @@ type ObjectEmptyDrawtypeItems = typing.Literal[
2245
2245
  "IMAGE", # Image.
2246
2246
  ]
2247
2247
  type ObjectGpencilTypeItems = typing.Literal[
2248
- "EMPTY", # Blank.Create an empty grease pencil object.
2248
+ "EMPTY", # Blank.Create an empty Grease Pencil object.
2249
2249
  "STROKE", # Stroke.Create a simple stroke with basic colors.
2250
- "MONKEY", # Monkey.Construct a Suzanne grease pencil object.
2250
+ "MONKEY", # Monkey.Construct a Suzanne Grease Pencil object.
2251
2251
  "LINEART_SCENE", # Scene Line Art.Quickly set up Line Art for the entire scene.
2252
2252
  "LINEART_COLLECTION", # Collection Line Art.Quickly set up Line Art for the active collection.
2253
2253
  "LINEART_OBJECT", # Object Line Art.Quickly set up Line Art for the active object.
@@ -2334,9 +2334,9 @@ type ObjectModifierTypeItems = typing.Literal[
2334
2334
  "WAVE", # Wave.Adds a ripple-like motion to an object's geometry.
2335
2335
  "VOLUME_DISPLACE", # Volume Displace.Deform volume based on noise or other vector fields.
2336
2336
  "GREASE_PENCIL_HOOK", # Hook.Deform stroke points using objects.
2337
- "GREASE_PENCIL_NOISE", # Noise.Generate noise wobble in grease pencil strokes.
2337
+ "GREASE_PENCIL_NOISE", # Noise.Generate noise wobble in Grease Pencil strokes.
2338
2338
  "GREASE_PENCIL_OFFSET", # Offset.Change stroke location, rotation, or scale.
2339
- "GREASE_PENCIL_SMOOTH", # Smooth.Smooth grease pencil strokes.
2339
+ "GREASE_PENCIL_SMOOTH", # Smooth.Smooth Grease Pencil strokes.
2340
2340
  "GREASE_PENCIL_THICKNESS", # Thickness.Change stroke thickness.
2341
2341
  "GREASE_PENCIL_LATTICE", # Lattice.Deform strokes using a lattice object.
2342
2342
  "GREASE_PENCIL_DASH", # Dot Dash.Generate dot-dash styled strokes.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20241015
3
+ Version: 20241017
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -76,7 +76,7 @@ bl_operators/object/__init__.pyi,sha256=2MCam5rUDHiwmbRk-vRt6O5xUvdl2kmJYITxR1-I
76
76
  bl_operators/object_align/__init__.pyi,sha256=3nLD1etgjd0Z_1AzoKRZr5Qh9rjSr0G3dQccUv3zdoo,996
77
77
  bl_operators/object_quick_effects/__init__.pyi,sha256=lhAf-ssg32uKw6fxLZxAd9ctaxeO5DzDlB3Od13jvDk,3029
78
78
  bl_operators/object_randomize_transform/__init__.pyi,sha256=q7IElAjkzAQK-FmMA1pVN2vYSHk88gm9TeG-w4wX_PQ,916
79
- bl_operators/presets/__init__.pyi,sha256=GTfKFS9J25YDXo43_rUWskAZcBERQRkTU-FSe5oy41Y,18337
79
+ bl_operators/presets/__init__.pyi,sha256=I7qcV7be-Bb98R3HMINJxLLH8uxzBbfSA9tJHtwO1aY,18337
80
80
  bl_operators/rigidbody/__init__.pyi,sha256=HJuSXsZix0eL5moJHM-O1J7eX1FWpHeHJ2Oygla1b7M,2442
81
81
  bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=MOD1mKBiPdwnNbOljdS0tu8IlSBh9E20hV7dg3iBbfM,766
82
82
  bl_operators/sequencer/__init__.pyi,sha256=qpj0JTdqKUlW6GQWv8GpHWxVZXlHUSwQLWKZaH019tY,7736
@@ -129,7 +129,7 @@ bl_ui/properties_data_shaderfx/__init__.pyi,sha256=qheRKCM-zgYYTypVdyJrjqgmD1yBX
129
129
  bl_ui/properties_data_speaker/__init__.pyi,sha256=YRayS4IxkfcvwOAJlqfSL4kjzBcaqo3gf-hmM0fcVeo,4857
130
130
  bl_ui/properties_data_volume/__init__.pyi,sha256=w6ct8kb74x8X0l1vLq6Ymq-fzezD387sQv-lBH7wohM,7115
131
131
  bl_ui/properties_freestyle/__init__.pyi,sha256=JxNJb9q2e8hRqNb7ynucmV5GKCG7y_HdQJgc9z9Th8w,22822
132
- bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=EKROB4siMEmJVWBV7rzHgO1IGv8RuVlDKD6_S5CMPAM,7898
132
+ bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=1CrD74PLE_vQfIld10Ki0scxp-iBzLk9skpB2v7Twok,8434
133
133
  bl_ui/properties_mask_common/__init__.pyi,sha256=-Ae0CtS1OQZRwJ38l1xj-115MJo9xEQieAarliMc40s,5796
134
134
  bl_ui/properties_material/__init__.pyi,sha256=J3GrRdWFeh4p5w2qKtC5Dwz0XF301ATcsCPcV4kXWe0,13499
135
135
  bl_ui/properties_material_gpencil/__init__.pyi,sha256=zfCV8bG4-NABgQNpZjhRRR4Ttr0qS2H17seuJlJgX4c,8621
@@ -172,7 +172,7 @@ bl_ui/space_toolsystem_common/__init__.pyi,sha256=IFq4tTh_oM6-dQWMZbuRo6HhYinOLB
172
172
  bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=hyZX3v4vN-0nUrbXuSFbRMElaNuZtIvGMJfAjTaErt0,9927
173
173
  bl_ui/space_topbar/__init__.pyi,sha256=tVupsHc6IdA1o_axDcB1Cbf0o8ARZzgLncMXgguQnWY,15316
174
174
  bl_ui/space_userpref/__init__.pyi,sha256=EGCdnPQ4iTmERhhzHcb3l-QZBQpZGoGjHMGeTlcyryY,79706
175
- bl_ui/space_view3d/__init__.pyi,sha256=vNN37h8NwAh87ofMLhOVlilPwqVUdpPDadbfTVyxRAk,154473
175
+ bl_ui/space_view3d/__init__.pyi,sha256=HyTTm0awNZtEwDNkDYINCyklRpnXy0Rfr07ki5TGt3A,155025
176
176
  bl_ui/space_view3d_toolbar/__init__.pyi,sha256=h2PDlE_56tCymRzbSaAf7mu7TIKoSghVjswczMjIG48,76293
177
177
  bl_ui/utils/__init__.pyi,sha256=qkgl-AlZI3QD4UUITGIvN9PbifOI4BPkZBpu7WyxMBw,483
178
178
  bl_ui_utils/__init__.pyi,sha256=ZOo9_bgn1c9NiCNalhTplCD2IChG67rU_V3BeG0k4pE,93
@@ -217,7 +217,7 @@ bpy/ops/cycles/__init__.pyi,sha256=YEdJl69mqLmQj_thv25PXLD1ZGEqo3mRn_UkDJ4fJoI,2
217
217
  bpy/ops/dpaint/__init__.pyi,sha256=kWFW1HSoYMgomqCerlMGDmwizG8OBH40HBj9LboKTQI,2326
218
218
  bpy/ops/ed/__init__.pyi,sha256=eCvshg5UshWukVfIBIFZ71KL1q1faZSIOt1kC1s1Nu8,8817
219
219
  bpy/ops/export_anim/__init__.pyi,sha256=MdpU1cY6FvYpVacztZz0uIbQDYHgLx3vs9WLpG9ftKE,2197
220
- bpy/ops/export_scene/__init__.pyi,sha256=KeWNJhzHkirCE5T3bzufjGlDHaDC8TbSjMl4K7E6OKY,39077
220
+ bpy/ops/export_scene/__init__.pyi,sha256=muwROBhDUCMj-ValtQQScvW8v1kDzMj-Z6cmepHwjxg,39078
221
221
  bpy/ops/extensions/__init__.pyi,sha256=zCW9mLu3EIwz3Rrkc1vhQ7zn6zIB72BsLCYfgkMv574,18048
222
222
  bpy/ops/file/__init__.pyi,sha256=JTtbrNEORTNtuauMTwOQkQX1C2JHjQL-bubGccj14rw,25681
223
223
  bpy/ops/fluid/__init__.pyi,sha256=PM7jfvEosHmKpWcBTNwUgExKC5GpPHczHl82bvgTnWs,5516
@@ -225,9 +225,9 @@ bpy/ops/font/__init__.pyi,sha256=cVNVWyyoUAeuHvbrQLNfZbatFnhweBGwh7rS-Zxuc-g,191
225
225
  bpy/ops/geometry/__init__.pyi,sha256=Ix8MGXa5gZBQT3aWGmDfrKPx-MTtmloRflfwiHicuTU,8987
226
226
  bpy/ops/gizmogroup/__init__.pyi,sha256=OFN5NNvr_HFc_L7pvjSWKY_D8nF2_Ue8z6nGjB-_xac,1595
227
227
  bpy/ops/gpencil/__init__.pyi,sha256=xef0m8m4jVKzqncUi9CezsXgqES8iAYJzcEKtDfTXTY,6112
228
- bpy/ops/graph/__init__.pyi,sha256=uH--tIvXthUVXBm5vcmpGw_OgRG5mMZ8ITttZBqUDSo,51543
229
- bpy/ops/grease_pencil/__init__.pyi,sha256=igPvA38S9DQqcLOgUJRM36I4Kh3xBbi-qphISiqvyBM,74880
230
- bpy/ops/image/__init__.pyi,sha256=dJQe9-vHnpLHxDqXWfx3Yq9CyIHKkCBsxf4-vS1rmu8,59838
228
+ bpy/ops/graph/__init__.pyi,sha256=My3PsXepSrn3TGQ7ePFoYML5sjzTp8LRqsPqqng7iak,51523
229
+ bpy/ops/grease_pencil/__init__.pyi,sha256=bw4uIeVRbzi9FCzmFGVH8Qmts_mCCyHfUMSYt-SxOQE,74881
230
+ bpy/ops/image/__init__.pyi,sha256=SUn2SBcvRXEHMizauJfTVFY8KBvXV_7M2meGZDxEDu8,59838
231
231
  bpy/ops/import_anim/__init__.pyi,sha256=7BExOyxBpXdbfQQN_foBI0FIfqHte9U1nfWEvNKYH0Y,3216
232
232
  bpy/ops/import_curve/__init__.pyi,sha256=U3eiL0CsWblWZe8O58JOxSXhr2sgHRHKwVzozIMsck4,651
233
233
  bpy/ops/import_scene/__init__.pyi,sha256=2PpUKIKaBa5NVV2eSDFHAOQAjgupZerP1BDwyZHDv90,10119
@@ -240,7 +240,7 @@ bpy/ops/mball/__init__.pyi,sha256=jqOLev5gvBK4fx9CLXj1qxWyTp3z0kqVG1Fxk4Mnzn8,53
240
240
  bpy/ops/mesh/__init__.pyi,sha256=a_x0zfWW8LcwXgWU2yFYE4DXlW3N5XeMrXscL73LOT4,157018
241
241
  bpy/ops/nla/__init__.pyi,sha256=uhpT_iNKbnI3zN0dI3_w4ZuEeBSGy_2Z4eUsTTj3z48,24221
242
242
  bpy/ops/node/__init__.pyi,sha256=3P5RJJLhHtwason9eKv2W9UAU16jKsiipNFstrmKNDQ,69731
243
- bpy/ops/object/__init__.pyi,sha256=FX1sG0IIC5soGl07JkQTKUxuGJ0HHTgtX4R67zXGojc,203427
243
+ bpy/ops/object/__init__.pyi,sha256=yRRRT_E5Jf3A3ffiejM-JVYelm2xDKGkp5qEc2221S0,203427
244
244
  bpy/ops/outliner/__init__.pyi,sha256=o5OxwPlRmadDEhvCUSmt8u1aJ8euFSCV-UYCknYymdI,38952
245
245
  bpy/ops/paint/__init__.pyi,sha256=CwUI97PIYq0-IiQu9oZBP1cvc62P4wSTDyPbnILs5EI,44921
246
246
  bpy/ops/paintcurve/__init__.pyi,sha256=ej9Ou29-VVY4oHCAsSmdBtOjcO0ZQpQdsBSzfDKYMJw,4261
@@ -248,17 +248,17 @@ bpy/ops/palette/__init__.pyi,sha256=gahGTlUFZDjuWskmV4VwIEtBlBkAAP78lFdypwqEoi4,
248
248
  bpy/ops/particle/__init__.pyi,sha256=z5f5lpxFIGleBDvEAL3Sd8M07g4kw3nFkqE3OfJlo0U,19162
249
249
  bpy/ops/pose/__init__.pyi,sha256=mZNILKiy58dx-YNYXjL-o1Jh3YY4dENOmJgUFEVDzXI,34627
250
250
  bpy/ops/poselib/__init__.pyi,sha256=OfsTzJ1gYLvYd5OGmQjQ6JwQp9UMOKe0m8pIGGLSguU,5250
251
- bpy/ops/preferences/__init__.pyi,sha256=B--ej4NgSwevsHrzn0DGXvZQSa3ZuHZ9olIctybjINQ,24859
251
+ bpy/ops/preferences/__init__.pyi,sha256=5sbdQvV588uvLTF0VjVDxZ_Go2v2woZXguAbdgsoDPo,24858
252
252
  bpy/ops/ptcache/__init__.pyi,sha256=UXfqM90z4atRrWfj-u_OG0wi7OgvMzs0r8usiBp5Sow,2811
253
253
  bpy/ops/render/__init__.pyi,sha256=qgjTSltZ5-pvjFibfkbuahh5PPzPKe1Feo1lRzuxUMQ,9427
254
254
  bpy/ops/rigidbody/__init__.pyi,sha256=kH3fZft8NevNiVP44o_RMGUqx0bj4e1k3ADbJYM3_90,8647
255
- bpy/ops/scene/__init__.pyi,sha256=6_WiC7iOMyl9Xd-3NL6AFCUnYdToBQPaeTVx1WdrNwY,19445
255
+ bpy/ops/scene/__init__.pyi,sha256=ZCDXo6ygGlCoFNgXs5BixfFTalKQJk48Tn5JKFK4EN4,19445
256
256
  bpy/ops/screen/__init__.pyi,sha256=brjCQalre8Km7BxXPI6t0j3NBggA1IrsiOwNZ9AmhKc,26004
257
257
  bpy/ops/script/__init__.pyi,sha256=qJGs4LY_-NgCKFwGkOBwvig0LFr5v72A9nL-LQ21HrY,1460
258
- bpy/ops/sculpt/__init__.pyi,sha256=s4QH5ISS9KMBMQ7vCjHP1U7GbC_Pu-pyvNeqB5OftC0,52345
258
+ bpy/ops/sculpt/__init__.pyi,sha256=rx6Cwe39UDt57ekD4u3CsfjrbBIGmGxNGHY7I4St0zg,52342
259
259
  bpy/ops/sculpt_curves/__init__.pyi,sha256=h9WZL7nJe6THcD9vxr7_qxeHb3s9dLuE-GSqd5s8dac,3310
260
260
  bpy/ops/sequencer/__init__.pyi,sha256=m6kIyyDbiXxHpFjA8VpqwZMDmcUZgfehHIFF625hJpE,86908
261
- bpy/ops/sound/__init__.pyi,sha256=wxDDo9nBG2YwbAnOKMemcIJvk42mmHatbDkEU5h9Z7c,17938
261
+ bpy/ops/sound/__init__.pyi,sha256=4j-hBCD71S55-TJ9r6307tdu4s_VRLhq_RdpdgXbako,17940
262
262
  bpy/ops/spreadsheet/__init__.pyi,sha256=Nmr0N99wGYPusUlQC4WGJf2E3WETSGDLjnyGZ9yHQUc,2003
263
263
  bpy/ops/surface/__init__.pyi,sha256=hWXTtX4irgUJXJzgBqM5aHqV04qpu6h0pN0YMGJKE2c,11250
264
264
  bpy/ops/text/__init__.pyi,sha256=iOIrpyZwmzcCkOcEE1pu4MfJr9ucWkOTcuzPnd3fm6E,27727
@@ -270,13 +270,13 @@ bpy/ops/uilist/__init__.pyi,sha256=L4xQFB8gZEK8eR2tymJBIVwALoVQLh9gwGkIjDzORyI,2
270
270
  bpy/ops/uv/__init__.pyi,sha256=ociGOFaeH4aChcVFMtC167ZWtM4roFQveDgKiqbAK3c,52706
271
271
  bpy/ops/view2d/__init__.pyi,sha256=UWYslz64I_HIULKVyiYd9bVK38ypxss_9EZySgQkyuI,9137
272
272
  bpy/ops/view3d/__init__.pyi,sha256=2lr2OOlmYao1DxhG3UugV_WXB8IViYGBL5WXvxHUXOE,41228
273
- bpy/ops/wm/__init__.pyi,sha256=hj4IbFo4GJ7JPqkRNu0bYgAjBgX1TrVkwmI3U2jAe2s,230860
273
+ bpy/ops/wm/__init__.pyi,sha256=EW3yAasqPJTycypXsoger-oi7pHORhP0nedTfPlkhnQ,230865
274
274
  bpy/ops/workspace/__init__.pyi,sha256=4qG0-HkVfaGfdBe9QvBCKUox03nb1ZfeV1fz-0b3KJY,3133
275
275
  bpy/ops/world/__init__.pyi,sha256=ytaDhwJ-K4SbWylChL1za6lvMNM2-RX1S0BR7892Afg,946
276
276
  bpy/path/__init__.pyi,sha256=lXSqQ4p4zukM_-6TaN4v7lNWFVY0xbYGMkOVLpkbpsI,5444
277
277
  bpy/props/__init__.pyi,sha256=eVVh1KTFtNf6c-4uSWt4wANzTv1RvN2I2FQ7ewdrKCQ,31045
278
- bpy/types/__init__.pyi,sha256=Q_1MCZd645C56N-7ZMAMI0sKjtFuYdBwiJClqzXOXzQ,5368393
279
- bpy/typing/__init__.pyi,sha256=AnkFqDUSSVdRCegyMqXl22WYBClSinMKhi-E7z_N_xs,138523
278
+ bpy/types/__init__.pyi,sha256=_3EL_72Cct7bQLKQ5xod-Aot9phzqsOfpUAHP2oMsjE,5368454
279
+ bpy/typing/__init__.pyi,sha256=l9zIo04M9gyNPPOCFAvFDOwgWgd-dyKCv5yGV6bx41Y,138523
280
280
  bpy/utils/__init__.pyi,sha256=AEb3oVPPh_gqLyKORj6rsxDPWvXIHjqp_eME3z98GcM,13117
281
281
  bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
282
282
  bpy/utils/units/__init__.pyi,sha256=r9G6UXferw_5pDijn-FmpyhYSnEng3_y-5apdkPAKl0,2631
@@ -311,7 +311,7 @@ freestyle/functions/__init__.pyi,sha256=sEPnGHwZm8XBlfE7CKLros3CKJlAh1h1FI74nBTE
311
311
  freestyle/predicates/__init__.pyi,sha256=TI-9arpIRbq7ePsxHS-d-4iIj54uHMp-ZyGhPVODMPg,13461
312
312
  freestyle/shaders/__init__.pyi,sha256=1Ov48B4P7LV3dwjBqHqqqbPFRBZWjENqIDaFb97Qdj0,23835
313
313
  freestyle/types/__init__.pyi,sha256=NkyVRi0oSwC1hAVdFnytoMnluE6T2W4tyx73CMwYnRo,99019
314
- freestyle/utils/__init__.pyi,sha256=DdX3Qj2yTIu8jXdOAnf_9yKhJ5AQFnS_zVvSAdTfBpU,5108
314
+ freestyle/utils/__init__.pyi,sha256=lW5JWrilkFTvRmtYoS3hbmWfj2abo2hHsvp4eyGLbcQ,5108
315
315
  freestyle/utils/ContextFunctions/__init__.pyi,sha256=uPNpwsSaqruftJiGu-P0a3YrjEkE4vLigWGh0Lvrtx4,3405
316
316
  gpu/__init__.pyi,sha256=vySMnQlOzFH_SMmm7p86InVADL4-y4m5_8wTYtYOLPo,7975
317
317
  gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -358,7 +358,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
358
358
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
359
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
360
360
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
361
- fake_bpy_module-20241015.dist-info/METADATA,sha256=GYh-mIjczX6UnMX_cnxmznL-WOpQfNSYkgHtMtfSscA,7204
362
- fake_bpy_module-20241015.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
363
- fake_bpy_module-20241015.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
- fake_bpy_module-20241015.dist-info/RECORD,,
361
+ fake_bpy_module-20241017.dist-info/METADATA,sha256=wEKvSU_4DBJsAjfixqyaS3Egy1Altpa4N-vxFeGei1I,7204
362
+ fake_bpy_module-20241017.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
363
+ fake_bpy_module-20241017.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
+ fake_bpy_module-20241017.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.1.0)
2
+ Generator: setuptools (75.2.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -124,7 +124,7 @@ def material_from_fedge(fe):
124
124
  """get the diffuse RGBA color from an FEdge"""
125
125
 
126
126
  def normal_at_I0D(it): ...
127
- def pairwise(iterable, types={StrokeVertexIterator, Stroke}):
127
+ def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
128
128
  """Yields a tuple containing the previous and current object"""
129
129
 
130
130
  def rgb_to_bw(r, g, b):