fake-bpy-module 20240404__py3-none-any.whl → 20240406__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_operators/geometry_nodes/__init__.pyi +45 -45
- bl_operators/node/__init__.pyi +9 -9
- bl_ui/properties_data_curve/__init__.pyi +59 -59
- bl_ui/properties_data_mesh/__init__.pyi +96 -96
- bl_ui/properties_freestyle/__init__.pyi +10 -10
- bl_ui/properties_paint_common/__init__.pyi +205 -205
- bl_ui/properties_scene/__init__.pyi +12 -12
- bl_ui/properties_texture/__init__.pyi +12 -12
- bl_ui/space_image/__init__.pyi +893 -893
- bl_ui/space_userpref/__init__.pyi +2 -2
- bl_ui/space_view3d/__init__.pyi +1278 -1099
- bl_ui/space_view3d_toolbar/__init__.pyi +1201 -1201
- bpy/ops/curves/__init__.pyi +62 -0
- bpy/ops/export_scene/__init__.pyi +3 -3
- bpy/ops/nla/__init__.pyi +3 -3
- bpy/ops/sculpt/__init__.pyi +2 -2
- bpy/types/__init__.pyi +38677 -38619
- bpy/utils/previews/__init__.pyi +0 -45
- bpy_types/__init__.pyi +543 -543
- {fake_bpy_module-20240404.dist-info → fake_bpy_module-20240406.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240404.dist-info → fake_bpy_module-20240406.dist-info}/RECORD +23 -23
- {fake_bpy_module-20240404.dist-info → fake_bpy_module-20240406.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240404.dist-info → fake_bpy_module-20240406.dist-info}/top_level.txt +0 -0
|
@@ -10493,10 +10493,10 @@ class USERPREF_PT_system_os_settings(bpy_types._GenericUI):
|
|
|
10493
10493
|
"""
|
|
10494
10494
|
...
|
|
10495
10495
|
|
|
10496
|
-
def draw_centered(self,
|
|
10496
|
+
def draw_centered(self, context, layout):
|
|
10497
10497
|
"""
|
|
10498
10498
|
|
|
10499
|
-
:param
|
|
10499
|
+
:param context:
|
|
10500
10500
|
:param layout:
|
|
10501
10501
|
"""
|
|
10502
10502
|
...
|