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

@@ -16,6 +16,7 @@ class ToolActivePanelHelper:
16
16
  """
17
17
 
18
18
  class ToolDef:
19
+ brush_type: typing.Any
19
20
  cursor: typing.Any
20
21
  data_block: typing.Any
21
22
  description: typing.Any
@@ -117,13 +117,7 @@ class _defs_annotate:
117
117
  :param tool:
118
118
  """
119
119
 
120
- class _defs_curves_sculpt:
121
- @staticmethod
122
- def generate_from_brushes(context):
123
- """
124
-
125
- :param context:
126
- """
120
+ class _defs_curves_sculpt: ...
127
121
 
128
122
  class _defs_edit_armature:
129
123
  bone_envelope: typing.Any
@@ -201,13 +195,6 @@ class _defs_gpencil_paint:
201
195
  line: typing.Any
202
196
  polyline: typing.Any
203
197
 
204
- @staticmethod
205
- def generate_from_brushes(context):
206
- """
207
-
208
- :param context:
209
- """
210
-
211
198
  @staticmethod
212
199
  def gpencil_primitive_toolbar(context, layout, _tool, props):
213
200
  """
@@ -219,13 +206,6 @@ class _defs_gpencil_paint:
219
206
  """
220
207
 
221
208
  class _defs_gpencil_sculpt:
222
- @staticmethod
223
- def generate_from_brushes(context):
224
- """
225
-
226
- :param context:
227
- """
228
-
229
209
  @staticmethod
230
210
  def poll_select_mask(context):
231
211
  """
@@ -234,13 +214,6 @@ class _defs_gpencil_sculpt:
234
214
  """
235
215
 
236
216
  class _defs_gpencil_vertex:
237
- @staticmethod
238
- def generate_from_brushes(context):
239
- """
240
-
241
- :param context:
242
- """
243
-
244
217
  @staticmethod
245
218
  def poll_select_mask(context):
246
219
  """
@@ -248,13 +221,7 @@ class _defs_gpencil_vertex:
248
221
  :param context:
249
222
  """
250
223
 
251
- class _defs_gpencil_weight:
252
- @staticmethod
253
- def generate_from_brushes(context):
254
- """
255
-
256
- :param context:
257
- """
224
+ class _defs_gpencil_weight: ...
258
225
 
259
226
  class _defs_grease_pencil_edit:
260
227
  interpolate: typing.Any
@@ -270,13 +237,6 @@ class _defs_grease_pencil_paint:
270
237
  polyline: typing.Any
271
238
  trim: typing.Any
272
239
 
273
- @staticmethod
274
- def generate_from_brushes(context):
275
- """
276
-
277
- :param context:
278
- """
279
-
280
240
  @staticmethod
281
241
  def grease_pencil_primitive_toolbar(context, layout, _tool, props):
282
242
  """
@@ -288,13 +248,6 @@ class _defs_grease_pencil_paint:
288
248
  """
289
249
 
290
250
  class _defs_grease_pencil_sculpt:
291
- @staticmethod
292
- def generate_from_brushes(context):
293
- """
294
-
295
- :param context:
296
- """
297
-
298
251
  @staticmethod
299
252
  def poll_select_mask(context):
300
253
  """
@@ -303,13 +256,6 @@ class _defs_grease_pencil_sculpt:
303
256
  """
304
257
 
305
258
  class _defs_grease_pencil_vertex:
306
- @staticmethod
307
- def generate_from_brushes(context):
308
- """
309
-
310
- :param context:
311
- """
312
-
313
259
  @staticmethod
314
260
  def poll_select_mask(context):
315
261
  """
@@ -317,13 +263,7 @@ class _defs_grease_pencil_vertex:
317
263
  :param context:
318
264
  """
319
265
 
320
- class _defs_grease_pencil_weight:
321
- @staticmethod
322
- def generate_from_brushes(context):
323
- """
324
-
325
- :param context:
326
- """
266
+ class _defs_grease_pencil_weight: ...
327
267
 
328
268
  class _defs_image_generic:
329
269
  cursor: typing.Any
@@ -412,13 +352,6 @@ class _defs_sculpt:
412
352
  :param draw_popover:
413
353
  """
414
354
 
415
- @staticmethod
416
- def generate_from_brushes(context):
417
- """
418
-
419
- :param context:
420
- """
421
-
422
355
  class _defs_sequencer_generic:
423
356
  blade: typing.Any
424
357
  cursor: typing.Any
@@ -435,12 +368,7 @@ class _defs_sequencer_select:
435
368
  select_timeline: typing.Any
436
369
 
437
370
  class _defs_texture_paint:
438
- @staticmethod
439
- def generate_from_brushes(context):
440
- """
441
-
442
- :param context:
443
- """
371
+ brush: typing.Any
444
372
 
445
373
  @staticmethod
446
374
  def poll_select_mask(context):
@@ -466,13 +394,6 @@ class _defs_transform:
466
394
  """
467
395
 
468
396
  class _defs_vertex_paint:
469
- @staticmethod
470
- def generate_from_brushes(context):
471
- """
472
-
473
- :param context:
474
- """
475
-
476
397
  @staticmethod
477
398
  def poll_select_mask(context):
478
399
  """
@@ -523,13 +444,6 @@ class _defs_weight_paint:
523
444
  sample_weight: typing.Any
524
445
  sample_weight_group: typing.Any
525
446
 
526
- @staticmethod
527
- def generate_from_brushes(context):
528
- """
529
-
530
- :param context:
531
- """
532
-
533
447
  @staticmethod
534
448
  def poll_select_tools(context):
535
449
  """
@@ -549,6 +463,7 @@ def generate_from_enum_ex(
549
463
  icon_prefix,
550
464
  type,
551
465
  attr,
466
+ options,
552
467
  cursor="DEFAULT",
553
468
  tooldef_keywords=None,
554
469
  icon_map=None,
@@ -593,6 +593,41 @@ class TOPBAR_PT_gpencil_primitive(bpy.types.Panel):
593
593
  :param context:
594
594
  """
595
595
 
596
+ class TOPBAR_PT_grease_pencil_layers(bpy.types.Panel):
597
+ bl_label: typing.Any
598
+ bl_region_type: typing.Any
599
+ bl_rna: typing.Any
600
+ bl_space_type: typing.Any
601
+ bl_ui_units_x: typing.Any
602
+ id_data: typing.Any
603
+
604
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
605
+ """
606
+
607
+ :return: The RNA type or default when not found.
608
+ :rtype: bpy.types.Struct
609
+ """
610
+
611
+ def bl_rna_get_subclass_py(self) -> typing.Any:
612
+ """
613
+
614
+ :return: The class or default when not found.
615
+ :rtype: typing.Any
616
+ """
617
+
618
+ def draw(self, context):
619
+ """
620
+
621
+ :param context:
622
+ """
623
+
624
+ @classmethod
625
+ def poll(cls, context):
626
+ """
627
+
628
+ :param context:
629
+ """
630
+
596
631
  class TOPBAR_PT_name(bpy.types.Panel):
597
632
  bl_label: typing.Any
598
633
  bl_region_type: typing.Any
@@ -6086,6 +6086,34 @@ class VIEW3D_PT_greasepencil_sculpt_context_menu(bpy.types.Panel):
6086
6086
  :param context:
6087
6087
  """
6088
6088
 
6089
+ class VIEW3D_PT_greasepencil_vertex_paint_context_menu(bpy.types.Panel):
6090
+ bl_label: typing.Any
6091
+ bl_region_type: typing.Any
6092
+ bl_rna: typing.Any
6093
+ bl_space_type: typing.Any
6094
+ bl_ui_units_x: typing.Any
6095
+ id_data: typing.Any
6096
+
6097
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
6098
+ """
6099
+
6100
+ :return: The RNA type or default when not found.
6101
+ :rtype: bpy.types.Struct
6102
+ """
6103
+
6104
+ def bl_rna_get_subclass_py(self) -> typing.Any:
6105
+ """
6106
+
6107
+ :return: The class or default when not found.
6108
+ :rtype: typing.Any
6109
+ """
6110
+
6111
+ def draw(self, context):
6112
+ """
6113
+
6114
+ :param context:
6115
+ """
6116
+
6089
6117
  class VIEW3D_PT_object_type_visibility(bpy.types.Panel):
6090
6118
  bl_label: typing.Any
6091
6119
  bl_region_type: typing.Any
@@ -350,6 +350,105 @@ def interpolate(
350
350
  :type smooth_factor: float | None
351
351
  """
352
352
 
353
+ def interpolate_sequence(
354
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
355
+ execution_context: int | str | None = None,
356
+ undo: bool | None = None,
357
+ *,
358
+ step: int | None = 1,
359
+ layers: typing.Literal["ACTIVE", "ALL"] | None = "ACTIVE",
360
+ interpolate_selected_only: bool | None = False,
361
+ exclude_breakdowns: bool | None = False,
362
+ flip: typing.Literal["NONE", "FLIP", "AUTO"] | None = "AUTO",
363
+ smooth_steps: int | None = 1,
364
+ smooth_factor: float | None = 0.0,
365
+ type: typing.Literal[
366
+ "LINEAR",
367
+ "CUSTOM",
368
+ "SINE",
369
+ "QUAD",
370
+ "CUBIC",
371
+ "QUART",
372
+ "QUINT",
373
+ "EXPO",
374
+ "CIRC",
375
+ "BACK",
376
+ "BOUNCE",
377
+ "ELASTIC",
378
+ ]
379
+ | None = "LINEAR",
380
+ easing: bpy.typing.BeztripleInterpolationEasingItems | None = "EASE_IN",
381
+ back: float | None = 1.702,
382
+ amplitude: float | None = 0.15,
383
+ period: float | None = 0.15,
384
+ ):
385
+ """Generate 'in-betweens' to smoothly interpolate between Grease Pencil frames
386
+
387
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
388
+ :type execution_context: int | str | None
389
+ :type undo: bool | None
390
+ :param step: Step, Number of frames between generated interpolated frames
391
+ :type step: int | None
392
+ :param layers: Layer, Layers included in the interpolation
393
+ :type layers: typing.Literal['ACTIVE','ALL'] | None
394
+ :param interpolate_selected_only: Only Selected, Interpolate only selected strokes
395
+ :type interpolate_selected_only: bool | None
396
+ :param exclude_breakdowns: Exclude Breakdowns, Exclude existing Breakdowns keyframes as interpolation extremes
397
+ :type exclude_breakdowns: bool | None
398
+ :param flip: Flip Mode, Invert destination stroke to match start and end with source stroke
399
+ :type flip: typing.Literal['NONE','FLIP','AUTO'] | None
400
+ :param smooth_steps: Iterations, Number of times to smooth newly created strokes
401
+ :type smooth_steps: int | None
402
+ :param smooth_factor: Smooth, Amount of smoothing to apply to interpolated strokes, to reduce jitter/noise
403
+ :type smooth_factor: float | None
404
+ :param type: Type, Interpolation method to use the next time 'Interpolate Sequence' is run
405
+
406
+ LINEAR
407
+ Linear -- Straight-line interpolation between A and B (i.e. no ease in/out).
408
+
409
+ CUSTOM
410
+ Custom -- Custom interpolation defined using a curve map.
411
+
412
+ SINE
413
+ Sinusoidal -- Sinusoidal easing (weakest, almost linear but with a slight curvature).
414
+
415
+ QUAD
416
+ Quadratic -- Quadratic easing.
417
+
418
+ CUBIC
419
+ Cubic -- Cubic easing.
420
+
421
+ QUART
422
+ Quartic -- Quartic easing.
423
+
424
+ QUINT
425
+ Quintic -- Quintic easing.
426
+
427
+ EXPO
428
+ Exponential -- Exponential easing (dramatic).
429
+
430
+ CIRC
431
+ Circular -- Circular easing (strongest and most dynamic).
432
+
433
+ BACK
434
+ Back -- Cubic easing with overshoot and settle.
435
+
436
+ BOUNCE
437
+ Bounce -- Exponentially decaying parabolic bounce, like when objects collide.
438
+
439
+ ELASTIC
440
+ Elastic -- Exponentially decaying sine wave, like an elastic band.
441
+ :type type: typing.Literal['LINEAR','CUSTOM','SINE','QUAD','CUBIC','QUART','QUINT','EXPO','CIRC','BACK','BOUNCE','ELASTIC'] | None
442
+ :param easing: Easing, Which ends of the segment between the preceding and following grease pencil frames easing interpolation is applied to
443
+ :type easing: bpy.typing.BeztripleInterpolationEasingItems | None
444
+ :param back: Back, Amount of overshoot for 'back' easing
445
+ :type back: float | None
446
+ :param amplitude: Amplitude, Amount to boost elastic bounces for 'elastic' easing
447
+ :type amplitude: float | None
448
+ :param period: Period, Time between bounces for elastic easing
449
+ :type period: float | None
450
+ """
451
+
353
452
  def layer_active(
354
453
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
355
454
  execution_context: int | str | None = None,
bpy/types/__init__.pyi CHANGED
@@ -46366,8 +46366,8 @@ Executing the operator will then print all values.
46366
46366
 
46367
46367
  * ActionChannelBags.new
46368
46368
  * ActionChannelBags.remove
46369
- * KeyframeActionStrip.channelbags
46370
- * KeyframeActionStrip.channels
46369
+ * ActionStrip.channelbags
46370
+ * ActionStrip.channels
46371
46371
 
46372
46372
  :columns: 2
46373
46373
 
@@ -51568,44 +51568,6 @@ Executing the operator will then print all values.
51568
51568
  :columns: 2
51569
51569
 
51570
51570
 
51571
- --------------------
51572
-
51573
- * bpy_struct.id_data
51574
- * ActionStrip.type
51575
-
51576
- :columns: 2
51577
-
51578
-
51579
- --------------------
51580
-
51581
- * bpy_struct.as_pointer
51582
- * bpy_struct.driver_add
51583
- * bpy_struct.driver_remove
51584
- * bpy_struct.get
51585
- * bpy_struct.id_properties_clear
51586
- * bpy_struct.id_properties_ensure
51587
- * bpy_struct.id_properties_ui
51588
- * bpy_struct.is_property_hidden
51589
- * bpy_struct.is_property_overridable_library
51590
- * bpy_struct.is_property_readonly
51591
- * bpy_struct.is_property_set
51592
- * bpy_struct.items
51593
- * bpy_struct.keyframe_delete
51594
- * bpy_struct.keyframe_insert
51595
- * bpy_struct.keys
51596
- * bpy_struct.path_from_id
51597
- * bpy_struct.path_resolve
51598
- * bpy_struct.pop
51599
- * bpy_struct.property_overridable_library_set
51600
- * bpy_struct.property_unset
51601
- * bpy_struct.type_recast
51602
- * bpy_struct.values
51603
- * ActionStrip.bl_rna_get_subclass
51604
- * ActionStrip.bl_rna_get_subclass_py
51605
-
51606
- :columns: 2
51607
-
51608
-
51609
51571
  --------------------
51610
51572
 
51611
51573
  * bpy_struct.id_data
@@ -91078,7 +91040,7 @@ example of how to create/use filtering/reordering callbacks.
91078
91040
 
91079
91041
  --------------------
91080
91042
 
91081
- * KeyframeActionStrip.channelbags
91043
+ * ActionStrip.channelbags
91082
91044
 
91083
91045
  :columns: 2
91084
91046
 
@@ -92098,9 +92060,9 @@ example of how to create/use filtering/reordering callbacks.
92098
92060
  * ActionSlots.active
92099
92061
  * ActionSlots.new
92100
92062
  * ActionSlots.remove
92063
+ * ActionStrip.key_insert
92101
92064
  * AnimData.action_slot
92102
92065
  * AnimData.action_slots
92103
- * KeyframeActionStrip.key_insert
92104
92066
  * NlaStrip.action_slot
92105
92067
  * NlaStrip.action_slots
92106
92068
 
@@ -111653,12 +111615,51 @@ class ActionSlot(bpy_struct):
111653
111615
  """
111654
111616
 
111655
111617
  class ActionStrip(bpy_struct):
111618
+ channelbags: ActionChannelBags
111619
+ """
111620
+
111621
+ :type: ActionChannelBags
111622
+ """
111623
+
111656
111624
  type: typing.Literal["KEYFRAME"]
111657
111625
  """
111658
111626
 
111659
111627
  :type: typing.Literal['KEYFRAME']
111660
111628
  """
111661
111629
 
111630
+ def channels(self, slot_handle: int | None) -> ActionChannelBag:
111631
+ """Find the ActionChannelBag for a specific Slot
111632
+
111633
+ :param slot_handle: Slot Handle, Number that identifies a specific action slot
111634
+ :type slot_handle: int | None
111635
+ :return: Channels
111636
+ :rtype: ActionChannelBag
111637
+ """
111638
+
111639
+ def key_insert(
111640
+ self,
111641
+ slot: ActionSlot | None,
111642
+ data_path: str,
111643
+ array_index: int | None,
111644
+ value: float | None,
111645
+ time: float | None,
111646
+ ) -> bool:
111647
+ """key_insert
111648
+
111649
+ :param slot: Slot, The slot that identifies which 'thing' should be keyed
111650
+ :type slot: ActionSlot | None
111651
+ :param data_path: Data Path, F-Curve data path
111652
+ :type data_path: str
111653
+ :param array_index: Array Index, Index of the animated array element, or -1 if the property is not an array
111654
+ :type array_index: int | None
111655
+ :param value: Value to key, Value of the animated property
111656
+ :type value: float | None
111657
+ :param time: Time of the key, Time, in frames, of the key
111658
+ :type time: float | None
111659
+ :return: Success, Whether the key was successfully inserted
111660
+ :rtype: bool
111661
+ """
111662
+
111662
111663
  @classmethod
111663
111664
  def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
111664
111665
  """
@@ -162582,70 +162583,6 @@ class Keyframe(bpy_struct):
162582
162583
  :rtype: typing.Any
162583
162584
  """
162584
162585
 
162585
- class KeyframeActionStrip(ActionStrip, bpy_struct):
162586
- """Strip with a set of F-Curves for each action slot"""
162587
-
162588
- channelbags: ActionChannelBags
162589
- """
162590
-
162591
- :type: ActionChannelBags
162592
- """
162593
-
162594
- def channels(self, slot_handle: int | None) -> ActionChannelBag:
162595
- """Find the ActionChannelBag for a specific Slot
162596
-
162597
- :param slot_handle: Slot Handle, Number that identifies a specific action slot
162598
- :type slot_handle: int | None
162599
- :return: Channels
162600
- :rtype: ActionChannelBag
162601
- """
162602
-
162603
- def key_insert(
162604
- self,
162605
- slot: ActionSlot | None,
162606
- data_path: str,
162607
- array_index: int | None,
162608
- value: float | None,
162609
- time: float | None,
162610
- ) -> bool:
162611
- """key_insert
162612
-
162613
- :param slot: Slot, The slot that identifies which 'thing' should be keyed
162614
- :type slot: ActionSlot | None
162615
- :param data_path: Data Path, F-Curve data path
162616
- :type data_path: str
162617
- :param array_index: Array Index, Index of the animated array element, or -1 if the property is not an array
162618
- :type array_index: int | None
162619
- :param value: Value to key, Value of the animated property
162620
- :type value: float | None
162621
- :param time: Time of the key, Time, in frames, of the key
162622
- :type time: float | None
162623
- :return: Success, Whether the key was successfully inserted
162624
- :rtype: bool
162625
- """
162626
-
162627
- @classmethod
162628
- def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
162629
- """
162630
-
162631
- :param id: The RNA type identifier.
162632
- :type id: str | None
162633
- :param default:
162634
- :return: The RNA type or default when not found.
162635
- :rtype: Struct
162636
- """
162637
-
162638
- @classmethod
162639
- def bl_rna_get_subclass_py(cls, id: str | None, default=None) -> typing.Any:
162640
- """
162641
-
162642
- :param id: The RNA type identifier.
162643
- :type id: str | None
162644
- :param default:
162645
- :return: The class or default when not found.
162646
- :rtype: typing.Any
162647
- """
162648
-
162649
162586
  class KeyingSet(bpy_struct):
162650
162587
  """Settings that should be keyframed together"""
162651
162588
 
@@ -174442,7 +174379,7 @@ class NlaStrip(bpy_struct):
174442
174379
  """
174443
174380
 
174444
174381
  action_slots: bpy_prop_collection[ActionSlot]
174445
- """ The list action slots suitable for this NLA strip
174382
+ """ The list of action slots suitable for this NLA strip
174446
174383
 
174447
174384
  :type: bpy_prop_collection[ActionSlot]
174448
174385
  """
@@ -200998,13 +200935,13 @@ class ShaderNodeTexBrick(ShaderNode, NodeInternal, Node, bpy_struct):
200998
200935
  """
200999
200936
 
201000
200937
  squash: float
201001
- """ Factor to adjust the bricks width for particular rows determined by the Offset Frequency
200938
+ """ Factor to adjust the brick's width for particular rows determined by the Offset Frequency
201002
200939
 
201003
200940
  :type: float
201004
200941
  """
201005
200942
 
201006
200943
  squash_frequency: int
201007
- """ How often rows consist of squished bricks
200944
+ """ How often rows consist of "squished" bricks
201008
200945
 
201009
200946
  :type: int
201010
200947
  """
@@ -211299,7 +211236,7 @@ class TextureNodeBricks(TextureNode, NodeInternal, Node, bpy_struct):
211299
211236
  """
211300
211237
 
211301
211238
  squash: float
211302
- """ Factor to adjust the bricks width for particular rows determined by the Offset Frequency
211239
+ """ Factor to adjust the brick's width for particular rows determined by the Offset Frequency
211303
211240
 
211304
211241
  :type: float
211305
211242
  """
@@ -226716,6 +226653,12 @@ class WorkSpace(ID, bpy_struct):
226716
226653
  """
226717
226654
 
226718
226655
  class WorkSpaceTool(bpy_struct):
226656
+ brush_type: str
226657
+ """ If the tool uses brushes and is limited to a specific brush type, the identifier of the brush type
226658
+
226659
+ :type: str
226660
+ """
226661
+
226719
226662
  has_datablock: bool
226720
226663
  """
226721
226664
 
@@ -226752,6 +226695,12 @@ class WorkSpaceTool(bpy_struct):
226752
226695
  :type: bpy.typing.SpaceTypeItems
226753
226696
  """
226754
226697
 
226698
+ use_brushes: bool
226699
+ """
226700
+
226701
+ :type: bool
226702
+ """
226703
+
226755
226704
  use_paint_canvas: bool
226756
226705
  """ Does this tool use a painting canvas
226757
226706
 
@@ -226770,35 +226719,44 @@ class WorkSpaceTool(bpy_struct):
226770
226719
  cursor: bpy.typing.WindowCursorItems | None = "DEFAULT",
226771
226720
  keymap: str = "",
226772
226721
  gizmo_group: str = "",
226722
+ brush_type: str = "",
226773
226723
  data_block: str = "",
226774
226724
  operator: str = "",
226775
226725
  index: int | None = 0,
226776
- options: set[typing.Literal["KEYMAP_FALLBACK"]] | None = {},
226726
+ options: set[typing.Literal["KEYMAP_FALLBACK", "USE_BRUSHES"]] | None = {},
226777
226727
  idname_fallback: str = "",
226778
226728
  keymap_fallback: str = "",
226779
226729
  ):
226780
226730
  """Set the tool settings
226781
226731
 
226782
- :param idname: Identifier
226783
- :type idname: str
226784
- :param cursor: cursor
226785
- :type cursor: bpy.typing.WindowCursorItems | None
226786
- :param keymap: Key Map
226787
- :type keymap: str
226788
- :param gizmo_group: Gizmo Group
226789
- :type gizmo_group: str
226790
- :param data_block: Data Block
226791
- :type data_block: str
226792
- :param operator: Operator
226793
- :type operator: str
226794
- :param index: Index
226795
- :type index: int | None
226796
- :param options: Tool Options
226797
- :type options: set[typing.Literal['KEYMAP_FALLBACK']] | None
226798
- :param idname_fallback: Fallback Identifier
226799
- :type idname_fallback: str
226800
- :param keymap_fallback: Fallback Key Map
226801
- :type keymap_fallback: str
226732
+ :param idname: Identifier
226733
+ :type idname: str
226734
+ :param cursor: cursor
226735
+ :type cursor: bpy.typing.WindowCursorItems | None
226736
+ :param keymap: Key Map
226737
+ :type keymap: str
226738
+ :param gizmo_group: Gizmo Group
226739
+ :type gizmo_group: str
226740
+ :param brush_type: Brush Type
226741
+ :type brush_type: str
226742
+ :param data_block: Data Block
226743
+ :type data_block: str
226744
+ :param operator: Operator
226745
+ :type operator: str
226746
+ :param index: Index
226747
+ :type index: int | None
226748
+ :param options: Tool Options
226749
+
226750
+ KEYMAP_FALLBACK
226751
+ Fallback.
226752
+
226753
+ USE_BRUSHES
226754
+ Uses Brushes -- Allow this tool to use brushes via the asset system.
226755
+ :type options: set[typing.Literal['KEYMAP_FALLBACK','USE_BRUSHES']] | None
226756
+ :param idname_fallback: Fallback Identifier
226757
+ :type idname_fallback: str
226758
+ :param keymap_fallback: Fallback Key Map
226759
+ :type keymap_fallback: str
226802
226760
  """
226803
226761
 
226804
226762
  def operator_properties(self, operator: str) -> OperatorProperties:
@@ -230599,6 +230557,8 @@ TOPBAR_PT_gpencil_primitive: bl_ui.space_topbar.TOPBAR_PT_gpencil_primitive
230599
230557
 
230600
230558
  TOPBAR_PT_gpencil_vertexcolor: bl_ui.space_view3d.TOPBAR_PT_gpencil_vertexcolor
230601
230559
 
230560
+ TOPBAR_PT_grease_pencil_layers: bl_ui.space_topbar.TOPBAR_PT_grease_pencil_layers
230561
+
230602
230562
  TOPBAR_PT_grease_pencil_vertex_color: bl_ui.space_view3d.TOPBAR_PT_grease_pencil_vertex_color
230603
230563
 
230604
230564
  TOPBAR_PT_name: bl_ui.space_topbar.TOPBAR_PT_name
@@ -231299,6 +231259,8 @@ VIEW3D_PT_greasepencil_draw_context_menu: bl_ui.space_view3d.VIEW3D_PT_greasepen
231299
231259
 
231300
231260
  VIEW3D_PT_greasepencil_sculpt_context_menu: bl_ui.space_view3d.VIEW3D_PT_greasepencil_sculpt_context_menu
231301
231261
 
231262
+ VIEW3D_PT_greasepencil_vertex_paint_context_menu: bl_ui.space_view3d.VIEW3D_PT_greasepencil_vertex_paint_context_menu
231263
+
231302
231264
  VIEW3D_PT_mask: bl_ui.space_view3d_toolbar.VIEW3D_PT_mask
231303
231265
 
231304
231266
  VIEW3D_PT_object_type_visibility: bl_ui.space_view3d.VIEW3D_PT_object_type_visibility
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240916
3
+ Version: 20240918
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
@@ -169,11 +169,11 @@ bl_ui/space_spreadsheet/__init__.pyi,sha256=ITYKpHF1MO84mOt3wb6przXiA-AK0kgOzQcA
169
169
  bl_ui/space_statusbar/__init__.pyi,sha256=G_r4_Njj_svu5MiNIxH6spi3avNlRY_YAfXpnSFSi9M,708
170
170
  bl_ui/space_text/__init__.pyi,sha256=G01tBVrLGqm4BVjlNUpLAVxxDyiDHuz90p4zmrcfb1g,8896
171
171
  bl_ui/space_time/__init__.pyi,sha256=Ge8MwUuHOTY3EixFvUWnq9ob4JTKAbfWfY-O_uqMcKw,4820
172
- bl_ui/space_toolsystem_common/__init__.pyi,sha256=ySLKpGDY2HoYNZATLl9PyfLiaJ3FCoulkKbyOni_ySs,3255
173
- bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=yVBszbPf85vCZbuELW2oyjN6MKAD3wn1E89Xd8VdNfQ,11551
174
- bl_ui/space_topbar/__init__.pyi,sha256=jeIixxBMGaFFgSMFiY0YbwcaP6vUcrF4q3MP8z3Snhw,15549
172
+ bl_ui/space_toolsystem_common/__init__.pyi,sha256=abrifwmgtCveVHdccthk4j2rSigku8mdbbMnFj0JkSg,3282
173
+ bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=2w_WaPwRyWm3g0JHYJcY_jRV-kFXMFMllOIAU24yDJ4,10198
174
+ bl_ui/space_topbar/__init__.pyi,sha256=jWyCAbTF59u8P6wWI1vnAExA6G4h3R9lfz0oJqTzw8A,16272
175
175
  bl_ui/space_userpref/__init__.pyi,sha256=ff_B7lec7U70kz7SxhTuqZ8vDuD6qyVrSfomSuinU48,79803
176
- bl_ui/space_view3d/__init__.pyi,sha256=reYI3bTQgomCGNMJmsf55DTUauGvRuZyYJrE46rqg-c,166483
176
+ bl_ui/space_view3d/__init__.pyi,sha256=MrOMyyHQoNch6SQnO8J5eEyp7hsTaxItGkFDwH5KDb0,167129
177
177
  bl_ui/space_view3d_toolbar/__init__.pyi,sha256=M4yND5st1ffe99KIOCaN7DdWzS654od07ICrVzbLTOo,76770
178
178
  bl_ui/utils/__init__.pyi,sha256=55bZUPV0EeOSJ5WvnyEYwQtGawr4Nu110nWDvLLFllY,580
179
179
  bl_ui_utils/__init__.pyi,sha256=_QetgSPB4jyoyKrly7CQ-sgTKEAL-ynTPw-eW0NaN3s,190
@@ -227,7 +227,7 @@ bpy/ops/geometry/__init__.pyi,sha256=5ItSsrN3bGvrspDcvkP_ad_5wYMsIKjgBdtwsZ8qyVQ
227
227
  bpy/ops/gizmogroup/__init__.pyi,sha256=5BhbMktKxCAcli4TVr2Es06wAGLXHX74fNgPM2YEeTA,1664
228
228
  bpy/ops/gpencil/__init__.pyi,sha256=5uFRvVhzcxyEd1_Ez3TWGk5-HdRmrsVUHtI6OakKKWw,106110
229
229
  bpy/ops/graph/__init__.pyi,sha256=22Zl9bitYy-_OHq7VpExcPCgJtpM9x2NjCkAQWCm_8w,50730
230
- bpy/ops/grease_pencil/__init__.pyi,sha256=owI_yYVaegSLRGSC86w7QdJL3K6Rwn_UnMacTRWqojk,59225
230
+ bpy/ops/grease_pencil/__init__.pyi,sha256=lk67uJ1YfwYbLwXrm0P1wQXcNvOYVPWkiSfJZwY4_HE,63019
231
231
  bpy/ops/image/__init__.pyi,sha256=PaQTAK2-CI8vwaurH0xPga972WY3UvI3rQAj8JVhLNo,59249
232
232
  bpy/ops/import_anim/__init__.pyi,sha256=CpXwlgkUCYCoO8Ft22pqjIoJ7KgnvElLGZ7X5hqhMqA,3299
233
233
  bpy/ops/import_curve/__init__.pyi,sha256=MdJrsU3hAoeFvFEoCJWB48gDQ57-wYbgQUSdO3SFS3A,734
@@ -276,7 +276,7 @@ bpy/ops/workspace/__init__.pyi,sha256=N3uQf3eYbGlIlTqthqc6N69TCvBi-SmxXCH8GLV-ti
276
276
  bpy/ops/world/__init__.pyi,sha256=K3fYZgPYXVbFluCdb4kdprc_jeL5FyxEc_cBnSHIBpg,1015
277
277
  bpy/path/__init__.pyi,sha256=spEkOkkdGUGsjGXlhxQD6pQYttj2OEvIu_xurlHRhJY,5499
278
278
  bpy/props/__init__.pyi,sha256=8BAhHyAQjGfUSnFR7WlPF6a6hXiwmKgQvfvIN1gZnI0,29536
279
- bpy/types/__init__.pyi,sha256=PtgmAvUFjwm379Lu82WxSdmbFh2p3V4b_ZFamNc6FtQ,5312071
279
+ bpy/types/__init__.pyi,sha256=LnBOnR36Cah0Fo0okbIT7NbGeZRj9RTxWtUj7nC3RIA,5311383
280
280
  bpy/typing/__init__.pyi,sha256=AMxpmCxLOmK81jpAmC6wreGhX15naHGEAThLn3AdilI,54308
281
281
  bpy/utils/__init__.pyi,sha256=eRH_LptFruPjTR0_1fQJ0WEetKTcZHblC5A0ZvOK3js,13214
282
282
  bpy/utils/previews/__init__.pyi,sha256=Y28DInfByVAVwhh_xaDZJTZHHxKN-xx4hl2ulO2dA4c,2377
@@ -321,7 +321,7 @@ gpu/matrix/__init__.pyi,sha256=k5WOaL85OCxRO44SXJkDI2EZclESeouEjOpH-NO8DSo,2642
321
321
  gpu/platform/__init__.pyi,sha256=uNFvFIKOMunVzx9bBoVeFCDEZ_ZNcX5C2Ef-GEzTl3Q,900
322
322
  gpu/select/__init__.pyi,sha256=76N-K39hVbmQ6HIyVQPjG3hp-nNQ1PpkStPdof-ushg,304
323
323
  gpu/shader/__init__.pyi,sha256=n5EAlmLHh6L8xkqnLFSq3BdqQvoGJRUOBme86BYzi1g,2104
324
- gpu/state/__init__.pyi,sha256=k0G80UaOx0mTZjv5Q-FHQKYqxB2bwS09WnkfrBfQdzA,4371
324
+ gpu/state/__init__.pyi,sha256=RjaH8R4I49Y1Nza08NRpbCIZC4GgfwfNTsvVyFNcKnc,4371
325
325
  gpu/texture/__init__.pyi,sha256=zOCJto_-e0oc2NKKKkwjrxpURGplUBRJwiu6t8rn3N0,738
326
326
  gpu/types/__init__.pyi,sha256=3om9AnjFjQRw3G1f9xMlMB2EXKKvLhQ2A6exFuUIZBQ,26936
327
327
  gpu_extras/__init__.pyi,sha256=_XxAOCPctcHzqB31TYxVugz2XKY8ZwciRm46AGTMdrM,310
@@ -359,7 +359,7 @@ rna_prop_ui/__init__.pyi,sha256=Ci_6Iu0iI1Cls7T3pAODDzDgytYK7SGpUvKTeXEQlNc,1378
359
359
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
360
360
  rna_xml/__init__.pyi,sha256=njhax4JCSOZrAcxAQfy7gGHrsLRyX6yspwtPhcR7nnE,674
361
361
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
362
- fake_bpy_module-20240916.dist-info/METADATA,sha256=aL7ZQvozIuu6qDU4iHYp0cQs1eJYNIbX7RUOKqFpR9s,7289
363
- fake_bpy_module-20240916.dist-info/WHEEL,sha256=5Mi1sN9lKoFv_gxcPtisEVrJZihrm_beibeg5R6xb4I,91
364
- fake_bpy_module-20240916.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
365
- fake_bpy_module-20240916.dist-info/RECORD,,
362
+ fake_bpy_module-20240918.dist-info/METADATA,sha256=zngMei0lE3-oJwLMngnDU4FMf1t0SUDUSq6cEpk1Qgk,7289
363
+ fake_bpy_module-20240918.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
364
+ fake_bpy_module-20240918.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
365
+ fake_bpy_module-20240918.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.0.0)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
gpu/state/__init__.pyi CHANGED
@@ -10,6 +10,9 @@ import typing_extensions
10
10
  _GenericType1 = typing.TypeVar("_GenericType1")
11
11
  _GenericType2 = typing.TypeVar("_GenericType2")
12
12
 
13
+ def active_framebuffer_get(enable):
14
+ """Return the active frame-buffer in context."""
15
+
13
16
  def blend_get():
14
17
  """Current blending equation."""
15
18
 
@@ -65,9 +68,6 @@ def depth_test_set(mode: str):
65
68
  def face_culling_set(culling):
66
69
  """Specify whether none, front-facing or back-facing facets can be culled."""
67
70
 
68
- def framebuffer_active_get(enable):
69
- """Return the active frame-buffer in context."""
70
-
71
71
  def front_facing_set(invert):
72
72
  """Specifies the orientation of front-facing polygons.
73
73