fake-bpy-module 20240819__tar.gz → 20240821__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (370) hide show
  1. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/PKG-INFO +1 -1
  2. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/_bpy_internal/__init__.pyi +1 -0
  3. fake_bpy_module-20240821/_bpy_internal/grease_pencil/__init__.pyi +7 -0
  4. {fake_bpy_module-20240819/grease_pencil_python → fake_bpy_module-20240821/_bpy_internal/grease_pencil/stroke}/__init__.pyi +12 -7
  5. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/node_add_menu_compositor/__init__.pyi +0 -29
  6. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_view_layer/__init__.pyi +18 -68
  7. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  8. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/ui/__init__.pyi +21 -0
  9. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/wm/__init__.pyi +366 -0
  10. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/types/__init__.pyi +3 -3
  11. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/fake_bpy_module.egg-info/PKG-INFO +1 -1
  12. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/fake_bpy_module.egg-info/SOURCES.txt +2 -2
  13. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/fake_bpy_module.egg-info/top_level.txt +0 -1
  14. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/freestyle/utils/__init__.pyi +1 -1
  15. fake_bpy_module-20240819/sys_info/py.typed +0 -0
  16. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/README.md +0 -0
  17. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/_bpy_internal/addons/__init__.pyi +0 -0
  18. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/_bpy_internal/addons/cli/__init__.pyi +0 -0
  19. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/_bpy_internal/extensions/__init__.pyi +0 -0
  20. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/_bpy_internal/extensions/junction_module/__init__.pyi +0 -0
  21. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/_bpy_internal/extensions/stale_file_manager/__init__.pyi +0 -0
  22. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/_bpy_internal/extensions/wheel_manager/__init__.pyi +0 -0
  23. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/_bpy_internal/freedesktop/__init__.pyi +0 -0
  24. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/_bpy_internal/py.typed +0 -0
  25. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/addon_utils/__init__.pyi +0 -0
  26. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/addon_utils/py.typed +0 -0
  27. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/animsys_refactor/__init__.pyi +0 -0
  28. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/animsys_refactor/py.typed +0 -0
  29. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/aud/__init__.pyi +0 -0
  30. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/aud/py.typed +0 -0
  31. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bgl/__init__.pyi +0 -0
  32. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bgl/py.typed +0 -0
  33. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_app_override/__init__.pyi +0 -0
  34. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_app_override/helpers/__init__.pyi +0 -0
  35. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_app_override/py.typed +0 -0
  36. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_app_template_utils/__init__.pyi +0 -0
  37. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_app_template_utils/py.typed +0 -0
  38. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_console_utils/__init__.pyi +0 -0
  39. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_console_utils/autocomplete/__init__.pyi +0 -0
  40. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
  41. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
  42. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
  43. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
  44. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_console_utils/py.typed +0 -0
  45. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_i18n_utils/__init__.pyi +0 -0
  46. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
  47. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
  48. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_i18n_utils/py.typed +0 -0
  49. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_i18n_utils/settings/__init__.pyi +0 -0
  50. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_i18n_utils/utils/__init__.pyi +0 -0
  51. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
  52. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
  53. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
  54. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_keymap_utils/__init__.pyi +0 -0
  55. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_keymap_utils/io/__init__.pyi +0 -0
  56. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
  57. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
  58. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
  59. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_keymap_utils/py.typed +0 -0
  60. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_keymap_utils/versioning/__init__.pyi +0 -0
  61. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_math/__init__.pyi +0 -0
  62. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_math/py.typed +0 -0
  63. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/__init__.pyi +0 -0
  64. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
  65. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/anim/__init__.pyi +0 -0
  66. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/assets/__init__.pyi +0 -0
  67. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/bmesh/__init__.pyi +0 -0
  68. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
  69. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/bone_selection_sets/__init__.pyi +0 -0
  70. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/clip/__init__.pyi +0 -0
  71. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/connect_to_output/__init__.pyi +0 -0
  72. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/console/__init__.pyi +0 -0
  73. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/constraint/__init__.pyi +0 -0
  74. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/file/__init__.pyi +0 -0
  75. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/freestyle/__init__.pyi +0 -0
  76. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/geometry_nodes/__init__.pyi +0 -0
  77. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/image/__init__.pyi +0 -0
  78. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/image_as_planes/__init__.pyi +0 -0
  79. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/mesh/__init__.pyi +0 -0
  80. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/node/__init__.pyi +0 -0
  81. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/node_editor/__init__.pyi +0 -0
  82. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
  83. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/object/__init__.pyi +0 -0
  84. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/object_align/__init__.pyi +0 -0
  85. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/object_quick_effects/__init__.pyi +0 -0
  86. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
  87. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/presets/__init__.pyi +0 -0
  88. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/py.typed +0 -0
  89. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/rigidbody/__init__.pyi +0 -0
  90. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
  91. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/sequencer/__init__.pyi +0 -0
  92. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/spreadsheet/__init__.pyi +0 -0
  93. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/userpref/__init__.pyi +0 -0
  94. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
  95. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
  96. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
  97. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
  98. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/view3d/__init__.pyi +0 -0
  99. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/wm/__init__.pyi +0 -0
  100. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_operators/world/__init__.pyi +0 -0
  101. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_previews_utils/__init__.pyi +0 -0
  102. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
  103. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_previews_utils/py.typed +0 -0
  104. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_rna_utils/__init__.pyi +0 -0
  105. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_rna_utils/data_path/__init__.pyi +0 -0
  106. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_rna_utils/py.typed +0 -0
  107. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_text_utils/__init__.pyi +0 -0
  108. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_text_utils/external_editor/__init__.pyi +0 -0
  109. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_text_utils/py.typed +0 -0
  110. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/__init__.pyi +0 -0
  111. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/anim/__init__.pyi +0 -0
  112. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/asset_shelf/__init__.pyi +0 -0
  113. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/generic_ui_list/__init__.pyi +0 -0
  114. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/node_add_menu/__init__.pyi +0 -0
  115. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/node_add_menu_geometry/__init__.pyi +0 -0
  116. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/node_add_menu_shader/__init__.pyi +0 -0
  117. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/node_add_menu_texture/__init__.pyi +0 -0
  118. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_animviz/__init__.pyi +0 -0
  119. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_collection/__init__.pyi +0 -0
  120. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_constraint/__init__.pyi +0 -0
  121. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_armature/__init__.pyi +0 -0
  122. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_bone/__init__.pyi +0 -0
  123. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_camera/__init__.pyi +0 -0
  124. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_curve/__init__.pyi +0 -0
  125. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_curves/__init__.pyi +0 -0
  126. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_empty/__init__.pyi +0 -0
  127. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_gpencil/__init__.pyi +0 -0
  128. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_grease_pencil/__init__.pyi +0 -0
  129. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
  130. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_light/__init__.pyi +0 -0
  131. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
  132. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_mesh/__init__.pyi +0 -0
  133. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
  134. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_modifier/__init__.pyi +0 -0
  135. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_pointcloud/__init__.pyi +0 -0
  136. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
  137. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
  138. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_data_volume/__init__.pyi +0 -0
  139. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_freestyle/__init__.pyi +0 -0
  140. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_grease_pencil_common/__init__.pyi +0 -0
  141. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_mask_common/__init__.pyi +0 -0
  142. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_material/__init__.pyi +0 -0
  143. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_material_gpencil/__init__.pyi +0 -0
  144. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_object/__init__.pyi +0 -0
  145. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_output/__init__.pyi +0 -0
  146. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_paint_common/__init__.pyi +0 -0
  147. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_particle/__init__.pyi +0 -0
  148. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_physics_cloth/__init__.pyi +0 -0
  149. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_physics_common/__init__.pyi +0 -0
  150. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
  151. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_physics_field/__init__.pyi +0 -0
  152. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_physics_fluid/__init__.pyi +0 -0
  153. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
  154. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
  155. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
  156. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
  157. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_render/__init__.pyi +0 -0
  158. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_scene/__init__.pyi +0 -0
  159. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_texture/__init__.pyi +0 -0
  160. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_workspace/__init__.pyi +0 -0
  161. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/properties_world/__init__.pyi +0 -0
  162. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/py.typed +0 -0
  163. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_clip/__init__.pyi +0 -0
  164. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_console/__init__.pyi +0 -0
  165. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_dopesheet/__init__.pyi +0 -0
  166. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_filebrowser/__init__.pyi +0 -0
  167. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_graph/__init__.pyi +0 -0
  168. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_image/__init__.pyi +0 -0
  169. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_info/__init__.pyi +0 -0
  170. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_nla/__init__.pyi +0 -0
  171. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_node/__init__.pyi +0 -0
  172. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_outliner/__init__.pyi +0 -0
  173. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_properties/__init__.pyi +0 -0
  174. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_sequencer/__init__.pyi +0 -0
  175. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
  176. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_statusbar/__init__.pyi +0 -0
  177. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_text/__init__.pyi +0 -0
  178. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_time/__init__.pyi +0 -0
  179. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
  180. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_topbar/__init__.pyi +0 -0
  181. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_userpref/__init__.pyi +0 -0
  182. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_view3d/__init__.pyi +0 -0
  183. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/space_view3d_toolbar/__init__.pyi +0 -0
  184. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/temp_anim_layers/__init__.pyi +0 -0
  185. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui/utils/__init__.pyi +0 -0
  186. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui_utils/__init__.pyi +0 -0
  187. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
  188. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui_utils/layout/__init__.pyi +0 -0
  189. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bl_ui_utils/py.typed +0 -0
  190. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/blend_render_info/__init__.pyi +0 -0
  191. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/blend_render_info/py.typed +0 -0
  192. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/blf/__init__.pyi +0 -0
  193. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/blf/py.typed +0 -0
  194. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bmesh/__init__.pyi +0 -0
  195. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bmesh/geometry/__init__.pyi +0 -0
  196. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bmesh/ops/__init__.pyi +0 -0
  197. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bmesh/py.typed +0 -0
  198. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bmesh/types/__init__.pyi +0 -0
  199. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bmesh/utils/__init__.pyi +0 -0
  200. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/__init__.pyi +0 -0
  201. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/app/__init__.pyi +0 -0
  202. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/app/handlers/__init__.pyi +0 -0
  203. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/app/icons/__init__.pyi +0 -0
  204. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/app/timers/__init__.pyi +0 -0
  205. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/app/translations/__init__.pyi +0 -0
  206. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/msgbus/__init__.pyi +0 -0
  207. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/__init__.pyi +0 -0
  208. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/action/__init__.pyi +0 -0
  209. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/anim/__init__.pyi +0 -0
  210. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/armature/__init__.pyi +0 -0
  211. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/asset/__init__.pyi +0 -0
  212. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/boid/__init__.pyi +0 -0
  213. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/brush/__init__.pyi +0 -0
  214. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/buttons/__init__.pyi +0 -0
  215. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/cachefile/__init__.pyi +0 -0
  216. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/camera/__init__.pyi +0 -0
  217. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/clip/__init__.pyi +0 -0
  218. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/cloth/__init__.pyi +0 -0
  219. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/collection/__init__.pyi +0 -0
  220. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/console/__init__.pyi +0 -0
  221. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/constraint/__init__.pyi +0 -0
  222. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/curve/__init__.pyi +0 -0
  223. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/curves/__init__.pyi +0 -0
  224. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/cycles/__init__.pyi +0 -0
  225. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/dpaint/__init__.pyi +0 -0
  226. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/ed/__init__.pyi +0 -0
  227. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/export_anim/__init__.pyi +0 -0
  228. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/export_scene/__init__.pyi +0 -0
  229. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/extensions/__init__.pyi +0 -0
  230. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/file/__init__.pyi +0 -0
  231. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/fluid/__init__.pyi +0 -0
  232. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/font/__init__.pyi +0 -0
  233. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/geometry/__init__.pyi +0 -0
  234. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/gizmogroup/__init__.pyi +0 -0
  235. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/gpencil/__init__.pyi +0 -0
  236. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/graph/__init__.pyi +0 -0
  237. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/grease_pencil/__init__.pyi +0 -0
  238. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/image/__init__.pyi +0 -0
  239. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/import_anim/__init__.pyi +0 -0
  240. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/import_curve/__init__.pyi +0 -0
  241. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/import_scene/__init__.pyi +0 -0
  242. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/info/__init__.pyi +0 -0
  243. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/lattice/__init__.pyi +0 -0
  244. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/marker/__init__.pyi +0 -0
  245. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/mask/__init__.pyi +0 -0
  246. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/material/__init__.pyi +0 -0
  247. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/mball/__init__.pyi +0 -0
  248. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/mesh/__init__.pyi +0 -0
  249. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/nla/__init__.pyi +0 -0
  250. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/node/__init__.pyi +0 -0
  251. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/object/__init__.pyi +0 -0
  252. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/outliner/__init__.pyi +0 -0
  253. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/paint/__init__.pyi +0 -0
  254. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/paintcurve/__init__.pyi +0 -0
  255. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/palette/__init__.pyi +0 -0
  256. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/particle/__init__.pyi +0 -0
  257. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/pose/__init__.pyi +0 -0
  258. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/poselib/__init__.pyi +0 -0
  259. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/preferences/__init__.pyi +0 -0
  260. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/ptcache/__init__.pyi +0 -0
  261. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/render/__init__.pyi +0 -0
  262. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/rigidbody/__init__.pyi +0 -0
  263. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/scene/__init__.pyi +0 -0
  264. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/screen/__init__.pyi +0 -0
  265. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/script/__init__.pyi +0 -0
  266. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/sculpt/__init__.pyi +0 -0
  267. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
  268. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/sequencer/__init__.pyi +0 -0
  269. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/sound/__init__.pyi +0 -0
  270. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/spreadsheet/__init__.pyi +0 -0
  271. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/surface/__init__.pyi +0 -0
  272. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/text/__init__.pyi +0 -0
  273. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/text_editor/__init__.pyi +0 -0
  274. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/texture/__init__.pyi +0 -0
  275. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/transform/__init__.pyi +0 -0
  276. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/uilist/__init__.pyi +0 -0
  277. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/uv/__init__.pyi +0 -0
  278. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/view2d/__init__.pyi +0 -0
  279. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/view3d/__init__.pyi +0 -0
  280. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/workspace/__init__.pyi +0 -0
  281. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/ops/world/__init__.pyi +0 -0
  282. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/path/__init__.pyi +0 -0
  283. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/props/__init__.pyi +0 -0
  284. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/py.typed +0 -0
  285. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/utils/__init__.pyi +0 -0
  286. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/utils/previews/__init__.pyi +0 -0
  287. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy/utils/units/__init__.pyi +0 -0
  288. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/__init__.pyi +0 -0
  289. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/anim_utils/__init__.pyi +0 -0
  290. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/asset_utils/__init__.pyi +0 -0
  291. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
  292. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/id_map_utils/__init__.pyi +0 -0
  293. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/image_utils/__init__.pyi +0 -0
  294. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/io_utils/__init__.pyi +0 -0
  295. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
  296. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/mesh_utils/__init__.pyi +0 -0
  297. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
  298. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/node_utils/__init__.pyi +0 -0
  299. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/object_utils/__init__.pyi +0 -0
  300. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/py.typed +0 -0
  301. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/view3d_utils/__init__.pyi +0 -0
  302. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/wm_utils/__init__.pyi +0 -0
  303. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
  304. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_restrict_state/__init__.pyi +0 -0
  305. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_restrict_state/py.typed +0 -0
  306. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_types/__init__.pyi +0 -0
  307. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/bpy_types/py.typed +0 -0
  308. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/console_python/__init__.pyi +0 -0
  309. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/console_python/py.typed +0 -0
  310. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/console_shell/__init__.pyi +0 -0
  311. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/console_shell/py.typed +0 -0
  312. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
  313. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/freestyle/__init__.pyi +0 -0
  314. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/freestyle/chainingiterators/__init__.pyi +0 -0
  315. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/freestyle/functions/__init__.pyi +0 -0
  316. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/freestyle/predicates/__init__.pyi +0 -0
  317. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/freestyle/py.typed +0 -0
  318. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/freestyle/shaders/__init__.pyi +0 -0
  319. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/freestyle/types/__init__.pyi +0 -0
  320. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
  321. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu/__init__.pyi +0 -0
  322. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu/capabilities/__init__.pyi +0 -0
  323. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu/matrix/__init__.pyi +0 -0
  324. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu/platform/__init__.pyi +0 -0
  325. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu/py.typed +0 -0
  326. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu/select/__init__.pyi +0 -0
  327. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu/shader/__init__.pyi +0 -0
  328. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu/state/__init__.pyi +0 -0
  329. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu/texture/__init__.pyi +0 -0
  330. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu/types/__init__.pyi +0 -0
  331. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu_extras/__init__.pyi +0 -0
  332. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu_extras/batch/__init__.pyi +0 -0
  333. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu_extras/presets/__init__.pyi +0 -0
  334. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/gpu_extras/py.typed +0 -0
  335. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/graphviz_export/__init__.pyi +0 -0
  336. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/graphviz_export/py.typed +0 -0
  337. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/idprop/__init__.pyi +0 -0
  338. {fake_bpy_module-20240819/grease_pencil_python → fake_bpy_module-20240821/idprop}/py.typed +0 -0
  339. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/idprop/types/__init__.pyi +0 -0
  340. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/imbuf/__init__.pyi +0 -0
  341. {fake_bpy_module-20240819/idprop → fake_bpy_module-20240821/imbuf}/py.typed +0 -0
  342. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/imbuf/types/__init__.pyi +0 -0
  343. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/keyingsets_builtins/__init__.pyi +0 -0
  344. {fake_bpy_module-20240819/imbuf → fake_bpy_module-20240821/keyingsets_builtins}/py.typed +0 -0
  345. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/keyingsets_utils/__init__.pyi +0 -0
  346. {fake_bpy_module-20240819/keyingsets_builtins → fake_bpy_module-20240821/keyingsets_utils}/py.typed +0 -0
  347. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/mathutils/__init__.pyi +0 -0
  348. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/mathutils/bvhtree/__init__.pyi +0 -0
  349. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/mathutils/geometry/__init__.pyi +0 -0
  350. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/mathutils/interpolate/__init__.pyi +0 -0
  351. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/mathutils/kdtree/__init__.pyi +0 -0
  352. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/mathutils/noise/__init__.pyi +0 -0
  353. {fake_bpy_module-20240819/keyingsets_utils → fake_bpy_module-20240821/mathutils}/py.typed +0 -0
  354. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/nodeitems_builtins/__init__.pyi +0 -0
  355. {fake_bpy_module-20240819/mathutils → fake_bpy_module-20240821/nodeitems_builtins}/py.typed +0 -0
  356. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/nodeitems_utils/__init__.pyi +0 -0
  357. {fake_bpy_module-20240819/nodeitems_builtins → fake_bpy_module-20240821/nodeitems_utils}/py.typed +0 -0
  358. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/pyproject.toml +0 -0
  359. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/rna_info/__init__.pyi +0 -0
  360. {fake_bpy_module-20240819/nodeitems_utils → fake_bpy_module-20240821/rna_info}/py.typed +0 -0
  361. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/rna_keymap_ui/__init__.pyi +0 -0
  362. {fake_bpy_module-20240819/rna_info → fake_bpy_module-20240821/rna_keymap_ui}/py.typed +0 -0
  363. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/rna_prop_ui/__init__.pyi +0 -0
  364. {fake_bpy_module-20240819/rna_keymap_ui → fake_bpy_module-20240821/rna_prop_ui}/py.typed +0 -0
  365. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/rna_xml/__init__.pyi +0 -0
  366. {fake_bpy_module-20240819/rna_prop_ui → fake_bpy_module-20240821/rna_xml}/py.typed +0 -0
  367. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/setup.cfg +0 -0
  368. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/setup.py +0 -0
  369. {fake_bpy_module-20240819 → fake_bpy_module-20240821}/sys_info/__init__.pyi +0 -0
  370. {fake_bpy_module-20240819/rna_xml → fake_bpy_module-20240821/sys_info}/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240819
3
+ Version: 20240821
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
@@ -4,6 +4,7 @@ import typing_extensions
4
4
  from . import addons as addons
5
5
  from . import extensions as extensions
6
6
  from . import freedesktop as freedesktop
7
+ from . import grease_pencil as grease_pencil
7
8
 
8
9
  GenericType1 = typing.TypeVar("GenericType1")
9
10
  GenericType2 = typing.TypeVar("GenericType2")
@@ -0,0 +1,7 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ from . import stroke as stroke
5
+
6
+ GenericType1 = typing.TypeVar("GenericType1")
7
+ GenericType2 = typing.TypeVar("GenericType2")
@@ -10,13 +10,8 @@ class AttributeGetterSetter:
10
10
 
11
11
  ...
12
12
 
13
- class GreasePencilStrokePointSlice:
14
- """A helper class that represents a slice of GreasePencilStrokePoint's."""
15
-
16
- ...
17
-
18
- class GreasePencilStrokeSlice:
19
- """A helper class that represents a slice of GreasePencilStroke's."""
13
+ class SliceHelper:
14
+ """Helper class to handle custom slicing."""
20
15
 
21
16
  ...
22
17
 
@@ -61,6 +56,16 @@ class GreasePencilStrokePoint(AttributeGetterSetter):
61
56
  select: typing.Any
62
57
  vertex_color: typing.Any
63
58
 
59
+ class GreasePencilStrokePointSlice(SliceHelper):
60
+ """A helper class that represents a slice of GreasePencilStrokePoint's."""
61
+
62
+ ...
63
+
64
+ class GreasePencilStrokeSlice(SliceHelper):
65
+ """A helper class that represents a slice of GreasePencilStroke's."""
66
+
67
+ ...
68
+
64
69
  def DefAttributeGetterSetters(attributes_list):
65
70
  """A class decorator that reads a list of attribute information &
66
71
  creates properties on the class with getters & setters.
@@ -6,35 +6,6 @@ import bpy.types
6
6
  GenericType1 = typing.TypeVar("GenericType1")
7
7
  GenericType2 = typing.TypeVar("GenericType2")
8
8
 
9
- class NODE_MT_category_compositor_LAYOUT(bpy.types.Menu):
10
- bl_idname: typing.Any
11
- bl_label: typing.Any
12
- bl_rna: typing.Any
13
- id_data: typing.Any
14
-
15
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
16
- """
17
-
18
- :return: The RNA type or default when not found.
19
- :rtype: bpy.types.Struct
20
- """
21
- ...
22
-
23
- def bl_rna_get_subclass_py(self) -> typing.Any:
24
- """
25
-
26
- :return: The class or default when not found.
27
- :rtype: typing.Any
28
- """
29
- ...
30
-
31
- def draw(self, _context):
32
- """
33
-
34
- :param _context:
35
- """
36
- ...
37
-
38
9
  class NODE_MT_category_compositor_color(bpy.types.Menu):
39
10
  bl_idname: typing.Any
40
11
  bl_label: typing.Any
@@ -329,9 +329,11 @@ class VIEWLAYER_PT_layer_passes(ViewLayerButtonsPanel, bpy.types.Panel):
329
329
  """
330
330
  ...
331
331
 
332
- class ViewLayerAOVPanel(ViewLayerButtonsPanel, bpy.types.Panel):
332
+ class VIEWLAYER_PT_layer_passes_aov(ViewLayerAOVPanelHelper, bpy.types.Panel):
333
+ COMPAT_ENGINES: typing.Any
333
334
  bl_context: typing.Any
334
335
  bl_label: typing.Any
336
+ bl_parent_id: typing.Any
335
337
  bl_region_type: typing.Any
336
338
  bl_rna: typing.Any
337
339
  bl_space_type: typing.Any
@@ -353,14 +355,9 @@ class ViewLayerAOVPanel(ViewLayerButtonsPanel, bpy.types.Panel):
353
355
  """
354
356
  ...
355
357
 
356
- def draw(self, context):
357
- """
358
-
359
- :param context:
360
- """
361
- ...
362
-
363
- class VIEWLAYER_PT_layer_passes_cryptomatte(ViewLayerCryptomattePanel, bpy.types.Panel):
358
+ class VIEWLAYER_PT_layer_passes_cryptomatte(
359
+ ViewLayerCryptomattePanelHelper, bpy.types.Panel
360
+ ):
364
361
  COMPAT_ENGINES: typing.Any
365
362
  bl_context: typing.Any
366
363
  bl_label: typing.Any
@@ -386,9 +383,13 @@ class VIEWLAYER_PT_layer_passes_cryptomatte(ViewLayerCryptomattePanel, bpy.types
386
383
  """
387
384
  ...
388
385
 
389
- class ViewLayerLightgroupsPanel(ViewLayerButtonsPanel, bpy.types.Panel):
386
+ class VIEWLAYER_PT_layer_passes_lightgroups(
387
+ ViewLayerLightgroupsPanelHelper, bpy.types.Panel
388
+ ):
389
+ COMPAT_ENGINES: typing.Any
390
390
  bl_context: typing.Any
391
391
  bl_label: typing.Any
392
+ bl_parent_id: typing.Any
392
393
  bl_region_type: typing.Any
393
394
  bl_rna: typing.Any
394
395
  bl_space_type: typing.Any
@@ -410,13 +411,6 @@ class ViewLayerLightgroupsPanel(ViewLayerButtonsPanel, bpy.types.Panel):
410
411
  """
411
412
  ...
412
413
 
413
- def draw(self, context):
414
- """
415
-
416
- :param context:
417
- """
418
- ...
419
-
420
414
  class VIEWLAYER_PT_workbench_layer_passes_data(ViewLayerButtonsPanel, bpy.types.Panel):
421
415
  COMPAT_ENGINES: typing.Any
422
416
  bl_context: typing.Any
@@ -498,29 +492,11 @@ class ViewLayerButtonsPanel:
498
492
  """
499
493
  ...
500
494
 
501
- class ViewLayerCryptomattePanel(ViewLayerButtonsPanel, bpy.types.Panel):
495
+ class ViewLayerAOVPanelHelper(ViewLayerButtonsPanel):
502
496
  bl_context: typing.Any
503
497
  bl_label: typing.Any
504
498
  bl_region_type: typing.Any
505
- bl_rna: typing.Any
506
499
  bl_space_type: typing.Any
507
- id_data: typing.Any
508
-
509
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
510
- """
511
-
512
- :return: The RNA type or default when not found.
513
- :rtype: bpy.types.Struct
514
- """
515
- ...
516
-
517
- def bl_rna_get_subclass_py(self) -> typing.Any:
518
- """
519
-
520
- :return: The class or default when not found.
521
- :rtype: typing.Any
522
- """
523
- ...
524
500
 
525
501
  def draw(self, context):
526
502
  """
@@ -529,54 +505,28 @@ class ViewLayerCryptomattePanel(ViewLayerButtonsPanel, bpy.types.Panel):
529
505
  """
530
506
  ...
531
507
 
532
- class VIEWLAYER_PT_layer_passes_aov(ViewLayerAOVPanel):
533
- COMPAT_ENGINES: typing.Any
508
+ class ViewLayerCryptomattePanelHelper(ViewLayerButtonsPanel):
534
509
  bl_context: typing.Any
535
510
  bl_label: typing.Any
536
- bl_parent_id: typing.Any
537
511
  bl_region_type: typing.Any
538
- bl_rna: typing.Any
539
512
  bl_space_type: typing.Any
540
- id_data: typing.Any
541
-
542
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
543
- """
544
513
 
545
- :return: The RNA type or default when not found.
546
- :rtype: bpy.types.Struct
547
- """
548
- ...
549
-
550
- def bl_rna_get_subclass_py(self) -> typing.Any:
514
+ def draw(self, context):
551
515
  """
552
516
 
553
- :return: The class or default when not found.
554
- :rtype: typing.Any
517
+ :param context:
555
518
  """
556
519
  ...
557
520
 
558
- class VIEWLAYER_PT_layer_passes_lightgroups(ViewLayerLightgroupsPanel):
559
- COMPAT_ENGINES: typing.Any
521
+ class ViewLayerLightgroupsPanelHelper(ViewLayerButtonsPanel):
560
522
  bl_context: typing.Any
561
523
  bl_label: typing.Any
562
- bl_parent_id: typing.Any
563
524
  bl_region_type: typing.Any
564
- bl_rna: typing.Any
565
525
  bl_space_type: typing.Any
566
- id_data: typing.Any
567
-
568
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
569
- """
570
-
571
- :return: The RNA type or default when not found.
572
- :rtype: bpy.types.Struct
573
- """
574
- ...
575
526
 
576
- def bl_rna_get_subclass_py(self) -> typing.Any:
527
+ def draw(self, context):
577
528
  """
578
529
 
579
- :return: The class or default when not found.
580
- :rtype: typing.Any
530
+ :param context:
581
531
  """
582
532
  ...
@@ -279,6 +279,7 @@ class _defs_grease_pencil_paint:
279
279
  circle: typing.Any
280
280
  curve: typing.Any
281
281
  cutter: typing.Any
282
+ eyedropper: typing.Any
282
283
  interpolate: typing.Any
283
284
  line: typing.Any
284
285
  polyline: typing.Any
@@ -324,6 +324,27 @@ def eyedropper_gpencil_color(
324
324
 
325
325
  ...
326
326
 
327
+ def eyedropper_grease_pencil_color(
328
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
329
+ execution_context: int | str | None = None,
330
+ undo: bool | None = None,
331
+ *,
332
+ mode: typing.Literal["MATERIAL", "PALETTE", "BRUSH"] | None = "MATERIAL",
333
+ material_mode: typing.Literal["STROKE", "FILL", "BOTH"] | None = "STROKE",
334
+ ):
335
+ """Sample a color from the Blender Window and create Grease Pencil material
336
+
337
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
338
+ :type execution_context: int | str | None
339
+ :type undo: bool | None
340
+ :param mode: Mode
341
+ :type mode: typing.Literal['MATERIAL','PALETTE','BRUSH'] | None
342
+ :param material_mode: Material Mode
343
+ :type material_mode: typing.Literal['STROKE','FILL','BOTH'] | None
344
+ """
345
+
346
+ ...
347
+
327
348
  def eyedropper_id(
328
349
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
329
350
  execution_context: int | str | None = None,
@@ -1900,6 +1900,372 @@ def gpencil_import_svg(
1900
1900
 
1901
1901
  ...
1902
1902
 
1903
+ def grease_pencil_export_pdf(
1904
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
1905
+ execution_context: int | str | None = None,
1906
+ undo: bool | None = None,
1907
+ *,
1908
+ filepath: str = "",
1909
+ check_existing: bool | None = True,
1910
+ filter_blender: bool | None = False,
1911
+ filter_backup: bool | None = False,
1912
+ filter_image: bool | None = False,
1913
+ filter_movie: bool | None = False,
1914
+ filter_python: bool | None = False,
1915
+ filter_font: bool | None = False,
1916
+ filter_sound: bool | None = False,
1917
+ filter_text: bool | None = False,
1918
+ filter_archive: bool | None = False,
1919
+ filter_btx: bool | None = False,
1920
+ filter_collada: bool | None = False,
1921
+ filter_alembic: bool | None = False,
1922
+ filter_usd: bool | None = False,
1923
+ filter_obj: bool | None = True,
1924
+ filter_volume: bool | None = False,
1925
+ filter_folder: bool | None = True,
1926
+ filter_blenlib: bool | None = False,
1927
+ filemode: int | None = 8,
1928
+ display_type: typing.Literal[
1929
+ "DEFAULT", "LIST_VERTICAL", "LIST_HORIZONTAL", "THUMBNAIL"
1930
+ ]
1931
+ | None = "DEFAULT",
1932
+ sort_method: str | None = "",
1933
+ use_fill: bool | None = True,
1934
+ selected_object_type: typing.Literal["ACTIVE", "SELECTED", "VISIBLE"]
1935
+ | None = "ACTIVE",
1936
+ stroke_sample: float | None = 0.0,
1937
+ use_uniform_width: bool | None = False,
1938
+ frame_mode: typing.Literal["ACTIVE", "SELECTED", "SCENE"] | None = "ACTIVE",
1939
+ ):
1940
+ """Export grease pencil to PDF
1941
+
1942
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
1943
+ :type execution_context: int | str | None
1944
+ :type undo: bool | None
1945
+ :param filepath: File Path, Path to file
1946
+ :type filepath: str
1947
+ :param check_existing: Check Existing, Check and warn on overwriting existing files
1948
+ :type check_existing: bool | None
1949
+ :param filter_blender: Filter .blend files
1950
+ :type filter_blender: bool | None
1951
+ :param filter_backup: Filter .blend files
1952
+ :type filter_backup: bool | None
1953
+ :param filter_image: Filter image files
1954
+ :type filter_image: bool | None
1955
+ :param filter_movie: Filter movie files
1956
+ :type filter_movie: bool | None
1957
+ :param filter_python: Filter Python files
1958
+ :type filter_python: bool | None
1959
+ :param filter_font: Filter font files
1960
+ :type filter_font: bool | None
1961
+ :param filter_sound: Filter sound files
1962
+ :type filter_sound: bool | None
1963
+ :param filter_text: Filter text files
1964
+ :type filter_text: bool | None
1965
+ :param filter_archive: Filter archive files
1966
+ :type filter_archive: bool | None
1967
+ :param filter_btx: Filter btx files
1968
+ :type filter_btx: bool | None
1969
+ :param filter_collada: Filter COLLADA files
1970
+ :type filter_collada: bool | None
1971
+ :param filter_alembic: Filter Alembic files
1972
+ :type filter_alembic: bool | None
1973
+ :param filter_usd: Filter USD files
1974
+ :type filter_usd: bool | None
1975
+ :param filter_obj: Filter OBJ files
1976
+ :type filter_obj: bool | None
1977
+ :param filter_volume: Filter OpenVDB volume files
1978
+ :type filter_volume: bool | None
1979
+ :param filter_folder: Filter folders
1980
+ :type filter_folder: bool | None
1981
+ :param filter_blenlib: Filter Blender IDs
1982
+ :type filter_blenlib: bool | None
1983
+ :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
1984
+ :type filemode: int | None
1985
+ :param display_type: Display Type
1986
+
1987
+ DEFAULT
1988
+ Default -- Automatically determine display type for files.
1989
+
1990
+ LIST_VERTICAL
1991
+ Short List -- Display files as short list.
1992
+
1993
+ LIST_HORIZONTAL
1994
+ Long List -- Display files as a detailed list.
1995
+
1996
+ THUMBNAIL
1997
+ Thumbnails -- Display files as thumbnails.
1998
+ :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
1999
+ :param sort_method: File sorting mode
2000
+ :type sort_method: str | None
2001
+ :param use_fill: Fill, Export strokes with fill enabled
2002
+ :type use_fill: bool | None
2003
+ :param selected_object_type: Object, Which objects to include in the export
2004
+
2005
+ ACTIVE
2006
+ Active -- Include only the active object.
2007
+
2008
+ SELECTED
2009
+ Selected -- Include selected objects.
2010
+
2011
+ VISIBLE
2012
+ Visible -- Include all visible objects.
2013
+ :type selected_object_type: typing.Literal['ACTIVE','SELECTED','VISIBLE'] | None
2014
+ :param stroke_sample: Sampling, Precision of stroke sampling. Low values mean a more precise result, and zero disables sampling
2015
+ :type stroke_sample: float | None
2016
+ :param use_uniform_width: Uniform Width, Export strokes with uniform width
2017
+ :type use_uniform_width: bool | None
2018
+ :param frame_mode: Frames, Which frames to include in the export
2019
+
2020
+ ACTIVE
2021
+ Active -- Include only active frame.
2022
+
2023
+ SELECTED
2024
+ Selected -- Include selected frames.
2025
+
2026
+ SCENE
2027
+ Scene -- Include all scene frames.
2028
+ :type frame_mode: typing.Literal['ACTIVE','SELECTED','SCENE'] | None
2029
+ """
2030
+
2031
+ ...
2032
+
2033
+ def grease_pencil_export_svg(
2034
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
2035
+ execution_context: int | str | None = None,
2036
+ undo: bool | None = None,
2037
+ *,
2038
+ filepath: str = "",
2039
+ check_existing: bool | None = True,
2040
+ filter_blender: bool | None = False,
2041
+ filter_backup: bool | None = False,
2042
+ filter_image: bool | None = False,
2043
+ filter_movie: bool | None = False,
2044
+ filter_python: bool | None = False,
2045
+ filter_font: bool | None = False,
2046
+ filter_sound: bool | None = False,
2047
+ filter_text: bool | None = False,
2048
+ filter_archive: bool | None = False,
2049
+ filter_btx: bool | None = False,
2050
+ filter_collada: bool | None = False,
2051
+ filter_alembic: bool | None = False,
2052
+ filter_usd: bool | None = False,
2053
+ filter_obj: bool | None = True,
2054
+ filter_volume: bool | None = False,
2055
+ filter_folder: bool | None = True,
2056
+ filter_blenlib: bool | None = False,
2057
+ filemode: int | None = 8,
2058
+ display_type: typing.Literal[
2059
+ "DEFAULT", "LIST_VERTICAL", "LIST_HORIZONTAL", "THUMBNAIL"
2060
+ ]
2061
+ | None = "DEFAULT",
2062
+ sort_method: str | None = "",
2063
+ use_fill: bool | None = True,
2064
+ selected_object_type: typing.Literal["ACTIVE", "SELECTED", "VISIBLE"]
2065
+ | None = "ACTIVE",
2066
+ stroke_sample: float | None = 0.0,
2067
+ use_uniform_width: bool | None = False,
2068
+ use_clip_camera: bool | None = False,
2069
+ ):
2070
+ """Export grease pencil to SVG
2071
+
2072
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
2073
+ :type execution_context: int | str | None
2074
+ :type undo: bool | None
2075
+ :param filepath: File Path, Path to file
2076
+ :type filepath: str
2077
+ :param check_existing: Check Existing, Check and warn on overwriting existing files
2078
+ :type check_existing: bool | None
2079
+ :param filter_blender: Filter .blend files
2080
+ :type filter_blender: bool | None
2081
+ :param filter_backup: Filter .blend files
2082
+ :type filter_backup: bool | None
2083
+ :param filter_image: Filter image files
2084
+ :type filter_image: bool | None
2085
+ :param filter_movie: Filter movie files
2086
+ :type filter_movie: bool | None
2087
+ :param filter_python: Filter Python files
2088
+ :type filter_python: bool | None
2089
+ :param filter_font: Filter font files
2090
+ :type filter_font: bool | None
2091
+ :param filter_sound: Filter sound files
2092
+ :type filter_sound: bool | None
2093
+ :param filter_text: Filter text files
2094
+ :type filter_text: bool | None
2095
+ :param filter_archive: Filter archive files
2096
+ :type filter_archive: bool | None
2097
+ :param filter_btx: Filter btx files
2098
+ :type filter_btx: bool | None
2099
+ :param filter_collada: Filter COLLADA files
2100
+ :type filter_collada: bool | None
2101
+ :param filter_alembic: Filter Alembic files
2102
+ :type filter_alembic: bool | None
2103
+ :param filter_usd: Filter USD files
2104
+ :type filter_usd: bool | None
2105
+ :param filter_obj: Filter OBJ files
2106
+ :type filter_obj: bool | None
2107
+ :param filter_volume: Filter OpenVDB volume files
2108
+ :type filter_volume: bool | None
2109
+ :param filter_folder: Filter folders
2110
+ :type filter_folder: bool | None
2111
+ :param filter_blenlib: Filter Blender IDs
2112
+ :type filter_blenlib: bool | None
2113
+ :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
2114
+ :type filemode: int | None
2115
+ :param display_type: Display Type
2116
+
2117
+ DEFAULT
2118
+ Default -- Automatically determine display type for files.
2119
+
2120
+ LIST_VERTICAL
2121
+ Short List -- Display files as short list.
2122
+
2123
+ LIST_HORIZONTAL
2124
+ Long List -- Display files as a detailed list.
2125
+
2126
+ THUMBNAIL
2127
+ Thumbnails -- Display files as thumbnails.
2128
+ :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
2129
+ :param sort_method: File sorting mode
2130
+ :type sort_method: str | None
2131
+ :param use_fill: Fill, Export strokes with fill enabled
2132
+ :type use_fill: bool | None
2133
+ :param selected_object_type: Object, Which objects to include in the export
2134
+
2135
+ ACTIVE
2136
+ Active -- Include only the active object.
2137
+
2138
+ SELECTED
2139
+ Selected -- Include selected objects.
2140
+
2141
+ VISIBLE
2142
+ Visible -- Include all visible objects.
2143
+ :type selected_object_type: typing.Literal['ACTIVE','SELECTED','VISIBLE'] | None
2144
+ :param stroke_sample: Sampling, Precision of stroke sampling. Low values mean a more precise result, and zero disables sampling
2145
+ :type stroke_sample: float | None
2146
+ :param use_uniform_width: Uniform Width, Export strokes with uniform width
2147
+ :type use_uniform_width: bool | None
2148
+ :param use_clip_camera: Clip Camera, Clip drawings to camera size when exporting in camera view
2149
+ :type use_clip_camera: bool | None
2150
+ """
2151
+
2152
+ ...
2153
+
2154
+ def grease_pencil_import_svg(
2155
+ override_context: bpy.types.Context | dict[str, typing.Any] = None,
2156
+ execution_context: int | str | None = None,
2157
+ undo: bool | None = None,
2158
+ *,
2159
+ filepath: str = "",
2160
+ directory: str = "",
2161
+ files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
2162
+ | None = None,
2163
+ check_existing: bool | None = False,
2164
+ filter_blender: bool | None = False,
2165
+ filter_backup: bool | None = False,
2166
+ filter_image: bool | None = False,
2167
+ filter_movie: bool | None = False,
2168
+ filter_python: bool | None = False,
2169
+ filter_font: bool | None = False,
2170
+ filter_sound: bool | None = False,
2171
+ filter_text: bool | None = False,
2172
+ filter_archive: bool | None = False,
2173
+ filter_btx: bool | None = False,
2174
+ filter_collada: bool | None = False,
2175
+ filter_alembic: bool | None = False,
2176
+ filter_usd: bool | None = False,
2177
+ filter_obj: bool | None = True,
2178
+ filter_volume: bool | None = False,
2179
+ filter_folder: bool | None = True,
2180
+ filter_blenlib: bool | None = False,
2181
+ filemode: int | None = 8,
2182
+ relative_path: bool | None = True,
2183
+ display_type: typing.Literal[
2184
+ "DEFAULT", "LIST_VERTICAL", "LIST_HORIZONTAL", "THUMBNAIL"
2185
+ ]
2186
+ | None = "DEFAULT",
2187
+ sort_method: str | None = "",
2188
+ resolution: int | None = 10,
2189
+ scale: float | None = 10.0,
2190
+ use_scene_unit: bool | None = False,
2191
+ ):
2192
+ """Import SVG into grease pencil
2193
+
2194
+ :type override_context: bpy.types.Context | dict[str, typing.Any]
2195
+ :type execution_context: int | str | None
2196
+ :type undo: bool | None
2197
+ :param filepath: File Path, Path to file
2198
+ :type filepath: str
2199
+ :param directory: Directory, Directory of the file
2200
+ :type directory: str
2201
+ :param files: Files
2202
+ :type files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement] | None
2203
+ :param check_existing: Check Existing, Check and warn on overwriting existing files
2204
+ :type check_existing: bool | None
2205
+ :param filter_blender: Filter .blend files
2206
+ :type filter_blender: bool | None
2207
+ :param filter_backup: Filter .blend files
2208
+ :type filter_backup: bool | None
2209
+ :param filter_image: Filter image files
2210
+ :type filter_image: bool | None
2211
+ :param filter_movie: Filter movie files
2212
+ :type filter_movie: bool | None
2213
+ :param filter_python: Filter Python files
2214
+ :type filter_python: bool | None
2215
+ :param filter_font: Filter font files
2216
+ :type filter_font: bool | None
2217
+ :param filter_sound: Filter sound files
2218
+ :type filter_sound: bool | None
2219
+ :param filter_text: Filter text files
2220
+ :type filter_text: bool | None
2221
+ :param filter_archive: Filter archive files
2222
+ :type filter_archive: bool | None
2223
+ :param filter_btx: Filter btx files
2224
+ :type filter_btx: bool | None
2225
+ :param filter_collada: Filter COLLADA files
2226
+ :type filter_collada: bool | None
2227
+ :param filter_alembic: Filter Alembic files
2228
+ :type filter_alembic: bool | None
2229
+ :param filter_usd: Filter USD files
2230
+ :type filter_usd: bool | None
2231
+ :param filter_obj: Filter OBJ files
2232
+ :type filter_obj: bool | None
2233
+ :param filter_volume: Filter OpenVDB volume files
2234
+ :type filter_volume: bool | None
2235
+ :param filter_folder: Filter folders
2236
+ :type filter_folder: bool | None
2237
+ :param filter_blenlib: Filter Blender IDs
2238
+ :type filter_blenlib: bool | None
2239
+ :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
2240
+ :type filemode: int | None
2241
+ :param relative_path: Relative Path, Select the file relative to the blend file
2242
+ :type relative_path: bool | None
2243
+ :param display_type: Display Type
2244
+
2245
+ DEFAULT
2246
+ Default -- Automatically determine display type for files.
2247
+
2248
+ LIST_VERTICAL
2249
+ Short List -- Display files as short list.
2250
+
2251
+ LIST_HORIZONTAL
2252
+ Long List -- Display files as a detailed list.
2253
+
2254
+ THUMBNAIL
2255
+ Thumbnails -- Display files as thumbnails.
2256
+ :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
2257
+ :param sort_method: File sorting mode
2258
+ :type sort_method: str | None
2259
+ :param resolution: Resolution, Resolution of the generated strokes
2260
+ :type resolution: int | None
2261
+ :param scale: Scale, Scale of the final strokes
2262
+ :type scale: float | None
2263
+ :param use_scene_unit: Scene Unit, Apply current scene's unit (as defined by unit scale) to imported data
2264
+ :type use_scene_unit: bool | None
2265
+ """
2266
+
2267
+ ...
2268
+
1903
2269
  def interface_theme_preset_add(
1904
2270
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1905
2271
  execution_context: int | str | None = None,