fake-bpy-module 20240405__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_view3d/__init__.pyi +1278 -1099
- bl_ui/space_view3d_toolbar/__init__.pyi +1201 -1201
- bpy/ops/curves/__init__.pyi +31 -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 +38252 -38221
- bpy/utils/previews/__init__.pyi +0 -45
- bpy_types/__init__.pyi +543 -543
- {fake_bpy_module-20240405.dist-info → fake_bpy_module-20240406.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240405.dist-info → fake_bpy_module-20240406.dist-info}/RECORD +22 -22
- {fake_bpy_module-20240405.dist-info → fake_bpy_module-20240406.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240405.dist-info → fake_bpy_module-20240406.dist-info}/top_level.txt +0 -0
|
@@ -3,28 +3,18 @@ import bpy_types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
class
|
|
6
|
+
class SceneButtonsPanel:
|
|
7
7
|
""" """
|
|
8
8
|
|
|
9
9
|
bl_context: typing.Any
|
|
10
10
|
""" """
|
|
11
11
|
|
|
12
|
-
bl_parent_id: typing.Any
|
|
13
|
-
""" """
|
|
14
|
-
|
|
15
12
|
bl_region_type: typing.Any
|
|
16
13
|
""" """
|
|
17
14
|
|
|
18
15
|
bl_space_type: typing.Any
|
|
19
16
|
""" """
|
|
20
17
|
|
|
21
|
-
def poll(self, context):
|
|
22
|
-
"""
|
|
23
|
-
|
|
24
|
-
:param context:
|
|
25
|
-
"""
|
|
26
|
-
...
|
|
27
|
-
|
|
28
18
|
class SCENE_PT_audio(bpy_types._GenericUI):
|
|
29
19
|
""" """
|
|
30
20
|
|
|
@@ -2260,14 +2250,24 @@ class SceneKeyingSetsPanel:
|
|
|
2260
2250
|
"""
|
|
2261
2251
|
...
|
|
2262
2252
|
|
|
2263
|
-
class SceneButtonsPanel:
|
|
2253
|
+
class RigidBodySubPanel(SceneButtonsPanel):
|
|
2264
2254
|
""" """
|
|
2265
2255
|
|
|
2266
2256
|
bl_context: typing.Any
|
|
2267
2257
|
""" """
|
|
2268
2258
|
|
|
2259
|
+
bl_parent_id: typing.Any
|
|
2260
|
+
""" """
|
|
2261
|
+
|
|
2269
2262
|
bl_region_type: typing.Any
|
|
2270
2263
|
""" """
|
|
2271
2264
|
|
|
2272
2265
|
bl_space_type: typing.Any
|
|
2273
2266
|
""" """
|
|
2267
|
+
|
|
2268
|
+
def poll(self, context):
|
|
2269
|
+
"""
|
|
2270
|
+
|
|
2271
|
+
:param context:
|
|
2272
|
+
"""
|
|
2273
|
+
...
|
|
@@ -4261,6 +4261,18 @@ class TEXTURE_UL_texslots(bpy_types._GenericUI):
|
|
|
4261
4261
|
""" """
|
|
4262
4262
|
...
|
|
4263
4263
|
|
|
4264
|
+
class TextureButtonsPanel:
|
|
4265
|
+
""" """
|
|
4266
|
+
|
|
4267
|
+
bl_context: typing.Any
|
|
4268
|
+
""" """
|
|
4269
|
+
|
|
4270
|
+
bl_region_type: typing.Any
|
|
4271
|
+
""" """
|
|
4272
|
+
|
|
4273
|
+
bl_space_type: typing.Any
|
|
4274
|
+
""" """
|
|
4275
|
+
|
|
4264
4276
|
class TextureColorsPoll:
|
|
4265
4277
|
""" """
|
|
4266
4278
|
|
|
@@ -4312,18 +4324,6 @@ class TextureTypePanel(TextureButtonsPanel):
|
|
|
4312
4324
|
"""
|
|
4313
4325
|
...
|
|
4314
4326
|
|
|
4315
|
-
class TextureButtonsPanel:
|
|
4316
|
-
""" """
|
|
4317
|
-
|
|
4318
|
-
bl_context: typing.Any
|
|
4319
|
-
""" """
|
|
4320
|
-
|
|
4321
|
-
bl_region_type: typing.Any
|
|
4322
|
-
""" """
|
|
4323
|
-
|
|
4324
|
-
bl_space_type: typing.Any
|
|
4325
|
-
""" """
|
|
4326
|
-
|
|
4327
4327
|
def context_tex_datablock(context):
|
|
4328
4328
|
""" """
|
|
4329
4329
|
|