fake-bpy-module 20241212__py3-none-any.whl → 20241213__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.
- bl_ui/space_node/__init__.pyi +0 -37
- bpy/types/__init__.pyi +0 -14
- {fake_bpy_module-20241212.dist-info → fake_bpy_module-20241213.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241212.dist-info → fake_bpy_module-20241213.dist-info}/RECORD +7 -7
- gpu_extras/batch/__init__.pyi +2 -3
- {fake_bpy_module-20241212.dist-info → fake_bpy_module-20241213.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241212.dist-info → fake_bpy_module-20241213.dist-info}/top_level.txt +0 -0
bl_ui/space_node/__init__.pyi
CHANGED
|
@@ -526,43 +526,6 @@ class NODE_PT_backdrop(bpy.types.Panel):
|
|
|
526
526
|
:param context:
|
|
527
527
|
"""
|
|
528
528
|
|
|
529
|
-
class NODE_PT_compositor_debug(bpy.types.Panel):
|
|
530
|
-
bl_category: typing.Any
|
|
531
|
-
bl_label: typing.Any
|
|
532
|
-
bl_options: typing.Any
|
|
533
|
-
bl_parent_id: typing.Any
|
|
534
|
-
bl_region_type: typing.Any
|
|
535
|
-
bl_rna: typing.Any
|
|
536
|
-
bl_space_type: typing.Any
|
|
537
|
-
id_data: typing.Any
|
|
538
|
-
|
|
539
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
540
|
-
"""
|
|
541
|
-
|
|
542
|
-
:return: The RNA type or default when not found.
|
|
543
|
-
:rtype: bpy.types.Struct
|
|
544
|
-
"""
|
|
545
|
-
|
|
546
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
547
|
-
"""
|
|
548
|
-
|
|
549
|
-
:return: The class or default when not found.
|
|
550
|
-
:rtype: typing.Any
|
|
551
|
-
"""
|
|
552
|
-
|
|
553
|
-
def draw(self, context):
|
|
554
|
-
"""
|
|
555
|
-
|
|
556
|
-
:param context:
|
|
557
|
-
"""
|
|
558
|
-
|
|
559
|
-
@classmethod
|
|
560
|
-
def poll(cls, context):
|
|
561
|
-
"""
|
|
562
|
-
|
|
563
|
-
:param context:
|
|
564
|
-
"""
|
|
565
|
-
|
|
566
529
|
class NODE_PT_geometry_node_tool_mode(bpy.types.Panel):
|
|
567
530
|
bl_label: typing.Any
|
|
568
531
|
bl_region_type: typing.Any
|
bpy/types/__init__.pyi
CHANGED
|
@@ -191673,12 +191673,6 @@ class PreferencesEdit(bpy_struct):
|
|
|
191673
191673
|
class PreferencesExperimental(bpy_struct):
|
|
191674
191674
|
"""Experimental features"""
|
|
191675
191675
|
|
|
191676
|
-
enable_new_cpu_compositor: bool
|
|
191677
|
-
""" Enable the new CPU compositor
|
|
191678
|
-
|
|
191679
|
-
:type: bool
|
|
191680
|
-
"""
|
|
191681
|
-
|
|
191682
191676
|
override_auto_resync: bool
|
|
191683
191677
|
""" Disable library overrides automatic resync detection and process on file load (can be useful to help fixing broken files)
|
|
191684
191678
|
|
|
@@ -195453,12 +195447,6 @@ class RenderSettings(bpy_struct):
|
|
|
195453
195447
|
:type: bool
|
|
195454
195448
|
"""
|
|
195455
195449
|
|
|
195456
|
-
use_new_cpu_compositor: bool
|
|
195457
|
-
""" Use the new CPU compositor implementation
|
|
195458
|
-
|
|
195459
|
-
:type: bool
|
|
195460
|
-
"""
|
|
195461
|
-
|
|
195462
195450
|
use_overwrite: bool
|
|
195463
195451
|
""" Overwrite existing files while rendering
|
|
195464
195452
|
|
|
@@ -233317,8 +233305,6 @@ NODE_PT_annotation: bl_ui.space_node.NODE_PT_annotation
|
|
|
233317
233305
|
|
|
233318
233306
|
NODE_PT_backdrop: bl_ui.space_node.NODE_PT_backdrop
|
|
233319
233307
|
|
|
233320
|
-
NODE_PT_compositor_debug: bl_ui.space_node.NODE_PT_compositor_debug
|
|
233321
|
-
|
|
233322
233308
|
NODE_PT_geometry_node_tool_mode: bl_ui.space_node.NODE_PT_geometry_node_tool_mode
|
|
233323
233309
|
|
|
233324
233310
|
NODE_PT_geometry_node_tool_object_types: bl_ui.space_node.NODE_PT_geometry_node_tool_object_types
|
|
@@ -160,7 +160,7 @@ bl_ui/space_graph/__init__.pyi,sha256=7XFWtjx8rwzqzsIpnXcZbVgHHp1Xa6gr-GSxy5f7Mh
|
|
|
160
160
|
bl_ui/space_image/__init__.pyi,sha256=HO1Je2i9wtBtwirMt8LvXsj3uiMGjHLI8ML2S1zCLqY,44587
|
|
161
161
|
bl_ui/space_info/__init__.pyi,sha256=u0Bz7_HxRJrOKh0Ae7M0PvcA_H0_qI9dkcN_MW2SJa0,3285
|
|
162
162
|
bl_ui/space_nla/__init__.pyi,sha256=uT7nGRBlJlDS-wYZGGGuMs17DK-_XsYoa1qkop7ZVyM,9535
|
|
163
|
-
bl_ui/space_node/__init__.pyi,sha256=
|
|
163
|
+
bl_ui/space_node/__init__.pyi,sha256=Xt9bLUvCW9iWdm7PI972n2pUebqYNkN8UfcPdsaonpI,18027
|
|
164
164
|
bl_ui/space_outliner/__init__.pyi,sha256=o_7H2lQtpKIncGyBU2lL7SHOp-emrqicrRoOBkjwMIg,8090
|
|
165
165
|
bl_ui/space_properties/__init__.pyi,sha256=U4lQ2UupgDfM0RBCSQrI-MlmNG2pOtBxwn5gED-7jzU,2708
|
|
166
166
|
bl_ui/space_sequencer/__init__.pyi,sha256=DQWB0VpyjH7tdTM4-OBpVUgUXPZYqspBzPLEwd85H94,54686
|
|
@@ -275,7 +275,7 @@ bpy/ops/workspace/__init__.pyi,sha256=BHvDV5CcVBnuKaL8akhm-Es7VcGUjf3jGFTbfx5YHC
|
|
|
275
275
|
bpy/ops/world/__init__.pyi,sha256=pBV8EDA8HoWovDSul6mxkF7Mt6N3PQWuukRhkw3dBr8,601
|
|
276
276
|
bpy/path/__init__.pyi,sha256=N-QNSw3piTmrzrydYRyWab7GFGOh3BsdaS91x4Kf-Cc,5403
|
|
277
277
|
bpy/props/__init__.pyi,sha256=eHzPsDSyDTa92O5TvPpi1yflmxv7vVGW_ZocCqudgw4,31027
|
|
278
|
-
bpy/types/__init__.pyi,sha256=
|
|
278
|
+
bpy/types/__init__.pyi,sha256=OB5kLFQgd8UKiuj5s8HbY877o9ffsLvyXdN1fySUCJs,5400892
|
|
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=
|
|
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
|
|
@@ -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-
|
|
362
|
-
fake_bpy_module-
|
|
363
|
-
fake_bpy_module-
|
|
364
|
-
fake_bpy_module-
|
|
361
|
+
fake_bpy_module-20241213.dist-info/METADATA,sha256=M3JhO2oBPoKt1ezv6l7PZN6weOi0xnukWHZiCB3bfaE,7289
|
|
362
|
+
fake_bpy_module-20241213.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
363
|
+
fake_bpy_module-20241213.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
364
|
+
fake_bpy_module-20241213.dist-info/RECORD,,
|
gpu_extras/batch/__init__.pyi
CHANGED
|
@@ -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,
|
|
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,
|
|
21
|
+
:type content: dict[str, gpu.types.Buffer]
|
|
23
22
|
:return: compatible batch
|
|
24
23
|
:rtype: gpu.types.GPUBatch
|
|
25
24
|
"""
|
|
File without changes
|
|
File without changes
|