fake-bpy-module 20240614__tar.gz → 20240616__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 (363) hide show
  1. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/PKG-INFO +1 -1
  2. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  3. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/add_mesh_torus/__init__.pyi +1 -2
  4. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/anim/__init__.pyi +8 -9
  5. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/assets/__init__.pyi +3 -4
  6. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/clip/__init__.pyi +10 -11
  7. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/connect_to_output/__init__.pyi +1 -4
  8. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/console/__init__.pyi +5 -6
  9. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/constraint/__init__.pyi +4 -5
  10. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/file/__init__.pyi +3 -4
  11. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/freestyle/__init__.pyi +4 -5
  12. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/geometry_nodes/__init__.pyi +4 -5
  13. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/image/__init__.pyi +5 -6
  14. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/image_as_planes/__init__.pyi +1 -5
  15. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/mesh/__init__.pyi +3 -4
  16. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/node/__init__.pyi +10 -13
  17. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/object/__init__.pyi +15 -16
  18. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/object_align/__init__.pyi +1 -2
  19. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/object_quick_effects/__init__.pyi +4 -5
  20. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/object_randomize_transform/__init__.pyi +1 -2
  21. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/presets/__init__.pyi +24 -26
  22. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/rigidbody/__init__.pyi +3 -4
  23. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/screen_play_rendered_anim/__init__.pyi +1 -2
  24. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/sequencer/__init__.pyi +8 -9
  25. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/spreadsheet/__init__.pyi +1 -2
  26. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/userpref/__init__.pyi +25 -26
  27. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/uvcalc_follow_active/__init__.pyi +1 -2
  28. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/uvcalc_lightmap/__init__.pyi +1 -2
  29. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/uvcalc_transform/__init__.pyi +2 -3
  30. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/vertexpaint_dirt/__init__.pyi +1 -2
  31. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/view3d/__init__.pyi +8 -9
  32. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/wm/__init__.pyi +45 -45
  33. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/world/__init__.pyi +1 -2
  34. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/__init__.pyi +3 -3
  35. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/anim/__init__.pyi +1 -1
  36. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/asset_shelf/__init__.pyi +1 -1
  37. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/generic_ui_list/__init__.pyi +5 -6
  38. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/node_add_menu/__init__.pyi +1 -1
  39. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  40. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/node_add_menu_geometry/__init__.pyi +49 -51
  41. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  42. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  43. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_collection/__init__.pyi +6 -17
  44. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_constraint/__init__.pyi +79 -141
  45. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_armature/__init__.pyi +12 -26
  46. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_bone/__init__.pyi +10 -14
  47. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_camera/__init__.pyi +14 -26
  48. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_curve/__init__.pyi +15 -23
  49. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_curves/__init__.pyi +6 -8
  50. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_empty/__init__.pyi +2 -2
  51. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_gpencil/__init__.pyi +13 -24
  52. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_grease_pencil/__init__.pyi +14 -33
  53. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_lattice/__init__.pyi +3 -3
  54. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_light/__init__.pyi +12 -22
  55. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  56. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_mesh/__init__.pyi +20 -24
  57. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_metaball/__init__.pyi +5 -7
  58. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_modifier/__init__.pyi +10 -24
  59. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_pointcloud/__init__.pyi +5 -9
  60. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  61. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_speaker/__init__.pyi +5 -5
  62. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_data_volume/__init__.pyi +8 -12
  63. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_freestyle/__init__.pyi +7 -30
  64. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_grease_pencil_common/__init__.pyi +16 -16
  65. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_mask_common/__init__.pyi +7 -7
  66. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_material/__init__.pyi +16 -35
  67. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_material_gpencil/__init__.pyi +9 -23
  68. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_object/__init__.pyi +14 -24
  69. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_output/__init__.pyi +18 -44
  70. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_paint_common/__init__.pyi +1 -1
  71. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_particle/__init__.pyi +52 -125
  72. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_physics_cloth/__init__.pyi +14 -34
  73. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_physics_common/__init__.pyi +1 -1
  74. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -58
  75. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_physics_field/__init__.pyi +10 -24
  76. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_physics_fluid/__init__.pyi +28 -50
  77. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  78. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_physics_rigidbody/__init__.pyi +8 -14
  79. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -13
  80. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  81. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_render/__init__.pyi +52 -132
  82. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_scene/__init__.pyi +15 -19
  83. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_texture/__init__.pyi +26 -53
  84. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_view_layer/__init__.pyi +18 -34
  85. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_workspace/__init__.pyi +4 -7
  86. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_world/__init__.pyi +10 -16
  87. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_clip/__init__.pyi +69 -109
  88. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_console/__init__.pyi +6 -6
  89. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_dopesheet/__init__.pyi +22 -38
  90. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_filebrowser/__init__.pyi +29 -41
  91. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_graph/__init__.pyi +20 -22
  92. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_image/__init__.pyi +58 -80
  93. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_info/__init__.pyi +6 -6
  94. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_nla/__init__.pyi +17 -21
  95. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_node/__init__.pyi +28 -34
  96. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_outliner/__init__.pyi +14 -14
  97. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_properties/__init__.pyi +3 -3
  98. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_sequencer/__init__.pyi +307 -124
  99. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_spreadsheet/__init__.pyi +1 -1
  100. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_statusbar/__init__.pyi +1 -1
  101. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_text/__init__.pyi +16 -16
  102. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_time/__init__.pyi +7 -11
  103. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  104. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -12
  105. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_topbar/__init__.pyi +26 -26
  106. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_userpref/__init__.pyi +90 -142
  107. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_view3d/__init__.pyi +269 -291
  108. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/space_view3d_toolbar/__init__.pyi +55 -136
  109. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/temp_anim_layers/__init__.pyi +1 -1
  110. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bmesh/types/__init__.pyi +2 -2
  111. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/app/__init__.pyi +2 -2
  112. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/extensions/__init__.pyi +18 -0
  113. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/wm/__init__.pyi +3 -0
  114. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/types/__init__.pyi +859 -1031
  115. fake_bpy_module-20240616/bpy_types/__init__.pyi +32 -0
  116. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/fake_bpy_module.egg-info/PKG-INFO +1 -1
  117. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/freestyle/utils/__init__.pyi +1 -1
  118. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/keyingsets_builtins/__init__.pyi +22 -23
  119. fake_bpy_module-20240614/bpy_types/__init__.pyi +0 -6586
  120. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/README.md +0 -0
  121. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/_bpy_internal/__init__.pyi +0 -0
  122. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/_bpy_internal/freedesktop/__init__.pyi +0 -0
  123. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/_bpy_internal/py.typed +0 -0
  124. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/addon_utils/__init__.pyi +0 -0
  125. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/addon_utils/py.typed +0 -0
  126. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/animsys_refactor/__init__.pyi +0 -0
  127. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/animsys_refactor/py.typed +0 -0
  128. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/aud/__init__.pyi +0 -0
  129. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/aud/py.typed +0 -0
  130. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bgl/__init__.pyi +0 -0
  131. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bgl/py.typed +0 -0
  132. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_app_override/__init__.pyi +0 -0
  133. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_app_override/helpers/__init__.pyi +0 -0
  134. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_app_override/py.typed +0 -0
  135. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_app_template_utils/__init__.pyi +0 -0
  136. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_app_template_utils/py.typed +0 -0
  137. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_console_utils/__init__.pyi +0 -0
  138. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_console_utils/autocomplete/__init__.pyi +0 -0
  139. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_console_utils/autocomplete/complete_calltip/__init__.pyi +0 -0
  140. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_console_utils/autocomplete/complete_import/__init__.pyi +0 -0
  141. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_console_utils/autocomplete/complete_namespace/__init__.pyi +0 -0
  142. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_console_utils/autocomplete/intellisense/__init__.pyi +0 -0
  143. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_console_utils/py.typed +0 -0
  144. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_i18n_utils/__init__.pyi +0 -0
  145. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_i18n_utils/merge_po/__init__.pyi +0 -0
  146. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_i18n_utils/py.typed +0 -0
  147. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_i18n_utils/settings/__init__.pyi +0 -0
  148. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_i18n_utils/utils/__init__.pyi +0 -0
  149. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_i18n_utils/utils_cli/__init__.pyi +0 -0
  150. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_i18n_utils/utils_languages_menu/__init__.pyi +0 -0
  151. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_i18n_utils/utils_rtl/__init__.pyi +0 -0
  152. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_keymap_utils/__init__.pyi +0 -0
  153. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_keymap_utils/io/__init__.pyi +0 -0
  154. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_keymap_utils/keymap_from_toolbar/__init__.pyi +0 -0
  155. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_keymap_utils/keymap_hierarchy/__init__.pyi +0 -0
  156. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_keymap_utils/platform_helpers/__init__.pyi +0 -0
  157. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_keymap_utils/py.typed +0 -0
  158. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_keymap_utils/versioning/__init__.pyi +0 -0
  159. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_math/__init__.pyi +0 -0
  160. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_math/py.typed +0 -0
  161. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/__init__.pyi +0 -0
  162. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/bmesh/__init__.pyi +0 -0
  163. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/bmesh/find_adjacent/__init__.pyi +0 -0
  164. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/node_editor/__init__.pyi +0 -0
  165. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/node_editor/node_functions/__init__.pyi +0 -0
  166. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_operators/py.typed +0 -0
  167. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_previews_utils/__init__.pyi +0 -0
  168. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_previews_utils/bl_previews_render/__init__.pyi +0 -0
  169. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_previews_utils/py.typed +0 -0
  170. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_rna_utils/__init__.pyi +0 -0
  171. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_rna_utils/data_path/__init__.pyi +0 -0
  172. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_rna_utils/py.typed +0 -0
  173. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_text_utils/__init__.pyi +0 -0
  174. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_text_utils/external_editor/__init__.pyi +0 -0
  175. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_text_utils/py.typed +0 -0
  176. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/properties_animviz/__init__.pyi +0 -0
  177. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/py.typed +0 -0
  178. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui/utils/__init__.pyi +0 -0
  179. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui_utils/__init__.pyi +0 -0
  180. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui_utils/bug_report_url/__init__.pyi +0 -0
  181. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui_utils/layout/__init__.pyi +0 -0
  182. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bl_ui_utils/py.typed +0 -0
  183. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/blend_render_info/__init__.pyi +0 -0
  184. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/blend_render_info/py.typed +0 -0
  185. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/blf/__init__.pyi +0 -0
  186. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/blf/py.typed +0 -0
  187. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bmesh/__init__.pyi +0 -0
  188. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bmesh/geometry/__init__.pyi +0 -0
  189. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bmesh/ops/__init__.pyi +0 -0
  190. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bmesh/py.typed +0 -0
  191. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bmesh/utils/__init__.pyi +0 -0
  192. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/__init__.pyi +0 -0
  193. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/app/handlers/__init__.pyi +0 -0
  194. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/app/icons/__init__.pyi +0 -0
  195. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/app/timers/__init__.pyi +0 -0
  196. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/app/translations/__init__.pyi +0 -0
  197. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/msgbus/__init__.pyi +0 -0
  198. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/__init__.pyi +0 -0
  199. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/action/__init__.pyi +0 -0
  200. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/anim/__init__.pyi +0 -0
  201. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/armature/__init__.pyi +0 -0
  202. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/asset/__init__.pyi +0 -0
  203. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/boid/__init__.pyi +0 -0
  204. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/brush/__init__.pyi +0 -0
  205. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/buttons/__init__.pyi +0 -0
  206. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/cachefile/__init__.pyi +0 -0
  207. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/camera/__init__.pyi +0 -0
  208. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/clip/__init__.pyi +0 -0
  209. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/cloth/__init__.pyi +0 -0
  210. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/collection/__init__.pyi +0 -0
  211. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/console/__init__.pyi +0 -0
  212. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/constraint/__init__.pyi +0 -0
  213. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/curve/__init__.pyi +0 -0
  214. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/curves/__init__.pyi +0 -0
  215. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/cycles/__init__.pyi +0 -0
  216. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/dpaint/__init__.pyi +0 -0
  217. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/ed/__init__.pyi +0 -0
  218. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/export_anim/__init__.pyi +0 -0
  219. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/export_scene/__init__.pyi +0 -0
  220. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/file/__init__.pyi +0 -0
  221. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/fluid/__init__.pyi +0 -0
  222. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/font/__init__.pyi +0 -0
  223. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/geometry/__init__.pyi +0 -0
  224. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/gizmogroup/__init__.pyi +0 -0
  225. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/gpencil/__init__.pyi +0 -0
  226. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/graph/__init__.pyi +0 -0
  227. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/grease_pencil/__init__.pyi +0 -0
  228. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/image/__init__.pyi +0 -0
  229. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/import_anim/__init__.pyi +0 -0
  230. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/import_curve/__init__.pyi +0 -0
  231. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/import_scene/__init__.pyi +0 -0
  232. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/info/__init__.pyi +0 -0
  233. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/lattice/__init__.pyi +0 -0
  234. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/marker/__init__.pyi +0 -0
  235. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/mask/__init__.pyi +0 -0
  236. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/material/__init__.pyi +0 -0
  237. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/mball/__init__.pyi +0 -0
  238. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/mesh/__init__.pyi +0 -0
  239. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/nla/__init__.pyi +0 -0
  240. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/node/__init__.pyi +0 -0
  241. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/object/__init__.pyi +0 -0
  242. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/outliner/__init__.pyi +0 -0
  243. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/paint/__init__.pyi +0 -0
  244. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/paintcurve/__init__.pyi +0 -0
  245. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/palette/__init__.pyi +0 -0
  246. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/particle/__init__.pyi +0 -0
  247. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/pose/__init__.pyi +0 -0
  248. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/poselib/__init__.pyi +0 -0
  249. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/preferences/__init__.pyi +0 -0
  250. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/ptcache/__init__.pyi +0 -0
  251. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/render/__init__.pyi +0 -0
  252. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/rigidbody/__init__.pyi +0 -0
  253. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/scene/__init__.pyi +0 -0
  254. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/screen/__init__.pyi +0 -0
  255. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/script/__init__.pyi +0 -0
  256. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/sculpt/__init__.pyi +0 -0
  257. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/sculpt_curves/__init__.pyi +0 -0
  258. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/sequencer/__init__.pyi +0 -0
  259. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/sound/__init__.pyi +0 -0
  260. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/spreadsheet/__init__.pyi +0 -0
  261. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/surface/__init__.pyi +0 -0
  262. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/text/__init__.pyi +0 -0
  263. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/text_editor/__init__.pyi +0 -0
  264. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/texture/__init__.pyi +0 -0
  265. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/transform/__init__.pyi +0 -0
  266. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/ui/__init__.pyi +0 -0
  267. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/uilist/__init__.pyi +0 -0
  268. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/uv/__init__.pyi +0 -0
  269. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/view2d/__init__.pyi +0 -0
  270. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/view3d/__init__.pyi +0 -0
  271. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/workspace/__init__.pyi +0 -0
  272. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/ops/world/__init__.pyi +0 -0
  273. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/path/__init__.pyi +0 -0
  274. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/props/__init__.pyi +0 -0
  275. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/py.typed +0 -0
  276. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/utils/__init__.pyi +0 -0
  277. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/utils/previews/__init__.pyi +0 -0
  278. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy/utils/units/__init__.pyi +0 -0
  279. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/__init__.pyi +0 -0
  280. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/anim_utils/__init__.pyi +0 -0
  281. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/asset_utils/__init__.pyi +0 -0
  282. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/bmesh_utils/__init__.pyi +0 -0
  283. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/extensions/__init__.pyi +0 -0
  284. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/extensions/junction_module/__init__.pyi +0 -0
  285. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/id_map_utils/__init__.pyi +0 -0
  286. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/image_utils/__init__.pyi +0 -0
  287. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/io_utils/__init__.pyi +0 -0
  288. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/keyconfig_utils/__init__.pyi +0 -0
  289. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/mesh_utils/__init__.pyi +0 -0
  290. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/node_shader_utils/__init__.pyi +0 -0
  291. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/node_utils/__init__.pyi +0 -0
  292. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/object_utils/__init__.pyi +0 -0
  293. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/py.typed +0 -0
  294. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/view3d_utils/__init__.pyi +0 -0
  295. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/wm_utils/__init__.pyi +0 -0
  296. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_extras/wm_utils/progress_report/__init__.pyi +0 -0
  297. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_restrict_state/__init__.pyi +0 -0
  298. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_restrict_state/py.typed +0 -0
  299. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/bpy_types/py.typed +0 -0
  300. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/console_python/__init__.pyi +0 -0
  301. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/console_python/py.typed +0 -0
  302. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/console_shell/__init__.pyi +0 -0
  303. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/console_shell/py.typed +0 -0
  304. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/fake_bpy_module.egg-info/SOURCES.txt +0 -0
  305. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/fake_bpy_module.egg-info/dependency_links.txt +0 -0
  306. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/fake_bpy_module.egg-info/top_level.txt +0 -0
  307. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/freestyle/__init__.pyi +0 -0
  308. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/freestyle/chainingiterators/__init__.pyi +0 -0
  309. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/freestyle/functions/__init__.pyi +0 -0
  310. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/freestyle/predicates/__init__.pyi +0 -0
  311. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/freestyle/py.typed +0 -0
  312. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/freestyle/shaders/__init__.pyi +0 -0
  313. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/freestyle/types/__init__.pyi +0 -0
  314. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/freestyle/utils/ContextFunctions/__init__.pyi +0 -0
  315. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu/__init__.pyi +0 -0
  316. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu/capabilities/__init__.pyi +0 -0
  317. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu/matrix/__init__.pyi +0 -0
  318. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu/platform/__init__.pyi +0 -0
  319. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu/py.typed +0 -0
  320. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu/select/__init__.pyi +0 -0
  321. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu/shader/__init__.pyi +0 -0
  322. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu/state/__init__.pyi +0 -0
  323. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu/texture/__init__.pyi +0 -0
  324. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu/types/__init__.pyi +0 -0
  325. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu_extras/__init__.pyi +0 -0
  326. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu_extras/batch/__init__.pyi +0 -0
  327. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu_extras/presets/__init__.pyi +0 -0
  328. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/gpu_extras/py.typed +0 -0
  329. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/graphviz_export/__init__.pyi +0 -0
  330. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/graphviz_export/py.typed +0 -0
  331. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/idprop/__init__.pyi +0 -0
  332. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/idprop/py.typed +0 -0
  333. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/idprop/types/__init__.pyi +0 -0
  334. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/imbuf/__init__.pyi +0 -0
  335. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/imbuf/py.typed +0 -0
  336. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/imbuf/types/__init__.pyi +0 -0
  337. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/keyingsets_builtins/py.typed +0 -0
  338. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/keyingsets_utils/__init__.pyi +0 -0
  339. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/keyingsets_utils/py.typed +0 -0
  340. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/mathutils/__init__.pyi +0 -0
  341. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/mathutils/bvhtree/__init__.pyi +0 -0
  342. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/mathutils/geometry/__init__.pyi +0 -0
  343. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/mathutils/interpolate/__init__.pyi +0 -0
  344. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/mathutils/kdtree/__init__.pyi +0 -0
  345. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/mathutils/noise/__init__.pyi +0 -0
  346. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/mathutils/py.typed +0 -0
  347. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/nodeitems_builtins/__init__.pyi +0 -0
  348. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/nodeitems_builtins/py.typed +0 -0
  349. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/nodeitems_utils/__init__.pyi +0 -0
  350. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/nodeitems_utils/py.typed +0 -0
  351. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/pyproject.toml +0 -0
  352. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/rna_info/__init__.pyi +0 -0
  353. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/rna_info/py.typed +0 -0
  354. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/rna_keymap_ui/__init__.pyi +0 -0
  355. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/rna_keymap_ui/py.typed +0 -0
  356. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/rna_prop_ui/__init__.pyi +0 -0
  357. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/rna_prop_ui/py.typed +0 -0
  358. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/rna_xml/__init__.pyi +0 -0
  359. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/rna_xml/py.typed +0 -0
  360. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/setup.cfg +0 -0
  361. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/setup.py +0 -0
  362. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/sys_info/__init__.pyi +0 -0
  363. {fake_bpy_module-20240614 → fake_bpy_module-20240616}/sys_info/py.typed +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fake-bpy-module
3
- Version: 20240614
3
+ Version: 20240616
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
@@ -12,6 +12,7 @@ def check(check_ctxt, msgs, key, msgsrc, settings):
12
12
  def dump_addon_bl_info(msgs, reports, module, settings): ...
13
13
  def dump_addon_messages(addon_module_name, do_checks, settings): ...
14
14
  def dump_asset_messages(msgs, reports, settings): ...
15
+ def dump_extension_metadata(msgs, reports, settings): ...
15
16
  def dump_messages(do_messages, do_checks, settings): ...
16
17
  def dump_preset_messages(msgs, reports, settings): ...
17
18
  def dump_py_messages(msgs, reports, addons, settings, addons_only=False): ...
@@ -2,12 +2,11 @@ import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
4
  import bpy_extras.object_utils
5
- import bpy_types
6
5
 
7
6
  GenericType1 = typing.TypeVar("GenericType1")
8
7
  GenericType2 = typing.TypeVar("GenericType2")
9
8
 
10
- class AddTorus(bpy_types.Operator, bpy_extras.object_utils.AddObjectHelper):
9
+ class AddTorus(bpy_extras.object_utils.AddObjectHelper):
11
10
  """Construct a torus mesh"""
12
11
 
13
12
  bl_idname: typing.Any
@@ -1,12 +1,11 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
8
7
 
9
- class ANIM_OT_keying_set_export(bpy_types.Operator):
8
+ class ANIM_OT_keying_set_export:
10
9
  """Export Keying Set to a Python script"""
11
10
 
12
11
  bl_idname: typing.Any
@@ -220,7 +219,7 @@ class ANIM_OT_keying_set_export(bpy_types.Operator):
220
219
  """
221
220
  ...
222
221
 
223
- class ARMATURE_OT_collection_remove_unused(bpy_types.Operator):
222
+ class ARMATURE_OT_collection_remove_unused:
224
223
  """Remove all bone collections that have neither bones nor children. This is done recursively, so bone collections that only have unused children are also removed"""
225
224
 
226
225
  bl_idname: typing.Any
@@ -458,7 +457,7 @@ class ARMATURE_OT_collection_remove_unused(bpy_types.Operator):
458
457
  """
459
458
  ...
460
459
 
461
- class ARMATURE_OT_collection_show_all(bpy_types.Operator):
460
+ class ARMATURE_OT_collection_show_all:
462
461
  """Show all bone collections"""
463
462
 
464
463
  bl_idname: typing.Any
@@ -672,7 +671,7 @@ class ARMATURE_OT_collection_show_all(bpy_types.Operator):
672
671
  """
673
672
  ...
674
673
 
675
- class ARMATURE_OT_collection_unsolo_all(bpy_types.Operator):
674
+ class ARMATURE_OT_collection_unsolo_all:
676
675
  """Clear the 'solo' setting on all bone collections"""
677
676
 
678
677
  bl_idname: typing.Any
@@ -886,7 +885,7 @@ class ARMATURE_OT_collection_unsolo_all(bpy_types.Operator):
886
885
  """
887
886
  ...
888
887
 
889
- class ARMATURE_OT_copy_bone_color_to_selected(bpy_types.Operator):
888
+ class ARMATURE_OT_copy_bone_color_to_selected:
890
889
  """Copy the bone color of the active bone to all selected bones"""
891
890
 
892
891
  bl_idname: typing.Any
@@ -1100,7 +1099,7 @@ class ARMATURE_OT_copy_bone_color_to_selected(bpy_types.Operator):
1100
1099
  """
1101
1100
  ...
1102
1101
 
1103
- class ClearUselessActions(bpy_types.Operator):
1102
+ class ClearUselessActions:
1104
1103
  """Mark actions with no F-Curves for deletion after save and reload of file preserving "action libraries" """
1105
1104
 
1106
1105
  bl_idname: typing.Any
@@ -1314,7 +1313,7 @@ class ClearUselessActions(bpy_types.Operator):
1314
1313
  """
1315
1314
  ...
1316
1315
 
1317
- class NLA_OT_bake(bpy_types.Operator):
1316
+ class NLA_OT_bake:
1318
1317
  """Bake all selected objects location/scale/rotation animation to an action"""
1319
1318
 
1320
1319
  bl_idname: typing.Any
@@ -1529,7 +1528,7 @@ class NLA_OT_bake(bpy_types.Operator):
1529
1528
  """
1530
1529
  ...
1531
1530
 
1532
- class UpdateAnimatedTransformConstraint(bpy_types.Operator):
1531
+ class UpdateAnimatedTransformConstraint:
1533
1532
  """Update f-curves/drivers affecting Transform constraints (use it with files from 2.70 and earlier)"""
1534
1533
 
1535
1534
  bl_idname: typing.Any
@@ -1,12 +1,11 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
8
7
 
9
- class ASSET_OT_open_containing_blend_file(bpy_types.Operator):
8
+ class ASSET_OT_open_containing_blend_file:
10
9
  """Open the blend file that contains the active asset"""
11
10
 
12
11
  bl_idname: typing.Any
@@ -250,7 +249,7 @@ class AssetBrowserMetadataOperator:
250
249
  """
251
250
  ...
252
251
 
253
- class ASSET_OT_tag_add(AssetBrowserMetadataOperator, bpy_types.Operator):
252
+ class ASSET_OT_tag_add(AssetBrowserMetadataOperator):
254
253
  """Add a new keyword tag to the active asset"""
255
254
 
256
255
  bl_idname: typing.Any
@@ -464,7 +463,7 @@ class ASSET_OT_tag_add(AssetBrowserMetadataOperator, bpy_types.Operator):
464
463
  """
465
464
  ...
466
465
 
467
- class ASSET_OT_tag_remove(AssetBrowserMetadataOperator, bpy_types.Operator):
466
+ class ASSET_OT_tag_remove(AssetBrowserMetadataOperator):
468
467
  """Remove an existing keyword tag from the active asset"""
469
468
 
470
469
  bl_idname: typing.Any
@@ -1,12 +1,11 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
8
7
 
9
- class CLIP_OT_bundles_to_mesh(bpy_types.Operator):
8
+ class CLIP_OT_bundles_to_mesh:
10
9
  """Create vertex cloud using coordinates of reconstructed tracks"""
11
10
 
12
11
  bl_idname: typing.Any
@@ -220,7 +219,7 @@ class CLIP_OT_bundles_to_mesh(bpy_types.Operator):
220
219
  """
221
220
  ...
222
221
 
223
- class CLIP_OT_constraint_to_fcurve(bpy_types.Operator):
222
+ class CLIP_OT_constraint_to_fcurve:
224
223
  """Create F-Curves for object which will copy object's movement caused by this constraint"""
225
224
 
226
225
  bl_idname: typing.Any
@@ -427,7 +426,7 @@ class CLIP_OT_constraint_to_fcurve(bpy_types.Operator):
427
426
  """
428
427
  ...
429
428
 
430
- class CLIP_OT_delete_proxy(bpy_types.Operator):
429
+ class CLIP_OT_delete_proxy:
431
430
  """Delete movie clip proxy files from the hard drive"""
432
431
 
433
432
  bl_idname: typing.Any
@@ -649,7 +648,7 @@ class CLIP_OT_delete_proxy(bpy_types.Operator):
649
648
  """
650
649
  ...
651
650
 
652
- class CLIP_OT_filter_tracks(bpy_types.Operator):
651
+ class CLIP_OT_filter_tracks:
653
652
  """Filter tracks which has weirdly looking spikes in motion curves"""
654
653
 
655
654
  bl_idname: typing.Any
@@ -863,7 +862,7 @@ class CLIP_OT_filter_tracks(bpy_types.Operator):
863
862
  """
864
863
  ...
865
864
 
866
- class CLIP_OT_set_active_clip(bpy_types.Operator):
865
+ class CLIP_OT_set_active_clip:
867
866
  bl_idname: typing.Any
868
867
  bl_label: typing.Any
869
868
  bl_rna: typing.Any
@@ -1074,7 +1073,7 @@ class CLIP_OT_set_active_clip(bpy_types.Operator):
1074
1073
  """
1075
1074
  ...
1076
1075
 
1077
- class CLIP_OT_set_viewport_background(bpy_types.Operator):
1076
+ class CLIP_OT_set_viewport_background:
1078
1077
  """Set current movie clip as a camera background in 3D Viewport (works only when a 3D Viewport is visible)"""
1079
1078
 
1080
1079
  bl_idname: typing.Any
@@ -1288,7 +1287,7 @@ class CLIP_OT_set_viewport_background(bpy_types.Operator):
1288
1287
  """
1289
1288
  ...
1290
1289
 
1291
- class CLIP_OT_setup_tracking_scene(bpy_types.Operator):
1290
+ class CLIP_OT_setup_tracking_scene:
1292
1291
  """Prepare scene for compositing 3D objects into this footage"""
1293
1292
 
1294
1293
  bl_idname: typing.Any
@@ -1510,7 +1509,7 @@ class CLIP_OT_setup_tracking_scene(bpy_types.Operator):
1510
1509
  """
1511
1510
  ...
1512
1511
 
1513
- class CLIP_OT_track_settings_as_default(bpy_types.Operator):
1512
+ class CLIP_OT_track_settings_as_default:
1514
1513
  """Copy tracking settings from active track to default settings"""
1515
1514
 
1516
1515
  bl_idname: typing.Any
@@ -1724,7 +1723,7 @@ class CLIP_OT_track_settings_as_default(bpy_types.Operator):
1724
1723
  """
1725
1724
  ...
1726
1725
 
1727
- class CLIP_OT_track_settings_to_track(bpy_types.Operator):
1726
+ class CLIP_OT_track_settings_to_track:
1728
1727
  """Copy tracking settings from active track to selected tracks"""
1729
1728
 
1730
1729
  bl_idname: typing.Any
@@ -1938,7 +1937,7 @@ class CLIP_OT_track_settings_to_track(bpy_types.Operator):
1938
1937
  """
1939
1938
  ...
1940
1939
 
1941
- class CLIP_OT_track_to_empty(bpy_types.Operator):
1940
+ class CLIP_OT_track_to_empty:
1942
1941
  """Create an Empty object which will be copying movement of active track"""
1943
1942
 
1944
1943
  bl_idname: typing.Any
@@ -2,14 +2,11 @@ import typing
2
2
  import collections.abc
3
3
  import bl_operators.node_editor.node_functions
4
4
  import bpy.types
5
- import bpy_types
6
5
 
7
6
  GenericType1 = typing.TypeVar("GenericType1")
8
7
  GenericType2 = typing.TypeVar("GenericType2")
9
8
 
10
- class NODE_OT_connect_to_output(
11
- bpy_types.Operator, bl_operators.node_editor.node_functions.NodeEditorBase
12
- ):
9
+ class NODE_OT_connect_to_output(bl_operators.node_editor.node_functions.NodeEditorBase):
13
10
  bl_description: typing.Any
14
11
  bl_idname: typing.Any
15
12
  bl_label: typing.Any
@@ -1,12 +1,11 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
8
7
 
9
- class ConsoleAutocomplete(bpy_types.Operator):
8
+ class ConsoleAutocomplete:
10
9
  """Evaluate the namespace up until the cursor and give a list of options or complete the name if there is only one"""
11
10
 
12
11
  bl_idname: typing.Any
@@ -219,7 +218,7 @@ class ConsoleAutocomplete(bpy_types.Operator):
219
218
  """
220
219
  ...
221
220
 
222
- class ConsoleBanner(bpy_types.Operator):
221
+ class ConsoleBanner:
223
222
  """Print a message when the terminal initializes"""
224
223
 
225
224
  bl_idname: typing.Any
@@ -432,7 +431,7 @@ class ConsoleBanner(bpy_types.Operator):
432
431
  """
433
432
  ...
434
433
 
435
- class ConsoleCopyAsScript(bpy_types.Operator):
434
+ class ConsoleCopyAsScript:
436
435
  """Copy the console contents for use in a script"""
437
436
 
438
437
  bl_idname: typing.Any
@@ -645,7 +644,7 @@ class ConsoleCopyAsScript(bpy_types.Operator):
645
644
  """
646
645
  ...
647
646
 
648
- class ConsoleExec(bpy_types.Operator):
647
+ class ConsoleExec:
649
648
  """Execute the current console line as a Python expression"""
650
649
 
651
650
  bl_idname: typing.Any
@@ -859,7 +858,7 @@ class ConsoleExec(bpy_types.Operator):
859
858
  """
860
859
  ...
861
860
 
862
- class ConsoleLanguage(bpy_types.Operator):
861
+ class ConsoleLanguage:
863
862
  """Set the current language for this console"""
864
863
 
865
864
  bl_idname: typing.Any
@@ -1,12 +1,11 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
8
7
 
9
- class CONSTRAINT_OT_add_target(bpy_types.Operator):
8
+ class CONSTRAINT_OT_add_target:
10
9
  """Add a target to the constraint"""
11
10
 
12
11
  bl_idname: typing.Any
@@ -220,7 +219,7 @@ class CONSTRAINT_OT_add_target(bpy_types.Operator):
220
219
  """
221
220
  ...
222
221
 
223
- class CONSTRAINT_OT_disable_keep_transform(bpy_types.Operator):
222
+ class CONSTRAINT_OT_disable_keep_transform:
224
223
  """Set the influence of this constraint to zero while trying to maintain the object's transformation. Other active constraints can still influence the final transformation"""
225
224
 
226
225
  bl_idname: typing.Any
@@ -434,7 +433,7 @@ class CONSTRAINT_OT_disable_keep_transform(bpy_types.Operator):
434
433
  """
435
434
  ...
436
435
 
437
- class CONSTRAINT_OT_normalize_target_weights(bpy_types.Operator):
436
+ class CONSTRAINT_OT_normalize_target_weights:
438
437
  """Normalize weights of all target bones"""
439
438
 
440
439
  bl_idname: typing.Any
@@ -648,7 +647,7 @@ class CONSTRAINT_OT_normalize_target_weights(bpy_types.Operator):
648
647
  """
649
648
  ...
650
649
 
651
- class CONSTRAINT_OT_remove_target(bpy_types.Operator):
650
+ class CONSTRAINT_OT_remove_target:
652
651
  """Remove the target from the constraint"""
653
652
 
654
653
  bl_idname: typing.Any
@@ -1,12 +1,11 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
8
7
 
9
- class WM_OT_blend_strings_utf8_validate(bpy_types.Operator):
8
+ class WM_OT_blend_strings_utf8_validate:
10
9
  """Check and fix all strings in current .blend file to be valid UTF-8 Unicode (needed for some old, 2.4x area files)"""
11
10
 
12
11
  bl_idname: typing.Any
@@ -221,7 +220,7 @@ class WM_OT_blend_strings_utf8_validate(bpy_types.Operator):
221
220
  """
222
221
  ...
223
222
 
224
- class WM_OT_previews_batch_clear(bpy_types.Operator):
223
+ class WM_OT_previews_batch_clear:
225
224
  """Clear selected .blend file's previews"""
226
225
 
227
226
  bl_idname: typing.Any
@@ -436,7 +435,7 @@ class WM_OT_previews_batch_clear(bpy_types.Operator):
436
435
  """
437
436
  ...
438
437
 
439
- class WM_OT_previews_batch_generate(bpy_types.Operator):
438
+ class WM_OT_previews_batch_generate:
440
439
  """Generate selected .blend file's previews"""
441
440
 
442
441
  bl_idname: typing.Any
@@ -1,12 +1,11 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
8
7
 
9
- class SCENE_OT_freestyle_add_edge_marks_to_keying_set(bpy_types.Operator):
8
+ class SCENE_OT_freestyle_add_edge_marks_to_keying_set:
10
9
  """Add the data paths to the Freestyle Edge Mark property of selected edges to the active keying set"""
11
10
 
12
11
  bl_idname: typing.Any
@@ -220,7 +219,7 @@ class SCENE_OT_freestyle_add_edge_marks_to_keying_set(bpy_types.Operator):
220
219
  """
221
220
  ...
222
221
 
223
- class SCENE_OT_freestyle_add_face_marks_to_keying_set(bpy_types.Operator):
222
+ class SCENE_OT_freestyle_add_face_marks_to_keying_set:
224
223
  """Add the data paths to the Freestyle Face Mark property of selected polygons to the active keying set"""
225
224
 
226
225
  bl_idname: typing.Any
@@ -434,7 +433,7 @@ class SCENE_OT_freestyle_add_face_marks_to_keying_set(bpy_types.Operator):
434
433
  """
435
434
  ...
436
435
 
437
- class SCENE_OT_freestyle_fill_range_by_selection(bpy_types.Operator):
436
+ class SCENE_OT_freestyle_fill_range_by_selection:
438
437
  """Fill the Range Min/Max entries by the min/max distance between selected mesh objects and the source object (either a user-specified object or the active camera)"""
439
438
 
440
439
  bl_idname: typing.Any
@@ -648,7 +647,7 @@ class SCENE_OT_freestyle_fill_range_by_selection(bpy_types.Operator):
648
647
  """
649
648
  ...
650
649
 
651
- class SCENE_OT_freestyle_module_open(bpy_types.Operator):
650
+ class SCENE_OT_freestyle_module_open:
652
651
  """Open a style module file"""
653
652
 
654
653
  bl_idname: typing.Any
@@ -1,12 +1,11 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
8
7
 
9
- class MoveModifierToNodes(bpy_types.Operator):
8
+ class MoveModifierToNodes:
10
9
  """Move inputs and outputs from in the modifier to a new node group"""
11
10
 
12
11
  bl_idname: typing.Any
@@ -228,7 +227,7 @@ class MoveModifierToNodes(bpy_types.Operator):
228
227
  """
229
228
  ...
230
229
 
231
- class NewGeometryNodeGroupTool(bpy_types.Operator):
230
+ class NewGeometryNodeGroupTool:
232
231
  """Create a new geometry node group for a tool"""
233
232
 
234
233
  bl_idname: typing.Any
@@ -442,7 +441,7 @@ class NewGeometryNodeGroupTool(bpy_types.Operator):
442
441
  """
443
442
  ...
444
443
 
445
- class NewGeometryNodeTreeAssign(bpy_types.Operator):
444
+ class NewGeometryNodeTreeAssign:
446
445
  """Create a new geometry node group and assign it to the active modifier"""
447
446
 
448
447
  bl_idname: typing.Any
@@ -656,7 +655,7 @@ class NewGeometryNodeTreeAssign(bpy_types.Operator):
656
655
  """
657
656
  ...
658
657
 
659
- class NewGeometryNodesModifier(bpy_types.Operator):
658
+ class NewGeometryNodesModifier:
660
659
  """Create a new modifier with a new geometry node group"""
661
660
 
662
661
  bl_idname: typing.Any
@@ -1,12 +1,11 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
8
7
 
9
- class EditExternally(bpy_types.Operator):
8
+ class EditExternally:
10
9
  """Edit image in an external application"""
11
10
 
12
11
  bl_idname: typing.Any
@@ -221,7 +220,7 @@ class EditExternally(bpy_types.Operator):
221
220
  """
222
221
  ...
223
222
 
224
- class IMAGE_FH_drop_handler(bpy_types.FileHandler):
223
+ class IMAGE_FH_drop_handler:
225
224
  bl_file_extensions: typing.Any
226
225
  bl_idname: typing.Any
227
226
  bl_import_operator: typing.Any
@@ -416,7 +415,7 @@ class IMAGE_FH_drop_handler(bpy_types.FileHandler):
416
415
  """
417
416
  ...
418
417
 
419
- class IMAGE_OT_open_images(bpy_types.Operator):
418
+ class IMAGE_OT_open_images:
420
419
  bl_idname: typing.Any
421
420
  bl_label: typing.Any
422
421
  bl_options: typing.Any
@@ -628,7 +627,7 @@ class IMAGE_OT_open_images(bpy_types.Operator):
628
627
  """
629
628
  ...
630
629
 
631
- class ProjectApply(bpy_types.Operator):
630
+ class ProjectApply:
632
631
  """Project edited image back onto the object"""
633
632
 
634
633
  bl_idname: typing.Any
@@ -835,7 +834,7 @@ class ProjectApply(bpy_types.Operator):
835
834
  """
836
835
  ...
837
836
 
838
- class ProjectEdit(bpy_types.Operator):
837
+ class ProjectEdit:
839
838
  """Edit a snapshot of the 3D Viewport in an external image editor"""
840
839
 
841
840
  bl_idname: typing.Any
@@ -3,7 +3,6 @@ import collections.abc
3
3
  import bpy.types
4
4
  import bpy_extras.io_utils
5
5
  import bpy_extras.object_utils
6
- import bpy_types
7
6
 
8
7
  GenericType1 = typing.TypeVar("GenericType1")
9
8
  GenericType2 = typing.TypeVar("GenericType2")
@@ -51,9 +50,7 @@ class ImageSpec:
51
50
  """
52
51
  ...
53
52
 
54
- class IMAGE_OT_convert_to_mesh_plane(
55
- TextureProperties_MixIn, MaterialProperties_MixIn, bpy_types.Operator
56
- ):
53
+ class IMAGE_OT_convert_to_mesh_plane(TextureProperties_MixIn, MaterialProperties_MixIn):
57
54
  """Convert selected reference images to textured mesh plane"""
58
55
 
59
56
  bl_idname: typing.Any
@@ -302,7 +299,6 @@ class IMAGE_OT_import_as_mesh_planes(
302
299
  bpy_extras.io_utils.ImportHelper,
303
300
  bpy_extras.object_utils.AddObjectHelper,
304
301
  MaterialProperties_MixIn,
305
- bpy_types.Operator,
306
302
  ):
307
303
  """Create mesh plane(s) from image files with the appropriate aspect ratio"""
308
304
 
@@ -1,12 +1,11 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
8
7
 
9
- class MeshMirrorUV(bpy_types.Operator):
8
+ class MeshMirrorUV:
10
9
  """Copy mirror UV coordinates on the X axis based on a mirrored mesh"""
11
10
 
12
11
  bl_idname: typing.Any
@@ -228,7 +227,7 @@ class MeshMirrorUV(bpy_types.Operator):
228
227
  """
229
228
  ...
230
229
 
231
- class MeshSelectNext(bpy_types.Operator):
230
+ class MeshSelectNext:
232
231
  """Select the next element (using selection order)"""
233
232
 
234
233
  bl_idname: typing.Any
@@ -442,7 +441,7 @@ class MeshSelectNext(bpy_types.Operator):
442
441
  """
443
442
  ...
444
443
 
445
- class MeshSelectPrev(bpy_types.Operator):
444
+ class MeshSelectPrev:
446
445
  """Select the previous element (using selection order)"""
447
446
 
448
447
  bl_idname: typing.Any
@@ -1,12 +1,11 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import bpy.types
4
- import bpy_types
5
4
 
6
5
  GenericType1 = typing.TypeVar("GenericType1")
7
6
  GenericType2 = typing.TypeVar("GenericType2")
8
7
 
9
- class NODE_FH_image_node(bpy_types.FileHandler):
8
+ class NODE_FH_image_node:
10
9
  bl_file_extensions: typing.Any
11
10
  bl_idname: typing.Any
12
11
  bl_import_operator: typing.Any
@@ -240,7 +239,7 @@ class NodeAddOperator:
240
239
  """
241
240
  ...
242
241
 
243
- class NODE_OT_collapse_hide_unused_toggle(bpy_types.Operator):
242
+ class NODE_OT_collapse_hide_unused_toggle:
244
243
  """Toggle collapsed nodes and hide unused sockets"""
245
244
 
246
245
  bl_idname: typing.Any
@@ -462,7 +461,7 @@ class NodeInterfaceOperator:
462
461
  """
463
462
  ...
464
463
 
465
- class NODE_OT_tree_path_parent(bpy_types.Operator):
464
+ class NODE_OT_tree_path_parent:
466
465
  """Go to parent node tree"""
467
466
 
468
467
  bl_idname: typing.Any
@@ -676,7 +675,7 @@ class NODE_OT_tree_path_parent(bpy_types.Operator):
676
675
  """
677
676
  ...
678
677
 
679
- class NodeSetting(bpy_types.PropertyGroup):
678
+ class NodeSetting:
680
679
  bl_rna: typing.Any
681
680
  id_data: typing.Any
682
681
 
@@ -860,7 +859,7 @@ class NodeSetting(bpy_types.PropertyGroup):
860
859
  """
861
860
  ...
862
861
 
863
- class NODE_OT_add_node(NodeAddOperator, bpy_types.Operator):
862
+ class NODE_OT_add_node(NodeAddOperator):
864
863
  """Add a node to the active tree"""
865
864
 
866
865
  bl_idname: typing.Any
@@ -1159,7 +1158,7 @@ class NodeAddZoneOperator(NodeAddOperator):
1159
1158
  """
1160
1159
  ...
1161
1160
 
1162
- class NODE_OT_interface_item_duplicate(NodeInterfaceOperator, bpy_types.Operator):
1161
+ class NODE_OT_interface_item_duplicate(NodeInterfaceOperator):
1163
1162
  """Add a copy of the active item to the interface"""
1164
1163
 
1165
1164
  bl_idname: typing.Any
@@ -1373,7 +1372,7 @@ class NODE_OT_interface_item_duplicate(NodeInterfaceOperator, bpy_types.Operator
1373
1372
  """
1374
1373
  ...
1375
1374
 
1376
- class NODE_OT_interface_item_new(NodeInterfaceOperator, bpy_types.Operator):
1375
+ class NODE_OT_interface_item_new(NodeInterfaceOperator):
1377
1376
  """Add a new item to the interface"""
1378
1377
 
1379
1378
  bl_idname: typing.Any
@@ -1594,7 +1593,7 @@ class NODE_OT_interface_item_new(NodeInterfaceOperator, bpy_types.Operator):
1594
1593
  """
1595
1594
  ...
1596
1595
 
1597
- class NODE_OT_interface_item_remove(NodeInterfaceOperator, bpy_types.Operator):
1596
+ class NODE_OT_interface_item_remove(NodeInterfaceOperator):
1598
1597
  """Remove active item from the interface"""
1599
1598
 
1600
1599
  bl_idname: typing.Any
@@ -1808,7 +1807,7 @@ class NODE_OT_interface_item_remove(NodeInterfaceOperator, bpy_types.Operator):
1808
1807
  """
1809
1808
  ...
1810
1809
 
1811
- class NODE_OT_add_repeat_zone(NodeAddOperator, NodeAddZoneOperator, bpy_types.Operator):
1810
+ class NODE_OT_add_repeat_zone(NodeAddOperator, NodeAddZoneOperator):
1812
1811
  """Add a repeat zone that allows executing nodes a dynamic number of times"""
1813
1812
 
1814
1813
  bl_idname: typing.Any
@@ -2055,9 +2054,7 @@ class NODE_OT_add_repeat_zone(NodeAddOperator, NodeAddZoneOperator, bpy_types.Op
2055
2054
  """
2056
2055
  ...
2057
2056
 
2058
- class NODE_OT_add_simulation_zone(
2059
- NodeAddOperator, NodeAddZoneOperator, bpy_types.Operator
2060
- ):
2057
+ class NODE_OT_add_simulation_zone(NodeAddOperator, NodeAddZoneOperator):
2061
2058
  """Add simulation zone input and output nodes to the active tree"""
2062
2059
 
2063
2060
  bl_idname: typing.Any