fake-bpy-module 20240517__py3-none-any.whl → 20240519__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 (312) hide show
  1. _bpy_internal/__init__.pyi +2 -1
  2. _bpy_internal/freedesktop/__init__.pyi +20 -86
  3. addon_utils/__init__.pyi +7 -31
  4. animsys_refactor/__init__.pyi +7 -26
  5. aud/__init__.pyi +3 -5
  6. bgl/__init__.pyi +2 -1630
  7. bl_app_override/__init__.pyi +5 -15
  8. bl_app_override/helpers/__init__.pyi +4 -23
  9. bl_app_template_utils/__init__.pyi +5 -16
  10. bl_console_utils/__init__.pyi +2 -1
  11. bl_console_utils/autocomplete/__init__.pyi +2 -1
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
  16. bl_i18n_utils/__init__.pyi +2 -1
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
  18. bl_i18n_utils/merge_po/__init__.pyi +3 -5
  19. bl_i18n_utils/settings/__init__.pyi +4 -23
  20. bl_i18n_utils/utils/__init__.pyi +10 -66
  21. bl_i18n_utils/utils_cli/__init__.pyi +9 -31
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
  23. bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
  24. bl_keymap_utils/__init__.pyi +2 -1
  25. bl_keymap_utils/io/__init__.pyi +10 -40
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
  28. bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
  29. bl_keymap_utils/versioning/__init__.pyi +3 -5
  30. bl_math/__init__.pyi +2 -1
  31. bl_operators/__init__.pyi +4 -10
  32. bl_operators/add_mesh_torus/__init__.pyi +4 -19
  33. bl_operators/anim/__init__.pyi +2 -71
  34. bl_operators/assets/__init__.pyi +2 -30
  35. bl_operators/bmesh/__init__.pyi +2 -1
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
  37. bl_operators/clip/__init__.pyi +7 -115
  38. bl_operators/console/__init__.pyi +2 -38
  39. bl_operators/constraint/__init__.pyi +2 -37
  40. bl_operators/file/__init__.pyi +2 -28
  41. bl_operators/freestyle/__init__.pyi +2 -37
  42. bl_operators/geometry_nodes/__init__.pyi +15 -103
  43. bl_operators/image/__init__.pyi +2 -52
  44. bl_operators/mesh/__init__.pyi +2 -28
  45. bl_operators/node/__init__.pyi +2 -105
  46. bl_operators/object/__init__.pyi +2 -138
  47. bl_operators/object_align/__init__.pyi +5 -24
  48. bl_operators/object_quick_effects/__init__.pyi +4 -49
  49. bl_operators/object_randomize_transform/__init__.pyi +5 -14
  50. bl_operators/presets/__init__.pyi +4 -376
  51. bl_operators/rigidbody/__init__.pyi +2 -28
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
  53. bl_operators/sequencer/__init__.pyi +3 -104
  54. bl_operators/spreadsheet/__init__.pyi +2 -10
  55. bl_operators/userpref/__init__.pyi +3 -201
  56. bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
  57. bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
  58. bl_operators/uvcalc_transform/__init__.pyi +13 -73
  59. bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
  60. bl_operators/view3d/__init__.pyi +2 -64
  61. bl_operators/wm/__init__.pyi +16 -451
  62. bl_operators/world/__init__.pyi +2 -10
  63. bl_previews_utils/__init__.pyi +2 -1
  64. bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
  65. bl_rna_utils/__init__.pyi +2 -1
  66. bl_rna_utils/data_path/__init__.pyi +2 -2
  67. bl_text_utils/__init__.pyi +2 -1
  68. bl_text_utils/external_editor/__init__.pyi +3 -5
  69. bl_ui/__init__.pyi +32 -141
  70. bl_ui/anim/__init__.pyi +3 -12
  71. bl_ui/asset_shelf/__init__.pyi +3 -16
  72. bl_ui/generic_ui_list/__init__.pyi +4 -31
  73. bl_ui/node_add_menu/__init__.pyi +6 -28
  74. bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
  75. bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
  76. bl_ui/node_add_menu_shader/__init__.pyi +20 -170
  77. bl_ui/node_add_menu_texture/__init__.pyi +11 -118
  78. bl_ui/properties_animviz/__init__.pyi +2 -15
  79. bl_ui/properties_collection/__init__.pyi +9 -112
  80. bl_ui/properties_constraint/__init__.pyi +81 -1524
  81. bl_ui/properties_data_armature/__init__.pyi +14 -214
  82. bl_ui/properties_data_bone/__init__.pyi +12 -198
  83. bl_ui/properties_data_camera/__init__.pyi +17 -312
  84. bl_ui/properties_data_curve/__init__.pyi +17 -319
  85. bl_ui/properties_data_curves/__init__.pyi +8 -108
  86. bl_ui/properties_data_empty/__init__.pyi +4 -44
  87. bl_ui/properties_data_gpencil/__init__.pyi +20 -350
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
  89. bl_ui/properties_data_lattice/__init__.pyi +5 -65
  90. bl_ui/properties_data_light/__init__.pyi +14 -264
  91. bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
  92. bl_ui/properties_data_mesh/__init__.pyi +23 -325
  93. bl_ui/properties_data_metaball/__init__.pyi +7 -103
  94. bl_ui/properties_data_modifier/__init__.pyi +10 -178
  95. bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
  96. bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
  97. bl_ui/properties_data_speaker/__init__.pyi +7 -111
  98. bl_ui/properties_data_volume/__init__.pyi +10 -156
  99. bl_ui/properties_freestyle/__init__.pyi +31 -615
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
  101. bl_ui/properties_mask_common/__init__.pyi +10 -111
  102. bl_ui/properties_material/__init__.pyi +20 -331
  103. bl_ui/properties_material_gpencil/__init__.pyi +12 -182
  104. bl_ui/properties_object/__init__.pyi +16 -276
  105. bl_ui/properties_output/__init__.pyi +20 -370
  106. bl_ui/properties_paint_common/__init__.pyi +14 -106
  107. bl_ui/properties_particle/__init__.pyi +58 -1159
  108. bl_ui/properties_physics_cloth/__init__.pyi +17 -314
  109. bl_ui/properties_physics_common/__init__.pyi +9 -58
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
  111. bl_ui/properties_physics_field/__init__.pyi +13 -218
  112. bl_ui/properties_physics_fluid/__init__.pyi +30 -626
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
  116. bl_ui/properties_physics_softbody/__init__.pyi +18 -353
  117. bl_ui/properties_render/__init__.pyi +56 -1146
  118. bl_ui/properties_scene/__init__.pyi +17 -298
  119. bl_ui/properties_texture/__init__.pyi +30 -577
  120. bl_ui/properties_view_layer/__init__.pyi +20 -346
  121. bl_ui/properties_workspace/__init__.pyi +6 -80
  122. bl_ui/properties_world/__init__.pyi +12 -220
  123. bl_ui/space_clip/__init__.pyi +73 -1090
  124. bl_ui/space_console/__init__.pyi +9 -73
  125. bl_ui/space_dopesheet/__init__.pyi +33 -485
  126. bl_ui/space_filebrowser/__init__.pyi +36 -431
  127. bl_ui/space_graph/__init__.pyi +22 -237
  128. bl_ui/space_image/__init__.pyi +70 -1089
  129. bl_ui/space_info/__init__.pyi +8 -71
  130. bl_ui/space_nla/__init__.pyi +19 -210
  131. bl_ui/space_node/__init__.pyi +32 -436
  132. bl_ui/space_outliner/__init__.pyi +17 -165
  133. bl_ui/space_properties/__init__.pyi +5 -42
  134. bl_ui/space_sequencer/__init__.pyi +79 -1142
  135. bl_ui/space_spreadsheet/__init__.pyi +3 -12
  136. bl_ui/space_statusbar/__init__.pyi +3 -12
  137. bl_ui/space_text/__init__.pyi +18 -193
  138. bl_ui/space_time/__init__.pyi +10 -111
  139. bl_ui/space_toolsystem_common/__init__.pyi +42 -200
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
  141. bl_ui/space_topbar/__init__.pyi +29 -335
  142. bl_ui/space_userpref/__init__.pyi +94 -1576
  143. bl_ui/space_view3d/__init__.pyi +271 -3438
  144. bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
  145. bl_ui/temp_anim_layers/__init__.pyi +4 -22
  146. bl_ui/utils/__init__.pyi +2 -8
  147. bl_ui_utils/__init__.pyi +2 -1
  148. bl_ui_utils/bug_report_url/__init__.pyi +3 -5
  149. bl_ui_utils/layout/__init__.pyi +2 -1
  150. blend_render_info/__init__.pyi +4 -10
  151. blf/__init__.pyi +2 -1
  152. bmesh/__init__.pyi +2 -1
  153. bmesh/geometry/__init__.pyi +2 -1
  154. bmesh/ops/__init__.pyi +2 -1
  155. bmesh/types/__init__.pyi +29 -45
  156. bmesh/utils/__init__.pyi +2 -1
  157. bpy/__init__.pyi +2 -1
  158. bpy/app/__init__.pyi +2 -1
  159. bpy/app/handlers/__init__.pyi +2 -1
  160. bpy/app/icons/__init__.pyi +2 -1
  161. bpy/app/timers/__init__.pyi +8 -15
  162. bpy/app/translations/__init__.pyi +2 -1
  163. bpy/msgbus/__init__.pyi +2 -1
  164. bpy/ops/__init__.pyi +2 -1
  165. bpy/ops/action/__init__.pyi +22 -21
  166. bpy/ops/anim/__init__.pyi +32 -31
  167. bpy/ops/armature/__init__.pyi +22 -21
  168. bpy/ops/asset/__init__.pyi +8 -7
  169. bpy/ops/bl_pkg/__init__.pyi +4 -3
  170. bpy/ops/boid/__init__.pyi +2 -1
  171. bpy/ops/brush/__init__.pyi +10 -9
  172. bpy/ops/buttons/__init__.pyi +10 -9
  173. bpy/ops/cachefile/__init__.pyi +12 -11
  174. bpy/ops/camera/__init__.pyi +2 -1
  175. bpy/ops/clip/__init__.pyi +38 -37
  176. bpy/ops/cloth/__init__.pyi +2 -1
  177. bpy/ops/collection/__init__.pyi +8 -7
  178. bpy/ops/console/__init__.pyi +8 -7
  179. bpy/ops/constraint/__init__.pyi +30 -29
  180. bpy/ops/curve/__init__.pyi +32 -31
  181. bpy/ops/curves/__init__.pyi +10 -9
  182. bpy/ops/cycles/__init__.pyi +2 -1
  183. bpy/ops/dpaint/__init__.pyi +4 -3
  184. bpy/ops/ed/__init__.pyi +6 -5
  185. bpy/ops/export_anim/__init__.pyi +4 -3
  186. bpy/ops/export_scene/__init__.pyi +40 -39
  187. bpy/ops/file/__init__.pyi +20 -19
  188. bpy/ops/fluid/__init__.pyi +2 -1
  189. bpy/ops/font/__init__.pyi +22 -21
  190. bpy/ops/geometry/__init__.pyi +4 -3
  191. bpy/ops/gizmogroup/__init__.pyi +2 -1
  192. bpy/ops/gpencil/__init__.pyi +134 -133
  193. bpy/ops/graph/__init__.pyi +40 -39
  194. bpy/ops/grease_pencil/__init__.pyi +42 -41
  195. bpy/ops/image/__init__.pyi +22 -21
  196. bpy/ops/import_anim/__init__.pyi +10 -9
  197. bpy/ops/import_curve/__init__.pyi +2 -1
  198. bpy/ops/import_scene/__init__.pyi +20 -19
  199. bpy/ops/info/__init__.pyi +6 -5
  200. bpy/ops/lattice/__init__.pyi +8 -7
  201. bpy/ops/marker/__init__.pyi +10 -9
  202. bpy/ops/mask/__init__.pyi +14 -13
  203. bpy/ops/material/__init__.pyi +2 -1
  204. bpy/ops/mball/__init__.pyi +8 -7
  205. bpy/ops/mesh/__init__.pyi +112 -111
  206. bpy/ops/nla/__init__.pyi +16 -15
  207. bpy/ops/node/__init__.pyi +32 -31
  208. bpy/ops/object/__init__.pyi +186 -185
  209. bpy/ops/outliner/__init__.pyi +38 -37
  210. bpy/ops/paint/__init__.pyi +50 -49
  211. bpy/ops/paintcurve/__init__.pyi +2 -1
  212. bpy/ops/palette/__init__.pyi +6 -5
  213. bpy/ops/particle/__init__.pyi +16 -15
  214. bpy/ops/pose/__init__.pyi +32 -31
  215. bpy/ops/poselib/__init__.pyi +2 -1
  216. bpy/ops/preferences/__init__.pyi +14 -13
  217. bpy/ops/ptcache/__init__.pyi +2 -1
  218. bpy/ops/render/__init__.pyi +4 -3
  219. bpy/ops/rigidbody/__init__.pyi +10 -9
  220. bpy/ops/scene/__init__.pyi +18 -17
  221. bpy/ops/screen/__init__.pyi +16 -15
  222. bpy/ops/script/__init__.pyi +2 -1
  223. bpy/ops/sculpt/__init__.pyi +68 -67
  224. bpy/ops/sculpt_curves/__init__.pyi +4 -3
  225. bpy/ops/sequencer/__init__.pyi +74 -73
  226. bpy/ops/sound/__init__.pyi +20 -19
  227. bpy/ops/spreadsheet/__init__.pyi +2 -1
  228. bpy/ops/surface/__init__.pyi +14 -13
  229. bpy/ops/text/__init__.pyi +24 -23
  230. bpy/ops/text_editor/__init__.pyi +2 -1
  231. bpy/ops/texture/__init__.pyi +4 -3
  232. bpy/ops/transform/__init__.pyi +32 -31
  233. bpy/ops/ui/__init__.pyi +8 -7
  234. bpy/ops/uilist/__init__.pyi +4 -3
  235. bpy/ops/uv/__init__.pyi +66 -65
  236. bpy/ops/view2d/__init__.pyi +2 -1
  237. bpy/ops/view3d/__init__.pyi +36 -35
  238. bpy/ops/wm/__init__.pyi +191 -187
  239. bpy/ops/workspace/__init__.pyi +2 -1
  240. bpy/ops/world/__init__.pyi +2 -1
  241. bpy/path/__init__.pyi +2 -1
  242. bpy/props/__init__.pyi +2 -1
  243. bpy/types/__init__.pyi +546 -4852
  244. bpy/utils/__init__.pyi +16 -71
  245. bpy/utils/previews/__init__.pyi +2 -1
  246. bpy/utils/units/__init__.pyi +2 -1
  247. bpy_extras/__init__.pyi +2 -1
  248. bpy_extras/anim_utils/__init__.pyi +2 -2
  249. bpy_extras/asset_utils/__init__.pyi +2 -11
  250. bpy_extras/bmesh_utils/__init__.pyi +3 -5
  251. bpy_extras/extensions/__init__.pyi +2 -1
  252. bpy_extras/extensions/junction_module/__init__.pyi +3 -7
  253. bpy_extras/id_map_utils/__init__.pyi +2 -1
  254. bpy_extras/image_utils/__init__.pyi +2 -1
  255. bpy_extras/io_utils/__init__.pyi +6 -25
  256. bpy_extras/keyconfig_utils/__init__.pyi +4 -10
  257. bpy_extras/mesh_utils/__init__.pyi +2 -1
  258. bpy_extras/node_shader_utils/__init__.pyi +46 -286
  259. bpy_extras/node_utils/__init__.pyi +4 -10
  260. bpy_extras/object_utils/__init__.pyi +2 -3
  261. bpy_extras/view3d_utils/__init__.pyi +2 -1
  262. bpy_extras/wm_utils/__init__.pyi +2 -1
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
  264. bpy_restrict_state/__init__.pyi +3 -15
  265. bpy_types/__init__.pyi +10 -275
  266. console_python/__init__.pyi +8 -37
  267. console_shell/__init__.pyi +8 -26
  268. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240519.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +2 -1
  271. freestyle/chainingiterators/__init__.pyi +12 -41
  272. freestyle/functions/__init__.pyi +9 -34
  273. freestyle/predicates/__init__.pyi +46 -218
  274. freestyle/shaders/__init__.pyi +2 -11
  275. freestyle/types/__init__.pyi +2 -1
  276. freestyle/utils/ContextFunctions/__init__.pyi +2 -1
  277. freestyle/utils/__init__.pyi +5 -16
  278. gpu/__init__.pyi +2 -1
  279. gpu/capabilities/__init__.pyi +2 -1
  280. gpu/matrix/__init__.pyi +2 -1
  281. gpu/platform/__init__.pyi +2 -1
  282. gpu/select/__init__.pyi +2 -1
  283. gpu/shader/__init__.pyi +2 -1
  284. gpu/state/__init__.pyi +2 -1
  285. gpu/texture/__init__.pyi +2 -1
  286. gpu/types/__init__.pyi +2 -1
  287. gpu_extras/__init__.pyi +2 -1
  288. gpu_extras/batch/__init__.pyi +2 -1
  289. gpu_extras/presets/__init__.pyi +2 -1
  290. graphviz_export/__init__.pyi +4 -10
  291. idprop/__init__.pyi +2 -1
  292. idprop/types/__init__.pyi +8 -34
  293. imbuf/__init__.pyi +2 -1
  294. imbuf/types/__init__.pyi +2 -3
  295. keyingsets_builtins/__init__.pyi +4 -157
  296. keyingsets_utils/__init__.pyi +17 -71
  297. mathutils/__init__.pyi +2 -1
  298. mathutils/bvhtree/__init__.pyi +2 -3
  299. mathutils/geometry/__init__.pyi +2 -1
  300. mathutils/interpolate/__init__.pyi +2 -1
  301. mathutils/kdtree/__init__.pyi +2 -1
  302. mathutils/noise/__init__.pyi +2 -1
  303. nodeitems_builtins/__init__.pyi +7 -31
  304. nodeitems_utils/__init__.pyi +10 -46
  305. rna_info/__init__.pyi +24 -201
  306. rna_keymap_ui/__init__.pyi +9 -31
  307. rna_prop_ui/__init__.pyi +11 -50
  308. rna_xml/__init__.pyi +8 -30
  309. sys_info/__init__.pyi +3 -5
  310. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
@@ -3,25 +3,15 @@ import bl_ui.utils
3
3
  import bpy.types
4
4
  import bpy_types
5
5
 
6
- GenericType = typing.TypeVar("GenericType")
6
+ GenericType1 = typing.TypeVar("GenericType1")
7
+ GenericType2 = typing.TypeVar("GenericType2")
7
8
 
8
9
  class RENDER_MT_framerate_presets(bpy_types.Menu, bpy_types._GenericUI):
9
- """ """
10
-
11
10
  bl_label: typing.Any
12
- """ """
13
-
14
11
  bl_rna: typing.Any
15
- """ """
16
-
17
12
  id_data: typing.Any
18
- """ """
19
-
20
13
  preset_operator: typing.Any
21
- """ """
22
-
23
14
  preset_subdir: typing.Any
24
- """ """
25
15
 
26
16
  def append(self, draw_func):
27
17
  """Append a draw function to this menu,
@@ -131,10 +121,7 @@ class RENDER_MT_framerate_presets(bpy_types.Menu, bpy_types._GenericUI):
131
121
  """
132
122
  ...
133
123
 
134
- def is_extended(self):
135
- """ """
136
- ...
137
-
124
+ def is_extended(self): ...
138
125
  def is_property_hidden(self) -> bool:
139
126
  """Check if a property is hidden.
140
127
 
@@ -297,16 +284,9 @@ class RENDER_MT_framerate_presets(bpy_types.Menu, bpy_types._GenericUI):
297
284
  ...
298
285
 
299
286
  class RenderOutputButtonsPanel:
300
- """ """
301
-
302
287
  bl_context: typing.Any
303
- """ """
304
-
305
288
  bl_region_type: typing.Any
306
- """ """
307
-
308
289
  bl_space_type: typing.Any
309
- """ """
310
290
 
311
291
  def poll(self, context):
312
292
  """
@@ -318,28 +298,13 @@ class RenderOutputButtonsPanel:
318
298
  class RENDER_PT_ffmpeg_presets(
319
299
  bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
320
300
  ):
321
- """ """
322
-
323
301
  bl_label: typing.Any
324
- """ """
325
-
326
302
  bl_region_type: typing.Any
327
- """ """
328
-
329
303
  bl_rna: typing.Any
330
- """ """
331
-
332
304
  bl_space_type: typing.Any
333
- """ """
334
-
335
305
  id_data: typing.Any
336
- """ """
337
-
338
306
  preset_operator: typing.Any
339
- """ """
340
-
341
307
  preset_subdir: typing.Any
342
- """ """
343
308
 
344
309
  def append(self, draw_func):
345
310
  """Append a draw function to this menu,
@@ -439,10 +404,7 @@ class RENDER_PT_ffmpeg_presets(
439
404
  """
440
405
  ...
441
406
 
442
- def is_extended(self):
443
- """ """
444
- ...
445
-
407
+ def is_extended(self): ...
446
408
  def is_property_hidden(self) -> bool:
447
409
  """Check if a property is hidden.
448
410
 
@@ -607,31 +569,14 @@ class RENDER_PT_ffmpeg_presets(
607
569
  class RENDER_PT_format_presets(
608
570
  bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
609
571
  ):
610
- """ """
611
-
612
572
  bl_label: typing.Any
613
- """ """
614
-
615
573
  bl_region_type: typing.Any
616
- """ """
617
-
618
574
  bl_rna: typing.Any
619
- """ """
620
-
621
575
  bl_space_type: typing.Any
622
- """ """
623
-
624
576
  id_data: typing.Any
625
- """ """
626
-
627
577
  preset_add_operator: typing.Any
628
- """ """
629
-
630
578
  preset_operator: typing.Any
631
- """ """
632
-
633
579
  preset_subdir: typing.Any
634
- """ """
635
580
 
636
581
  def append(self, draw_func):
637
582
  """Append a draw function to this menu,
@@ -731,10 +676,7 @@ class RENDER_PT_format_presets(
731
676
  """
732
677
  ...
733
678
 
734
- def is_extended(self):
735
- """ """
736
- ...
737
-
679
+ def is_extended(self): ...
738
680
  def is_property_hidden(self) -> bool:
739
681
  """Check if a property is hidden.
740
682
 
@@ -897,13 +839,8 @@ class RENDER_PT_format_presets(
897
839
  ...
898
840
 
899
841
  class RENDER_UL_renderviews(bpy_types.UIList, bpy_types._GenericUI):
900
- """ """
901
-
902
842
  bl_rna: typing.Any
903
- """ """
904
-
905
843
  id_data: typing.Any
906
- """ """
907
844
 
908
845
  def append(self, draw_func):
909
846
  """Append a draw function to this menu,
@@ -997,10 +934,7 @@ class RENDER_UL_renderviews(bpy_types.UIList, bpy_types._GenericUI):
997
934
  """
998
935
  ...
999
936
 
1000
- def is_extended(self):
1001
- """ """
1002
- ...
1003
-
937
+ def is_extended(self): ...
1004
938
  def is_property_hidden(self) -> bool:
1005
939
  """Check if a property is hidden.
1006
940
 
@@ -1131,34 +1065,15 @@ class RENDER_UL_renderviews(bpy_types.UIList, bpy_types._GenericUI):
1131
1065
  class RENDER_PT_encoding(
1132
1066
  bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
1133
1067
  ):
1134
- """ """
1135
-
1136
1068
  COMPAT_ENGINES: typing.Any
1137
- """ """
1138
-
1139
1069
  bl_context: typing.Any
1140
- """ """
1141
-
1142
1070
  bl_label: typing.Any
1143
- """ """
1144
-
1145
1071
  bl_options: typing.Any
1146
- """ """
1147
-
1148
1072
  bl_parent_id: typing.Any
1149
- """ """
1150
-
1151
1073
  bl_region_type: typing.Any
1152
- """ """
1153
-
1154
1074
  bl_rna: typing.Any
1155
- """ """
1156
-
1157
1075
  bl_space_type: typing.Any
1158
- """ """
1159
-
1160
1076
  id_data: typing.Any
1161
- """ """
1162
1077
 
1163
1078
  def append(self, draw_func):
1164
1079
  """Append a draw function to this menu,
@@ -1250,10 +1165,7 @@ class RENDER_PT_encoding(
1250
1165
  """
1251
1166
  ...
1252
1167
 
1253
- def is_extended(self):
1254
- """ """
1255
- ...
1256
-
1168
+ def is_extended(self): ...
1257
1169
  def is_property_hidden(self) -> bool:
1258
1170
  """Check if a property is hidden.
1259
1171
 
@@ -1391,31 +1303,14 @@ class RENDER_PT_encoding(
1391
1303
  class RENDER_PT_encoding_audio(
1392
1304
  bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
1393
1305
  ):
1394
- """ """
1395
-
1396
1306
  COMPAT_ENGINES: typing.Any
1397
- """ """
1398
-
1399
1307
  bl_context: typing.Any
1400
- """ """
1401
-
1402
1308
  bl_label: typing.Any
1403
- """ """
1404
-
1405
1309
  bl_parent_id: typing.Any
1406
- """ """
1407
-
1408
1310
  bl_region_type: typing.Any
1409
- """ """
1410
-
1411
1311
  bl_rna: typing.Any
1412
- """ """
1413
-
1414
1312
  bl_space_type: typing.Any
1415
- """ """
1416
-
1417
1313
  id_data: typing.Any
1418
- """ """
1419
1314
 
1420
1315
  def append(self, draw_func):
1421
1316
  """Append a draw function to this menu,
@@ -1500,10 +1395,7 @@ class RENDER_PT_encoding_audio(
1500
1395
  """
1501
1396
  ...
1502
1397
 
1503
- def is_extended(self):
1504
- """ """
1505
- ...
1506
-
1398
+ def is_extended(self): ...
1507
1399
  def is_property_hidden(self) -> bool:
1508
1400
  """Check if a property is hidden.
1509
1401
 
@@ -1641,31 +1533,14 @@ class RENDER_PT_encoding_audio(
1641
1533
  class RENDER_PT_encoding_video(
1642
1534
  bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
1643
1535
  ):
1644
- """ """
1645
-
1646
1536
  COMPAT_ENGINES: typing.Any
1647
- """ """
1648
-
1649
1537
  bl_context: typing.Any
1650
- """ """
1651
-
1652
1538
  bl_label: typing.Any
1653
- """ """
1654
-
1655
1539
  bl_parent_id: typing.Any
1656
- """ """
1657
-
1658
1540
  bl_region_type: typing.Any
1659
- """ """
1660
-
1661
1541
  bl_rna: typing.Any
1662
- """ """
1663
-
1664
1542
  bl_space_type: typing.Any
1665
- """ """
1666
-
1667
1543
  id_data: typing.Any
1668
- """ """
1669
1544
 
1670
1545
  def append(self, draw_func):
1671
1546
  """Append a draw function to this menu,
@@ -1757,10 +1632,7 @@ class RENDER_PT_encoding_video(
1757
1632
  """
1758
1633
  ...
1759
1634
 
1760
- def is_extended(self):
1761
- """ """
1762
- ...
1763
-
1635
+ def is_extended(self): ...
1764
1636
  def is_property_hidden(self) -> bool:
1765
1637
  """Check if a property is hidden.
1766
1638
 
@@ -1896,28 +1768,13 @@ class RENDER_PT_encoding_video(
1896
1768
  ...
1897
1769
 
1898
1770
  class RENDER_PT_format(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
1899
- """ """
1900
-
1901
1771
  COMPAT_ENGINES: typing.Any
1902
- """ """
1903
-
1904
1772
  bl_context: typing.Any
1905
- """ """
1906
-
1907
1773
  bl_label: typing.Any
1908
- """ """
1909
-
1910
1774
  bl_region_type: typing.Any
1911
- """ """
1912
-
1913
1775
  bl_rna: typing.Any
1914
- """ """
1915
-
1916
1776
  bl_space_type: typing.Any
1917
- """ """
1918
-
1919
1777
  id_data: typing.Any
1920
- """ """
1921
1778
 
1922
1779
  def append(self, draw_func):
1923
1780
  """Append a draw function to this menu,
@@ -2017,10 +1874,7 @@ class RENDER_PT_format(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gen
2017
1874
  """
2018
1875
  ...
2019
1876
 
2020
- def is_extended(self):
2021
- """ """
2022
- ...
2023
-
1877
+ def is_extended(self): ...
2024
1878
  def is_property_hidden(self) -> bool:
2025
1879
  """Check if a property is hidden.
2026
1880
 
@@ -2158,28 +2012,13 @@ class RENDER_PT_format(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gen
2158
2012
  class RENDER_PT_frame_range(
2159
2013
  bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
2160
2014
  ):
2161
- """ """
2162
-
2163
2015
  COMPAT_ENGINES: typing.Any
2164
- """ """
2165
-
2166
2016
  bl_context: typing.Any
2167
- """ """
2168
-
2169
2017
  bl_label: typing.Any
2170
- """ """
2171
-
2172
2018
  bl_region_type: typing.Any
2173
- """ """
2174
-
2175
2019
  bl_rna: typing.Any
2176
- """ """
2177
-
2178
2020
  bl_space_type: typing.Any
2179
- """ """
2180
-
2181
2021
  id_data: typing.Any
2182
- """ """
2183
2022
 
2184
2023
  def append(self, draw_func):
2185
2024
  """Append a draw function to this menu,
@@ -2264,10 +2103,7 @@ class RENDER_PT_frame_range(
2264
2103
  """
2265
2104
  ...
2266
2105
 
2267
- def is_extended(self):
2268
- """ """
2269
- ...
2270
-
2106
+ def is_extended(self): ...
2271
2107
  def is_property_hidden(self) -> bool:
2272
2108
  """Check if a property is hidden.
2273
2109
 
@@ -2403,28 +2239,13 @@ class RENDER_PT_frame_range(
2403
2239
  ...
2404
2240
 
2405
2241
  class RENDER_PT_output(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
2406
- """ """
2407
-
2408
2242
  COMPAT_ENGINES: typing.Any
2409
- """ """
2410
-
2411
2243
  bl_context: typing.Any
2412
- """ """
2413
-
2414
2244
  bl_label: typing.Any
2415
- """ """
2416
-
2417
2245
  bl_region_type: typing.Any
2418
- """ """
2419
-
2420
2246
  bl_rna: typing.Any
2421
- """ """
2422
-
2423
2247
  bl_space_type: typing.Any
2424
- """ """
2425
-
2426
2248
  id_data: typing.Any
2427
- """ """
2428
2249
 
2429
2250
  def append(self, draw_func):
2430
2251
  """Append a draw function to this menu,
@@ -2509,10 +2330,7 @@ class RENDER_PT_output(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gen
2509
2330
  """
2510
2331
  ...
2511
2332
 
2512
- def is_extended(self):
2513
- """ """
2514
- ...
2515
-
2333
+ def is_extended(self): ...
2516
2334
  def is_property_hidden(self) -> bool:
2517
2335
  """Check if a property is hidden.
2518
2336
 
@@ -2650,34 +2468,15 @@ class RENDER_PT_output(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gen
2650
2468
  class RENDER_PT_output_color_management(
2651
2469
  bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
2652
2470
  ):
2653
- """ """
2654
-
2655
2471
  COMPAT_ENGINES: typing.Any
2656
- """ """
2657
-
2658
2472
  bl_context: typing.Any
2659
- """ """
2660
-
2661
2473
  bl_label: typing.Any
2662
- """ """
2663
-
2664
2474
  bl_options: typing.Any
2665
- """ """
2666
-
2667
2475
  bl_parent_id: typing.Any
2668
- """ """
2669
-
2670
2476
  bl_region_type: typing.Any
2671
- """ """
2672
-
2673
2477
  bl_rna: typing.Any
2674
- """ """
2675
-
2676
2478
  bl_space_type: typing.Any
2677
- """ """
2678
-
2679
2479
  id_data: typing.Any
2680
- """ """
2681
2480
 
2682
2481
  def append(self, draw_func):
2683
2482
  """Append a draw function to this menu,
@@ -2762,10 +2561,7 @@ class RENDER_PT_output_color_management(
2762
2561
  """
2763
2562
  ...
2764
2563
 
2765
- def is_extended(self):
2766
- """ """
2767
- ...
2768
-
2564
+ def is_extended(self): ...
2769
2565
  def is_property_hidden(self) -> bool:
2770
2566
  """Check if a property is hidden.
2771
2567
 
@@ -2903,31 +2699,14 @@ class RENDER_PT_output_color_management(
2903
2699
  class RENDER_PT_output_views(
2904
2700
  bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
2905
2701
  ):
2906
- """ """
2907
-
2908
2702
  COMPAT_ENGINES: typing.Any
2909
- """ """
2910
-
2911
2703
  bl_context: typing.Any
2912
- """ """
2913
-
2914
2704
  bl_label: typing.Any
2915
- """ """
2916
-
2917
2705
  bl_parent_id: typing.Any
2918
- """ """
2919
-
2920
2706
  bl_region_type: typing.Any
2921
- """ """
2922
-
2923
2707
  bl_rna: typing.Any
2924
- """ """
2925
-
2926
2708
  bl_space_type: typing.Any
2927
- """ """
2928
-
2929
2709
  id_data: typing.Any
2930
- """ """
2931
2710
 
2932
2711
  def append(self, draw_func):
2933
2712
  """Append a draw function to this menu,
@@ -3012,10 +2791,7 @@ class RENDER_PT_output_views(
3012
2791
  """
3013
2792
  ...
3014
2793
 
3015
- def is_extended(self):
3016
- """ """
3017
- ...
3018
-
2794
+ def is_extended(self): ...
3019
2795
  def is_property_hidden(self) -> bool:
3020
2796
  """Check if a property is hidden.
3021
2797
 
@@ -3153,31 +2929,14 @@ class RENDER_PT_output_views(
3153
2929
  class RENDER_PT_post_processing(
3154
2930
  bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
3155
2931
  ):
3156
- """ """
3157
-
3158
2932
  COMPAT_ENGINES: typing.Any
3159
- """ """
3160
-
3161
2933
  bl_context: typing.Any
3162
- """ """
3163
-
3164
2934
  bl_label: typing.Any
3165
- """ """
3166
-
3167
2935
  bl_options: typing.Any
3168
- """ """
3169
-
3170
2936
  bl_region_type: typing.Any
3171
- """ """
3172
-
3173
2937
  bl_rna: typing.Any
3174
- """ """
3175
-
3176
2938
  bl_space_type: typing.Any
3177
- """ """
3178
-
3179
2939
  id_data: typing.Any
3180
- """ """
3181
2940
 
3182
2941
  def append(self, draw_func):
3183
2942
  """Append a draw function to this menu,
@@ -3262,10 +3021,7 @@ class RENDER_PT_post_processing(
3262
3021
  """
3263
3022
  ...
3264
3023
 
3265
- def is_extended(self):
3266
- """ """
3267
- ...
3268
-
3024
+ def is_extended(self): ...
3269
3025
  def is_property_hidden(self) -> bool:
3270
3026
  """Check if a property is hidden.
3271
3027
 
@@ -3401,31 +3157,14 @@ class RENDER_PT_post_processing(
3401
3157
  ...
3402
3158
 
3403
3159
  class RENDER_PT_stamp(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
3404
- """ """
3405
-
3406
3160
  COMPAT_ENGINES: typing.Any
3407
- """ """
3408
-
3409
3161
  bl_context: typing.Any
3410
- """ """
3411
-
3412
3162
  bl_label: typing.Any
3413
- """ """
3414
-
3415
3163
  bl_options: typing.Any
3416
- """ """
3417
-
3418
3164
  bl_region_type: typing.Any
3419
- """ """
3420
-
3421
3165
  bl_rna: typing.Any
3422
- """ """
3423
-
3424
3166
  bl_space_type: typing.Any
3425
- """ """
3426
-
3427
3167
  id_data: typing.Any
3428
- """ """
3429
3168
 
3430
3169
  def append(self, draw_func):
3431
3170
  """Append a draw function to this menu,
@@ -3510,10 +3249,7 @@ class RENDER_PT_stamp(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gene
3510
3249
  """
3511
3250
  ...
3512
3251
 
3513
- def is_extended(self):
3514
- """ """
3515
- ...
3516
-
3252
+ def is_extended(self): ...
3517
3253
  def is_property_hidden(self) -> bool:
3518
3254
  """Check if a property is hidden.
3519
3255
 
@@ -3651,34 +3387,15 @@ class RENDER_PT_stamp(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gene
3651
3387
  class RENDER_PT_stamp_burn(
3652
3388
  bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
3653
3389
  ):
3654
- """ """
3655
-
3656
3390
  COMPAT_ENGINES: typing.Any
3657
- """ """
3658
-
3659
3391
  bl_context: typing.Any
3660
- """ """
3661
-
3662
3392
  bl_label: typing.Any
3663
- """ """
3664
-
3665
3393
  bl_options: typing.Any
3666
- """ """
3667
-
3668
3394
  bl_parent_id: typing.Any
3669
- """ """
3670
-
3671
3395
  bl_region_type: typing.Any
3672
- """ """
3673
-
3674
3396
  bl_rna: typing.Any
3675
- """ """
3676
-
3677
3397
  bl_space_type: typing.Any
3678
- """ """
3679
-
3680
3398
  id_data: typing.Any
3681
- """ """
3682
3399
 
3683
3400
  def append(self, draw_func):
3684
3401
  """Append a draw function to this menu,
@@ -3770,10 +3487,7 @@ class RENDER_PT_stamp_burn(
3770
3487
  """
3771
3488
  ...
3772
3489
 
3773
- def is_extended(self):
3774
- """ """
3775
- ...
3776
-
3490
+ def is_extended(self): ...
3777
3491
  def is_property_hidden(self) -> bool:
3778
3492
  """Check if a property is hidden.
3779
3493
 
@@ -3911,34 +3625,15 @@ class RENDER_PT_stamp_burn(
3911
3625
  class RENDER_PT_stamp_note(
3912
3626
  bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
3913
3627
  ):
3914
- """ """
3915
-
3916
3628
  COMPAT_ENGINES: typing.Any
3917
- """ """
3918
-
3919
3629
  bl_context: typing.Any
3920
- """ """
3921
-
3922
3630
  bl_label: typing.Any
3923
- """ """
3924
-
3925
3631
  bl_options: typing.Any
3926
- """ """
3927
-
3928
3632
  bl_parent_id: typing.Any
3929
- """ """
3930
-
3931
3633
  bl_region_type: typing.Any
3932
- """ """
3933
-
3934
3634
  bl_rna: typing.Any
3935
- """ """
3936
-
3937
3635
  bl_space_type: typing.Any
3938
- """ """
3939
-
3940
3636
  id_data: typing.Any
3941
- """ """
3942
3637
 
3943
3638
  def append(self, draw_func):
3944
3639
  """Append a draw function to this menu,
@@ -4030,10 +3725,7 @@ class RENDER_PT_stamp_note(
4030
3725
  """
4031
3726
  ...
4032
3727
 
4033
- def is_extended(self):
4034
- """ """
4035
- ...
4036
-
3728
+ def is_extended(self): ...
4037
3729
  def is_property_hidden(self) -> bool:
4038
3730
  """Check if a property is hidden.
4039
3731
 
@@ -4171,31 +3863,14 @@ class RENDER_PT_stamp_note(
4171
3863
  class RENDER_PT_stereoscopy(
4172
3864
  bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
4173
3865
  ):
4174
- """ """
4175
-
4176
3866
  COMPAT_ENGINES: typing.Any
4177
- """ """
4178
-
4179
3867
  bl_context: typing.Any
4180
- """ """
4181
-
4182
3868
  bl_label: typing.Any
4183
- """ """
4184
-
4185
3869
  bl_options: typing.Any
4186
- """ """
4187
-
4188
3870
  bl_region_type: typing.Any
4189
- """ """
4190
-
4191
3871
  bl_rna: typing.Any
4192
- """ """
4193
-
4194
3872
  bl_space_type: typing.Any
4195
- """ """
4196
-
4197
3873
  id_data: typing.Any
4198
- """ """
4199
3874
 
4200
3875
  def append(self, draw_func):
4201
3876
  """Append a draw function to this menu,
@@ -4287,10 +3962,7 @@ class RENDER_PT_stereoscopy(
4287
3962
  """
4288
3963
  ...
4289
3964
 
4290
- def is_extended(self):
4291
- """ """
4292
- ...
4293
-
3965
+ def is_extended(self): ...
4294
3966
  def is_property_hidden(self) -> bool:
4295
3967
  """Check if a property is hidden.
4296
3968
 
@@ -4428,34 +4100,15 @@ class RENDER_PT_stereoscopy(
4428
4100
  class RENDER_PT_time_stretching(
4429
4101
  bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
4430
4102
  ):
4431
- """ """
4432
-
4433
4103
  COMPAT_ENGINES: typing.Any
4434
- """ """
4435
-
4436
4104
  bl_context: typing.Any
4437
- """ """
4438
-
4439
4105
  bl_label: typing.Any
4440
- """ """
4441
-
4442
4106
  bl_options: typing.Any
4443
- """ """
4444
-
4445
4107
  bl_parent_id: typing.Any
4446
- """ """
4447
-
4448
4108
  bl_region_type: typing.Any
4449
- """ """
4450
-
4451
4109
  bl_rna: typing.Any
4452
- """ """
4453
-
4454
4110
  bl_space_type: typing.Any
4455
- """ """
4456
-
4457
4111
  id_data: typing.Any
4458
- """ """
4459
4112
 
4460
4113
  def append(self, draw_func):
4461
4114
  """Append a draw function to this menu,
@@ -4540,10 +4193,7 @@ class RENDER_PT_time_stretching(
4540
4193
  """
4541
4194
  ...
4542
4195
 
4543
- def is_extended(self):
4544
- """ """
4545
- ...
4546
-
4196
+ def is_extended(self): ...
4547
4197
  def is_property_hidden(self) -> bool:
4548
4198
  """Check if a property is hidden.
4549
4199