fake-bge-module-latest 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.
@@ -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:
@@ -1196,6 +1196,25 @@ def paste(
1196
1196
  :type keep_offset: bool | None
1197
1197
  """
1198
1198
 
1199
+ def preview_duplicate_move(
1200
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1201
+ execution_context: int | str | None = None,
1202
+ undo: bool | None = None,
1203
+ *,
1204
+ SEQUENCER_OT_duplicate: duplicate | None = None,
1205
+ TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
1206
+ ):
1207
+ """Duplicate selected strips and move them
1208
+
1209
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
1210
+ :type execution_context: int | str | None
1211
+ :type undo: bool | None
1212
+ :param SEQUENCER_OT_duplicate: Duplicate Strips, Duplicate the selected strips
1213
+ :type SEQUENCER_OT_duplicate: duplicate | None
1214
+ :param TRANSFORM_OT_translate: Move, Move selected items
1215
+ :type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
1216
+ """
1217
+
1199
1218
  def reassign_inputs(
1200
1219
  override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
1201
1220
  execution_context: int | str | None = None,
bpy/props/__init__.pyi CHANGED
@@ -578,6 +578,7 @@ def PointerProperty(
578
578
  :param tags: Enumerator of tags that are defined by parent class.
579
579
  :param poll: function to be called to determine whether an item is valid for this property.
580
580
  The function must take 2 values (self, object) and return Bool.
581
+ 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.
581
582
  :type poll: collections.abc.Callable | None
582
583
  :param update: Function to be called when this value is modified,
583
584
  This function must take 2 values (self, context) and return None.
bpy/types/__init__.pyi CHANGED
@@ -166056,6 +166056,22 @@ class GreasePencilLayer(bpy_struct):
166056
166056
  class GreasePencilLayerGroup(bpy_struct):
166057
166057
  """Group of Grease Pencil layers"""
166058
166058
 
166059
+ color_tag: typing.Literal[
166060
+ "NONE",
166061
+ "COLOR1",
166062
+ "COLOR2",
166063
+ "COLOR3",
166064
+ "COLOR4",
166065
+ "COLOR5",
166066
+ "COLOR6",
166067
+ "COLOR7",
166068
+ "COLOR8",
166069
+ ]
166070
+ """
166071
+
166072
+ :type: typing.Literal['NONE','COLOR1','COLOR2','COLOR3','COLOR4','COLOR5','COLOR6','COLOR7','COLOR8']
166073
+ """
166074
+
166059
166075
  hide: bool
166060
166076
  """ Set layer group visibility
166061
166077
 
@@ -185360,10 +185376,10 @@ class Node(bpy_struct):
185360
185376
  :type: str
185361
185377
  """
185362
185378
 
185363
- bl_static_type: typing.Literal["CUSTOM"]
185364
- """ Node type (deprecated, use with care)
185379
+ bl_static_type: str
185380
+ """ Legacy unique node type identifier, redundant with bl_idname property
185365
185381
 
185366
- :type: typing.Literal['CUSTOM']
185382
+ :type: str
185367
185383
  """
185368
185384
 
185369
185385
  bl_width_default: float
@@ -185510,10 +185526,10 @@ class Node(bpy_struct):
185510
185526
  :type: bool
185511
185527
  """
185512
185528
 
185513
- type: typing.Literal["CUSTOM"]
185514
- """ Node type (deprecated, use bl_static_type or bl_idname for the actual identifier string)
185529
+ type: str
185530
+ """ Legacy unique node type identifier, redundant with bl_idname property
185515
185531
 
185516
- :type: typing.Literal['CUSTOM']
185532
+ :type: str
185517
185533
  """
185518
185534
 
185519
185535
  use_custom_color: bool
@@ -198996,7 +199012,7 @@ class PreferencesExperimental(bpy_struct):
198996
199012
  """Experimental features"""
198997
199013
 
198998
199014
  override_auto_resync: bool
198999
- """ Disable library overrides automatic resync detection and process on file load (can be useful to help fixing broken files)
199015
+ """ 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
199000
199016
 
199001
199017
  :type: bool
199002
199018
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bge-module-latest
3
- Version: 20241217
3
+ Version: 20241219
4
4
  Summary: Collection of the fake Blender Game Engine (BGE) Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -193,7 +193,7 @@ bl_ui/space_statusbar/__init__.pyi,sha256=uz_efXSX0cK9jOf_V-GCveZ1JWid8rae4wYEvL
193
193
  bl_ui/space_text/__init__.pyi,sha256=1aSfU5sGr_d229bH1QMwLPCcrTpGjWIpvPzb4Tu7ueY,9868
194
194
  bl_ui/space_time/__init__.pyi,sha256=CsHClliVjg_FdPpaJzh2EgWkPTMZ0-_l0DCEXhx0fP8,4723
195
195
  bl_ui/space_toolsystem_common/__init__.pyi,sha256=IFq4tTh_oM6-dQWMZbuRo6HhYinOLBFC8ORj0S5ZWcs,3185
196
- bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=FSYElbb_hnP0urIqymcVuHIJEaA4oA0DNSdg-VufPFI,9924
196
+ bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=amIcQArvjsuZ7iHNMO3EETPZ1LXkSGRjIwTLtqDkJbk,9946
197
197
  bl_ui/space_topbar/__init__.pyi,sha256=tVupsHc6IdA1o_axDcB1Cbf0o8ARZzgLncMXgguQnWY,15316
198
198
  bl_ui/space_userpref/__init__.pyi,sha256=iLYc94VUBgP3dE6whoVFktEjvqAE-oLGDbtey9Y4L0E,79675
199
199
  bl_ui/space_view3d/__init__.pyi,sha256=rEdRAL_GqVB9ZENgJZg8GgfZUJbn66MJ8juZuLyOBb4,155552
@@ -282,7 +282,7 @@ bpy/ops/screen/__init__.pyi,sha256=brjCQalre8Km7BxXPI6t0j3NBggA1IrsiOwNZ9AmhKc,2
282
282
  bpy/ops/script/__init__.pyi,sha256=qJGs4LY_-NgCKFwGkOBwvig0LFr5v72A9nL-LQ21HrY,1460
283
283
  bpy/ops/sculpt/__init__.pyi,sha256=AqO49L2EOUpUl-jJLNSsUcxu33hdALWR-skG7Ng4_T4,52493
284
284
  bpy/ops/sculpt_curves/__init__.pyi,sha256=dyJOC29OHfquU-sfY9onBzJfAykEmiugfIPF-oO7ENU,3461
285
- bpy/ops/sequencer/__init__.pyi,sha256=4UqqgkCzGRJ2UYYhBJO6H4DRwCCvPB2vaKGvrYAS2-w,87901
285
+ bpy/ops/sequencer/__init__.pyi,sha256=A7GGFSDW_F86v_d8Wd9E5Mo2RueXD4Bpz_ytbyj_bNE,88692
286
286
  bpy/ops/sound/__init__.pyi,sha256=4j-hBCD71S55-TJ9r6307tdu4s_VRLhq_RdpdgXbako,17940
287
287
  bpy/ops/spreadsheet/__init__.pyi,sha256=Nmr0N99wGYPusUlQC4WGJf2E3WETSGDLjnyGZ9yHQUc,2003
288
288
  bpy/ops/surface/__init__.pyi,sha256=hWXTtX4irgUJXJzgBqM5aHqV04qpu6h0pN0YMGJKE2c,11250
@@ -299,8 +299,8 @@ bpy/ops/wm/__init__.pyi,sha256=qZIVpmo960-MeNzY2luRjFGcQaZLO4M0BnjtvY3Zcx8,23223
299
299
  bpy/ops/workspace/__init__.pyi,sha256=4qG0-HkVfaGfdBe9QvBCKUox03nb1ZfeV1fz-0b3KJY,3133
300
300
  bpy/ops/world/__init__.pyi,sha256=ytaDhwJ-K4SbWylChL1za6lvMNM2-RX1S0BR7892Afg,946
301
301
  bpy/path/__init__.pyi,sha256=b_M-IUy-VEWMDZJH0bP9P-HHcLLcQo59S1dARRQrP9E,5064
302
- bpy/props/__init__.pyi,sha256=TfulJGBHgbMIc1aadTzLWiL6Q2NQdeO9Q4_ePasNesU,30717
303
- bpy/types/__init__.pyi,sha256=WbC_crqpVq2zY8rb7tFBTYaPonyT_XkMmbPj2x-jh3w,5628535
302
+ bpy/props/__init__.pyi,sha256=Do_cp_VuSfmXp66VbLhesCH-sI_OgR5St-TpauUFo1c,30889
303
+ bpy/types/__init__.pyi,sha256=rBdZbjIU86ptB5nZqt6LkSEXRkF3_pR7zosma-BnGaY,5628854
304
304
  bpy/typing/__init__.pyi,sha256=3KI4vqpVn5OlaoxmsWH9LYKDmNxRYltoP_Jid2cSOnE,139452
305
305
  bpy/utils/__init__.pyi,sha256=XXoE6J8aW13NQ-2FvnFORXyNVUFfO8hSno-xfgJ6ZNI,13078
306
306
  bpy/utils/previews/__init__.pyi,sha256=XEThA7jxMWet1sPTJ3mmngM6LdAdKiIVSZOKbCsbvzw,2217
@@ -336,7 +336,7 @@ freestyle/functions/__init__.pyi,sha256=XYveitaHq0iT_FRPa9-h7r_Qz1kuEOknwlIDy5hR
336
336
  freestyle/predicates/__init__.pyi,sha256=TI-9arpIRbq7ePsxHS-d-4iIj54uHMp-ZyGhPVODMPg,13461
337
337
  freestyle/shaders/__init__.pyi,sha256=1Ov48B4P7LV3dwjBqHqqqbPFRBZWjENqIDaFb97Qdj0,23835
338
338
  freestyle/types/__init__.pyi,sha256=Gqn4Lt8Z7R3JhDQDF70AhHcWw7v4zE3ot9CUXZAlsds,97165
339
- freestyle/utils/__init__.pyi,sha256=CrWHBvKHm2p1i7_ND1rQJLSjutpEx7YANq2OViTvXNs,5077
339
+ freestyle/utils/__init__.pyi,sha256=zAPJuL9HrfKX5Y0KOKxwKPkWucaCPmsnRdSuM59w4TE,5077
340
340
  freestyle/utils/ContextFunctions/__init__.pyi,sha256=AdK38eLUN8YDE2Y-Am3gNUYxduClt0jmaDbr-WNv_cA,3401
341
341
  gpu/__init__.pyi,sha256=Q-AbyJO85pPYcwXNWtvgAhFGGJ6OnnHrlsXQxur9jhs,7999
342
342
  gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -371,7 +371,7 @@ mathutils/geometry/__init__.pyi,sha256=0zip3XQVFWaYQFyF5LWiFYP6zdU31SLJHq2BEymli
371
371
  mathutils/interpolate/__init__.pyi,sha256=nkP4MKX_cRjTbiXBtnZ6qi0eKyCzD3MNSwL4YvknABU,354
372
372
  mathutils/kdtree/__init__.pyi,sha256=nVAhyduLex6fTfxBhVRwudTbdOElbYXZjVUG1P-zgTA,1601
373
373
  mathutils/noise/__init__.pyi,sha256=YjVyhOr2LpaOINyz6s2werSFOJFT8gH2hcZRg2VTVTo,12626
374
- nodeitems_builtins/__init__.pyi,sha256=gRwW_X7_tLGgO61KqtWfQKCrN67pI1P53HotRBFwD9k,608
374
+ nodeitems_builtins/__init__.pyi,sha256=BOoYcQ2Jmn_o1X4y7fqYUWNd2pyul7WMz6cCYH7y6Z0,432
375
375
  nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
376
376
  nodeitems_utils/__init__.pyi,sha256=F82sRq2Foowt3d9IUxloVB_qg7pTQP5w8qYvMJhwvFs,747
377
377
  nodeitems_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -383,7 +383,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
383
383
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
384
384
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
385
385
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
386
- fake_bge_module_latest-20241217.dist-info/METADATA,sha256=Pna_BF1TUg7iBagP9SYJotjQbpiVe89b9iYoeagJ63I,4794
387
- fake_bge_module_latest-20241217.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
388
- fake_bge_module_latest-20241217.dist-info/top_level.txt,sha256=G2g8DM6N1EXHQhWiW_lc0Dp7Tmqpop00oo_f2rdLQOU,520
389
- fake_bge_module_latest-20241217.dist-info/RECORD,,
386
+ fake_bge_module_latest-20241219.dist-info/METADATA,sha256=ux0_HdnV8TPhTBCIW6pJ0MBtAC1LI7eQ_TX63VMam7U,4794
387
+ fake_bge_module_latest-20241219.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
388
+ fake_bge_module_latest-20241219.dist-info/top_level.txt,sha256=G2g8DM6N1EXHQhWiW_lc0Dp7Tmqpop00oo_f2rdLQOU,520
389
+ fake_bge_module_latest-20241219.dist-info/RECORD,,
@@ -123,7 +123,7 @@ def material_from_fedge(fe):
123
123
  """get the diffuse RGBA color from an FEdge"""
124
124
 
125
125
  def normal_at_I0D(it): ...
126
- def pairwise(iterable, types={StrokeVertexIterator, Stroke}):
126
+ def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
127
127
  """Yields a tuple containing the previous and current object"""
128
128
 
129
129
  def rgb_to_bw(r, g, b):
@@ -20,9 +20,3 @@ class ShaderNodeCategory(SortedNodeCategory):
20
20
 
21
21
  :param context:
22
22
  """
23
-
24
- def group_input_output_item_poll(context): ...
25
- def group_tools_draw(_self, layout, _context): ...
26
- def node_group_items(context): ...
27
- def register(): ...
28
- def unregister(): ...