fake-bpy-module 20240528__tar.gz → 20240530__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 (362) hide show
  1. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/PKG-INFO +1 -1
  2. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +3 -3
  3. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/__init__.pyi +2 -0
  4. fake_bpy_module-20240530/bl_operators/connect_to_output/__init__.pyi +325 -0
  5. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/image_as_planes/__init__.pyi +11 -5
  6. fake_bpy_module-20240530/bl_operators/node_editor/__init__.pyi +6 -0
  7. fake_bpy_module-20240530/bl_operators/node_editor/node_functions/__init__.pyi +23 -0
  8. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/presets/__init__.pyi +12 -12
  9. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/wm/__init__.pyi +24 -24
  10. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/__init__.pyi +12 -12
  11. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/anim/__init__.pyi +6 -6
  12. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/node_add_menu/__init__.pyi +6 -6
  13. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/node_add_menu_compositor/__init__.pyi +108 -108
  14. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/node_add_menu_geometry/__init__.pyi +288 -288
  15. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/node_add_menu_shader/__init__.pyi +60 -60
  16. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/node_add_menu_texture/__init__.pyi +54 -54
  17. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_collection/__init__.pyi +6 -6
  18. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_armature/__init__.pyi +12 -12
  19. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_camera/__init__.pyi +12 -12
  20. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_curves/__init__.pyi +6 -6
  21. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_gpencil/__init__.pyi +12 -12
  22. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_grease_pencil/__init__.pyi +18 -18
  23. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_mesh/__init__.pyi +24 -24
  24. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_modifier/__init__.pyi +42 -42
  25. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_pointcloud/__init__.pyi +6 -6
  26. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_freestyle/__init__.pyi +6 -6
  27. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_grease_pencil_common/__init__.pyi +72 -72
  28. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_mask_common/__init__.pyi +36 -36
  29. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_material/__init__.pyi +6 -6
  30. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  31. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_object/__init__.pyi +6 -6
  32. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_output/__init__.pyi +18 -18
  33. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_paint_common/__init__.pyi +6 -6
  34. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_particle/__init__.pyi +12 -12
  35. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_physics_cloth/__init__.pyi +6 -6
  36. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_physics_fluid/__init__.pyi +6 -6
  37. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_render/__init__.pyi +6 -6
  38. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_texture/__init__.pyi +6 -6
  39. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_view_layer/__init__.pyi +6 -6
  40. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_clip/__init__.pyi +186 -186
  41. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_console/__init__.pyi +30 -30
  42. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_dopesheet/__init__.pyi +84 -84
  43. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_filebrowser/__init__.pyi +78 -78
  44. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_graph/__init__.pyi +96 -96
  45. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_image/__init__.pyi +138 -138
  46. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_info/__init__.pyi +30 -30
  47. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_nla/__init__.pyi +78 -78
  48. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_node/__init__.pyi +72 -72
  49. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_outliner/__init__.pyi +72 -72
  50. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_sequencer/__init__.pyi +204 -204
  51. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_text/__init__.pyi +72 -72
  52. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_time/__init__.pyi +24 -24
  53. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -0
  54. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_topbar/__init__.pyi +114 -114
  55. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_userpref/__init__.pyi +36 -36
  56. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_view3d/__init__.pyi +1446 -1176
  57. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_view3d_toolbar/__init__.pyi +30 -30
  58. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/utils/__init__.pyi +6 -6
  59. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bmesh/geometry/__init__.pyi +2 -2
  60. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bmesh/ops/__init__.pyi +55 -54
  61. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bmesh/types/__init__.pyi +171 -194
  62. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bmesh/utils/__init__.pyi +2 -2
  63. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/app/handlers/__init__.pyi +37 -37
  64. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/app/icons/__init__.pyi +4 -4
  65. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/app/timers/__init__.pyi +6 -6
  66. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/bl_pkg/__init__.pyi +4 -4
  67. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/image/__init__.pyi +55 -55
  68. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/node/__init__.pyi +18 -0
  69. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/paint/__init__.pyi +66 -0
  70. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/preferences/__init__.pyi +2 -2
  71. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/sculpt/__init__.pyi +126 -0
  72. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/props/__init__.pyi +16 -14
  73. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/types/__init__.pyi +269 -54
  74. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/utils/__init__.pyi +2 -2
  75. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/anim_utils/__init__.pyi +4 -4
  76. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/io_utils/__init__.pyi +4 -4
  77. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/mesh_utils/__init__.pyi +4 -4
  78. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/object_utils/__init__.pyi +8 -8
  79. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_types/__init__.pyi +12 -12
  80. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/fake_bpy_module.egg-info/PKG-INFO +1 -1
  81. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/fake_bpy_module.egg-info/SOURCES.txt +3 -0
  82. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/freestyle/shaders/__init__.pyi +2 -2
  83. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/freestyle/types/__init__.pyi +64 -56
  84. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu/matrix/__init__.pyi +6 -6
  85. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu/types/__init__.pyi +10 -8
  86. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/imbuf/__init__.pyi +2 -2
  87. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/mathutils/__init__.pyi +176 -137
  88. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/mathutils/bvhtree/__init__.pyi +4 -4
  89. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/mathutils/geometry/__init__.pyi +139 -139
  90. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/mathutils/kdtree/__init__.pyi +14 -10
  91. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/mathutils/noise/__init__.pyi +26 -26
  92. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/README.md +0 -0
  93. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/_bpy_internal/__init__.pyi +0 -0
  94. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/_bpy_internal/freedesktop/__init__.pyi +0 -0
  95. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/_bpy_internal/py.typed +0 -0
  96. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/addon_utils/__init__.pyi +0 -0
  97. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/addon_utils/py.typed +0 -0
  98. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/animsys_refactor/__init__.pyi +0 -0
  99. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/animsys_refactor/py.typed +0 -0
  100. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/aud/__init__.pyi +0 -0
  101. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/aud/py.typed +0 -0
  102. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bgl/__init__.pyi +0 -0
  103. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bgl/py.typed +0 -0
  104. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_app_override/__init__.pyi +0 -0
  105. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_app_override/helpers/__init__.pyi +0 -0
  106. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_app_override/py.typed +0 -0
  107. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_app_template_utils/__init__.pyi +0 -0
  108. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_app_template_utils/py.typed +0 -0
  109. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_console_utils/__init__.pyi +0 -0
  110. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_console_utils/autocomplete/__init__.pyi +0 -0
  111. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
  112. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
  113. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
  114. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_console_utils/py.typed +0 -0
  115. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_i18n_utils/__init__.pyi +0 -0
  116. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -0
  117. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
  118. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_i18n_utils/py.typed +0 -0
  119. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_i18n_utils/settings/__init__.pyi +0 -0
  120. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_i18n_utils/utils/__init__.pyi +0 -0
  121. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
  122. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
  123. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
  124. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_keymap_utils/__init__.pyi +0 -0
  125. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_keymap_utils/io/__init__.pyi +0 -0
  126. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
  127. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
  128. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
  129. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_keymap_utils/py.typed +0 -0
  130. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_keymap_utils/versioning/__init__.pyi +0 -0
  131. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_math/__init__.pyi +0 -0
  132. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_math/py.typed +0 -0
  133. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/add_mesh_torus/__init__.pyi +0 -0
  134. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/anim/__init__.pyi +0 -0
  135. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/assets/__init__.pyi +0 -0
  136. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/bmesh/__init__.pyi +0 -0
  137. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
  138. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/clip/__init__.pyi +0 -0
  139. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/console/__init__.pyi +0 -0
  140. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/constraint/__init__.pyi +0 -0
  141. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/file/__init__.pyi +0 -0
  142. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/freestyle/__init__.pyi +0 -0
  143. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/geometry_nodes/__init__.pyi +0 -0
  144. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/image/__init__.pyi +0 -0
  145. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/mesh/__init__.pyi +0 -0
  146. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/node/__init__.pyi +0 -0
  147. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/object/__init__.pyi +0 -0
  148. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/object_align/__init__.pyi +0 -0
  149. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/object_quick_effects/__init__.pyi +0 -0
  150. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/object_randomize_transform/__init__.pyi +0 -0
  151. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/py.typed +0 -0
  152. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/rigidbody/__init__.pyi +0 -0
  153. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/screen_play_rendered_anim/__init__.pyi +0 -0
  154. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/sequencer/__init__.pyi +0 -0
  155. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/spreadsheet/__init__.pyi +0 -0
  156. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/userpref/__init__.pyi +0 -0
  157. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/uvcalc_follow_active/__init__.pyi +0 -0
  158. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/uvcalc_lightmap/__init__.pyi +0 -0
  159. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/uvcalc_transform/__init__.pyi +0 -0
  160. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/vertexpaint_dirt/__init__.pyi +0 -0
  161. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/view3d/__init__.pyi +0 -0
  162. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_operators/world/__init__.pyi +0 -0
  163. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_previews_utils/__init__.pyi +0 -0
  164. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
  165. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_previews_utils/py.typed +0 -0
  166. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_rna_utils/__init__.pyi +0 -0
  167. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_rna_utils/data_path/__init__.pyi +0 -0
  168. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_rna_utils/py.typed +0 -0
  169. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_text_utils/__init__.pyi +0 -0
  170. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_text_utils/external_editor/__init__.pyi +0 -0
  171. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_text_utils/py.typed +0 -0
  172. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/asset_shelf/__init__.pyi +0 -0
  173. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/generic_ui_list/__init__.pyi +0 -0
  174. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_animviz/__init__.pyi +0 -0
  175. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_constraint/__init__.pyi +0 -0
  176. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_bone/__init__.pyi +0 -0
  177. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_curve/__init__.pyi +0 -0
  178. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_empty/__init__.pyi +0 -0
  179. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_lattice/__init__.pyi +0 -0
  180. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_light/__init__.pyi +0 -0
  181. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_lightprobe/__init__.pyi +0 -0
  182. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_metaball/__init__.pyi +0 -0
  183. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_shaderfx/__init__.pyi +0 -0
  184. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_speaker/__init__.pyi +0 -0
  185. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_data_volume/__init__.pyi +0 -0
  186. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_physics_common/__init__.pyi +0 -0
  187. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -0
  188. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_physics_field/__init__.pyi +0 -0
  189. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -0
  190. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_physics_rigidbody/__init__.pyi +0 -0
  191. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -0
  192. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_physics_softbody/__init__.pyi +0 -0
  193. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_scene/__init__.pyi +0 -0
  194. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_workspace/__init__.pyi +0 -0
  195. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/properties_world/__init__.pyi +0 -0
  196. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/py.typed +0 -0
  197. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_properties/__init__.pyi +0 -0
  198. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_spreadsheet/__init__.pyi +0 -0
  199. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_statusbar/__init__.pyi +0 -0
  200. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/space_toolsystem_common/__init__.pyi +0 -0
  201. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui/temp_anim_layers/__init__.pyi +0 -0
  202. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui_utils/__init__.pyi +0 -0
  203. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
  204. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui_utils/layout/__init__.pyi +0 -0
  205. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bl_ui_utils/py.typed +0 -0
  206. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/blend_render_info/__init__.pyi +0 -0
  207. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/blend_render_info/py.typed +0 -0
  208. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/blf/__init__.pyi +0 -0
  209. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/blf/py.typed +0 -0
  210. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bmesh/__init__.pyi +0 -0
  211. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bmesh/py.typed +0 -0
  212. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/__init__.pyi +0 -0
  213. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/app/__init__.pyi +0 -0
  214. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/app/translations/__init__.pyi +0 -0
  215. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/msgbus/__init__.pyi +0 -0
  216. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/__init__.pyi +0 -0
  217. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/action/__init__.pyi +0 -0
  218. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/anim/__init__.pyi +0 -0
  219. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/armature/__init__.pyi +0 -0
  220. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/asset/__init__.pyi +0 -0
  221. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/boid/__init__.pyi +0 -0
  222. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/brush/__init__.pyi +0 -0
  223. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/buttons/__init__.pyi +0 -0
  224. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/cachefile/__init__.pyi +0 -0
  225. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/camera/__init__.pyi +0 -0
  226. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/clip/__init__.pyi +0 -0
  227. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/cloth/__init__.pyi +0 -0
  228. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/collection/__init__.pyi +0 -0
  229. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/console/__init__.pyi +0 -0
  230. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/constraint/__init__.pyi +0 -0
  231. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/curve/__init__.pyi +0 -0
  232. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/curves/__init__.pyi +0 -0
  233. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/cycles/__init__.pyi +0 -0
  234. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/dpaint/__init__.pyi +0 -0
  235. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/ed/__init__.pyi +0 -0
  236. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/export_anim/__init__.pyi +0 -0
  237. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/export_scene/__init__.pyi +0 -0
  238. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/file/__init__.pyi +0 -0
  239. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/fluid/__init__.pyi +0 -0
  240. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/font/__init__.pyi +0 -0
  241. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/geometry/__init__.pyi +0 -0
  242. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/gizmogroup/__init__.pyi +0 -0
  243. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/gpencil/__init__.pyi +0 -0
  244. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/graph/__init__.pyi +0 -0
  245. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/grease_pencil/__init__.pyi +0 -0
  246. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/import_anim/__init__.pyi +0 -0
  247. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/import_curve/__init__.pyi +0 -0
  248. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/import_scene/__init__.pyi +0 -0
  249. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/info/__init__.pyi +0 -0
  250. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/lattice/__init__.pyi +0 -0
  251. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/marker/__init__.pyi +0 -0
  252. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/mask/__init__.pyi +0 -0
  253. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/material/__init__.pyi +0 -0
  254. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/mball/__init__.pyi +0 -0
  255. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/mesh/__init__.pyi +0 -0
  256. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/nla/__init__.pyi +0 -0
  257. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/object/__init__.pyi +0 -0
  258. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/outliner/__init__.pyi +0 -0
  259. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/paintcurve/__init__.pyi +0 -0
  260. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/palette/__init__.pyi +0 -0
  261. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/particle/__init__.pyi +0 -0
  262. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/pose/__init__.pyi +0 -0
  263. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/poselib/__init__.pyi +0 -0
  264. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/ptcache/__init__.pyi +0 -0
  265. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/render/__init__.pyi +0 -0
  266. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/rigidbody/__init__.pyi +0 -0
  267. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/scene/__init__.pyi +0 -0
  268. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/screen/__init__.pyi +0 -0
  269. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/script/__init__.pyi +0 -0
  270. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
  271. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/sequencer/__init__.pyi +0 -0
  272. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/sound/__init__.pyi +0 -0
  273. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/spreadsheet/__init__.pyi +0 -0
  274. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/surface/__init__.pyi +0 -0
  275. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/text/__init__.pyi +0 -0
  276. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/text_editor/__init__.pyi +0 -0
  277. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/texture/__init__.pyi +0 -0
  278. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/transform/__init__.pyi +0 -0
  279. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/ui/__init__.pyi +0 -0
  280. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/uilist/__init__.pyi +0 -0
  281. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/uv/__init__.pyi +0 -0
  282. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/view2d/__init__.pyi +0 -0
  283. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/view3d/__init__.pyi +0 -0
  284. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/wm/__init__.pyi +0 -0
  285. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/workspace/__init__.pyi +0 -0
  286. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/ops/world/__init__.pyi +0 -0
  287. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/path/__init__.pyi +0 -0
  288. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/py.typed +0 -0
  289. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/utils/previews/__init__.pyi +0 -0
  290. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy/utils/units/__init__.pyi +0 -0
  291. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/__init__.pyi +0 -0
  292. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/asset_utils/__init__.pyi +0 -0
  293. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
  294. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/extensions/__init__.pyi +0 -0
  295. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/extensions/junction_module/__init__.pyi +0 -0
  296. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/id_map_utils/__init__.pyi +0 -0
  297. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/image_utils/__init__.pyi +0 -0
  298. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
  299. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
  300. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/node_utils/__init__.pyi +0 -0
  301. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/py.typed +0 -0
  302. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/view3d_utils/__init__.pyi +0 -0
  303. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/wm_utils/__init__.pyi +0 -0
  304. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
  305. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_restrict_state/__init__.pyi +0 -0
  306. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_restrict_state/py.typed +0 -0
  307. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/bpy_types/py.typed +0 -0
  308. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/console_python/__init__.pyi +0 -0
  309. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/console_python/py.typed +0 -0
  310. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/console_shell/__init__.pyi +0 -0
  311. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/console_shell/py.typed +0 -0
  312. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
  313. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/fake_bpy_module.egg-info/top_level.txt +0 -0
  314. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/freestyle/__init__.pyi +0 -0
  315. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/freestyle/chainingiterators/__init__.pyi +0 -0
  316. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/freestyle/functions/__init__.pyi +0 -0
  317. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/freestyle/predicates/__init__.pyi +0 -0
  318. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/freestyle/py.typed +0 -0
  319. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
  320. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/freestyle/utils/__init__.pyi +0 -0
  321. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu/__init__.pyi +0 -0
  322. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu/capabilities/__init__.pyi +0 -0
  323. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu/platform/__init__.pyi +0 -0
  324. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu/py.typed +0 -0
  325. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu/select/__init__.pyi +0 -0
  326. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu/shader/__init__.pyi +0 -0
  327. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu/state/__init__.pyi +0 -0
  328. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu/texture/__init__.pyi +0 -0
  329. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu_extras/__init__.pyi +0 -0
  330. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu_extras/batch/__init__.pyi +0 -0
  331. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu_extras/presets/__init__.pyi +0 -0
  332. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/gpu_extras/py.typed +0 -0
  333. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/graphviz_export/__init__.pyi +0 -0
  334. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/graphviz_export/py.typed +0 -0
  335. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/idprop/__init__.pyi +0 -0
  336. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/idprop/py.typed +0 -0
  337. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/idprop/types/__init__.pyi +0 -0
  338. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/imbuf/py.typed +0 -0
  339. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/imbuf/types/__init__.pyi +0 -0
  340. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/keyingsets_builtins/__init__.pyi +0 -0
  341. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/keyingsets_builtins/py.typed +0 -0
  342. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/keyingsets_utils/__init__.pyi +0 -0
  343. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/keyingsets_utils/py.typed +0 -0
  344. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/mathutils/interpolate/__init__.pyi +0 -0
  345. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/mathutils/py.typed +0 -0
  346. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/nodeitems_builtins/__init__.pyi +0 -0
  347. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/nodeitems_builtins/py.typed +0 -0
  348. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/nodeitems_utils/__init__.pyi +0 -0
  349. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/nodeitems_utils/py.typed +0 -0
  350. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/pyproject.toml +0 -0
  351. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/rna_info/__init__.pyi +0 -0
  352. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/rna_info/py.typed +0 -0
  353. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/rna_keymap_ui/__init__.pyi +0 -0
  354. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/rna_keymap_ui/py.typed +0 -0
  355. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/rna_prop_ui/__init__.pyi +0 -0
  356. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/rna_prop_ui/py.typed +0 -0
  357. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/rna_xml/__init__.pyi +0 -0
  358. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/rna_xml/py.typed +0 -0
  359. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/setup.cfg +0 -0
  360. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/setup.py +0 -0
  361. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/sys_info/__init__.pyi +0 -0
  362. {fake_bpy_module-20240528 → fake_bpy_module-20240530}/sys_info/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240528
3
+ Version: 20240530
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
@@ -20,16 +20,16 @@ def complete(line: str, cursor: int, namespace: dict) -> str:
20
20
  ...
21
21
 
22
22
  def get_argspec(
23
- func, strip_self: bool = True, doc: str = None, source: str = None
23
+ func, strip_self: bool = True, doc: str | None = None, source: str | None = None
24
24
  ) -> str:
25
25
  """Get argument specifications.
26
26
 
27
27
  :param strip_self: strip self from argspec
28
28
  :type strip_self: bool
29
29
  :param doc: doc string of func (optional)
30
- :type doc: str
30
+ :type doc: str | None
31
31
  :param source: source code of func (optional)
32
- :type source: str
32
+ :type source: str | None
33
33
  :return: argument specification
34
34
  :rtype: str
35
35
  """
@@ -5,6 +5,7 @@ from . import anim
5
5
  from . import assets
6
6
  from . import bmesh
7
7
  from . import clip
8
+ from . import connect_to_output
8
9
  from . import console
9
10
  from . import constraint
10
11
  from . import file
@@ -14,6 +15,7 @@ from . import image
14
15
  from . import image_as_planes
15
16
  from . import mesh
16
17
  from . import node
18
+ from . import node_editor
17
19
  from . import object
18
20
  from . import object_align
19
21
  from . import object_quick_effects
@@ -0,0 +1,325 @@
1
+ import typing
2
+ import collections.abc
3
+ import bl_operators.node_editor.node_functions
4
+ import bpy.types
5
+ import bpy_types
6
+
7
+ GenericType1 = typing.TypeVar("GenericType1")
8
+ GenericType2 = typing.TypeVar("GenericType2")
9
+
10
+ class NODE_OT_connect_to_output(
11
+ bpy_types.Operator, bl_operators.node_editor.node_functions.NodeEditorBase
12
+ ):
13
+ bl_description: typing.Any
14
+ bl_idname: typing.Any
15
+ bl_label: typing.Any
16
+ bl_options: typing.Any
17
+ bl_rna: typing.Any
18
+ id_data: typing.Any
19
+
20
+ def as_keywords(self, ignore=()):
21
+ """Return a copy of the properties as a dictionary
22
+
23
+ :param ignore:
24
+ """
25
+ ...
26
+
27
+ def as_pointer(self) -> int:
28
+ """Returns the memory address which holds a pointer to Blender's internal data
29
+
30
+ :return: int (memory address).
31
+ :rtype: int
32
+ """
33
+ ...
34
+
35
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
36
+ """
37
+
38
+ :return: The RNA type or default when not found.
39
+ :rtype: bpy.types.Struct
40
+ """
41
+ ...
42
+
43
+ def bl_rna_get_subclass_py(self) -> typing.Any:
44
+ """
45
+
46
+ :return: The class or default when not found.
47
+ :rtype: typing.Any
48
+ """
49
+ ...
50
+
51
+ def cleanup(self): ...
52
+ def create_links(self, path, node, active_node_socket_id, socket_type):
53
+ """Create links at each step in the node group path.
54
+
55
+ :param path:
56
+ :param node:
57
+ :param active_node_socket_id:
58
+ :param socket_type:
59
+ """
60
+ ...
61
+
62
+ def driver_add(self) -> bpy.types.FCurve:
63
+ """Adds driver(s) to the given property
64
+
65
+ :return: The driver(s) added.
66
+ :rtype: bpy.types.FCurve
67
+ """
68
+ ...
69
+
70
+ def driver_remove(self) -> bool:
71
+ """Remove driver(s) from the given property
72
+
73
+ :return: Success of driver removal.
74
+ :rtype: bool
75
+ """
76
+ ...
77
+
78
+ def ensure_group_output(self, node_tree):
79
+ """Check if a group output node exists, otherwise create it
80
+
81
+ :param node_tree:
82
+ """
83
+ ...
84
+
85
+ def ensure_viewer_socket(self, node_tree, socket_type, connect_socket=None):
86
+ """Check if a viewer output already exists in a node group, otherwise create it
87
+
88
+ :param node_tree:
89
+ :param socket_type:
90
+ :param connect_socket:
91
+ """
92
+ ...
93
+
94
+ def get(self):
95
+ """Returns the value of the custom property assigned to key or default
96
+ when not found (matches Python's dictionary function of the same name).
97
+
98
+ """
99
+ ...
100
+
101
+ def get_output_index(
102
+ self, node, output_node, is_base_node_tree, socket_type, check_type=False
103
+ ):
104
+ """Get the next available output socket in the active node
105
+
106
+ :param node:
107
+ :param output_node:
108
+ :param is_base_node_tree:
109
+ :param socket_type:
110
+ :param check_type:
111
+ """
112
+ ...
113
+
114
+ def get_output_sockets(self, node_tree):
115
+ """
116
+
117
+ :param node_tree:
118
+ """
119
+ ...
120
+
121
+ def has_socket_other_users(self, socket):
122
+ """List the other users for this socket (other materials or geometry nodes groups)
123
+
124
+ :param socket:
125
+ """
126
+ ...
127
+
128
+ def id_properties_clear(self):
129
+ """
130
+
131
+ :return: Remove the parent group for an RNA struct's custom IDProperties.
132
+ """
133
+ ...
134
+
135
+ def id_properties_ensure(self):
136
+ """
137
+
138
+ :return: the parent group for an RNA struct's custom IDProperties.
139
+ """
140
+ ...
141
+
142
+ def id_properties_ui(self):
143
+ """
144
+
145
+ :return: Return an object used to manage an IDProperty's UI data.
146
+ """
147
+ ...
148
+
149
+ def init_shader_variables(self, space, shader_type):
150
+ """Get correct output node in shader editor
151
+
152
+ :param space:
153
+ :param shader_type:
154
+ """
155
+ ...
156
+
157
+ def invoke(self, context, event):
158
+ """
159
+
160
+ :param context:
161
+ :param event:
162
+ """
163
+ ...
164
+
165
+ def is_property_hidden(self) -> bool:
166
+ """Check if a property is hidden.
167
+
168
+ :return: True when the property is hidden.
169
+ :rtype: bool
170
+ """
171
+ ...
172
+
173
+ def is_property_overridable_library(self) -> bool:
174
+ """Check if a property is overridable.
175
+
176
+ :return: True when the property is overridable.
177
+ :rtype: bool
178
+ """
179
+ ...
180
+
181
+ def is_property_readonly(self) -> bool:
182
+ """Check if a property is readonly.
183
+
184
+ :return: True when the property is readonly (not writable).
185
+ :rtype: bool
186
+ """
187
+ ...
188
+
189
+ def is_property_set(self) -> bool:
190
+ """Check if a property is set, use for testing operator properties.
191
+
192
+ :return: True when the property has been set.
193
+ :rtype: bool
194
+ """
195
+ ...
196
+
197
+ def is_socket_used_active_tree(self, socket):
198
+ """Ensure used sockets in active node tree is calculated and check given socket
199
+
200
+ :param socket:
201
+ """
202
+ ...
203
+
204
+ def items(self):
205
+ """Returns the items of this objects custom properties (matches Python's
206
+ dictionary function of the same name).
207
+
208
+ :return: custom property key, value pairs.
209
+ """
210
+ ...
211
+
212
+ def keyframe_delete(self) -> bool:
213
+ """Remove a keyframe from this properties fcurve.
214
+
215
+ :return: Success of keyframe deletion.
216
+ :rtype: bool
217
+ """
218
+ ...
219
+
220
+ def keyframe_insert(self) -> bool:
221
+ """Insert a keyframe on the property given, adding fcurves and animation data when necessary.
222
+
223
+ :return: Success of keyframe insertion.
224
+ :rtype: bool
225
+ """
226
+ ...
227
+
228
+ def keys(self):
229
+ """Returns the keys of this objects custom properties (matches Python's
230
+ dictionary function of the same name).
231
+
232
+ :return: custom property keys.
233
+ """
234
+ ...
235
+
236
+ def link_leads_to_used_socket(self, link):
237
+ """Return True if link leads to a socket that is already used in this node
238
+
239
+ :param link:
240
+ """
241
+ ...
242
+
243
+ def path_from_id(self) -> str:
244
+ """Returns the data path from the ID to this object (string).
245
+
246
+ :return: The path from `bpy.types.bpy_struct.id_data`
247
+ to this struct and property (when given).
248
+ :rtype: str
249
+ """
250
+ ...
251
+
252
+ def path_resolve(self):
253
+ """Returns the property from the path, raise an exception when not found."""
254
+ ...
255
+
256
+ def poll(self, context):
257
+ """Already implemented natively for compositing nodes.
258
+
259
+ :param context:
260
+ """
261
+ ...
262
+
263
+ def poll_message_set(self):
264
+ """Set the message to show in the tool-tip when poll fails.When message is callable, additional user defined positional arguments are passed to the message function."""
265
+ ...
266
+
267
+ def pop(self):
268
+ """Remove and return the value of the custom property assigned to key or default
269
+ when not found (matches Python's dictionary function of the same name).
270
+
271
+ """
272
+ ...
273
+
274
+ def property_overridable_library_set(self) -> bool:
275
+ """Define a property as overridable or not (only for custom properties!).
276
+
277
+ :return: True when the overridable status of the property was successfully set.
278
+ :rtype: bool
279
+ """
280
+ ...
281
+
282
+ def property_unset(self):
283
+ """Unset a property, will use default value afterward."""
284
+ ...
285
+
286
+ def remove_socket(self, tree, socket):
287
+ """
288
+
289
+ :param tree:
290
+ :param socket:
291
+ """
292
+ ...
293
+
294
+ def scan_nodes(self, tree, sockets):
295
+ """Recursively get all viewer sockets in a material tree
296
+
297
+ :param tree:
298
+ :param sockets:
299
+ """
300
+ ...
301
+
302
+ def search_sockets(self, node, r_sockets, index=None):
303
+ """Recursively scan nodes for viewer sockets and store them in a list
304
+
305
+ :param node:
306
+ :param r_sockets:
307
+ :param index:
308
+ """
309
+ ...
310
+
311
+ def type_recast(self):
312
+ """Return a new instance, this is needed because types
313
+ such as textures can be changed at runtime.
314
+
315
+ :return: a new instance of this object with the type initialized again.
316
+ """
317
+ ...
318
+
319
+ def values(self):
320
+ """Returns the values of this objects custom properties (matches Python's
321
+ dictionary function of the same name).
322
+
323
+ :return: custom property values.
324
+ """
325
+ ...
@@ -148,10 +148,9 @@ class IMAGE_OT_import_as_mesh_planes(
148
148
  ...
149
149
 
150
150
  def draw_material_config(self, context):
151
- """layout = self.layoutbox = layout.box()box.label(text="Compositing Nodes:", icon='RENDERLAYERS')
152
- box.prop(self, "compositing_nodes")
151
+ """
153
152
 
154
- :param context:
153
+ :param context:
155
154
  """
156
155
  ...
157
156
 
@@ -162,6 +161,13 @@ class IMAGE_OT_import_as_mesh_planes(
162
161
  """
163
162
  ...
164
163
 
164
+ def draw_texture_config(self, context):
165
+ """
166
+
167
+ :param context:
168
+ """
169
+ ...
170
+
165
171
  def driver_add(self) -> bpy.types.FCurve:
166
172
  """Adds driver(s) to the given property
167
173
 
@@ -433,14 +439,14 @@ def get_input_nodes(node, links):
433
439
  ...
434
440
 
435
441
  def get_shadeless_node(dest_node_tree):
436
- """Return a "shadless" cycles/eevee node, creating a node group if nonexistent"""
442
+ """Return a "shadeless" cycles/EEVEE node, creating a node group if nonexistent"""
437
443
 
438
444
  ...
439
445
 
440
446
  def load_images(
441
447
  filenames, directory, force_reload=False, frame_start=1, find_sequences=False
442
448
  ):
443
- """Wrapper for bpy's load_imageLoads a set of images, movies, or even image sequences
449
+ """Wrapper for bpy_extras.image_utils.load_image.Loads a set of images, movies, or even image sequences
444
450
  Returns a generator of ImageSpec wrapper objects later used for texture setup
445
451
 
446
452
  """
@@ -0,0 +1,6 @@
1
+ import typing
2
+ import collections.abc
3
+ from . import node_functions
4
+
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
@@ -0,0 +1,23 @@
1
+ import typing
2
+ import collections.abc
3
+
4
+ GenericType1 = typing.TypeVar("GenericType1")
5
+ GenericType2 = typing.TypeVar("GenericType2")
6
+
7
+ class NodeEditorBase:
8
+ def poll(self, context):
9
+ """
10
+
11
+ :param context:
12
+ """
13
+ ...
14
+
15
+ def force_update(context): ...
16
+ def get_group_output_node(tree, output_node_idname="NodeGroupOutput"): ...
17
+ def get_internal_socket(socket): ...
18
+ def get_output_location(tree): ...
19
+ def is_viewer_link(link, output_node): ...
20
+ def is_viewer_socket(socket): ...
21
+ def is_visible_socket(socket): ...
22
+ def node_editor_poll(cls, context): ...
23
+ def node_space_type_poll(cls, context, types): ...
@@ -434,10 +434,10 @@ class WM_MT_operator_presets(bpy_types.Menu, bpy_types._GenericUI):
434
434
  searchpaths: list[str],
435
435
  operator: str,
436
436
  props_default: dict = None,
437
- prop_filepath: str = "filepath",
438
- filter_ext: typing.Callable = None,
437
+ prop_filepath: str | None = "filepath",
438
+ filter_ext: collections.abc.Callable | None = None,
439
439
  filter_path=None,
440
- display_name: typing.Callable = None,
440
+ display_name: collections.abc.Callable | None = None,
441
441
  add_operator=None,
442
442
  add_operator_props=None,
443
443
  ):
@@ -450,14 +450,14 @@ class WM_MT_operator_presets(bpy_types.Menu, bpy_types._GenericUI):
450
450
  :param props_default: Properties to assign to each operator.
451
451
  :type props_default: dict
452
452
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
453
- :type prop_filepath: str
453
+ :type prop_filepath: str | None
454
454
  :param filter_ext: Optional callback that takes the file extensions.
455
455
 
456
456
  Returning false excludes the file from the list.
457
- :type filter_ext: typing.Callable
457
+ :type filter_ext: collections.abc.Callable | None
458
458
  :param filter_path:
459
459
  :param display_name: Optional callback that takes the full path, returns the name to display.
460
- :type display_name: typing.Callable
460
+ :type display_name: collections.abc.Callable | None
461
461
  :param add_operator:
462
462
  :param add_operator_props:
463
463
  """
@@ -913,10 +913,10 @@ class WM_PT_operator_presets(
913
913
  searchpaths: list[str],
914
914
  operator: str,
915
915
  props_default: dict = None,
916
- prop_filepath: str = "filepath",
917
- filter_ext: typing.Callable = None,
916
+ prop_filepath: str | None = "filepath",
917
+ filter_ext: collections.abc.Callable | None = None,
918
918
  filter_path=None,
919
- display_name: typing.Callable = None,
919
+ display_name: collections.abc.Callable | None = None,
920
920
  add_operator=None,
921
921
  add_operator_props=None,
922
922
  ):
@@ -929,14 +929,14 @@ class WM_PT_operator_presets(
929
929
  :param props_default: Properties to assign to each operator.
930
930
  :type props_default: dict
931
931
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
932
- :type prop_filepath: str
932
+ :type prop_filepath: str | None
933
933
  :param filter_ext: Optional callback that takes the file extensions.
934
934
 
935
935
  Returning false excludes the file from the list.
936
- :type filter_ext: typing.Callable
936
+ :type filter_ext: collections.abc.Callable | None
937
937
  :param filter_path:
938
938
  :param display_name: Optional callback that takes the full path, returns the name to display.
939
- :type display_name: typing.Callable
939
+ :type display_name: collections.abc.Callable | None
940
940
  :param add_operator:
941
941
  :param add_operator_props:
942
942
  """
@@ -377,10 +377,10 @@ class WM_MT_region_toggle_pie(bpy_types.Menu, bpy_types._GenericUI):
377
377
  searchpaths: list[str],
378
378
  operator: str,
379
379
  props_default: dict = None,
380
- prop_filepath: str = "filepath",
381
- filter_ext: typing.Callable = None,
380
+ prop_filepath: str | None = "filepath",
381
+ filter_ext: collections.abc.Callable | None = None,
382
382
  filter_path=None,
383
- display_name: typing.Callable = None,
383
+ display_name: collections.abc.Callable | None = None,
384
384
  add_operator=None,
385
385
  add_operator_props=None,
386
386
  ):
@@ -393,14 +393,14 @@ class WM_MT_region_toggle_pie(bpy_types.Menu, bpy_types._GenericUI):
393
393
  :param props_default: Properties to assign to each operator.
394
394
  :type props_default: dict
395
395
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
396
- :type prop_filepath: str
396
+ :type prop_filepath: str | None
397
397
  :param filter_ext: Optional callback that takes the file extensions.
398
398
 
399
399
  Returning false excludes the file from the list.
400
- :type filter_ext: typing.Callable
400
+ :type filter_ext: collections.abc.Callable | None
401
401
  :param filter_path:
402
402
  :param display_name: Optional callback that takes the full path, returns the name to display.
403
- :type display_name: typing.Callable
403
+ :type display_name: collections.abc.Callable | None
404
404
  :param add_operator:
405
405
  :param add_operator_props:
406
406
  """
@@ -654,10 +654,10 @@ class WM_MT_splash(bpy_types.Menu, bpy_types._GenericUI):
654
654
  searchpaths: list[str],
655
655
  operator: str,
656
656
  props_default: dict = None,
657
- prop_filepath: str = "filepath",
658
- filter_ext: typing.Callable = None,
657
+ prop_filepath: str | None = "filepath",
658
+ filter_ext: collections.abc.Callable | None = None,
659
659
  filter_path=None,
660
- display_name: typing.Callable = None,
660
+ display_name: collections.abc.Callable | None = None,
661
661
  add_operator=None,
662
662
  add_operator_props=None,
663
663
  ):
@@ -670,14 +670,14 @@ class WM_MT_splash(bpy_types.Menu, bpy_types._GenericUI):
670
670
  :param props_default: Properties to assign to each operator.
671
671
  :type props_default: dict
672
672
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
673
- :type prop_filepath: str
673
+ :type prop_filepath: str | None
674
674
  :param filter_ext: Optional callback that takes the file extensions.
675
675
 
676
676
  Returning false excludes the file from the list.
677
- :type filter_ext: typing.Callable
677
+ :type filter_ext: collections.abc.Callable | None
678
678
  :param filter_path:
679
679
  :param display_name: Optional callback that takes the full path, returns the name to display.
680
- :type display_name: typing.Callable
680
+ :type display_name: collections.abc.Callable | None
681
681
  :param add_operator:
682
682
  :param add_operator_props:
683
683
  """
@@ -924,10 +924,10 @@ class WM_MT_splash_about(bpy_types.Menu, bpy_types._GenericUI):
924
924
  searchpaths: list[str],
925
925
  operator: str,
926
926
  props_default: dict = None,
927
- prop_filepath: str = "filepath",
928
- filter_ext: typing.Callable = None,
927
+ prop_filepath: str | None = "filepath",
928
+ filter_ext: collections.abc.Callable | None = None,
929
929
  filter_path=None,
930
- display_name: typing.Callable = None,
930
+ display_name: collections.abc.Callable | None = None,
931
931
  add_operator=None,
932
932
  add_operator_props=None,
933
933
  ):
@@ -940,14 +940,14 @@ class WM_MT_splash_about(bpy_types.Menu, bpy_types._GenericUI):
940
940
  :param props_default: Properties to assign to each operator.
941
941
  :type props_default: dict
942
942
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
943
- :type prop_filepath: str
943
+ :type prop_filepath: str | None
944
944
  :param filter_ext: Optional callback that takes the file extensions.
945
945
 
946
946
  Returning false excludes the file from the list.
947
- :type filter_ext: typing.Callable
947
+ :type filter_ext: collections.abc.Callable | None
948
948
  :param filter_path:
949
949
  :param display_name: Optional callback that takes the full path, returns the name to display.
950
- :type display_name: typing.Callable
950
+ :type display_name: collections.abc.Callable | None
951
951
  :param add_operator:
952
952
  :param add_operator_props:
953
953
  """
@@ -1194,10 +1194,10 @@ class WM_MT_splash_quick_setup(bpy_types.Menu, bpy_types._GenericUI):
1194
1194
  searchpaths: list[str],
1195
1195
  operator: str,
1196
1196
  props_default: dict = None,
1197
- prop_filepath: str = "filepath",
1198
- filter_ext: typing.Callable = None,
1197
+ prop_filepath: str | None = "filepath",
1198
+ filter_ext: collections.abc.Callable | None = None,
1199
1199
  filter_path=None,
1200
- display_name: typing.Callable = None,
1200
+ display_name: collections.abc.Callable | None = None,
1201
1201
  add_operator=None,
1202
1202
  add_operator_props=None,
1203
1203
  ):
@@ -1210,14 +1210,14 @@ class WM_MT_splash_quick_setup(bpy_types.Menu, bpy_types._GenericUI):
1210
1210
  :param props_default: Properties to assign to each operator.
1211
1211
  :type props_default: dict
1212
1212
  :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1213
- :type prop_filepath: str
1213
+ :type prop_filepath: str | None
1214
1214
  :param filter_ext: Optional callback that takes the file extensions.
1215
1215
 
1216
1216
  Returning false excludes the file from the list.
1217
- :type filter_ext: typing.Callable
1217
+ :type filter_ext: collections.abc.Callable | None
1218
1218
  :param filter_path:
1219
1219
  :param display_name: Optional callback that takes the full path, returns the name to display.
1220
- :type display_name: typing.Callable
1220
+ :type display_name: collections.abc.Callable | None
1221
1221
  :param add_operator:
1222
1222
  :param add_operator_props:
1223
1223
  """