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

@@ -170,6 +170,7 @@ class _defs_gpencil_weight: ...
170
170
 
171
171
  class _defs_grease_pencil_edit:
172
172
  interpolate: typing.Any
173
+ shear: typing.Any
173
174
  texture_gradient: typing.Any
174
175
 
175
176
  class _defs_grease_pencil_paint:
@@ -1122,6 +1122,24 @@ def paste(
1122
1122
  :type keep_offset: bool | None
1123
1123
  """
1124
1124
 
1125
+ def preview_duplicate_move(
1126
+ execution_context: int | str | None = None,
1127
+ undo: bool | None = None,
1128
+ /,
1129
+ *,
1130
+ SEQUENCER_OT_duplicate: duplicate | None = None,
1131
+ TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
1132
+ ):
1133
+ """Duplicate selected strips and move them
1134
+
1135
+ :type execution_context: int | str | None
1136
+ :type undo: bool | None
1137
+ :param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
1138
+ :type SEQUENCER_OT_duplicate: duplicate | None
1139
+ :param TRANSFORM_OT_translate: Move, Move selected items
1140
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1141
+ """
1142
+
1125
1143
  def reassign_inputs(
1126
1144
  execution_context: int | str | None = None, undo: bool | None = None
1127
1145
  ):
bpy/props/__init__.pyi CHANGED
@@ -583,6 +583,7 @@ def PointerProperty(
583
583
  :param tags: Enumerator of tags that are defined by parent class.
584
584
  :param poll: function to be called to determine whether an item is valid for this property.
585
585
  The function must take 2 values (self, object) and return Bool.
586
+ Note that the poll return value will be checked only when assigning an item from the UI, but it is still possible to assign an "invalid" item to the property directly.
586
587
  :type poll: collections.abc.Callable | None
587
588
  :param update: Function to be called when this value is modified,
588
589
  This function must take 2 values (self, context) and return None.
bpy/types/__init__.pyi CHANGED
@@ -159768,6 +159768,22 @@ class GreasePencilLayer(bpy_struct):
159768
159768
  class GreasePencilLayerGroup(bpy_struct):
159769
159769
  """Group of Grease Pencil layers"""
159770
159770
 
159771
+ color_tag: typing.Literal[
159772
+ "NONE",
159773
+ "COLOR1",
159774
+ "COLOR2",
159775
+ "COLOR3",
159776
+ "COLOR4",
159777
+ "COLOR5",
159778
+ "COLOR6",
159779
+ "COLOR7",
159780
+ "COLOR8",
159781
+ ]
159782
+ """
159783
+
159784
+ :type: typing.Literal['NONE','COLOR1','COLOR2','COLOR3','COLOR4','COLOR5','COLOR6','COLOR7','COLOR8']
159785
+ """
159786
+
159771
159787
  hide: bool
159772
159788
  """ Set layer group visibility
159773
159789
 
@@ -178441,10 +178457,10 @@ class Node(bpy_struct):
178441
178457
  :type: str
178442
178458
  """
178443
178459
 
178444
- bl_static_type: typing.Literal["CUSTOM"]
178445
- """ Node type (deprecated, use with care)
178460
+ bl_static_type: str
178461
+ """ Legacy unique node type identifier, redundant with bl_idname property
178446
178462
 
178447
- :type: typing.Literal['CUSTOM']
178463
+ :type: str
178448
178464
  """
178449
178465
 
178450
178466
  bl_width_default: float
@@ -178591,10 +178607,10 @@ class Node(bpy_struct):
178591
178607
  :type: bool
178592
178608
  """
178593
178609
 
178594
- type: typing.Literal["CUSTOM"]
178595
- """ Node type (deprecated, use bl_static_type or bl_idname for the actual identifier string)
178610
+ type: str
178611
+ """ Legacy unique node type identifier, redundant with bl_idname property
178596
178612
 
178597
- :type: typing.Literal['CUSTOM']
178613
+ :type: str
178598
178614
  """
178599
178615
 
178600
178616
  use_custom_color: bool
@@ -191684,7 +191700,7 @@ class PreferencesExperimental(bpy_struct):
191684
191700
  """Experimental features"""
191685
191701
 
191686
191702
  override_auto_resync: bool
191687
- """ Disable library overrides automatic resync detection and process on file load (can be useful to help fixing broken files)
191703
+ """ Disable library overrides automatic resync detection and process on file load (can be useful to help fixing broken files). Also see the --disable-liboverride-auto-resync command line option
191688
191704
 
191689
191705
  :type: bool
191690
191706
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20241217
3
+ Version: 20241219
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,7 +169,7 @@ bl_ui/space_statusbar/__init__.pyi,sha256=uz_efXSX0cK9jOf_V-GCveZ1JWid8rae4wYEvL
169
169
  bl_ui/space_text/__init__.pyi,sha256=l5CwsrWjvBl_CQQQqfjH7SbRVeAkK7z9R8UAi7GY59c,8799
170
170
  bl_ui/space_time/__init__.pyi,sha256=CsHClliVjg_FdPpaJzh2EgWkPTMZ0-_l0DCEXhx0fP8,4723
171
171
  bl_ui/space_toolsystem_common/__init__.pyi,sha256=IFq4tTh_oM6-dQWMZbuRo6HhYinOLBFC8ORj0S5ZWcs,3185
172
- bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=FSYElbb_hnP0urIqymcVuHIJEaA4oA0DNSdg-VufPFI,9924
172
+ bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=amIcQArvjsuZ7iHNMO3EETPZ1LXkSGRjIwTLtqDkJbk,9946
173
173
  bl_ui/space_topbar/__init__.pyi,sha256=tVupsHc6IdA1o_axDcB1Cbf0o8ARZzgLncMXgguQnWY,15316
174
174
  bl_ui/space_userpref/__init__.pyi,sha256=iLYc94VUBgP3dE6whoVFktEjvqAE-oLGDbtey9Y4L0E,79675
175
175
  bl_ui/space_view3d/__init__.pyi,sha256=HyTTm0awNZtEwDNkDYINCyklRpnXy0Rfr07ki5TGt3A,155025
@@ -257,7 +257,7 @@ bpy/ops/screen/__init__.pyi,sha256=QMTeZ7KCyQ4Y-HkTrJCfHBMT4pVhxoum5ecBe6lynGw,1
257
257
  bpy/ops/script/__init__.pyi,sha256=LPFPi3ovQdpV5IVlMnJpo9K3i88q1t6cFnoXnfiJ5HA,978
258
258
  bpy/ops/sculpt/__init__.pyi,sha256=rLoR6GFU6ARcuEq-CwBKngSn0xxELfy42WJogo4pXxw,46804
259
259
  bpy/ops/sculpt_curves/__init__.pyi,sha256=jDglkug-tn6Esxo-_DrILnCkifpWfQ82x9JE_q0PW-c,2849
260
- bpy/ops/sequencer/__init__.pyi,sha256=0spRWrC3oExZeHmvxGLXUITAoEMfuWg5tGuku2ddLuE,74064
260
+ bpy/ops/sequencer/__init__.pyi,sha256=JfAlUY302zzAhKnXw3W7DZe2gsz_mQ8avZIV9bMv7_c,74706
261
261
  bpy/ops/sound/__init__.pyi,sha256=AjwVXW3oYYL0GrRvoEoUzKGKFBP6IY67FhR9jfjLvZ0,16826
262
262
  bpy/ops/spreadsheet/__init__.pyi,sha256=q_4fYPoBC6g61Pw7Mz71PQB93vYHxk661B18CvIkguA,1360
263
263
  bpy/ops/surface/__init__.pyi,sha256=OD-_jQEOIHzb89OaZ4JLMZlnP7-s4jbY4a2DpI9bA_I,10315
@@ -274,8 +274,8 @@ bpy/ops/wm/__init__.pyi,sha256=hKfEGg5ZP1ydNAkhidsg-KN0yT_p28pgR_g2Vns_bq4,21426
274
274
  bpy/ops/workspace/__init__.pyi,sha256=BHvDV5CcVBnuKaL8akhm-Es7VcGUjf3jGFTbfx5YHCU,1983
275
275
  bpy/ops/world/__init__.pyi,sha256=pBV8EDA8HoWovDSul6mxkF7Mt6N3PQWuukRhkw3dBr8,601
276
276
  bpy/path/__init__.pyi,sha256=N-QNSw3piTmrzrydYRyWab7GFGOh3BsdaS91x4Kf-Cc,5403
277
- bpy/props/__init__.pyi,sha256=eHzPsDSyDTa92O5TvPpi1yflmxv7vVGW_ZocCqudgw4,31027
278
- bpy/types/__init__.pyi,sha256=xn_6NpN468qRYClgTnYICxwV1NzxTL9gYFHgc9Eb3EU,5401079
277
+ bpy/props/__init__.pyi,sha256=Hye1gGaDpIcGMnsfCVUKgidLJynfWIGyjOSYDq6orjQ,31199
278
+ bpy/types/__init__.pyi,sha256=tz5uRgzbG_-B997WIWY3V4D-Io2pVmYXP0fTB3PXBz8,5401398
279
279
  bpy/typing/__init__.pyi,sha256=u2XKjd6ZB1Wjt7JwabxexZdswEZLYR2jQpxzzp6AThg,138679
280
280
  bpy/utils/__init__.pyi,sha256=wvjdEDEtBn5bR5pZG7HnW1ZdL_J-IQYvmB7e4AwTW0s,13537
281
281
  bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
@@ -325,7 +325,7 @@ gpu/texture/__init__.pyi,sha256=NWixhD9M2vFrAIWlQDM0Co-CNRiU7BbL7imkSOloHHI,641
325
325
  gpu/types/__init__.pyi,sha256=3irdUxznJA1-vvflQGps24-pxPBxopb_eOtUkiiw25I,26846
326
326
  gpu_extras/__init__.pyi,sha256=oNgtMNheClZ_iCmKSH63hBJ4U0huayOWKil-qPvYHds,213
327
327
  gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
328
- gpu_extras/batch/__init__.pyi,sha256=tgSLHYF1sb3LZuu6iJ6l6tNmLCknXid9wy3_L7xp2j8,855
328
+ gpu_extras/batch/__init__.pyi,sha256=WiNyGZ_ivr5sKh_DePTwqR4ue9QHd8YjBdJwUHHXMkk,856
329
329
  gpu_extras/presets/__init__.pyi,sha256=XARWkuQ0koiQPC3Cjh2l7D2f9n3IgHRf5Ymd9xKkjBg,1435
330
330
  graphviz_export/__init__.pyi,sha256=LBiepSfMSL7Qix8FZ6LYKmbPgu1AHRvRw3yHDDWYrEw,215
331
331
  graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -346,7 +346,7 @@ mathutils/geometry/__init__.pyi,sha256=YU4LyVtd5nl5KJeVsbOcWMNZhJlI9TQWIWJ5V-nrk
346
346
  mathutils/interpolate/__init__.pyi,sha256=3MR9khGFn6OavD1uxB06mLE8WC2zQdWDDuCTQFt0xMg,393
347
347
  mathutils/kdtree/__init__.pyi,sha256=bE3wUvxhvzr3n5ENSAqYQyzPCuQtTsOwtzXtSqqX8go,1862
348
348
  mathutils/noise/__init__.pyi,sha256=nDUTZpaghLXZwQG_8sVJnR-vdPeN7qk0p343sAsovgI,12725
349
- nodeitems_builtins/__init__.pyi,sha256=gRwW_X7_tLGgO61KqtWfQKCrN67pI1P53HotRBFwD9k,608
349
+ nodeitems_builtins/__init__.pyi,sha256=UEiW_FT6HF0dl6FrM3-n3OnTE1SiufVzyyLjCsGCqPc,475
350
350
  nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
351
351
  nodeitems_utils/__init__.pyi,sha256=F82sRq2Foowt3d9IUxloVB_qg7pTQP5w8qYvMJhwvFs,747
352
352
  nodeitems_utils/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-20241217.dist-info/METADATA,sha256=yeV3Obj_SM8Zz5WJr52YWFpmEn8oavbvwxIlV7bfagg,7289
362
- fake_bpy_module-20241217.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
363
- fake_bpy_module-20241217.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
- fake_bpy_module-20241217.dist-info/RECORD,,
361
+ fake_bpy_module-20241219.dist-info/METADATA,sha256=SOZ7M1JsOmnNkE-0GuEWhb3sk353CKY731NjGczUOqg,7289
362
+ fake_bpy_module-20241219.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
363
+ fake_bpy_module-20241219.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
+ fake_bpy_module-20241219.dist-info/RECORD,,
@@ -1,13 +1,12 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bgl
5
4
  import gpu.types
6
5
 
7
6
  def batch_for_shader(
8
7
  shader: gpu.types.GPUShader,
9
8
  type: str,
10
- content: dict[str, bgl.Buffer],
9
+ content: dict[str, gpu.types.Buffer],
11
10
  *,
12
11
  indices=None,
13
12
  ) -> gpu.types.GPUBatch:
@@ -19,7 +18,7 @@ def batch_for_shader(
19
18
  :type type: str
20
19
  :param content: Maps the name of the shader attribute with the data to fill the vertex buffer.
21
20
  For the dictionary values see documentation for `gpu.types.GPUVertBuf.attr_fill` data argument.
22
- :type content: dict[str, bgl.Buffer]
21
+ :type content: dict[str, gpu.types.Buffer]
23
22
  :return: compatible batch
24
23
  :rtype: gpu.types.GPUBatch
25
24
  """
@@ -21,8 +21,5 @@ class ShaderNodeCategory(SortedNodeCategory):
21
21
  :param context:
22
22
  """
23
23
 
24
- def group_input_output_item_poll(context): ...
25
- def group_tools_draw(_self, layout, _context): ...
26
- def node_group_items(context): ...
27
24
  def register(): ...
28
25
  def unregister(): ...