fake-bpy-module 20250310__py3-none-any.whl → 20250312__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/properties_data_mesh/__init__.pyi +1 -1
- bl_ui/space_userpref/__init__.pyi +0 -7
- bpy/types/__init__.pyi +8 -0
- {fake_bpy_module-20250310.dist-info → fake_bpy_module-20250312.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250310.dist-info → fake_bpy_module-20250312.dist-info}/RECORD +8 -8
- gpu_extras/batch/__init__.pyi +3 -2
- {fake_bpy_module-20250310.dist-info → fake_bpy_module-20250312.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250310.dist-info → fake_bpy_module-20250312.dist-info}/top_level.txt +0 -0
|
@@ -3180,13 +3180,6 @@ class USERPREF_PT_viewport_subdivision(
|
|
|
3180
3180
|
:param layout:
|
|
3181
3181
|
"""
|
|
3182
3182
|
|
|
3183
|
-
@classmethod
|
|
3184
|
-
def poll(cls, context):
|
|
3185
|
-
"""
|
|
3186
|
-
|
|
3187
|
-
:param context:
|
|
3188
|
-
"""
|
|
3189
|
-
|
|
3190
3183
|
class USERPREF_PT_viewport_textures(CenterAlignMixIn, ViewportPanel, bpy.types.Panel):
|
|
3191
3184
|
"""Base class for panels to center align contents with some horizontal margin.
|
|
3192
3185
|
Deriving classes need to implement a draw_centered(context, layout) function.
|
bpy/types/__init__.pyi
CHANGED
|
@@ -10159,6 +10159,7 @@ Shared Enum Types <bpy_types_enum_items/index>
|
|
|
10159
10159
|
* bpy.context.selected_ids
|
|
10160
10160
|
* bpy.context.texture_user
|
|
10161
10161
|
* Action.fcurve_ensure_for_datablock
|
|
10162
|
+
* ActionSlot.users
|
|
10162
10163
|
* AssetRepresentation.local_id
|
|
10163
10164
|
* BlendDataObjects.new
|
|
10164
10165
|
* BlendImportContextItem.id
|
|
@@ -116856,6 +116857,13 @@ This is used, for example, on a ActionKeyframeStrip to look up the ActionChannel
|
|
|
116856
116857
|
:type: int
|
|
116857
116858
|
"""
|
|
116858
116859
|
|
|
116860
|
+
def users(self) -> bpy_prop_collection[ID]:
|
|
116861
|
+
"""Return the data-blocks that are animated by this slot of this action
|
|
116862
|
+
|
|
116863
|
+
:return: users
|
|
116864
|
+
:rtype: bpy_prop_collection[ID]
|
|
116865
|
+
"""
|
|
116866
|
+
|
|
116859
116867
|
@classmethod
|
|
116860
116868
|
def bl_rna_get_subclass(cls, id: str | None, default=None) -> Struct:
|
|
116861
116869
|
"""
|
|
@@ -122,7 +122,7 @@ bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=CSeFEFGo2z93sDqfpD_OmcPP
|
|
|
122
122
|
bl_ui/properties_data_lattice/__init__.pyi,sha256=yyNJdQ7MamytEjADXJ7OsfKh30jN-FTguURTmFbuKRY,3469
|
|
123
123
|
bl_ui/properties_data_light/__init__.pyi,sha256=rfneR7RphpGZJwP_S5KwrIY9zN7BU0Y-qrpXd9AI3s8,8164
|
|
124
124
|
bl_ui/properties_data_lightprobe/__init__.pyi,sha256=vOQC5ehQc4_BWJXcsEEJslfWus9yLJLUYN1-Lo_Kq9Y,10732
|
|
125
|
-
bl_ui/properties_data_mesh/__init__.pyi,sha256=
|
|
125
|
+
bl_ui/properties_data_mesh/__init__.pyi,sha256=P7ek7ZtKM5hou5r7lRUw7b4eFuOPSc-xUaPfDlvqgEE,16276
|
|
126
126
|
bl_ui/properties_data_metaball/__init__.pyi,sha256=mWjwvw_7mBcd-obAAqw80JwXZUAu7xBZYAmlJk3vMeY,4793
|
|
127
127
|
bl_ui/properties_data_modifier/__init__.pyi,sha256=haHoVJ2vRf03Zdwx55Oaa-OKbKPMsqru0DNuuxMeIlE,6905
|
|
128
128
|
bl_ui/properties_data_pointcloud/__init__.pyi,sha256=nXSE-vY8cesvw1RYvgzk5YD5zqU5Ix9-UyWcx51cq28,4810
|
|
@@ -172,7 +172,7 @@ bl_ui/space_time/__init__.pyi,sha256=2cMsdu3bk7NU5W2beqhyWJCL1-d4aa26R1KNTq0v07M
|
|
|
172
172
|
bl_ui/space_toolsystem_common/__init__.pyi,sha256=u9fq0qxsCYtwB6CEJHjkfbrkj4uDxd9Y5RZ_4Q76Iss,3212
|
|
173
173
|
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=nw4_dyzrE9gxIsDHRKDqQG6V6tQYZWcD-2wQzALvKp4,9973
|
|
174
174
|
bl_ui/space_topbar/__init__.pyi,sha256=8JXrYqbiPLGQTsbcniOLTaAhvhtkLSaTFmikzMMH5Zo,15343
|
|
175
|
-
bl_ui/space_userpref/__init__.pyi,sha256=
|
|
175
|
+
bl_ui/space_userpref/__init__.pyi,sha256=SwWBb-YWDose1At4BoXvs9YUtkz3YwyjazkkmkGVAYY,79607
|
|
176
176
|
bl_ui/space_view3d/__init__.pyi,sha256=6_aPtQrQKLM_80hPPmYXl7i6--RPSfPnHbboexsmVhs,156472
|
|
177
177
|
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=Ustue-nkysid6xip9XciEHWqCROHnUVF_FTFaXryQjw,76322
|
|
178
178
|
bl_ui/utils/__init__.pyi,sha256=wzUQN8iooBJnE-iFedHD1cTNBwFUmwZN6d2jwfRIK5Y,510
|
|
@@ -279,7 +279,7 @@ bpy/ops/workspace/__init__.pyi,sha256=hXSSQZl7IwVFrxMveYrlSKGWY7BjrsV-cKagPzhuT0
|
|
|
279
279
|
bpy/ops/world/__init__.pyi,sha256=9OhY87-WRRLor-4GQJhDiDJG3M9W5s9yFo9x45Iiycs,628
|
|
280
280
|
bpy/path/__init__.pyi,sha256=p309InrX9QRoqh0vMXKzNHQIYef9A51c9J4LYU5THxQ,5511
|
|
281
281
|
bpy/props/__init__.pyi,sha256=QR_11bCyEyK-Q85yZhNDW6BsqHVq73C9IL_qShksqQU,35264
|
|
282
|
-
bpy/types/__init__.pyi,sha256=
|
|
282
|
+
bpy/types/__init__.pyi,sha256=hbun2E7YvW1J3erSY2tSTrJqdMrLvcD16tw2F4I1Cm8,5485223
|
|
283
283
|
bpy/utils/__init__.pyi,sha256=sTpVkInNYv883pb3TyZzGLQbn468mQHzz_sUG9UMp6M,14936
|
|
284
284
|
bpy/utils/previews/__init__.pyi,sha256=RF4ii5Rs-FetM_ZmC0GCpMSiin5evppVj62-CmKK76s,2307
|
|
285
285
|
bpy/utils/units/__init__.pyi,sha256=dc9ZViPAqOap5ZsFfWoI0d6bHdri3pWWiVeRxAaZr-U,2672
|
|
@@ -328,7 +328,7 @@ gpu/texture/__init__.pyi,sha256=eXL-ZQU-gsMFo_Yv6ShF_YjBQ-yPDLRZno-T3P59nhE,668
|
|
|
328
328
|
gpu/types/__init__.pyi,sha256=wv4qnmZ16QT1VUYeF2EMYiRPI_xIa2yCqrzrA_Ukac4,27950
|
|
329
329
|
gpu_extras/__init__.pyi,sha256=XscwC-5DTPC0yc2HB_XMgvX61rT5Qs5RaImqNwR6c40,240
|
|
330
330
|
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
331
|
-
gpu_extras/batch/__init__.pyi,sha256=
|
|
331
|
+
gpu_extras/batch/__init__.pyi,sha256=P0KwOXu_4yBZvCupG7WJ08TQ6yvocr5NZLAhJK_qLtQ,1305
|
|
332
332
|
gpu_extras/presets/__init__.pyi,sha256=9MrG1r0CUOxBYWyp_vZSYxs47oElIxca1uMyuFPLKdw,1674
|
|
333
333
|
graphviz_export/__init__.pyi,sha256=_breciGLRC6qTh-HOor-Ufn_fI5HXnoQego6mmvTAIQ,242
|
|
334
334
|
graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -361,7 +361,7 @@ rna_prop_ui/__init__.pyi,sha256=o3yE2C_BSi2O_ZJM_Jao06i6seWMRNQcZaI6keKjpFE,1308
|
|
|
361
361
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
362
362
|
rna_xml/__init__.pyi,sha256=EBP-inpL9KRsjGftcoza9_G_Do5UjXw62eAvuEMoaO0,604
|
|
363
363
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
364
|
-
fake_bpy_module-
|
|
365
|
-
fake_bpy_module-
|
|
366
|
-
fake_bpy_module-
|
|
367
|
-
fake_bpy_module-
|
|
364
|
+
fake_bpy_module-20250312.dist-info/METADATA,sha256=9fiteKq7AUEpaF561u7vGDVc0AqMweIXC1KMDl-4y5Q,7429
|
|
365
|
+
fake_bpy_module-20250312.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
366
|
+
fake_bpy_module-20250312.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
367
|
+
fake_bpy_module-20250312.dist-info/RECORD,,
|
gpu_extras/batch/__init__.pyi
CHANGED
|
@@ -2,6 +2,7 @@ import typing
|
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
4
|
import numpy.typing as npt
|
|
5
|
+
import bgl
|
|
5
6
|
import gpu.types
|
|
6
7
|
|
|
7
8
|
def batch_for_shader(
|
|
@@ -9,7 +10,7 @@ def batch_for_shader(
|
|
|
9
10
|
type: str,
|
|
10
11
|
content: dict[
|
|
11
12
|
str,
|
|
12
|
-
|
|
13
|
+
bgl.Buffer
|
|
13
14
|
| collections.abc.Sequence[float]
|
|
14
15
|
| collections.abc.Sequence[int]
|
|
15
16
|
| collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
@@ -26,7 +27,7 @@ def batch_for_shader(
|
|
|
26
27
|
:type type: str
|
|
27
28
|
:param content: Maps the name of the shader attribute with the data to fill the vertex buffer.
|
|
28
29
|
For the dictionary values see documentation for `gpu.types.GPUVertBuf.attr_fill` data argument.
|
|
29
|
-
:type content: dict[str,
|
|
30
|
+
:type content: dict[str, bgl.Buffer | collections.abc.Sequence[float] | collections.abc.Sequence[int] | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[collections.abc.Sequence[int]]]
|
|
30
31
|
:return: compatible batch
|
|
31
32
|
:rtype: gpu.types.GPUBatch
|
|
32
33
|
"""
|
|
File without changes
|
|
File without changes
|