fake-bpy-module 20240210__py3-none-any.whl → 20240326__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.
Files changed (309) hide show
  1. addon_utils/__init__.pyi +54 -11
  2. animsys_refactor/__init__.pyi +36 -7
  3. aud/__init__.pyi +307 -321
  4. bgl/__init__.pyi +2926 -865
  5. bl_app_override/__init__.pyi +14 -4
  6. bl_app_override/helpers/__init__.pyi +24 -3
  7. bl_app_template_utils/__init__.pyi +19 -5
  8. bl_console_utils/__init__.pyi +0 -1
  9. bl_console_utils/autocomplete/__init__.pyi +2 -3
  10. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
  11. bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
  12. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
  13. bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
  14. bl_i18n_utils/__init__.pyi +2 -3
  15. bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
  16. bl_i18n_utils/merge_po/__init__.pyi +4 -2
  17. bl_i18n_utils/settings/__init__.pyi +53 -7
  18. bl_i18n_utils/utils/__init__.pyi +332 -45
  19. bl_i18n_utils/utils_cli/__init__.pyi +29 -7
  20. bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
  21. bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
  22. bl_keymap_utils/__init__.pyi +2 -3
  23. bl_keymap_utils/io/__init__.pyi +44 -10
  24. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
  25. bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
  26. bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
  27. bl_keymap_utils/versioning/__init__.pyi +4 -2
  28. bl_math/__init__.pyi +21 -22
  29. bl_operators/__init__.pyi +30 -24
  30. bl_operators/add_mesh_torus/__init__.pyi +171 -38
  31. bl_operators/anim/__init__.pyi +1065 -227
  32. bl_operators/assets/__init__.pyi +427 -93
  33. bl_operators/bmesh/__init__.pyi +0 -1
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
  35. bl_operators/clip/__init__.pyi +1342 -288
  36. bl_operators/console/__init__.pyi +647 -141
  37. bl_operators/constraint/__init__.pyi +524 -113
  38. bl_operators/file/__init__.pyi +396 -85
  39. bl_operators/freestyle/__init__.pyi +532 -114
  40. bl_operators/geometry_nodes/__init__.pyi +2412 -597
  41. bl_operators/image/__init__.pyi +380 -83
  42. bl_operators/mesh/__init__.pyi +401 -86
  43. bl_operators/node/__init__.pyi +1756 -385
  44. bl_operators/object/__init__.pyi +2022 -553
  45. bl_operators/object_align/__init__.pyi +145 -32
  46. bl_operators/object_quick_effects/__init__.pyi +555 -125
  47. bl_operators/object_randomize_transform/__init__.pyi +136 -33
  48. bl_operators/presets/__init__.pyi +3516 -709
  49. bl_operators/rigidbody/__init__.pyi +401 -86
  50. bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
  51. bl_operators/sequencer/__init__.pyi +731 -150
  52. bl_operators/spreadsheet/__init__.pyi +145 -31
  53. bl_operators/userpref/__init__.pyi +3416 -825
  54. bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
  55. bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
  56. bl_operators/uvcalc_transform/__init__.pyi +344 -74
  57. bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
  58. bl_operators/view3d/__init__.pyi +697 -147
  59. bl_operators/wm/__init__.pyi +6287 -1534
  60. bl_previews_utils/__init__.pyi +0 -1
  61. bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
  62. bl_rna_utils/__init__.pyi +0 -1
  63. bl_rna_utils/data_path/__init__.pyi +12 -3
  64. bl_text_utils/__init__.pyi +0 -1
  65. bl_text_utils/external_editor/__init__.pyi +4 -2
  66. bl_ui/__init__.pyi +567 -170
  67. bl_ui/anim/__init__.pyi +164 -34
  68. bl_ui/asset_shelf/__init__.pyi +146 -32
  69. bl_ui/generic_ui_list/__init__.pyi +471 -100
  70. bl_ui/node_add_menu/__init__.pyi +196 -41
  71. bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
  72. bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
  73. bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
  74. bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
  75. bl_ui/properties_animviz/__init__.pyi +32 -3
  76. bl_ui/properties_collection/__init__.pyi +787 -180
  77. bl_ui/properties_constraint/__init__.pyi +28635 -5524
  78. bl_ui/properties_data_armature/__init__.pyi +1905 -449
  79. bl_ui/properties_data_bone/__init__.pyi +1560 -337
  80. bl_ui/properties_data_camera/__init__.pyi +2269 -495
  81. bl_ui/properties_data_curve/__init__.pyi +2362 -535
  82. bl_ui/properties_data_curves/__init__.pyi +951 -204
  83. bl_ui/properties_data_empty/__init__.pyi +317 -70
  84. bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
  85. bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
  86. bl_ui/properties_data_lattice/__init__.pyi +472 -105
  87. bl_ui/properties_data_light/__init__.pyi +1570 -338
  88. bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
  89. bl_ui/properties_data_mesh/__init__.pyi +3205 -768
  90. bl_ui/properties_data_metaball/__init__.pyi +774 -171
  91. bl_ui/properties_data_modifier/__init__.pyi +1554 -329
  92. bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
  93. bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
  94. bl_ui/properties_data_speaker/__init__.pyi +782 -169
  95. bl_ui/properties_data_volume/__init__.pyi +1243 -282
  96. bl_ui/properties_freestyle/__init__.pyi +4071 -1031
  97. bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
  98. bl_ui/properties_mask_common/__init__.pyi +1256 -250
  99. bl_ui/properties_material/__init__.pyi +2351 -543
  100. bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
  101. bl_ui/properties_object/__init__.pyi +2179 -513
  102. bl_ui/properties_output/__init__.pyi +2956 -706
  103. bl_ui/properties_paint_common/__init__.pyi +947 -141
  104. bl_ui/properties_particle/__init__.pyi +8322 -1971
  105. bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
  106. bl_ui/properties_physics_common/__init__.pyi +200 -45
  107. bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
  108. bl_ui/properties_physics_field/__init__.pyi +1695 -365
  109. bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
  110. bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
  111. bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
  112. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
  113. bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
  114. bl_ui/properties_render/__init__.pyi +8312 -1934
  115. bl_ui/properties_scene/__init__.pyi +2211 -540
  116. bl_ui/properties_texture/__init__.pyi +4185 -1014
  117. bl_ui/properties_view_layer/__init__.pyi +2803 -665
  118. bl_ui/properties_workspace/__init__.pyi +626 -149
  119. bl_ui/properties_world/__init__.pyi +1092 -235
  120. bl_ui/space_clip/__init__.pyi +11475 -2806
  121. bl_ui/space_console/__init__.pyi +967 -203
  122. bl_ui/space_dopesheet/__init__.pyi +4260 -967
  123. bl_ui/space_filebrowser/__init__.pyi +4852 -1188
  124. bl_ui/space_graph/__init__.pyi +3251 -703
  125. bl_ui/space_image/__init__.pyi +12218 -2968
  126. bl_ui/space_info/__init__.pyi +964 -201
  127. bl_ui/space_nla/__init__.pyi +2756 -585
  128. bl_ui/space_node/__init__.pyi +5661 -1266
  129. bl_ui/space_outliner/__init__.pyi +2294 -479
  130. bl_ui/space_properties/__init__.pyi +417 -93
  131. bl_ui/space_sequencer/__init__.pyi +12436 -3010
  132. bl_ui/space_spreadsheet/__init__.pyi +184 -37
  133. bl_ui/space_statusbar/__init__.pyi +135 -31
  134. bl_ui/space_text/__init__.pyi +2556 -543
  135. bl_ui/space_time/__init__.pyi +1151 -244
  136. bl_ui/space_toolsystem_common/__init__.pyi +368 -67
  137. bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
  138. bl_ui/space_topbar/__init__.pyi +4214 -888
  139. bl_ui/space_userpref/__init__.pyi +13920 -3468
  140. bl_ui/space_view3d/__init__.pyi +42751 -9613
  141. bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
  142. bl_ui/utils/__init__.pyi +42 -5
  143. bl_ui_utils/__init__.pyi +0 -1
  144. bl_ui_utils/bug_report_url/__init__.pyi +4 -2
  145. bl_ui_utils/layout/__init__.pyi +4 -2
  146. blend_render_info/__init__.pyi +13 -4
  147. blf/__init__.pyi +15 -18
  148. bmesh/__init__.pyi +18 -18
  149. bmesh/geometry/__init__.pyi +5 -6
  150. bmesh/ops/__init__.pyi +1337 -1158
  151. bmesh/types/__init__.pyi +464 -374
  152. bmesh/utils/__init__.pyi +64 -70
  153. bpy/__init__.pyi +6 -7
  154. bpy/app/__init__.pyi +36 -38
  155. bpy/app/handlers/__init__.pyi +37 -38
  156. bpy/app/icons/__init__.pyi +8 -11
  157. bpy/app/timers/__init__.pyi +18 -17
  158. bpy/app/translations/__init__.pyi +32 -30
  159. bpy/msgbus/__init__.pyi +25 -20
  160. bpy/ops/__init__.pyi +63 -64
  161. bpy/ops/action/__init__.pyi +408 -436
  162. bpy/ops/anim/__init__.pyi +459 -577
  163. bpy/ops/armature/__init__.pyi +396 -498
  164. bpy/ops/asset/__init__.pyi +187 -213
  165. bpy/ops/boid/__init__.pyi +50 -68
  166. bpy/ops/brush/__init__.pyi +72 -97
  167. bpy/ops/buttons/__init__.pyi +202 -193
  168. bpy/ops/cachefile/__init__.pyi +198 -188
  169. bpy/ops/camera/__init__.pyi +24 -31
  170. bpy/ops/clip/__init__.pyi +1021 -1082
  171. bpy/ops/cloth/__init__.pyi +11 -15
  172. bpy/ops/collection/__init__.pyi +36 -51
  173. bpy/ops/console/__init__.pyi +155 -209
  174. bpy/ops/constraint/__init__.pyi +286 -254
  175. bpy/ops/curve/__init__.pyi +597 -659
  176. bpy/ops/curves/__init__.pyi +191 -225
  177. bpy/ops/cycles/__init__.pyi +21 -30
  178. bpy/ops/dpaint/__init__.pyi +34 -47
  179. bpy/ops/ed/__init__.pyi +160 -176
  180. bpy/ops/export_anim/__init__.pyi +51 -34
  181. bpy/ops/export_mesh/__init__.pyi +47 -45
  182. bpy/ops/export_scene/__init__.pyi +659 -504
  183. bpy/ops/file/__init__.pyi +469 -474
  184. bpy/ops/fluid/__init__.pyi +89 -119
  185. bpy/ops/font/__init__.pyi +325 -361
  186. bpy/ops/geometry/__init__.pyi +86 -114
  187. bpy/ops/gizmogroup/__init__.pyi +22 -28
  188. bpy/ops/gpencil/__init__.pyi +1900 -1976
  189. bpy/ops/graph/__init__.pyi +875 -894
  190. bpy/ops/grease_pencil/__init__.pyi +572 -508
  191. bpy/ops/image/__init__.pyi +805 -855
  192. bpy/ops/import_anim/__init__.pyi +66 -46
  193. bpy/ops/import_curve/__init__.pyi +7 -11
  194. bpy/ops/import_mesh/__init__.pyi +19 -25
  195. bpy/ops/import_scene/__init__.pyi +164 -147
  196. bpy/ops/info/__init__.pyi +88 -85
  197. bpy/ops/lattice/__init__.pyi +86 -90
  198. bpy/ops/marker/__init__.pyi +135 -146
  199. bpy/ops/mask/__init__.pyi +372 -436
  200. bpy/ops/material/__init__.pyi +18 -25
  201. bpy/ops/mball/__init__.pyi +93 -99
  202. bpy/ops/mesh/__init__.pyi +2525 -2664
  203. bpy/ops/nla/__init__.pyi +398 -455
  204. bpy/ops/node/__init__.pyi +1015 -1207
  205. bpy/ops/object/__init__.pyi +3423 -3390
  206. bpy/ops/outliner/__init__.pyi +667 -685
  207. bpy/ops/paint/__init__.pyi +719 -672
  208. bpy/ops/paintcurve/__init__.pyi +64 -85
  209. bpy/ops/palette/__init__.pyi +48 -67
  210. bpy/ops/particle/__init__.pyi +323 -367
  211. bpy/ops/pose/__init__.pyi +569 -474
  212. bpy/ops/poselib/__init__.pyi +77 -100
  213. bpy/ops/preferences/__init__.pyi +460 -512
  214. bpy/ops/ptcache/__init__.pyi +46 -63
  215. bpy/ops/render/__init__.pyi +121 -155
  216. bpy/ops/rigidbody/__init__.pyi +148 -143
  217. bpy/ops/scene/__init__.pyi +336 -380
  218. bpy/ops/screen/__init__.pyi +454 -530
  219. bpy/ops/script/__init__.pyi +19 -28
  220. bpy/ops/sculpt/__init__.pyi +734 -587
  221. bpy/ops/sculpt_curves/__init__.pyi +51 -56
  222. bpy/ops/sequencer/__init__.pyi +1617 -1500
  223. bpy/ops/sound/__init__.pyi +392 -315
  224. bpy/ops/spreadsheet/__init__.pyi +31 -42
  225. bpy/ops/surface/__init__.pyi +198 -163
  226. bpy/ops/text/__init__.pyi +479 -545
  227. bpy/ops/text_editor/__init__.pyi +11 -15
  228. bpy/ops/texture/__init__.pyi +26 -36
  229. bpy/ops/transform/__init__.pyi +825 -941
  230. bpy/ops/ui/__init__.pyi +246 -295
  231. bpy/ops/uilist/__init__.pyi +34 -38
  232. bpy/ops/uv/__init__.pyi +912 -824
  233. bpy/ops/view2d/__init__.pyi +157 -197
  234. bpy/ops/view3d/__init__.pyi +777 -878
  235. bpy/ops/wm/__init__.pyi +4102 -3595
  236. bpy/ops/workspace/__init__.pyi +42 -58
  237. bpy/ops/world/__init__.pyi +6 -9
  238. bpy/path/__init__.pyi +166 -109
  239. bpy/props/__init__.pyi +478 -395
  240. bpy/types/__init__.pyi +87194 -81467
  241. bpy/utils/__init__.pyi +325 -169
  242. bpy/utils/previews/__init__.pyi +108 -21
  243. bpy/utils/units/__init__.pyi +37 -39
  244. bpy_extras/__init__.pyi +4 -9
  245. bpy_extras/anim_utils/__init__.pyi +25 -55
  246. bpy_extras/asset_utils/__init__.pyi +3 -13
  247. bpy_extras/id_map_utils/__init__.pyi +1 -4
  248. bpy_extras/image_utils/__init__.pyi +33 -23
  249. bpy_extras/io_utils/__init__.pyi +116 -66
  250. bpy_extras/keyconfig_utils/__init__.pyi +5 -3
  251. bpy_extras/mesh_utils/__init__.pyi +42 -34
  252. bpy_extras/node_utils/__init__.pyi +4 -4
  253. bpy_extras/object_utils/__init__.pyi +58 -43
  254. bpy_extras/view3d_utils/__init__.pyi +64 -63
  255. bpy_restrict_state/__init__.pyi +14 -2
  256. bpy_types/__init__.pyi +3873 -998
  257. console_python/__init__.pyi +41 -8
  258. console_shell/__init__.pyi +24 -6
  259. {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
  260. fake_bpy_module-20240326.dist-info/RECORD +343 -0
  261. {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
  262. freestyle/__init__.pyi +4 -5
  263. freestyle/chainingiterators/__init__.pyi +229 -73
  264. freestyle/functions/__init__.pyi +624 -402
  265. freestyle/predicates/__init__.pyi +381 -169
  266. freestyle/shaders/__init__.pyi +424 -155
  267. freestyle/types/__init__.pyi +1572 -726
  268. freestyle/utils/ContextFunctions/__init__.pyi +54 -43
  269. freestyle/utils/__init__.pyi +67 -31
  270. gpu/__init__.pyi +3 -4
  271. gpu/capabilities/__init__.pyi +57 -37
  272. gpu/matrix/__init__.pyi +14 -17
  273. gpu/platform/__init__.pyi +5 -6
  274. gpu/select/__init__.pyi +2 -5
  275. gpu/shader/__init__.pyi +14 -12
  276. gpu/state/__init__.pyi +48 -62
  277. gpu/texture/__init__.pyi +7 -7
  278. gpu/types/__init__.pyi +670 -229
  279. gpu_extras/__init__.pyi +1 -2
  280. gpu_extras/batch/__init__.pyi +27 -6
  281. gpu_extras/presets/__init__.pyi +67 -27
  282. graphviz_export/__init__.pyi +9 -3
  283. idprop/__init__.pyi +0 -1
  284. idprop/types/__init__.pyi +42 -13
  285. imbuf/__init__.pyi +6 -10
  286. imbuf/types/__init__.pyi +8 -16
  287. keyingsets_builtins/__init__.pyi +3149 -702
  288. keyingsets_utils/__init__.pyi +69 -15
  289. mathutils/__init__.pyi +951 -876
  290. mathutils/bvhtree/__init__.pyi +47 -48
  291. mathutils/geometry/__init__.pyi +237 -242
  292. mathutils/interpolate/__init__.pyi +3 -6
  293. mathutils/kdtree/__init__.pyi +23 -26
  294. mathutils/noise/__init__.pyi +50 -51
  295. nodeitems_builtins/__init__.pyi +50 -11
  296. nodeitems_utils/__init__.pyi +58 -11
  297. rna_info/__init__.pyi +230 -27
  298. rna_keymap_ui/__init__.pyi +29 -7
  299. rna_prop_ui/__init__.pyi +69 -13
  300. rna_xml/__init__.pyi +29 -7
  301. sys_info/__init__.pyi +4 -2
  302. bpy_extras/bmesh_utils/__init__.pyi +0 -7
  303. bpy_extras/extensions/__init__.pyi +0 -5
  304. bpy_extras/extensions/junction_module/__init__.pyi +0 -13
  305. bpy_extras/node_shader_utils/__init__.pyi +0 -132
  306. bpy_extras/wm_utils/__init__.pyi +0 -5
  307. bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
  308. fake_bpy_module-20240210.dist-info/RECORD +0 -349
  309. {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
@@ -1,149 +1,131 @@
1
- import sys
2
1
  import typing
3
2
  import bpy_types
4
- import bl_ui.utils
5
3
 
6
4
  GenericType = typing.TypeVar("GenericType")
7
5
 
8
- class RENDER_MT_framerate_presets(bpy_types.Menu, bpy_types._GenericUI):
9
- bl_label: typing.Any
10
- bl_rna: typing.Any
11
- id_data: typing.Any
12
- preset_operator: typing.Any
13
- preset_subdir: typing.Any
6
+ class RENDER_MT_framerate_presets(bpy_types._GenericUI):
7
+ """ """
14
8
 
15
- def append(self, draw_func): ...
16
- def as_pointer(self): ...
17
- def bl_rna_get_subclass(self): ...
18
- def bl_rna_get_subclass_py(self): ...
19
- def draw(self, _context): ...
20
- def draw_collapsible(self, context, layout): ...
21
- def draw_preset(self, _context): ...
22
- def driver_add(self): ...
23
- def driver_remove(self): ...
24
- def get(self): ...
25
- def id_properties_clear(self): ...
26
- def id_properties_ensure(self): ...
27
- def id_properties_ui(self): ...
28
- def is_extended(self): ...
29
- def is_property_hidden(self): ...
30
- def is_property_overridable_library(self): ...
31
- def is_property_readonly(self): ...
32
- def is_property_set(self): ...
33
- def items(self): ...
34
- def keyframe_delete(self): ...
35
- def keyframe_insert(self): ...
36
- def keys(self): ...
37
- def path_from_id(self): ...
38
- def path_menu(
39
- self,
40
- searchpaths,
41
- operator,
42
- props_default,
43
- prop_filepath,
44
- filter_ext,
45
- filter_path,
46
- display_name,
47
- add_operator,
48
- ): ...
49
- def path_resolve(self): ...
50
- def pop(self): ...
51
- def prepend(self, draw_func): ...
52
- def property_overridable_library_set(self): ...
53
- def property_unset(self): ...
54
- def remove(self, draw_func): ...
55
- def type_recast(self): ...
56
- def values(self): ...
57
-
58
- class RENDER_PT_ffmpeg_presets(
59
- bl_ui.utils.PresetPanel, bpy_types.Panel, bpy_types._GenericUI
60
- ):
61
9
  bl_label: typing.Any
62
- bl_region_type: typing.Any
63
- bl_rna: typing.Any
64
- bl_space_type: typing.Any
65
- id_data: typing.Any
66
- preset_operator: typing.Any
67
- preset_subdir: typing.Any
10
+ """ """
68
11
 
69
- def append(self, draw_func): ...
70
- def as_pointer(self): ...
71
- def bl_rna_get_subclass(self): ...
72
- def bl_rna_get_subclass_py(self): ...
73
- def draw(self, context): ...
74
- def draw_menu(self, layout, text): ...
75
- def draw_panel_header(self, layout): ...
76
- def driver_add(self): ...
77
- def driver_remove(self): ...
78
- def get(self): ...
79
- def id_properties_clear(self): ...
80
- def id_properties_ensure(self): ...
81
- def id_properties_ui(self): ...
82
- def is_extended(self): ...
83
- def is_property_hidden(self): ...
84
- def is_property_overridable_library(self): ...
85
- def is_property_readonly(self): ...
86
- def is_property_set(self): ...
87
- def items(self): ...
88
- def keyframe_delete(self): ...
89
- def keyframe_insert(self): ...
90
- def keys(self): ...
91
- def path_from_id(self): ...
92
- def path_menu(
93
- self,
94
- searchpaths,
95
- operator,
96
- props_default,
97
- prop_filepath,
98
- filter_ext,
99
- filter_path,
100
- display_name,
101
- add_operator,
102
- ): ...
103
- def path_resolve(self): ...
104
- def pop(self): ...
105
- def prepend(self, draw_func): ...
106
- def property_overridable_library_set(self): ...
107
- def property_unset(self): ...
108
- def remove(self, draw_func): ...
109
- def type_recast(self): ...
110
- def values(self): ...
111
-
112
- class RENDER_PT_format_presets(
113
- bl_ui.utils.PresetPanel, bpy_types.Panel, bpy_types._GenericUI
114
- ):
115
- bl_label: typing.Any
116
- bl_region_type: typing.Any
117
12
  bl_rna: typing.Any
118
- bl_space_type: typing.Any
13
+ """ """
14
+
119
15
  id_data: typing.Any
120
- preset_add_operator: typing.Any
16
+ """ """
17
+
121
18
  preset_operator: typing.Any
19
+ """ """
20
+
122
21
  preset_subdir: typing.Any
22
+ """ """
23
+
24
+ def append(self, draw_func):
25
+ """
26
+
27
+ :param draw_func:
28
+ """
29
+ ...
30
+
31
+ def as_pointer(self):
32
+ """ """
33
+ ...
34
+
35
+ def bl_rna_get_subclass(self):
36
+ """ """
37
+ ...
38
+
39
+ def bl_rna_get_subclass_py(self):
40
+ """ """
41
+ ...
42
+
43
+ def draw(self, _context):
44
+ """
45
+
46
+ :param _context:
47
+ """
48
+ ...
49
+
50
+ def draw_collapsible(self, context, layout):
51
+ """
52
+
53
+ :param context:
54
+ :param layout:
55
+ """
56
+ ...
57
+
58
+ def draw_preset(self, _context):
59
+ """
60
+
61
+ :param _context:
62
+ """
63
+ ...
64
+
65
+ def driver_add(self):
66
+ """ """
67
+ ...
68
+
69
+ def driver_remove(self):
70
+ """ """
71
+ ...
72
+
73
+ def get(self):
74
+ """ """
75
+ ...
76
+
77
+ def id_properties_clear(self):
78
+ """ """
79
+ ...
80
+
81
+ def id_properties_ensure(self):
82
+ """ """
83
+ ...
84
+
85
+ def id_properties_ui(self):
86
+ """ """
87
+ ...
88
+
89
+ def is_extended(self):
90
+ """ """
91
+ ...
92
+
93
+ def is_property_hidden(self):
94
+ """ """
95
+ ...
96
+
97
+ def is_property_overridable_library(self):
98
+ """ """
99
+ ...
100
+
101
+ def is_property_readonly(self):
102
+ """ """
103
+ ...
104
+
105
+ def is_property_set(self):
106
+ """ """
107
+ ...
108
+
109
+ def items(self):
110
+ """ """
111
+ ...
112
+
113
+ def keyframe_delete(self):
114
+ """ """
115
+ ...
116
+
117
+ def keyframe_insert(self):
118
+ """ """
119
+ ...
120
+
121
+ def keys(self):
122
+ """ """
123
+ ...
124
+
125
+ def path_from_id(self):
126
+ """ """
127
+ ...
123
128
 
124
- def append(self, draw_func): ...
125
- def as_pointer(self): ...
126
- def bl_rna_get_subclass(self): ...
127
- def bl_rna_get_subclass_py(self): ...
128
- def draw(self, context): ...
129
- def draw_menu(self, layout, text): ...
130
- def draw_panel_header(self, layout): ...
131
- def driver_add(self): ...
132
- def driver_remove(self): ...
133
- def get(self): ...
134
- def id_properties_clear(self): ...
135
- def id_properties_ensure(self): ...
136
- def id_properties_ui(self): ...
137
- def is_extended(self): ...
138
- def is_property_hidden(self): ...
139
- def is_property_overridable_library(self): ...
140
- def is_property_readonly(self): ...
141
- def is_property_set(self): ...
142
- def items(self): ...
143
- def keyframe_delete(self): ...
144
- def keyframe_insert(self): ...
145
- def keys(self): ...
146
- def path_from_id(self): ...
147
129
  def path_menu(
148
130
  self,
149
131
  searchpaths,
@@ -154,660 +136,2928 @@ class RENDER_PT_format_presets(
154
136
  filter_path,
155
137
  display_name,
156
138
  add_operator,
157
- ): ...
158
- def path_resolve(self): ...
159
- def pop(self): ...
160
- def prepend(self, draw_func): ...
161
- def property_overridable_library_set(self): ...
162
- def property_unset(self): ...
163
- def remove(self, draw_func): ...
164
- def type_recast(self): ...
165
- def values(self): ...
166
-
167
- class RENDER_UL_renderviews(bpy_types.UIList, bpy_types._GenericUI):
168
- bl_rna: typing.Any
169
- id_data: typing.Any
139
+ ):
140
+ """
170
141
 
171
- def append(self, draw_func): ...
172
- def as_pointer(self): ...
173
- def bl_rna_get_subclass(self): ...
174
- def bl_rna_get_subclass_py(self): ...
175
- def draw_item(
176
- self, _context, layout, _data, item, icon, _active_data, _active_propname, index
177
- ): ...
178
- def driver_add(self): ...
179
- def driver_remove(self): ...
180
- def get(self): ...
181
- def id_properties_clear(self): ...
182
- def id_properties_ensure(self): ...
183
- def id_properties_ui(self): ...
184
- def is_extended(self): ...
185
- def is_property_hidden(self): ...
186
- def is_property_overridable_library(self): ...
187
- def is_property_readonly(self): ...
188
- def is_property_set(self): ...
189
- def items(self): ...
190
- def keyframe_delete(self): ...
191
- def keyframe_insert(self): ...
192
- def keys(self): ...
193
- def path_from_id(self): ...
194
- def path_resolve(self): ...
195
- def pop(self): ...
196
- def prepend(self, draw_func): ...
197
- def property_overridable_library_set(self): ...
198
- def property_unset(self): ...
199
- def remove(self, draw_func): ...
200
- def type_recast(self): ...
201
- def values(self): ...
142
+ :param searchpaths:
143
+ :param operator:
144
+ :param props_default:
145
+ :param prop_filepath:
146
+ :param filter_ext:
147
+ :param filter_path:
148
+ :param display_name:
149
+ :param add_operator:
150
+ """
151
+ ...
202
152
 
203
- class RenderOutputButtonsPanel:
204
- bl_context: typing.Any
205
- bl_region_type: typing.Any
206
- bl_space_type: typing.Any
153
+ def path_resolve(self):
154
+ """ """
155
+ ...
156
+
157
+ def pop(self):
158
+ """ """
159
+ ...
160
+
161
+ def prepend(self, draw_func):
162
+ """
163
+
164
+ :param draw_func:
165
+ """
166
+ ...
167
+
168
+ def property_overridable_library_set(self):
169
+ """ """
170
+ ...
171
+
172
+ def property_unset(self):
173
+ """ """
174
+ ...
175
+
176
+ def remove(self, draw_func):
177
+ """
178
+
179
+ :param draw_func:
180
+ """
181
+ ...
207
182
 
208
- def poll(self, context): ...
183
+ def type_recast(self):
184
+ """ """
185
+ ...
186
+
187
+ def values(self):
188
+ """ """
189
+ ...
190
+
191
+ class RENDER_PT_encoding(bpy_types._GenericUI):
192
+ """ """
209
193
 
210
- class RENDER_PT_encoding(
211
- RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
212
- ):
213
194
  COMPAT_ENGINES: typing.Any
195
+ """ """
196
+
214
197
  bl_context: typing.Any
198
+ """ """
199
+
215
200
  bl_label: typing.Any
201
+ """ """
202
+
216
203
  bl_options: typing.Any
217
- bl_parent_id: typing.Any
218
- bl_region_type: typing.Any
219
- bl_rna: typing.Any
220
- bl_space_type: typing.Any
221
- id_data: typing.Any
204
+ """ """
222
205
 
223
- def append(self, draw_func): ...
224
- def as_pointer(self): ...
225
- def bl_rna_get_subclass(self): ...
226
- def bl_rna_get_subclass_py(self): ...
227
- def draw(self, context): ...
228
- def draw_header_preset(self, _context): ...
229
- def driver_add(self): ...
230
- def driver_remove(self): ...
231
- def get(self): ...
232
- def id_properties_clear(self): ...
233
- def id_properties_ensure(self): ...
234
- def id_properties_ui(self): ...
235
- def is_extended(self): ...
236
- def is_property_hidden(self): ...
237
- def is_property_overridable_library(self): ...
238
- def is_property_readonly(self): ...
239
- def is_property_set(self): ...
240
- def items(self): ...
241
- def keyframe_delete(self): ...
242
- def keyframe_insert(self): ...
243
- def keys(self): ...
244
- def path_from_id(self): ...
245
- def path_resolve(self): ...
246
- def poll(self, context): ...
247
- def pop(self): ...
248
- def prepend(self, draw_func): ...
249
- def property_overridable_library_set(self): ...
250
- def property_unset(self): ...
251
- def remove(self, draw_func): ...
252
- def type_recast(self): ...
253
- def values(self): ...
254
-
255
- class RENDER_PT_encoding_audio(
256
- RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
257
- ):
258
- COMPAT_ENGINES: typing.Any
259
- bl_context: typing.Any
260
- bl_label: typing.Any
261
206
  bl_parent_id: typing.Any
262
- bl_region_type: typing.Any
263
- bl_rna: typing.Any
264
- bl_space_type: typing.Any
265
- id_data: typing.Any
207
+ """ """
266
208
 
267
- def append(self, draw_func): ...
268
- def as_pointer(self): ...
269
- def bl_rna_get_subclass(self): ...
270
- def bl_rna_get_subclass_py(self): ...
271
- def draw(self, context): ...
272
- def driver_add(self): ...
273
- def driver_remove(self): ...
274
- def get(self): ...
275
- def id_properties_clear(self): ...
276
- def id_properties_ensure(self): ...
277
- def id_properties_ui(self): ...
278
- def is_extended(self): ...
279
- def is_property_hidden(self): ...
280
- def is_property_overridable_library(self): ...
281
- def is_property_readonly(self): ...
282
- def is_property_set(self): ...
283
- def items(self): ...
284
- def keyframe_delete(self): ...
285
- def keyframe_insert(self): ...
286
- def keys(self): ...
287
- def path_from_id(self): ...
288
- def path_resolve(self): ...
289
- def poll(self, context): ...
290
- def pop(self): ...
291
- def prepend(self, draw_func): ...
292
- def property_overridable_library_set(self): ...
293
- def property_unset(self): ...
294
- def remove(self, draw_func): ...
295
- def type_recast(self): ...
296
- def values(self): ...
297
-
298
- class RENDER_PT_encoding_video(
299
- RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
300
- ):
301
- COMPAT_ENGINES: typing.Any
302
- bl_context: typing.Any
303
- bl_label: typing.Any
304
- bl_parent_id: typing.Any
305
209
  bl_region_type: typing.Any
306
- bl_rna: typing.Any
307
- bl_space_type: typing.Any
308
- id_data: typing.Any
210
+ """ """
309
211
 
310
- def append(self, draw_func): ...
311
- def as_pointer(self): ...
312
- def bl_rna_get_subclass(self): ...
313
- def bl_rna_get_subclass_py(self): ...
314
- def draw(self, context): ...
315
- def draw_vcodec(self, context): ...
316
- def driver_add(self): ...
317
- def driver_remove(self): ...
318
- def get(self): ...
319
- def id_properties_clear(self): ...
320
- def id_properties_ensure(self): ...
321
- def id_properties_ui(self): ...
322
- def is_extended(self): ...
323
- def is_property_hidden(self): ...
324
- def is_property_overridable_library(self): ...
325
- def is_property_readonly(self): ...
326
- def is_property_set(self): ...
327
- def items(self): ...
328
- def keyframe_delete(self): ...
329
- def keyframe_insert(self): ...
330
- def keys(self): ...
331
- def path_from_id(self): ...
332
- def path_resolve(self): ...
333
- def poll(self, context): ...
334
- def pop(self): ...
335
- def prepend(self, draw_func): ...
336
- def property_overridable_library_set(self): ...
337
- def property_unset(self): ...
338
- def remove(self, draw_func): ...
339
- def type_recast(self): ...
340
- def values(self): ...
341
-
342
- class RENDER_PT_format(RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
343
- COMPAT_ENGINES: typing.Any
344
- bl_context: typing.Any
345
- bl_label: typing.Any
346
- bl_region_type: typing.Any
347
212
  bl_rna: typing.Any
348
- bl_space_type: typing.Any
349
- id_data: typing.Any
213
+ """ """
350
214
 
351
- def append(self, draw_func): ...
352
- def as_pointer(self): ...
353
- def bl_rna_get_subclass(self): ...
354
- def bl_rna_get_subclass_py(self): ...
355
- def draw(self, context): ...
356
- def draw_framerate(self, layout, rd): ...
357
- def draw_header_preset(self, _context): ...
358
- def driver_add(self): ...
359
- def driver_remove(self): ...
360
- def get(self): ...
361
- def id_properties_clear(self): ...
362
- def id_properties_ensure(self): ...
363
- def id_properties_ui(self): ...
364
- def is_extended(self): ...
365
- def is_property_hidden(self): ...
366
- def is_property_overridable_library(self): ...
367
- def is_property_readonly(self): ...
368
- def is_property_set(self): ...
369
- def items(self): ...
370
- def keyframe_delete(self): ...
371
- def keyframe_insert(self): ...
372
- def keys(self): ...
373
- def path_from_id(self): ...
374
- def path_resolve(self): ...
375
- def poll(self, context): ...
376
- def pop(self): ...
377
- def prepend(self, draw_func): ...
378
- def property_overridable_library_set(self): ...
379
- def property_unset(self): ...
380
- def remove(self, draw_func): ...
381
- def type_recast(self): ...
382
- def values(self): ...
383
-
384
- class RENDER_PT_frame_range(
385
- RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
386
- ):
387
- COMPAT_ENGINES: typing.Any
388
- bl_context: typing.Any
389
- bl_label: typing.Any
390
- bl_region_type: typing.Any
391
- bl_rna: typing.Any
392
215
  bl_space_type: typing.Any
393
- id_data: typing.Any
216
+ """ """
394
217
 
395
- def append(self, draw_func): ...
396
- def as_pointer(self): ...
397
- def bl_rna_get_subclass(self): ...
398
- def bl_rna_get_subclass_py(self): ...
399
- def draw(self, context): ...
400
- def driver_add(self): ...
401
- def driver_remove(self): ...
402
- def get(self): ...
403
- def id_properties_clear(self): ...
404
- def id_properties_ensure(self): ...
405
- def id_properties_ui(self): ...
406
- def is_extended(self): ...
407
- def is_property_hidden(self): ...
408
- def is_property_overridable_library(self): ...
409
- def is_property_readonly(self): ...
410
- def is_property_set(self): ...
411
- def items(self): ...
412
- def keyframe_delete(self): ...
413
- def keyframe_insert(self): ...
414
- def keys(self): ...
415
- def path_from_id(self): ...
416
- def path_resolve(self): ...
417
- def poll(self, context): ...
418
- def pop(self): ...
419
- def prepend(self, draw_func): ...
420
- def property_overridable_library_set(self): ...
421
- def property_unset(self): ...
422
- def remove(self, draw_func): ...
423
- def type_recast(self): ...
424
- def values(self): ...
425
-
426
- class RENDER_PT_output(RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
427
- COMPAT_ENGINES: typing.Any
428
- bl_context: typing.Any
429
- bl_label: typing.Any
430
- bl_region_type: typing.Any
431
- bl_rna: typing.Any
432
- bl_space_type: typing.Any
433
218
  id_data: typing.Any
219
+ """ """
220
+
221
+ def append(self, draw_func):
222
+ """
223
+
224
+ :param draw_func:
225
+ """
226
+ ...
227
+
228
+ def as_pointer(self):
229
+ """ """
230
+ ...
231
+
232
+ def bl_rna_get_subclass(self):
233
+ """ """
234
+ ...
235
+
236
+ def bl_rna_get_subclass_py(self):
237
+ """ """
238
+ ...
239
+
240
+ def draw(self, context):
241
+ """
242
+
243
+ :param context:
244
+ """
245
+ ...
246
+
247
+ def draw_header_preset(self, _context):
248
+ """
249
+
250
+ :param _context:
251
+ """
252
+ ...
253
+
254
+ def driver_add(self):
255
+ """ """
256
+ ...
257
+
258
+ def driver_remove(self):
259
+ """ """
260
+ ...
261
+
262
+ def get(self):
263
+ """ """
264
+ ...
265
+
266
+ def id_properties_clear(self):
267
+ """ """
268
+ ...
269
+
270
+ def id_properties_ensure(self):
271
+ """ """
272
+ ...
273
+
274
+ def id_properties_ui(self):
275
+ """ """
276
+ ...
277
+
278
+ def is_extended(self):
279
+ """ """
280
+ ...
281
+
282
+ def is_property_hidden(self):
283
+ """ """
284
+ ...
285
+
286
+ def is_property_overridable_library(self):
287
+ """ """
288
+ ...
289
+
290
+ def is_property_readonly(self):
291
+ """ """
292
+ ...
293
+
294
+ def is_property_set(self):
295
+ """ """
296
+ ...
297
+
298
+ def items(self):
299
+ """ """
300
+ ...
301
+
302
+ def keyframe_delete(self):
303
+ """ """
304
+ ...
305
+
306
+ def keyframe_insert(self):
307
+ """ """
308
+ ...
309
+
310
+ def keys(self):
311
+ """ """
312
+ ...
313
+
314
+ def path_from_id(self):
315
+ """ """
316
+ ...
317
+
318
+ def path_resolve(self):
319
+ """ """
320
+ ...
321
+
322
+ def poll(self, context):
323
+ """
324
+
325
+ :param context:
326
+ """
327
+ ...
328
+
329
+ def pop(self):
330
+ """ """
331
+ ...
332
+
333
+ def prepend(self, draw_func):
334
+ """
335
+
336
+ :param draw_func:
337
+ """
338
+ ...
339
+
340
+ def property_overridable_library_set(self):
341
+ """ """
342
+ ...
343
+
344
+ def property_unset(self):
345
+ """ """
346
+ ...
347
+
348
+ def remove(self, draw_func):
349
+ """
350
+
351
+ :param draw_func:
352
+ """
353
+ ...
354
+
355
+ def type_recast(self):
356
+ """ """
357
+ ...
358
+
359
+ def values(self):
360
+ """ """
361
+ ...
362
+
363
+ class RENDER_PT_encoding_audio(bpy_types._GenericUI):
364
+ """ """
434
365
 
435
- def append(self, draw_func): ...
436
- def as_pointer(self): ...
437
- def bl_rna_get_subclass(self): ...
438
- def bl_rna_get_subclass_py(self): ...
439
- def draw(self, context): ...
440
- def driver_add(self): ...
441
- def driver_remove(self): ...
442
- def get(self): ...
443
- def id_properties_clear(self): ...
444
- def id_properties_ensure(self): ...
445
- def id_properties_ui(self): ...
446
- def is_extended(self): ...
447
- def is_property_hidden(self): ...
448
- def is_property_overridable_library(self): ...
449
- def is_property_readonly(self): ...
450
- def is_property_set(self): ...
451
- def items(self): ...
452
- def keyframe_delete(self): ...
453
- def keyframe_insert(self): ...
454
- def keys(self): ...
455
- def path_from_id(self): ...
456
- def path_resolve(self): ...
457
- def poll(self, context): ...
458
- def pop(self): ...
459
- def prepend(self, draw_func): ...
460
- def property_overridable_library_set(self): ...
461
- def property_unset(self): ...
462
- def remove(self, draw_func): ...
463
- def type_recast(self): ...
464
- def values(self): ...
465
-
466
- class RENDER_PT_output_color_management(
467
- RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
468
- ):
469
366
  COMPAT_ENGINES: typing.Any
367
+ """ """
368
+
470
369
  bl_context: typing.Any
370
+ """ """
371
+
471
372
  bl_label: typing.Any
472
- bl_options: typing.Any
373
+ """ """
374
+
473
375
  bl_parent_id: typing.Any
376
+ """ """
377
+
474
378
  bl_region_type: typing.Any
379
+ """ """
380
+
475
381
  bl_rna: typing.Any
382
+ """ """
383
+
476
384
  bl_space_type: typing.Any
385
+ """ """
386
+
477
387
  id_data: typing.Any
388
+ """ """
389
+
390
+ def append(self, draw_func):
391
+ """
392
+
393
+ :param draw_func:
394
+ """
395
+ ...
396
+
397
+ def as_pointer(self):
398
+ """ """
399
+ ...
400
+
401
+ def bl_rna_get_subclass(self):
402
+ """ """
403
+ ...
404
+
405
+ def bl_rna_get_subclass_py(self):
406
+ """ """
407
+ ...
408
+
409
+ def draw(self, context):
410
+ """
411
+
412
+ :param context:
413
+ """
414
+ ...
415
+
416
+ def driver_add(self):
417
+ """ """
418
+ ...
419
+
420
+ def driver_remove(self):
421
+ """ """
422
+ ...
423
+
424
+ def get(self):
425
+ """ """
426
+ ...
427
+
428
+ def id_properties_clear(self):
429
+ """ """
430
+ ...
431
+
432
+ def id_properties_ensure(self):
433
+ """ """
434
+ ...
435
+
436
+ def id_properties_ui(self):
437
+ """ """
438
+ ...
439
+
440
+ def is_extended(self):
441
+ """ """
442
+ ...
443
+
444
+ def is_property_hidden(self):
445
+ """ """
446
+ ...
447
+
448
+ def is_property_overridable_library(self):
449
+ """ """
450
+ ...
451
+
452
+ def is_property_readonly(self):
453
+ """ """
454
+ ...
455
+
456
+ def is_property_set(self):
457
+ """ """
458
+ ...
459
+
460
+ def items(self):
461
+ """ """
462
+ ...
463
+
464
+ def keyframe_delete(self):
465
+ """ """
466
+ ...
467
+
468
+ def keyframe_insert(self):
469
+ """ """
470
+ ...
471
+
472
+ def keys(self):
473
+ """ """
474
+ ...
475
+
476
+ def path_from_id(self):
477
+ """ """
478
+ ...
479
+
480
+ def path_resolve(self):
481
+ """ """
482
+ ...
483
+
484
+ def poll(self, context):
485
+ """
486
+
487
+ :param context:
488
+ """
489
+ ...
490
+
491
+ def pop(self):
492
+ """ """
493
+ ...
494
+
495
+ def prepend(self, draw_func):
496
+ """
497
+
498
+ :param draw_func:
499
+ """
500
+ ...
501
+
502
+ def property_overridable_library_set(self):
503
+ """ """
504
+ ...
505
+
506
+ def property_unset(self):
507
+ """ """
508
+ ...
509
+
510
+ def remove(self, draw_func):
511
+ """
512
+
513
+ :param draw_func:
514
+ """
515
+ ...
516
+
517
+ def type_recast(self):
518
+ """ """
519
+ ...
520
+
521
+ def values(self):
522
+ """ """
523
+ ...
524
+
525
+ class RENDER_PT_encoding_video(bpy_types._GenericUI):
526
+ """ """
478
527
 
479
- def append(self, draw_func): ...
480
- def as_pointer(self): ...
481
- def bl_rna_get_subclass(self): ...
482
- def bl_rna_get_subclass_py(self): ...
483
- def draw(self, context): ...
484
- def driver_add(self): ...
485
- def driver_remove(self): ...
486
- def get(self): ...
487
- def id_properties_clear(self): ...
488
- def id_properties_ensure(self): ...
489
- def id_properties_ui(self): ...
490
- def is_extended(self): ...
491
- def is_property_hidden(self): ...
492
- def is_property_overridable_library(self): ...
493
- def is_property_readonly(self): ...
494
- def is_property_set(self): ...
495
- def items(self): ...
496
- def keyframe_delete(self): ...
497
- def keyframe_insert(self): ...
498
- def keys(self): ...
499
- def path_from_id(self): ...
500
- def path_resolve(self): ...
501
- def poll(self, context): ...
502
- def pop(self): ...
503
- def prepend(self, draw_func): ...
504
- def property_overridable_library_set(self): ...
505
- def property_unset(self): ...
506
- def remove(self, draw_func): ...
507
- def type_recast(self): ...
508
- def values(self): ...
509
-
510
- class RENDER_PT_output_views(
511
- RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
512
- ):
513
528
  COMPAT_ENGINES: typing.Any
529
+ """ """
530
+
514
531
  bl_context: typing.Any
532
+ """ """
533
+
515
534
  bl_label: typing.Any
535
+ """ """
536
+
516
537
  bl_parent_id: typing.Any
538
+ """ """
539
+
517
540
  bl_region_type: typing.Any
541
+ """ """
542
+
518
543
  bl_rna: typing.Any
544
+ """ """
545
+
519
546
  bl_space_type: typing.Any
547
+ """ """
548
+
520
549
  id_data: typing.Any
550
+ """ """
551
+
552
+ def append(self, draw_func):
553
+ """
554
+
555
+ :param draw_func:
556
+ """
557
+ ...
558
+
559
+ def as_pointer(self):
560
+ """ """
561
+ ...
562
+
563
+ def bl_rna_get_subclass(self):
564
+ """ """
565
+ ...
566
+
567
+ def bl_rna_get_subclass_py(self):
568
+ """ """
569
+ ...
570
+
571
+ def draw(self, context):
572
+ """
573
+
574
+ :param context:
575
+ """
576
+ ...
577
+
578
+ def draw_vcodec(self, context):
579
+ """
580
+
581
+ :param context:
582
+ """
583
+ ...
584
+
585
+ def driver_add(self):
586
+ """ """
587
+ ...
588
+
589
+ def driver_remove(self):
590
+ """ """
591
+ ...
592
+
593
+ def get(self):
594
+ """ """
595
+ ...
596
+
597
+ def id_properties_clear(self):
598
+ """ """
599
+ ...
600
+
601
+ def id_properties_ensure(self):
602
+ """ """
603
+ ...
604
+
605
+ def id_properties_ui(self):
606
+ """ """
607
+ ...
608
+
609
+ def is_extended(self):
610
+ """ """
611
+ ...
612
+
613
+ def is_property_hidden(self):
614
+ """ """
615
+ ...
616
+
617
+ def is_property_overridable_library(self):
618
+ """ """
619
+ ...
620
+
621
+ def is_property_readonly(self):
622
+ """ """
623
+ ...
624
+
625
+ def is_property_set(self):
626
+ """ """
627
+ ...
628
+
629
+ def items(self):
630
+ """ """
631
+ ...
632
+
633
+ def keyframe_delete(self):
634
+ """ """
635
+ ...
636
+
637
+ def keyframe_insert(self):
638
+ """ """
639
+ ...
640
+
641
+ def keys(self):
642
+ """ """
643
+ ...
644
+
645
+ def path_from_id(self):
646
+ """ """
647
+ ...
648
+
649
+ def path_resolve(self):
650
+ """ """
651
+ ...
652
+
653
+ def poll(self, context):
654
+ """
655
+
656
+ :param context:
657
+ """
658
+ ...
659
+
660
+ def pop(self):
661
+ """ """
662
+ ...
663
+
664
+ def prepend(self, draw_func):
665
+ """
666
+
667
+ :param draw_func:
668
+ """
669
+ ...
670
+
671
+ def property_overridable_library_set(self):
672
+ """ """
673
+ ...
674
+
675
+ def property_unset(self):
676
+ """ """
677
+ ...
678
+
679
+ def remove(self, draw_func):
680
+ """
681
+
682
+ :param draw_func:
683
+ """
684
+ ...
685
+
686
+ def type_recast(self):
687
+ """ """
688
+ ...
689
+
690
+ def values(self):
691
+ """ """
692
+ ...
693
+
694
+ class RENDER_PT_ffmpeg_presets(bpy_types._GenericUI):
695
+ """ """
521
696
 
522
- def append(self, draw_func): ...
523
- def as_pointer(self): ...
524
- def bl_rna_get_subclass(self): ...
525
- def bl_rna_get_subclass_py(self): ...
526
- def draw(self, context): ...
527
- def driver_add(self): ...
528
- def driver_remove(self): ...
529
- def get(self): ...
530
- def id_properties_clear(self): ...
531
- def id_properties_ensure(self): ...
532
- def id_properties_ui(self): ...
533
- def is_extended(self): ...
534
- def is_property_hidden(self): ...
535
- def is_property_overridable_library(self): ...
536
- def is_property_readonly(self): ...
537
- def is_property_set(self): ...
538
- def items(self): ...
539
- def keyframe_delete(self): ...
540
- def keyframe_insert(self): ...
541
- def keys(self): ...
542
- def path_from_id(self): ...
543
- def path_resolve(self): ...
544
- def poll(self, context): ...
545
- def pop(self): ...
546
- def prepend(self, draw_func): ...
547
- def property_overridable_library_set(self): ...
548
- def property_unset(self): ...
549
- def remove(self, draw_func): ...
550
- def type_recast(self): ...
551
- def values(self): ...
552
-
553
- class RENDER_PT_post_processing(
554
- RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
555
- ):
556
- COMPAT_ENGINES: typing.Any
557
- bl_context: typing.Any
558
697
  bl_label: typing.Any
559
- bl_options: typing.Any
698
+ """ """
699
+
560
700
  bl_region_type: typing.Any
701
+ """ """
702
+
561
703
  bl_rna: typing.Any
704
+ """ """
705
+
562
706
  bl_space_type: typing.Any
707
+ """ """
708
+
563
709
  id_data: typing.Any
710
+ """ """
711
+
712
+ preset_operator: typing.Any
713
+ """ """
714
+
715
+ preset_subdir: typing.Any
716
+ """ """
717
+
718
+ def append(self, draw_func):
719
+ """
720
+
721
+ :param draw_func:
722
+ """
723
+ ...
724
+
725
+ def as_pointer(self):
726
+ """ """
727
+ ...
728
+
729
+ def bl_rna_get_subclass(self):
730
+ """ """
731
+ ...
732
+
733
+ def bl_rna_get_subclass_py(self):
734
+ """ """
735
+ ...
736
+
737
+ def draw(self, context):
738
+ """
739
+
740
+ :param context:
741
+ """
742
+ ...
743
+
744
+ def draw_menu(self, layout, text):
745
+ """
746
+
747
+ :param layout:
748
+ :param text:
749
+ """
750
+ ...
751
+
752
+ def draw_panel_header(self, layout):
753
+ """
754
+
755
+ :param layout:
756
+ """
757
+ ...
758
+
759
+ def driver_add(self):
760
+ """ """
761
+ ...
762
+
763
+ def driver_remove(self):
764
+ """ """
765
+ ...
766
+
767
+ def get(self):
768
+ """ """
769
+ ...
770
+
771
+ def id_properties_clear(self):
772
+ """ """
773
+ ...
774
+
775
+ def id_properties_ensure(self):
776
+ """ """
777
+ ...
778
+
779
+ def id_properties_ui(self):
780
+ """ """
781
+ ...
782
+
783
+ def is_extended(self):
784
+ """ """
785
+ ...
786
+
787
+ def is_property_hidden(self):
788
+ """ """
789
+ ...
790
+
791
+ def is_property_overridable_library(self):
792
+ """ """
793
+ ...
794
+
795
+ def is_property_readonly(self):
796
+ """ """
797
+ ...
798
+
799
+ def is_property_set(self):
800
+ """ """
801
+ ...
802
+
803
+ def items(self):
804
+ """ """
805
+ ...
806
+
807
+ def keyframe_delete(self):
808
+ """ """
809
+ ...
810
+
811
+ def keyframe_insert(self):
812
+ """ """
813
+ ...
814
+
815
+ def keys(self):
816
+ """ """
817
+ ...
818
+
819
+ def path_from_id(self):
820
+ """ """
821
+ ...
822
+
823
+ def path_menu(
824
+ self,
825
+ searchpaths,
826
+ operator,
827
+ props_default,
828
+ prop_filepath,
829
+ filter_ext,
830
+ filter_path,
831
+ display_name,
832
+ add_operator,
833
+ ):
834
+ """
835
+
836
+ :param searchpaths:
837
+ :param operator:
838
+ :param props_default:
839
+ :param prop_filepath:
840
+ :param filter_ext:
841
+ :param filter_path:
842
+ :param display_name:
843
+ :param add_operator:
844
+ """
845
+ ...
846
+
847
+ def path_resolve(self):
848
+ """ """
849
+ ...
850
+
851
+ def pop(self):
852
+ """ """
853
+ ...
854
+
855
+ def prepend(self, draw_func):
856
+ """
857
+
858
+ :param draw_func:
859
+ """
860
+ ...
861
+
862
+ def property_overridable_library_set(self):
863
+ """ """
864
+ ...
865
+
866
+ def property_unset(self):
867
+ """ """
868
+ ...
869
+
870
+ def remove(self, draw_func):
871
+ """
872
+
873
+ :param draw_func:
874
+ """
875
+ ...
876
+
877
+ def type_recast(self):
878
+ """ """
879
+ ...
880
+
881
+ def values(self):
882
+ """ """
883
+ ...
884
+
885
+ class RENDER_PT_format(bpy_types._GenericUI):
886
+ """ """
887
+
888
+ COMPAT_ENGINES: typing.Any
889
+ """ """
890
+
891
+ bl_context: typing.Any
892
+ """ """
893
+
894
+ bl_label: typing.Any
895
+ """ """
896
+
897
+ bl_region_type: typing.Any
898
+ """ """
899
+
900
+ bl_rna: typing.Any
901
+ """ """
902
+
903
+ bl_space_type: typing.Any
904
+ """ """
905
+
906
+ id_data: typing.Any
907
+ """ """
908
+
909
+ def append(self, draw_func):
910
+ """
911
+
912
+ :param draw_func:
913
+ """
914
+ ...
915
+
916
+ def as_pointer(self):
917
+ """ """
918
+ ...
919
+
920
+ def bl_rna_get_subclass(self):
921
+ """ """
922
+ ...
923
+
924
+ def bl_rna_get_subclass_py(self):
925
+ """ """
926
+ ...
927
+
928
+ def draw(self, context):
929
+ """
930
+
931
+ :param context:
932
+ """
933
+ ...
934
+
935
+ def draw_framerate(self, layout, rd):
936
+ """
937
+
938
+ :param layout:
939
+ :param rd:
940
+ """
941
+ ...
942
+
943
+ def draw_header_preset(self, _context):
944
+ """
945
+
946
+ :param _context:
947
+ """
948
+ ...
949
+
950
+ def driver_add(self):
951
+ """ """
952
+ ...
953
+
954
+ def driver_remove(self):
955
+ """ """
956
+ ...
957
+
958
+ def get(self):
959
+ """ """
960
+ ...
961
+
962
+ def id_properties_clear(self):
963
+ """ """
964
+ ...
965
+
966
+ def id_properties_ensure(self):
967
+ """ """
968
+ ...
969
+
970
+ def id_properties_ui(self):
971
+ """ """
972
+ ...
973
+
974
+ def is_extended(self):
975
+ """ """
976
+ ...
977
+
978
+ def is_property_hidden(self):
979
+ """ """
980
+ ...
981
+
982
+ def is_property_overridable_library(self):
983
+ """ """
984
+ ...
985
+
986
+ def is_property_readonly(self):
987
+ """ """
988
+ ...
989
+
990
+ def is_property_set(self):
991
+ """ """
992
+ ...
993
+
994
+ def items(self):
995
+ """ """
996
+ ...
997
+
998
+ def keyframe_delete(self):
999
+ """ """
1000
+ ...
1001
+
1002
+ def keyframe_insert(self):
1003
+ """ """
1004
+ ...
1005
+
1006
+ def keys(self):
1007
+ """ """
1008
+ ...
1009
+
1010
+ def path_from_id(self):
1011
+ """ """
1012
+ ...
1013
+
1014
+ def path_resolve(self):
1015
+ """ """
1016
+ ...
1017
+
1018
+ def poll(self, context):
1019
+ """
1020
+
1021
+ :param context:
1022
+ """
1023
+ ...
1024
+
1025
+ def pop(self):
1026
+ """ """
1027
+ ...
1028
+
1029
+ def prepend(self, draw_func):
1030
+ """
1031
+
1032
+ :param draw_func:
1033
+ """
1034
+ ...
1035
+
1036
+ def property_overridable_library_set(self):
1037
+ """ """
1038
+ ...
1039
+
1040
+ def property_unset(self):
1041
+ """ """
1042
+ ...
1043
+
1044
+ def remove(self, draw_func):
1045
+ """
1046
+
1047
+ :param draw_func:
1048
+ """
1049
+ ...
1050
+
1051
+ def type_recast(self):
1052
+ """ """
1053
+ ...
1054
+
1055
+ def values(self):
1056
+ """ """
1057
+ ...
1058
+
1059
+ class RENDER_PT_format_presets(bpy_types._GenericUI):
1060
+ """ """
1061
+
1062
+ bl_label: typing.Any
1063
+ """ """
1064
+
1065
+ bl_region_type: typing.Any
1066
+ """ """
1067
+
1068
+ bl_rna: typing.Any
1069
+ """ """
1070
+
1071
+ bl_space_type: typing.Any
1072
+ """ """
1073
+
1074
+ id_data: typing.Any
1075
+ """ """
1076
+
1077
+ preset_add_operator: typing.Any
1078
+ """ """
1079
+
1080
+ preset_operator: typing.Any
1081
+ """ """
1082
+
1083
+ preset_subdir: typing.Any
1084
+ """ """
1085
+
1086
+ def append(self, draw_func):
1087
+ """
1088
+
1089
+ :param draw_func:
1090
+ """
1091
+ ...
1092
+
1093
+ def as_pointer(self):
1094
+ """ """
1095
+ ...
1096
+
1097
+ def bl_rna_get_subclass(self):
1098
+ """ """
1099
+ ...
1100
+
1101
+ def bl_rna_get_subclass_py(self):
1102
+ """ """
1103
+ ...
1104
+
1105
+ def draw(self, context):
1106
+ """
1107
+
1108
+ :param context:
1109
+ """
1110
+ ...
1111
+
1112
+ def draw_menu(self, layout, text):
1113
+ """
1114
+
1115
+ :param layout:
1116
+ :param text:
1117
+ """
1118
+ ...
1119
+
1120
+ def draw_panel_header(self, layout):
1121
+ """
1122
+
1123
+ :param layout:
1124
+ """
1125
+ ...
1126
+
1127
+ def driver_add(self):
1128
+ """ """
1129
+ ...
1130
+
1131
+ def driver_remove(self):
1132
+ """ """
1133
+ ...
1134
+
1135
+ def get(self):
1136
+ """ """
1137
+ ...
1138
+
1139
+ def id_properties_clear(self):
1140
+ """ """
1141
+ ...
1142
+
1143
+ def id_properties_ensure(self):
1144
+ """ """
1145
+ ...
1146
+
1147
+ def id_properties_ui(self):
1148
+ """ """
1149
+ ...
1150
+
1151
+ def is_extended(self):
1152
+ """ """
1153
+ ...
1154
+
1155
+ def is_property_hidden(self):
1156
+ """ """
1157
+ ...
1158
+
1159
+ def is_property_overridable_library(self):
1160
+ """ """
1161
+ ...
1162
+
1163
+ def is_property_readonly(self):
1164
+ """ """
1165
+ ...
1166
+
1167
+ def is_property_set(self):
1168
+ """ """
1169
+ ...
1170
+
1171
+ def items(self):
1172
+ """ """
1173
+ ...
1174
+
1175
+ def keyframe_delete(self):
1176
+ """ """
1177
+ ...
1178
+
1179
+ def keyframe_insert(self):
1180
+ """ """
1181
+ ...
1182
+
1183
+ def keys(self):
1184
+ """ """
1185
+ ...
1186
+
1187
+ def path_from_id(self):
1188
+ """ """
1189
+ ...
1190
+
1191
+ def path_menu(
1192
+ self,
1193
+ searchpaths,
1194
+ operator,
1195
+ props_default,
1196
+ prop_filepath,
1197
+ filter_ext,
1198
+ filter_path,
1199
+ display_name,
1200
+ add_operator,
1201
+ ):
1202
+ """
1203
+
1204
+ :param searchpaths:
1205
+ :param operator:
1206
+ :param props_default:
1207
+ :param prop_filepath:
1208
+ :param filter_ext:
1209
+ :param filter_path:
1210
+ :param display_name:
1211
+ :param add_operator:
1212
+ """
1213
+ ...
1214
+
1215
+ def path_resolve(self):
1216
+ """ """
1217
+ ...
1218
+
1219
+ def pop(self):
1220
+ """ """
1221
+ ...
1222
+
1223
+ def prepend(self, draw_func):
1224
+ """
1225
+
1226
+ :param draw_func:
1227
+ """
1228
+ ...
1229
+
1230
+ def property_overridable_library_set(self):
1231
+ """ """
1232
+ ...
1233
+
1234
+ def property_unset(self):
1235
+ """ """
1236
+ ...
1237
+
1238
+ def remove(self, draw_func):
1239
+ """
1240
+
1241
+ :param draw_func:
1242
+ """
1243
+ ...
1244
+
1245
+ def type_recast(self):
1246
+ """ """
1247
+ ...
1248
+
1249
+ def values(self):
1250
+ """ """
1251
+ ...
1252
+
1253
+ class RENDER_PT_frame_range(bpy_types._GenericUI):
1254
+ """ """
1255
+
1256
+ COMPAT_ENGINES: typing.Any
1257
+ """ """
1258
+
1259
+ bl_context: typing.Any
1260
+ """ """
1261
+
1262
+ bl_label: typing.Any
1263
+ """ """
1264
+
1265
+ bl_region_type: typing.Any
1266
+ """ """
1267
+
1268
+ bl_rna: typing.Any
1269
+ """ """
1270
+
1271
+ bl_space_type: typing.Any
1272
+ """ """
1273
+
1274
+ id_data: typing.Any
1275
+ """ """
1276
+
1277
+ def append(self, draw_func):
1278
+ """
1279
+
1280
+ :param draw_func:
1281
+ """
1282
+ ...
1283
+
1284
+ def as_pointer(self):
1285
+ """ """
1286
+ ...
1287
+
1288
+ def bl_rna_get_subclass(self):
1289
+ """ """
1290
+ ...
1291
+
1292
+ def bl_rna_get_subclass_py(self):
1293
+ """ """
1294
+ ...
1295
+
1296
+ def draw(self, context):
1297
+ """
1298
+
1299
+ :param context:
1300
+ """
1301
+ ...
1302
+
1303
+ def driver_add(self):
1304
+ """ """
1305
+ ...
1306
+
1307
+ def driver_remove(self):
1308
+ """ """
1309
+ ...
1310
+
1311
+ def get(self):
1312
+ """ """
1313
+ ...
1314
+
1315
+ def id_properties_clear(self):
1316
+ """ """
1317
+ ...
1318
+
1319
+ def id_properties_ensure(self):
1320
+ """ """
1321
+ ...
1322
+
1323
+ def id_properties_ui(self):
1324
+ """ """
1325
+ ...
1326
+
1327
+ def is_extended(self):
1328
+ """ """
1329
+ ...
1330
+
1331
+ def is_property_hidden(self):
1332
+ """ """
1333
+ ...
1334
+
1335
+ def is_property_overridable_library(self):
1336
+ """ """
1337
+ ...
1338
+
1339
+ def is_property_readonly(self):
1340
+ """ """
1341
+ ...
1342
+
1343
+ def is_property_set(self):
1344
+ """ """
1345
+ ...
1346
+
1347
+ def items(self):
1348
+ """ """
1349
+ ...
1350
+
1351
+ def keyframe_delete(self):
1352
+ """ """
1353
+ ...
1354
+
1355
+ def keyframe_insert(self):
1356
+ """ """
1357
+ ...
1358
+
1359
+ def keys(self):
1360
+ """ """
1361
+ ...
1362
+
1363
+ def path_from_id(self):
1364
+ """ """
1365
+ ...
1366
+
1367
+ def path_resolve(self):
1368
+ """ """
1369
+ ...
1370
+
1371
+ def poll(self, context):
1372
+ """
1373
+
1374
+ :param context:
1375
+ """
1376
+ ...
1377
+
1378
+ def pop(self):
1379
+ """ """
1380
+ ...
1381
+
1382
+ def prepend(self, draw_func):
1383
+ """
1384
+
1385
+ :param draw_func:
1386
+ """
1387
+ ...
1388
+
1389
+ def property_overridable_library_set(self):
1390
+ """ """
1391
+ ...
1392
+
1393
+ def property_unset(self):
1394
+ """ """
1395
+ ...
1396
+
1397
+ def remove(self, draw_func):
1398
+ """
1399
+
1400
+ :param draw_func:
1401
+ """
1402
+ ...
1403
+
1404
+ def type_recast(self):
1405
+ """ """
1406
+ ...
1407
+
1408
+ def values(self):
1409
+ """ """
1410
+ ...
1411
+
1412
+ class RENDER_PT_output(bpy_types._GenericUI):
1413
+ """ """
1414
+
1415
+ COMPAT_ENGINES: typing.Any
1416
+ """ """
1417
+
1418
+ bl_context: typing.Any
1419
+ """ """
1420
+
1421
+ bl_label: typing.Any
1422
+ """ """
1423
+
1424
+ bl_region_type: typing.Any
1425
+ """ """
1426
+
1427
+ bl_rna: typing.Any
1428
+ """ """
1429
+
1430
+ bl_space_type: typing.Any
1431
+ """ """
1432
+
1433
+ id_data: typing.Any
1434
+ """ """
1435
+
1436
+ def append(self, draw_func):
1437
+ """
1438
+
1439
+ :param draw_func:
1440
+ """
1441
+ ...
1442
+
1443
+ def as_pointer(self):
1444
+ """ """
1445
+ ...
1446
+
1447
+ def bl_rna_get_subclass(self):
1448
+ """ """
1449
+ ...
1450
+
1451
+ def bl_rna_get_subclass_py(self):
1452
+ """ """
1453
+ ...
1454
+
1455
+ def draw(self, context):
1456
+ """
1457
+
1458
+ :param context:
1459
+ """
1460
+ ...
1461
+
1462
+ def driver_add(self):
1463
+ """ """
1464
+ ...
1465
+
1466
+ def driver_remove(self):
1467
+ """ """
1468
+ ...
1469
+
1470
+ def get(self):
1471
+ """ """
1472
+ ...
1473
+
1474
+ def id_properties_clear(self):
1475
+ """ """
1476
+ ...
1477
+
1478
+ def id_properties_ensure(self):
1479
+ """ """
1480
+ ...
1481
+
1482
+ def id_properties_ui(self):
1483
+ """ """
1484
+ ...
1485
+
1486
+ def is_extended(self):
1487
+ """ """
1488
+ ...
1489
+
1490
+ def is_property_hidden(self):
1491
+ """ """
1492
+ ...
1493
+
1494
+ def is_property_overridable_library(self):
1495
+ """ """
1496
+ ...
1497
+
1498
+ def is_property_readonly(self):
1499
+ """ """
1500
+ ...
1501
+
1502
+ def is_property_set(self):
1503
+ """ """
1504
+ ...
1505
+
1506
+ def items(self):
1507
+ """ """
1508
+ ...
1509
+
1510
+ def keyframe_delete(self):
1511
+ """ """
1512
+ ...
1513
+
1514
+ def keyframe_insert(self):
1515
+ """ """
1516
+ ...
1517
+
1518
+ def keys(self):
1519
+ """ """
1520
+ ...
1521
+
1522
+ def path_from_id(self):
1523
+ """ """
1524
+ ...
1525
+
1526
+ def path_resolve(self):
1527
+ """ """
1528
+ ...
1529
+
1530
+ def poll(self, context):
1531
+ """
1532
+
1533
+ :param context:
1534
+ """
1535
+ ...
1536
+
1537
+ def pop(self):
1538
+ """ """
1539
+ ...
1540
+
1541
+ def prepend(self, draw_func):
1542
+ """
1543
+
1544
+ :param draw_func:
1545
+ """
1546
+ ...
1547
+
1548
+ def property_overridable_library_set(self):
1549
+ """ """
1550
+ ...
1551
+
1552
+ def property_unset(self):
1553
+ """ """
1554
+ ...
1555
+
1556
+ def remove(self, draw_func):
1557
+ """
1558
+
1559
+ :param draw_func:
1560
+ """
1561
+ ...
1562
+
1563
+ def type_recast(self):
1564
+ """ """
1565
+ ...
1566
+
1567
+ def values(self):
1568
+ """ """
1569
+ ...
1570
+
1571
+ class RENDER_PT_output_color_management(bpy_types._GenericUI):
1572
+ """ """
1573
+
1574
+ COMPAT_ENGINES: typing.Any
1575
+ """ """
1576
+
1577
+ bl_context: typing.Any
1578
+ """ """
1579
+
1580
+ bl_label: typing.Any
1581
+ """ """
1582
+
1583
+ bl_options: typing.Any
1584
+ """ """
1585
+
1586
+ bl_parent_id: typing.Any
1587
+ """ """
1588
+
1589
+ bl_region_type: typing.Any
1590
+ """ """
1591
+
1592
+ bl_rna: typing.Any
1593
+ """ """
1594
+
1595
+ bl_space_type: typing.Any
1596
+ """ """
1597
+
1598
+ id_data: typing.Any
1599
+ """ """
1600
+
1601
+ def append(self, draw_func):
1602
+ """
1603
+
1604
+ :param draw_func:
1605
+ """
1606
+ ...
1607
+
1608
+ def as_pointer(self):
1609
+ """ """
1610
+ ...
1611
+
1612
+ def bl_rna_get_subclass(self):
1613
+ """ """
1614
+ ...
1615
+
1616
+ def bl_rna_get_subclass_py(self):
1617
+ """ """
1618
+ ...
1619
+
1620
+ def draw(self, context):
1621
+ """
1622
+
1623
+ :param context:
1624
+ """
1625
+ ...
1626
+
1627
+ def driver_add(self):
1628
+ """ """
1629
+ ...
1630
+
1631
+ def driver_remove(self):
1632
+ """ """
1633
+ ...
1634
+
1635
+ def get(self):
1636
+ """ """
1637
+ ...
1638
+
1639
+ def id_properties_clear(self):
1640
+ """ """
1641
+ ...
1642
+
1643
+ def id_properties_ensure(self):
1644
+ """ """
1645
+ ...
1646
+
1647
+ def id_properties_ui(self):
1648
+ """ """
1649
+ ...
1650
+
1651
+ def is_extended(self):
1652
+ """ """
1653
+ ...
1654
+
1655
+ def is_property_hidden(self):
1656
+ """ """
1657
+ ...
1658
+
1659
+ def is_property_overridable_library(self):
1660
+ """ """
1661
+ ...
1662
+
1663
+ def is_property_readonly(self):
1664
+ """ """
1665
+ ...
1666
+
1667
+ def is_property_set(self):
1668
+ """ """
1669
+ ...
1670
+
1671
+ def items(self):
1672
+ """ """
1673
+ ...
1674
+
1675
+ def keyframe_delete(self):
1676
+ """ """
1677
+ ...
1678
+
1679
+ def keyframe_insert(self):
1680
+ """ """
1681
+ ...
1682
+
1683
+ def keys(self):
1684
+ """ """
1685
+ ...
1686
+
1687
+ def path_from_id(self):
1688
+ """ """
1689
+ ...
1690
+
1691
+ def path_resolve(self):
1692
+ """ """
1693
+ ...
1694
+
1695
+ def poll(self, context):
1696
+ """
1697
+
1698
+ :param context:
1699
+ """
1700
+ ...
1701
+
1702
+ def pop(self):
1703
+ """ """
1704
+ ...
1705
+
1706
+ def prepend(self, draw_func):
1707
+ """
1708
+
1709
+ :param draw_func:
1710
+ """
1711
+ ...
1712
+
1713
+ def property_overridable_library_set(self):
1714
+ """ """
1715
+ ...
1716
+
1717
+ def property_unset(self):
1718
+ """ """
1719
+ ...
1720
+
1721
+ def remove(self, draw_func):
1722
+ """
1723
+
1724
+ :param draw_func:
1725
+ """
1726
+ ...
1727
+
1728
+ def type_recast(self):
1729
+ """ """
1730
+ ...
1731
+
1732
+ def values(self):
1733
+ """ """
1734
+ ...
1735
+
1736
+ class RENDER_PT_output_views(bpy_types._GenericUI):
1737
+ """ """
1738
+
1739
+ COMPAT_ENGINES: typing.Any
1740
+ """ """
1741
+
1742
+ bl_context: typing.Any
1743
+ """ """
1744
+
1745
+ bl_label: typing.Any
1746
+ """ """
1747
+
1748
+ bl_parent_id: typing.Any
1749
+ """ """
1750
+
1751
+ bl_region_type: typing.Any
1752
+ """ """
1753
+
1754
+ bl_rna: typing.Any
1755
+ """ """
1756
+
1757
+ bl_space_type: typing.Any
1758
+ """ """
1759
+
1760
+ id_data: typing.Any
1761
+ """ """
1762
+
1763
+ def append(self, draw_func):
1764
+ """
1765
+
1766
+ :param draw_func:
1767
+ """
1768
+ ...
1769
+
1770
+ def as_pointer(self):
1771
+ """ """
1772
+ ...
1773
+
1774
+ def bl_rna_get_subclass(self):
1775
+ """ """
1776
+ ...
1777
+
1778
+ def bl_rna_get_subclass_py(self):
1779
+ """ """
1780
+ ...
1781
+
1782
+ def draw(self, context):
1783
+ """
1784
+
1785
+ :param context:
1786
+ """
1787
+ ...
1788
+
1789
+ def driver_add(self):
1790
+ """ """
1791
+ ...
1792
+
1793
+ def driver_remove(self):
1794
+ """ """
1795
+ ...
1796
+
1797
+ def get(self):
1798
+ """ """
1799
+ ...
1800
+
1801
+ def id_properties_clear(self):
1802
+ """ """
1803
+ ...
1804
+
1805
+ def id_properties_ensure(self):
1806
+ """ """
1807
+ ...
1808
+
1809
+ def id_properties_ui(self):
1810
+ """ """
1811
+ ...
1812
+
1813
+ def is_extended(self):
1814
+ """ """
1815
+ ...
1816
+
1817
+ def is_property_hidden(self):
1818
+ """ """
1819
+ ...
1820
+
1821
+ def is_property_overridable_library(self):
1822
+ """ """
1823
+ ...
1824
+
1825
+ def is_property_readonly(self):
1826
+ """ """
1827
+ ...
1828
+
1829
+ def is_property_set(self):
1830
+ """ """
1831
+ ...
1832
+
1833
+ def items(self):
1834
+ """ """
1835
+ ...
1836
+
1837
+ def keyframe_delete(self):
1838
+ """ """
1839
+ ...
1840
+
1841
+ def keyframe_insert(self):
1842
+ """ """
1843
+ ...
1844
+
1845
+ def keys(self):
1846
+ """ """
1847
+ ...
1848
+
1849
+ def path_from_id(self):
1850
+ """ """
1851
+ ...
1852
+
1853
+ def path_resolve(self):
1854
+ """ """
1855
+ ...
1856
+
1857
+ def poll(self, context):
1858
+ """
1859
+
1860
+ :param context:
1861
+ """
1862
+ ...
1863
+
1864
+ def pop(self):
1865
+ """ """
1866
+ ...
1867
+
1868
+ def prepend(self, draw_func):
1869
+ """
1870
+
1871
+ :param draw_func:
1872
+ """
1873
+ ...
1874
+
1875
+ def property_overridable_library_set(self):
1876
+ """ """
1877
+ ...
1878
+
1879
+ def property_unset(self):
1880
+ """ """
1881
+ ...
1882
+
1883
+ def remove(self, draw_func):
1884
+ """
1885
+
1886
+ :param draw_func:
1887
+ """
1888
+ ...
1889
+
1890
+ def type_recast(self):
1891
+ """ """
1892
+ ...
1893
+
1894
+ def values(self):
1895
+ """ """
1896
+ ...
1897
+
1898
+ class RENDER_PT_post_processing(bpy_types._GenericUI):
1899
+ """ """
1900
+
1901
+ COMPAT_ENGINES: typing.Any
1902
+ """ """
1903
+
1904
+ bl_context: typing.Any
1905
+ """ """
1906
+
1907
+ bl_label: typing.Any
1908
+ """ """
1909
+
1910
+ bl_options: typing.Any
1911
+ """ """
1912
+
1913
+ bl_region_type: typing.Any
1914
+ """ """
1915
+
1916
+ bl_rna: typing.Any
1917
+ """ """
1918
+
1919
+ bl_space_type: typing.Any
1920
+ """ """
1921
+
1922
+ id_data: typing.Any
1923
+ """ """
1924
+
1925
+ def append(self, draw_func):
1926
+ """
1927
+
1928
+ :param draw_func:
1929
+ """
1930
+ ...
1931
+
1932
+ def as_pointer(self):
1933
+ """ """
1934
+ ...
1935
+
1936
+ def bl_rna_get_subclass(self):
1937
+ """ """
1938
+ ...
1939
+
1940
+ def bl_rna_get_subclass_py(self):
1941
+ """ """
1942
+ ...
1943
+
1944
+ def draw(self, context):
1945
+ """
1946
+
1947
+ :param context:
1948
+ """
1949
+ ...
1950
+
1951
+ def driver_add(self):
1952
+ """ """
1953
+ ...
1954
+
1955
+ def driver_remove(self):
1956
+ """ """
1957
+ ...
1958
+
1959
+ def get(self):
1960
+ """ """
1961
+ ...
1962
+
1963
+ def id_properties_clear(self):
1964
+ """ """
1965
+ ...
1966
+
1967
+ def id_properties_ensure(self):
1968
+ """ """
1969
+ ...
1970
+
1971
+ def id_properties_ui(self):
1972
+ """ """
1973
+ ...
1974
+
1975
+ def is_extended(self):
1976
+ """ """
1977
+ ...
1978
+
1979
+ def is_property_hidden(self):
1980
+ """ """
1981
+ ...
1982
+
1983
+ def is_property_overridable_library(self):
1984
+ """ """
1985
+ ...
1986
+
1987
+ def is_property_readonly(self):
1988
+ """ """
1989
+ ...
1990
+
1991
+ def is_property_set(self):
1992
+ """ """
1993
+ ...
1994
+
1995
+ def items(self):
1996
+ """ """
1997
+ ...
1998
+
1999
+ def keyframe_delete(self):
2000
+ """ """
2001
+ ...
2002
+
2003
+ def keyframe_insert(self):
2004
+ """ """
2005
+ ...
2006
+
2007
+ def keys(self):
2008
+ """ """
2009
+ ...
2010
+
2011
+ def path_from_id(self):
2012
+ """ """
2013
+ ...
2014
+
2015
+ def path_resolve(self):
2016
+ """ """
2017
+ ...
2018
+
2019
+ def poll(self, context):
2020
+ """
2021
+
2022
+ :param context:
2023
+ """
2024
+ ...
2025
+
2026
+ def pop(self):
2027
+ """ """
2028
+ ...
2029
+
2030
+ def prepend(self, draw_func):
2031
+ """
2032
+
2033
+ :param draw_func:
2034
+ """
2035
+ ...
2036
+
2037
+ def property_overridable_library_set(self):
2038
+ """ """
2039
+ ...
2040
+
2041
+ def property_unset(self):
2042
+ """ """
2043
+ ...
2044
+
2045
+ def remove(self, draw_func):
2046
+ """
2047
+
2048
+ :param draw_func:
2049
+ """
2050
+ ...
2051
+
2052
+ def type_recast(self):
2053
+ """ """
2054
+ ...
2055
+
2056
+ def values(self):
2057
+ """ """
2058
+ ...
2059
+
2060
+ class RENDER_PT_stamp(bpy_types._GenericUI):
2061
+ """ """
2062
+
2063
+ COMPAT_ENGINES: typing.Any
2064
+ """ """
2065
+
2066
+ bl_context: typing.Any
2067
+ """ """
2068
+
2069
+ bl_label: typing.Any
2070
+ """ """
2071
+
2072
+ bl_options: typing.Any
2073
+ """ """
2074
+
2075
+ bl_region_type: typing.Any
2076
+ """ """
2077
+
2078
+ bl_rna: typing.Any
2079
+ """ """
2080
+
2081
+ bl_space_type: typing.Any
2082
+ """ """
2083
+
2084
+ id_data: typing.Any
2085
+ """ """
2086
+
2087
+ def append(self, draw_func):
2088
+ """
2089
+
2090
+ :param draw_func:
2091
+ """
2092
+ ...
2093
+
2094
+ def as_pointer(self):
2095
+ """ """
2096
+ ...
2097
+
2098
+ def bl_rna_get_subclass(self):
2099
+ """ """
2100
+ ...
2101
+
2102
+ def bl_rna_get_subclass_py(self):
2103
+ """ """
2104
+ ...
2105
+
2106
+ def draw(self, context):
2107
+ """
2108
+
2109
+ :param context:
2110
+ """
2111
+ ...
2112
+
2113
+ def driver_add(self):
2114
+ """ """
2115
+ ...
2116
+
2117
+ def driver_remove(self):
2118
+ """ """
2119
+ ...
2120
+
2121
+ def get(self):
2122
+ """ """
2123
+ ...
2124
+
2125
+ def id_properties_clear(self):
2126
+ """ """
2127
+ ...
2128
+
2129
+ def id_properties_ensure(self):
2130
+ """ """
2131
+ ...
2132
+
2133
+ def id_properties_ui(self):
2134
+ """ """
2135
+ ...
2136
+
2137
+ def is_extended(self):
2138
+ """ """
2139
+ ...
2140
+
2141
+ def is_property_hidden(self):
2142
+ """ """
2143
+ ...
2144
+
2145
+ def is_property_overridable_library(self):
2146
+ """ """
2147
+ ...
2148
+
2149
+ def is_property_readonly(self):
2150
+ """ """
2151
+ ...
2152
+
2153
+ def is_property_set(self):
2154
+ """ """
2155
+ ...
2156
+
2157
+ def items(self):
2158
+ """ """
2159
+ ...
2160
+
2161
+ def keyframe_delete(self):
2162
+ """ """
2163
+ ...
2164
+
2165
+ def keyframe_insert(self):
2166
+ """ """
2167
+ ...
2168
+
2169
+ def keys(self):
2170
+ """ """
2171
+ ...
2172
+
2173
+ def path_from_id(self):
2174
+ """ """
2175
+ ...
2176
+
2177
+ def path_resolve(self):
2178
+ """ """
2179
+ ...
2180
+
2181
+ def poll(self, context):
2182
+ """
2183
+
2184
+ :param context:
2185
+ """
2186
+ ...
2187
+
2188
+ def pop(self):
2189
+ """ """
2190
+ ...
2191
+
2192
+ def prepend(self, draw_func):
2193
+ """
2194
+
2195
+ :param draw_func:
2196
+ """
2197
+ ...
2198
+
2199
+ def property_overridable_library_set(self):
2200
+ """ """
2201
+ ...
2202
+
2203
+ def property_unset(self):
2204
+ """ """
2205
+ ...
2206
+
2207
+ def remove(self, draw_func):
2208
+ """
2209
+
2210
+ :param draw_func:
2211
+ """
2212
+ ...
2213
+
2214
+ def type_recast(self):
2215
+ """ """
2216
+ ...
2217
+
2218
+ def values(self):
2219
+ """ """
2220
+ ...
2221
+
2222
+ class RENDER_PT_stamp_burn(bpy_types._GenericUI):
2223
+ """ """
564
2224
 
565
- def append(self, draw_func): ...
566
- def as_pointer(self): ...
567
- def bl_rna_get_subclass(self): ...
568
- def bl_rna_get_subclass_py(self): ...
569
- def draw(self, context): ...
570
- def driver_add(self): ...
571
- def driver_remove(self): ...
572
- def get(self): ...
573
- def id_properties_clear(self): ...
574
- def id_properties_ensure(self): ...
575
- def id_properties_ui(self): ...
576
- def is_extended(self): ...
577
- def is_property_hidden(self): ...
578
- def is_property_overridable_library(self): ...
579
- def is_property_readonly(self): ...
580
- def is_property_set(self): ...
581
- def items(self): ...
582
- def keyframe_delete(self): ...
583
- def keyframe_insert(self): ...
584
- def keys(self): ...
585
- def path_from_id(self): ...
586
- def path_resolve(self): ...
587
- def poll(self, context): ...
588
- def pop(self): ...
589
- def prepend(self, draw_func): ...
590
- def property_overridable_library_set(self): ...
591
- def property_unset(self): ...
592
- def remove(self, draw_func): ...
593
- def type_recast(self): ...
594
- def values(self): ...
595
-
596
- class RENDER_PT_stamp(RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI):
597
2225
  COMPAT_ENGINES: typing.Any
2226
+ """ """
2227
+
598
2228
  bl_context: typing.Any
2229
+ """ """
2230
+
599
2231
  bl_label: typing.Any
2232
+ """ """
2233
+
600
2234
  bl_options: typing.Any
2235
+ """ """
2236
+
2237
+ bl_parent_id: typing.Any
2238
+ """ """
2239
+
601
2240
  bl_region_type: typing.Any
2241
+ """ """
2242
+
602
2243
  bl_rna: typing.Any
2244
+ """ """
2245
+
603
2246
  bl_space_type: typing.Any
2247
+ """ """
2248
+
604
2249
  id_data: typing.Any
2250
+ """ """
2251
+
2252
+ def append(self, draw_func):
2253
+ """
2254
+
2255
+ :param draw_func:
2256
+ """
2257
+ ...
2258
+
2259
+ def as_pointer(self):
2260
+ """ """
2261
+ ...
2262
+
2263
+ def bl_rna_get_subclass(self):
2264
+ """ """
2265
+ ...
2266
+
2267
+ def bl_rna_get_subclass_py(self):
2268
+ """ """
2269
+ ...
2270
+
2271
+ def draw(self, context):
2272
+ """
2273
+
2274
+ :param context:
2275
+ """
2276
+ ...
2277
+
2278
+ def draw_header(self, context):
2279
+ """
2280
+
2281
+ :param context:
2282
+ """
2283
+ ...
2284
+
2285
+ def driver_add(self):
2286
+ """ """
2287
+ ...
2288
+
2289
+ def driver_remove(self):
2290
+ """ """
2291
+ ...
2292
+
2293
+ def get(self):
2294
+ """ """
2295
+ ...
2296
+
2297
+ def id_properties_clear(self):
2298
+ """ """
2299
+ ...
2300
+
2301
+ def id_properties_ensure(self):
2302
+ """ """
2303
+ ...
2304
+
2305
+ def id_properties_ui(self):
2306
+ """ """
2307
+ ...
2308
+
2309
+ def is_extended(self):
2310
+ """ """
2311
+ ...
2312
+
2313
+ def is_property_hidden(self):
2314
+ """ """
2315
+ ...
2316
+
2317
+ def is_property_overridable_library(self):
2318
+ """ """
2319
+ ...
2320
+
2321
+ def is_property_readonly(self):
2322
+ """ """
2323
+ ...
2324
+
2325
+ def is_property_set(self):
2326
+ """ """
2327
+ ...
2328
+
2329
+ def items(self):
2330
+ """ """
2331
+ ...
2332
+
2333
+ def keyframe_delete(self):
2334
+ """ """
2335
+ ...
2336
+
2337
+ def keyframe_insert(self):
2338
+ """ """
2339
+ ...
2340
+
2341
+ def keys(self):
2342
+ """ """
2343
+ ...
2344
+
2345
+ def path_from_id(self):
2346
+ """ """
2347
+ ...
2348
+
2349
+ def path_resolve(self):
2350
+ """ """
2351
+ ...
2352
+
2353
+ def poll(self, context):
2354
+ """
2355
+
2356
+ :param context:
2357
+ """
2358
+ ...
2359
+
2360
+ def pop(self):
2361
+ """ """
2362
+ ...
2363
+
2364
+ def prepend(self, draw_func):
2365
+ """
2366
+
2367
+ :param draw_func:
2368
+ """
2369
+ ...
2370
+
2371
+ def property_overridable_library_set(self):
2372
+ """ """
2373
+ ...
2374
+
2375
+ def property_unset(self):
2376
+ """ """
2377
+ ...
2378
+
2379
+ def remove(self, draw_func):
2380
+ """
2381
+
2382
+ :param draw_func:
2383
+ """
2384
+ ...
2385
+
2386
+ def type_recast(self):
2387
+ """ """
2388
+ ...
2389
+
2390
+ def values(self):
2391
+ """ """
2392
+ ...
2393
+
2394
+ class RENDER_PT_stamp_note(bpy_types._GenericUI):
2395
+ """ """
605
2396
 
606
- def append(self, draw_func): ...
607
- def as_pointer(self): ...
608
- def bl_rna_get_subclass(self): ...
609
- def bl_rna_get_subclass_py(self): ...
610
- def draw(self, context): ...
611
- def driver_add(self): ...
612
- def driver_remove(self): ...
613
- def get(self): ...
614
- def id_properties_clear(self): ...
615
- def id_properties_ensure(self): ...
616
- def id_properties_ui(self): ...
617
- def is_extended(self): ...
618
- def is_property_hidden(self): ...
619
- def is_property_overridable_library(self): ...
620
- def is_property_readonly(self): ...
621
- def is_property_set(self): ...
622
- def items(self): ...
623
- def keyframe_delete(self): ...
624
- def keyframe_insert(self): ...
625
- def keys(self): ...
626
- def path_from_id(self): ...
627
- def path_resolve(self): ...
628
- def poll(self, context): ...
629
- def pop(self): ...
630
- def prepend(self, draw_func): ...
631
- def property_overridable_library_set(self): ...
632
- def property_unset(self): ...
633
- def remove(self, draw_func): ...
634
- def type_recast(self): ...
635
- def values(self): ...
636
-
637
- class RENDER_PT_stamp_burn(
638
- RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
639
- ):
640
2397
  COMPAT_ENGINES: typing.Any
2398
+ """ """
2399
+
641
2400
  bl_context: typing.Any
2401
+ """ """
2402
+
642
2403
  bl_label: typing.Any
2404
+ """ """
2405
+
643
2406
  bl_options: typing.Any
2407
+ """ """
2408
+
644
2409
  bl_parent_id: typing.Any
2410
+ """ """
2411
+
645
2412
  bl_region_type: typing.Any
2413
+ """ """
2414
+
646
2415
  bl_rna: typing.Any
2416
+ """ """
2417
+
647
2418
  bl_space_type: typing.Any
2419
+ """ """
2420
+
648
2421
  id_data: typing.Any
2422
+ """ """
2423
+
2424
+ def append(self, draw_func):
2425
+ """
2426
+
2427
+ :param draw_func:
2428
+ """
2429
+ ...
2430
+
2431
+ def as_pointer(self):
2432
+ """ """
2433
+ ...
2434
+
2435
+ def bl_rna_get_subclass(self):
2436
+ """ """
2437
+ ...
2438
+
2439
+ def bl_rna_get_subclass_py(self):
2440
+ """ """
2441
+ ...
2442
+
2443
+ def draw(self, context):
2444
+ """
2445
+
2446
+ :param context:
2447
+ """
2448
+ ...
2449
+
2450
+ def draw_header(self, context):
2451
+ """
2452
+
2453
+ :param context:
2454
+ """
2455
+ ...
2456
+
2457
+ def driver_add(self):
2458
+ """ """
2459
+ ...
2460
+
2461
+ def driver_remove(self):
2462
+ """ """
2463
+ ...
2464
+
2465
+ def get(self):
2466
+ """ """
2467
+ ...
2468
+
2469
+ def id_properties_clear(self):
2470
+ """ """
2471
+ ...
2472
+
2473
+ def id_properties_ensure(self):
2474
+ """ """
2475
+ ...
2476
+
2477
+ def id_properties_ui(self):
2478
+ """ """
2479
+ ...
2480
+
2481
+ def is_extended(self):
2482
+ """ """
2483
+ ...
2484
+
2485
+ def is_property_hidden(self):
2486
+ """ """
2487
+ ...
2488
+
2489
+ def is_property_overridable_library(self):
2490
+ """ """
2491
+ ...
2492
+
2493
+ def is_property_readonly(self):
2494
+ """ """
2495
+ ...
2496
+
2497
+ def is_property_set(self):
2498
+ """ """
2499
+ ...
2500
+
2501
+ def items(self):
2502
+ """ """
2503
+ ...
2504
+
2505
+ def keyframe_delete(self):
2506
+ """ """
2507
+ ...
2508
+
2509
+ def keyframe_insert(self):
2510
+ """ """
2511
+ ...
2512
+
2513
+ def keys(self):
2514
+ """ """
2515
+ ...
2516
+
2517
+ def path_from_id(self):
2518
+ """ """
2519
+ ...
2520
+
2521
+ def path_resolve(self):
2522
+ """ """
2523
+ ...
2524
+
2525
+ def poll(self, context):
2526
+ """
2527
+
2528
+ :param context:
2529
+ """
2530
+ ...
2531
+
2532
+ def pop(self):
2533
+ """ """
2534
+ ...
2535
+
2536
+ def prepend(self, draw_func):
2537
+ """
2538
+
2539
+ :param draw_func:
2540
+ """
2541
+ ...
2542
+
2543
+ def property_overridable_library_set(self):
2544
+ """ """
2545
+ ...
2546
+
2547
+ def property_unset(self):
2548
+ """ """
2549
+ ...
2550
+
2551
+ def remove(self, draw_func):
2552
+ """
2553
+
2554
+ :param draw_func:
2555
+ """
2556
+ ...
2557
+
2558
+ def type_recast(self):
2559
+ """ """
2560
+ ...
2561
+
2562
+ def values(self):
2563
+ """ """
2564
+ ...
2565
+
2566
+ class RENDER_PT_stereoscopy(bpy_types._GenericUI):
2567
+ """ """
649
2568
 
650
- def append(self, draw_func): ...
651
- def as_pointer(self): ...
652
- def bl_rna_get_subclass(self): ...
653
- def bl_rna_get_subclass_py(self): ...
654
- def draw(self, context): ...
655
- def draw_header(self, context): ...
656
- def driver_add(self): ...
657
- def driver_remove(self): ...
658
- def get(self): ...
659
- def id_properties_clear(self): ...
660
- def id_properties_ensure(self): ...
661
- def id_properties_ui(self): ...
662
- def is_extended(self): ...
663
- def is_property_hidden(self): ...
664
- def is_property_overridable_library(self): ...
665
- def is_property_readonly(self): ...
666
- def is_property_set(self): ...
667
- def items(self): ...
668
- def keyframe_delete(self): ...
669
- def keyframe_insert(self): ...
670
- def keys(self): ...
671
- def path_from_id(self): ...
672
- def path_resolve(self): ...
673
- def poll(self, context): ...
674
- def pop(self): ...
675
- def prepend(self, draw_func): ...
676
- def property_overridable_library_set(self): ...
677
- def property_unset(self): ...
678
- def remove(self, draw_func): ...
679
- def type_recast(self): ...
680
- def values(self): ...
681
-
682
- class RENDER_PT_stamp_note(
683
- RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
684
- ):
685
2569
  COMPAT_ENGINES: typing.Any
2570
+ """ """
2571
+
686
2572
  bl_context: typing.Any
2573
+ """ """
2574
+
687
2575
  bl_label: typing.Any
2576
+ """ """
2577
+
688
2578
  bl_options: typing.Any
689
- bl_parent_id: typing.Any
2579
+ """ """
2580
+
690
2581
  bl_region_type: typing.Any
2582
+ """ """
2583
+
691
2584
  bl_rna: typing.Any
2585
+ """ """
2586
+
692
2587
  bl_space_type: typing.Any
2588
+ """ """
2589
+
693
2590
  id_data: typing.Any
2591
+ """ """
2592
+
2593
+ def append(self, draw_func):
2594
+ """
2595
+
2596
+ :param draw_func:
2597
+ """
2598
+ ...
2599
+
2600
+ def as_pointer(self):
2601
+ """ """
2602
+ ...
2603
+
2604
+ def bl_rna_get_subclass(self):
2605
+ """ """
2606
+ ...
2607
+
2608
+ def bl_rna_get_subclass_py(self):
2609
+ """ """
2610
+ ...
2611
+
2612
+ def draw(self, context):
2613
+ """
2614
+
2615
+ :param context:
2616
+ """
2617
+ ...
2618
+
2619
+ def draw_header(self, context):
2620
+ """
2621
+
2622
+ :param context:
2623
+ """
2624
+ ...
2625
+
2626
+ def driver_add(self):
2627
+ """ """
2628
+ ...
2629
+
2630
+ def driver_remove(self):
2631
+ """ """
2632
+ ...
2633
+
2634
+ def get(self):
2635
+ """ """
2636
+ ...
2637
+
2638
+ def id_properties_clear(self):
2639
+ """ """
2640
+ ...
2641
+
2642
+ def id_properties_ensure(self):
2643
+ """ """
2644
+ ...
2645
+
2646
+ def id_properties_ui(self):
2647
+ """ """
2648
+ ...
2649
+
2650
+ def is_extended(self):
2651
+ """ """
2652
+ ...
2653
+
2654
+ def is_property_hidden(self):
2655
+ """ """
2656
+ ...
2657
+
2658
+ def is_property_overridable_library(self):
2659
+ """ """
2660
+ ...
2661
+
2662
+ def is_property_readonly(self):
2663
+ """ """
2664
+ ...
2665
+
2666
+ def is_property_set(self):
2667
+ """ """
2668
+ ...
2669
+
2670
+ def items(self):
2671
+ """ """
2672
+ ...
2673
+
2674
+ def keyframe_delete(self):
2675
+ """ """
2676
+ ...
2677
+
2678
+ def keyframe_insert(self):
2679
+ """ """
2680
+ ...
2681
+
2682
+ def keys(self):
2683
+ """ """
2684
+ ...
2685
+
2686
+ def path_from_id(self):
2687
+ """ """
2688
+ ...
2689
+
2690
+ def path_resolve(self):
2691
+ """ """
2692
+ ...
2693
+
2694
+ def poll(self, context):
2695
+ """
2696
+
2697
+ :param context:
2698
+ """
2699
+ ...
2700
+
2701
+ def pop(self):
2702
+ """ """
2703
+ ...
2704
+
2705
+ def prepend(self, draw_func):
2706
+ """
2707
+
2708
+ :param draw_func:
2709
+ """
2710
+ ...
2711
+
2712
+ def property_overridable_library_set(self):
2713
+ """ """
2714
+ ...
2715
+
2716
+ def property_unset(self):
2717
+ """ """
2718
+ ...
2719
+
2720
+ def remove(self, draw_func):
2721
+ """
2722
+
2723
+ :param draw_func:
2724
+ """
2725
+ ...
2726
+
2727
+ def type_recast(self):
2728
+ """ """
2729
+ ...
2730
+
2731
+ def values(self):
2732
+ """ """
2733
+ ...
2734
+
2735
+ class RENDER_PT_time_stretching(bpy_types._GenericUI):
2736
+ """ """
694
2737
 
695
- def append(self, draw_func): ...
696
- def as_pointer(self): ...
697
- def bl_rna_get_subclass(self): ...
698
- def bl_rna_get_subclass_py(self): ...
699
- def draw(self, context): ...
700
- def draw_header(self, context): ...
701
- def driver_add(self): ...
702
- def driver_remove(self): ...
703
- def get(self): ...
704
- def id_properties_clear(self): ...
705
- def id_properties_ensure(self): ...
706
- def id_properties_ui(self): ...
707
- def is_extended(self): ...
708
- def is_property_hidden(self): ...
709
- def is_property_overridable_library(self): ...
710
- def is_property_readonly(self): ...
711
- def is_property_set(self): ...
712
- def items(self): ...
713
- def keyframe_delete(self): ...
714
- def keyframe_insert(self): ...
715
- def keys(self): ...
716
- def path_from_id(self): ...
717
- def path_resolve(self): ...
718
- def poll(self, context): ...
719
- def pop(self): ...
720
- def prepend(self, draw_func): ...
721
- def property_overridable_library_set(self): ...
722
- def property_unset(self): ...
723
- def remove(self, draw_func): ...
724
- def type_recast(self): ...
725
- def values(self): ...
726
-
727
- class RENDER_PT_stereoscopy(
728
- RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
729
- ):
730
2738
  COMPAT_ENGINES: typing.Any
2739
+ """ """
2740
+
731
2741
  bl_context: typing.Any
2742
+ """ """
2743
+
732
2744
  bl_label: typing.Any
2745
+ """ """
2746
+
733
2747
  bl_options: typing.Any
2748
+ """ """
2749
+
2750
+ bl_parent_id: typing.Any
2751
+ """ """
2752
+
734
2753
  bl_region_type: typing.Any
2754
+ """ """
2755
+
735
2756
  bl_rna: typing.Any
2757
+ """ """
2758
+
736
2759
  bl_space_type: typing.Any
2760
+ """ """
2761
+
737
2762
  id_data: typing.Any
2763
+ """ """
2764
+
2765
+ def append(self, draw_func):
2766
+ """
2767
+
2768
+ :param draw_func:
2769
+ """
2770
+ ...
2771
+
2772
+ def as_pointer(self):
2773
+ """ """
2774
+ ...
2775
+
2776
+ def bl_rna_get_subclass(self):
2777
+ """ """
2778
+ ...
2779
+
2780
+ def bl_rna_get_subclass_py(self):
2781
+ """ """
2782
+ ...
2783
+
2784
+ def draw(self, context):
2785
+ """
2786
+
2787
+ :param context:
2788
+ """
2789
+ ...
2790
+
2791
+ def driver_add(self):
2792
+ """ """
2793
+ ...
2794
+
2795
+ def driver_remove(self):
2796
+ """ """
2797
+ ...
2798
+
2799
+ def get(self):
2800
+ """ """
2801
+ ...
2802
+
2803
+ def id_properties_clear(self):
2804
+ """ """
2805
+ ...
2806
+
2807
+ def id_properties_ensure(self):
2808
+ """ """
2809
+ ...
2810
+
2811
+ def id_properties_ui(self):
2812
+ """ """
2813
+ ...
2814
+
2815
+ def is_extended(self):
2816
+ """ """
2817
+ ...
2818
+
2819
+ def is_property_hidden(self):
2820
+ """ """
2821
+ ...
2822
+
2823
+ def is_property_overridable_library(self):
2824
+ """ """
2825
+ ...
2826
+
2827
+ def is_property_readonly(self):
2828
+ """ """
2829
+ ...
2830
+
2831
+ def is_property_set(self):
2832
+ """ """
2833
+ ...
2834
+
2835
+ def items(self):
2836
+ """ """
2837
+ ...
2838
+
2839
+ def keyframe_delete(self):
2840
+ """ """
2841
+ ...
2842
+
2843
+ def keyframe_insert(self):
2844
+ """ """
2845
+ ...
2846
+
2847
+ def keys(self):
2848
+ """ """
2849
+ ...
2850
+
2851
+ def path_from_id(self):
2852
+ """ """
2853
+ ...
2854
+
2855
+ def path_resolve(self):
2856
+ """ """
2857
+ ...
2858
+
2859
+ def poll(self, context):
2860
+ """
2861
+
2862
+ :param context:
2863
+ """
2864
+ ...
2865
+
2866
+ def pop(self):
2867
+ """ """
2868
+ ...
2869
+
2870
+ def prepend(self, draw_func):
2871
+ """
2872
+
2873
+ :param draw_func:
2874
+ """
2875
+ ...
2876
+
2877
+ def property_overridable_library_set(self):
2878
+ """ """
2879
+ ...
2880
+
2881
+ def property_unset(self):
2882
+ """ """
2883
+ ...
2884
+
2885
+ def remove(self, draw_func):
2886
+ """
2887
+
2888
+ :param draw_func:
2889
+ """
2890
+ ...
2891
+
2892
+ def type_recast(self):
2893
+ """ """
2894
+ ...
2895
+
2896
+ def values(self):
2897
+ """ """
2898
+ ...
2899
+
2900
+ class RENDER_UL_renderviews(bpy_types._GenericUI):
2901
+ """ """
2902
+
2903
+ bl_rna: typing.Any
2904
+ """ """
2905
+
2906
+ id_data: typing.Any
2907
+ """ """
2908
+
2909
+ def append(self, draw_func):
2910
+ """
2911
+
2912
+ :param draw_func:
2913
+ """
2914
+ ...
2915
+
2916
+ def as_pointer(self):
2917
+ """ """
2918
+ ...
2919
+
2920
+ def bl_rna_get_subclass(self):
2921
+ """ """
2922
+ ...
2923
+
2924
+ def bl_rna_get_subclass_py(self):
2925
+ """ """
2926
+ ...
2927
+
2928
+ def draw_item(
2929
+ self, _context, layout, _data, item, icon, _active_data, _active_propname, index
2930
+ ):
2931
+ """
2932
+
2933
+ :param _context:
2934
+ :param layout:
2935
+ :param _data:
2936
+ :param item:
2937
+ :param icon:
2938
+ :param _active_data:
2939
+ :param _active_propname:
2940
+ :param index:
2941
+ """
2942
+ ...
2943
+
2944
+ def driver_add(self):
2945
+ """ """
2946
+ ...
2947
+
2948
+ def driver_remove(self):
2949
+ """ """
2950
+ ...
2951
+
2952
+ def get(self):
2953
+ """ """
2954
+ ...
2955
+
2956
+ def id_properties_clear(self):
2957
+ """ """
2958
+ ...
2959
+
2960
+ def id_properties_ensure(self):
2961
+ """ """
2962
+ ...
2963
+
2964
+ def id_properties_ui(self):
2965
+ """ """
2966
+ ...
2967
+
2968
+ def is_extended(self):
2969
+ """ """
2970
+ ...
2971
+
2972
+ def is_property_hidden(self):
2973
+ """ """
2974
+ ...
2975
+
2976
+ def is_property_overridable_library(self):
2977
+ """ """
2978
+ ...
2979
+
2980
+ def is_property_readonly(self):
2981
+ """ """
2982
+ ...
2983
+
2984
+ def is_property_set(self):
2985
+ """ """
2986
+ ...
2987
+
2988
+ def items(self):
2989
+ """ """
2990
+ ...
2991
+
2992
+ def keyframe_delete(self):
2993
+ """ """
2994
+ ...
2995
+
2996
+ def keyframe_insert(self):
2997
+ """ """
2998
+ ...
2999
+
3000
+ def keys(self):
3001
+ """ """
3002
+ ...
3003
+
3004
+ def path_from_id(self):
3005
+ """ """
3006
+ ...
3007
+
3008
+ def path_resolve(self):
3009
+ """ """
3010
+ ...
3011
+
3012
+ def pop(self):
3013
+ """ """
3014
+ ...
3015
+
3016
+ def prepend(self, draw_func):
3017
+ """
3018
+
3019
+ :param draw_func:
3020
+ """
3021
+ ...
3022
+
3023
+ def property_overridable_library_set(self):
3024
+ """ """
3025
+ ...
3026
+
3027
+ def property_unset(self):
3028
+ """ """
3029
+ ...
3030
+
3031
+ def remove(self, draw_func):
3032
+ """
3033
+
3034
+ :param draw_func:
3035
+ """
3036
+ ...
3037
+
3038
+ def type_recast(self):
3039
+ """ """
3040
+ ...
3041
+
3042
+ def values(self):
3043
+ """ """
3044
+ ...
3045
+
3046
+ class RenderOutputButtonsPanel:
3047
+ """ """
738
3048
 
739
- def append(self, draw_func): ...
740
- def as_pointer(self): ...
741
- def bl_rna_get_subclass(self): ...
742
- def bl_rna_get_subclass_py(self): ...
743
- def draw(self, context): ...
744
- def draw_header(self, context): ...
745
- def driver_add(self): ...
746
- def driver_remove(self): ...
747
- def get(self): ...
748
- def id_properties_clear(self): ...
749
- def id_properties_ensure(self): ...
750
- def id_properties_ui(self): ...
751
- def is_extended(self): ...
752
- def is_property_hidden(self): ...
753
- def is_property_overridable_library(self): ...
754
- def is_property_readonly(self): ...
755
- def is_property_set(self): ...
756
- def items(self): ...
757
- def keyframe_delete(self): ...
758
- def keyframe_insert(self): ...
759
- def keys(self): ...
760
- def path_from_id(self): ...
761
- def path_resolve(self): ...
762
- def poll(self, context): ...
763
- def pop(self): ...
764
- def prepend(self, draw_func): ...
765
- def property_overridable_library_set(self): ...
766
- def property_unset(self): ...
767
- def remove(self, draw_func): ...
768
- def type_recast(self): ...
769
- def values(self): ...
770
-
771
- class RENDER_PT_time_stretching(
772
- RenderOutputButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
773
- ):
774
- COMPAT_ENGINES: typing.Any
775
3049
  bl_context: typing.Any
776
- bl_label: typing.Any
777
- bl_options: typing.Any
778
- bl_parent_id: typing.Any
3050
+ """ """
3051
+
779
3052
  bl_region_type: typing.Any
780
- bl_rna: typing.Any
3053
+ """ """
3054
+
781
3055
  bl_space_type: typing.Any
782
- id_data: typing.Any
3056
+ """ """
3057
+
3058
+ def poll(self, context):
3059
+ """
783
3060
 
784
- def append(self, draw_func): ...
785
- def as_pointer(self): ...
786
- def bl_rna_get_subclass(self): ...
787
- def bl_rna_get_subclass_py(self): ...
788
- def draw(self, context): ...
789
- def driver_add(self): ...
790
- def driver_remove(self): ...
791
- def get(self): ...
792
- def id_properties_clear(self): ...
793
- def id_properties_ensure(self): ...
794
- def id_properties_ui(self): ...
795
- def is_extended(self): ...
796
- def is_property_hidden(self): ...
797
- def is_property_overridable_library(self): ...
798
- def is_property_readonly(self): ...
799
- def is_property_set(self): ...
800
- def items(self): ...
801
- def keyframe_delete(self): ...
802
- def keyframe_insert(self): ...
803
- def keys(self): ...
804
- def path_from_id(self): ...
805
- def path_resolve(self): ...
806
- def poll(self, context): ...
807
- def pop(self): ...
808
- def prepend(self, draw_func): ...
809
- def property_overridable_library_set(self): ...
810
- def property_unset(self): ...
811
- def remove(self, draw_func): ...
812
- def type_recast(self): ...
813
- def values(self): ...
3061
+ :param context:
3062
+ """
3063
+ ...