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

@@ -163,6 +163,7 @@ class NODE_MT_category_texture_pattern(bpy.types.Menu):
163
163
  bl_idname: typing.Any
164
164
  bl_label: typing.Any
165
165
  bl_rna: typing.Any
166
+ bl_translation_context: typing.Any
166
167
  id_data: typing.Any
167
168
 
168
169
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -69,6 +69,7 @@ class VIEWLAYER_PT_eevee_next_layer_passes_light(
69
69
  bl_region_type: typing.Any
70
70
  bl_rna: typing.Any
71
71
  bl_space_type: typing.Any
72
+ bl_translation_context: typing.Any
72
73
  id_data: typing.Any
73
74
 
74
75
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -158,6 +158,7 @@ class GRAPH_MT_key(bpy.types.Menu):
158
158
  class GRAPH_MT_key_blending(bpy.types.Menu):
159
159
  bl_label: typing.Any
160
160
  bl_rna: typing.Any
161
+ bl_translation_context: typing.Any
161
162
  id_data: typing.Any
162
163
 
163
164
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -208,6 +209,7 @@ class GRAPH_MT_key_density(bpy.types.Menu):
208
209
  class GRAPH_MT_key_smoothing(bpy.types.Menu):
209
210
  bl_label: typing.Any
210
211
  bl_rna: typing.Any
212
+ bl_translation_context: typing.Any
211
213
  id_data: typing.Any
212
214
 
213
215
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -1458,6 +1458,7 @@ class SEQUENCER_PT_effect_text_box(SequencerButtonsPanel, bpy.types.Panel):
1458
1458
  bl_region_type: typing.Any
1459
1459
  bl_rna: typing.Any
1460
1460
  bl_space_type: typing.Any
1461
+ bl_translation_context: typing.Any
1461
1462
  id_data: typing.Any
1462
1463
 
1463
1464
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -430,7 +430,7 @@ type CurvesHandleTypeItems = typing.Literal[
430
430
  "FREE", # Free.The handle can be moved anywhere, and doesn't influence the point's other handle.
431
431
  "AUTO", # Auto.The location is automatically calculated to be smooth.
432
432
  "VECTOR", # Vector.The location is calculated to point to the next/previous control point.
433
- "ALIGN", # Align.The location is constrained to point in the opposite direction as the other handleW.
433
+ "ALIGN", # Align.The location is constrained to point in the opposite direction as the other handle.
434
434
  ]
435
435
  type CurvesTypeItems = typing.Literal[
436
436
  "CATMULL_ROM", # Catmull Rom.
@@ -581,7 +581,7 @@ type EventTypeItems = typing.Literal[
581
581
  "ESC", # Esc.
582
582
  "TAB", # Tab.
583
583
  "RET", # Return.Enter.
584
- "SPACE", # Spacebar.Space.
584
+ "SPACE", # Space Bar.Spacebar.
585
585
  "LINE_FEED", # Line Feed.
586
586
  "BACK_SPACE", # Backspace.BkSpace.
587
587
  "DEL", # Delete.Del.
@@ -147,7 +147,7 @@ def unregister(module_name: str | None):
147
147
  """
148
148
 
149
149
  contexts: typing.Any
150
- """ Constant value bpy.app.translations.contexts(default_real=None, default='*', operator_default='Operator', ui_events_keymaps='UI_Events_KeyMaps', plural='Plural', id_action='Action', id_armature='Armature', id_brush='Brush', id_cachefile='CacheFile', id_camera='Camera', id_collection='Collection', id_curves='Curves', id_curve='Curve', id_fs_linestyle='FreestyleLineStyle', id_gpencil='GPencil', id_id='ID', id_image='Image', id_lattice='Lattice', id_library='Library', id_light='Light', id_lightprobe='LightProbe', id_mask='Mask', id_material='Material', id_mesh='Mesh', id_metaball='Metaball', id_movieclip='MovieClip', id_nodetree='NodeTree', id_object='Object', id_paintcurve='PaintCurve', id_palette='Palette', id_particlesettings='ParticleSettings', id_pointcloud='PointCloud', id_scene='Scene', id_screen='Screen', id_sequence='Sequence', id_shapekey='Key', id_simulation='Simulation', id_sound='Sound', id_speaker='Speaker', id_text='Text', id_texture='Texture', id_vfont='VFont', id_volume='Volume', id_windowmanager='WindowManager', id_workspace='WorkSpace', id_world='World', editor_filebrowser='File browser', editor_python_console='Python console', editor_preferences='Preferences', editor_view3d='View3D', amount='Amount', color='Color', constraint='Constraint', time='Time', unit='Unit')
150
+ """ Constant value bpy.app.translations.contexts(default_real=None, default='*', operator_default='Operator', ui_events_keymaps='UI_Events_KeyMaps', plural='Plural', id_action='Action', id_armature='Armature', id_brush='Brush', id_cachefile='CacheFile', id_camera='Camera', id_collection='Collection', id_curves='Curves', id_curve='Curve', id_fs_linestyle='FreestyleLineStyle', id_gpencil='GPencil', id_id='ID', id_image='Image', id_lattice='Lattice', id_library='Library', id_light='Light', id_lightprobe='LightProbe', id_mask='Mask', id_material='Material', id_mesh='Mesh', id_metaball='Metaball', id_movieclip='MovieClip', id_nodetree='NodeTree', id_object='Object', id_paintcurve='PaintCurve', id_palette='Palette', id_particlesettings='ParticleSettings', id_pointcloud='PointCloud', id_scene='Scene', id_screen='Screen', id_sequence='Sequence', id_shapekey='Key', id_simulation='Simulation', id_sound='Sound', id_speaker='Speaker', id_text='Text', id_texture='Texture', id_vfont='VFont', id_volume='Volume', id_windowmanager='WindowManager', id_workspace='WorkSpace', id_world='World', editor_filebrowser='File browser', editor_python_console='Python console', editor_preferences='Preferences', editor_view3d='View3D', amount='Amount', color='Color', constraint='Constraint', modifier='Modifier', navigation='Navigation', render_layer='Render Layer', time='Time', unit='Unit')
151
151
  """
152
152
 
153
153
  contexts_C_to_py: typing.Any
@@ -330,6 +330,8 @@ def gltf(
330
330
  export_negative_frame: typing.Literal["SLIDE", "CROP"] | None = "SLIDE",
331
331
  export_anim_slide_to_zero: bool | None = False,
332
332
  export_bake_animation: bool | None = False,
333
+ export_merge_animation: typing.Literal["NLA_TRACK", "ACTION", "NONE"]
334
+ | None = "ACTION",
333
335
  export_anim_single_armature: bool | None = True,
334
336
  export_reset_pose_bones: bool | None = True,
335
337
  export_current_frame: bool | None = False,
@@ -445,15 +447,15 @@ def gltf(
445
447
  :type export_image_format: typing.Literal['AUTO','JPEG','WEBP','NONE'] | None
446
448
  :param export_image_add_webp: Create WebP, Creates WebP textures for every texture. For already WebP textures, nothing happens
447
449
  :type export_image_add_webp: bool | None
448
- :param export_image_webp_fallback: WebP fallback, For all WebP textures, create a PNG fallback texture
450
+ :param export_image_webp_fallback: WebP Fallback, For all WebP textures, create a PNG fallback texture
449
451
  :type export_image_webp_fallback: bool | None
450
452
  :param export_texture_dir: Textures, Folder to place texture files in. Relative to the .gltf file
451
453
  :type export_texture_dir: str
452
- :param export_jpeg_quality: JPEG quality, Quality of JPEG export
454
+ :param export_jpeg_quality: JPEG Quality, Quality of JPEG export
453
455
  :type export_jpeg_quality: int | None
454
- :param export_image_quality: Image quality, Quality of image export
456
+ :param export_image_quality: Image Quality, Quality of image export
455
457
  :type export_image_quality: int | None
456
- :param export_keep_originals: Keep original, Keep original textures files if possible. WARNING: if you use more than one texture, where pbr standard requires only one, only one texture will be used. This can lead to unexpected results
458
+ :param export_keep_originals: Keep Original, Keep original textures files if possible. WARNING: if you use more than one texture, where pbr standard requires only one, only one texture will be used. This can lead to unexpected results
457
459
  :type export_keep_originals: bool | None
458
460
  :param export_texcoords: UVs, Export UVs (texture coordinates) with meshes
459
461
  :type export_texcoords: bool | None
@@ -461,19 +463,19 @@ def gltf(
461
463
  :type export_normals: bool | None
462
464
  :param export_gn_mesh: Geometry Nodes Instances (Experimental), Export Geometry nodes instance meshes
463
465
  :type export_gn_mesh: bool | None
464
- :param export_draco_mesh_compression_enable: Draco mesh compression, Compress mesh using Draco
466
+ :param export_draco_mesh_compression_enable: Draco Mesh Compression, Compress mesh using Draco
465
467
  :type export_draco_mesh_compression_enable: bool | None
466
- :param export_draco_mesh_compression_level: Compression level, Compression level (0 = most speed, 6 = most compression, higher values currently not supported)
468
+ :param export_draco_mesh_compression_level: Compression Level, Compression level (0 = most speed, 6 = most compression, higher values currently not supported)
467
469
  :type export_draco_mesh_compression_level: int | None
468
- :param export_draco_position_quantization: Position quantization bits, Quantization bits for position values (0 = no quantization)
470
+ :param export_draco_position_quantization: Position Quantization Bits, Quantization bits for position values (0 = no quantization)
469
471
  :type export_draco_position_quantization: int | None
470
- :param export_draco_normal_quantization: Normal quantization bits, Quantization bits for normal values (0 = no quantization)
472
+ :param export_draco_normal_quantization: Normal Quantization Bits, Quantization bits for normal values (0 = no quantization)
471
473
  :type export_draco_normal_quantization: int | None
472
- :param export_draco_texcoord_quantization: Texcoord quantization bits, Quantization bits for texture coordinate values (0 = no quantization)
474
+ :param export_draco_texcoord_quantization: Texcoord Quantization Bits, Quantization bits for texture coordinate values (0 = no quantization)
473
475
  :type export_draco_texcoord_quantization: int | None
474
- :param export_draco_color_quantization: Color quantization bits, Quantization bits for color values (0 = no quantization)
476
+ :param export_draco_color_quantization: Color Quantization Bits, Quantization bits for color values (0 = no quantization)
475
477
  :type export_draco_color_quantization: int | None
476
- :param export_draco_generic_quantization: Generic quantization bits, Quantization bits for generic values like weights or joints (0 = no quantization)
478
+ :param export_draco_generic_quantization: Generic Quantization Bits, Quantization bits for generic values like weights or joints (0 = no quantization)
477
479
  :type export_draco_generic_quantization: int | None
478
480
  :param export_tangents: Tangents, Export vertex tangents with meshes
479
481
  :type export_tangents: bool | None
@@ -488,9 +490,9 @@ def gltf(
488
490
  NONE
489
491
  No export -- Do not export materials, and combine mesh primitive groups, losing material slot information.
490
492
  :type export_materials: typing.Literal['EXPORT','PLACEHOLDER','NONE'] | None
491
- :param export_unused_images: Unused images, Export images not assigned to any material
493
+ :param export_unused_images: Unused Images, Export images not assigned to any material
492
494
  :type export_unused_images: bool | None
493
- :param export_unused_textures: Prepare Unused textures, Export image texture nodes not assigned to any material. This feature is not standard and needs an external extension to be included in the glTF file
495
+ :param export_unused_textures: Prepare Unused Textures, Export image texture nodes not assigned to any material. This feature is not standard and needs an external extension to be included in the glTF file
494
496
  :type export_unused_textures: bool | None
495
497
  :param export_vertex_color: Use Vertex Color, How to export vertex color
496
498
 
@@ -503,9 +505,9 @@ def gltf(
503
505
  NONE
504
506
  None -- Do not export vertex color.
505
507
  :type export_vertex_color: typing.Literal['MATERIAL','ACTIVE','NONE'] | None
506
- :param export_all_vertex_colors: Export all vertex colors, Export all vertex colors, even if not used by any material. If no Vertex Color is used in the mesh materials, a fake COLOR_0 will be created, in order to keep material unchanged
508
+ :param export_all_vertex_colors: Export All Vertex Colors, Export all vertex colors, even if not used by any material. If no Vertex Color is used in the mesh materials, a fake COLOR_0 will be created, in order to keep material unchanged
507
509
  :type export_all_vertex_colors: bool | None
508
- :param export_active_vertex_color_when_no_material: Export active vertex color when no material, When there is no material on object, export active vertex color
510
+ :param export_active_vertex_color_when_no_material: Export Active Vertex Color When No Material, When there is no material on object, export active vertex color
509
511
  :type export_active_vertex_color_when_no_material: bool | None
510
512
  :param export_attributes: Attributes, Export Attributes (when starting with underscore)
511
513
  :type export_attributes: bool | None
@@ -549,7 +551,7 @@ def gltf(
549
551
  :type export_force_sampling: bool | None
550
552
  :param export_pointer_animation: Export Animation Pointer (Experimental), Export material, Light & Camera animation as Animation Pointer. Available only for baked animation mode 'NLA Tracks' and 'Scene'
551
553
  :type export_pointer_animation: bool | None
552
- :param export_animation_mode: Animation mode, Export Animation mode
554
+ :param export_animation_mode: Animation Mode, Export Animation mode
553
555
 
554
556
  ACTIONS
555
557
  Actions -- Export actions (actives and on NLA tracks) as separate animations.
@@ -580,11 +582,11 @@ def gltf(
580
582
  :type export_leaf_bone: bool | None
581
583
  :param export_optimize_animation_size: Optimize Animation Size, Reduce exported file size by removing duplicate keyframes
582
584
  :type export_optimize_animation_size: bool | None
583
- :param export_optimize_animation_keep_anim_armature: Force keeping channels for bones, If all keyframes are identical in a rig, force keeping the minimal animation. When off, all possible channels for the bones will be exported, even if empty (minimal animation, 2 keyframes)
585
+ :param export_optimize_animation_keep_anim_armature: Force Keeping Channels for Bones, If all keyframes are identical in a rig, force keeping the minimal animation. When off, all possible channels for the bones will be exported, even if empty (minimal animation, 2 keyframes)
584
586
  :type export_optimize_animation_keep_anim_armature: bool | None
585
- :param export_optimize_animation_keep_anim_object: Force keeping channel for objects, If all keyframes are identical for object transformations, force keeping the minimal animation
587
+ :param export_optimize_animation_keep_anim_object: Force Keeping Channel for Objects, If all keyframes are identical for object transformations, force keeping the minimal animation
586
588
  :type export_optimize_animation_keep_anim_object: bool | None
587
- :param export_optimize_disable_viewport: Disable viewport for other objects, When exporting animations, disable viewport for other objects, for performance
589
+ :param export_optimize_disable_viewport: Disable Viewport for Other Objects, When exporting animations, disable viewport for other objects, for performance
588
590
  :type export_optimize_disable_viewport: bool | None
589
591
  :param export_negative_frame: Negative Frames, Negative Frames are slid or cropped
590
592
 
@@ -594,13 +596,24 @@ def gltf(
594
596
  CROP
595
597
  Crop -- Keep only frames above frame 0.
596
598
  :type export_negative_frame: typing.Literal['SLIDE','CROP'] | None
597
- :param export_anim_slide_to_zero: Set all glTF Animation starting at 0, Set all glTF animation starting at 0.0s. Can be useful for looping animations
599
+ :param export_anim_slide_to_zero: Set All glTF Animation Starting at 0, Set all glTF animation starting at 0.0s. Can be useful for looping animations
598
600
  :type export_anim_slide_to_zero: bool | None
599
601
  :param export_bake_animation: Bake All Objects Animations, Force exporting animation on every object. Can be useful when using constraints or driver. Also useful when exporting only selection
600
602
  :type export_bake_animation: bool | None
603
+ :param export_merge_animation: Merge Animation, Merge Animations
604
+
605
+ NLA_TRACK
606
+ NLA Track Names -- Merge by NLA Track Names.
607
+
608
+ ACTION
609
+ Actions -- Merge by Actions.
610
+
611
+ NONE
612
+ No Merge -- Do Not Merge Animations.
613
+ :type export_merge_animation: typing.Literal['NLA_TRACK','ACTION','NONE'] | None
601
614
  :param export_anim_single_armature: Export all Armature Actions, Export all actions, bound to a single armature. WARNING: Option does not support exports including multiple armatures
602
615
  :type export_anim_single_armature: bool | None
603
- :param export_reset_pose_bones: Reset pose bones between actions, Reset pose bones between each action exported. This is needed when some bones are not keyed on some animations
616
+ :param export_reset_pose_bones: Reset Pose Bones Between Actions, Reset pose bones between each action exported. This is needed when some bones are not keyed on some animations
604
617
  :type export_reset_pose_bones: bool | None
605
618
  :param export_current_frame: Use Current Frame as Object Rest Transformations, Export the scene in the current animation frame. When off, frame 0 is used as rest transformations for objects
606
619
  :type export_current_frame: bool | None
@@ -622,29 +635,29 @@ def gltf(
622
635
  :type export_morph_tangent: bool | None
623
636
  :param export_morph_animation: Shape Key Animations, Export shape keys animations (morph targets)
624
637
  :type export_morph_animation: bool | None
625
- :param export_morph_reset_sk_data: Reset shape keys between actions, Reset shape keys between each action exported. This is needed when some SK channels are not keyed on some animations
638
+ :param export_morph_reset_sk_data: Reset Shape Keys Between Actions, Reset shape keys between each action exported. This is needed when some SK channels are not keyed on some animations
626
639
  :type export_morph_reset_sk_data: bool | None
627
640
  :param export_lights: Punctual Lights, Export directional, point, and spot lights. Uses "KHR_lights_punctual" glTF extension
628
641
  :type export_lights: bool | None
629
- :param export_try_sparse_sk: Use Sparse Accessor if better, Try using Sparse Accessor if it saves space
642
+ :param export_try_sparse_sk: Use Sparse Accessor if Better, Try using Sparse Accessor if it saves space
630
643
  :type export_try_sparse_sk: bool | None
631
- :param export_try_omit_sparse_sk: Omitting Sparse Accessor if data is empty, Omitting Sparse Accessor if data is empty
644
+ :param export_try_omit_sparse_sk: Omitting Sparse Accessor if Data is Empty, Omitting Sparse Accessor if data is empty
632
645
  :type export_try_omit_sparse_sk: bool | None
633
646
  :param export_gpu_instances: GPU Instances, Export using EXT_mesh_gpu_instancing. Limited to children of a given Empty. Multiple materials might be omitted
634
647
  :type export_gpu_instances: bool | None
635
648
  :param export_action_filter: Filter Actions, Filter Actions to be exported
636
649
  :type export_action_filter: bool | None
637
- :param export_convert_animation_pointer: Convert TRS/weights to Animation Pointer, Export TRS and weights as Animation Pointer. Using KHR_animation_pointer extension
650
+ :param export_convert_animation_pointer: Convert TRS/Weights to Animation Pointer, Export TRS and weights as Animation Pointer. Using KHR_animation_pointer extension
638
651
  :type export_convert_animation_pointer: bool | None
639
652
  :param export_nla_strips: Group by NLA Track, When on, multiple actions become part of the same glTF animation if they're pushed onto NLA tracks with the same name. When off, all the currently assigned actions become one glTF animation
640
653
  :type export_nla_strips: bool | None
641
- :param export_original_specular: Export original PBR Specular, Export original glTF PBR Specular, instead of Blender Principled Shader Specular
654
+ :param export_original_specular: Export Original PBR Specular, Export original glTF PBR Specular, instead of Blender Principled Shader Specular
642
655
  :type export_original_specular: bool | None
643
656
  :param will_save_settings: Remember Export Settings, Store glTF export settings in the Blender project
644
657
  :type will_save_settings: bool | None
645
658
  :param export_hierarchy_full_collections: Full Collection Hierarchy, Export full hierarchy, including intermediate collections
646
659
  :type export_hierarchy_full_collections: bool | None
647
- :param export_extra_animations: Prepare extra animations, Export additional animations.This feature is not standard and needs an external extension to be included in the glTF file
660
+ :param export_extra_animations: Prepare Extra Animations, Export additional animations.This feature is not standard and needs an external extension to be included in the glTF file
648
661
  :type export_extra_animations: bool | None
649
662
  :param export_loglevel: Log Level, Log Level
650
663
  :type export_loglevel: int | None
@@ -179,9 +179,9 @@ def gltf(
179
179
  :type bone_shape_scale_factor: float | None
180
180
  :param guess_original_bind_pose: Guess Original Bind Pose, Try to guess the original bind pose for skinned meshes from the inverse bind matrices. When off, use default/rest pose as bind pose
181
181
  :type guess_original_bind_pose: bool | None
182
- :param import_webp_texture: Import WebP textures, If a texture exists in WebP format, loads the WebP texture instead of the fallback PNG/JPEG one
182
+ :param import_webp_texture: Import WebP Textures, If a texture exists in WebP format, loads the WebP texture instead of the fallback PNG/JPEG one
183
183
  :type import_webp_texture: bool | None
184
- :param import_select_created_objects: Select imported objects, Select created objects at the end of the import
184
+ :param import_select_created_objects: Select Imported Objects, Select created objects at the end of the import
185
185
  :type import_select_created_objects: bool | None
186
186
  :param import_scene_extras: Import Scene Extras, Import scene extras as custom properties. Existing custom properties will be overwritten
187
187
  :type import_scene_extras: bool | None
bpy/types/__init__.pyi CHANGED
@@ -118607,7 +118607,7 @@ Utility function for (tail - head)(readonly)"""
118607
118607
  | mathutils.Matrix,
118608
118608
  *,
118609
118609
  axis: collections.abc.Iterable[float] | None = (0.0, 0.0, 0.0),
118610
- ):
118610
+ ) -> tuple[mathutils.Vector, float]:
118611
118611
  """Convert a rotational matrix to the axis + roll representation. Note that the resulting value of the roll may not be as expected if the matrix has shear or negative determinant.
118612
118612
 
118613
118613
  :param matrix: The orientation matrix of the bone
@@ -118617,6 +118617,7 @@ Utility function for (tail - head)(readonly)"""
118617
118617
  :return: result_axis, The main axis of the bone, `mathutils.Vector` of 3 items in [-inf, inf]
118618
118618
 
118619
118619
  result_roll, The roll of the bone, float in [-inf, inf]
118620
+ :rtype: tuple[mathutils.Vector, float]
118620
118621
  """
118621
118622
 
118622
118623
  def parent_index(self, parent_test):
@@ -122169,7 +122170,9 @@ class Camera(ID, bpy_struct):
122169
122170
  :type: typing.Literal['PERSP','ORTHO','PANO']
122170
122171
  """
122171
122172
 
122172
- def view_frame(self, *, scene: Scene | None = None):
122173
+ def view_frame(
122174
+ self, *, scene: Scene | None = None
122175
+ ) -> tuple[mathutils.Vector, mathutils.Vector, mathutils.Vector, mathutils.Vector]:
122173
122176
  """Return 4 points for the cameras frame (before object transformation)
122174
122177
 
122175
122178
  :param scene: Scene to use for aspect calculation, when omitted 1:1 aspect is used
@@ -122181,6 +122184,7 @@ class Camera(ID, bpy_struct):
122181
122184
  result_3, Result, `mathutils.Vector` of 3 items in [-inf, inf]
122182
122185
 
122183
122186
  result_4, Result, `mathutils.Vector` of 3 items in [-inf, inf]
122187
+ :rtype: tuple[mathutils.Vector, mathutils.Vector, mathutils.Vector, mathutils.Vector]
122184
122188
  """
122185
122189
 
122186
122190
  @classmethod
@@ -174493,7 +174497,9 @@ class Mesh(ID, bpy_struct):
174493
174497
  def calc_loop_triangles(self):
174494
174498
  """Calculate loop triangle tessellation (supports editmode too)"""
174495
174499
 
174496
- def calc_smooth_groups(self, *, use_bitflags: bool | None = False):
174500
+ def calc_smooth_groups(
174501
+ self, *, use_bitflags: bool | None = False
174502
+ ) -> tuple[bpy_prop_array[int], int]:
174497
174503
  """Calculate smooth groups from sharp edges
174498
174504
 
174499
174505
  :param use_bitflags: Produce bitflags groups instead of simple numeric values
@@ -174501,6 +174507,7 @@ class Mesh(ID, bpy_struct):
174501
174507
  :return: poly_groups, Smooth Groups, int array of 1 items in [-inf, inf]
174502
174508
 
174503
174509
  groups, Total number of groups, int in [0, inf]
174510
+ :rtype: tuple[bpy_prop_array[int], int]
174504
174511
  """
174505
174512
 
174506
174513
  def normals_split_custom_set(
@@ -174681,10 +174688,10 @@ class MeshCacheModifier(Modifier, bpy_struct):
174681
174688
  :type: str
174682
174689
  """
174683
174690
 
174684
- flip_axis: set[bpy._typing.rna_enums.AxisFlagXyzItems]
174691
+ flip_axis: bpy_prop_array[bool]
174685
174692
  """
174686
174693
 
174687
- :type: set[bpy._typing.rna_enums.AxisFlagXyzItems]
174694
+ :type: bpy_prop_array[bool]
174688
174695
  """
174689
174696
 
174690
174697
  forward_axis: bpy._typing.rna_enums.ObjectAxisItems
@@ -186085,7 +186092,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
186085
186092
 
186086
186093
  def camera_fit_coords(
186087
186094
  self, depsgraph: Depsgraph | None, coordinates: collections.abc.Iterable[float]
186088
- ):
186095
+ ) -> tuple[mathutils.Vector, float]:
186089
186096
  """Compute the coordinate (and scale for ortho cameras) given object should be to 'see' all given coordinates
186090
186097
 
186091
186098
  :param depsgraph: Depsgraph to get evaluated data from
@@ -186095,6 +186102,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
186095
186102
  :return: co_return, The location to aim to be able to see all given points, `mathutils.Vector` of 3 items in [-inf, inf]
186096
186103
 
186097
186104
  scale_return, The ortho scale to aim to be able to see all given points (if relevant), float in [-inf, inf]
186105
+ :rtype: tuple[mathutils.Vector, float]
186098
186106
  """
186099
186107
 
186100
186108
  def crazyspace_eval(self, depsgraph: Depsgraph | None, scene: Scene | None):
@@ -186221,7 +186229,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
186221
186229
  *,
186222
186230
  distance: float | None = 1.70141e38,
186223
186231
  depsgraph: Depsgraph | None = None,
186224
- ):
186232
+ ) -> tuple[bool, mathutils.Vector, mathutils.Vector, int]:
186225
186233
  """Cast a ray onto evaluated geometry, in object space (using context's or provided depsgraph to get evaluated mesh if needed)
186226
186234
 
186227
186235
  :param origin: Origin of the ray, in object space
@@ -186239,6 +186247,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
186239
186247
  normal, The face normal at the ray cast hit location, `mathutils.Vector` of 3 items in [-inf, inf]
186240
186248
 
186241
186249
  index, The face index, -1 when original data isn't available, int in [-inf, inf]
186250
+ :rtype: tuple[bool, mathutils.Vector, mathutils.Vector, int]
186242
186251
  """
186243
186252
 
186244
186253
  def closest_point_on_mesh(
@@ -186247,7 +186256,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
186247
186256
  *,
186248
186257
  distance: float | None = 1.84467e19,
186249
186258
  depsgraph: Depsgraph | None = None,
186250
- ):
186259
+ ) -> tuple[bool, mathutils.Vector, mathutils.Vector, int]:
186251
186260
  """Find the nearest point on evaluated geometry, in object space (using context's or provided depsgraph to get evaluated mesh if needed)
186252
186261
 
186253
186262
  :param origin: Point to find closest geometry from (in object space)
@@ -186263,6 +186272,7 @@ Warning: Only takes into account object parenting, so e.g. in case of bone paren
186263
186272
  normal, The face normal at the closest point, `mathutils.Vector` of 3 items in [-inf, inf]
186264
186273
 
186265
186274
  index, The face index, -1 when original data isn't available, int in [-inf, inf]
186275
+ :rtype: tuple[bool, mathutils.Vector, mathutils.Vector, int]
186266
186276
  """
186267
186277
 
186268
186278
  def is_modified(
@@ -191528,7 +191538,7 @@ Utility function for (tail - head)(readonly)"""
191528
191538
 
191529
191539
  def bbone_segment_index(
191530
191540
  self, point: collections.abc.Sequence[float] | mathutils.Vector | None
191531
- ):
191541
+ ) -> tuple[int, float]:
191532
191542
  """Retrieve the index and blend factor of the B-Bone segments based on vertex position
191533
191543
 
191534
191544
  :param point: Point, Vertex position in armature pose space
@@ -191536,6 +191546,7 @@ Utility function for (tail - head)(readonly)"""
191536
191546
  :return: index, The index of the first segment joint affecting the point, int in [-inf, inf]
191537
191547
 
191538
191548
  blend_next, The blend factor between the given and the following joint, float in [-inf, inf]
191549
+ :rtype: tuple[int, float]
191539
191550
  """
191540
191551
 
191541
191552
  def bbone_segment_matrix(
@@ -191559,7 +191570,7 @@ Utility function for (tail - head)(readonly)"""
191559
191570
  rest: bool | None = False,
191560
191571
  ease: bool | None = False,
191561
191572
  offsets: bool | None = False,
191562
- ):
191573
+ ) -> tuple[mathutils.Vector, float, mathutils.Vector, float]:
191563
191574
  """Retrieve the vectors and rolls coming from B-Bone custom handles
191564
191575
 
191565
191576
  :param rest: Return the rest pose state
@@ -191575,6 +191586,7 @@ Utility function for (tail - head)(readonly)"""
191575
191586
  handle2, The direction vector of the end handle in bone local space, `mathutils.Vector` of 3 items in [-inf, inf]
191576
191587
 
191577
191588
  roll2, Roll of the end handle, float in [-inf, inf]
191589
+ :rtype: tuple[mathutils.Vector, float, mathutils.Vector, float]
191578
191590
  """
191579
191591
 
191580
191592
  def parent_index(self, parent_test):
@@ -196866,7 +196878,7 @@ class RigidBodyWorld(bpy_struct):
196866
196878
  object: Object,
196867
196879
  start: collections.abc.Sequence[float] | mathutils.Vector | None,
196868
196880
  end: collections.abc.Sequence[float] | mathutils.Vector | None,
196869
- ):
196881
+ ) -> tuple[mathutils.Vector, mathutils.Vector, mathutils.Vector, int]:
196870
196882
  """Sweep test convex rigidbody against the current rigidbody world
196871
196883
 
196872
196884
  :param object: Rigidbody object with a convex collision shape
@@ -196882,6 +196894,7 @@ class RigidBodyWorld(bpy_struct):
196882
196894
  normal, The face normal at the sweep test hit location, `mathutils.Vector` of 3 items in [-inf, inf]
196883
196895
 
196884
196896
  has_hit, If the function has found collision point, value is 1, otherwise 0, int in [-inf, inf]
196897
+ :rtype: tuple[mathutils.Vector, mathutils.Vector, mathutils.Vector, int]
196885
196898
  """
196886
196899
 
196887
196900
  @classmethod
@@ -197601,7 +197614,7 @@ class Scene(ID, bpy_struct):
197601
197614
  direction: collections.abc.Sequence[float] | mathutils.Vector | None,
197602
197615
  *,
197603
197616
  distance: float | None = 1.70141e38,
197604
- ) -> Object:
197617
+ ) -> tuple[bool, mathutils.Vector, mathutils.Vector, int, Object, mathutils.Matrix]:
197605
197618
  """Cast a ray onto in object space
197606
197619
 
197607
197620
  :param depsgraph: The current dependency graph
@@ -197623,7 +197636,7 @@ class Scene(ID, bpy_struct):
197623
197636
  object, Ray cast object, `Object`
197624
197637
 
197625
197638
  matrix, Matrix, `mathutils.Matrix` of 4 * 4 items in [-inf, inf]
197626
- :rtype: Object
197639
+ :rtype: tuple[bool, mathutils.Vector, mathutils.Vector, int, Object, mathutils.Matrix]
197627
197640
  """
197628
197641
 
197629
197642
  def sequence_editor_create(self) -> SequenceEditor:
@@ -205724,7 +205737,9 @@ class ShaderNodeTexPointDensity(ShaderNode, NodeInternal, Node, bpy_struct):
205724
205737
  :rtype: bpy_prop_array[float]
205725
205738
  """
205726
205739
 
205727
- def calc_point_density_minmax(self, *, depsgraph: Depsgraph | None = None):
205740
+ def calc_point_density_minmax(
205741
+ self, *, depsgraph: Depsgraph | None = None
205742
+ ) -> tuple[mathutils.Vector, mathutils.Vector]:
205728
205743
  """Calculate point density
205729
205744
 
205730
205745
  :param depsgraph:
@@ -205732,6 +205747,7 @@ class ShaderNodeTexPointDensity(ShaderNode, NodeInternal, Node, bpy_struct):
205732
205747
  :return: min, min, `mathutils.Vector` of 3 items in [-inf, inf]
205733
205748
 
205734
205749
  max, max, `mathutils.Vector` of 3 items in [-inf, inf]
205750
+ :rtype: tuple[mathutils.Vector, mathutils.Vector]
205735
205751
  """
205736
205752
 
205737
205753
  @classmethod
@@ -225102,7 +225118,9 @@ class UIList(bpy_struct):
225102
225118
  :type layout: UILayout
225103
225119
  """
225104
225120
 
225105
- def filter_items(self, context: Context, data: typing.Any | None, property: str):
225121
+ def filter_items(
225122
+ self, context: Context, data: typing.Any | None, property: str
225123
+ ) -> tuple[bpy_prop_array[int], bpy_prop_array[int]]:
225106
225124
  """Filter and/or re-order items of the collection (output filter results in filter_flags, and reorder results in filter_neworder arrays)
225107
225125
 
225108
225126
  :param context:
@@ -225114,6 +225132,7 @@ class UIList(bpy_struct):
225114
225132
  :return: filter_flags, An array of filter flags, one for each item in the collection (NOTE: The upper 16 bits, including FILTER_ITEM, are reserved, only use the lower 16 bits for custom usages), int array of 1 items in [0, inf]
225115
225133
 
225116
225134
  filter_neworder, An array of indices, one for each item in the collection, mapping the org index to the new one, int array of 1 items in [0, inf]
225135
+ :rtype: tuple[bpy_prop_array[int], bpy_prop_array[int]]
225117
225136
  """
225118
225137
 
225119
225138
  @classmethod
@@ -228425,13 +228444,13 @@ class View3DShading(bpy_struct):
228425
228444
  """
228426
228445
 
228427
228446
  xray_alpha: float
228428
- """ Amount of alpha to use
228447
+ """ Amount of opacity to use
228429
228448
 
228430
228449
  :type: float
228431
228450
  """
228432
228451
 
228433
228452
  xray_alpha_wireframe: float
228434
- """ Amount of alpha to use
228453
+ """ Amount of opacity to use
228435
228454
 
228436
228455
  :type: float
228437
228456
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: fake-bpy-module
3
- Version: 20250112
3
+ Version: 20250114
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
@@ -107,7 +107,7 @@ bl_ui/node_add_menu/__init__.pyi,sha256=47u8vW3h1ub07M_kPJfQ1pbEdHeckMek5HSTwfYR
107
107
  bl_ui/node_add_menu_compositor/__init__.pyi,sha256=Xyt38vc4UpTKxmANEt786uFNnjEDLF04O7OtFJiyc2A,9793
108
108
  bl_ui/node_add_menu_geometry/__init__.pyi,sha256=B1Hc_HPujxSaE8Onv5VPvaxsc49cQEfikZ_-d-zHBag,28540
109
109
  bl_ui/node_add_menu_shader/__init__.pyi,sha256=sbKk_FrjWk5bdMjv7ZoZ70KVBfiWaAUpv-u1845_1bE,5987
110
- bl_ui/node_add_menu_texture/__init__.pyi,sha256=sNBQZ2K5eXKcCbJKtBu2Ldx45Ds2jgyOZq01wiUkACk,5201
110
+ bl_ui/node_add_menu_texture/__init__.pyi,sha256=cdiUEckT1jxSVgNSpAe_sFuJolDtIs6l4NBFLoieHZ8,5240
111
111
  bl_ui/properties_animviz/__init__.pyi,sha256=3qdld3djZH4LXWRv5bmBgA0tX3OnD1RNrwzxREPqFGc,662
112
112
  bl_ui/properties_collection/__init__.pyi,sha256=8RMhD3OoeJjNkOTDeQQ1ai-q1qrkI17ZeEaVHmC3XhE,4334
113
113
  bl_ui/properties_constraint/__init__.pyi,sha256=JljYpXi7gn8TkUMS2ZTdDK-RVsHCnN1gQpS7j-TPbtw,61000
@@ -149,21 +149,21 @@ bl_ui/properties_physics_softbody/__init__.pyi,sha256=YU3C0AeOCWqB9f9YjVSH8F4FmA
149
149
  bl_ui/properties_render/__init__.pyi,sha256=9W1lg0hQZ-6kK808v4bRMB5wQ9vE5LORtBJ3434YE6g,33878
150
150
  bl_ui/properties_scene/__init__.pyi,sha256=NaTdJK2mIrAwjp5sJFo98ipm4Uvk6C1pSFCofA_bF_c,12508
151
151
  bl_ui/properties_texture/__init__.pyi,sha256=8d7ZCVj0-wZLdtj3Fzan96sCP4p_TZg0C_NoQILGo-A,21060
152
- bl_ui/properties_view_layer/__init__.pyi,sha256=J7N_wlyCDA_Awz4SZ1LU9H03kbEncWsibqU5Ja7ZRt0,9204
152
+ bl_ui/properties_view_layer/__init__.pyi,sha256=TovT-zfWqw63JTXntcJbzKJ_72lSMfQI6BVuyEcPYK4,9243
153
153
  bl_ui/properties_workspace/__init__.pyi,sha256=ssIg71Vro4yRSS2302fKnsWRhyjBZtSyY59dOg71z1w,3463
154
154
  bl_ui/properties_world/__init__.pyi,sha256=2BvXUUUI6BdaA61DKNR3xNGGLSiK5kfeHW25x-s4p7w,9145
155
155
  bl_ui/space_clip/__init__.pyi,sha256=I9bHrnPSZnkPYGxKw3tlUqch3FnyL4fpyjIzG-rqpKk,45001
156
156
  bl_ui/space_console/__init__.pyi,sha256=jHE-NegnXq5WiuRTy89jw6hkYwLAjwEJryGzPJ7GrZw,3273
157
157
  bl_ui/space_dopesheet/__init__.pyi,sha256=1VTtwpoxDb56GB8pt93MAhdybZbLzeWX7Im9VNYLwLg,18072
158
158
  bl_ui/space_filebrowser/__init__.pyi,sha256=mFlZd3CLqrkdD-_nftH3A8f1hVHwHeGUvWBFEpIIoaM,19466
159
- bl_ui/space_graph/__init__.pyi,sha256=7XFWtjx8rwzqzsIpnXcZbVgHHp1Xa6gr-GSxy5f7MhI,10909
159
+ bl_ui/space_graph/__init__.pyi,sha256=cO21vtPuhxnj57ylVGmpJFDbsPIttY0i7Hjep_kLTOo,10987
160
160
  bl_ui/space_image/__init__.pyi,sha256=HO1Je2i9wtBtwirMt8LvXsj3uiMGjHLI8ML2S1zCLqY,44587
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=sHP77K93twJEnel9dlQFAMjCBhLpC58LS6oK96OP1xo,17979
164
164
  bl_ui/space_outliner/__init__.pyi,sha256=o_7H2lQtpKIncGyBU2lL7SHOp-emrqicrRoOBkjwMIg,8090
165
165
  bl_ui/space_properties/__init__.pyi,sha256=U4lQ2UupgDfM0RBCSQrI-MlmNG2pOtBxwn5gED-7jzU,2708
166
- bl_ui/space_sequencer/__init__.pyi,sha256=majDM6-RLT5xfu4BZHiVlqQzVXu08qIStiQ-3Nv5nJk,55215
166
+ bl_ui/space_sequencer/__init__.pyi,sha256=dEuhZNffPLDKuRjgUKQpNwBYs-r9_tCesoG_9WwuV2g,55254
167
167
  bl_ui/space_spreadsheet/__init__.pyi,sha256=FcAaZ7hZHyyk9EmM8YuVaDZhFFafRUPbrnXftJ74xMY,1450
168
168
  bl_ui/space_statusbar/__init__.pyi,sha256=uz_efXSX0cK9jOf_V-GCveZ1JWid8rae4wYEvLZ3QkY,613
169
169
  bl_ui/space_text/__init__.pyi,sha256=l5CwsrWjvBl_CQQQqfjH7SbRVeAkK7z9R8UAi7GY59c,8799
@@ -191,12 +191,12 @@ bmesh/utils/__init__.pyi,sha256=XNhFTqYQPL7ZUvljUTQkN0X_3YCS_RyrOgEzqrQZiDg,6235
191
191
  bpy/__init__.pyi,sha256=KeQc-X1TjhtunVxLDy0IK0cMmurLmAQm4fX_D__UPJo,464
192
192
  bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
193
193
  bpy/_typing/__init__.pyi,sha256=7bioadpQS-8UKR8TdY1m4MqUFqKVy8h13sPIt28ZUqs,99
194
- bpy/_typing/rna_enums/__init__.pyi,sha256=cZOdBBRwXW-ErnbusJCar6fKTXfoZ6yja8Uq3L0DBl0,138625
194
+ bpy/_typing/rna_enums/__init__.pyi,sha256=-EIq6jhIwb3RGbiERLYpLGXgGx3_t4_hGIwIcbKcPhs,138628
195
195
  bpy/app/__init__.pyi,sha256=aGpSDYK21XJs8ERXghQBni0uwOXSJo0-huNiAAY7P-Q,8238
196
196
  bpy/app/handlers/__init__.pyi,sha256=Gxao8v-gF10WpVRUdswsB4QndzHjO1UtymwrorJef-4,6911
197
197
  bpy/app/icons/__init__.pyi,sha256=w18Xn9y0T54WlpHyhC3_y8a3Lq9kuo3U72Bu7wOY41A,928
198
198
  bpy/app/timers/__init__.pyi,sha256=vtrATRAmkTfP1CknievwpOCC19cPOMowyLTE6Ie9GSg,2126
199
- bpy/app/translations/__init__.pyi,sha256=cTQKT-pPZcfDQfUVJKoat9W2wdnAwl2TdaeQkp83rQU,6932
199
+ bpy/app/translations/__init__.pyi,sha256=rrUs88RJakTJ8IZzE7oRunD_HqLByX5tqmLSrQ_e8dQ,7007
200
200
  bpy/msgbus/__init__.pyi,sha256=e9cmp_Wq7FA5pDTQQJ2s0_I84bEJMu8J-5Lu5gNoClM,2954
201
201
  bpy/ops/__init__.pyi,sha256=JptIpKHRAy3jrKGANEBzrwmfNuZx8JLP9ofvWLCaLBU,5396
202
202
  bpy/ops/action/__init__.pyi,sha256=LBNWtp-Nd2C-ae5OK4WTxg-ztiufJ4OLan-f6W7EJXo,18645
@@ -219,7 +219,7 @@ bpy/ops/cycles/__init__.pyi,sha256=TzurmelE8U7FLjghhDWt-0HBU-cyTALEWTfG4taUCSI,1
219
219
  bpy/ops/dpaint/__init__.pyi,sha256=LhNcaKIZxU6RVVV3Am5d-0r3fVmTqc_UbXwM53yPFCQ,1555
220
220
  bpy/ops/ed/__init__.pyi,sha256=ecIB_NEWEa6uMONdtJ7k7w6ZjWh4WZlOAMTYxEmsNY8,6870
221
221
  bpy/ops/export_anim/__init__.pyi,sha256=wyCP8IO0cjr0ixNFGfFblD8ASLG4tQ-l2v3a9UnHAlw,2027
222
- bpy/ops/export_scene/__init__.pyi,sha256=fJHt3qDJexzN2SeBPtsKcdNe-Hsu1FkvlJPCY3_lG2o,38888
222
+ bpy/ops/export_scene/__init__.pyi,sha256=EJxnqZtyapKjyx18PGao1Qt2aQj0vWqmstT4xWzYXHE,39307
223
223
  bpy/ops/extensions/__init__.pyi,sha256=GtWfFBmoeA2PoRiMqdgYu7cuSXJuVRnLgFpOa-B3M5E,12748
224
224
  bpy/ops/file/__init__.pyi,sha256=EwxedztM5v4x6oQd7FV0VbAHAtRKChgHTMuhkHUDDQ8,19260
225
225
  bpy/ops/fluid/__init__.pyi,sha256=toNBTcKttDwaWx21Nzf2HNBWKT7vZh8IDcIR2nG_ad4,3191
@@ -232,7 +232,7 @@ bpy/ops/grease_pencil/__init__.pyi,sha256=H9WVzX5b9L_OB0KW1repZrTZ_NrZ-1Xj9pnZgd
232
232
  bpy/ops/image/__init__.pyi,sha256=vK532kr88U-wpy9REGM5OgG9v2Xlgz5wVfm0M9X4QrM,52326
233
233
  bpy/ops/import_anim/__init__.pyi,sha256=aE1pDcT6TlridpXwg7tF-E3tXLcm83n7j1vVgn_-g7A,3046
234
234
  bpy/ops/import_curve/__init__.pyi,sha256=sDhKpg3cI-y0NYuUo8ey3jb3h-KKergdPUDKlQ-C2iI,485
235
- bpy/ops/import_scene/__init__.pyi,sha256=TTEY7tywXLoe5xGm3R1qfE0afH7gpiePYiNofJjDkJw,10282
235
+ bpy/ops/import_scene/__init__.pyi,sha256=-DCT923onVq2BOas29bCrybOE9qJN-1j7KTUhGQ81CM,10282
236
236
  bpy/ops/info/__init__.pyi,sha256=awrfSCgZOjERYahNCEfz80MLPSL1MLEzD2w1IVD_V9Y,3090
237
237
  bpy/ops/lattice/__init__.pyi,sha256=q9buSVqGTwv5woNjo5gvJ8Ymuad0kEXaNulBoOeGCBY,3579
238
238
  bpy/ops/marker/__init__.pyi,sha256=UdcuNJTcu5roTdeLXoV6Rgfpxtnb_LTEJlXklwMtUk0,5376
@@ -277,7 +277,7 @@ bpy/ops/workspace/__init__.pyi,sha256=BHvDV5CcVBnuKaL8akhm-Es7VcGUjf3jGFTbfx5YHC
277
277
  bpy/ops/world/__init__.pyi,sha256=pBV8EDA8HoWovDSul6mxkF7Mt6N3PQWuukRhkw3dBr8,601
278
278
  bpy/path/__init__.pyi,sha256=emlV7ocbsOuOSMzxJXr6ldKRk2-_K0DWlKc3Ylt5dsU,5484
279
279
  bpy/props/__init__.pyi,sha256=rxpq9_AeVaMNXJ1MBAowRzLYjBzsYxNx5Ox5qWLLu5w,35255
280
- bpy/types/__init__.pyi,sha256=_ig-Jcm1mnZlrZCIyDMsucxcIG_LKGWMwmR9Lp8lzrY,5419499
280
+ bpy/types/__init__.pyi,sha256=iCaqPBsfAAFfEJdNG8s8W5rvfHUOfKIsR8UCOVkdr6w,5420968
281
281
  bpy/utils/__init__.pyi,sha256=LBKZscVUnS43O9AFmDZrJA1hBxJE3AFAY9d5SCWdKyU,14403
282
282
  bpy/utils/previews/__init__.pyi,sha256=AsbDN4vRLbSTZ7_S_4LqmI1sJmV_8NnqDt1QfBdH94Y,2280
283
283
  bpy/utils/units/__init__.pyi,sha256=QuXx22JjmObRmP_KcdoqOlDSvVtXZHeK5nTIvwjcUnI,2645
@@ -311,7 +311,7 @@ freestyle/chainingiterators/__init__.pyi,sha256=-sExETC4ZKfEvte3IoUoOj318RttlFo5
311
311
  freestyle/functions/__init__.pyi,sha256=sEPnGHwZm8XBlfE7CKLros3CKJlAh1h1FI74nBTEOk4,48844
312
312
  freestyle/predicates/__init__.pyi,sha256=TI-9arpIRbq7ePsxHS-d-4iIj54uHMp-ZyGhPVODMPg,13461
313
313
  freestyle/shaders/__init__.pyi,sha256=4a-rY8mkkIcsnIvYGcP8YgAULdJENDJnncju2CjhQVg,24014
314
- freestyle/types/__init__.pyi,sha256=NDfpQQ0PBTw2NaRhCDcVRoEpJhH58BLBr16GcZORl98,100188
314
+ freestyle/types/__init__.pyi,sha256=Dmb8LokYlO2lCfmDwPX5MwwpnHHSRaXU2t6Nu37Rzjg,100200
315
315
  freestyle/utils/__init__.pyi,sha256=lW5JWrilkFTvRmtYoS3hbmWfj2abo2hHsvp4eyGLbcQ,5108
316
316
  freestyle/utils/ContextFunctions/__init__.pyi,sha256=fPDfiBEjpoqXQhBhmHJ6WxG9oLMItwQ32MxKQz_c9_I,3445
317
317
  gpu/__init__.pyi,sha256=Q-AbyJO85pPYcwXNWtvgAhFGGJ6OnnHrlsXQxur9jhs,7999
@@ -326,7 +326,7 @@ gpu/texture/__init__.pyi,sha256=NWixhD9M2vFrAIWlQDM0Co-CNRiU7BbL7imkSOloHHI,641
326
326
  gpu/types/__init__.pyi,sha256=Q8Gym2MsHoDFLW7snVIfPMUGCQns-XA2URYfeOV3nnk,27923
327
327
  gpu_extras/__init__.pyi,sha256=oNgtMNheClZ_iCmKSH63hBJ4U0huayOWKil-qPvYHds,213
328
328
  gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
329
- gpu_extras/batch/__init__.pyi,sha256=t-kFLEyZ0OABqt8VbtSwvo60S7vw15Tq5HRea-G3odE,1278
329
+ gpu_extras/batch/__init__.pyi,sha256=nbeZNWRKChMLBkKYc4mLF9abAffVyzEHp01yf64gZK8,1279
330
330
  gpu_extras/presets/__init__.pyi,sha256=pDhGELr5vKTZ9yDsLJ4Y836Kmh7cs95rDhSwd1i5e-s,1647
331
331
  graphviz_export/__init__.pyi,sha256=LBiepSfMSL7Qix8FZ6LYKmbPgu1AHRvRw3yHDDWYrEw,215
332
332
  graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -359,7 +359,7 @@ rna_prop_ui/__init__.pyi,sha256=lShhkbbeJ_ANi2dy4J4HIkyp1HZrMqCfhcf8QpAQsj0,1281
359
359
  rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
360
360
  rna_xml/__init__.pyi,sha256=idYsAZj-_egBKMA2pQl2P9IoNhZxXIkBSALFuq-ylO8,577
361
361
  rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
362
- fake_bpy_module-20250112.dist-info/METADATA,sha256=xH_LYqoir2tEZnSeGta01avZ1GqrmSQ82xd8_TBj8xI,7289
363
- fake_bpy_module-20250112.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
364
- fake_bpy_module-20250112.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
365
- fake_bpy_module-20250112.dist-info/RECORD,,
362
+ fake_bpy_module-20250114.dist-info/METADATA,sha256=U_iKN2AIsSjd4Zv3NZtdo4xsHrlZpO7KkFKG3ZqztoQ,7289
363
+ fake_bpy_module-20250114.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
364
+ fake_bpy_module-20250114.dist-info/top_level.txt,sha256=SZm3DVRKif7dFSjYKiIIg3_7uqjIwRAwOnCIcT4hRNM,500
365
+ fake_bpy_module-20250114.dist-info/RECORD,,
@@ -2998,12 +2998,12 @@ class orientedViewEdgeIterator:
2998
2998
  obtained from a ViewVertex by calling edges_begin() or edges_end().
2999
2999
  """
3000
3000
 
3001
- object: tuple[ViewEdge]
3001
+ object: tuple[ViewEdge, bool]
3002
3002
  """ The oriented ViewEdge (i.e., a tuple of the pointed ViewEdge and a boolean
3003
3003
  value) currently pointed to by this iterator. If the boolean value is true,
3004
3004
  the ViewEdge is incoming.
3005
3005
 
3006
- :type: tuple[ViewEdge]
3006
+ :type: tuple[ViewEdge, bool]
3007
3007
  """
3008
3008
 
3009
3009
  def __init__(self):
@@ -1,7 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
- import bgl
5
4
  import gpu.types
6
5
 
7
6
  def batch_for_shader(
@@ -9,7 +8,7 @@ def batch_for_shader(
9
8
  type: str,
10
9
  content: dict[
11
10
  str,
12
- bgl.Buffer
11
+ gpu.types.Buffer
13
12
  | collections.abc.Sequence[float]
14
13
  | collections.abc.Sequence[int]
15
14
  | collections.abc.Sequence[collections.abc.Sequence[float]]
@@ -26,7 +25,7 @@ def batch_for_shader(
26
25
  :type type: str
27
26
  :param content: Maps the name of the shader attribute with the data to fill the vertex buffer.
28
27
  For the dictionary values see documentation for `gpu.types.GPUVertBuf.attr_fill` data argument.
29
- :type content: dict[str, bgl.Buffer | collections.abc.Sequence[float] | collections.abc.Sequence[int] | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[collections.abc.Sequence[int]]]
28
+ :type content: dict[str, gpu.types.Buffer | collections.abc.Sequence[float] | collections.abc.Sequence[int] | collections.abc.Sequence[collections.abc.Sequence[float]] | collections.abc.Sequence[collections.abc.Sequence[int]]]
30
29
  :return: compatible batch
31
30
  :rtype: gpu.types.GPUBatch
32
31
  """