fake-bpy-module 20240915__py3-none-any.whl → 20240916__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +2 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -36
  158. bl_ui/space_topbar/__init__.pyi +2 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +2 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +927 -31353
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240916.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +2 -42
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/top_level.txt +0 -0
@@ -6,8 +6,8 @@ import bl_ui.space_toolsystem_common
6
6
  import bl_ui.utils
7
7
  import bpy.types
8
8
 
9
- GenericType1 = typing.TypeVar("GenericType1")
10
- GenericType2 = typing.TypeVar("GenericType2")
9
+ _GenericType1 = typing.TypeVar("_GenericType1")
10
+ _GenericType2 = typing.TypeVar("_GenericType2")
11
11
 
12
12
  class NODE_HT_header(bpy.types.Header):
13
13
  bl_rna: typing.Any
@@ -20,7 +20,6 @@ class NODE_HT_header(bpy.types.Header):
20
20
  :return: The RNA type or default when not found.
21
21
  :rtype: bpy.types.Struct
22
22
  """
23
- ...
24
23
 
25
24
  def bl_rna_get_subclass_py(self) -> typing.Any:
26
25
  """
@@ -28,14 +27,12 @@ class NODE_HT_header(bpy.types.Header):
28
27
  :return: The class or default when not found.
29
28
  :rtype: typing.Any
30
29
  """
31
- ...
32
30
 
33
31
  def draw(self, context):
34
32
  """
35
33
 
36
34
  :param context:
37
35
  """
38
- ...
39
36
 
40
37
  class NODE_MT_add(bpy.types.Menu):
41
38
  bl_label: typing.Any
@@ -51,7 +48,6 @@ class NODE_MT_add(bpy.types.Menu):
51
48
  :return: The RNA type or default when not found.
52
49
  :rtype: bpy.types.Struct
53
50
  """
54
- ...
55
51
 
56
52
  def bl_rna_get_subclass_py(self) -> typing.Any:
57
53
  """
@@ -59,14 +55,12 @@ class NODE_MT_add(bpy.types.Menu):
59
55
  :return: The class or default when not found.
60
56
  :rtype: typing.Any
61
57
  """
62
- ...
63
58
 
64
59
  def draw(self, context):
65
60
  """
66
61
 
67
62
  :param context:
68
63
  """
69
- ...
70
64
 
71
65
  class NODE_MT_context_menu(bpy.types.Menu):
72
66
  bl_label: typing.Any
@@ -79,7 +73,6 @@ class NODE_MT_context_menu(bpy.types.Menu):
79
73
  :return: The RNA type or default when not found.
80
74
  :rtype: bpy.types.Struct
81
75
  """
82
- ...
83
76
 
84
77
  def bl_rna_get_subclass_py(self) -> typing.Any:
85
78
  """
@@ -87,14 +80,12 @@ class NODE_MT_context_menu(bpy.types.Menu):
87
80
  :return: The class or default when not found.
88
81
  :rtype: typing.Any
89
82
  """
90
- ...
91
83
 
92
84
  def draw(self, context):
93
85
  """
94
86
 
95
87
  :param context:
96
88
  """
97
- ...
98
89
 
99
90
  class NODE_MT_context_menu_select_menu(bpy.types.Menu):
100
91
  bl_label: typing.Any
@@ -107,7 +98,6 @@ class NODE_MT_context_menu_select_menu(bpy.types.Menu):
107
98
  :return: The RNA type or default when not found.
108
99
  :rtype: bpy.types.Struct
109
100
  """
110
- ...
111
101
 
112
102
  def bl_rna_get_subclass_py(self) -> typing.Any:
113
103
  """
@@ -115,14 +105,12 @@ class NODE_MT_context_menu_select_menu(bpy.types.Menu):
115
105
  :return: The class or default when not found.
116
106
  :rtype: typing.Any
117
107
  """
118
- ...
119
108
 
120
109
  def draw(self, context):
121
110
  """
122
111
 
123
112
  :param context:
124
113
  """
125
- ...
126
114
 
127
115
  class NODE_MT_context_menu_show_hide_menu(bpy.types.Menu):
128
116
  bl_label: typing.Any
@@ -135,7 +123,6 @@ class NODE_MT_context_menu_show_hide_menu(bpy.types.Menu):
135
123
  :return: The RNA type or default when not found.
136
124
  :rtype: bpy.types.Struct
137
125
  """
138
- ...
139
126
 
140
127
  def bl_rna_get_subclass_py(self) -> typing.Any:
141
128
  """
@@ -143,14 +130,12 @@ class NODE_MT_context_menu_show_hide_menu(bpy.types.Menu):
143
130
  :return: The class or default when not found.
144
131
  :rtype: typing.Any
145
132
  """
146
- ...
147
133
 
148
134
  def draw(self, context):
149
135
  """
150
136
 
151
137
  :param context:
152
138
  """
153
- ...
154
139
 
155
140
  class NODE_MT_editor_menus(bpy.types.Menu):
156
141
  bl_idname: typing.Any
@@ -164,7 +149,6 @@ class NODE_MT_editor_menus(bpy.types.Menu):
164
149
  :return: The RNA type or default when not found.
165
150
  :rtype: bpy.types.Struct
166
151
  """
167
- ...
168
152
 
169
153
  def bl_rna_get_subclass_py(self) -> typing.Any:
170
154
  """
@@ -172,14 +156,12 @@ class NODE_MT_editor_menus(bpy.types.Menu):
172
156
  :return: The class or default when not found.
173
157
  :rtype: typing.Any
174
158
  """
175
- ...
176
159
 
177
160
  def draw(self, _context):
178
161
  """
179
162
 
180
163
  :param _context:
181
164
  """
182
- ...
183
165
 
184
166
  class NODE_MT_node(bpy.types.Menu):
185
167
  bl_label: typing.Any
@@ -192,7 +174,6 @@ class NODE_MT_node(bpy.types.Menu):
192
174
  :return: The RNA type or default when not found.
193
175
  :rtype: bpy.types.Struct
194
176
  """
195
- ...
196
177
 
197
178
  def bl_rna_get_subclass_py(self) -> typing.Any:
198
179
  """
@@ -200,14 +181,12 @@ class NODE_MT_node(bpy.types.Menu):
200
181
  :return: The class or default when not found.
201
182
  :rtype: typing.Any
202
183
  """
203
- ...
204
184
 
205
185
  def draw(self, context):
206
186
  """
207
187
 
208
188
  :param context:
209
189
  """
210
- ...
211
190
 
212
191
  class NODE_MT_node_color_context_menu(bpy.types.Menu):
213
192
  bl_label: typing.Any
@@ -220,7 +199,6 @@ class NODE_MT_node_color_context_menu(bpy.types.Menu):
220
199
  :return: The RNA type or default when not found.
221
200
  :rtype: bpy.types.Struct
222
201
  """
223
- ...
224
202
 
225
203
  def bl_rna_get_subclass_py(self) -> typing.Any:
226
204
  """
@@ -228,14 +206,12 @@ class NODE_MT_node_color_context_menu(bpy.types.Menu):
228
206
  :return: The class or default when not found.
229
207
  :rtype: typing.Any
230
208
  """
231
- ...
232
209
 
233
210
  def draw(self, _context):
234
211
  """
235
212
 
236
213
  :param _context:
237
214
  """
238
- ...
239
215
 
240
216
  class NODE_MT_node_tree_interface_context_menu(bpy.types.Menu):
241
217
  bl_label: typing.Any
@@ -248,7 +224,6 @@ class NODE_MT_node_tree_interface_context_menu(bpy.types.Menu):
248
224
  :return: The RNA type or default when not found.
249
225
  :rtype: bpy.types.Struct
250
226
  """
251
- ...
252
227
 
253
228
  def bl_rna_get_subclass_py(self) -> typing.Any:
254
229
  """
@@ -256,14 +231,12 @@ class NODE_MT_node_tree_interface_context_menu(bpy.types.Menu):
256
231
  :return: The class or default when not found.
257
232
  :rtype: typing.Any
258
233
  """
259
- ...
260
234
 
261
235
  def draw(self, _context):
262
236
  """
263
237
 
264
238
  :param _context:
265
239
  """
266
- ...
267
240
 
268
241
  class NODE_MT_select(bpy.types.Menu):
269
242
  bl_label: typing.Any
@@ -276,7 +249,6 @@ class NODE_MT_select(bpy.types.Menu):
276
249
  :return: The RNA type or default when not found.
277
250
  :rtype: bpy.types.Struct
278
251
  """
279
- ...
280
252
 
281
253
  def bl_rna_get_subclass_py(self) -> typing.Any:
282
254
  """
@@ -284,14 +256,12 @@ class NODE_MT_select(bpy.types.Menu):
284
256
  :return: The class or default when not found.
285
257
  :rtype: typing.Any
286
258
  """
287
- ...
288
259
 
289
260
  def draw(self, _context):
290
261
  """
291
262
 
292
263
  :param _context:
293
264
  """
294
- ...
295
265
 
296
266
  class NODE_MT_view(bpy.types.Menu):
297
267
  bl_label: typing.Any
@@ -304,7 +274,6 @@ class NODE_MT_view(bpy.types.Menu):
304
274
  :return: The RNA type or default when not found.
305
275
  :rtype: bpy.types.Struct
306
276
  """
307
- ...
308
277
 
309
278
  def bl_rna_get_subclass_py(self) -> typing.Any:
310
279
  """
@@ -312,14 +281,12 @@ class NODE_MT_view(bpy.types.Menu):
312
281
  :return: The class or default when not found.
313
282
  :rtype: typing.Any
314
283
  """
315
- ...
316
284
 
317
285
  def draw(self, context):
318
286
  """
319
287
 
320
288
  :param context:
321
289
  """
322
- ...
323
290
 
324
291
  class NODE_MT_view_pie(bpy.types.Menu):
325
292
  bl_label: typing.Any
@@ -332,7 +299,6 @@ class NODE_MT_view_pie(bpy.types.Menu):
332
299
  :return: The RNA type or default when not found.
333
300
  :rtype: bpy.types.Struct
334
301
  """
335
- ...
336
302
 
337
303
  def bl_rna_get_subclass_py(self) -> typing.Any:
338
304
  """
@@ -340,14 +306,12 @@ class NODE_MT_view_pie(bpy.types.Menu):
340
306
  :return: The class or default when not found.
341
307
  :rtype: typing.Any
342
308
  """
343
- ...
344
309
 
345
310
  def draw(self, _context):
346
311
  """
347
312
 
348
313
  :param _context:
349
314
  """
350
- ...
351
315
 
352
316
  class NODE_PT_active_node_color(bpy.types.Panel):
353
317
  bl_category: typing.Any
@@ -365,7 +329,6 @@ class NODE_PT_active_node_color(bpy.types.Panel):
365
329
  :return: The RNA type or default when not found.
366
330
  :rtype: bpy.types.Struct
367
331
  """
368
- ...
369
332
 
370
333
  def bl_rna_get_subclass_py(self) -> typing.Any:
371
334
  """
@@ -373,28 +336,24 @@ class NODE_PT_active_node_color(bpy.types.Panel):
373
336
  :return: The class or default when not found.
374
337
  :rtype: typing.Any
375
338
  """
376
- ...
377
339
 
378
340
  def draw(self, context):
379
341
  """
380
342
 
381
343
  :param context:
382
344
  """
383
- ...
384
345
 
385
346
  def draw_header(self, context):
386
347
  """
387
348
 
388
349
  :param context:
389
350
  """
390
- ...
391
351
 
392
352
  def draw_header_preset(self, _context):
393
353
  """
394
354
 
395
355
  :param _context:
396
356
  """
397
- ...
398
357
 
399
358
  @classmethod
400
359
  def poll(cls, context):
@@ -402,7 +361,6 @@ class NODE_PT_active_node_color(bpy.types.Panel):
402
361
 
403
362
  :param context:
404
363
  """
405
- ...
406
364
 
407
365
  class NODE_PT_active_node_generic(bpy.types.Panel):
408
366
  bl_category: typing.Any
@@ -418,7 +376,6 @@ class NODE_PT_active_node_generic(bpy.types.Panel):
418
376
  :return: The RNA type or default when not found.
419
377
  :rtype: bpy.types.Struct
420
378
  """
421
- ...
422
379
 
423
380
  def bl_rna_get_subclass_py(self) -> typing.Any:
424
381
  """
@@ -426,14 +383,12 @@ class NODE_PT_active_node_generic(bpy.types.Panel):
426
383
  :return: The class or default when not found.
427
384
  :rtype: typing.Any
428
385
  """
429
- ...
430
386
 
431
387
  def draw(self, context):
432
388
  """
433
389
 
434
390
  :param context:
435
391
  """
436
- ...
437
392
 
438
393
  @classmethod
439
394
  def poll(cls, context):
@@ -441,7 +396,6 @@ class NODE_PT_active_node_generic(bpy.types.Panel):
441
396
 
442
397
  :param context:
443
398
  """
444
- ...
445
399
 
446
400
  class NODE_PT_active_node_properties(bpy.types.Panel):
447
401
  bl_category: typing.Any
@@ -457,7 +411,6 @@ class NODE_PT_active_node_properties(bpy.types.Panel):
457
411
  :return: The RNA type or default when not found.
458
412
  :rtype: bpy.types.Struct
459
413
  """
460
- ...
461
414
 
462
415
  def bl_rna_get_subclass_py(self) -> typing.Any:
463
416
  """
@@ -465,14 +418,12 @@ class NODE_PT_active_node_properties(bpy.types.Panel):
465
418
  :return: The class or default when not found.
466
419
  :rtype: typing.Any
467
420
  """
468
- ...
469
421
 
470
422
  def draw(self, context):
471
423
  """
472
424
 
473
425
  :param context:
474
426
  """
475
- ...
476
427
 
477
428
  @classmethod
478
429
  def poll(cls, context):
@@ -480,7 +431,6 @@ class NODE_PT_active_node_properties(bpy.types.Panel):
480
431
 
481
432
  :param context:
482
433
  """
483
- ...
484
434
 
485
435
  class NODE_PT_active_tool(
486
436
  bl_ui.space_toolsystem_common.ToolActivePanelHelper, bpy.types.Panel
@@ -498,7 +448,6 @@ class NODE_PT_active_tool(
498
448
  :return: The RNA type or default when not found.
499
449
  :rtype: bpy.types.Struct
500
450
  """
501
- ...
502
451
 
503
452
  def bl_rna_get_subclass_py(self) -> typing.Any:
504
453
  """
@@ -506,7 +455,6 @@ class NODE_PT_active_tool(
506
455
  :return: The class or default when not found.
507
456
  :rtype: typing.Any
508
457
  """
509
- ...
510
458
 
511
459
  class NODE_PT_annotation(
512
460
  bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy.types.Panel
@@ -525,7 +473,6 @@ class NODE_PT_annotation(
525
473
  :return: The RNA type or default when not found.
526
474
  :rtype: bpy.types.Struct
527
475
  """
528
- ...
529
476
 
530
477
  def bl_rna_get_subclass_py(self) -> typing.Any:
531
478
  """
@@ -533,7 +480,6 @@ class NODE_PT_annotation(
533
480
  :return: The class or default when not found.
534
481
  :rtype: typing.Any
535
482
  """
536
- ...
537
483
 
538
484
  @classmethod
539
485
  def poll(cls, context):
@@ -541,7 +487,6 @@ class NODE_PT_annotation(
541
487
 
542
488
  :param context:
543
489
  """
544
- ...
545
490
 
546
491
  class NODE_PT_backdrop(bpy.types.Panel):
547
492
  bl_category: typing.Any
@@ -557,7 +502,6 @@ class NODE_PT_backdrop(bpy.types.Panel):
557
502
  :return: The RNA type or default when not found.
558
503
  :rtype: bpy.types.Struct
559
504
  """
560
- ...
561
505
 
562
506
  def bl_rna_get_subclass_py(self) -> typing.Any:
563
507
  """
@@ -565,21 +509,18 @@ class NODE_PT_backdrop(bpy.types.Panel):
565
509
  :return: The class or default when not found.
566
510
  :rtype: typing.Any
567
511
  """
568
- ...
569
512
 
570
513
  def draw(self, context):
571
514
  """
572
515
 
573
516
  :param context:
574
517
  """
575
- ...
576
518
 
577
519
  def draw_header(self, context):
578
520
  """
579
521
 
580
522
  :param context:
581
523
  """
582
- ...
583
524
 
584
525
  @classmethod
585
526
  def poll(cls, context):
@@ -587,7 +528,6 @@ class NODE_PT_backdrop(bpy.types.Panel):
587
528
 
588
529
  :param context:
589
530
  """
590
- ...
591
531
 
592
532
  class NODE_PT_compositor_debug(bpy.types.Panel):
593
533
  bl_category: typing.Any
@@ -605,7 +545,6 @@ class NODE_PT_compositor_debug(bpy.types.Panel):
605
545
  :return: The RNA type or default when not found.
606
546
  :rtype: bpy.types.Struct
607
547
  """
608
- ...
609
548
 
610
549
  def bl_rna_get_subclass_py(self) -> typing.Any:
611
550
  """
@@ -613,14 +552,12 @@ class NODE_PT_compositor_debug(bpy.types.Panel):
613
552
  :return: The class or default when not found.
614
553
  :rtype: typing.Any
615
554
  """
616
- ...
617
555
 
618
556
  def draw(self, context):
619
557
  """
620
558
 
621
559
  :param context:
622
560
  """
623
- ...
624
561
 
625
562
  @classmethod
626
563
  def poll(cls, context):
@@ -628,7 +565,6 @@ class NODE_PT_compositor_debug(bpy.types.Panel):
628
565
 
629
566
  :param context:
630
567
  """
631
- ...
632
568
 
633
569
  class NODE_PT_geometry_node_tool_mode(bpy.types.Panel):
634
570
  bl_label: typing.Any
@@ -644,7 +580,6 @@ class NODE_PT_geometry_node_tool_mode(bpy.types.Panel):
644
580
  :return: The RNA type or default when not found.
645
581
  :rtype: bpy.types.Struct
646
582
  """
647
- ...
648
583
 
649
584
  def bl_rna_get_subclass_py(self) -> typing.Any:
650
585
  """
@@ -652,14 +587,12 @@ class NODE_PT_geometry_node_tool_mode(bpy.types.Panel):
652
587
  :return: The class or default when not found.
653
588
  :rtype: typing.Any
654
589
  """
655
- ...
656
590
 
657
591
  def draw(self, context):
658
592
  """
659
593
 
660
594
  :param context:
661
595
  """
662
- ...
663
596
 
664
597
  class NODE_PT_geometry_node_tool_object_types(bpy.types.Panel):
665
598
  bl_label: typing.Any
@@ -675,7 +608,6 @@ class NODE_PT_geometry_node_tool_object_types(bpy.types.Panel):
675
608
  :return: The RNA type or default when not found.
676
609
  :rtype: bpy.types.Struct
677
610
  """
678
- ...
679
611
 
680
612
  def bl_rna_get_subclass_py(self) -> typing.Any:
681
613
  """
@@ -683,14 +615,12 @@ class NODE_PT_geometry_node_tool_object_types(bpy.types.Panel):
683
615
  :return: The class or default when not found.
684
616
  :rtype: typing.Any
685
617
  """
686
- ...
687
618
 
688
619
  def draw(self, context):
689
620
  """
690
621
 
691
622
  :param context:
692
623
  """
693
- ...
694
624
 
695
625
  class NODE_PT_geometry_node_tool_options(bpy.types.Panel):
696
626
  bl_label: typing.Any
@@ -706,7 +636,6 @@ class NODE_PT_geometry_node_tool_options(bpy.types.Panel):
706
636
  :return: The RNA type or default when not found.
707
637
  :rtype: bpy.types.Struct
708
638
  """
709
- ...
710
639
 
711
640
  def bl_rna_get_subclass_py(self) -> typing.Any:
712
641
  """
@@ -714,14 +643,12 @@ class NODE_PT_geometry_node_tool_options(bpy.types.Panel):
714
643
  :return: The class or default when not found.
715
644
  :rtype: typing.Any
716
645
  """
717
- ...
718
646
 
719
647
  def draw(self, context):
720
648
  """
721
649
 
722
650
  :param context:
723
651
  """
724
- ...
725
652
 
726
653
  class NODE_PT_material_slots(bpy.types.Panel):
727
654
  bl_label: typing.Any
@@ -737,7 +664,6 @@ class NODE_PT_material_slots(bpy.types.Panel):
737
664
  :return: The RNA type or default when not found.
738
665
  :rtype: bpy.types.Struct
739
666
  """
740
- ...
741
667
 
742
668
  def bl_rna_get_subclass_py(self) -> typing.Any:
743
669
  """
@@ -745,21 +671,18 @@ class NODE_PT_material_slots(bpy.types.Panel):
745
671
  :return: The class or default when not found.
746
672
  :rtype: typing.Any
747
673
  """
748
- ...
749
674
 
750
675
  def draw(self, context):
751
676
  """
752
677
 
753
678
  :param context:
754
679
  """
755
- ...
756
680
 
757
681
  def draw_header(self, context):
758
682
  """
759
683
 
760
684
  :param context:
761
685
  """
762
- ...
763
686
 
764
687
  class NODE_PT_node_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
765
688
  """Predefined node color"""
@@ -779,7 +702,6 @@ class NODE_PT_node_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
779
702
  :return: The RNA type or default when not found.
780
703
  :rtype: bpy.types.Struct
781
704
  """
782
- ...
783
705
 
784
706
  def bl_rna_get_subclass_py(self) -> typing.Any:
785
707
  """
@@ -787,7 +709,6 @@ class NODE_PT_node_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
787
709
  :return: The class or default when not found.
788
710
  :rtype: typing.Any
789
711
  """
790
- ...
791
712
 
792
713
  class NODE_PT_node_tree_interface(bpy.types.Panel):
793
714
  bl_category: typing.Any
@@ -803,7 +724,6 @@ class NODE_PT_node_tree_interface(bpy.types.Panel):
803
724
  :return: The RNA type or default when not found.
804
725
  :rtype: bpy.types.Struct
805
726
  """
806
- ...
807
727
 
808
728
  def bl_rna_get_subclass_py(self) -> typing.Any:
809
729
  """
@@ -811,14 +731,12 @@ class NODE_PT_node_tree_interface(bpy.types.Panel):
811
731
  :return: The class or default when not found.
812
732
  :rtype: typing.Any
813
733
  """
814
- ...
815
734
 
816
735
  def draw(self, context):
817
736
  """
818
737
 
819
738
  :param context:
820
739
  """
821
- ...
822
740
 
823
741
  @classmethod
824
742
  def poll(cls, context):
@@ -826,7 +744,6 @@ class NODE_PT_node_tree_interface(bpy.types.Panel):
826
744
 
827
745
  :param context:
828
746
  """
829
- ...
830
747
 
831
748
  class NODE_PT_node_tree_properties(bpy.types.Panel):
832
749
  bl_category: typing.Any
@@ -842,7 +759,6 @@ class NODE_PT_node_tree_properties(bpy.types.Panel):
842
759
  :return: The RNA type or default when not found.
843
760
  :rtype: bpy.types.Struct
844
761
  """
845
- ...
846
762
 
847
763
  def bl_rna_get_subclass_py(self) -> typing.Any:
848
764
  """
@@ -850,14 +766,12 @@ class NODE_PT_node_tree_properties(bpy.types.Panel):
850
766
  :return: The class or default when not found.
851
767
  :rtype: typing.Any
852
768
  """
853
- ...
854
769
 
855
770
  def draw(self, context):
856
771
  """
857
772
 
858
773
  :param context:
859
774
  """
860
- ...
861
775
 
862
776
  @classmethod
863
777
  def poll(cls, context):
@@ -865,7 +779,6 @@ class NODE_PT_node_tree_properties(bpy.types.Panel):
865
779
 
866
780
  :param context:
867
781
  """
868
- ...
869
782
 
870
783
  class NODE_PT_overlay(bpy.types.Panel):
871
784
  bl_label: typing.Any
@@ -881,7 +794,6 @@ class NODE_PT_overlay(bpy.types.Panel):
881
794
  :return: The RNA type or default when not found.
882
795
  :rtype: bpy.types.Struct
883
796
  """
884
- ...
885
797
 
886
798
  def bl_rna_get_subclass_py(self) -> typing.Any:
887
799
  """
@@ -889,14 +801,12 @@ class NODE_PT_overlay(bpy.types.Panel):
889
801
  :return: The class or default when not found.
890
802
  :rtype: typing.Any
891
803
  """
892
- ...
893
804
 
894
805
  def draw(self, context):
895
806
  """
896
807
 
897
808
  :param context:
898
809
  """
899
- ...
900
810
 
901
811
  class NODE_PT_quality(bpy.types.Panel):
902
812
  bl_category: typing.Any
@@ -912,7 +822,6 @@ class NODE_PT_quality(bpy.types.Panel):
912
822
  :return: The RNA type or default when not found.
913
823
  :rtype: bpy.types.Struct
914
824
  """
915
- ...
916
825
 
917
826
  def bl_rna_get_subclass_py(self) -> typing.Any:
918
827
  """
@@ -920,14 +829,12 @@ class NODE_PT_quality(bpy.types.Panel):
920
829
  :return: The class or default when not found.
921
830
  :rtype: typing.Any
922
831
  """
923
- ...
924
832
 
925
833
  def draw(self, context):
926
834
  """
927
835
 
928
836
  :param context:
929
837
  """
930
- ...
931
838
 
932
839
  @classmethod
933
840
  def poll(cls, context):
@@ -935,7 +842,6 @@ class NODE_PT_quality(bpy.types.Panel):
935
842
 
936
843
  :param context:
937
844
  """
938
- ...
939
845
 
940
846
  class NODE_PT_texture_mapping(bpy.types.Panel):
941
847
  COMPAT_ENGINES: typing.Any
@@ -953,7 +859,6 @@ class NODE_PT_texture_mapping(bpy.types.Panel):
953
859
  :return: The RNA type or default when not found.
954
860
  :rtype: bpy.types.Struct
955
861
  """
956
- ...
957
862
 
958
863
  def bl_rna_get_subclass_py(self) -> typing.Any:
959
864
  """
@@ -961,14 +866,12 @@ class NODE_PT_texture_mapping(bpy.types.Panel):
961
866
  :return: The class or default when not found.
962
867
  :rtype: typing.Any
963
868
  """
964
- ...
965
869
 
966
870
  def draw(self, context):
967
871
  """
968
872
 
969
873
  :param context:
970
874
  """
971
- ...
972
875
 
973
876
  @classmethod
974
877
  def poll(cls, context):
@@ -976,7 +879,6 @@ class NODE_PT_texture_mapping(bpy.types.Panel):
976
879
 
977
880
  :param context:
978
881
  """
979
- ...
980
882
 
981
883
  def node_draw_tree_view(_layout, _context): ...
982
884
  def node_panel(cls): ...