fake-bpy-module 20250311__py3-none-any.whl → 20250313__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_sequencer/__init__.pyi +1 -0
- bl_ui/space_userpref/__init__.pyi +0 -7
- bpy/types/__init__.pyi +14 -0
- {fake_bpy_module-20250311.dist-info → fake_bpy_module-20250313.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250311.dist-info → fake_bpy_module-20250313.dist-info}/RECORD +9 -9
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20250311.dist-info → fake_bpy_module-20250313.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250311.dist-info → fake_bpy_module-20250313.dist-info}/top_level.txt +0 -0
|
@@ -2199,6 +2199,7 @@ class SEQUENCER_PT_snapping(bpy.types.Panel):
|
|
|
2199
2199
|
bl_region_type: typing.Any
|
|
2200
2200
|
bl_rna: typing.Any
|
|
2201
2201
|
bl_space_type: typing.Any
|
|
2202
|
+
bl_ui_units_x: typing.Any
|
|
2202
2203
|
id_data: typing.Any
|
|
2203
2204
|
|
|
2204
2205
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -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
|
"""
|
|
@@ -201752,6 +201760,12 @@ class SequencerToolSettings(bpy_struct):
|
|
|
201752
201760
|
:type: bool
|
|
201753
201761
|
"""
|
|
201754
201762
|
|
|
201763
|
+
snap_to_frame_range: bool
|
|
201764
|
+
""" Snap to preview or scene start and end frame
|
|
201765
|
+
|
|
201766
|
+
:type: bool
|
|
201767
|
+
"""
|
|
201768
|
+
|
|
201755
201769
|
snap_to_hold_offset: bool
|
|
201756
201770
|
""" Snap to strip hold offsets
|
|
201757
201771
|
|
|
@@ -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
|
|
@@ -164,7 +164,7 @@ bl_ui/space_nla/__init__.pyi,sha256=rHI5YccrddEIyXIv7ojfdoS5H5-8W3t9CD86W0DZWTw,
|
|
|
164
164
|
bl_ui/space_node/__init__.pyi,sha256=ifKNLaAQtFwsoOvJGSfXu1jdjM78PQjKZWGpIBuFzN8,18764
|
|
165
165
|
bl_ui/space_outliner/__init__.pyi,sha256=1MicqfpCaTGAgzzbrtzGhknJwP5S5QjjqXpI9fUv16I,8117
|
|
166
166
|
bl_ui/space_properties/__init__.pyi,sha256=8XL7_69ni6CTbZUmAUnda74qZk3aV_rmJvhqNjr0j0k,2735
|
|
167
|
-
bl_ui/space_sequencer/__init__.pyi,sha256=
|
|
167
|
+
bl_ui/space_sequencer/__init__.pyi,sha256=mqzwfhlyp2tV2nlLIpEyNmN6MIXy9qd7FWO0hGsyJHg,55310
|
|
168
168
|
bl_ui/space_spreadsheet/__init__.pyi,sha256=1ZNN9pDfL8DVAjfm1JPNzZHJ0u5PNuaWsD4hiYSoH7g,1477
|
|
169
169
|
bl_ui/space_statusbar/__init__.pyi,sha256=wthc9b3kBqNQjHnv8rgJYVcrKDhnpwFusUV2HYv4An4,640
|
|
170
170
|
bl_ui/space_text/__init__.pyi,sha256=teImeFuFGcdE50Btg7h3Cnf65pHUpGvhO4uUeiWxhpE,8826
|
|
@@ -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=oaxCcAIPdUgJzH0-dk-UFixnZgAgO4GQFVRynLnLl-c,5485332
|
|
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
|
|
@@ -314,7 +314,7 @@ freestyle/functions/__init__.pyi,sha256=RGdlJWbBctqKBR3p81MsXBk9OWdTuvEoOfBXvxjf
|
|
|
314
314
|
freestyle/predicates/__init__.pyi,sha256=Liq_1krkT25RfeNPeEgvKWkLnWtHCuO9-7vXX3lE71E,13488
|
|
315
315
|
freestyle/shaders/__init__.pyi,sha256=imuo4jXkwaN4dazDARvErEGdn9XuMGlWIKGpnqd3Po0,24041
|
|
316
316
|
freestyle/types/__init__.pyi,sha256=zCVqLakrYPiSTlYVHLg-455C9aPCEo-eeO-0A1fYFYs,100227
|
|
317
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
317
|
+
freestyle/utils/__init__.pyi,sha256=ub0HsAFKN7jMbNu3fuP9OpaOSHywBpSckuXSexz0Bos,5135
|
|
318
318
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=YvDLJXMxKbbqBS0so4MnfuSN1g4wNAFOXbpW7_g4AR0,3472
|
|
319
319
|
gpu/__init__.pyi,sha256=80Udrv8AAvblVeWgcU709t4PmsX3ShvU2TaWj7qv0uk,8026
|
|
320
320
|
gpu/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-20250313.dist-info/METADATA,sha256=ALZbNOc9tPSX5wqfTPwY52LQooPk9J_oUdpSQTwNhRI,7429
|
|
365
|
+
fake_bpy_module-20250313.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
366
|
+
fake_bpy_module-20250313.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
367
|
+
fake_bpy_module-20250313.dist-info/RECORD,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -125,7 +125,7 @@ def material_from_fedge(fe):
|
|
|
125
125
|
"""get the diffuse RGBA color from an FEdge"""
|
|
126
126
|
|
|
127
127
|
def normal_at_I0D(it): ...
|
|
128
|
-
def pairwise(iterable, types={
|
|
128
|
+
def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
|
|
129
129
|
"""Yields a tuple containing the previous and current object"""
|
|
130
130
|
|
|
131
131
|
def rgb_to_bw(r, g, b):
|
|
File without changes
|
|
File without changes
|