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

@@ -1958,10 +1958,8 @@ class IMAGE_PT_paint_settings_advanced(bpy.types.Panel, ImagePaintPanel):
1958
1958
  """
1959
1959
 
1960
1960
  class IMAGE_PT_uv_sculpt_curve(bpy.types.Panel, ImagePaintPanel):
1961
- bl_category: typing.Any
1962
1961
  bl_context: typing.Any
1963
1962
  bl_label: typing.Any
1964
- bl_options: typing.Any
1965
1963
  bl_region_type: typing.Any
1966
1964
  bl_rna: typing.Any
1967
1965
  bl_space_type: typing.Any
@@ -1988,7 +1986,6 @@ class IMAGE_PT_uv_sculpt_curve(bpy.types.Panel, ImagePaintPanel):
1988
1986
  """
1989
1987
 
1990
1988
  class IMAGE_PT_uv_sculpt_options(bpy.types.Panel, ImagePaintPanel):
1991
- bl_category: typing.Any
1992
1989
  bl_context: typing.Any
1993
1990
  bl_label: typing.Any
1994
1991
  bl_region_type: typing.Any
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20241120
3
+ Version: 20241121
4
4
  Summary: Collection of the fake Blender Python API module for the code completion.
5
5
  Author: nutti
6
6
  Author-email: nutti.metro@gmail.com
@@ -157,7 +157,7 @@ bl_ui/space_console/__init__.pyi,sha256=jHE-NegnXq5WiuRTy89jw6hkYwLAjwEJryGzPJ7G
157
157
  bl_ui/space_dopesheet/__init__.pyi,sha256=1GCQ2DNekJvyEknCS-MxR3ISnR7vBU_E_lM9jEoTz04,17342
158
158
  bl_ui/space_filebrowser/__init__.pyi,sha256=mFlZd3CLqrkdD-_nftH3A8f1hVHwHeGUvWBFEpIIoaM,19466
159
159
  bl_ui/space_graph/__init__.pyi,sha256=7XFWtjx8rwzqzsIpnXcZbVgHHp1Xa6gr-GSxy5f7MhI,10909
160
- bl_ui/space_image/__init__.pyi,sha256=Q6rgGQ3vJ0QZTcekgTJRVVIuxBeMvvkque8wBSBgV2g,44704
160
+ bl_ui/space_image/__init__.pyi,sha256=eqQqC5XkVstR52N9PV40ffbsAsAIb0MVY0nplrep5r8,44621
161
161
  bl_ui/space_info/__init__.pyi,sha256=u0Bz7_HxRJrOKh0Ae7M0PvcA_H0_qI9dkcN_MW2SJa0,3285
162
162
  bl_ui/space_nla/__init__.pyi,sha256=uT7nGRBlJlDS-wYZGGGuMs17DK-_XsYoa1qkop7ZVyM,9535
163
163
  bl_ui/space_node/__init__.pyi,sha256=OnpafsiQblbl9V6zaxCO7H0i-i9BsSH_XmtjvS84nUA,18798
@@ -358,7 +358,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
358
358
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
359
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
360
360
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
361
- fake_bpy_module-20241120.dist-info/METADATA,sha256=mqhtIVlKbZsuh3Sh9RKeEDdXk_0ak9x7bRBMSHJjRyM,7289
362
- fake_bpy_module-20241120.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
363
- fake_bpy_module-20241120.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
- fake_bpy_module-20241120.dist-info/RECORD,,
361
+ fake_bpy_module-20241121.dist-info/METADATA,sha256=LEIzf1ZQrKXqxTWRYFFCp8fkOaEqK9tYJsUBtjBCDY8,7289
362
+ fake_bpy_module-20241121.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
363
+ fake_bpy_module-20241121.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
364
+ fake_bpy_module-20241121.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.5.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5