fake-bpy-module 20250630__py3-none-any.whl → 20250828__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.
Files changed (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +6 -5
  49. bl_ui/node_add_menu/__init__.pyi +3 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +41 -46
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +68 -20
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +178 -49
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +19 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +98 -53
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +40 -25
  205. bpy/types/__init__.pyi +56561 -40144
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250828.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +5 -5
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +20 -6
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250630.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/WHEEL +0 -0
bpy/utils/__init__.pyi CHANGED
@@ -28,7 +28,7 @@ def app_template_paths(*, path: str | None = None) -> None:
28
28
  """
29
29
 
30
30
  def blend_paths(
31
- absolute: bool = False, packed: bool = False, local: bool = False
31
+ *, absolute: bool = False, packed: bool = False, local: bool = False
32
32
  ) -> list[str]:
33
33
  """Returns a list of paths to external files referenced by the loaded .blend file.
34
34
 
@@ -81,7 +81,7 @@ def extension_path_user(package: str, *, path: str = "", create: bool = False) -
81
81
  :rtype: str
82
82
  """
83
83
 
84
- def flip_name(name: str, strip_digits: bool = False) -> str:
84
+ def flip_name(name: str, *, strip_digits: bool = False) -> str:
85
85
  """Flip a name between left/right sides, useful for
86
86
  mirroring bone names.
87
87
 
@@ -144,12 +144,12 @@ def make_rna_paths(
144
144
 
145
145
  :param struct_name: Name of a RNA struct (like e.g. "Scene").
146
146
  :type struct_name: str
147
- :param prop_name: Name of a RNA struct's property.
147
+ :param prop_name: Name of a RNA structs property.
148
148
  :type prop_name: str
149
149
  :param enum_name: Name of a RNA enum identifier.
150
150
  :type enum_name: str
151
151
  :return: A triple of three "RNA paths"
152
- (most_complete_path, "struct.prop", "struct.prop:'enum'").
152
+ (most_complete_path, "struct.prop", "struct.prop:enum").
153
153
  If no enum_name is given, the third element will always be void.
154
154
  :rtype: tuple[str, str, str]
155
155
  """
@@ -232,7 +232,7 @@ def register_cli_command(id: str, execute: collections.abc.Callable) -> None:
232
232
  :type execute: collections.abc.Callable
233
233
  :return: The command handle which can be passed to `unregister_cli_command`.
234
234
 
235
- This uses Python's capsule type however the result should be considered an opaque handle only used for unregistering.
235
+ This uses Pythons capsule type however the result should be considered an opaque handle only used for unregistering.
236
236
  """
237
237
 
238
238
  def register_manual_map(manual_hook) -> None: ...
@@ -287,11 +287,11 @@ def register_tool(
287
287
  """
288
288
 
289
289
  def resource_path(
290
- type: str, major: int = bpy.app.version[0], minor: str = bpy.app.version[1]
290
+ type: str, *, major: int = bpy.app.version[0], minor: str = bpy.app.version[1]
291
291
  ) -> str:
292
292
  """Return the base path for storing system files.
293
293
 
294
- :param type: string in ['USER', 'LOCAL', 'SYSTEM'].
294
+ :param type: string in [USER, LOCAL, SYSTEM].
295
295
  :type type: str
296
296
  :param major: major version, defaults to current.
297
297
  :type major: int
@@ -430,7 +430,7 @@ def unregister_tool(tool_cls) -> None: ...
430
430
  def user_resource(resource_type: str, *, path: str = "", create: bool = False) -> str:
431
431
  """Return a user resource path (normally from the users home directory).
432
432
 
433
- :param resource_type: Resource type in ['DATAFILES', 'CONFIG', 'SCRIPTS', 'EXTENSIONS'].
433
+ :param resource_type: Resource type in [DATAFILES, CONFIG, SCRIPTS, EXTENSIONS].
434
434
  :type resource_type: str
435
435
  :param path: Optional subdirectory.
436
436
  :type path: str
@@ -20,7 +20,7 @@ import numpy.typing as npt
20
20
  import bpy.types
21
21
 
22
22
  class ImagePreviewCollection(dict[str, bpy.types.ImagePreview]):
23
- """Dictionary-like class of previews.This is a subclass of Python's built-in dict type,
23
+ """Dictionary-like class of previews.This is a subclass of Pythons built-in dict type,
24
24
  used to store multiple image previews.
25
25
  """
26
26
 
@@ -43,7 +43,7 @@ class ImagePreviewCollection(dict[str, bpy.types.ImagePreview]):
43
43
  :type name: str | None
44
44
  :param filepath: The file path to generate the preview from.
45
45
  :type filepath: bytes | str | None
46
- :param filetype: The type of file, needed to generate the preview in ['IMAGE', 'MOVIE', 'BLEND', 'FONT'].
46
+ :param filetype: The type of file, needed to generate the preview in [IMAGE, MOVIE, BLEND, FONT].
47
47
  :type filetype: str | None
48
48
  :param force_reload: If True, force running thumbnail manager even if preview already exists in cache.
49
49
  :type force_reload: bool | None
@@ -12,6 +12,7 @@ def to_string(
12
12
  unit_system: str | None,
13
13
  unit_category: str | None,
14
14
  value: float | None,
15
+ *,
15
16
  precision: int | None = 3,
16
17
  split_unit: bool | None = False,
17
18
  compatible_unit: bool | None = False,
@@ -29,7 +30,7 @@ def to_string(
29
30
  :type precision: int | None
30
31
  :param split_unit: Whether to use several units if needed (1m1cm), or always only one (1.01m).
31
32
  :type split_unit: bool | None
32
- :param compatible_unit: Whether to use keyboard-friendly units (1m2) or nicer UTF8 ones (1m²).
33
+ :param compatible_unit: Whether to use keyboard-friendly units (1m2) or nicer UTF8 ones (1m).
33
34
  :type compatible_unit: bool | None
34
35
  :return: The converted string.
35
36
  :rtype: str
@@ -39,6 +40,7 @@ def to_value(
39
40
  unit_system: str | None,
40
41
  unit_category: str | None,
41
42
  str_input: str | None,
43
+ *,
42
44
  str_ref_unit: None | str | None = None,
43
45
  ) -> float:
44
46
  """Convert a given input string into a float value.
@@ -57,9 +59,9 @@ def to_value(
57
59
  """
58
60
 
59
61
  categories: typing.Any
60
- """ Constant value bpy.utils.units.categories(NONE='NONE', LENGTH='LENGTH', AREA='AREA', VOLUME='VOLUME', MASS='MASS', ROTATION='ROTATION', TIME='TIME', TIME_ABSOLUTE='TIME_ABSOLUTE', VELOCITY='VELOCITY', ACCELERATION='ACCELERATION', CAMERA='CAMERA', POWER='POWER', TEMPERATURE='TEMPERATURE', WAVELENGTH='WAVELENGTH', COLOR_TEMPERATURE='COLOR_TEMPERATURE', FREQUENCY='FREQUENCY')
62
+ """ Constant value bpy.utils.units.categories(NONE=NONE, LENGTH=LENGTH, AREA=AREA, VOLUME=VOLUME, MASS=MASS, ROTATION=ROTATION, TIME=TIME, TIME_ABSOLUTE=TIME_ABSOLUTE, VELOCITY=VELOCITY, ACCELERATION=ACCELERATION, CAMERA=CAMERA, POWER=POWER, TEMPERATURE=TEMPERATURE, WAVELENGTH=WAVELENGTH, COLOR_TEMPERATURE=COLOR_TEMPERATURE, FREQUENCY=FREQUENCY)
61
63
  """
62
64
 
63
65
  systems: typing.Any
64
- """ Constant value bpy.utils.units.systems(NONE='NONE', METRIC='METRIC', IMPERIAL='IMPERIAL')
66
+ """ Constant value bpy.utils.units.systems(NONE=NONE, METRIC=METRIC, IMPERIAL=IMPERIAL)
65
67
  """
@@ -46,7 +46,7 @@ class KeyframesCo:
46
46
  only difference between versions is performance and implementation simplicity.
47
47
 
48
48
  :param lookup_fcurves: : This is only used for efficiency.
49
- It's a substitute for action.fcurves.find() which is a potentially expensive linear search.
49
+ Its a substitute for action.fcurves.find() which is a potentially expensive linear search.
50
50
  :param total_new_keys:
51
51
  :param action:
52
52
  :param action_slot:
@@ -7,7 +7,7 @@ def get_all_referenced_ids(id, ref_map) -> None:
7
7
  """Return a set of IDs directly or indirectly referenced by id."""
8
8
 
9
9
  def get_id_reference_map() -> None:
10
- """Return a dictionary of direct datablock references for every datablock in the blend file."""
10
+ """Return a dictionary of direct data-block references for every data-block in the blend file."""
11
11
 
12
12
  def recursive_get_referenced_ids(ref_map, id, referenced_ids, visited) -> None:
13
13
  """Recursively populate referenced_ids with IDs referenced by id."""
@@ -34,13 +34,13 @@ def load_image(
34
34
  :param convert_callback: a function that takes an existing path and returns
35
35
  a new one. Use this when loading image formats blender may not support,
36
36
  the CONVERT_CALLBACK can take the path for a GIF (for example),
37
- convert it to a PNG and return the PNG's path.
37
+ convert it to a PNG and return the PNGs path.
38
38
  For formats blender can read, simply return the path that is given.
39
39
  :type convert_callback: typing.Any | None
40
40
  :param relpath: If not None, make the file relative to this path.
41
41
  :type relpath: None | str | None
42
42
  :param check_existing: If true,
43
- returns already loaded image datablock if possible
43
+ returns already loaded image data-block if possible
44
44
  (based on file path).
45
45
  :type check_existing: bool
46
46
  :param force_reload: If true,
@@ -41,7 +41,7 @@ class ImportHelper:
41
41
  """
42
42
 
43
43
  def axis_conversion(from_forward="Y", from_up="Z", to_forward="Y", to_up="Z") -> None:
44
- """Each argument us an axis in ['X', 'Y', 'Z', '-X', '-Y', '-Z']
44
+ """Each argument us an axis in [X, Y, Z, -X, -Y, -Z]
45
45
  where the first 2 are a source and the second 2 are the target.
46
46
 
47
47
  """
@@ -95,7 +95,7 @@ def path_reference(
95
95
  exporters.
96
96
 
97
97
  :param filepath: the file path to return,
98
- supporting blenders relative '//' prefix.
98
+ supporting blenders relative // prefix.
99
99
  :type filepath: str
100
100
  :param base_src: the directory the filepath is relative too
101
101
  (normally the blend file).
@@ -104,11 +104,11 @@ def path_reference(
104
104
  (normally the export path).
105
105
  :type base_dst: str
106
106
  :param mode: the method used get the path in
107
- ['AUTO', 'ABSOLUTE', 'RELATIVE', 'MATCH', 'STRIP', 'COPY']
107
+ [AUTO, ABSOLUTE, RELATIVE, MATCH, STRIP, COPY]
108
108
  :type mode: str
109
- :param copy_subdir: the subdirectory of base_dst to use when mode='COPY'.
109
+ :param copy_subdir: the subdirectory of base_dst to use when mode=COPY.
110
110
  :type copy_subdir: str
111
- :param copy_set: collect from/to pairs when mode='COPY',
111
+ :param copy_set: collect from/to pairs when mode=COPY,
112
112
  pass to path_reference_copy when exporting is done.
113
113
  :param library: The library this path is relative to.
114
114
  :type library: None | bpy.types.Library | None
@@ -4,7 +4,7 @@ import typing_extensions
4
4
  import numpy.typing as npt
5
5
 
6
6
  def addon_keymap_register(keymap_data) -> None:
7
- """Register a set of keymaps for addons using a list of keymaps.See 'blender_defaults.py' for examples of the format this takes."""
7
+ """Register a set of keymaps for addons using a list of keymaps.See blender_defaults.py for examples of the format this takes."""
8
8
 
9
9
  def addon_keymap_unregister(keymap_data) -> None:
10
10
  """Unregister a set of keymaps for addons."""
@@ -23,7 +23,7 @@ class ShaderWrapper:
23
23
  """
24
24
 
25
25
  class ShaderImageTextureWrapper:
26
- """Generic 'image texture'-like wrapper, handling image node, some mapping (texture coordinates transformations),
26
+ """Generic image texture-like wrapper, handling image node, some mapping (texture coordinates transformations),
27
27
  and texture coordinates source.
28
28
  """
29
29
 
@@ -76,7 +76,7 @@ def world_to_camera_view(
76
76
  (also known as: normalized device coordinates - NDC).Where (0, 0) is the bottom left and (1, 1)
77
77
  is the top right of the camera frame.
78
78
  values outside 0-1 are also supported.
79
- A negative 'z' value means the point is behind the camera.Takes shift-x/y, lens angle and sensor size into account
79
+ A negative z value means the point is behind the camera.Takes shift-x/y, lens angle and sensor size into account
80
80
  as well as perspective/ortho projections.
81
81
 
82
82
  :param scene: Scene to use for frame size.
@@ -45,7 +45,7 @@ class ProgressReport:
45
45
  """
46
46
 
47
47
  class ProgressReportSubstep:
48
- """A sub-step context manager for ProgressReport.It can be used to generate other sub-step contexts too, and can act as a (limited) proxy of its real ProgressReport.Its exit method always ensure ProgressReport is back on 'level' it was before entering this context.
48
+ """A sub-step context manager for ProgressReport.It can be used to generate other sub-step contexts too, and can act as a (limited) proxy of its real ProgressReport.Its exit method always ensure ProgressReport is back on level it was before entering this context.
49
49
  This means it is especially useful to ensure a coherent behavior around code that could return/continue/break
50
50
  from many places, without having to bother to explicitly leave sub-step in each and every possible place!
51
51
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fake-bpy-module
3
- Version: 20250630
3
+ Version: 20250828
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
@@ -0,0 +1,370 @@
1
+ _blendfile_header/__init__.pyi,sha256=KNh8jqVO-nkop6SCeeSsVlsXn8ZrlLQyjmeJZvqyDes,1503
2
+ _blendfile_header/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ _bpy_internal/__init__.pyi,sha256=b7eQmkEK-iy6kne95ItMuSaZjSasHPftTJcKeVDTqIY,317
4
+ _bpy_internal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ _bpy_internal/addons/__init__.pyi,sha256=s4opQQDWvCt1h0JSU6xojviEDXk-b4zoOUGizdrg-3A,114
6
+ _bpy_internal/addons/cli/__init__.pyi,sha256=4bhW_Ern-FwNR2AjuKoAzFy3mRSBvkMS_rUbN2IyeJY,138
7
+ _bpy_internal/assets/__init__.pyi,sha256=eCFsojUoOl1khierdra45_LRMXGbROIfkIFPKJXEbXA,152
8
+ _bpy_internal/assets/remote_library_listing/__init__.pyi,sha256=Ts80tVKlpfQeuLAVYXkzAIQDuXvJHKAkxw4GbXUDi6k,166
9
+ _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi,sha256=BSGfrdIQDmh3t0CEWrK4tfw4M0tOiH3E0AS5DgSYHW8,344
10
+ _bpy_internal/extensions/__init__.pyi,sha256=WITpwHv5YB5MhSXLQ1F6Eb07h1sdKl3jh9rmdSLgxaY,238
11
+ _bpy_internal/extensions/junction_module/__init__.pyi,sha256=HLTAcbvk_Gz3ew5wkrMX6vhvJxAVhHmaAp8hJ1xe7g0,1027
12
+ _bpy_internal/extensions/stale_file_manager/__init__.pyi,sha256=XX8gqh2o8Edkz8jo4wTBd3oIzn-91ps-qLeReMe7-NE,785
13
+ _bpy_internal/extensions/wheel_manager/__init__.pyi,sha256=iof2eWA4COe-HySkeiyqsDRQ-rLRt0fWRKL9znHrVQg,976
14
+ _bpy_internal/freedesktop/__init__.pyi,sha256=l2TbFg6Eg3d6Jrn2vIPRtmg8fHaL_4hHtjF9SSarDw0,926
15
+ _bpy_internal/grease_pencil/__init__.pyi,sha256=4YIHrnLvkVHJW3S7fz8xYyAakqsDCnxvaQfuZiUUvFc,120
16
+ _bpy_internal/grease_pencil/stroke/__init__.pyi,sha256=WZyvmOADIF0IC_aQHaQUnxSJ_nfF75phpIuLwxwWRhM,2192
17
+ _bpy_internal/system_info/__init__.pyi,sha256=U0qDEDvXTA0KHyhqeNNd4eLbsn3quigyg1qJD-OeV4E,264
18
+ _bpy_internal/system_info/text_generate_runtime/__init__.pyi,sha256=synyefSRdKBV1Yen5e1NoxwWeP2yiYQ2uoCk3EX_7HE,121
19
+ _bpy_internal/system_info/url_prefill_runtime/__init__.pyi,sha256=BkoZMVSr2fWZuinL28e9e7PUTYiWEBwEHhUgPCJWyMs,144
20
+ _bpy_internal/system_info/url_prefill_startup/__init__.pyi,sha256=p9LeMlYwggNOvu51pXsL3QveMIaDUfaLkEDQwo7ZCfY,150
21
+ _bpy_types/__init__.pyi,sha256=DtUPI7KNVeuQnTR9mucLVAxsmYS0PLlsJ-5UbobUgto,42533
22
+ _bpy_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
23
+ addon_utils/__init__.pyi,sha256=vdyLhBspwQFkUa8mTYStBrdoUmv14qqmQ7Vkh8xbWDw,3535
24
+ addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
+ animsys_refactor/__init__.pyi,sha256=gymCkC2G1Kzr_iSXg3vEs54qYo3gGVGJLBk6IeOxcEk,718
26
+ animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
27
+ aud/__init__.pyi,sha256=-vfEJUpHcXXiqLNp1SxzKdnu8jw_VMI3zLGEIKCXm8Q,35524
28
+ aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
+ bl_app_override/__init__.pyi,sha256=5spnNALvgEjwIDRz49rcStxqbcwmOYfVdbnagsDFoT8,419
30
+ bl_app_override/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
+ bl_app_override/helpers/__init__.pyi,sha256=UQRnma_nLz4E-xW8vcUxyoskJU2uysCgPl0iakOkDQk,558
32
+ bl_app_template_utils/__init__.pyi,sha256=qqyaiEZNL9xwkb_XdIataEBgtb1ANG72jMEvaRMPYag,372
33
+ bl_app_template_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
+ bl_console_utils/__init__.pyi,sha256=K3bmb0JJKSFhRBkmasvhlKT6uLUJ032ot91sDISIInY,132
35
+ bl_console_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
+ bl_console_utils/autocomplete/__init__.pyi,sha256=JXJyjSDoSc0k2fRDDKfNZSsHybYjyg9CF-CscFdF028,287
37
+ bl_console_utils/autocomplete/complete_calltip/__init__.pyi,sha256=M4hls-6FWpIweh1N4powkvE4E-iSiRcDyZPOxiLrC4Q,1525
38
+ bl_console_utils/autocomplete/complete_import/__init__.pyi,sha256=vXX05nyrsq9LiZ1mLUZH65alI60er_Tp11_8cX9WxVg,876
39
+ bl_console_utils/autocomplete/complete_namespace/__init__.pyi,sha256=jZH9QXymVtYij3NOAA7JvCFbI9FlY2OZN0JxZZWUbSo,1583
40
+ bl_console_utils/autocomplete/intellisense/__init__.pyi,sha256=SB9y4iE1f3akMMUVB7hvM9uevEXWlZ6sJRYh9K36VAk,1243
41
+ bl_i18n_utils/__init__.pyi,sha256=Ulf9TkeIpoDH8BbO2j1PR9l_2MTZbygzPT9_9-dL8Gw,378
42
+ bl_i18n_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
+ bl_i18n_utils/bl_extract_messages/__init__.pyi,sha256=dcDrxfjIvmgRJ5juJmLu8zHUSXRUOisJf3jZZeE5ylA,1293
44
+ bl_i18n_utils/merge_po/__init__.pyi,sha256=CeaDonqyHMxzA4ShwZDzqGeAow-sA7UJFucofy3lIx8,114
45
+ bl_i18n_utils/settings/__init__.pyi,sha256=1NzhIyVG4KqiyJxGSW7GS3IwxCNLb6PA4Oi66wQeoFg,938
46
+ bl_i18n_utils/utils/__init__.pyi,sha256=Bjf3Cxm8PhCfQqU_zbyNHuVACBUNPhQrXrrKDxR6BH4,9155
47
+ bl_i18n_utils/utils_cli/__init__.pyi,sha256=FsBXbVumOwJiohPr8s8uqpsCiYUx26mHry-eGFxrFaE,338
48
+ bl_i18n_utils/utils_languages_menu/__init__.pyi,sha256=Ajjd0s4dtil1V7h8QG0czlKTpWklbH9R3VCPjRZaevk,138
49
+ bl_i18n_utils/utils_rtl/__init__.pyi,sha256=jd4wVQ6Rq5wEXt9g15VMj_8Fzf56ghhw4UjsjXyGul0,412
50
+ bl_keymap_utils/__init__.pyi,sha256=0wyZV0IaWz1S2NaorI0vRXdi7iogVJJdOG7FMgR_VDQ,310
51
+ bl_keymap_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
52
+ bl_keymap_utils/io/__init__.pyi,sha256=evZL_tek_nHJxZW6bS6XWyNgDnlCIvtCqKHLS7iKnZY,626
53
+ bl_keymap_utils/keymap_from_toolbar/__init__.pyi,sha256=uFccBPLzL_VFHv3Gt74YFbKar8ZN2ZWLMU6JJplUaxQ,243
54
+ bl_keymap_utils/keymap_hierarchy/__init__.pyi,sha256=0cdfFlc02eBU7wWJK2Rzz8EWsKiCpxfEeCqTxpyANQg,118
55
+ bl_keymap_utils/platform_helpers/__init__.pyi,sha256=Nn9VULitSn0cmRzxVSnQKKwfu-pOgDJzdNGweAjymow,321
56
+ bl_keymap_utils/versioning/__init__.pyi,sha256=gijgbCULh9JeCJ8NvSVtTB_mgWpmQTRd7BUoMTwiISg,159
57
+ bl_math/__init__.pyi,sha256=08HzOgSUDC_hITGgY7JzxeoVdzsQawmudfCSWrQdBPo,1626
58
+ bl_math/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
+ bl_operators/__init__.pyi,sha256=HgPdeHpf1n07eUDjLxujiq3uBqlb0uREEc-ynFkIm6o,1569
60
+ bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
61
+ bl_operators/add_mesh_torus/__init__.pyi,sha256=cWqmMnxwTELFEkBtCt3BOYJt326DjyMDp47AmZgUMJw,1252
62
+ bl_operators/anim/__init__.pyi,sha256=CxhFJ23epPLillrhhkFOTqkRiowDpQGJk05E-uUUF6M,10733
63
+ bl_operators/assets/__init__.pyi,sha256=HbMfxxjRi7p3OWolri_NUKYsDOG9UjBe5M0RIIH5-o8,2813
64
+ bl_operators/bmesh/__init__.pyi,sha256=xhgZcx4fJyNE_cbXB-d3TFNHw2Y2k9IYMD3Af8WPt4M,134
65
+ bl_operators/bmesh/find_adjacent/__init__.pyi,sha256=OVIFK2kJ27sIE9wl94D3I3tZNHzTR_h94yI7Tqf8iCk,695
66
+ bl_operators/bone_selection_sets/__init__.pyi,sha256=2t1XFBaII-HDerd9Y606DacpAHg9ISei1ULQuOZgD78,10495
67
+ bl_operators/clip/__init__.pyi,sha256=T24QG3Iz515M-wlF9fhJ58feyoc0WfMDngJSCyLbukQ,8366
68
+ bl_operators/connect_to_output/__init__.pyi,sha256=NSsSD6ozQ854ee1bYMbCASQqM6Uka6yq-DXzM1pGsiM,3616
69
+ bl_operators/console/__init__.pyi,sha256=Lc8oUfghKLqWPw4R8F4pmNHq7WK4t6f5Zt9yxQvyBNY,3840
70
+ bl_operators/constraint/__init__.pyi,sha256=EoIWKU8ooh86sAsnVmXyWgY66W85a6MhPYm0q7lns8g,3337
71
+ bl_operators/file/__init__.pyi,sha256=5zCpcr7d4KcPx7Qp3kEbRmNSTWs69RkuiV6fE8FClfo,2535
72
+ bl_operators/freestyle/__init__.pyi,sha256=ae_J7-SRFUOus3WYwloBKs3J8hXb23Cgb4PW6Ftcp-Q,3553
73
+ bl_operators/geometry_nodes/__init__.pyi,sha256=bRn2de47mar1BxfXqkOA6R2ZHGfC3Ij12YKXUmHLYsk,4325
74
+ bl_operators/grease_pencil/__init__.pyi,sha256=ppgkc4ZatqPEHJNhjKbEy1sBzJg9zo0sbKbqFGKXMu0,897
75
+ bl_operators/image/__init__.pyi,sha256=p_Pc5Za8ZGt_7ApR-NiQA94kOBvBdR8uqKiFKZgGMIk,3542
76
+ bl_operators/image_as_planes/__init__.pyi,sha256=G_h1gkxx6INE8lUl7M0MR9luywsJUraY6T39rVehEio,4804
77
+ bl_operators/mesh/__init__.pyi,sha256=LOcnRM3n2V8BeJa49XYer6b71eInogViGk2ohLQuOqw,2516
78
+ bl_operators/node/__init__.pyi,sha256=ruN0pYSMnZySTu9XOJ9JpnpTRSDV6WWKwI4xaZrKprE,13733
79
+ bl_operators/node_editor/__init__.pyi,sha256=nXKuGcFgA7viFPwVoXogOT1iClUnXhtrK_rZTTXJ2Go,136
80
+ bl_operators/node_editor/node_functions/__init__.pyi,sha256=lvnouyugGqmyzgLR8aRsLj823dK3wC22vEu8lucNhJI,626
81
+ bl_operators/object/__init__.pyi,sha256=WL-2d1wfdQWpEW5HLAoydXAZ-hTS1XNuCvvBbBZkeL0,11823
82
+ bl_operators/object_align/__init__.pyi,sha256=cIFVbPyqmsT_0mzCab_nbOajR4tBKzwz0QTyrGluEJ4,1082
83
+ bl_operators/object_quick_effects/__init__.pyi,sha256=1yY2UcQxHNhD90DRUjZy1kXxp4EEG0YDiaQN33ChReg,3150
84
+ bl_operators/object_randomize_transform/__init__.pyi,sha256=DUSXoHa6pZWxEVxnPJNTPKetPFRKe4SbYwlmMdTJAjU,986
85
+ bl_operators/presets/__init__.pyi,sha256=YEeHZCXB4U-YoaSAt-7J9sWRc4iSSo2oXzxbWd19Ug0,18551
86
+ bl_operators/rigidbody/__init__.pyi,sha256=eSVtc3PeZ93b3R-2ZShmd-T10oJV5h-0_h5fu_dUvTU,2546
87
+ bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=HoI-vH19KlkNOhJq0xt2EsVJ7lJwgfwqFqc8bY8S1eI,828
88
+ bl_operators/sequencer/__init__.pyi,sha256=xmS2cuJovjFXVsMwf_GHrsQwupoICmx5yqtsexkl6fY,7896
89
+ bl_operators/spreadsheet/__init__.pyi,sha256=wG2ejefSRHFCXt91J73kQnRwOMGB94Oh74yBs_Pa8Y8,1035
90
+ bl_operators/userpref/__init__.pyi,sha256=8iND0kP1gSkVnJ3GMnrzOZQXxPsTqrq9--TK5mJrfzs,17477
91
+ bl_operators/uvcalc_follow_active/__init__.pyi,sha256=VUJUpBzlRG7mF5DDapXinqAxdr9RYLtGiOUaLrNPzwk,1109
92
+ bl_operators/uvcalc_lightmap/__init__.pyi,sha256=uqXxJou_RjDjkTNKlD17A3OQjLmHRmLHTLo8lk250tE,1991
93
+ bl_operators/uvcalc_transform/__init__.pyi,sha256=WIq2ylcYjjwtVjap_8KzAMfeY0Spvec1jh4JfW0LJhU,2733
94
+ bl_operators/vertexpaint_dirt/__init__.pyi,sha256=tlf99l2GmybsjF5mW2P2HAVj-U7pWffj-vFFly4sbac,1047
95
+ bl_operators/view3d/__init__.pyi,sha256=Qb8fmI87g9e6K-GqXi-hKNcbwm9n2dbwK8Qn8lK9fkQ,6733
96
+ bl_operators/wm/__init__.pyi,sha256=OVN09PIGKwXbCPuiDy-76zA6C7m97lWtFgX6D0nNgL0,33856
97
+ bl_operators/world/__init__.pyi,sha256=vIW5-ff29Mfx0-Jw32OMfhOOKpqePtfTXuL-oNz_MyM,987
98
+ bl_previews_utils/__init__.pyi,sha256=95EYeEVW6i69N-udHOwFIp3kcPDBLmLefhd36a366wE,144
99
+ bl_previews_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
100
+ bl_previews_utils/bl_previews_render/__init__.pyi,sha256=7dKoTsiNrzkY_DEFef7MuUoaYZg-gubs5kN1mNlxab4,510
101
+ bl_rna_utils/__init__.pyi,sha256=ET5-ER356nEcMAXih8b1vNfLxuLSW8EF6BNeTHcMSak,126
102
+ bl_rna_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
103
+ bl_rna_utils/data_path/__init__.pyi,sha256=iFVLJg0NaO9JnLvyvEMjWbA6qnSwRgrmhGixwOS0rh0,747
104
+ bl_text_utils/__init__.pyi,sha256=Zurzj699a4dTRgCcD_NA03Zz0rjlb5dYm-ggJmE06sY,138
105
+ bl_text_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
106
+ bl_text_utils/external_editor/__init__.pyi,sha256=MlwaNa_uyISi33zltvg5xLzArfw5M56V4VQENfC5gsY,152
107
+ bl_ui/__init__.pyi,sha256=bzjd8FHTafNzS5V6jK2sf7aIflWXIIAAOj2u3CG5Q8s,7004
108
+ bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
109
+ bl_ui/anim/__init__.pyi,sha256=aUUQB5sqG7wizgoB77tVmFLfhOWMyuHcEUY06w1FW5k,938
110
+ bl_ui/asset_shelf/__init__.pyi,sha256=zy0z1qh-gQXQufHFrEggbXWlihKF9l2OihuhN-iS4NE,825
111
+ bl_ui/generic_ui_list/__init__.pyi,sha256=wKDC1TOAxmPZ4kY86_96aBa-DTcNHrGXNucUNp1UzpY,4303
112
+ bl_ui/node_add_menu/__init__.pyi,sha256=r5tHrhTddZDY8xTNNsh8Od9aY4JPkVUljyDG7L1tkVg,1667
113
+ bl_ui/node_add_menu_compositor/__init__.pyi,sha256=Hn5-YC2cCeK7hHi5QgR6OKzyxdHl8S3EiDJpqB4mMQo,10559
114
+ bl_ui/node_add_menu_geometry/__init__.pyi,sha256=fuv_3IdbsrXx4uXgrJLM9lIVEIhNVlDnEXWe5tYbbYg,33084
115
+ bl_ui/node_add_menu_shader/__init__.pyi,sha256=U-ntARgBpRtDHefEaZUTTBqPZOlk0MF5njZ6heMBb5A,6168
116
+ bl_ui/node_add_menu_texture/__init__.pyi,sha256=qjl9QFiYpBhyMclx9laSSMDbs9ivCTGxQLW8jKLhRMs,5366
117
+ bl_ui/properties_animviz/__init__.pyi,sha256=MVsoAibpBh5BrQ6ReemJJN3zOegs3QRdBFv9rOefocM,705
118
+ bl_ui/properties_collection/__init__.pyi,sha256=Vc5-O8TKo3-St-3d3c5TDjleZGy8wk3N8Je-c6Y2edk,5131
119
+ bl_ui/properties_constraint/__init__.pyi,sha256=Q8gxSZv5GWc9HaY7nAKANXwnlFjcXVCZAEi9GgFID1U,60623
120
+ bl_ui/properties_data_armature/__init__.pyi,sha256=r_yZik3HHrVVY_jG0d8_9Cid7XEREbGirB6TzDrPr2Q,13418
121
+ bl_ui/properties_data_bone/__init__.pyi,sha256=zbE6qpnOJd9OdINbjeRWNEgt66DpVhVFJlRUF0eH4Vg,8183
122
+ bl_ui/properties_data_camera/__init__.pyi,sha256=JleyLehB8Z1m_LCf6kICJvlL8ggJoMjzFyOlFtFjxKQ,12047
123
+ bl_ui/properties_data_curve/__init__.pyi,sha256=895xesxryWAC1ClbR4gJ4A4-Uq_xD1y0NSeRT5lc40k,12386
124
+ bl_ui/properties_data_curves/__init__.pyi,sha256=XIyaHXzmdLu1YKXIB7xboAQhOyJSoW_dNa2EWa6ePms,6574
125
+ bl_ui/properties_data_empty/__init__.pyi,sha256=qCdM71k66EJSiwOkLkfk6m4EjGO0gTT1kve9oBOI464,1758
126
+ bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=ThgRMg7gSyDCNJODyZkhzFxzX4-m5bu8b7dIMjaZF4c,15772
127
+ bl_ui/properties_data_lattice/__init__.pyi,sha256=4MGkuqbRwOXPwgenvccmKepjTo-UEITPdJa66es97WU,3519
128
+ bl_ui/properties_data_light/__init__.pyi,sha256=UF9qN23t6arJXqOxHd75qjuDEbDwa2Pz7u2gd3B1uRU,8300
129
+ bl_ui/properties_data_lightprobe/__init__.pyi,sha256=BNw-GpdEGXO_Y1MEOttD2HjFPnCt6CPM4-SOdcjIVtY,10896
130
+ bl_ui/properties_data_mesh/__init__.pyi,sha256=ftOcB4vmYjO3iGPKWinox0XaT1opFMLxVEaE4KcXEcE,16305
131
+ bl_ui/properties_data_metaball/__init__.pyi,sha256=ugpE5OO7g02vHx6RIPu6mW6wSbFsDmYqdmIR89G2dtQ,4861
132
+ bl_ui/properties_data_modifier/__init__.pyi,sha256=GZSuD_K8JigqvUxpmdhWw8xwOBmJwcYuu814WsHsCSo,7028
133
+ bl_ui/properties_data_pointcloud/__init__.pyi,sha256=c6_fdD-FLjucExBFMO40-J6QPXc4kNN_jWDLlya3-CA,4896
134
+ bl_ui/properties_data_shaderfx/__init__.pyi,sha256=21lgyjB0fDCQ7yytSMpVxZ4-6JidKSLTPseKPFqBj3c,913
135
+ bl_ui/properties_data_speaker/__init__.pyi,sha256=V2p1yDNBPxz3dKK6UiQBTO9Irh0fpe_r6bgovqDfnnk,4944
136
+ bl_ui/properties_data_volume/__init__.pyi,sha256=Nttj9F30ICgk527SL09eTnRgr3Dp1KMOWPZhte7qX_o,7237
137
+ bl_ui/properties_freestyle/__init__.pyi,sha256=6tanbUreqW57P58YM9sQv22bc2hiCabu2vwP1iq0L1U,23298
138
+ bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=5WLHQw9KSPVaTlFCrN8YPk-GQBV3yd8MSLvgSIEaY1I,9158
139
+ bl_ui/properties_mask_common/__init__.pyi,sha256=iwIe9TGaGoJynzyEyK3hiVpSgOFpNNX28BQ-RZEg6Wg,6292
140
+ bl_ui/properties_material/__init__.pyi,sha256=umksBehoHZj_Jkn6xWX0WQH1sCwyqSpCA99ERYRQyz4,13075
141
+ bl_ui/properties_material_gpencil/__init__.pyi,sha256=CMS8wtfYoLCKaN4RxYd3ikR23HLaIC2c_cvRHTNldgE,8738
142
+ bl_ui/properties_object/__init__.pyi,sha256=CzGxZhQxo1rcRb58UdawZd9xAXZ8OcoD_L9xb-jhPF8,15771
143
+ bl_ui/properties_output/__init__.pyi,sha256=5GXVxRcb0hPK_VmFnkZy_PqohxLlPPBwwDYzhI6UUUk,15439
144
+ bl_ui/properties_paint_common/__init__.pyi,sha256=16op6KXtkHUt5M_M7JTDWxdXOJ-E0zztIGOyJmJGx14,8732
145
+ bl_ui/properties_particle/__init__.pyi,sha256=PP0aeNih2eDjO-j5UgyyCmuySLPKPAyKb6wERtdUJUM,44322
146
+ bl_ui/properties_physics_cloth/__init__.pyi,sha256=1d62dy9gKmAnfiSUO-4EfBYoSMAmmoT3G6dI-WMd0ww,10866
147
+ bl_ui/properties_physics_common/__init__.pyi,sha256=nwBOYs0jv2XSayR_PYRyDUxO2Lf-4BQh0jCluVBpm6A,1448
148
+ bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=GCDhILe6tQxPJlkNEPzyBa7i4l7PJ7ayqZN0cvzEHRI,20128
149
+ bl_ui/properties_physics_field/__init__.pyi,sha256=oD6bdYWDD7m6ToPP1Pz4-Lc3uUV93OfSo8FDcrS-dRQ,8591
150
+ bl_ui/properties_physics_fluid/__init__.pyi,sha256=9-AcHVgj-ycCLEDv_s_sR_UTve2npyfSE6xA85SMCmQ,25373
151
+ bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=wwZk5RczcJpcic_IlB3SDIspLeoaZfV6EZHWxwz5lxs,1004
152
+ bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=NKpR1KwtJ4Smwp-fWYramd2NpyuG9uyMPOxMA1qid2Q,7166
153
+ bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=ifICU22ACuhpGu9dHU5BOt4PmniIYb_uOQ8OK70pKps,11632
154
+ bl_ui/properties_physics_softbody/__init__.pyi,sha256=5gBmYEQkEj_oaPDstR-tpGDPnOpZevFjjP1oZOBAAb4,11818
155
+ bl_ui/properties_render/__init__.pyi,sha256=UKHHUaS0D-in_Ov5coLzpRAHXnCvO9p7m9agcU_kaYo,35327
156
+ bl_ui/properties_scene/__init__.pyi,sha256=oDH81lIx1eqx9Ke0TvYEI_96MLAGI5ohqJPfNCfwYbw,13487
157
+ bl_ui/properties_texture/__init__.pyi,sha256=XCawtPI3e5z7m6O0bXj9jsDjmVUnirET2RJW76rXmWw,21388
158
+ bl_ui/properties_view_layer/__init__.pyi,sha256=fOeLxpa2sL-GH16yp4DLHoDjIwEJTbi7E8k-qHy0OMU,10898
159
+ bl_ui/properties_workspace/__init__.pyi,sha256=xUC1dYR6Eep5MbB1_-UTa77u4DE2bSH5s9O53J23pik,3550
160
+ bl_ui/properties_world/__init__.pyi,sha256=CY-sQhTOWWkq1NOgQ9jYRn4V4GLKveXVQu4T92f8sRY,9341
161
+ bl_ui/space_clip/__init__.pyi,sha256=y5bb9k6jgD_VHS020AKAOs_IL6sqNPCbqr0NAaUGYKo,47031
162
+ bl_ui/space_console/__init__.pyi,sha256=b7zy0mFsO542Mtd_KyFh-NjG_YFb__4-bW_C9vlB-8g,3372
163
+ bl_ui/space_dopesheet/__init__.pyi,sha256=d8aN_u6SJkjqGIdtJks8ucBDP1919DIohoUw7EJ2GcU,20092
164
+ bl_ui/space_filebrowser/__init__.pyi,sha256=JwXlj3tu-WKX6IpHHa4dEitmPamqeu2LR_pbcpTJsPo,20637
165
+ bl_ui/space_graph/__init__.pyi,sha256=HTKIVHD0KJlSa73aJeCCALaWnGd_19lFswbelpMs4I4,13019
166
+ bl_ui/space_image/__init__.pyi,sha256=umZnS9mizGdWOCO0EwXuDzB1zt-Qu5RPqJGOPftV88M,46869
167
+ bl_ui/space_info/__init__.pyi,sha256=xS8fd5VIJX3mvOvrjgftzsHAx3ZbNggmUGyJIRv6Pcs,3384
168
+ bl_ui/space_nla/__init__.pyi,sha256=nKpRYIPf5cfY_CYylpXGmQerRSu54s36kIAc7iTlHlI,10892
169
+ bl_ui/space_node/__init__.pyi,sha256=3w7b_e8gtGQmX8mUbPfOxz2sZeMNSbp7hivcjIq9MEQ,21226
170
+ bl_ui/space_outliner/__init__.pyi,sha256=1N93UIu-iU2UkqM7tQxeaxob3PRnnUjqY6rKdnT_sAE,8938
171
+ bl_ui/space_properties/__init__.pyi,sha256=KJdc80dXfvxv5XYmO8CRmheQxff_jLYiS_6zzRG_xwg,2802
172
+ bl_ui/space_sequencer/__init__.pyi,sha256=xTyg7lcQHrWagdzQmNMbQgl8OQdD6355zQbLD5ZU-Dc,59146
173
+ bl_ui/space_spreadsheet/__init__.pyi,sha256=qoO65GoJn8WObsqXqRzdEq2Zq1AZQEDWVpli-4lXOow,1769
174
+ bl_ui/space_statusbar/__init__.pyi,sha256=V-oUoxSsgIpi-jzqct_gz2vjFYkIqOffmuI4W7xlsbw,667
175
+ bl_ui/space_text/__init__.pyi,sha256=k864SRJgY7mgqqsu8KAhNGilMHMgMzjew1aeEHTtiYo,8996
176
+ bl_ui/space_time/__init__.pyi,sha256=MY_bnR7hLFKXVa4_yT4rExuhrB8XXqlOJvLDZnbqulM,3915
177
+ bl_ui/space_toolsystem_common/__init__.pyi,sha256=0wapsLJDJuc7K6B5kjWvB9_dWN5e3_6WNWf_ZEChlmk,3436
178
+ bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=a9wGqRUBYBWI3k0BzC9kgKR8ApI_nnjj1QlR-aLZvt0,10637
179
+ bl_ui/space_topbar/__init__.pyi,sha256=9MO703ewWr9Av2UGhd_tTQK8Okq8N3qw2SXOhZodeTk,15642
180
+ bl_ui/space_userpref/__init__.pyi,sha256=Ufcof6bgkrkvdWC-LjB5PnFo2Yzmu-HLYjBxweYLaFk,80834
181
+ bl_ui/space_view3d/__init__.pyi,sha256=4imWBsm8pkRorSjEMoaiih_vszcPlJ_d_CZ33SmoGf8,159655
182
+ bl_ui/space_view3d_toolbar/__init__.pyi,sha256=h6H868OMgIS3a1jgcOucUb9_EPzCFsR33fKPu_duUig,78464
183
+ bl_ui/utils/__init__.pyi,sha256=ppvhh_gnI0HP7Z6Y7Mpn9No5eGvsnSqXmNlzWdXop0M,810
184
+ bl_ui_utils/__init__.pyi,sha256=6yinHCNictVwPqgqerb5zXorsqM0cqPLmz_r8ms1XeE,89
185
+ bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
186
+ bl_ui_utils/layout/__init__.pyi,sha256=diIx4fYNx0-cCb582pWqI4VWUb1zl5--IG-OXvtCdd0,215
187
+ blend_render_info/__init__.pyi,sha256=mdPgQFMMMkjN3bsG1AMGkWuD97Opj0DOQGH2vszfR88,343
188
+ blend_render_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
189
+ blf/__init__.pyi,sha256=HHTGlezwgBkolPnRzk5zRM5EYlRtdJE-RStoWqSxiHs,6609
190
+ blf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
191
+ bmesh/__init__.pyi,sha256=nhi3aUMSLycSJTzr1Txhjt_NU0y_82NN0NBe8pZYTkE,1541
192
+ bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
193
+ bmesh/geometry/__init__.pyi,sha256=MZzpN0T12x1QweeZUui1LVTrnWyqyBgWsF6tPs1Pe9g,682
194
+ bmesh/ops/__init__.pyi,sha256=YEPcOajMh_dL5zFoV8hj7rVywdb1oO-rF2mjlqqE3Xs,76307
195
+ bmesh/types/__init__.pyi,sha256=GP6vcjkE3N1T9akpGpoOfYST9MLywG7Acm6a6HFTs1U,44314
196
+ bmesh/utils/__init__.pyi,sha256=N2mRD0u1ipJkw2nokIb-FCL858ikNQrOM_mqJPiCEXY,6285
197
+ bpy/__init__.pyi,sha256=2c24IZe013Q0UbFSvpU9JKRYusCUwGYTXbNDx17dK5g,490
198
+ bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
199
+ bpy/app/__init__.pyi,sha256=SahojytccpJ-ohdmMqSiuhXWvoAjMG89E7SUJblpn60,8737
200
+ bpy/app/handlers/__init__.pyi,sha256=vxcj3vFmnFwA2JI8EdkC7ABpZkKNQs5AVadOyAamNe4,8062
201
+ bpy/app/icons/__init__.pyi,sha256=OEb8rxBfK1sVaLsDUrGC90Pd7ZTo8Vrq_nUsC8TCvfQ,963
202
+ bpy/app/timers/__init__.pyi,sha256=nD-TlDqICpcquEyk__OLIagSX4mNCH_jJxAKgfmrIYo,1813
203
+ bpy/app/translations/__init__.pyi,sha256=Pvwr_2LsC3BVnsom_Bkv6lfJgDHpaqSD5z0qw9e85ko,6985
204
+ bpy/msgbus/__init__.pyi,sha256=61Cc-RZsSt9zWFv8AXTPlc5bm9a9OfhiyZd68agwu4E,3442
205
+ bpy/ops/__init__.pyi,sha256=oyhZEf0VnUeUM7XXXOg9k4qnzcpqDDS14azXU-N0ZRA,5992
206
+ bpy/ops/action/__init__.pyi,sha256=hH-QQ8uwzEgBCCmAsWZ9SaaL4wprlceXL82EGacc4sI,19344
207
+ bpy/ops/anim/__init__.pyi,sha256=c_o_QypJBzSyxbHYJOhPlt3UJWi99-4yOz2VV-SmgHY,26719
208
+ bpy/ops/armature/__init__.pyi,sha256=3jUrNdmZLiljXfIy1t37PoDaNmngg9MCPJvJNTwnoTo,21569
209
+ bpy/ops/asset/__init__.pyi,sha256=gzckzAm1nTuk5abdAkwDO6tzpkpqxTnxH-kAVY_qXoY,9702
210
+ bpy/ops/boid/__init__.pyi,sha256=nfdPUMBKH24wmdrgH7M4CyurRHxwfHkFGxYNwspVh3A,2186
211
+ bpy/ops/brush/__init__.pyi,sha256=vyfsrTvOWSaQnVq4c8jffmNJ4lWuuo12ED2lvrFHdo8,10018
212
+ bpy/ops/buttons/__init__.pyi,sha256=TiXXs-rLxj988SGiwVDUVD9BD64id9ZYT8CPJfg6bt4,8908
213
+ bpy/ops/cachefile/__init__.pyi,sha256=CR4ROZavXhhjY--vHw07SnT977KyVRdn6WWqLo0jFic,8707
214
+ bpy/ops/camera/__init__.pyi,sha256=NOjImRSdOaouP5VDO5tTvxt1vjchW7kYx8ufLQGJDRc,1427
215
+ bpy/ops/clip/__init__.pyi,sha256=cbxpWHEv-LvSPPzrfBW3Hm-uNZ0Ru0iFkTYbl8Hu6Rk,46033
216
+ bpy/ops/cloth/__init__.pyi,sha256=uwkJTIltuHqnAj31VLEkdOjSHXqBV6CKP4N_NHaHKNw,664
217
+ bpy/ops/collection/__init__.pyi,sha256=jYzYuIsq_H8P0xB0c5LGVRBOMkVrkCCxZgeQWItiTTA,3830
218
+ bpy/ops/console/__init__.pyi,sha256=J0C91N5SOZJyqgdsP4cRVsi0VWB4WsicmB7f3o7nBtc,7667
219
+ bpy/ops/constraint/__init__.pyi,sha256=xXAGzEua07ldnVtUs1sFkCmSR01qStTdMZ0z4E-IXl0,12048
220
+ bpy/ops/curve/__init__.pyi,sha256=lSHR_PQ9PxJUcqwJYxvY2gKi_6sgkc05U91bJD--7-0,29421
221
+ bpy/ops/curves/__init__.pyi,sha256=FhBgmG3qGpXN7tVLHs99TcoQ3d5dtx89y25Cra5r-QQ,16632
222
+ bpy/ops/cycles/__init__.pyi,sha256=ltPk5-40G7apmbFuKiDbeRxCwg3FsKP-Hk3Y5XtwYQ8,1795
223
+ bpy/ops/dpaint/__init__.pyi,sha256=GhrndgrnnljHoo5StXuwo2ulGG8B3yLWx-1bsJiEKCE,1682
224
+ bpy/ops/ed/__init__.pyi,sha256=wLtlE0feDn7m_M5HetFeyY0ZgsFPlkFW6TSUt1leKjM,7248
225
+ bpy/ops/export_anim/__init__.pyi,sha256=kNdfqrFTIfZukBZCSarUKL9LJa4T0w99gtn04UL7cCY,2062
226
+ bpy/ops/export_scene/__init__.pyi,sha256=t1HfCEqv6SXA-z4aHhlPRi-MZqlAnw-pXn5IBB5nvmY,40559
227
+ bpy/ops/extensions/__init__.pyi,sha256=GIbSDf6RK9ZFYP5FszTgCpPHXDayqGLWd4tKDymB5aw,12957
228
+ bpy/ops/file/__init__.pyi,sha256=rknNAjlXljQ_G2SIWBvj-iIyr_YvMeubcprRg6tMWGU,19798
229
+ bpy/ops/fluid/__init__.pyi,sha256=HFXzyf1E4cnj3rM0WW1QYig3JyVbLXogsZWrRXHG_Us,3552
230
+ bpy/ops/font/__init__.pyi,sha256=nTI2Me4QkrxwDF6l5xYHAd4x1ndl0DnonUMzwAnsB1I,15624
231
+ bpy/ops/geometry/__init__.pyi,sha256=6XA77z_tOSTs3MwmsEK1WI53E_61kURrxvYnHqYBTAI,7922
232
+ bpy/ops/gizmogroup/__init__.pyi,sha256=fJ82n8AFYtAfDBQIZQ2J6hhM680Uk_71x6KO2lAa3Ck,1323
233
+ bpy/ops/gpencil/__init__.pyi,sha256=kKqt8NtifAenrn2I9DPU0hs4MH-Cgb4ICLLZdhBj6jE,5005
234
+ bpy/ops/graph/__init__.pyi,sha256=YNLtqDBmwwI5-nSoSdUJkBTMMa0_wjsSMYnvTrXzj2c,43175
235
+ bpy/ops/grease_pencil/__init__.pyi,sha256=t3d67AAa2iRCTONvUB8xWBPy0NAYTT9mef9pf3mwi20,69153
236
+ bpy/ops/image/__init__.pyi,sha256=MrhR6AN9YCSQNdo2WeyxEjczERJF7YfCRqNdEReiwAA,50655
237
+ bpy/ops/import_anim/__init__.pyi,sha256=bRBpz8satL8tj-2DVrxVKG6q4HziERb9fwZE9QPERE0,3078
238
+ bpy/ops/import_curve/__init__.pyi,sha256=x6_ydotHUBHRI2ZT5ZIQ7s-70JShBL38melEwMU-00g,831
239
+ bpy/ops/import_scene/__init__.pyi,sha256=CtqLA0H4nV-MLru8StTq22f8BQTtcPHaJcNE7mXALYk,11652
240
+ bpy/ops/info/__init__.pyi,sha256=0074YaJ7Qrug7_TZV1Daa-0JrzPk7quNOd5sH_eVo7c,3239
241
+ bpy/ops/lattice/__init__.pyi,sha256=fKhFXusg_ARBg8Nd-Wqecp2ZtUUQscCwc0SHIrj7R_8,3742
242
+ bpy/ops/marker/__init__.pyi,sha256=UgDyXL31VJ4eP6tKMcJ9Ahyp172DGoQwAsTys_EdF1g,5527
243
+ bpy/ops/mask/__init__.pyi,sha256=WuDzL2HNb13UKrtIv-bze436cJSB9Sj5u1Tjc75DrVs,17709
244
+ bpy/ops/material/__init__.pyi,sha256=7yA8XRBaeLm-2IGqQqXcDGNctp3amhdmBMTPoWHw5G8,774
245
+ bpy/ops/mball/__init__.pyi,sha256=3avjhyGC4WLxkWeTp16xJjaN3dp05ecbIXJnc2EtXVs,4258
246
+ bpy/ops/mesh/__init__.pyi,sha256=jOS4UBLsZrHh24SJH5hJgFl-GDV6HM1PCVSQSjUK8Sw,132537
247
+ bpy/ops/nla/__init__.pyi,sha256=xj5WdhNuTLCf0XbePE1XPiPfS78Ea45lA28gOntmOFI,18812
248
+ bpy/ops/node/__init__.pyi,sha256=vNTAkzgEqnxfQUAFJT7z_gg2GvEvEI-FQYMw0v7yRdw,66613
249
+ bpy/ops/object/__init__.pyi,sha256=Xx2R7ntvpsIAZ4lDFxPENe3mXEsOGCvWrI-S85v5qRI,172971
250
+ bpy/ops/outliner/__init__.pyi,sha256=ynP3AYcSIvRaROgjkuUMwL2F5P085Q_VVOZjhVC4VeY,29325
251
+ bpy/ops/paint/__init__.pyi,sha256=14ik0wFRdTfSOMWb-ZQBc5FLHtq8xFeGiLMqrmtj374,38326
252
+ bpy/ops/paintcurve/__init__.pyi,sha256=CyJ287wx58BG_V8H0yrKF8f01MUkuQLPMhlbSop8Tlw,3143
253
+ bpy/ops/palette/__init__.pyi,sha256=arZADeq1E2pbQE4cC4GdC9G3mrj31cbU2b4X_jiCdMY,2230
254
+ bpy/ops/particle/__init__.pyi,sha256=yWaqgUeRvSlMs-0msSrT3EHoiDrYXsqeEJDQ7zK9yLo,14503
255
+ bpy/ops/pointcloud/__init__.pyi,sha256=ncp0W4VO2eKWg0w0RbiCMX0T6Pp8lHgkuCozdZYV0cw,3980
256
+ bpy/ops/pose/__init__.pyi,sha256=w89jd2FiJ7nmJKtT9emmA5ziy3hTTF-7z8An4-9mscY,28170
257
+ bpy/ops/poselib/__init__.pyi,sha256=PC4rOpWc0Tpwqog9HI9hA5pamvw6SXK2KshksjBhbnc,5578
258
+ bpy/ops/preferences/__init__.pyi,sha256=ExaBIhejgkAc7k2DPX7S8II-gEXFmfZOoQVcw_Iom0E,19795
259
+ bpy/ops/ptcache/__init__.pyi,sha256=alDSJmgA1aKoMo46EDHirj_L-9Xc7RvfCh27DRnRuWc,1834
260
+ bpy/ops/render/__init__.pyi,sha256=CaNY2941_VXzPCw8Ul_1x-DYcnpjt9-vUmscqbIM15Y,7603
261
+ bpy/ops/rigidbody/__init__.pyi,sha256=v64_7HMafJtwLVXcSTnPOLtjSGmKECr3nq80TRtDWhU,6971
262
+ bpy/ops/scene/__init__.pyi,sha256=cjB_Vh87W50CnL37xCQu0x4QzDVh4D8uy2mlNXWvbjw,15611
263
+ bpy/ops/screen/__init__.pyi,sha256=JVe5VWQxsb64V0cJ5DATt1h7wlBwW16qhjlQdzoux3s,20369
264
+ bpy/ops/script/__init__.pyi,sha256=xMWzlcdSykwWgk_ck_Mnv6pbex532LfNek21C_cWAjU,1047
265
+ bpy/ops/sculpt/__init__.pyi,sha256=hG_cuhBwa_WW7u_k9zObI0VoWkCkL8KK1r6kj7V5YKY,51567
266
+ bpy/ops/sculpt_curves/__init__.pyi,sha256=Pp-SNyuO82Y1Ksm2ygzZK14X5Nil2cZUOE798KYG5EE,2919
267
+ bpy/ops/sequencer/__init__.pyi,sha256=US0SoGE6n0EgBTw8sBMR9Ge72IRpyQg0x4hBx8Ln6jk,86767
268
+ bpy/ops/sound/__init__.pyi,sha256=x0KuxcCFRcLVHsSLxqfNcPi0CyqYVMIUGkBvznDroNk,16665
269
+ bpy/ops/spreadsheet/__init__.pyi,sha256=vJX-uQpmdhiHh6dB9yhaqOKkyQKPpRH1Ay2PSwLTEoQ,2175
270
+ bpy/ops/surface/__init__.pyi,sha256=2zsyLcEMeA71sYw44yeIY6l1dRzf77ITk17JWlz2JTk,10390
271
+ bpy/ops/text/__init__.pyi,sha256=_AfER9XCG7bChNZXVjHCtxHFcg_AJpOfZGJew6InRBU,21736
272
+ bpy/ops/text_editor/__init__.pyi,sha256=y7zrfyEfEIXybjnIDKjhMnMcezg66-hWeiG6ixZakJI,670
273
+ bpy/ops/texture/__init__.pyi,sha256=w1weHfSnhrJmGqpPs2KkjZNH4X8GDy-NFKfPXvy_rwQ,1156
274
+ bpy/ops/transform/__init__.pyi,sha256=Xon_BEEVgLXk1u6wbaPg2YSfK4AaN4bPgPS4znfc3Kg,59679
275
+ bpy/ops/ui/__init__.pyi,sha256=s_AC2AYmdkc3vPCCIeDVrS3zojkNuV8CTIRFjl56voo,13174
276
+ bpy/ops/uilist/__init__.pyi,sha256=CSwrFuqez9Ia24-_yFa5gAudByRrRqmaQVKrfExyRYc,1669
277
+ bpy/ops/uv/__init__.pyi,sha256=ZXREZ974adL-WdVnbScO_l3EOSNkgOFEy_v6MMMu9p4,46027
278
+ bpy/ops/view2d/__init__.pyi,sha256=bXpaqKJa4WVVOib1-e_jWpSirho63ignV5z0LPxfLCs,7173
279
+ bpy/ops/view3d/__init__.pyi,sha256=JET9fsqbX7Yqaf1IYsV2tvT4FwhYMklB_rOnEbG2OK8,31946
280
+ bpy/ops/wm/__init__.pyi,sha256=NHThI1FPMgAriNL3Y1h-S9viVTP0x9zDa0fsvmbhC9g,209822
281
+ bpy/ops/workspace/__init__.pyi,sha256=Yfe-bzDigcZkkMulfyDa0wbwqzHBrfp5mn0u_sCN7wo,2418
282
+ bpy/ops/world/__init__.pyi,sha256=VTCqEUTLL6yJroZCNcMYQgEKVmjwkIwIy70vB78rdOM,673
283
+ bpy/path/__init__.pyi,sha256=Phd8a6fB3496L7_LUhdwPNwkh3qy_4O-MS5br9RMfO0,5536
284
+ bpy/props/__init__.pyi,sha256=d7F7M1mGB4fsDBgn3fzNBoOLuVSfcyvxDdiNUygjIpo,35774
285
+ bpy/stub_internal/__init__.pyi,sha256=h3K2LGZ8lcLY-Oo9ym-HEopjGScc4iTfpT1MU_6smTI,126
286
+ bpy/stub_internal/rna_enums/__init__.pyi,sha256=FPVnHQojCPAq7Q_hh7T6gVOA_zAyg4j-EI2r89gLn1I,142366
287
+ bpy/types/__init__.pyi,sha256=VlaVsRlEeo4spf687TUv42B60nBb4AiWnUi9TZtnl2g,5908111
288
+ bpy/utils/__init__.pyi,sha256=GGYp2g381aOdE7tWXvRGVbmhijbfgt4wGAtJGgbvyJg,15526
289
+ bpy/utils/previews/__init__.pyi,sha256=iSZemSCPu1S2BjAQO83Z-FqEo1nGHRCEIEduXB6hQhc,2357
290
+ bpy/utils/units/__init__.pyi,sha256=cpE9IZPkYPBexru7R9HQ_c0931d7R7Dvib2Uf7V0JJs,2645
291
+ bpy_extras/__init__.pyi,sha256=Vish0mn6IfEYsdv9gWh6VDSpzvOwYavpgAC_PleMtFE,995
292
+ bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
293
+ bpy_extras/anim_utils/__init__.pyi,sha256=ASWbIawcJyVr8tpzMhDDn-TFsceHSZ0-a3HqfI1Capg,4576
294
+ bpy_extras/asset_utils/__init__.pyi,sha256=aM9iiUUy5PcxHY5lz-UxfvLzAc9bH5Y-z3kRRB9IzvY,221
295
+ bpy_extras/bmesh_utils/__init__.pyi,sha256=KrJhW9Esut9jZKqcogqgPnrC9LbJOOe3szRluEd5j-E,513
296
+ bpy_extras/id_map_utils/__init__.pyi,sha256=IXrJ93ipXCEEwjJ09T_NNbc0S2RZRvckkjqTNeYk9dY,503
297
+ bpy_extras/image_utils/__init__.pyi,sha256=ipjyDTKT1rNz_tp4nJ38mALa1_ZnDEURWHw1mWi5lLg,2142
298
+ bpy_extras/io_utils/__init__.pyi,sha256=snQWnl6HRl9KsgNQz-bZbjjX08_QKw95Z_6_Ax1v9OU,5534
299
+ bpy_extras/keyconfig_utils/__init__.pyi,sha256=30atSCQ_wUkCLsOQJNkK4Ehw7tI4nm4O8bdmJHScI0g,410
300
+ bpy_extras/mesh_utils/__init__.pyi,sha256=QgIaoOkOsjdJblEhN7CNcjchpge89dcFpHGLVLv0KQE,3019
301
+ bpy_extras/node_shader_utils/__init__.pyi,sha256=dME51tPlshdP9Smk7Be18UY4hCEk8mCeOWf_AP5eThY,6131
302
+ bpy_extras/node_utils/__init__.pyi,sha256=rH-hi_Hyz0akCIKMWYIqIgg17diDFt6ky38sz4zs0os,681
303
+ bpy_extras/object_utils/__init__.pyi,sha256=RzhapY8FgW7LszWth3YRkwLSjDqhKiKNBVuu4bgiVM4,3379
304
+ bpy_extras/view3d_utils/__init__.pyi,sha256=hG5V2VDwvCx7VuX_QPV9ctQUct0Fg1J0NtDQto0luuo,3797
305
+ bpy_extras/wm_utils/__init__.pyi,sha256=HgDFmquHfKkuFHD9VorJPXg3LJg3gq0qbqo3AQmJYjQ,138
306
+ bpy_extras/wm_utils/progress_report/__init__.pyi,sha256=Ubr7mdbBqUI9mdhFfklrK_3QC46XVc0Rz9KexY6SSqU,1813
307
+ bpy_restrict_state/__init__.pyi,sha256=siYPmeQNkx9dnHp17jwb6z5kMoaGBW131pbYgcyHLuE,266
308
+ bpy_restrict_state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
309
+ console_python/__init__.pyi,sha256=qdXqTSY2X-k-4cMP_Mrd3lgKv558vdSSUFgHwhGK2vg,710
310
+ console_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
311
+ console_shell/__init__.pyi,sha256=dZispC7KpOA8vSUR48VVlPLgSoBhJirF0w5dQoq6IQ8,296
312
+ console_shell/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
313
+ freestyle/__init__.pyi,sha256=xm25QRr6S_qFw8efB2hN8jaIS8FM_jFB4nWasggLxz0,743
314
+ freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
315
+ freestyle/chainingiterators/__init__.pyi,sha256=udM1jbyqfOY1CRz6Px0fXV6EEo08kOYsmheQcXJe5ak,10892
316
+ freestyle/functions/__init__.pyi,sha256=dGcOMrCayIE_OXrHIm36aQUAsCyNwvX63DjLjJw6Xm4,49311
317
+ freestyle/predicates/__init__.pyi,sha256=3Y8x157YP6udskhuFb_UZYvGyZjjEhGIJWQoj0BMLsw,13550
318
+ freestyle/shaders/__init__.pyi,sha256=SUbnzfs9aX629SUz1vacJUkTQS2F8-E4TS1SetN0yFs,24630
319
+ freestyle/types/__init__.pyi,sha256=kKYLqZdjpwVRBGzW02O_LUX_RkL8b0M1Op-49xfMbGk,101293
320
+ freestyle/utils/__init__.pyi,sha256=vrxmLboZoETh1_GfhS4xYZ7vzW6Oh3vElX7y16Ftw0c,5328
321
+ freestyle/utils/ContextFunctions/__init__.pyi,sha256=IKNZD__52vYS5eT32F_WZwW1dco_6G2kZC_1IVCAwLs,3486
322
+ gpu/__init__.pyi,sha256=TLoatdrTMM6vfjnbuQA6cW38ARW5nuLa4Y-eicnJU5Q,8900
323
+ gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
324
+ gpu/capabilities/__init__.pyi,sha256=2a4oXV5xWpWlcaVqBNBGGfzVXKXXt4PwgRo33vj0iZY,3783
325
+ gpu/matrix/__init__.pyi,sha256=AZB7M_bz632BlWL0qPdQ-0IpNySQ9uZ6GkEoCw3G0DM,2887
326
+ gpu/platform/__init__.pyi,sha256=0btJfrjsgCzwxEftIc0M38iYXVJtwYM5fzqsUa1kTwQ,806
327
+ gpu/select/__init__.pyi,sha256=u7L8-mg3F6PD60rvGcJ1CUehZTDaPSGtmXzs1LNKK7g,242
328
+ gpu/shader/__init__.pyi,sha256=vTyHoiXVvNiPyXwCNy1EEN4TGlzqFjQKfD3ySHBaM7A,2443
329
+ gpu/state/__init__.pyi,sha256=XC4KxVmSTDPNQP57tfsP5gqDwuhlwjLiVGTedL_KN7U,4487
330
+ gpu/texture/__init__.pyi,sha256=TzwOXJ7KCVQrBiujMTZ0AWx_IF4yNe2vWmhkkvnHuKg,674
331
+ gpu/types/__init__.pyi,sha256=XJvDX4l4Pekl_gG5OzGECBR1yyZam8d_4xFjZFIJwLs,29302
332
+ gpu_extras/__init__.pyi,sha256=XscwC-5DTPC0yc2HB_XMgvX61rT5Qs5RaImqNwR6c40,240
333
+ gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
334
+ gpu_extras/batch/__init__.pyi,sha256=inV4OR_YJrG76oiq-8PZW2dDyx8pzf4jp818hX9alqw,1298
335
+ gpu_extras/presets/__init__.pyi,sha256=vtAOpu94K9wQBL8TwYIFyT_3rW185Kz91OWGUyC9_0w,1690
336
+ graphviz_export/__init__.pyi,sha256=l4HCIpbabD8OmgoJdVcmAw2HdInP-wAZtTETECLLYWA,258
337
+ graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
338
+ idprop/__init__.pyi,sha256=3M6jnE-1j1mPIJJi7c49kdEpbRgus6la85Zh_UIyXYI,118
339
+ idprop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
340
+ idprop/types/__init__.pyi,sha256=wlKSeZdju8wZWKj_M_G2cWZefTUJSQH6B1PbhfdLic8,1976
341
+ imbuf/__init__.pyi,sha256=drCet8jjmrC2RzV4ji-8JUJjOe-fTEkmHMSA7NPmSUg,1394
342
+ imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
343
+ imbuf/types/__init__.pyi,sha256=eCxRN9KZ7OXrr_cUfs4sd-bFV5zjvrHE-khvANj0x4g,1509
344
+ keyingsets_builtins/__init__.pyi,sha256=-KaBlb5p7yAL_oDkOW11aPmIszRJwMxS7qsZ5V5dcsI,16044
345
+ keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
346
+ keyingsets_utils/__init__.pyi,sha256=LYwQPxGFL9s9daviMo2DyVIUmjyNRFT1S9cvMGBZ6to,1031
347
+ keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
348
+ mathutils/__init__.pyi,sha256=g9Jvfm5tIQqO9gdHh_r6YwHbp87CXRHsGikViFqV9Vs,90356
349
+ mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
350
+ mathutils/bvhtree/__init__.pyi,sha256=rjuZMGm2Jxi0bnaU60v18BuJyO2JWdfRdr5Mp0bYUuk,5138
351
+ mathutils/geometry/__init__.pyi,sha256=N3LtfyhHPnBim_PgIa5likQdcVxOMDvUC-eTqv70ruY,23817
352
+ mathutils/interpolate/__init__.pyi,sha256=ndZoeTg3JKLj5Uskd-TU2BmCEAe8k_-MY-jGzzNj0O4,575
353
+ mathutils/kdtree/__init__.pyi,sha256=99pXd0pG1J4JBPexQBa87d-DAg-3KZ1lmDL3ZLiVA-Q,2309
354
+ mathutils/noise/__init__.pyi,sha256=Zg1rSqWCinxZ9dzzKreAatID67q05SeBQJr1hOy6Gdk,10879
355
+ nodeitems_builtins/__init__.pyi,sha256=uar8Cz4xOo-RL2Gc8RkyTLsCdUM3ooFSE2-A7jbS9L4,534
356
+ nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
357
+ nodeitems_utils/__init__.pyi,sha256=hPWyeUwD2hAEB1QMP_WccdR4H5DlAmT_hnY3vxwujpM,846
358
+ nodeitems_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
359
+ rna_info/__init__.pyi,sha256=NkeuEfyBNqNJMuQw9P7z2x1ltORVrYgwCZd9TgQt8O8,3567
360
+ rna_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
361
+ rna_keymap_ui/__init__.pyi,sha256=HjNXbu5w-94HLbvVQlEWXV3JVrgWpNz9jiJ3mzGMCNg,488
362
+ rna_keymap_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
363
+ rna_prop_ui/__init__.pyi,sha256=Gn7kc9WhI3qPObIz8QiFbjeVIP7GCeF6liywBzIEcnE,1402
364
+ rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
365
+ rna_xml/__init__.pyi,sha256=E0_ajcifhpiiQJVaNKnAa2ju-w5Tg9-lk7IqhsPjrw4,652
366
+ rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
367
+ fake_bpy_module-20250828.dist-info/METADATA,sha256=7ZVE_s6er69znRyDuxwOoFtwEKkn9-B6fjaLxdH-MAs,7429
368
+ fake_bpy_module-20250828.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
369
+ fake_bpy_module-20250828.dist-info/top_level.txt,sha256=E_sehFLnpWSq252JjlyGL1A-1xsWTYcqyOIlHfuOh28,515
370
+ fake_bpy_module-20250828.dist-info/RECORD,,