fake-bpy-module 20240405__py3-none-any.whl → 20240407__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.

@@ -3,28 +3,18 @@ import bpy_types
3
3
 
4
4
  GenericType = typing.TypeVar("GenericType")
5
5
 
6
- class RigidBodySubPanel(SceneButtonsPanel):
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