fake-bpy-module 20240730__py3-none-any.whl → 20240731__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/freedesktop/__init__.pyi +1 -1
- bl_ui/properties_material/__init__.pyi +2 -0
- bpy/app/__init__.pyi +4 -0
- {fake_bpy_module-20240730.dist-info → fake_bpy_module-20240731.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240730.dist-info → fake_bpy_module-20240731.dist-info}/RECORD +8 -8
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240730.dist-info → fake_bpy_module-20240731.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240730.dist-info → fake_bpy_module-20240731.dist-info}/top_level.txt +0 -0
|
@@ -16,7 +16,7 @@ def handle_mime_association_default(do_register, all_users): ...
|
|
|
16
16
|
def handle_mime_association_xml(do_register, all_users): ...
|
|
17
17
|
def handle_thumbnailer(do_register, all_users): ...
|
|
18
18
|
def main(): ...
|
|
19
|
-
def main_run_as_root(do_register): ...
|
|
19
|
+
def main_run_as_root(do_register, *, python_args): ...
|
|
20
20
|
def path_exists_or_is_link(path): ...
|
|
21
21
|
def register(all_users=False): ...
|
|
22
22
|
def register_impl(do_register, all_users): ...
|
|
@@ -602,4 +602,6 @@ class MaterialButtonsPanel:
|
|
|
602
602
|
...
|
|
603
603
|
|
|
604
604
|
def draw_material_settings(self_, context): ...
|
|
605
|
+
def draw_material_surface_settings(layout, mat, is_eevee=True): ...
|
|
606
|
+
def draw_material_volume_settings(layout, mat, is_eevee=True): ...
|
|
605
607
|
def panel_node_draw(layout, ntree, _output_type, input_name): ...
|
bpy/app/__init__.pyi
CHANGED
|
@@ -221,6 +221,10 @@ openvdb: typing.Any
|
|
|
221
221
|
""" Constant value bpy.app.openvdb(supported=True, version=(11, 0, 0), version_string='11, 0, 0')
|
|
222
222
|
"""
|
|
223
223
|
|
|
224
|
+
python_args: typing.Any
|
|
225
|
+
""" Leading arguments to use when calling Python directly (via sys.executable). These arguments match settings Blender uses to ensure Python runs with a compatible environment (read-only).
|
|
226
|
+
"""
|
|
227
|
+
|
|
224
228
|
render_icon_size: typing.Any
|
|
225
229
|
""" Reference size for icon/preview renders (read-only)
|
|
226
230
|
"""
|
|
@@ -5,7 +5,7 @@ _bpy_internal/addons/cli/__init__.pyi,sha256=NrkfXGlAlMzey1dlYeiq82T3w3t28qIO1dA
|
|
|
5
5
|
_bpy_internal/extensions/__init__.pyi,sha256=Xbum_B88h3dus9_4OVa2hBoAqefYotDABkiIuX6bak8,213
|
|
6
6
|
_bpy_internal/extensions/junction_module/__init__.pyi,sha256=n6r4051L4387xFSLkm1UEB-KW9L-t1u9LekbODKf-ak,1109
|
|
7
7
|
_bpy_internal/extensions/wheel_manager/__init__.pyi,sha256=q6cZsWFiTxxkbEV3pz7AtxQFPG-aCnqvSTjknlgm-OQ,994
|
|
8
|
-
_bpy_internal/freedesktop/__init__.pyi,sha256=
|
|
8
|
+
_bpy_internal/freedesktop/__init__.pyi,sha256=QNipRSgzvJClY2YvNaHLy-kc4rVji97kce9b7aWvnkQ,902
|
|
9
9
|
addon_utils/__init__.pyi,sha256=bImGXBwF0-zM_5HvlP46rUQbFYb4HY-laCEizxSOEzw,2019
|
|
10
10
|
addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
animsys_refactor/__init__.pyi,sha256=qEnoG9uMeKJWqz3Z5X_MfrJjiskQVPAgGA_UCWT0hVo,748
|
|
@@ -125,7 +125,7 @@ bl_ui/properties_data_volume/__init__.pyi,sha256=6D7_WtRlWF7cFh8mFiiOcxTWNEFx-fZ
|
|
|
125
125
|
bl_ui/properties_freestyle/__init__.pyi,sha256=zUlWiCjXRMPZVsVUec74A7elabpS1oeVnhpd1j-Boes,23016
|
|
126
126
|
bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=11SgflPY04SBvBuHDOg1I0huK_ZTi2Oz70m7At0EfMM,13385
|
|
127
127
|
bl_ui/properties_mask_common/__init__.pyi,sha256=KW5BFWcrr8gYQknfyisW5w4g3T-6-UDhb2aT7UtGGro,6309
|
|
128
|
-
bl_ui/properties_material/__init__.pyi,sha256=
|
|
128
|
+
bl_ui/properties_material/__init__.pyi,sha256=RzE3sZt15HO5uYdlIIv6cNpUn3U7EzaOaEgp3Ji7On8,13155
|
|
129
129
|
bl_ui/properties_material_gpencil/__init__.pyi,sha256=NJ6nwwPXQTsbvN72b0Ux4eoUxNi0QdbrPuWHJ3OR9Sg,8082
|
|
130
130
|
bl_ui/properties_object/__init__.pyi,sha256=vqZTzYVOFxscHmbQWAsRA-CowLjG5vIV1PVcL0lt6lA,11046
|
|
131
131
|
bl_ui/properties_output/__init__.pyi,sha256=r1Yq9PHI3_xxXkqG3-e_kril8toBtIq3ftG-sIK75vU,14609
|
|
@@ -186,7 +186,7 @@ bmesh/types/__init__.pyi,sha256=oYhK2Hcljz_pxtvTDSGnd78Ke1YbZFVetyiMR7AH-mQ,4138
|
|
|
186
186
|
bmesh/utils/__init__.pyi,sha256=bWksp9MtwGJgMwLreGFvkjipCe9n64fWa9hHNSFpT9Q,6136
|
|
187
187
|
bpy/__init__.pyi,sha256=UNHjZG8rO0s6czpA3abLXpCy_-0Uq3ZyWeH6gufZUMw,497
|
|
188
188
|
bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
189
|
-
bpy/app/__init__.pyi,sha256=
|
|
189
|
+
bpy/app/__init__.pyi,sha256=0wlJPokK3GF_Jg6VGUrtzzw6dWScrLA7cB2jbpbhlkA,8253
|
|
190
190
|
bpy/app/handlers/__init__.pyi,sha256=zxasMfExElECjUyHGx5qDKAvS_Q3XvZZSHQE_8Cn6J0,6642
|
|
191
191
|
bpy/app/icons/__init__.pyi,sha256=sRFCWEBekacCpdyef0vl7-Z53eU5UUzG0n6Qj70soc8,1140
|
|
192
192
|
bpy/app/timers/__init__.pyi,sha256=lYUyorTjJRVqOJphUS0Gxwnagg1wBCXoYQSsj-rPvq8,2246
|
|
@@ -306,7 +306,7 @@ freestyle/functions/__init__.pyi,sha256=XxBl3XTRcHFONM-GBH6bDN6PMNpgOvcqyKKhKERZ
|
|
|
306
306
|
freestyle/predicates/__init__.pyi,sha256=hdEBy2hiQw1vq4rd64eaE565-29DhOmwTyV-mGLTPG0,13844
|
|
307
307
|
freestyle/shaders/__init__.pyi,sha256=_yBIN2vWTq70X_8_MfUe4TqiL1Iri4OYjvIkXRQxG5M,24828
|
|
308
308
|
freestyle/types/__init__.pyi,sha256=IEVGlCVIX7hMCYKskB-TYzlvhi-QkupgJPiaYSimpA0,100396
|
|
309
|
-
freestyle/utils/__init__.pyi,sha256=
|
|
309
|
+
freestyle/utils/__init__.pyi,sha256=52aR3yvD_c87cbV95i5UNJ8_qgcDVL4XsduGYi8U0zM,5415
|
|
310
310
|
freestyle/utils/ContextFunctions/__init__.pyi,sha256=3zOixayiQsbvJ5xTNYLsaDGUka_q_u5-YQ68KywJWMg,3579
|
|
311
311
|
gpu/__init__.pyi,sha256=Sk-6v4PijACLtDfQx_DD7wTM7KUVZd_5xz1i6IqyiyM,7981
|
|
312
312
|
gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -355,7 +355,7 @@ rna_xml/__init__.pyi,sha256=aUk0kaxu1bMT5z1b2S_CnI0r-p7119GGYDjeV65sx6w,670
|
|
|
355
355
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
356
356
|
sys_info/__init__.pyi,sha256=-GCmGVtiditgEnxiqi7hwH2wbEMmrtUNGvMEbxVezU4,189
|
|
357
357
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
358
|
-
fake_bpy_module-
|
|
359
|
-
fake_bpy_module-
|
|
360
|
-
fake_bpy_module-
|
|
361
|
-
fake_bpy_module-
|
|
358
|
+
fake_bpy_module-20240731.dist-info/METADATA,sha256=4r7ZxLpA9SvjLdM10VWTXbN6cco1l53YoDrC51LFtxc,7188
|
|
359
|
+
fake_bpy_module-20240731.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
360
|
+
fake_bpy_module-20240731.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
361
|
+
fake_bpy_module-20240731.dist-info/RECORD,,
|
freestyle/utils/__init__.pyi
CHANGED
|
@@ -161,7 +161,7 @@ def material_from_fedge(fe):
|
|
|
161
161
|
...
|
|
162
162
|
|
|
163
163
|
def normal_at_I0D(it): ...
|
|
164
|
-
def pairwise(iterable, types={
|
|
164
|
+
def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
|
|
165
165
|
"""Yields a tuple containing the previous and current object"""
|
|
166
166
|
|
|
167
167
|
...
|
|
File without changes
|
|
File without changes
|