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