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

aud/__init__.pyi CHANGED
@@ -167,7 +167,7 @@ class HRTF:
167
167
  """
168
168
  ...
169
169
 
170
- def loadLeftHrtfSet(self, extension: str, directory) -> HRTF:
170
+ def loadRightHrtfSet(self, extension: str, directory) -> HRTF:
171
171
  """Loads all HRTFs from a directory.
172
172
 
173
173
  :param extension: The file extension of the hrtfs.
@@ -2449,6 +2449,7 @@ class NODE_MT_shader_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
2449
2449
  bl_idname: typing.Any
2450
2450
  bl_label: typing.Any
2451
2451
  bl_rna: typing.Any
2452
+ bl_translation_context: typing.Any
2452
2453
  id_data: typing.Any
2453
2454
 
2454
2455
  def append(self, draw_func):
@@ -2178,6 +2178,7 @@ class NODE_MT_texture_node_add_all(bpy_types.Menu, bpy_types._GenericUI):
2178
2178
  bl_idname: typing.Any
2179
2179
  bl_label: typing.Any
2180
2180
  bl_rna: typing.Any
2181
+ bl_translation_context: typing.Any
2181
2182
  id_data: typing.Any
2182
2183
 
2183
2184
  def append(self, draw_func):
@@ -5188,6 +5188,7 @@ class VIEW3D_MT_edit_armature_names(bpy_types.Menu, bpy_types._GenericUI):
5188
5188
  class VIEW3D_MT_edit_armature_parent(bpy_types.Menu, bpy_types._GenericUI):
5189
5189
  bl_label: typing.Any
5190
5190
  bl_rna: typing.Any
5191
+ bl_translation_context: typing.Any
5191
5192
  id_data: typing.Any
5192
5193
 
5193
5194
  def append(self, draw_func):
@@ -7618,6 +7619,7 @@ class VIEW3D_MT_edit_curves(bpy_types.Menu, bpy_types._GenericUI):
7618
7619
  class VIEW3D_MT_edit_curves_add(bpy_types.Menu, bpy_types._GenericUI):
7619
7620
  bl_label: typing.Any
7620
7621
  bl_rna: typing.Any
7622
+ bl_translation_context: typing.Any
7621
7623
  id_data: typing.Any
7622
7624
 
7623
7625
  def append(self, draw_func):
@@ -31676,6 +31678,7 @@ class VIEW3D_MT_object_modifiers(bpy_types.Menu, bpy_types._GenericUI):
31676
31678
  class VIEW3D_MT_object_parent(bpy_types.Menu, bpy_types._GenericUI):
31677
31679
  bl_label: typing.Any
31678
31680
  bl_rna: typing.Any
31681
+ bl_translation_context: typing.Any
31679
31682
  id_data: typing.Any
31680
31683
 
31681
31684
  def append(self, draw_func):
bpy/types/__init__.pyi CHANGED
@@ -187723,12 +187723,6 @@ class SpaceNodeEditor(Space, bpy_struct):
187723
187723
  :type: str
187724
187724
  """
187725
187725
 
187726
- use_auto_render: bool
187727
- """ Re-render and composite changed layers on 3D edits
187728
-
187729
- :type: bool
187730
- """
187731
-
187732
187726
  def cursor_location_from_region(self, x: int | None, y: int | None):
187733
187727
  """Set the cursor location using region coordinates
187734
187728
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240612
3
+ Version: 20240614
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
@@ -5,7 +5,7 @@ addon_utils/__init__.pyi,sha256=R4k6nv0oHdpapTQdV_B9q-vDN-YWqRsdECpS3Wgez-8,1896
5
5
  addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  animsys_refactor/__init__.pyi,sha256=lZA8a5Poe0YPqbjRFL6jgJ22YQm-yolRNftHG9uO53Q,723
7
7
  animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
- aud/__init__.pyi,sha256=qDOWL_jBPkT6MEil4Tu8VvUX389ftNNBwuIk0mrTgpk,33006
8
+ aud/__init__.pyi,sha256=EcA5fGZb_19ESNLrcIRKnDkd2Qamo8PwH57AWFG5Jhc,33007
9
9
  aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  bgl/__init__.pyi,sha256=38j0L9TDLz7nTFe3O6wjW1L0AeP_Q-DfB1_AvpJ5Yc4,108498
11
11
  bgl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -93,8 +93,8 @@ bl_ui/generic_ui_list/__init__.pyi,sha256=wiHVG8tUGH08FXberdkon893hE-KQOC-wcQdPh
93
93
  bl_ui/node_add_menu/__init__.pyi,sha256=pr8Px9LqhNLN8sHcvVQjQncYK3Hp6MYuY1EMWc_PeVs,8170
94
94
  bl_ui/node_add_menu_compositor/__init__.pyi,sha256=1htwYayZz12_JpOtdunl0xWMTmOHJLdcjqZEkuyuAhk,135924
95
95
  bl_ui/node_add_menu_geometry/__init__.pyi,sha256=xp4IxjFxw6FrNSw744Y1AAiFeQ8p7IlHUAGo0nmp3Mo,369641
96
- bl_ui/node_add_menu_shader/__init__.pyi,sha256=W7-6zMdXfgobkWT9lOvABWiqpEtmVQ5pNzjVCJYx3YE,75872
97
- bl_ui/node_add_menu_texture/__init__.pyi,sha256=lj6RzPOq4JJ4XH59SqhKPlhp7ExGeyOYITq0bU4F_7w,67986
96
+ bl_ui/node_add_menu_shader/__init__.pyi,sha256=6BdOBRu1C5Y3l2OhXZv-UGGexejJs3w_QNsJzEqvMw0,75911
97
+ bl_ui/node_add_menu_texture/__init__.pyi,sha256=jNmuL7QyYnI4HhbT6r-LWJYHg3qMkvD96PMJi7URM_s,68025
98
98
  bl_ui/properties_animviz/__init__.pyi,sha256=NqoHCj7qoQpY9ByEYeVl6QabiafpiXW5omw8DviImF8,754
99
99
  bl_ui/properties_collection/__init__.pyi,sha256=BNhZpoBWZq-g-9Y5mPZs2zcn0aOTKc4lSbD297tjOtc,37172
100
100
  bl_ui/properties_constraint/__init__.pyi,sha256=2DyFtjE9tXZcCsvc_2HR317FePMsEvJ9M2yEfo5XbAc,707039
@@ -160,7 +160,7 @@ bl_ui/space_toolsystem_common/__init__.pyi,sha256=4_lkUFwBtoZqh7hLHCnB3TTrNuUs0e
160
160
  bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=WmiZn4V262GOyTMfq7YAvHdUMu6jjfrQIrsZ20dGhDY,20867
161
161
  bl_ui/space_topbar/__init__.pyi,sha256=5O2KeKSREgivzrKuXs1WRgHOpO7d58fvUfbW4ojuNN8,183460
162
162
  bl_ui/space_userpref/__init__.pyi,sha256=9ffFhZEicWlD_auPDowayHO4CVrf8CYenF1ze21-yB4,553909
163
- bl_ui/space_view3d/__init__.pyi,sha256=Bcb1Y1Lab6fJeXc-OCE8KVxdvtV1uX4JKRXDFXzaJYw,1911638
163
+ bl_ui/space_view3d/__init__.pyi,sha256=8qSja2adVF2Qgp1PGPnc4qNMy_hJvaXxwHLBAhxmZ0g,1911755
164
164
  bl_ui/space_view3d_toolbar/__init__.pyi,sha256=OojxA1PFe3Ib828MbaQsIbn8OugDytc10bpbR0VJzIg,622883
165
165
  bl_ui/temp_anim_layers/__init__.pyi,sha256=K2L2joXW9oCrHKbEX5ZsLUa3zABZ3NJ32YfJO_uwKSY,5947
166
166
  bl_ui/utils/__init__.pyi,sha256=aM2pYPmI0KoYt8B0btBEMJ_1hrxQMn9MrpKSz8xksko,1991
@@ -265,7 +265,7 @@ bpy/ops/workspace/__init__.pyi,sha256=5meuBP_QWCDCkoE2vQqdgBnkeRVsdoOvgqsDqZ1pfz
265
265
  bpy/ops/world/__init__.pyi,sha256=imGbkOZ4Z_mNMwg2TwfpPf1DeGiige4UE-vc9991_tk,1032
266
266
  bpy/path/__init__.pyi,sha256=_sJAmwZHhmcIXbchob_87KT_Nyv6R_qrX76gy9IbDRk,11515
267
267
  bpy/props/__init__.pyi,sha256=vJGG9vmfN5MAwjlFMyI6LxKNJAIzPrhgWA4bPz08dQY,29550
268
- bpy/types/__init__.pyi,sha256=JeBI5UA00e40PgEOyukAdXvRwGAXdSaFSKPR8e5TRhY,5207785
268
+ bpy/types/__init__.pyi,sha256=prs8zj6oCHs-0HFLMcvNreaKRub9_7hek6zaI9cz1xc,5207674
269
269
  bpy/utils/__init__.pyi,sha256=j40qxVYp__ZU4OCAG7Vmw9IlI6Tj1yIm3SduACnsu4k,18625
270
270
  bpy/utils/previews/__init__.pyi,sha256=odPazdv-bjKEVpeX-KfaDGZe5rKlMT11zL_q1SgPK3U,4255
271
271
  bpy/utils/units/__init__.pyi,sha256=Mf5e9M8OwkE2zC-rs5CVV7NfobaI7LQkU0v7u-z9xwI,2655
@@ -302,7 +302,7 @@ freestyle/functions/__init__.pyi,sha256=ZXmo3TBOSEg7gDxSaAe1Who9s7XHOjiVwUnst275
302
302
  freestyle/predicates/__init__.pyi,sha256=2VPAQ-M4LuOy6ANkIYLf5RIGABPYGeuwDh2wVLu22F4,13819
303
303
  freestyle/shaders/__init__.pyi,sha256=VuHMETXrPC8vV4Texb-XGnoUOtSo0n_kigpTfqxFR-I,24803
304
304
  freestyle/types/__init__.pyi,sha256=VCe-VgK250-VNWBE8Si61H3j2O7kTAGQ24M9QLEpEeU,100481
305
- freestyle/utils/__init__.pyi,sha256=CY6e1N8rc1xxgwAhePAN_oIwlpkhC27M1ax4tTK81Q0,5390
305
+ freestyle/utils/__init__.pyi,sha256=88ywLTyjnusOrhmIX8PAChcAkuygLC2sScCDY2QHb8Q,5390
306
306
  freestyle/utils/ContextFunctions/__init__.pyi,sha256=D3585MnopiUbhFr2rpLcaUq570SFcCf3RhGod9iTsvI,3554
307
307
  gpu/__init__.pyi,sha256=0ZBmaKVBFpRxYV4uvzmA-ZN6J-Q3j3_j3T8-YnPuhJ0,7956
308
308
  gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -351,7 +351,7 @@ rna_xml/__init__.pyi,sha256=0qo0Lc6fTAAUSnHNIy0caLHVgK6-hk1havURr61jizM,601
351
351
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
352
352
  sys_info/__init__.pyi,sha256=9MR_HOycufd8IKZQf-QDqUqE8Aj1D8n_Pfvi9wEKtvo,164
353
353
  sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
354
- fake_bpy_module-20240612.dist-info/METADATA,sha256=i3VOPQayMRFDB_E23H-kOxTFsF3ZYAG5sRfhvoFS9EU,7315
355
- fake_bpy_module-20240612.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
356
- fake_bpy_module-20240612.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
357
- fake_bpy_module-20240612.dist-info/RECORD,,
354
+ fake_bpy_module-20240614.dist-info/METADATA,sha256=VN4025fSTiABS1OjBAMUONQKfs3-BI-Fmn0UbFC0TkI,7315
355
+ fake_bpy_module-20240614.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
356
+ fake_bpy_module-20240614.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
357
+ fake_bpy_module-20240614.dist-info/RECORD,,
@@ -160,7 +160,7 @@ def material_from_fedge(fe):
160
160
  ...
161
161
 
162
162
  def normal_at_I0D(it): ...
163
- def pairwise(iterable, types={StrokeVertexIterator, Stroke}):
163
+ def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
164
164
  """Yields a tuple containing the previous and current object"""
165
165
 
166
166
  ...