fake-bge-module 20250203__py3-none-any.whl → 20250205__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.
- bpy/_typing/rna_enums/__init__.pyi +1 -0
- bpy/ops/poselib/__init__.pyi +44 -4
- bpy/types/__init__.pyi +58 -8
- {fake_bge_module-20250203.dist-info → fake_bge_module-20250205.dist-info}/METADATA +1 -1
- {fake_bge_module-20250203.dist-info → fake_bge_module-20250205.dist-info}/RECORD +8 -8
- gpu_extras/batch/__init__.pyi +3 -2
- {fake_bge_module-20250203.dist-info → fake_bge_module-20250205.dist-info}/WHEEL +0 -0
- {fake_bge_module-20250203.dist-info → fake_bge_module-20250205.dist-info}/top_level.txt +0 -0
bpy/ops/poselib/__init__.pyi
CHANGED
|
@@ -20,6 +20,40 @@ def apply_pose_asset(
|
|
|
20
20
|
:type flipped: bool | None
|
|
21
21
|
"""
|
|
22
22
|
|
|
23
|
+
def asset_delete(execution_context: int | str | None = None, undo: bool | None = None):
|
|
24
|
+
"""Delete the selected Pose Asset
|
|
25
|
+
|
|
26
|
+
:type execution_context: int | str | None
|
|
27
|
+
:type undo: bool | None
|
|
28
|
+
"""
|
|
29
|
+
|
|
30
|
+
def asset_modify(
|
|
31
|
+
execution_context: int | str | None = None,
|
|
32
|
+
undo: bool | None = None,
|
|
33
|
+
/,
|
|
34
|
+
*,
|
|
35
|
+
mode: typing.Literal["ADJUST", "REPLACE", "ADD", "REMOVE"] | None = "ADJUST",
|
|
36
|
+
):
|
|
37
|
+
"""Update the selected pose asset in the asset library from the currently selected bones. The mode defines how the asset is updated
|
|
38
|
+
|
|
39
|
+
:type execution_context: int | str | None
|
|
40
|
+
:type undo: bool | None
|
|
41
|
+
:param mode: Overwrite Mode, Specify which parts of the pose asset are overwritten
|
|
42
|
+
|
|
43
|
+
ADJUST
|
|
44
|
+
Adjust -- Update existing channels in the pose asset but don't remove or add any channels.
|
|
45
|
+
|
|
46
|
+
REPLACE
|
|
47
|
+
Replace with Selection -- Completely replace all channels in the pose asset with the current selection.
|
|
48
|
+
|
|
49
|
+
ADD
|
|
50
|
+
Add Selected Bones -- Add channels of the selection to the pose asset. Existing channels will be updated.
|
|
51
|
+
|
|
52
|
+
REMOVE
|
|
53
|
+
Remove Selected Bones -- Remove channels of the selection from the pose asset.
|
|
54
|
+
:type mode: typing.Literal['ADJUST','REPLACE','ADD','REMOVE'] | None
|
|
55
|
+
"""
|
|
56
|
+
|
|
23
57
|
def blend_pose_asset(
|
|
24
58
|
execution_context: int | str | None = None,
|
|
25
59
|
undo: bool | None = None,
|
|
@@ -72,15 +106,21 @@ def create_pose_asset(
|
|
|
72
106
|
/,
|
|
73
107
|
*,
|
|
74
108
|
pose_name: str = "",
|
|
75
|
-
|
|
109
|
+
asset_library_reference: str | None = "",
|
|
110
|
+
catalog_path: str = "",
|
|
111
|
+
activate_new_action: bool | None = False,
|
|
76
112
|
):
|
|
77
|
-
"""Create a new
|
|
113
|
+
"""Create a new asset from the selection in the scene
|
|
78
114
|
|
|
79
115
|
:type execution_context: int | str | None
|
|
80
116
|
:type undo: bool | None
|
|
81
|
-
:param pose_name: Pose Name
|
|
117
|
+
:param pose_name: Pose Name, Name for the new pose asset
|
|
82
118
|
:type pose_name: str
|
|
83
|
-
:param
|
|
119
|
+
:param asset_library_reference: Library, Asset library used to store the new pose
|
|
120
|
+
:type asset_library_reference: str | None
|
|
121
|
+
:param catalog_path: Catalog, Catalog to use for the new asset
|
|
122
|
+
:type catalog_path: str
|
|
123
|
+
:param activate_new_action: Activate New Action, This property is deprecated and will be removed in the future
|
|
84
124
|
:type activate_new_action: bool | None
|
|
85
125
|
"""
|
|
86
126
|
|
bpy/types/__init__.pyi
CHANGED
|
@@ -26397,9 +26397,11 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
26397
26397
|
--------------------
|
|
26398
26398
|
|
|
26399
26399
|
* Action.slots
|
|
26400
|
+
* ActionChannelbag.slot
|
|
26400
26401
|
* ActionChannelbags.new
|
|
26401
26402
|
* ActionConstraint.action_slot
|
|
26402
26403
|
* ActionConstraint.action_suitable_slots
|
|
26404
|
+
* ActionKeyframeStrip.channelbag
|
|
26403
26405
|
* ActionKeyframeStrip.key_insert
|
|
26404
26406
|
* ActionSlots.active
|
|
26405
26407
|
* ActionSlots.new
|
|
@@ -30500,8 +30502,8 @@ example of how to create/use filtering/reordering callbacks.
|
|
|
30500
30502
|
|
|
30501
30503
|
* ActionChannelbags.new
|
|
30502
30504
|
* ActionChannelbags.remove
|
|
30505
|
+
* ActionKeyframeStrip.channelbag
|
|
30503
30506
|
* ActionKeyframeStrip.channelbags
|
|
30504
|
-
* ActionKeyframeStrip.channels
|
|
30505
30507
|
|
|
30506
30508
|
:columns: 2
|
|
30507
30509
|
|
|
@@ -86314,7 +86316,7 @@ animation or modifiers into account:
|
|
|
86314
86316
|
|
|
86315
86317
|
* For meshes this is similar to duplicating the source mesh.
|
|
86316
86318
|
* For curves this disables own modifiers, and modifiers of objects used as bevel and taper.
|
|
86317
|
-
* For
|
|
86319
|
+
* For meta-balls this produces an empty mesh since polygonization is done as a modifier evaluation.
|
|
86318
86320
|
|
|
86319
86321
|
When is used on evaluated object all modifiers are taken into account.
|
|
86320
86322
|
|
|
@@ -118910,6 +118912,12 @@ class ActionChannelbag(bpy_struct):
|
|
|
118910
118912
|
:type: ActionChannelbagGroups
|
|
118911
118913
|
"""
|
|
118912
118914
|
|
|
118915
|
+
slot: ActionSlot
|
|
118916
|
+
""" The Slot that the Channelbag's animation data is for
|
|
118917
|
+
|
|
118918
|
+
:type: ActionSlot
|
|
118919
|
+
"""
|
|
118920
|
+
|
|
118913
118921
|
slot_handle: int
|
|
118914
118922
|
"""
|
|
118915
118923
|
|
|
@@ -119171,14 +119179,14 @@ class ActionKeyframeStrip(ActionStrip, bpy_struct):
|
|
|
119171
119179
|
:type: ActionChannelbags
|
|
119172
119180
|
"""
|
|
119173
119181
|
|
|
119174
|
-
def
|
|
119175
|
-
self,
|
|
119182
|
+
def channelbag(
|
|
119183
|
+
self, slot: ActionSlot | None, *, ensure: bool | None = False
|
|
119176
119184
|
) -> ActionChannelbag:
|
|
119177
119185
|
"""Find the ActionChannelbag for a specific Slot
|
|
119178
119186
|
|
|
119179
|
-
:param
|
|
119180
|
-
:type
|
|
119181
|
-
:param ensure: Create if necessary, Ensure the channelbag exists for this slot
|
|
119187
|
+
:param slot: Slot, The slot for which to find the channelbag
|
|
119188
|
+
:type slot: ActionSlot | None
|
|
119189
|
+
:param ensure: Create if necessary, Ensure the channelbag exists for this slot, creating it if necessary
|
|
119182
119190
|
:type ensure: bool | None
|
|
119183
119191
|
:return: Channels
|
|
119184
119192
|
:rtype: ActionChannelbag
|
|
@@ -119359,7 +119367,7 @@ This is used, for example, on a ActionKeyframeStrip to look up the ActionChannel
|
|
|
119359
119367
|
"WORLD",
|
|
119360
119368
|
"UNSPECIFIED",
|
|
119361
119369
|
]
|
|
119362
|
-
""" Type of data-block that this slot is intended to animate
|
|
119370
|
+
""" Type of data-block that this slot is intended to animate; can be set when 'UNSPECIFIED' but is otherwise read-only
|
|
119363
119371
|
|
|
119364
119372
|
:type: typing.Literal['ACTION','ARMATURE','BRUSH','CACHEFILE','CAMERA','COLLECTION','CURVE','CURVES','FONT','GREASEPENCIL','GREASEPENCIL_V3','IMAGE','KEY','LATTICE','LIBRARY','LIGHT','LIGHT_PROBE','LINESTYLE','MASK','MATERIAL','MESH','META','MOVIECLIP','NODETREE','OBJECT','PAINTCURVE','PALETTE','PARTICLE','POINTCLOUD','SCENE','SCREEN','SOUND','SPEAKER','TEXT','TEXTURE','VOLUME','WINDOWMANAGER','WORKSPACE','WORLD','UNSPECIFIED']
|
|
119365
119373
|
"""
|
|
@@ -124370,6 +124378,24 @@ class Brush(ID, bpy_struct):
|
|
|
124370
124378
|
:type: PaintCurve | None
|
|
124371
124379
|
"""
|
|
124372
124380
|
|
|
124381
|
+
plane_depth: float
|
|
124382
|
+
""" The maximum distance below the plane for affected vertices. Increasing the depth affects vertices farther below the plane.
|
|
124383
|
+
|
|
124384
|
+
:type: float
|
|
124385
|
+
"""
|
|
124386
|
+
|
|
124387
|
+
plane_height: float
|
|
124388
|
+
""" The maximum distance above the plane for affected vertices. Increasing the height affects vertices farther above the plane.
|
|
124389
|
+
|
|
124390
|
+
:type: float
|
|
124391
|
+
"""
|
|
124392
|
+
|
|
124393
|
+
plane_inversion_mode: typing.Literal["INVERT_DISPLACEMENT", "SWAP_DEPTH_AND_HEIGHT"]
|
|
124394
|
+
""" Inversion Mode
|
|
124395
|
+
|
|
124396
|
+
:type: typing.Literal['INVERT_DISPLACEMENT','SWAP_DEPTH_AND_HEIGHT']
|
|
124397
|
+
"""
|
|
124398
|
+
|
|
124373
124399
|
plane_offset: float
|
|
124374
124400
|
""" Adjust plane on which the brush acts towards or away from the object surface
|
|
124375
124401
|
|
|
@@ -124510,6 +124536,18 @@ class Brush(ID, bpy_struct):
|
|
|
124510
124536
|
:type: int
|
|
124511
124537
|
"""
|
|
124512
124538
|
|
|
124539
|
+
stabilize_normal: float
|
|
124540
|
+
""" Stabilize the orientation of the brush plane.
|
|
124541
|
+
|
|
124542
|
+
:type: float
|
|
124543
|
+
"""
|
|
124544
|
+
|
|
124545
|
+
stabilize_plane: float
|
|
124546
|
+
""" Stabilize the center of the brush plane.
|
|
124547
|
+
|
|
124548
|
+
:type: float
|
|
124549
|
+
"""
|
|
124550
|
+
|
|
124513
124551
|
stencil_dimension: mathutils.Vector
|
|
124514
124552
|
""" Dimensions of stencil in viewport
|
|
124515
124553
|
|
|
@@ -125247,6 +125285,18 @@ class BrushCapabilitiesSculpt(bpy_struct):
|
|
|
125247
125285
|
:type: bool
|
|
125248
125286
|
"""
|
|
125249
125287
|
|
|
125288
|
+
has_plane_depth: bool
|
|
125289
|
+
"""
|
|
125290
|
+
|
|
125291
|
+
:type: bool
|
|
125292
|
+
"""
|
|
125293
|
+
|
|
125294
|
+
has_plane_height: bool
|
|
125295
|
+
"""
|
|
125296
|
+
|
|
125297
|
+
:type: bool
|
|
125298
|
+
"""
|
|
125299
|
+
|
|
125250
125300
|
has_plane_offset: bool
|
|
125251
125301
|
"""
|
|
125252
125302
|
|
|
@@ -218,7 +218,7 @@ bmesh/utils/__init__.pyi,sha256=XNhFTqYQPL7ZUvljUTQkN0X_3YCS_RyrOgEzqrQZiDg,6235
|
|
|
218
218
|
bpy/__init__.pyi,sha256=KeQc-X1TjhtunVxLDy0IK0cMmurLmAQm4fX_D__UPJo,464
|
|
219
219
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
220
220
|
bpy/_typing/__init__.pyi,sha256=7bioadpQS-8UKR8TdY1m4MqUFqKVy8h13sPIt28ZUqs,99
|
|
221
|
-
bpy/_typing/rna_enums/__init__.pyi,sha256=
|
|
221
|
+
bpy/_typing/rna_enums/__init__.pyi,sha256=GIYXtHNhIYCj7bHNwYiPf2Ntz6pb210FINgya56YG5k,139488
|
|
222
222
|
bpy/app/__init__.pyi,sha256=-q7lN49MbhnKSIN-ZJ99fRC_RRrTNow6XEefo2HaNlA,8768
|
|
223
223
|
bpy/app/handlers/__init__.pyi,sha256=paak3tw5Edrs_VfQUvgZNA6YsTeuBULkNe9mgo2TzI8,7116
|
|
224
224
|
bpy/app/icons/__init__.pyi,sha256=w18Xn9y0T54WlpHyhC3_y8a3Lq9kuo3U72Bu7wOY41A,928
|
|
@@ -277,7 +277,7 @@ bpy/ops/paintcurve/__init__.pyi,sha256=sJfa-6TohaHNlvBFZ5X2vhjeMCp91in2K6UqwIF3d
|
|
|
277
277
|
bpy/ops/palette/__init__.pyi,sha256=RD7rkE6f28SyME46hM3HwjWKCgKFtOXZDDPOO6mQB0Q,2093
|
|
278
278
|
bpy/ops/particle/__init__.pyi,sha256=fvUbIxeb5nxdxJAK6wWu0AsCBIpy3cCKXMNKY2ZIJqM,13621
|
|
279
279
|
bpy/ops/pose/__init__.pyi,sha256=X3uT13DBbdw1nsmBhbId71DYAjYEGL6WtapfpwpihzA,26770
|
|
280
|
-
bpy/ops/poselib/__init__.pyi,sha256=
|
|
280
|
+
bpy/ops/poselib/__init__.pyi,sha256=ewVRAAAMZcuI8kfzx81IRKp_WpUwe2xhbl-VPpdgSHw,5369
|
|
281
281
|
bpy/ops/preferences/__init__.pyi,sha256=iG82fOc0EGoI0_KoSgUbtUEMlcN71gxdq3SlVkCz01w,19499
|
|
282
282
|
bpy/ops/ptcache/__init__.pyi,sha256=9WgZUXKtu-AeqF0pYrP8ZSdFXz2jHMdPjmp6zLesL2Q,1667
|
|
283
283
|
bpy/ops/render/__init__.pyi,sha256=9LDvtzNUv_nd3elJDKQFIXJltAIgsvvinpvyVu5q8cU,7425
|
|
@@ -305,7 +305,7 @@ bpy/ops/workspace/__init__.pyi,sha256=BHvDV5CcVBnuKaL8akhm-Es7VcGUjf3jGFTbfx5YHC
|
|
|
305
305
|
bpy/ops/world/__init__.pyi,sha256=pBV8EDA8HoWovDSul6mxkF7Mt6N3PQWuukRhkw3dBr8,601
|
|
306
306
|
bpy/path/__init__.pyi,sha256=emlV7ocbsOuOSMzxJXr6ldKRk2-_K0DWlKc3Ylt5dsU,5484
|
|
307
307
|
bpy/props/__init__.pyi,sha256=Ky1J5ndL8p_pvAaQakudyKKVynbr1NxXvzoN-5E9_I0,35237
|
|
308
|
-
bpy/types/__init__.pyi,sha256=
|
|
308
|
+
bpy/types/__init__.pyi,sha256=c2k1M0OR8lsstly7gw7ODiFNABiqBvxKL1CN6J3AjCA,5654942
|
|
309
309
|
bpy/utils/__init__.pyi,sha256=Dwq7WFMz4vZM6bcYjsWYj9mYm1SDnqESf0d0UPX4xPE,14897
|
|
310
310
|
bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
|
|
311
311
|
bpy/utils/units/__init__.pyi,sha256=QuXx22JjmObRmP_KcdoqOlDSvVtXZHeK5nTIvwjcUnI,2645
|
|
@@ -354,7 +354,7 @@ gpu/texture/__init__.pyi,sha256=NWixhD9M2vFrAIWlQDM0Co-CNRiU7BbL7imkSOloHHI,641
|
|
|
354
354
|
gpu/types/__init__.pyi,sha256=Q8Gym2MsHoDFLW7snVIfPMUGCQns-XA2URYfeOV3nnk,27923
|
|
355
355
|
gpu_extras/__init__.pyi,sha256=oNgtMNheClZ_iCmKSH63hBJ4U0huayOWKil-qPvYHds,213
|
|
356
356
|
gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
357
|
-
gpu_extras/batch/__init__.pyi,sha256=
|
|
357
|
+
gpu_extras/batch/__init__.pyi,sha256=t-kFLEyZ0OABqt8VbtSwvo60S7vw15Tq5HRea-G3odE,1278
|
|
358
358
|
gpu_extras/presets/__init__.pyi,sha256=pDhGELr5vKTZ9yDsLJ4Y836Kmh7cs95rDhSwd1i5e-s,1647
|
|
359
359
|
graphviz_export/__init__.pyi,sha256=LBiepSfMSL7Qix8FZ6LYKmbPgu1AHRvRw3yHDDWYrEw,215
|
|
360
360
|
graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -387,7 +387,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
|
|
|
387
387
|
rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
388
388
|
rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
|
|
389
389
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
390
|
-
fake_bge_module-
|
|
391
|
-
fake_bge_module-
|
|
392
|
-
fake_bge_module-
|
|
393
|
-
fake_bge_module-
|
|
390
|
+
fake_bge_module-20250205.dist-info/METADATA,sha256=G7MW69okSaRhz9deZlPKkHJpCvUnqE4Xq0qiRUeCuPc,4872
|
|
391
|
+
fake_bge_module-20250205.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
392
|
+
fake_bge_module-20250205.dist-info/top_level.txt,sha256=eE5ylpw84TnTp2h-RCfTJgCBykd4PsHdymQwBM_dVls,544
|
|
393
|
+
fake_bge_module-20250205.dist-info/RECORD,,
|
gpu_extras/batch/__init__.pyi
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
+
import bgl
|
|
4
5
|
import gpu.types
|
|
5
6
|
|
|
6
7
|
def batch_for_shader(
|
|
@@ -8,7 +9,7 @@ def batch_for_shader(
|
|
|
8
9
|
type: str,
|
|
9
10
|
content: dict[
|
|
10
11
|
str,
|
|
11
|
-
|
|
12
|
+
bgl.Buffer
|
|
12
13
|
| collections.abc.Sequence[float]
|
|
13
14
|
| collections.abc.Sequence[int]
|
|
14
15
|
| collections.abc.Sequence[collections.abc.Sequence[float]]
|
|
@@ -25,7 +26,7 @@ def batch_for_shader(
|
|
|
25
26
|
:type type: str
|
|
26
27
|
:param content: Maps the name of the shader attribute with the data to fill the vertex buffer.
|
|
27
28
|
For the dictionary values see documentation for `gpu.types.GPUVertBuf.attr_fill` data argument.
|
|
28
|
-
:type content: dict[str,
|
|
29
|
+
: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]]]
|
|
29
30
|
:return: compatible batch
|
|
30
31
|
:rtype: gpu.types.GPUBatch
|
|
31
32
|
"""
|
|
File without changes
|
|
File without changes
|