fake-bpy-module 20250418__py3-none-any.whl → 20250420__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.
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -0
- bpy/types/__init__.pyi +8 -8
- {fake_bpy_module-20250418.dist-info → fake_bpy_module-20250420.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250418.dist-info → fake_bpy_module-20250420.dist-info}/RECORD +6 -6
- {fake_bpy_module-20250418.dist-info → fake_bpy_module-20250420.dist-info}/WHEEL +1 -1
- {fake_bpy_module-20250418.dist-info → fake_bpy_module-20250420.dist-info}/top_level.txt +0 -0
|
@@ -46,6 +46,8 @@ class GreasePencilStrokePoint(AttributeGetterSetter):
|
|
|
46
46
|
radius: typing.Any
|
|
47
47
|
rotation: typing.Any
|
|
48
48
|
select: typing.Any
|
|
49
|
+
select_handle_left: typing.Any
|
|
50
|
+
select_handle_right: typing.Any
|
|
49
51
|
vertex_color: typing.Any
|
|
50
52
|
|
|
51
53
|
class GreasePencilStrokePointSlice(SliceHelper):
|
bpy/types/__init__.pyi
CHANGED
|
@@ -129082,19 +129082,19 @@ class CompositorNodeAntiAliasing(CompositorNode, NodeInternal, Node, bpy_struct)
|
|
|
129082
129082
|
"""Smooth away jagged edges"""
|
|
129083
129083
|
|
|
129084
129084
|
contrast_limit: float
|
|
129085
|
-
""" How much to eliminate spurious edges to avoid artifacts (the larger value makes less active; the value 2.0, for example, means discard a detected edge if there is a neighboring edge that has 2.0 times bigger contrast than the current one)
|
|
129085
|
+
""" How much to eliminate spurious edges to avoid artifacts (the larger value makes less active; the value 2.0, for example, means discard a detected edge if there is a neighboring edge that has 2.0 times bigger contrast than the current one). (Deprecated: Use Contrast Limit input instead.)
|
|
129086
129086
|
|
|
129087
129087
|
:type: float
|
|
129088
129088
|
"""
|
|
129089
129089
|
|
|
129090
129090
|
corner_rounding: float
|
|
129091
|
-
""" How much sharp corners will be rounded
|
|
129091
|
+
""" How much sharp corners will be rounded. (Deprecated: Use Corner Rounding input instead.)
|
|
129092
129092
|
|
|
129093
129093
|
:type: float
|
|
129094
129094
|
"""
|
|
129095
129095
|
|
|
129096
129096
|
threshold: float
|
|
129097
|
-
""" Threshold to detect edges (smaller threshold makes more sensitive detection)
|
|
129097
|
+
""" Threshold to detect edges (smaller threshold makes more sensitive detection). (Deprecated: Use Threshold input instead.)
|
|
129098
129098
|
|
|
129099
129099
|
:type: float
|
|
129100
129100
|
"""
|
|
@@ -136255,31 +136255,31 @@ class CompositorNodeVecBlur(CompositorNode, NodeInternal, Node, bpy_struct):
|
|
|
136255
136255
|
"""Uses the vector speed render pass to blur the image pixels in 2D"""
|
|
136256
136256
|
|
|
136257
136257
|
factor: float
|
|
136258
|
-
""" Scaling factor for motion vectors (actually, 'shutter speed', in frames)
|
|
136258
|
+
""" Scaling factor for motion vectors (actually, 'shutter speed', in frames). (Deprecated: Use Shutter input instead.)
|
|
136259
136259
|
|
|
136260
136260
|
:type: float
|
|
136261
136261
|
"""
|
|
136262
136262
|
|
|
136263
136263
|
samples: int
|
|
136264
|
-
"""
|
|
136264
|
+
""" (Deprecated: Use Samples input instead.)
|
|
136265
136265
|
|
|
136266
136266
|
:type: int
|
|
136267
136267
|
"""
|
|
136268
136268
|
|
|
136269
136269
|
speed_max: int
|
|
136270
|
-
""" Maximum speed, or zero for none
|
|
136270
|
+
""" Maximum speed, or zero for none. (Deprecated.)
|
|
136271
136271
|
|
|
136272
136272
|
:type: int
|
|
136273
136273
|
"""
|
|
136274
136274
|
|
|
136275
136275
|
speed_min: int
|
|
136276
|
-
""" Minimum speed for a pixel to be blurred (used to separate background from foreground)
|
|
136276
|
+
""" Minimum speed for a pixel to be blurred (used to separate background from foreground). (Deprecated.)
|
|
136277
136277
|
|
|
136278
136278
|
:type: int
|
|
136279
136279
|
"""
|
|
136280
136280
|
|
|
136281
136281
|
use_curved: bool
|
|
136282
|
-
""" Interpolate between frames in a Bézier curve, rather than linearly
|
|
136282
|
+
""" Interpolate between frames in a Bézier curve, rather than linearly. (Deprecated.)
|
|
136283
136283
|
|
|
136284
136284
|
:type: bool
|
|
136285
136285
|
"""
|
|
@@ -8,7 +8,7 @@ _bpy_internal/extensions/stale_file_manager/__init__.pyi,sha256=wDLQ3qtwFBvigYQl
|
|
|
8
8
|
_bpy_internal/extensions/wheel_manager/__init__.pyi,sha256=CoBeo0vQHIbfXLXGy22AboVQdQLlinbjslYyMwzqwRo,950
|
|
9
9
|
_bpy_internal/freedesktop/__init__.pyi,sha256=s4-ornIqrszouHk5ef-YmPwXcpZ-X9swOPYLKTQoziE,798
|
|
10
10
|
_bpy_internal/grease_pencil/__init__.pyi,sha256=4YIHrnLvkVHJW3S7fz8xYyAakqsDCnxvaQfuZiUUvFc,120
|
|
11
|
-
_bpy_internal/grease_pencil/stroke/__init__.pyi,sha256=
|
|
11
|
+
_bpy_internal/grease_pencil/stroke/__init__.pyi,sha256=61T3_Lp6Tm7hXebpRODywfX4E6dK4isd1ZZuFZuYQlU,1891
|
|
12
12
|
_bpy_internal/system_info/__init__.pyi,sha256=U0qDEDvXTA0KHyhqeNNd4eLbsn3quigyg1qJD-OeV4E,264
|
|
13
13
|
_bpy_internal/system_info/text_generate_runtime/__init__.pyi,sha256=_B2cmnrQuKL9wD53IE7KZPWs2noF7Cz2ZeYsKaMsiXo,113
|
|
14
14
|
_bpy_internal/system_info/url_prefill_runtime/__init__.pyi,sha256=e6SNdD7wUyUmxiITc_urISKGgVwIk2uD-aN9C7KJ_E8,136
|
|
@@ -279,7 +279,7 @@ bpy/ops/workspace/__init__.pyi,sha256=NdaJuwz3A-gStNuzp_OWR9DIj7oeSgLjn9SUEBLYuN
|
|
|
279
279
|
bpy/ops/world/__init__.pyi,sha256=9OhY87-WRRLor-4GQJhDiDJG3M9W5s9yFo9x45Iiycs,628
|
|
280
280
|
bpy/path/__init__.pyi,sha256=yGX45MUnn9fJYw32UWTsBQ646iN5DbbxfvnoDkREWvI,5537
|
|
281
281
|
bpy/props/__init__.pyi,sha256=4SYl5qfPLRwe3zGyHowQy_i_mU-gjImdiqidFOHP6Tc,35264
|
|
282
|
-
bpy/types/__init__.pyi,sha256=
|
|
282
|
+
bpy/types/__init__.pyi,sha256=kcsu52lS0WpL6f3tkSAAtis1r1DuLhSn1F1JELy8iTQ,5591251
|
|
283
283
|
bpy/utils/__init__.pyi,sha256=NwKl40t0SfvM2Lce9VmXS9zh6T-ZE1JxleSh9te_d5E,15351
|
|
284
284
|
bpy/utils/previews/__init__.pyi,sha256=Pji8UKqvI3AJTk5v3nCK92URlJfehxuoaaJW6n9L7XU,2342
|
|
285
285
|
bpy/utils/units/__init__.pyi,sha256=dc9ZViPAqOap5ZsFfWoI0d6bHdri3pWWiVeRxAaZr-U,2672
|
|
@@ -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-20250420.dist-info/METADATA,sha256=DoxRBI09LnI9b6xC5fixzN-8pa3b_lfHtaOxJh5fwEI,7429
|
|
365
|
+
fake_bpy_module-20250420.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
|
|
366
|
+
fake_bpy_module-20250420.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
|
|
367
|
+
fake_bpy_module-20250420.dist-info/RECORD,,
|
|
File without changes
|