fake-bpy-module-latest 20251003__py3-none-any.whl → 20260114__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 (299) hide show
  1. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
  2. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
  3. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
  4. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
  5. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  6. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  7. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  8. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  9. _bpy_internal/__init__.pyi +1 -0
  10. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  11. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  12. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  13. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  14. _bpy_types/__init__.pyi +18 -123
  15. {rna_info → _rna_info}/__init__.pyi +0 -1
  16. addon_utils/__init__.pyi +0 -13
  17. aud/__init__.pyi +55 -131
  18. bl_math/__init__.pyi +2 -12
  19. bl_operators/__init__.pyi +1 -0
  20. bl_operators/add_mesh_torus/__init__.pyi +0 -2
  21. bl_operators/anim/__init__.pyi +40 -24
  22. bl_operators/assets/__init__.pyi +0 -6
  23. bl_operators/bone_selection_sets/__init__.pyi +0 -28
  24. bl_operators/clip/__init__.pyi +0 -20
  25. bl_operators/connect_to_output/__init__.pyi +0 -2
  26. bl_operators/console/__init__.pyi +0 -10
  27. bl_operators/constraint/__init__.pyi +0 -8
  28. bl_operators/copy_global_transform/__init__.pyi +261 -0
  29. bl_operators/file/__init__.pyi +0 -6
  30. bl_operators/freestyle/__init__.pyi +0 -8
  31. bl_operators/geometry_nodes/__init__.pyi +0 -8
  32. bl_operators/grease_pencil/__init__.pyi +0 -2
  33. bl_operators/image/__init__.pyi +0 -10
  34. bl_operators/image_as_planes/__init__.pyi +0 -4
  35. bl_operators/mesh/__init__.pyi +0 -4
  36. bl_operators/node/__init__.pyi +36 -46
  37. bl_operators/object/__init__.pyi +0 -37
  38. bl_operators/object_align/__init__.pyi +0 -2
  39. bl_operators/object_quick_effects/__init__.pyi +0 -8
  40. bl_operators/object_randomize_transform/__init__.pyi +0 -2
  41. bl_operators/presets/__init__.pyi +0 -50
  42. bl_operators/rigidbody/__init__.pyi +0 -6
  43. bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
  44. bl_operators/sequencer/__init__.pyi +0 -16
  45. bl_operators/spreadsheet/__init__.pyi +0 -2
  46. bl_operators/userpref/__init__.pyi +0 -50
  47. bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
  48. bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
  49. bl_operators/uvcalc_transform/__init__.pyi +21 -12
  50. bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
  51. bl_operators/view3d/__init__.pyi +0 -16
  52. bl_operators/wm/__init__.pyi +0 -92
  53. bl_operators/world/__init__.pyi +0 -2
  54. bl_ui/__init__.pyi +3 -4
  55. bl_ui/anim/__init__.pyi +0 -2
  56. bl_ui/asset_shelf/__init__.pyi +0 -2
  57. bl_ui/generic_ui_list/__init__.pyi +1 -17
  58. bl_ui/node_add_menu/__init__.pyi +13 -16
  59. bl_ui/node_add_menu_compositor/__init__.pyi +19 -57
  60. bl_ui/node_add_menu_geometry/__init__.pyi +56 -168
  61. bl_ui/node_add_menu_shader/__init__.pyi +10 -30
  62. bl_ui/node_add_menu_texture/__init__.pyi +1 -17
  63. bl_ui/properties_collection/__init__.pyi +0 -14
  64. bl_ui/properties_constraint/__init__.pyi +64 -150
  65. bl_ui/properties_data_armature/__init__.pyi +0 -36
  66. bl_ui/properties_data_bone/__init__.pyi +0 -20
  67. bl_ui/properties_data_camera/__init__.pyi +0 -30
  68. bl_ui/properties_data_curve/__init__.pyi +0 -30
  69. bl_ui/properties_data_curves/__init__.pyi +0 -16
  70. bl_ui/properties_data_empty/__init__.pyi +0 -4
  71. bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
  72. bl_ui/properties_data_lattice/__init__.pyi +0 -8
  73. bl_ui/properties_data_light/__init__.pyi +0 -20
  74. bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
  75. bl_ui/properties_data_mesh/__init__.pyi +0 -42
  76. bl_ui/properties_data_metaball/__init__.pyi +0 -12
  77. bl_ui/properties_data_modifier/__init__.pyi +0 -18
  78. bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
  79. bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
  80. bl_ui/properties_data_speaker/__init__.pyi +0 -12
  81. bl_ui/properties_data_volume/__init__.pyi +0 -18
  82. bl_ui/properties_freestyle/__init__.pyi +0 -50
  83. bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
  84. bl_ui/properties_mask_common/__init__.pyi +0 -14
  85. bl_ui/properties_material/__init__.pyi +0 -32
  86. bl_ui/properties_material_gpencil/__init__.pyi +0 -22
  87. bl_ui/properties_object/__init__.pyi +35 -42
  88. bl_ui/properties_output/__init__.pyi +0 -40
  89. bl_ui/properties_paint_common/__init__.pyi +23 -7
  90. bl_ui/properties_particle/__init__.pyi +0 -106
  91. bl_ui/properties_physics_cloth/__init__.pyi +0 -28
  92. bl_ui/properties_physics_common/__init__.pyi +0 -2
  93. bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
  94. bl_ui/properties_physics_field/__init__.pyi +0 -20
  95. bl_ui/properties_physics_fluid/__init__.pyi +0 -56
  96. bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
  97. bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
  98. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
  99. bl_ui/properties_physics_softbody/__init__.pyi +0 -30
  100. bl_ui/properties_render/__init__.pyi +0 -90
  101. bl_ui/properties_scene/__init__.pyi +0 -34
  102. bl_ui/properties_strip/__init__.pyi +744 -0
  103. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  104. bl_ui/properties_texture/__init__.pyi +0 -54
  105. bl_ui/properties_view_layer/__init__.pyi +7 -28
  106. bl_ui/properties_workspace/__init__.pyi +0 -8
  107. bl_ui/properties_world/__init__.pyi +0 -22
  108. bl_ui/space_clip/__init__.pyi +1 -150
  109. bl_ui/space_console/__init__.pyi +0 -12
  110. bl_ui/space_dopesheet/__init__.pyi +52 -60
  111. bl_ui/space_filebrowser/__init__.pyi +0 -60
  112. bl_ui/space_graph/__init__.pyi +0 -44
  113. bl_ui/space_image/__init__.pyi +2 -144
  114. bl_ui/space_info/__init__.pyi +0 -12
  115. bl_ui/space_nla/__init__.pyi +0 -36
  116. bl_ui/space_node/__init__.pyi +27 -66
  117. bl_ui/space_outliner/__init__.pyi +0 -30
  118. bl_ui/space_properties/__init__.pyi +29 -6
  119. bl_ui/space_sequencer/__init__.pyi +46 -912
  120. bl_ui/space_spreadsheet/__init__.pyi +0 -6
  121. bl_ui/space_statusbar/__init__.pyi +0 -2
  122. bl_ui/space_text/__init__.pyi +0 -32
  123. bl_ui/space_time/__init__.pyi +50 -8
  124. bl_ui/space_topbar/__init__.pyi +7 -52
  125. bl_ui/space_userpref/__init__.pyi +7 -188
  126. bl_ui/space_view3d/__init__.pyi +36 -544
  127. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  128. bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
  129. blf/__init__.pyi +6 -50
  130. bmesh/__init__.pyi +0 -7
  131. bmesh/geometry/__init__.pyi +0 -3
  132. bmesh/ops/__init__.pyi +2 -450
  133. bmesh/types/__init__.pyi +206 -420
  134. bmesh/utils/__init__.pyi +16 -43
  135. bpy/app/__init__.pyi +53 -56
  136. bpy/app/icons/__init__.pyi +0 -6
  137. bpy/app/timers/__init__.pyi +0 -6
  138. bpy/app/translations/__init__.pyi +1 -16
  139. bpy/msgbus/__init__.pyi +1 -4
  140. bpy/ops/action/__init__.pyi +15 -165
  141. bpy/ops/anim/__init__.pyi +38 -279
  142. bpy/ops/armature/__init__.pyi +18 -192
  143. bpy/ops/asset/__init__.pyi +11 -97
  144. bpy/ops/boid/__init__.pyi +7 -38
  145. bpy/ops/brush/__init__.pyi +3 -72
  146. bpy/ops/buttons/__init__.pyi +4 -71
  147. bpy/ops/cachefile/__init__.pyi +2 -63
  148. bpy/ops/camera/__init__.pyi +0 -11
  149. bpy/ops/clip/__init__.pyi +43 -427
  150. bpy/ops/cloth/__init__.pyi +0 -5
  151. bpy/ops/collection/__init__.pyi +2 -34
  152. bpy/ops/console/__init__.pyi +10 -88
  153. bpy/ops/constraint/__init__.pyi +3 -80
  154. bpy/ops/curve/__init__.pyi +23 -254
  155. bpy/ops/curves/__init__.pyi +17 -166
  156. bpy/ops/cycles/__init__.pyi +1 -14
  157. bpy/ops/dpaint/__init__.pyi +3 -21
  158. bpy/ops/ed/__init__.pyi +10 -82
  159. bpy/ops/export_anim/__init__.pyi +2 -10
  160. bpy/ops/export_scene/__init__.pyi +1 -155
  161. bpy/ops/extensions/__init__.pyi +15 -150
  162. bpy/ops/file/__init__.pyi +27 -217
  163. bpy/ops/fluid/__init__.pyi +13 -70
  164. bpy/ops/font/__init__.pyi +10 -134
  165. bpy/ops/geometry/__init__.pyi +3 -124
  166. bpy/ops/gizmogroup/__init__.pyi +1 -12
  167. bpy/ops/gpencil/__init__.pyi +5 -38
  168. bpy/ops/graph/__init__.pyi +18 -316
  169. bpy/ops/grease_pencil/__init__.pyi +29 -524
  170. bpy/ops/image/__init__.pyi +19 -379
  171. bpy/ops/import_anim/__init__.pyi +2 -16
  172. bpy/ops/import_curve/__init__.pyi +0 -6
  173. bpy/ops/import_scene/__init__.pyi +0 -50
  174. bpy/ops/info/__init__.pyi +4 -35
  175. bpy/ops/lattice/__init__.pyi +3 -33
  176. bpy/ops/marker/__init__.pyi +2 -50
  177. bpy/ops/mask/__init__.pyi +17 -176
  178. bpy/ops/material/__init__.pyi +3 -15
  179. bpy/ops/mball/__init__.pyi +1 -30
  180. bpy/ops/mesh/__init__.pyi +32 -915
  181. bpy/ops/nla/__init__.pyi +20 -184
  182. bpy/ops/node/__init__.pyi +71 -741
  183. bpy/ops/object/__init__.pyi +137 -1254
  184. bpy/ops/outliner/__init__.pyi +47 -327
  185. bpy/ops/paint/__init__.pyi +14 -279
  186. bpy/ops/paintcurve/__init__.pyi +4 -36
  187. bpy/ops/palette/__init__.pyi +3 -27
  188. bpy/ops/particle/__init__.pyi +20 -160
  189. bpy/ops/pointcloud/__init__.pyi +3 -35
  190. bpy/ops/pose/__init__.pyi +28 -233
  191. bpy/ops/poselib/__init__.pyi +4 -47
  192. bpy/ops/preferences/__init__.pyi +9 -177
  193. bpy/ops/ptcache/__init__.pyi +5 -31
  194. bpy/ops/render/__init__.pyi +6 -70
  195. bpy/ops/rigidbody/__init__.pyi +6 -56
  196. bpy/ops/scene/__init__.pyi +22 -167
  197. bpy/ops/screen/__init__.pyi +36 -202
  198. bpy/ops/script/__init__.pyi +1 -12
  199. bpy/ops/sculpt/__init__.pyi +36 -311
  200. bpy/ops/sculpt_curves/__init__.pyi +1 -20
  201. bpy/ops/sequencer/__init__.pyi +90 -662
  202. bpy/ops/sound/__init__.pyi +3 -109
  203. bpy/ops/spreadsheet/__init__.pyi +5 -32
  204. bpy/ops/surface/__init__.pyi +0 -48
  205. bpy/ops/text/__init__.pyi +27 -225
  206. bpy/ops/text_editor/__init__.pyi +0 -5
  207. bpy/ops/texture/__init__.pyi +3 -18
  208. bpy/ops/transform/__init__.pyi +10 -382
  209. bpy/ops/ui/__init__.pyi +21 -158
  210. bpy/ops/uilist/__init__.pyi +0 -13
  211. bpy/ops/uv/__init__.pyi +52 -305
  212. bpy/ops/view2d/__init__.pyi +3 -73
  213. bpy/ops/view3d/__init__.pyi +37 -339
  214. bpy/ops/wm/__init__.pyi +39 -1334
  215. bpy/ops/workspace/__init__.pyi +7 -39
  216. bpy/ops/world/__init__.pyi +2 -10
  217. bpy/path/__init__.pyi +0 -34
  218. bpy/props/__init__.pyi +15 -157
  219. bpy/stub_internal/rna_enums/__init__.pyi +52 -20
  220. bpy/types/__init__.pyi +15386 -56984
  221. bpy/utils/__init__.pyi +4 -75
  222. bpy/utils/previews/__init__.pyi +1 -10
  223. bpy/utils/units/__init__.pyi +0 -12
  224. bpy_extras/anim_utils/__init__.pyi +9 -8
  225. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  226. bpy_extras/id_map_utils/__init__.pyi +14 -6
  227. bpy_extras/image_utils/__init__.pyi +0 -9
  228. bpy_extras/io_utils/__init__.pyi +2 -22
  229. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  230. bpy_extras/mesh_utils/__init__.pyi +0 -12
  231. bpy_extras/object_utils/__init__.pyi +0 -14
  232. bpy_extras/view3d_utils/__init__.pyi +0 -18
  233. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/METADATA +4 -1
  234. fake_bpy_module_latest-20260114.dist-info/RECORD +382 -0
  235. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/top_level.txt +14 -14
  236. freestyle/chainingiterators/__init__.pyi +0 -22
  237. freestyle/functions/__init__.pyi +0 -139
  238. freestyle/predicates/__init__.pyi +0 -51
  239. freestyle/shaders/__init__.pyi +0 -65
  240. freestyle/types/__init__.pyi +139 -777
  241. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  242. freestyle/utils/__init__.pyi +1 -7
  243. gpu/capabilities/__init__.pyi +0 -21
  244. gpu/matrix/__init__.pyi +1 -10
  245. gpu/platform/__init__.pyi +0 -5
  246. gpu/shader/__init__.pyi +22 -6
  247. gpu/state/__init__.pyi +59 -38
  248. gpu/texture/__init__.pyi +0 -2
  249. gpu/types/__init__.pyi +84 -152
  250. gpu_extras/batch/__init__.pyi +0 -4
  251. gpu_extras/presets/__init__.pyi +6 -8
  252. idprop/types/__init__.pyi +5 -5
  253. imbuf/__init__.pyi +2 -9
  254. imbuf/types/__init__.pyi +5 -25
  255. keyingsets_builtins/__init__.pyi +1 -45
  256. mathutils/__init__.pyi +82 -2172
  257. mathutils/bvhtree/__init__.pyi +3 -25
  258. mathutils/geometry/__init__.pyi +24 -135
  259. mathutils/interpolate/__init__.pyi +3 -4
  260. mathutils/kdtree/__init__.pyi +0 -11
  261. mathutils/noise/__init__.pyi +0 -62
  262. fake_bpy_module_latest-20251003.dist-info/RECORD +0 -373
  263. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  264. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  265. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  266. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  267. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  268. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +0 -0
  269. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  270. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  271. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  272. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  273. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  274. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  275. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  276. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  277. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  278. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  279. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  280. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  281. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  282. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  283. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  284. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  285. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  286. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  287. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  288. {console_python → _console_python}/__init__.pyi +0 -0
  289. {console_python → _console_python}/py.typed +0 -0
  290. {console_shell → _console_shell}/__init__.pyi +0 -0
  291. {console_shell → _console_shell}/py.typed +0 -0
  292. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  293. {graphviz_export → _graphviz_export}/py.typed +0 -0
  294. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  295. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  296. {rna_info → _rna_info}/py.typed +0 -0
  297. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  298. {rna_xml → _rna_xml}/py.typed +0 -0
  299. {fake_bpy_module_latest-20251003.dist-info → fake_bpy_module_latest-20260114.dist-info}/WHEEL +0 -0
@@ -9,14 +9,12 @@ def edge_face_count(mesh) -> list[int]:
9
9
  """
10
10
 
11
11
  :return: list face users for each item in mesh.edges.
12
- :rtype: list[int]
13
12
  """
14
13
 
15
14
  def edge_face_count_dict(mesh) -> dict[tuple[int, int], int]:
16
15
  """
17
16
 
18
17
  :return: Dictionary of edge keys with their value set to the number of faces using each edge.
19
- :rtype: dict[tuple[int, int], int]
20
18
  """
21
19
 
22
20
  def edge_loops_from_edges(mesh, edges=None) -> None:
@@ -32,18 +30,14 @@ def mesh_linked_triangles(
32
30
  other mesh elements within 1 mesh data-block.
33
31
 
34
32
  :param mesh: the mesh used to group with.
35
- :type mesh: bpy.types.Mesh
36
33
  :return: Lists of lists containing triangles.
37
- :rtype: list[list[bpy.types.MeshLoopTriangle]]
38
34
  """
39
35
 
40
36
  def mesh_linked_uv_islands(mesh: bpy.types.Mesh) -> list[list[int]]:
41
37
  """Returns lists of polygon indices connected by UV islands.
42
38
 
43
39
  :param mesh: the mesh used to group with.
44
- :type mesh: bpy.types.Mesh
45
40
  :return: list of lists containing polygon indices
46
- :rtype: list[list[int]]
47
41
  """
48
42
 
49
43
  def ngon_tessellate(
@@ -59,15 +53,12 @@ def ngon_tessellate(
59
53
  ngon to create from existing verts.
60
54
 
61
55
  :param from_data: Either a mesh, or a list/tuple of 3D vectors.
62
- :type from_data: bpy.types.Mesh | list[collections.abc.Sequence[float]] | tuple[collections.abc.Sequence[float]]
63
56
  :param indices: a list of indices to use this list
64
57
  is the ordered closed poly-line
65
58
  to fill, and can be a subset of the data given.
66
- :type indices: list[int]
67
59
  :param fix_loops: If this is enabled poly-lines
68
60
  that use loops to make multiple
69
61
  poly-lines are dealt with correctly.
70
- :type fix_loops: bool
71
62
  """
72
63
 
73
64
  def triangle_random_points(
@@ -77,9 +68,6 @@ def triangle_random_points(
77
68
  """Generates a list of random points over mesh loop triangles.
78
69
 
79
70
  :param num_points: The number of random points to generate on each triangle.
80
- :type num_points: int
81
71
  :param loop_triangles: Sequence of the triangles to generate points on.
82
- :type loop_triangles: collections.abc.Sequence[bpy.types.MeshLoopTriangle]
83
72
  :return: List of random points over all triangles.
84
- :rtype: list[mathutils.Vector]
85
73
  """
@@ -18,11 +18,8 @@ def add_object_align_init(
18
18
  """Return a matrix using the operator settings and view context.
19
19
 
20
20
  :param context: The context to use.
21
- :type context: bpy.types.Context
22
21
  :param operator: The operator, checked for location and rotation properties.
23
- :type operator: bpy.types.Operator
24
22
  :return: the matrix from the context and settings.
25
- :rtype: mathutils.Matrix
26
23
  """
27
24
 
28
25
  def object_add_grid_scale(context) -> None:
@@ -44,15 +41,10 @@ def object_data_add(
44
41
  location, rotation and layer.
45
42
 
46
43
  :param context: The context to use.
47
- :type context: bpy.types.Context
48
44
  :param obdata: Valid object data to used for the new object or None.
49
- :type obdata: None | bpy.types.ID
50
45
  :param operator: The operator, checked for location and rotation properties.
51
- :type operator: bpy.types.Operator | None
52
46
  :param name: Optional name
53
- :type name: str | None
54
47
  :return: the newly created object in the scene.
55
- :rtype: bpy.types.Object
56
48
  """
57
49
 
58
50
  def object_report_if_active_shape_key_is_locked(
@@ -61,9 +53,7 @@ def object_report_if_active_shape_key_is_locked(
61
53
  """Checks if the active shape key of the specified object is locked, and reports an error if so.If the object has no shape keys, there is nothing to lock, and the function returns False.
62
54
 
63
55
  :param obj: Object to check.
64
- :type obj: bpy.types.Object
65
56
  :param operator: Currently running operator to report the error through. Use None to suppress emitting the message.
66
- :type operator: bpy.types.Operator
67
57
  :return: True if the shape key was locked.
68
58
  """
69
59
 
@@ -80,12 +70,8 @@ def world_to_camera_view(
80
70
  as well as perspective/ortho projections.
81
71
 
82
72
  :param scene: Scene to use for frame size.
83
- :type scene: bpy.types.Scene
84
73
  :param obj: Camera object.
85
- :type obj: bpy.types.Object
86
74
  :param coord: World space location.
87
- :type coord: collections.abc.Sequence[float] | mathutils.Vector
88
75
  :return: a vector where X and Y map to the view plane and
89
76
  Z is the depth on the view axis.
90
- :rtype: mathutils.Vector
91
77
  """
@@ -15,15 +15,11 @@ def location_3d_to_region_2d(
15
15
  """Return the region relative 2d location of a 3d position.
16
16
 
17
17
  :param region: region of the 3D viewport, typically bpy.context.region.
18
- :type region: bpy.types.Region
19
18
  :param rv3d: 3D region data, typically bpy.context.space_data.region_3d.
20
- :type rv3d: bpy.types.RegionView3D
21
19
  :param coord: 3d world-space location.
22
- :type coord: collections.abc.Sequence[float] | mathutils.Vector
23
20
  :param default: Return this value if coord
24
21
  is behind the origin of a perspective view.
25
22
  :return: 2d location
26
- :rtype: mathutils.Vector | typing.Any
27
23
  """
28
24
 
29
25
  def region_2d_to_location_3d(
@@ -36,17 +32,12 @@ def region_2d_to_location_3d(
36
32
  depth_location.
37
33
 
38
34
  :param region: region of the 3D viewport, typically bpy.context.region.
39
- :type region: bpy.types.Region
40
35
  :param rv3d: 3D region data, typically bpy.context.space_data.region_3d.
41
- :type rv3d: bpy.types.RegionView3D
42
36
  :param coord: 2d coordinates relative to the region;
43
37
  (event.mouse_region_x, event.mouse_region_y) for example.
44
- :type coord: collections.abc.Sequence[float] | mathutils.Vector
45
38
  :param depth_location: the returned vectors depth is aligned with this since
46
39
  there is no defined depth with a 2d region input.
47
- :type depth_location: collections.abc.Sequence[float] | mathutils.Vector
48
40
  :return: normalized 3d vector.
49
- :rtype: mathutils.Vector
50
41
  """
51
42
 
52
43
  def region_2d_to_origin_3d(
@@ -59,17 +50,12 @@ def region_2d_to_origin_3d(
59
50
  """Return the 3d view origin from the region relative 2d coords.
60
51
 
61
52
  :param region: region of the 3D viewport, typically bpy.context.region.
62
- :type region: bpy.types.Region
63
53
  :param rv3d: 3D region data, typically bpy.context.space_data.region_3d.
64
- :type rv3d: bpy.types.RegionView3D
65
54
  :param coord: 2D coordinates relative to the region;
66
55
  (event.mouse_region_x, event.mouse_region_y) for example.
67
- :type coord: collections.abc.Sequence[float]
68
56
  :param clamp: Clamp the maximum far-clip value used.
69
57
  (negative value will move the offset away from the view_location)
70
- :type clamp: None | float | None
71
58
  :return: The origin of the viewpoint in 3d space.
72
- :rtype: mathutils.Vector
73
59
  """
74
60
 
75
61
  def region_2d_to_vector_3d(
@@ -81,12 +67,8 @@ def region_2d_to_vector_3d(
81
67
  coordinate.
82
68
 
83
69
  :param region: region of the 3D viewport, typically bpy.context.region.
84
- :type region: bpy.types.Region
85
70
  :param rv3d: 3D region data, typically bpy.context.space_data.region_3d.
86
- :type rv3d: bpy.types.RegionView3D
87
71
  :param coord: 2d coordinates relative to the region:
88
72
  (event.mouse_region_x, event.mouse_region_y) for example.
89
- :type coord: collections.abc.Sequence[float] | mathutils.Vector
90
73
  :return: normalized 3d vector.
91
- :rtype: mathutils.Vector
92
74
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fake-bpy-module-latest
3
- Version: 20251003
3
+ Version: 20260114
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
@@ -115,6 +115,9 @@ being too big for intelliSense to work.*
115
115
  |4.1|[https://pypi.org/project/fake-bpy-module-4.1/](https://pypi.org/project/fake-bpy-module-4.1/)|
116
116
  |4.2|[https://pypi.org/project/fake-bpy-module-4.2/](https://pypi.org/project/fake-bpy-module-4.2/)|
117
117
  |4.3|[https://pypi.org/project/fake-bpy-module-4.3/](https://pypi.org/project/fake-bpy-module-4.3/)|
118
+ |4.4|[https://pypi.org/project/fake-bpy-module-4.4/](https://pypi.org/project/fake-bpy-module-4.4/)|
119
+ |4.5|[https://pypi.org/project/fake-bpy-module-4.5/](https://pypi.org/project/fake-bpy-module-4.5/)|
120
+ |5.0|[https://pypi.org/project/fake-bpy-module-5.0/](https://pypi.org/project/fake-bpy-module-5.0/)|
118
121
  |latest|[https://pypi.org/project/fake-bpy-module/](https://pypi.org/project/fake-bpy-module/)|
119
122
  ||[https://pypi.org/project/fake-bpy-module-latest/](https://pypi.org/project/fake-bpy-module-latest/)|
120
123
 
@@ -0,0 +1,382 @@
1
+ _animsys_refactor/__init__.pyi,sha256=gymCkC2G1Kzr_iSXg3vEs54qYo3gGVGJLBk6IeOxcEk,718
2
+ _animsys_refactor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ _bl_console_utils/__init__.pyi,sha256=K3bmb0JJKSFhRBkmasvhlKT6uLUJ032ot91sDISIInY,132
4
+ _bl_console_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ _bl_console_utils/autocomplete/__init__.pyi,sha256=JXJyjSDoSc0k2fRDDKfNZSsHybYjyg9CF-CscFdF028,287
6
+ _bl_console_utils/autocomplete/complete_calltip/__init__.pyi,sha256=GtC1m440a2v00gw9YY8K4WJ2-jK3jyaHVzPSbviVPF4,1221
7
+ _bl_console_utils/autocomplete/complete_import/__init__.pyi,sha256=PSa97kqsTZfPAd5haF2IlchPd5rECbI0Nim1fhpXbqY,760
8
+ _bl_console_utils/autocomplete/complete_namespace/__init__.pyi,sha256=DaW0V_6qRbZn3W1n6NpQ641xxELvDzM0tfAvT5nxqq4,1295
9
+ _bl_console_utils/autocomplete/intellisense/__init__.pyi,sha256=WgU-QLFeD8Q0_YSDETIi0P1Gktc9OmpZkoI1D96aUXk,966
10
+ _bl_i18n_utils/__init__.pyi,sha256=2h64D9UcgIUH-5ZkNcRO5wAk6jLyWv1QF5OaR4eTxkw,431
11
+ _bl_i18n_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ _bl_i18n_utils/bl_extract_messages/__init__.pyi,sha256=Olznl2q53u9rq1YbYxVx2xePuliWKzRtzgRTAoqQMw4,1352
13
+ _bl_i18n_utils/merge_po/__init__.pyi,sha256=CeaDonqyHMxzA4ShwZDzqGeAow-sA7UJFucofy3lIx8,114
14
+ _bl_i18n_utils/settings/__init__.pyi,sha256=QHsOcwbkxMVqo5N9vymob-TmKDY3MGVCQZ7m0Acg7X0,967
15
+ _bl_i18n_utils/utils/__init__.pyi,sha256=Bjf3Cxm8PhCfQqU_zbyNHuVACBUNPhQrXrrKDxR6BH4,9155
16
+ _bl_i18n_utils/utils_cli/__init__.pyi,sha256=FsBXbVumOwJiohPr8s8uqpsCiYUx26mHry-eGFxrFaE,338
17
+ _bl_i18n_utils/utils_languages_menu/__init__.pyi,sha256=Ajjd0s4dtil1V7h8QG0czlKTpWklbH9R3VCPjRZaevk,138
18
+ _bl_i18n_utils/utils_rtl/__init__.pyi,sha256=jd4wVQ6Rq5wEXt9g15VMj_8Fzf56ghhw4UjsjXyGul0,412
19
+ _bl_i18n_utils/utils_spell_check/__init__.pyi,sha256=Rl9TtJ-Eylvm4Vm7I_0cVPZKUkZrkTwM1Q-mFX6ywl0,351
20
+ _bl_previews_utils/__init__.pyi,sha256=95EYeEVW6i69N-udHOwFIp3kcPDBLmLefhd36a366wE,144
21
+ _bl_previews_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
+ _bl_previews_utils/bl_previews_render/__init__.pyi,sha256=7dKoTsiNrzkY_DEFef7MuUoaYZg-gubs5kN1mNlxab4,510
23
+ _bl_rna_utils/__init__.pyi,sha256=ET5-ER356nEcMAXih8b1vNfLxuLSW8EF6BNeTHcMSak,126
24
+ _bl_rna_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
+ _bl_rna_utils/data_path/__init__.pyi,sha256=iFVLJg0NaO9JnLvyvEMjWbA6qnSwRgrmhGixwOS0rh0,747
26
+ _bl_text_utils/__init__.pyi,sha256=Zurzj699a4dTRgCcD_NA03Zz0rjlb5dYm-ggJmE06sY,138
27
+ _bl_text_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
28
+ _bl_text_utils/external_editor/__init__.pyi,sha256=MlwaNa_uyISi33zltvg5xLzArfw5M56V4VQENfC5gsY,152
29
+ _bl_ui_utils/__init__.pyi,sha256=GgZb9niDfUxlR9mI7JiLFWD5YjDONJ0UIexq_dnVPDY,120
30
+ _bl_ui_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
+ _bl_ui_utils/layout/__init__.pyi,sha256=diIx4fYNx0-cCb582pWqI4VWUb1zl5--IG-OXvtCdd0,215
32
+ _blendfile_header/__init__.pyi,sha256=KNh8jqVO-nkop6SCeeSsVlsXn8ZrlLQyjmeJZvqyDes,1503
33
+ _blendfile_header/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
+ _bpy_internal/__init__.pyi,sha256=gnbUavSMIujdS1ZK-1AaN2erj148IN9crnqvTiEB0Oc,380
35
+ _bpy_internal/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
+ _bpy_internal/addons/__init__.pyi,sha256=s4opQQDWvCt1h0JSU6xojviEDXk-b4zoOUGizdrg-3A,114
37
+ _bpy_internal/addons/cli/__init__.pyi,sha256=4bhW_Ern-FwNR2AjuKoAzFy3mRSBvkMS_rUbN2IyeJY,138
38
+ _bpy_internal/assets/__init__.pyi,sha256=eCFsojUoOl1khierdra45_LRMXGbROIfkIFPKJXEbXA,152
39
+ _bpy_internal/assets/remote_library_listing/__init__.pyi,sha256=Ts80tVKlpfQeuLAVYXkzAIQDuXvJHKAkxw4GbXUDi6k,166
40
+ _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi,sha256=BSGfrdIQDmh3t0CEWrK4tfw4M0tOiH3E0AS5DgSYHW8,344
41
+ _bpy_internal/disk_file_hash_service/__init__.pyi,sha256=L0iRi6RGlKroxKDdVifHTE5bmvBQSvSXvVv2VmagZ6w,816
42
+ _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi,sha256=PUH9_Fh2_UZkPOcfwhosG5dZyVMsNkgVNsZfsGi80AA,1530
43
+ _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi,sha256=YR12dTUp_9zfap7bfXIxzrRVbdyKShh7uG5J7jlwOp4,2331
44
+ _bpy_internal/disk_file_hash_service/types/__init__.pyi,sha256=HfY25IMT7p7nICnE5H_czmDaOjoxR7j4j5p1y4M3duw,2009
45
+ _bpy_internal/extensions/__init__.pyi,sha256=WITpwHv5YB5MhSXLQ1F6Eb07h1sdKl3jh9rmdSLgxaY,238
46
+ _bpy_internal/extensions/junction_module/__init__.pyi,sha256=HLTAcbvk_Gz3ew5wkrMX6vhvJxAVhHmaAp8hJ1xe7g0,1027
47
+ _bpy_internal/extensions/stale_file_manager/__init__.pyi,sha256=XX8gqh2o8Edkz8jo4wTBd3oIzn-91ps-qLeReMe7-NE,785
48
+ _bpy_internal/extensions/wheel_manager/__init__.pyi,sha256=iof2eWA4COe-HySkeiyqsDRQ-rLRt0fWRKL9znHrVQg,976
49
+ _bpy_internal/freedesktop/__init__.pyi,sha256=l2TbFg6Eg3d6Jrn2vIPRtmg8fHaL_4hHtjF9SSarDw0,926
50
+ _bpy_internal/grease_pencil/__init__.pyi,sha256=4YIHrnLvkVHJW3S7fz8xYyAakqsDCnxvaQfuZiUUvFc,120
51
+ _bpy_internal/grease_pencil/stroke/__init__.pyi,sha256=WZyvmOADIF0IC_aQHaQUnxSJ_nfF75phpIuLwxwWRhM,2192
52
+ _bpy_internal/system_info/__init__.pyi,sha256=U0qDEDvXTA0KHyhqeNNd4eLbsn3quigyg1qJD-OeV4E,264
53
+ _bpy_internal/system_info/text_generate_runtime/__init__.pyi,sha256=synyefSRdKBV1Yen5e1NoxwWeP2yiYQ2uoCk3EX_7HE,121
54
+ _bpy_internal/system_info/url_prefill_runtime/__init__.pyi,sha256=BkoZMVSr2fWZuinL28e9e7PUTYiWEBwEHhUgPCJWyMs,144
55
+ _bpy_internal/system_info/url_prefill_startup/__init__.pyi,sha256=p9LeMlYwggNOvu51pXsL3QveMIaDUfaLkEDQwo7ZCfY,150
56
+ _bpy_restrict_state/__init__.pyi,sha256=siYPmeQNkx9dnHp17jwb6z5kMoaGBW131pbYgcyHLuE,266
57
+ _bpy_restrict_state/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
+ _bpy_types/__init__.pyi,sha256=Aa0QTngc-MqeICUe_tDMmcHN0akEmo4o9xTQvQuvvJY,41468
59
+ _bpy_types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
60
+ _console_python/__init__.pyi,sha256=qdXqTSY2X-k-4cMP_Mrd3lgKv558vdSSUFgHwhGK2vg,710
61
+ _console_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
+ _console_shell/__init__.pyi,sha256=dZispC7KpOA8vSUR48VVlPLgSoBhJirF0w5dQoq6IQ8,296
63
+ _console_shell/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
64
+ _graphviz_export/__init__.pyi,sha256=l4HCIpbabD8OmgoJdVcmAw2HdInP-wAZtTETECLLYWA,258
65
+ _graphviz_export/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
66
+ _keyingsets_utils/__init__.pyi,sha256=LYwQPxGFL9s9daviMo2DyVIUmjyNRFT1S9cvMGBZ6to,1031
67
+ _keyingsets_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
+ _rna_info/__init__.pyi,sha256=vDJFZ_2FJfsGWO1jE3NDh-CcWcRhzwkQPhTdXB9mGtQ,3506
69
+ _rna_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
70
+ _rna_xml/__init__.pyi,sha256=E0_ajcifhpiiQJVaNKnAa2ju-w5Tg9-lk7IqhsPjrw4,652
71
+ _rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
72
+ addon_utils/__init__.pyi,sha256=EZk47v4053Cdbz8CGPIFMHe6O0l873sYV9TqFYOM0Qk,2963
73
+ addon_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
74
+ aud/__init__.pyi,sha256=N6cItqDea_ZgPby6hQae4pJ76OMVlzatWq8J1m284Sc,33020
75
+ aud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
76
+ bl_app_override/__init__.pyi,sha256=5spnNALvgEjwIDRz49rcStxqbcwmOYfVdbnagsDFoT8,419
77
+ bl_app_override/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
78
+ bl_app_override/helpers/__init__.pyi,sha256=UQRnma_nLz4E-xW8vcUxyoskJU2uysCgPl0iakOkDQk,558
79
+ bl_app_template_utils/__init__.pyi,sha256=qqyaiEZNL9xwkb_XdIataEBgtb1ANG72jMEvaRMPYag,372
80
+ bl_app_template_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
81
+ bl_app_templates_system/__init__.pyi,sha256=h0jvL_43ian-qbsw1Fs7CFxas5vwFgyNNt5i9MzS4ks,134
82
+ bl_app_templates_system/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
83
+ bl_app_templates_system/Storyboarding/__init__.pyi,sha256=pVyZ-1q5efEYH73ItfbilB1ZAsCbJ9DVzT1DEYug-aY,337
84
+ bl_keymap_utils/__init__.pyi,sha256=0wyZV0IaWz1S2NaorI0vRXdi7iogVJJdOG7FMgR_VDQ,310
85
+ bl_keymap_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
86
+ bl_keymap_utils/io/__init__.pyi,sha256=evZL_tek_nHJxZW6bS6XWyNgDnlCIvtCqKHLS7iKnZY,626
87
+ bl_keymap_utils/keymap_from_toolbar/__init__.pyi,sha256=uFccBPLzL_VFHv3Gt74YFbKar8ZN2ZWLMU6JJplUaxQ,243
88
+ bl_keymap_utils/keymap_hierarchy/__init__.pyi,sha256=0cdfFlc02eBU7wWJK2Rzz8EWsKiCpxfEeCqTxpyANQg,118
89
+ bl_keymap_utils/platform_helpers/__init__.pyi,sha256=Nn9VULitSn0cmRzxVSnQKKwfu-pOgDJzdNGweAjymow,321
90
+ bl_keymap_utils/versioning/__init__.pyi,sha256=gijgbCULh9JeCJ8NvSVtTB_mgWpmQTRd7BUoMTwiISg,159
91
+ bl_math/__init__.pyi,sha256=vkaL8zT0sn81xP4P8SFYtwwDuypDtP10qjeOqaQ7fG0,1401
92
+ bl_math/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
+ bl_operators/__init__.pyi,sha256=FefN9DNEuzURxty754urCgieNsRRcxlkDSdV85yLJOs,1630
94
+ bl_operators/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
95
+ bl_operators/add_mesh_torus/__init__.pyi,sha256=EScJZRTDyzwaZfLNmAbJ02EJN0bKLBet6FtS1oQwtP0,1192
96
+ bl_operators/anim/__init__.pyi,sha256=lfLzEDnPi5_nPFAtvK-pGTh-KPp0kH0pEKrRNKgoitM,10922
97
+ bl_operators/assets/__init__.pyi,sha256=u59Z6ILUAqZeKPo_VdIbsSHSlrPuXb63KnUebVJJM00,2633
98
+ bl_operators/bmesh/__init__.pyi,sha256=xhgZcx4fJyNE_cbXB-d3TFNHw2Y2k9IYMD3Af8WPt4M,134
99
+ bl_operators/bmesh/find_adjacent/__init__.pyi,sha256=OVIFK2kJ27sIE9wl94D3I3tZNHzTR_h94yI7Tqf8iCk,695
100
+ bl_operators/bone_selection_sets/__init__.pyi,sha256=iRsWIVjYJysVyaxF6WVSHV4qE0ky0Ty5hEYD5pYP4Dk,9655
101
+ bl_operators/clip/__init__.pyi,sha256=caZ2hvE39tqqcJ_bv8yzNSySM6giaXlFrl0tu8Yz4hQ,7766
102
+ bl_operators/connect_to_output/__init__.pyi,sha256=LmbLI3cq86Xi2WEUhpZZCNvGF1Z0K89p3IM6KxXoOto,3556
103
+ bl_operators/console/__init__.pyi,sha256=g2vG603etWcHQb6G2pgvB6jA3P6M8SZR3LYJG1DQaIo,3540
104
+ bl_operators/constraint/__init__.pyi,sha256=tgiNhkXFCi1wZg0NRhG_emHcJctSsQSD5QZpGOgghqo,3097
105
+ bl_operators/copy_global_transform/__init__.pyi,sha256=1VJuJH-9d52DIAgPZi6ntxn_x-ZlvLcrxBUsK6ctsR8,5892
106
+ bl_operators/file/__init__.pyi,sha256=P7EAKR6HwQBSoVYiRBO-M_MIpJSDyYiuRzDv0LEuw2A,2355
107
+ bl_operators/freestyle/__init__.pyi,sha256=isVdoK_tlzxa67GSS0ndTHXCxJPiVpBFaIINtkEflac,3313
108
+ bl_operators/geometry_nodes/__init__.pyi,sha256=fZqSp6m8uuhde5cmevAdPrssH_SMfuBtzvfNNUX5WS0,4085
109
+ bl_operators/grease_pencil/__init__.pyi,sha256=aYuRtDCkR5cWIZ9YZ1PfrfsCpsnewS9D-Y18UTXxc4E,837
110
+ bl_operators/image/__init__.pyi,sha256=Q0BfMC_waIJh2Bd1OnVnWD-fOHQHHqHORsYskeKf72k,3242
111
+ bl_operators/image_as_planes/__init__.pyi,sha256=2ZQE5QfI0WJ7g6Ilhb94O8fGv82ytyi0Tl2m9mtobSw,4684
112
+ bl_operators/mesh/__init__.pyi,sha256=_oPv0pZKG3wnDCyjLJKkVQ4RStIw2rHpJjGuKz3P3WY,1510
113
+ bl_operators/node/__init__.pyi,sha256=WuD9NIrn9cweFv-Y5vBKw7mDmglU-AZTlHqVagMUWmc,17709
114
+ bl_operators/node_editor/__init__.pyi,sha256=nXKuGcFgA7viFPwVoXogOT1iClUnXhtrK_rZTTXJ2Go,136
115
+ bl_operators/node_editor/node_functions/__init__.pyi,sha256=lvnouyugGqmyzgLR8aRsLj823dK3wC22vEu8lucNhJI,626
116
+ bl_operators/object/__init__.pyi,sha256=gxWZIVsZSLmnGqPzrPYdyjIgXoR52zeAZLh1Wl0haSo,10820
117
+ bl_operators/object_align/__init__.pyi,sha256=VfACFuyaFkQaQeEvHoCwh5C_2vLX9vFskctH5aLm4OM,1022
118
+ bl_operators/object_quick_effects/__init__.pyi,sha256=5o8qdSjsm943W1KPHGggvR76PX_xL5r3wiBLQ3GeRrk,2910
119
+ bl_operators/object_randomize_transform/__init__.pyi,sha256=NDV4qojm1TK4XFq6T5aLsImuCPrDDOfFKnO8WK1SzTc,926
120
+ bl_operators/presets/__init__.pyi,sha256=H4oFzWJZAhCyOCynzuaZ6MiDKa5VXE-XeqbmwMX-O7I,17051
121
+ bl_operators/rigidbody/__init__.pyi,sha256=m2BceWxlNXcOIYKYCMXnAf4hWuMUAPnsPIj6ruymP1g,2366
122
+ bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=91KN72tj3sNUE1mLwG3E2qrvXvLwumVCciBpte3wyKI,768
123
+ bl_operators/sequencer/__init__.pyi,sha256=EATE3JVBPgNcvkrMYMZAsHIRoJuJ4tsQuBv_2RRUHJ8,7416
124
+ bl_operators/spreadsheet/__init__.pyi,sha256=ilIjeFvSWrh0HoUHySqMgIJYpEOe8PSLUJusCQXvO_A,975
125
+ bl_operators/userpref/__init__.pyi,sha256=z7EZt5JqypKuuLN4f0BJlvla1LwS9dQR7a0V9-QZdTM,15977
126
+ bl_operators/uvcalc_follow_active/__init__.pyi,sha256=zyOoe3tWT-iQG677MazAwVVzQN-oGWg2BvZB73JplEs,1056
127
+ bl_operators/uvcalc_lightmap/__init__.pyi,sha256=40VCejbG5TmLE-6kueqyPMBc1yfdqztTva4u7rR2PWs,1931
128
+ bl_operators/uvcalc_transform/__init__.pyi,sha256=7AAHeV2J9W_KX_h3guwF4Z1vgW9D9YGzKSRDpoBuN1s,3265
129
+ bl_operators/vertexpaint_dirt/__init__.pyi,sha256=fySvXEgxS_nIUeaOA3hOlUei1eae-RbH5dz6E5SGR9Y,987
130
+ bl_operators/view3d/__init__.pyi,sha256=L4LQFYDzeWJCIeS-x0n_KqWG0SnUPQqN0CujDsR9xF8,6253
131
+ bl_operators/wm/__init__.pyi,sha256=c-0sBxn-XBJYxV5iy5cKXhQIw0hJiS8It4fFYe7UlLc,31096
132
+ bl_operators/world/__init__.pyi,sha256=YyycJkm7IhnM2NMm0BEm93WpqtbevEocXIiBJ1Y8fhE,927
133
+ bl_ui/__init__.pyi,sha256=tSrO3hGIas4LoQiTtzhnuU9BrSF3GJ_Osq6OD0rc-BU,7063
134
+ bl_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
135
+ bl_ui/anim/__init__.pyi,sha256=0JPiZ9LgUqabOkuvIP1YrX1uRrVQdPwUHVkGJ5PH8ho,878
136
+ bl_ui/asset_shelf/__init__.pyi,sha256=ekmDyY0LQ7jrdveaVblTcxUNFWd4dd1NBVYkb5rbiLI,765
137
+ bl_ui/generic_ui_list/__init__.pyi,sha256=uv5FzPS6dSIbKdj1fRLyKWgI1QeGv3iO2tbOJmsh9HQ,3770
138
+ bl_ui/node_add_menu/__init__.pyi,sha256=6Qu5laFS_5s9S6y9at_1qBnI_nMXeTx8FiQtdnbvAuo,7927
139
+ bl_ui/node_add_menu_compositor/__init__.pyi,sha256=dob1UYQq_Vi-gROCfc8XDNKAt2GYv3Rhhj58L_MH8AA,11657
140
+ bl_ui/node_add_menu_geometry/__init__.pyi,sha256=QV7ZetK6xQbSEgT-6RKPzfsQrXVrHT8tHVEdwGjaCLk,33980
141
+ bl_ui/node_add_menu_shader/__init__.pyi,sha256=lT8O0U4UZoCeR61BI2dJXWRn9-CiU7c2CZSh8UmLg5I,6483
142
+ bl_ui/node_add_menu_texture/__init__.pyi,sha256=sAV4DspeGyNZW3ctIyFaJ0GDBnQlwYAdDUeL6dWtuGw,4265
143
+ bl_ui/properties_animviz/__init__.pyi,sha256=MVsoAibpBh5BrQ6ReemJJN3zOegs3QRdBFv9rOefocM,705
144
+ bl_ui/properties_collection/__init__.pyi,sha256=hiOPa-JGB1yBQ0EUrYqI1ntXEcaWazMTv6qDclipkw0,4711
145
+ bl_ui/properties_constraint/__init__.pyi,sha256=vR79SWKJ_ATmsoWvh2btGDdjttyvzgb7G9_HxIihglE,55969
146
+ bl_ui/properties_data_armature/__init__.pyi,sha256=7zprlSH8mWkWra5KR1U28KG5O99pL2GvoCdXsGJlmIA,12338
147
+ bl_ui/properties_data_bone/__init__.pyi,sha256=d8Z86dPy5vTHHck4VtlPro0ws1lpst3ZHNCLWFuJoa8,7583
148
+ bl_ui/properties_data_camera/__init__.pyi,sha256=5Is3xgWvLB8UKkBJV6Ge8iWg0Er61htX6PZwGYmsABU,11147
149
+ bl_ui/properties_data_curve/__init__.pyi,sha256=HP2bNZeSIpLGHYb-G4P1suyqcSV-lSSX46i-3BzS3B8,11486
150
+ bl_ui/properties_data_curves/__init__.pyi,sha256=xsMkD_fnb80gN8xaJGyNTfTPCksUEmQtyDW_lr5ge5o,6094
151
+ bl_ui/properties_data_empty/__init__.pyi,sha256=DLHMH-qAyz6DSw69Dqw60lMUa7UqlCPU_1HdokWDT04,1638
152
+ bl_ui/properties_data_grease_pencil/__init__.pyi,sha256=u5u8eYe8bCj7rGbp2W8S0se7P9v8vCOfj3Eq-RvywEs,14572
153
+ bl_ui/properties_data_lattice/__init__.pyi,sha256=IIFZtyPf6YxPhEQHr73FCZRc4Tg4wbdwanGgrKbmQds,3279
154
+ bl_ui/properties_data_light/__init__.pyi,sha256=Uite-wLctAxTWmxSJnk1NsjMC4WIbhSrOlEvU1zscbc,7700
155
+ bl_ui/properties_data_lightprobe/__init__.pyi,sha256=NYmoFhSDwxZMKbPUR66BpGzEEj4EX26Kg74IYMbupOA,10056
156
+ bl_ui/properties_data_mesh/__init__.pyi,sha256=qkV4IGACRCsQMf1pVx6dVsEudiJrv93Y8CeEe2lOtIY,15105
157
+ bl_ui/properties_data_metaball/__init__.pyi,sha256=rLkhmxhzp6mezD4lbIEasAAHY5Qy7wJ2sMjR_Xx92cA,4501
158
+ bl_ui/properties_data_modifier/__init__.pyi,sha256=qeVOLskZ9Z1kTB95dl9cnYBZpO5ZDViHXdl4rVVJxp4,6744
159
+ bl_ui/properties_data_pointcloud/__init__.pyi,sha256=vv26zEeUj3SPFGPH4EsRgPh0JGxKcmmmZjhGzHJWNV0,4536
160
+ bl_ui/properties_data_shaderfx/__init__.pyi,sha256=3QgfPX4VzPzA1owPlIEtassThLt3jvjPvbO2ZHWBXdA,853
161
+ bl_ui/properties_data_speaker/__init__.pyi,sha256=TPEwrv0d1bHObJv_9PHqgm5uRz4J0mk9RwmUN9znycQ,4584
162
+ bl_ui/properties_data_volume/__init__.pyi,sha256=n3V715bzWs0Oq6iNrHvsibTEcnu7sQnts9baiNclhZ8,6697
163
+ bl_ui/properties_freestyle/__init__.pyi,sha256=JPkIXVnp70VNaT6IDuhtt42Whhm1xArOonLkIfdhdyg,21798
164
+ bl_ui/properties_grease_pencil_common/__init__.pyi,sha256=7lwsealudnzsNUs-3pjhQ9JVJNh6qY4blMH3ivYxiiE,5859
165
+ bl_ui/properties_mask_common/__init__.pyi,sha256=m7LUi4GROzvP2khusJ0pKv2kLht4s-1tgljZukwfC7M,5872
166
+ bl_ui/properties_material/__init__.pyi,sha256=oLIyPEqUQ9J94Ays6s2Lqa5ONITWJnJqYI3zDxg-9K4,12115
167
+ bl_ui/properties_material_gpencil/__init__.pyi,sha256=wVDMlJFRiP3FWC1k4mxlBVD_41bkVw3vkBx8WW8CQ5c,8084
168
+ bl_ui/properties_object/__init__.pyi,sha256=8CQpN4AedB7fn0_tM5DJtFX-_6tU4s2whBzqxZZBzhM,15268
169
+ bl_ui/properties_output/__init__.pyi,sha256=MGgZmpr-AxgsHZ6Eu-_9sxhl44fM3BlDxtgRQxhYP-M,14239
170
+ bl_ui/properties_paint_common/__init__.pyi,sha256=OUDVG0EYW1rP-OP_VlKADjSFji_Fw5E66qVxKXmyQwA,8593
171
+ bl_ui/properties_particle/__init__.pyi,sha256=YIX4yrzEuc01Sk9Ar2KWRZRLWkobP07R_x4B2NeqU0Q,41142
172
+ bl_ui/properties_physics_cloth/__init__.pyi,sha256=wHQUqP85IcZmG8ALkQibP1BU-GWJdr9Efk_ipm5qt4U,10026
173
+ bl_ui/properties_physics_common/__init__.pyi,sha256=GcoRcUOLOPHYXYRV0I7S3GZUoWdIxATpbLG7UcsazEM,1388
174
+ bl_ui/properties_physics_dynamicpaint/__init__.pyi,sha256=MnNPEMGSk38kYjbZd7VrL4LL3oIcv297YPk1iZ6ivao,18808
175
+ bl_ui/properties_physics_field/__init__.pyi,sha256=8KoqX06xorDjDgFPYtTG3DjURvh1o4AHXS0gJRYnKt0,7991
176
+ bl_ui/properties_physics_fluid/__init__.pyi,sha256=QvxPNdvInaAeaOo4d-GK_-bM6V0xxxN7DcwcI_DOUM8,23693
177
+ bl_ui/properties_physics_geometry_nodes/__init__.pyi,sha256=NmaKbzkdHEOZQL-tBP7s18J8aykfRECg4dtyHCDHn2w,944
178
+ bl_ui/properties_physics_rigidbody/__init__.pyi,sha256=3c6QAZ8vCYSSZZu9H5_Bdga9te3pXvgJueTZYIpRqCE,6686
179
+ bl_ui/properties_physics_rigidbody_constraint/__init__.pyi,sha256=eCYVgo_k8ju9ArbJt8yqWAiMG2Hujdi0urjfe3RB9W4,10852
180
+ bl_ui/properties_physics_softbody/__init__.pyi,sha256=nbudetSYGUEdIX3_TdSf_F1j3yDXvnaRWTT8QrrEPi0,10918
181
+ bl_ui/properties_render/__init__.pyi,sha256=Yz9NszFs_2Fky-p4TqbEPwwY3TxGC-Sgyn55frnqJkc,34124
182
+ bl_ui/properties_scene/__init__.pyi,sha256=uuxDbZJ4j3ELp1U-2YJbUea1GFOLyL1PNEiIHLrx9go,12467
183
+ bl_ui/properties_strip/__init__.pyi,sha256=Zx5PgtrVu7ZEdvNa4bq3Uw1GB33nMswXusrdOj8xfeE,15612
184
+ bl_ui/properties_strip_modifier/__init__.pyi,sha256=Z-pE5lHAA9Zn7l-hFbMgzNqSAOYRm_o9xeXA9k2tBmI,955
185
+ bl_ui/properties_texture/__init__.pyi,sha256=PcMjZfa0ibL68mGXdLhiRuhw6gWbvUUgKf5EZJ9JCoQ,19768
186
+ bl_ui/properties_view_layer/__init__.pyi,sha256=pAp84hBW_KRBopTsCzC9AqMS4gVWleAIZnPSATJVW60,10155
187
+ bl_ui/properties_workspace/__init__.pyi,sha256=wkUv4o-708J8XkaUhI8RJ3Bftrfp-a7JDG0Q14GFsfc,3310
188
+ bl_ui/properties_world/__init__.pyi,sha256=oyz9fcRNB5uDU_NVMJISXjFHt4hiP8lB5FfJtULRE9I,8681
189
+ bl_ui/space_clip/__init__.pyi,sha256=dPcy1AVrn8GKUa4ml6H1GuQkLLjDqMuvhMMCbQCWOQE,43992
190
+ bl_ui/space_console/__init__.pyi,sha256=ts3WVWPMAm82ISv_vUUVf-Ii_aMncGz6tdimW26VEsg,3012
191
+ bl_ui/space_dopesheet/__init__.pyi,sha256=rC5XwlzybPKm7tFZGzmcabqt72wJDjTz40WZvXkai5M,19365
192
+ bl_ui/space_filebrowser/__init__.pyi,sha256=q2-TA6VHRHCV2_dfN8ZIglgfCCmrXpJVxVaCQ6a3uLc,18837
193
+ bl_ui/space_graph/__init__.pyi,sha256=Cku_rERLThZyDP52E-6Cu4kv52kqGGWzDhxcJOIZPc4,11129
194
+ bl_ui/space_image/__init__.pyi,sha256=mvE6hqQWuWDmogfHm2GclkM8rjKQ_EeuGQQGXUHQbug,42719
195
+ bl_ui/space_info/__init__.pyi,sha256=mfg2BlQUSZRAxSZsWEPJOD5d3TQODZd21R7BS8toDsM,3024
196
+ bl_ui/space_nla/__init__.pyi,sha256=rE5cuCDAY8dSkWzVO42XXIeoJ0fEM4IMiDPKFme_Jw0,9244
197
+ bl_ui/space_node/__init__.pyi,sha256=girwp8nEkHF6ebF9DJ_GhBlpxV0-hn-h1WOcOVEkBG0,20390
198
+ bl_ui/space_outliner/__init__.pyi,sha256=gPXba89xBg6x6SIPQ5HuAPHARBO0mAfXnIoB4yQ4t-s,8038
199
+ bl_ui/space_properties/__init__.pyi,sha256=2-ulW58mAA1L34UY_pExr3vdzcrqz2TpSmbmAjvcGb4,3266
200
+ bl_ui/space_sequencer/__init__.pyi,sha256=IGJ5SGJkdpbjUZx4U7SC2WSYN1Z2_Q4opgdHz2yfz8c,39995
201
+ bl_ui/space_spreadsheet/__init__.pyi,sha256=qpEO_Vj9g1q2Ccnb-g4uGMrtpXBgPFNUBXD9KWRAyJM,1589
202
+ bl_ui/space_statusbar/__init__.pyi,sha256=bFfTt3Oqoneojz0fF0ctXibbdQpCLWiNvP0k-RGWCMM,607
203
+ bl_ui/space_text/__init__.pyi,sha256=V7lKg-mXsjOckfJuuskbO0v8mcmJjkt7f63ZacCvB4E,8036
204
+ bl_ui/space_time/__init__.pyi,sha256=FkGNMni6MNMJYTqspoPy7CyCfxTpockJER4LXJwYrIs,3963
205
+ bl_ui/space_toolsystem_common/__init__.pyi,sha256=0wapsLJDJuc7K6B5kjWvB9_dWN5e3_6WNWf_ZEChlmk,3436
206
+ bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=1NzcfTRSQBrrTgvP5Ny3GxkCCKay-oKOA-8po5_TYsE,10803
207
+ bl_ui/space_topbar/__init__.pyi,sha256=q4Tz_jdCISzmLA6AyzMKcXvT_t3nFuR9NoJmTLNdW54,14195
208
+ bl_ui/space_userpref/__init__.pyi,sha256=hQ66l2-cMrW7lbgbfd5v_18KO_ixsqfEuedLisKyCbA,76296
209
+ bl_ui/space_view3d/__init__.pyi,sha256=nKiiZtqfQZu9FLDD0xCX5xI427zI7mC1yC_EpF7T_pU,144659
210
+ bl_ui/space_view3d_sidebar/__init__.pyi,sha256=2FDlkAEMUQOkoCeAT65tBiFEycOVlLAVWpdF9bRlZDM,2875
211
+ bl_ui/space_view3d_toolbar/__init__.pyi,sha256=Cl1jP3vPYJCdXr82LWmol7jJQxRA0zIaYLbzS94RFQY,59713
212
+ bl_ui/utils/__init__.pyi,sha256=ljnA9UEJuHjOECvmj0JrqHBYqtd8GGy7IaBhwV_pIns,534
213
+ blend_render_info/__init__.pyi,sha256=mdPgQFMMMkjN3bsG1AMGkWuD97Opj0DOQGH2vszfR88,343
214
+ blend_render_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
215
+ blf/__init__.pyi,sha256=kU6LDOV9v5JjQxLbPuybEzjy9SFGPOAPTheb9pq10Ic,5688
216
+ blf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
217
+ bmesh/__init__.pyi,sha256=dUKgKQTYt4vZTn7qv6C8qZBC6mLEVurSR364DpaiCfg,1318
218
+ bmesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
219
+ bmesh/geometry/__init__.pyi,sha256=54aqqOn33nACdGTZ9YSN2hSQiR0sKVBbd1FRiJPziRs,562
220
+ bmesh/ops/__init__.pyi,sha256=nRpzGxT0fWScVsYdekup-qlYhxPima73WaiIpP1uj80,57756
221
+ bmesh/types/__init__.pyi,sha256=s6DSyfmVKmnKx1GzKnTZajl_Ni7UkN0LZNbmJFVtx4Y,39818
222
+ bmesh/utils/__init__.pyi,sha256=LNxIl4-PECWMRk6rvR7v7_6ipypEVc1-Kx-ujzZxR5M,5531
223
+ bpy/__init__.pyi,sha256=2c24IZe013Q0UbFSvpU9JKRYusCUwGYTXbNDx17dK5g,490
224
+ bpy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
225
+ bpy/app/__init__.pyi,sha256=ybu4c9DGZaTtM5DIsVYZ8Y3Vg98NzuGpl4yOleIbM5c,8712
226
+ bpy/app/handlers/__init__.pyi,sha256=vxcj3vFmnFwA2JI8EdkC7ABpZkKNQs5AVadOyAamNe4,8062
227
+ bpy/app/icons/__init__.pyi,sha256=3qIiozVL2TnlE1vZotNGuxX5DDrr1PsN6UWJCeUkJ8E,798
228
+ bpy/app/timers/__init__.pyi,sha256=VuykhQjGUw3Y7i1Ssy0vkBzAAdRJSMwJft4Ml1Fa8-g,1522
229
+ bpy/app/translations/__init__.pyi,sha256=FjV31T5EUMoe51lpvW_VZr7Db1xyvb5jhGJqKwcT_O0,6511
230
+ bpy/msgbus/__init__.pyi,sha256=CyDlC-2zd1YZ0G9Oik2DNyGJ2_WevZPtQL5rov00R10,3232
231
+ bpy/ops/__init__.pyi,sha256=oyhZEf0VnUeUM7XXXOg9k4qnzcpqDDS14azXU-N0ZRA,5992
232
+ bpy/ops/action/__init__.pyi,sha256=ZQS8ZsyUUYvrZnSXbBBuMk9VRpIA8G903hzyWgUDNx4,13770
233
+ bpy/ops/anim/__init__.pyi,sha256=aJwz9aeoOGeXxoN9n1Pv6cpBmkM1QFqxSPr5Ei7DUbk,19903
234
+ bpy/ops/armature/__init__.pyi,sha256=l3oHUya1-vl-pQ5jADaJrbupvLIfKh50FrqqsU2gGD4,15970
235
+ bpy/ops/asset/__init__.pyi,sha256=t1QQjBQh58YZ2M192SKSILn9gdOsD4qLLfF4kJKhXbc,7116
236
+ bpy/ops/boid/__init__.pyi,sha256=A7pM1H3KmlsN_j-UbwuL4ZwpShb_pG4hN96HdXZ10o8,1483
237
+ bpy/ops/brush/__init__.pyi,sha256=10PoYJ7CRmxXjUtddonY56_73Mau7Xi-BYK3YLKfwUY,6596
238
+ bpy/ops/buttons/__init__.pyi,sha256=G0z47zVqevsfT7fZwiW8lKsyiQG6dJf56USOII_Jr8k,6432
239
+ bpy/ops/cachefile/__init__.pyi,sha256=QWOloy5FoCfIhC5GplJvX4z4grwNqIYWrEAndYvrxxg,6293
240
+ bpy/ops/camera/__init__.pyi,sha256=KTl2-KlDHXwjwv1mc4wIdQAoxeHf5pNOu53qFoDNr_0,1055
241
+ bpy/ops/clip/__init__.pyi,sha256=lpI2hr4KA2POlWz44HKEyns6IjkjIEKXiZNI5ucMHNY,33382
242
+ bpy/ops/cloth/__init__.pyi,sha256=xbJQ5HFQl2y5my8INz9bqX4Q-5UXAhyEcY-BtLu0uPM,498
243
+ bpy/ops/collection/__init__.pyi,sha256=5s8zj8-swc64QZW7XahKNcBaasplp3hs3UMyC1iTH-0,2817
244
+ bpy/ops/console/__init__.pyi,sha256=RSQhbXtPk1H8RGIWG5MQnE97-APX2PDRkTqM8UOuKEo,5359
245
+ bpy/ops/constraint/__init__.pyi,sha256=FjBmVLdvUJNEl29SkIk_OfmvMa0C5RvutYhTUUJ8GHs,9093
246
+ bpy/ops/curve/__init__.pyi,sha256=QT5hgUf6jbW_Hcg9T9D9kMyxiNq2fIzUvrWrXC10WUk,20904
247
+ bpy/ops/curves/__init__.pyi,sha256=T2VAyueQ_miOD_yagpBU0ASV9cbHHPWk09cAnf0OLGI,13643
248
+ bpy/ops/cycles/__init__.pyi,sha256=p7ZTPvuT7VhGGMiOdMGWYM-aiSt1iWXj8Q2KcY43tqc,1401
249
+ bpy/ops/dpaint/__init__.pyi,sha256=enL7w6gHt2tL7hRcZGDgwIWrezeuY2h4XMOPxDcFqq8,1168
250
+ bpy/ops/ed/__init__.pyi,sha256=BDO9IvRoANcULKxGDj3lk9O-GllP9qk1Ie_lbgRQPY8,5146
251
+ bpy/ops/export_anim/__init__.pyi,sha256=cIIPmE35PiQM0oKYpFW3cd-VTiV_i9fn3sSzknqR-Gw,1779
252
+ bpy/ops/export_scene/__init__.pyi,sha256=Au71VKQ_lxJlZN8sSNJzFtqi3OeV8mmsm5IZWdy2A0k,32323
253
+ bpy/ops/extensions/__init__.pyi,sha256=hzv0jhZVUXevsgCSuqXNFhrSlIFoyPe9IXh80tDZ_Og,9221
254
+ bpy/ops/file/__init__.pyi,sha256=xVXEy6qldFKj7xA6PwabZZr16ZTmIIolgZ4k4hyrvI4,14394
255
+ bpy/ops/fluid/__init__.pyi,sha256=w2Aajl2YSyeC5pxPbZVzkpYaqLilNFBszEG-eFo9RtY,2346
256
+ bpy/ops/font/__init__.pyi,sha256=7AtULg9-N14GfRnShKxCV__Nu-ucX-sAaZLgZh5ckNk,10933
257
+ bpy/ops/geometry/__init__.pyi,sha256=b80f9JX_UD4IhK_1_axFhrKAn98xgHTELJwIRBU_Hwc,3614
258
+ bpy/ops/gizmogroup/__init__.pyi,sha256=mfEyJCn684c9TchOJwhgWN7YPSsahywqmxrWMUT8kKM,999
259
+ bpy/ops/gpencil/__init__.pyi,sha256=XM07ORfWuOrU1QxEYGq8e_i0S77zCZfZcBVO0xsHs28,3596
260
+ bpy/ops/graph/__init__.pyi,sha256=50X5j7x-Hmr4yGXn31Y33nnwxBOq-vuyZ9MJp6IhmQ4,32430
261
+ bpy/ops/grease_pencil/__init__.pyi,sha256=C6BS7DwV58ItAHD46btYgzTbItYj0De3phJHX-Bj1rU,51054
262
+ bpy/ops/image/__init__.pyi,sha256=rIipwh26ZdR2wsVQujtJzm3EO917q7BrqtMILeaix58,37003
263
+ bpy/ops/import_anim/__init__.pyi,sha256=sfh2i6scbkcTW6yLaptXvt-9v9Wv6aLzG8smWj7WsYk,2364
264
+ bpy/ops/import_curve/__init__.pyi,sha256=_AIT_Xmc_lIS8VGNrRxco4GjFV9iXWEB2X902_FHuP0,592
265
+ bpy/ops/import_scene/__init__.pyi,sha256=fdVBqzBu1i2sUuVtjte-iqMypYhdM5G-eJwFafyStU8,9005
266
+ bpy/ops/info/__init__.pyi,sha256=qpcyBnTHMzJipFAFS0jyOVyGdJo_3tODh9dPawLZwzY,2306
267
+ bpy/ops/lattice/__init__.pyi,sha256=vg1oILwXYZT3dqNWpay-w4YgO8XzL7S8FfMUzihqqHc,2719
268
+ bpy/ops/marker/__init__.pyi,sha256=4a2tM3dJI6VqIqLcSo_UDDKSYTfIivJt58hO4wF_C8g,4122
269
+ bpy/ops/mask/__init__.pyi,sha256=_cp6LHwunyXQZnNBunyqlfiT1pC5Mw1I2IQ3k8vBRiQ,12502
270
+ bpy/ops/material/__init__.pyi,sha256=UAGeEyAaBsF_rIrgYNPwCZDT-MNrOS8CvtFN9rlXcpo,534
271
+ bpy/ops/mball/__init__.pyi,sha256=JYYaV4p5U26FaVphBLCOewgP5l2I0hPAHf9PFxRk-gQ,3088
272
+ bpy/ops/mesh/__init__.pyi,sha256=6adznsGU_Tz1rF1JwKJISX5Ki1IuEWPUWKt2GM_eXK4,95544
273
+ bpy/ops/nla/__init__.pyi,sha256=BKhMtxIO-S1uvKYDWWGtkdImtHOkh0vuMCQPXU-DMHo,13934
274
+ bpy/ops/node/__init__.pyi,sha256=Ak11uA0CWRf5HjMS0_IT4VxJolwOQmRqm54bo3kqLCM,60942
275
+ bpy/ops/object/__init__.pyi,sha256=CiOF2E8z1Kuhnh0APtt0L-OQngNcdEzFI8kIZm1VhEY,132684
276
+ bpy/ops/outliner/__init__.pyi,sha256=9WpptES8EMwCnQOqrTntIcr31HhlN-n_5UqjeBKT0Mg,21357
277
+ bpy/ops/paint/__init__.pyi,sha256=Psotaf0UuipyF-ulHsR5kcxk7YiSO-hCnLdB9okqdVM,28112
278
+ bpy/ops/paintcurve/__init__.pyi,sha256=YC6tSOp62YNPX_SpgZFCcthR7lZC0CYEdRWonEKnNEs,2198
279
+ bpy/ops/palette/__init__.pyi,sha256=jAl22wlshj9D8HU97etN6o7-OoiIV2m7VHf6XTp1DZ8,1519
280
+ bpy/ops/particle/__init__.pyi,sha256=bQAY27lzTiJuuM2KLKPUF0wEs5AwwjVGGYgsMJU1ogA,10397
281
+ bpy/ops/pointcloud/__init__.pyi,sha256=sobbTqe-GdCpGjgb7Wct0eR75mhweZp9BMsUaL0tgNo,2793
282
+ bpy/ops/pose/__init__.pyi,sha256=cWUjE15BFBMmRk7_pvD-CnrhB8XdkgzQD-WWMrIpw38,21354
283
+ bpy/ops/poselib/__init__.pyi,sha256=3_kiwfZWc168J_UV8uOaNthybeKUXrJAUfPb1_Ai1JQ,4431
284
+ bpy/ops/preferences/__init__.pyi,sha256=2wPBM6xbPaVFr5ioKWoOZ64XeUUZfjYztPJVmtQv2PQ,14273
285
+ bpy/ops/ptcache/__init__.pyi,sha256=CA2tVqJgrr0bKe1hlfsXyyKuhjd_MFln2tp8rBd-mZ8,1230
286
+ bpy/ops/render/__init__.pyi,sha256=l-ICt9rdpUJP2fqVh83PMswmiXxzwHO0Kh_KaFvHadg,6181
287
+ bpy/ops/rigidbody/__init__.pyi,sha256=Jiz2mEGjhBz81pScUCxDhYZnUMS4V-jE1egwXaPZt80,5203
288
+ bpy/ops/scene/__init__.pyi,sha256=XavOXgbmkjXG88nlezdGlmVYZKutQtQ9Eyo9Xj2nvjw,11345
289
+ bpy/ops/screen/__init__.pyi,sha256=nxBCgAWjhvmIzWV2YX3-sA5mYfVbKtCp_Ks5ckEfdzU,14751
290
+ bpy/ops/script/__init__.pyi,sha256=pNn6soV2lzLLhd_Vv8eLMN29xcB9FjO26KnED8eNtsw,744
291
+ bpy/ops/sculpt/__init__.pyi,sha256=fY2N7FJTFMleOtwKYdbtG3GDLYgc1ZQ-hsB70HVIce4,38966
292
+ bpy/ops/sculpt_curves/__init__.pyi,sha256=Ec6E2P2WH1b-3BC-T5j1C1aEICnB7c3GDqYPr0S_Krc,2206
293
+ bpy/ops/sequencer/__init__.pyi,sha256=ZGeeQMFypZw2IwIFaPNxa5bXZYtX1PlxwmuOYRpMaU4,69053
294
+ bpy/ops/sound/__init__.pyi,sha256=BDCShvaNarTBtccMKcM4vjyH23Ckbdm5qmALZ86imoQ,12269
295
+ bpy/ops/spreadsheet/__init__.pyi,sha256=bgeQpsv3OQVezKJS6o-_B9s9Iy0WwHmkrfgXwX85Eqw,1518
296
+ bpy/ops/surface/__init__.pyi,sha256=81WFZbjrNCZuu0mLdlBJwp-aAOdIG1WtxhJtvxSgYBo,7576
297
+ bpy/ops/text/__init__.pyi,sha256=5JJV9PGa2S6gVAu137QFXqRKD8TUhi1ENG5hdySetaw,15371
298
+ bpy/ops/text_editor/__init__.pyi,sha256=1aJUK-B5ojhCN8h1dxeK41U-YhF0L2YXnwPwmLWVHec,504
299
+ bpy/ops/texture/__init__.pyi,sha256=C-ntep0ab46Yy-a3QxQ0mlkje_xSBbwbSU8OgZwD2Lc,791
300
+ bpy/ops/transform/__init__.pyi,sha256=3XZj7MFklRwOiqLdVbE5os-cWMdmq6YwweZbwWUmry8,42020
301
+ bpy/ops/ui/__init__.pyi,sha256=pOe5Lcp3pmyzXsd49xaKasyPsOas9vkKbcSjjjACqF4,10045
302
+ bpy/ops/uilist/__init__.pyi,sha256=i3CnsAoqeik4iQfvzrP1kHvGAUg1CffP5a0MzP77TaU,1197
303
+ bpy/ops/uv/__init__.pyi,sha256=imZ4ELpEmJ4hAoKP2X1DQXnXbAD1Xgc8lwJGqz2B1vo,39116
304
+ bpy/ops/view2d/__init__.pyi,sha256=V7MQq8nsgDe9_mAiRqlwqMwMddkTPaOvawZJnMLvy3w,4999
305
+ bpy/ops/view3d/__init__.pyi,sha256=y_JgsWQztmyyBe3VBw8oXXa8UzPAlQ-gRgqII-x0LG0,22867
306
+ bpy/ops/wm/__init__.pyi,sha256=V8ystQmtmgvyL_ttFAn4YFx8Uw_nGC6zYQT2_wK_HpE,158620
307
+ bpy/ops/workspace/__init__.pyi,sha256=laC68glqquBTxrEG0IPxKw1F7qVbqzBEaxXpttQwL6Q,1731
308
+ bpy/ops/world/__init__.pyi,sha256=AUIC-ONsc4QHX5bL5rUHEibn4kejjgsFbaJ66NGQztM,513
309
+ bpy/path/__init__.pyi,sha256=jgXGlVLUTr15BhcgCVnkz6WlJp4yjpHhJc4TJAXSbsU,4632
310
+ bpy/props/__init__.pyi,sha256=BFnRoY78kkf6szROPfp4HSETs8yEgMeKE4QeSd2vDrs,41820
311
+ bpy/stub_internal/__init__.pyi,sha256=h3K2LGZ8lcLY-Oo9ym-HEopjGScc4iTfpT1MU_6smTI,126
312
+ bpy/stub_internal/rna_enums/__init__.pyi,sha256=k8PwlznKih4uls5JCjVGTmNHwq28a9mb9CrhC01d9uI,143996
313
+ bpy/types/__init__.pyi,sha256=MoeNFLiW3q_-9Mu2hdDR1-KTbhYX3GcFNaT17_HNSYg,5364672
314
+ bpy/utils/__init__.pyi,sha256=z2RE91bnjKGSocTVMkIrZ1HS9Q5UUC_u1eo3Kv1DVzs,13054
315
+ bpy/utils/previews/__init__.pyi,sha256=ByUvnneVHqE8dr5c1-hYsf-6qaKWdU0KP0IbwA5QN00,2028
316
+ bpy/utils/units/__init__.pyi,sha256=CbBgOpnx48WP0flNilskhsmA7YCAnbbj07vr3OXlMG8,2214
317
+ bpy_extras/__init__.pyi,sha256=Vish0mn6IfEYsdv9gWh6VDSpzvOwYavpgAC_PleMtFE,995
318
+ bpy_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
319
+ bpy_extras/anim_utils/__init__.pyi,sha256=j_pPJTvkPpxIB7ZyKcP0OPpWbPzpmazldLzUczD-_XQ,4926
320
+ bpy_extras/asset_utils/__init__.pyi,sha256=aM9iiUUy5PcxHY5lz-UxfvLzAc9bH5Y-z3kRRB9IzvY,221
321
+ bpy_extras/bmesh_utils/__init__.pyi,sha256=kP8j7V17pfbhahsIVYQbvlwsrH4rKxY51nHoQT00-FE,485
322
+ bpy_extras/id_map_utils/__init__.pyi,sha256=nO20tPM_k_-_mCDGtk-pAH1C4JNVscZ1QF2HBx9g1Jc,778
323
+ bpy_extras/image_utils/__init__.pyi,sha256=C-kkdOtS_47IuHfacSuF9zVD_I9oWzNGkYVyDqIj0tU,1824
324
+ bpy_extras/io_utils/__init__.pyi,sha256=nLlr7vOoyJkR45GSIKjd1v6wQyCrxlxzTEHP2jev3ro,4877
325
+ bpy_extras/keyconfig_utils/__init__.pyi,sha256=LNb5P5e6wLCJFb9Uy_j0yXj8ljw7U1NTsY73vDG_Ia8,409
326
+ bpy_extras/mesh_utils/__init__.pyi,sha256=rql6ElPVgqjDPIbVsx_6ehpzjU7m8tq-xSqvCPJ_kvo,2485
327
+ bpy_extras/node_shader_utils/__init__.pyi,sha256=xsE6hL3eHv4iuBrkGhLSyV_tPi7ge537EnIUXKO_NMY,5951
328
+ bpy_extras/node_utils/__init__.pyi,sha256=rH-hi_Hyz0akCIKMWYIqIgg17diDFt6ky38sz4zs0os,681
329
+ bpy_extras/object_utils/__init__.pyi,sha256=7CtDuY2A8Va6ehTBcnlhPP85hzYfGoHqVjJq2YIoQKc,2828
330
+ bpy_extras/view3d_utils/__init__.pyi,sha256=uJ43l3MYK8nGq3r9nwdJK5BatbYU2a4tCy8GO5SLXOU,2933
331
+ bpy_extras/wm_utils/__init__.pyi,sha256=HgDFmquHfKkuFHD9VorJPXg3LJg3gq0qbqo3AQmJYjQ,138
332
+ bpy_extras/wm_utils/progress_report/__init__.pyi,sha256=Ubr7mdbBqUI9mdhFfklrK_3QC46XVc0Rz9KexY6SSqU,1813
333
+ freestyle/__init__.pyi,sha256=xm25QRr6S_qFw8efB2hN8jaIS8FM_jFB4nWasggLxz0,743
334
+ freestyle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
335
+ freestyle/chainingiterators/__init__.pyi,sha256=JjeVWahsvtpqrO7A48JoqdFg1WoRrBFALAShZ0kCYdM,9923
336
+ freestyle/functions/__init__.pyi,sha256=VIOR7rzJk4cKlroiL1wyjn9ryN-gEBYy_5X2LLIsWR8,42745
337
+ freestyle/predicates/__init__.pyi,sha256=mzuSrIsB8yriP9gADA7L5aKabIWLpk1F5iRb4vp2T2A,11559
338
+ freestyle/shaders/__init__.pyi,sha256=elfbSCX1X1jVvNdRBz7ODmbpj5-rhCKrdZnw6MRx4K4,22112
339
+ freestyle/types/__init__.pyi,sha256=M4Kdyr57Ipyu5IshKDRbfnKzxnCM9gy2Af44ktm-E8s,88233
340
+ freestyle/utils/__init__.pyi,sha256=ygrSXEnt4YrKa0l7qpin1dsgCX2gOWtS8wgOuS-LF_Q,5050
341
+ freestyle/utils/ContextFunctions/__init__.pyi,sha256=Gaa6QxLegxyZMDEdscucxbMlk6dBfIfBh7SMzMw8GjM,2926
342
+ gpu/__init__.pyi,sha256=TLoatdrTMM6vfjnbuQA6cW38ARW5nuLa4Y-eicnJU5Q,8900
343
+ gpu/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
344
+ gpu/capabilities/__init__.pyi,sha256=TSJ410bUmoRjYjCoHLY4OOkFV_18MwXj2AfkA9Kz7-I,3395
345
+ gpu/matrix/__init__.pyi,sha256=lLxaAjq6XmK6VBqTTnTSS5MrKwcPQZ3tS2nQUd9Gt3o,2397
346
+ gpu/platform/__init__.pyi,sha256=OoD6XS8OeMqE3MTH-DGKbskLGy6sZC2W9Kir7OgQ7CQ,726
347
+ gpu/select/__init__.pyi,sha256=u7L8-mg3F6PD60rvGcJ1CUehZTDaPSGtmXzs1LNKK7g,242
348
+ gpu/shader/__init__.pyi,sha256=vXcB0aV5S_YCI6KZgW0Cg50gY4xHikSDav9tmJNyT_s,2738
349
+ gpu/state/__init__.pyi,sha256=pLaehw35ds8sQzuR6tK9J-FN4UIixoLOw9I-XaVEUBI,4953
350
+ gpu/texture/__init__.pyi,sha256=qiGw9YpDUbKfL16zm6OqFMIFa1fl7vWRWabSUJf3YJI,600
351
+ gpu/types/__init__.pyi,sha256=2jQL_vAJx1Z7F47IfP3_p2DFWlNWy9fpJuya3OhLxWM,27706
352
+ gpu_extras/__init__.pyi,sha256=XscwC-5DTPC0yc2HB_XMgvX61rT5Qs5RaImqNwR6c40,240
353
+ gpu_extras/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
354
+ gpu_extras/batch/__init__.pyi,sha256=R9oy8hroBj5qmDidgqH9dTOwLC5IuSmc_532wVPcmqY,962
355
+ gpu_extras/presets/__init__.pyi,sha256=E7QDFkK8Mv6EEzqgn3WREPJ1I-j6WIJQlR6mzYjewzY,1811
356
+ idprop/__init__.pyi,sha256=3M6jnE-1j1mPIJJi7c49kdEpbRgus6la85Zh_UIyXYI,118
357
+ idprop/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
358
+ idprop/types/__init__.pyi,sha256=_w1PmQSa3nleEJwBmlrGkLeNVtri7YbHPETYe6WlS4s,1894
359
+ imbuf/__init__.pyi,sha256=FbCZylGRx6Z_UcQFYOcvwNGw_jbP4dgC5nKbTHWmcsg,1169
360
+ imbuf/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
361
+ imbuf/types/__init__.pyi,sha256=W_7RI4QJbE_nbFlMrwcLJ1XV6Hy_6Kv7yt3vuJ-vQpA,1192
362
+ keyingsets_builtins/__init__.pyi,sha256=GFCf27uFnI3fSM3FFHhsUmCejf9_hH3w4ZyXh8u6KRk,14725
363
+ keyingsets_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
364
+ mathutils/__init__.pyi,sha256=ZKL_f4PZHCFCI61ywjxdmL8mLWhm5e5GNdVjzlhXBoM,59647
365
+ mathutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
366
+ mathutils/bvhtree/__init__.pyi,sha256=t07iqIreYFn5N3SiBfMcDkYrtRimXORheJpwyuDFJ7w,4102
367
+ mathutils/geometry/__init__.pyi,sha256=LbntkppsbVjYF62rey4pNh8Ok6lA51KuRarm_Dc5Q9E,18344
368
+ mathutils/interpolate/__init__.pyi,sha256=QlQGGsjQkSda5BAkZjVpMAZ9WtVwlLK-uSB8W4n5_iE,481
369
+ mathutils/kdtree/__init__.pyi,sha256=ikBFlCtJ6zDRwbgc5zazChNCMUv0xkY3mO51LMO7o_o,1802
370
+ mathutils/noise/__init__.pyi,sha256=S2NTJ5uptt6cKFfPDvNY3q39v82IW8H8P3PJd2GVmdk,8772
371
+ nodeitems_builtins/__init__.pyi,sha256=uar8Cz4xOo-RL2Gc8RkyTLsCdUM3ooFSE2-A7jbS9L4,534
372
+ nodeitems_builtins/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
373
+ nodeitems_utils/__init__.pyi,sha256=hPWyeUwD2hAEB1QMP_WccdR4H5DlAmT_hnY3vxwujpM,846
374
+ nodeitems_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
375
+ rna_keymap_ui/__init__.pyi,sha256=HjNXbu5w-94HLbvVQlEWXV3JVrgWpNz9jiJ3mzGMCNg,488
376
+ rna_keymap_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
377
+ rna_prop_ui/__init__.pyi,sha256=Gn7kc9WhI3qPObIz8QiFbjeVIP7GCeF6liywBzIEcnE,1402
378
+ rna_prop_ui/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
379
+ fake_bpy_module_latest-20260114.dist-info/METADATA,sha256=witiBhFoMF6TFj9voaiDVFU5Mr1mwhATYLjbxDafS7s,7739
380
+ fake_bpy_module_latest-20260114.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
381
+ fake_bpy_module_latest-20260114.dist-info/top_level.txt,sha256=LGIXuHDoaVTgSTMScq2hvwZRtozSAzYE7RqrFaRqT6o,553
382
+ fake_bpy_module_latest-20260114.dist-info/RECORD,,
@@ -1,42 +1,42 @@
1
+ _animsys_refactor
2
+ _bl_console_utils
3
+ _bl_i18n_utils
4
+ _bl_previews_utils
5
+ _bl_rna_utils
6
+ _bl_text_utils
7
+ _bl_ui_utils
1
8
  _blendfile_header
2
9
  _bpy_internal
10
+ _bpy_restrict_state
3
11
  _bpy_types
12
+ _console_python
13
+ _console_shell
14
+ _graphviz_export
15
+ _keyingsets_utils
16
+ _rna_info
17
+ _rna_xml
4
18
  addon_utils
5
- animsys_refactor
6
19
  aud
7
20
  bl_app_override
8
21
  bl_app_template_utils
9
22
  bl_app_templates_system
10
- bl_console_utils
11
- bl_i18n_utils
12
23
  bl_keymap_utils
13
24
  bl_math
14
25
  bl_operators
15
- bl_previews_utils
16
- bl_rna_utils
17
- bl_text_utils
18
26
  bl_ui
19
- bl_ui_utils
20
27
  blend_render_info
21
28
  blf
22
29
  bmesh
23
30
  bpy
24
31
  bpy_extras
25
- bpy_restrict_state
26
- console_python
27
- console_shell
28
32
  freestyle
29
33
  gpu
30
34
  gpu_extras
31
- graphviz_export
32
35
  idprop
33
36
  imbuf
34
37
  keyingsets_builtins
35
- keyingsets_utils
36
38
  mathutils
37
39
  nodeitems_builtins
38
40
  nodeitems_utils
39
- rna_info
40
41
  rna_keymap_ui
41
42
  rna_prop_ui
42
- rna_xml