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