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,40 +1,125 @@
1
- import sys
2
1
  import typing
3
2
  import bpy_types
4
- import rna_prop_ui
5
- import bl_ui.utils
6
- import bl_ui.properties_grease_pencil_common
7
3
 
8
4
  GenericType = typing.TypeVar("GenericType")
9
5
 
10
- class GPENCIL_MT_material_context_menu(bpy_types.Menu, bpy_types._GenericUI):
6
+ class GPENCIL_MT_material_context_menu(bpy_types._GenericUI):
7
+ """ """
8
+
11
9
  bl_label: typing.Any
10
+ """ """
11
+
12
12
  bl_rna: typing.Any
13
+ """ """
14
+
13
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 draw_collapsible(self, context, layout):
45
+ """
46
+
47
+ :param context:
48
+ :param layout:
49
+ """
50
+ ...
51
+
52
+ def draw_preset(self, _context):
53
+ """
54
+
55
+ :param _context:
56
+ """
57
+ ...
58
+
59
+ def driver_add(self):
60
+ """ """
61
+ ...
62
+
63
+ def driver_remove(self):
64
+ """ """
65
+ ...
66
+
67
+ def get(self):
68
+ """ """
69
+ ...
70
+
71
+ def id_properties_clear(self):
72
+ """ """
73
+ ...
74
+
75
+ def id_properties_ensure(self):
76
+ """ """
77
+ ...
78
+
79
+ def id_properties_ui(self):
80
+ """ """
81
+ ...
82
+
83
+ def is_extended(self):
84
+ """ """
85
+ ...
86
+
87
+ def is_property_hidden(self):
88
+ """ """
89
+ ...
90
+
91
+ def is_property_overridable_library(self):
92
+ """ """
93
+ ...
94
+
95
+ def is_property_readonly(self):
96
+ """ """
97
+ ...
98
+
99
+ def is_property_set(self):
100
+ """ """
101
+ ...
102
+
103
+ def items(self):
104
+ """ """
105
+ ...
106
+
107
+ def keyframe_delete(self):
108
+ """ """
109
+ ...
110
+
111
+ def keyframe_insert(self):
112
+ """ """
113
+ ...
114
+
115
+ def keys(self):
116
+ """ """
117
+ ...
118
+
119
+ def path_from_id(self):
120
+ """ """
121
+ ...
14
122
 
15
- def append(self, draw_func): ...
16
- def as_pointer(self): ...
17
- def bl_rna_get_subclass(self): ...
18
- def bl_rna_get_subclass_py(self): ...
19
- def draw(self, context): ...
20
- def draw_collapsible(self, context, layout): ...
21
- def draw_preset(self, _context): ...
22
- def driver_add(self): ...
23
- def driver_remove(self): ...
24
- def get(self): ...
25
- def id_properties_clear(self): ...
26
- def id_properties_ensure(self): ...
27
- def id_properties_ui(self): ...
28
- def is_extended(self): ...
29
- def is_property_hidden(self): ...
30
- def is_property_overridable_library(self): ...
31
- def is_property_readonly(self): ...
32
- def is_property_set(self): ...
33
- def items(self): ...
34
- def keyframe_delete(self): ...
35
- def keyframe_insert(self): ...
36
- def keys(self): ...
37
- def path_from_id(self): ...
38
123
  def path_menu(
39
124
  self,
40
125
  searchpaths,
@@ -45,24 +130,86 @@ class GPENCIL_MT_material_context_menu(bpy_types.Menu, bpy_types._GenericUI):
45
130
  filter_path,
46
131
  display_name,
47
132
  add_operator,
48
- ): ...
49
- def path_resolve(self): ...
50
- def pop(self): ...
51
- def prepend(self, draw_func): ...
52
- def property_overridable_library_set(self): ...
53
- def property_unset(self): ...
54
- def remove(self, draw_func): ...
55
- def type_recast(self): ...
56
- def values(self): ...
57
-
58
- class GPENCIL_UL_matslots(bpy_types.UIList, bpy_types._GenericUI):
133
+ ):
134
+ """
135
+
136
+ :param searchpaths:
137
+ :param operator:
138
+ :param props_default:
139
+ :param prop_filepath:
140
+ :param filter_ext:
141
+ :param filter_path:
142
+ :param display_name:
143
+ :param add_operator:
144
+ """
145
+ ...
146
+
147
+ def path_resolve(self):
148
+ """ """
149
+ ...
150
+
151
+ def pop(self):
152
+ """ """
153
+ ...
154
+
155
+ def prepend(self, draw_func):
156
+ """
157
+
158
+ :param draw_func:
159
+ """
160
+ ...
161
+
162
+ def property_overridable_library_set(self):
163
+ """ """
164
+ ...
165
+
166
+ def property_unset(self):
167
+ """ """
168
+ ...
169
+
170
+ def remove(self, draw_func):
171
+ """
172
+
173
+ :param draw_func:
174
+ """
175
+ ...
176
+
177
+ def type_recast(self):
178
+ """ """
179
+ ...
180
+
181
+ def values(self):
182
+ """ """
183
+ ...
184
+
185
+ class GPENCIL_UL_matslots(bpy_types._GenericUI):
186
+ """ """
187
+
59
188
  bl_rna: typing.Any
189
+ """ """
190
+
60
191
  id_data: typing.Any
192
+ """ """
193
+
194
+ def append(self, draw_func):
195
+ """
196
+
197
+ :param draw_func:
198
+ """
199
+ ...
200
+
201
+ def as_pointer(self):
202
+ """ """
203
+ ...
204
+
205
+ def bl_rna_get_subclass(self):
206
+ """ """
207
+ ...
208
+
209
+ def bl_rna_get_subclass_py(self):
210
+ """ """
211
+ ...
61
212
 
62
- def append(self, draw_func): ...
63
- def as_pointer(self): ...
64
- def bl_rna_get_subclass(self): ...
65
- def bl_rna_get_subclass_py(self): ...
66
213
  def draw_item(
67
214
  self,
68
215
  _context,
@@ -73,74 +220,604 @@ class GPENCIL_UL_matslots(bpy_types.UIList, bpy_types._GenericUI):
73
220
  _active_data,
74
221
  _active_propname,
75
222
  _index,
76
- ): ...
77
- def driver_add(self): ...
78
- def driver_remove(self): ...
79
- def get(self): ...
80
- def id_properties_clear(self): ...
81
- def id_properties_ensure(self): ...
82
- def id_properties_ui(self): ...
83
- def is_extended(self): ...
84
- def is_property_hidden(self): ...
85
- def is_property_overridable_library(self): ...
86
- def is_property_readonly(self): ...
87
- def is_property_set(self): ...
88
- def items(self): ...
89
- def keyframe_delete(self): ...
90
- def keyframe_insert(self): ...
91
- def keys(self): ...
92
- def path_from_id(self): ...
93
- def path_resolve(self): ...
94
- def pop(self): ...
95
- def prepend(self, draw_func): ...
96
- def property_overridable_library_set(self): ...
97
- def property_unset(self): ...
98
- def remove(self, draw_func): ...
99
- def type_recast(self): ...
100
- def values(self): ...
223
+ ):
224
+ """
225
+
226
+ :param _context:
227
+ :param layout:
228
+ :param _data:
229
+ :param item:
230
+ :param icon:
231
+ :param _active_data:
232
+ :param _active_propname:
233
+ :param _index:
234
+ """
235
+ ...
236
+
237
+ def driver_add(self):
238
+ """ """
239
+ ...
240
+
241
+ def driver_remove(self):
242
+ """ """
243
+ ...
244
+
245
+ def get(self):
246
+ """ """
247
+ ...
248
+
249
+ def id_properties_clear(self):
250
+ """ """
251
+ ...
252
+
253
+ def id_properties_ensure(self):
254
+ """ """
255
+ ...
256
+
257
+ def id_properties_ui(self):
258
+ """ """
259
+ ...
260
+
261
+ def is_extended(self):
262
+ """ """
263
+ ...
264
+
265
+ def is_property_hidden(self):
266
+ """ """
267
+ ...
268
+
269
+ def is_property_overridable_library(self):
270
+ """ """
271
+ ...
272
+
273
+ def is_property_readonly(self):
274
+ """ """
275
+ ...
276
+
277
+ def is_property_set(self):
278
+ """ """
279
+ ...
280
+
281
+ def items(self):
282
+ """ """
283
+ ...
284
+
285
+ def keyframe_delete(self):
286
+ """ """
287
+ ...
288
+
289
+ def keyframe_insert(self):
290
+ """ """
291
+ ...
292
+
293
+ def keys(self):
294
+ """ """
295
+ ...
296
+
297
+ def path_from_id(self):
298
+ """ """
299
+ ...
300
+
301
+ def path_resolve(self):
302
+ """ """
303
+ ...
304
+
305
+ def pop(self):
306
+ """ """
307
+ ...
308
+
309
+ def prepend(self, draw_func):
310
+ """
311
+
312
+ :param draw_func:
313
+ """
314
+ ...
315
+
316
+ def property_overridable_library_set(self):
317
+ """ """
318
+ ...
319
+
320
+ def property_unset(self):
321
+ """ """
322
+ ...
323
+
324
+ def remove(self, draw_func):
325
+ """
326
+
327
+ :param draw_func:
328
+ """
329
+ ...
330
+
331
+ def type_recast(self):
332
+ """ """
333
+ ...
334
+
335
+ def values(self):
336
+ """ """
337
+ ...
101
338
 
102
339
  class GPMaterialButtonsPanel:
340
+ """ """
341
+
342
+ bl_context: typing.Any
343
+ """ """
344
+
345
+ bl_region_type: typing.Any
346
+ """ """
347
+
348
+ bl_space_type: typing.Any
349
+ """ """
350
+
351
+ def poll(self, context):
352
+ """
353
+
354
+ :param context:
355
+ """
356
+ ...
357
+
358
+ class MATERIAL_PT_gpencil_custom_props(bpy_types._GenericUI):
359
+ """ """
360
+
361
+ COMPAT_ENGINES: typing.Any
362
+ """ """
363
+
364
+ bl_context: typing.Any
365
+ """ """
366
+
367
+ bl_label: typing.Any
368
+ """ """
369
+
370
+ bl_options: typing.Any
371
+ """ """
372
+
373
+ bl_order: typing.Any
374
+ """ """
375
+
376
+ bl_region_type: typing.Any
377
+ """ """
378
+
379
+ bl_rna: typing.Any
380
+ """ """
381
+
382
+ bl_space_type: typing.Any
383
+ """ """
384
+
385
+ id_data: typing.Any
386
+ """ """
387
+
388
+ def append(self, draw_func):
389
+ """
390
+
391
+ :param draw_func:
392
+ """
393
+ ...
394
+
395
+ def as_pointer(self):
396
+ """ """
397
+ ...
398
+
399
+ def bl_rna_get_subclass(self):
400
+ """ """
401
+ ...
402
+
403
+ def bl_rna_get_subclass_py(self):
404
+ """ """
405
+ ...
406
+
407
+ def draw(self, context):
408
+ """
409
+
410
+ :param context:
411
+ """
412
+ ...
413
+
414
+ def driver_add(self):
415
+ """ """
416
+ ...
417
+
418
+ def driver_remove(self):
419
+ """ """
420
+ ...
421
+
422
+ def get(self):
423
+ """ """
424
+ ...
425
+
426
+ def id_properties_clear(self):
427
+ """ """
428
+ ...
429
+
430
+ def id_properties_ensure(self):
431
+ """ """
432
+ ...
433
+
434
+ def id_properties_ui(self):
435
+ """ """
436
+ ...
437
+
438
+ def is_extended(self):
439
+ """ """
440
+ ...
441
+
442
+ def is_property_hidden(self):
443
+ """ """
444
+ ...
445
+
446
+ def is_property_overridable_library(self):
447
+ """ """
448
+ ...
449
+
450
+ def is_property_readonly(self):
451
+ """ """
452
+ ...
453
+
454
+ def is_property_set(self):
455
+ """ """
456
+ ...
457
+
458
+ def items(self):
459
+ """ """
460
+ ...
461
+
462
+ def keyframe_delete(self):
463
+ """ """
464
+ ...
465
+
466
+ def keyframe_insert(self):
467
+ """ """
468
+ ...
469
+
470
+ def keys(self):
471
+ """ """
472
+ ...
473
+
474
+ def path_from_id(self):
475
+ """ """
476
+ ...
477
+
478
+ def path_resolve(self):
479
+ """ """
480
+ ...
481
+
482
+ def poll(self, context):
483
+ """
484
+
485
+ :param context:
486
+ """
487
+ ...
488
+
489
+ def pop(self):
490
+ """ """
491
+ ...
492
+
493
+ def prepend(self, draw_func):
494
+ """
495
+
496
+ :param draw_func:
497
+ """
498
+ ...
499
+
500
+ def property_overridable_library_set(self):
501
+ """ """
502
+ ...
503
+
504
+ def property_unset(self):
505
+ """ """
506
+ ...
507
+
508
+ def remove(self, draw_func):
509
+ """
510
+
511
+ :param draw_func:
512
+ """
513
+ ...
514
+
515
+ def type_recast(self):
516
+ """ """
517
+ ...
518
+
519
+ def values(self):
520
+ """ """
521
+ ...
522
+
523
+ class MATERIAL_PT_gpencil_fillcolor(bpy_types._GenericUI):
524
+ """ """
525
+
103
526
  bl_context: typing.Any
527
+ """ """
528
+
529
+ bl_label: typing.Any
530
+ """ """
531
+
532
+ bl_parent_id: typing.Any
533
+ """ """
534
+
104
535
  bl_region_type: typing.Any
536
+ """ """
537
+
538
+ bl_rna: typing.Any
539
+ """ """
540
+
105
541
  bl_space_type: typing.Any
542
+ """ """
543
+
544
+ id_data: typing.Any
545
+ """ """
546
+
547
+ def append(self, draw_func):
548
+ """
549
+
550
+ :param draw_func:
551
+ """
552
+ ...
553
+
554
+ def as_pointer(self):
555
+ """ """
556
+ ...
557
+
558
+ def bl_rna_get_subclass(self):
559
+ """ """
560
+ ...
561
+
562
+ def bl_rna_get_subclass_py(self):
563
+ """ """
564
+ ...
565
+
566
+ def draw(self, context):
567
+ """
568
+
569
+ :param context:
570
+ """
571
+ ...
572
+
573
+ def draw_header(self, context):
574
+ """
575
+
576
+ :param context:
577
+ """
578
+ ...
579
+
580
+ def driver_add(self):
581
+ """ """
582
+ ...
583
+
584
+ def driver_remove(self):
585
+ """ """
586
+ ...
587
+
588
+ def get(self):
589
+ """ """
590
+ ...
591
+
592
+ def id_properties_clear(self):
593
+ """ """
594
+ ...
595
+
596
+ def id_properties_ensure(self):
597
+ """ """
598
+ ...
599
+
600
+ def id_properties_ui(self):
601
+ """ """
602
+ ...
603
+
604
+ def is_extended(self):
605
+ """ """
606
+ ...
607
+
608
+ def is_property_hidden(self):
609
+ """ """
610
+ ...
611
+
612
+ def is_property_overridable_library(self):
613
+ """ """
614
+ ...
615
+
616
+ def is_property_readonly(self):
617
+ """ """
618
+ ...
619
+
620
+ def is_property_set(self):
621
+ """ """
622
+ ...
623
+
624
+ def items(self):
625
+ """ """
626
+ ...
627
+
628
+ def keyframe_delete(self):
629
+ """ """
630
+ ...
631
+
632
+ def keyframe_insert(self):
633
+ """ """
634
+ ...
106
635
 
107
- def poll(self, context): ...
636
+ def keys(self):
637
+ """ """
638
+ ...
639
+
640
+ def path_from_id(self):
641
+ """ """
642
+ ...
643
+
644
+ def path_resolve(self):
645
+ """ """
646
+ ...
647
+
648
+ def poll(self, context):
649
+ """
650
+
651
+ :param context:
652
+ """
653
+ ...
654
+
655
+ def pop(self):
656
+ """ """
657
+ ...
658
+
659
+ def prepend(self, draw_func):
660
+ """
661
+
662
+ :param draw_func:
663
+ """
664
+ ...
665
+
666
+ def property_overridable_library_set(self):
667
+ """ """
668
+ ...
669
+
670
+ def property_unset(self):
671
+ """ """
672
+ ...
673
+
674
+ def remove(self, draw_func):
675
+ """
676
+
677
+ :param draw_func:
678
+ """
679
+ ...
680
+
681
+ def type_recast(self):
682
+ """ """
683
+ ...
684
+
685
+ def values(self):
686
+ """ """
687
+ ...
688
+
689
+ class MATERIAL_PT_gpencil_material_presets(bpy_types._GenericUI):
690
+ """ """
108
691
 
109
- class MATERIAL_PT_gpencil_material_presets(
110
- bl_ui.utils.PresetPanel, bpy_types.Panel, bpy_types._GenericUI
111
- ):
112
692
  bl_label: typing.Any
693
+ """ """
694
+
113
695
  bl_region_type: typing.Any
696
+ """ """
697
+
114
698
  bl_rna: typing.Any
699
+ """ """
700
+
115
701
  bl_space_type: typing.Any
702
+ """ """
703
+
116
704
  id_data: typing.Any
705
+ """ """
706
+
117
707
  preset_add_operator: typing.Any
708
+ """ """
709
+
118
710
  preset_operator: typing.Any
711
+ """ """
712
+
119
713
  preset_subdir: typing.Any
714
+ """ """
715
+
716
+ def append(self, draw_func):
717
+ """
718
+
719
+ :param draw_func:
720
+ """
721
+ ...
722
+
723
+ def as_pointer(self):
724
+ """ """
725
+ ...
726
+
727
+ def bl_rna_get_subclass(self):
728
+ """ """
729
+ ...
730
+
731
+ def bl_rna_get_subclass_py(self):
732
+ """ """
733
+ ...
734
+
735
+ def draw(self, context):
736
+ """
737
+
738
+ :param context:
739
+ """
740
+ ...
741
+
742
+ def draw_menu(self, layout, text):
743
+ """
744
+
745
+ :param layout:
746
+ :param text:
747
+ """
748
+ ...
749
+
750
+ def draw_panel_header(self, layout):
751
+ """
752
+
753
+ :param layout:
754
+ """
755
+ ...
756
+
757
+ def driver_add(self):
758
+ """ """
759
+ ...
760
+
761
+ def driver_remove(self):
762
+ """ """
763
+ ...
764
+
765
+ def get(self):
766
+ """ """
767
+ ...
768
+
769
+ def id_properties_clear(self):
770
+ """ """
771
+ ...
772
+
773
+ def id_properties_ensure(self):
774
+ """ """
775
+ ...
776
+
777
+ def id_properties_ui(self):
778
+ """ """
779
+ ...
780
+
781
+ def is_extended(self):
782
+ """ """
783
+ ...
784
+
785
+ def is_property_hidden(self):
786
+ """ """
787
+ ...
788
+
789
+ def is_property_overridable_library(self):
790
+ """ """
791
+ ...
792
+
793
+ def is_property_readonly(self):
794
+ """ """
795
+ ...
796
+
797
+ def is_property_set(self):
798
+ """ """
799
+ ...
800
+
801
+ def items(self):
802
+ """ """
803
+ ...
804
+
805
+ def keyframe_delete(self):
806
+ """ """
807
+ ...
808
+
809
+ def keyframe_insert(self):
810
+ """ """
811
+ ...
812
+
813
+ def keys(self):
814
+ """ """
815
+ ...
816
+
817
+ def path_from_id(self):
818
+ """ """
819
+ ...
120
820
 
121
- def append(self, draw_func): ...
122
- def as_pointer(self): ...
123
- def bl_rna_get_subclass(self): ...
124
- def bl_rna_get_subclass_py(self): ...
125
- def draw(self, context): ...
126
- def draw_menu(self, layout, text): ...
127
- def draw_panel_header(self, layout): ...
128
- def driver_add(self): ...
129
- def driver_remove(self): ...
130
- def get(self): ...
131
- def id_properties_clear(self): ...
132
- def id_properties_ensure(self): ...
133
- def id_properties_ui(self): ...
134
- def is_extended(self): ...
135
- def is_property_hidden(self): ...
136
- def is_property_overridable_library(self): ...
137
- def is_property_readonly(self): ...
138
- def is_property_set(self): ...
139
- def items(self): ...
140
- def keyframe_delete(self): ...
141
- def keyframe_insert(self): ...
142
- def keys(self): ...
143
- def path_from_id(self): ...
144
821
  def path_menu(
145
822
  self,
146
823
  searchpaths,
@@ -151,316 +828,863 @@ class MATERIAL_PT_gpencil_material_presets(
151
828
  filter_path,
152
829
  display_name,
153
830
  add_operator,
154
- ): ...
155
- def path_resolve(self): ...
156
- def pop(self): ...
157
- def prepend(self, draw_func): ...
158
- def property_overridable_library_set(self): ...
159
- def property_unset(self): ...
160
- def remove(self, draw_func): ...
161
- def type_recast(self): ...
162
- def values(self): ...
163
-
164
- class MATERIAL_PT_gpencil_slots(
165
- bl_ui.properties_grease_pencil_common.GreasePencilMaterialsPanel,
166
- bpy_types.Panel,
167
- bpy_types._GenericUI,
168
- ):
169
- bl_context: typing.Any
170
- bl_label: typing.Any
171
- bl_options: typing.Any
172
- bl_region_type: typing.Any
173
- bl_rna: typing.Any
174
- bl_space_type: typing.Any
175
- id_data: typing.Any
831
+ ):
832
+ """
833
+
834
+ :param searchpaths:
835
+ :param operator:
836
+ :param props_default:
837
+ :param prop_filepath:
838
+ :param filter_ext:
839
+ :param filter_path:
840
+ :param display_name:
841
+ :param add_operator:
842
+ """
843
+ ...
844
+
845
+ def path_resolve(self):
846
+ """ """
847
+ ...
848
+
849
+ def pop(self):
850
+ """ """
851
+ ...
852
+
853
+ def prepend(self, draw_func):
854
+ """
855
+
856
+ :param draw_func:
857
+ """
858
+ ...
859
+
860
+ def property_overridable_library_set(self):
861
+ """ """
862
+ ...
863
+
864
+ def property_unset(self):
865
+ """ """
866
+ ...
867
+
868
+ def remove(self, draw_func):
869
+ """
870
+
871
+ :param draw_func:
872
+ """
873
+ ...
874
+
875
+ def type_recast(self):
876
+ """ """
877
+ ...
878
+
879
+ def values(self):
880
+ """ """
881
+ ...
882
+
883
+ class MATERIAL_PT_gpencil_preview(bpy_types._GenericUI):
884
+ """ """
176
885
 
177
- def append(self, draw_func): ...
178
- def as_pointer(self): ...
179
- def bl_rna_get_subclass(self): ...
180
- def bl_rna_get_subclass_py(self): ...
181
- def draw(self, context): ...
182
- def driver_add(self): ...
183
- def driver_remove(self): ...
184
- def get(self): ...
185
- def id_properties_clear(self): ...
186
- def id_properties_ensure(self): ...
187
- def id_properties_ui(self): ...
188
- def is_extended(self): ...
189
- def is_property_hidden(self): ...
190
- def is_property_overridable_library(self): ...
191
- def is_property_readonly(self): ...
192
- def is_property_set(self): ...
193
- def items(self): ...
194
- def keyframe_delete(self): ...
195
- def keyframe_insert(self): ...
196
- def keys(self): ...
197
- def path_from_id(self): ...
198
- def path_resolve(self): ...
199
- def poll(self, context): ...
200
- def pop(self): ...
201
- def prepend(self, draw_func): ...
202
- def property_overridable_library_set(self): ...
203
- def property_unset(self): ...
204
- def remove(self, draw_func): ...
205
- def type_recast(self): ...
206
- def values(self): ...
207
-
208
- class MATERIAL_PT_gpencil_custom_props(
209
- GPMaterialButtonsPanel,
210
- rna_prop_ui.PropertyPanel,
211
- bpy_types.Panel,
212
- bpy_types._GenericUI,
213
- ):
214
886
  COMPAT_ENGINES: typing.Any
887
+ """ """
888
+
215
889
  bl_context: typing.Any
890
+ """ """
891
+
216
892
  bl_label: typing.Any
893
+ """ """
894
+
217
895
  bl_options: typing.Any
218
- bl_order: typing.Any
219
- bl_region_type: typing.Any
220
- bl_rna: typing.Any
221
- bl_space_type: typing.Any
222
- id_data: typing.Any
896
+ """ """
223
897
 
224
- def append(self, draw_func): ...
225
- def as_pointer(self): ...
226
- def bl_rna_get_subclass(self): ...
227
- def bl_rna_get_subclass_py(self): ...
228
- def draw(self, context): ...
229
- def driver_add(self): ...
230
- def driver_remove(self): ...
231
- def get(self): ...
232
- def id_properties_clear(self): ...
233
- def id_properties_ensure(self): ...
234
- def id_properties_ui(self): ...
235
- def is_extended(self): ...
236
- def is_property_hidden(self): ...
237
- def is_property_overridable_library(self): ...
238
- def is_property_readonly(self): ...
239
- def is_property_set(self): ...
240
- def items(self): ...
241
- def keyframe_delete(self): ...
242
- def keyframe_insert(self): ...
243
- def keys(self): ...
244
- def path_from_id(self): ...
245
- def path_resolve(self): ...
246
- def poll(self, context): ...
247
- def pop(self): ...
248
- def prepend(self, draw_func): ...
249
- def property_overridable_library_set(self): ...
250
- def property_unset(self): ...
251
- def remove(self, draw_func): ...
252
- def type_recast(self): ...
253
- def values(self): ...
254
-
255
- class MATERIAL_PT_gpencil_fillcolor(
256
- GPMaterialButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
257
- ):
258
- bl_context: typing.Any
259
- bl_label: typing.Any
260
- bl_parent_id: typing.Any
261
898
  bl_region_type: typing.Any
899
+ """ """
900
+
262
901
  bl_rna: typing.Any
902
+ """ """
903
+
263
904
  bl_space_type: typing.Any
905
+ """ """
906
+
264
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 MATERIAL_PT_gpencil_settings(bpy_types._GenericUI):
1046
+ """ """
265
1047
 
266
- def append(self, draw_func): ...
267
- def as_pointer(self): ...
268
- def bl_rna_get_subclass(self): ...
269
- def bl_rna_get_subclass_py(self): ...
270
- def draw(self, context): ...
271
- def draw_header(self, context): ...
272
- def driver_add(self): ...
273
- def driver_remove(self): ...
274
- def get(self): ...
275
- def id_properties_clear(self): ...
276
- def id_properties_ensure(self): ...
277
- def id_properties_ui(self): ...
278
- def is_extended(self): ...
279
- def is_property_hidden(self): ...
280
- def is_property_overridable_library(self): ...
281
- def is_property_readonly(self): ...
282
- def is_property_set(self): ...
283
- def items(self): ...
284
- def keyframe_delete(self): ...
285
- def keyframe_insert(self): ...
286
- def keys(self): ...
287
- def path_from_id(self): ...
288
- def path_resolve(self): ...
289
- def poll(self, context): ...
290
- def pop(self): ...
291
- def prepend(self, draw_func): ...
292
- def property_overridable_library_set(self): ...
293
- def property_unset(self): ...
294
- def remove(self, draw_func): ...
295
- def type_recast(self): ...
296
- def values(self): ...
297
-
298
- class MATERIAL_PT_gpencil_preview(
299
- GPMaterialButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
300
- ):
301
- COMPAT_ENGINES: typing.Any
302
1048
  bl_context: typing.Any
1049
+ """ """
1050
+
303
1051
  bl_label: typing.Any
1052
+ """ """
1053
+
304
1054
  bl_options: typing.Any
1055
+ """ """
1056
+
305
1057
  bl_region_type: typing.Any
1058
+ """ """
1059
+
306
1060
  bl_rna: typing.Any
1061
+ """ """
1062
+
307
1063
  bl_space_type: typing.Any
1064
+ """ """
1065
+
308
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 MATERIAL_PT_gpencil_slots(bpy_types._GenericUI):
1205
+ """ """
309
1206
 
310
- def append(self, draw_func): ...
311
- def as_pointer(self): ...
312
- def bl_rna_get_subclass(self): ...
313
- def bl_rna_get_subclass_py(self): ...
314
- def draw(self, context): ...
315
- def driver_add(self): ...
316
- def driver_remove(self): ...
317
- def get(self): ...
318
- def id_properties_clear(self): ...
319
- def id_properties_ensure(self): ...
320
- def id_properties_ui(self): ...
321
- def is_extended(self): ...
322
- def is_property_hidden(self): ...
323
- def is_property_overridable_library(self): ...
324
- def is_property_readonly(self): ...
325
- def is_property_set(self): ...
326
- def items(self): ...
327
- def keyframe_delete(self): ...
328
- def keyframe_insert(self): ...
329
- def keys(self): ...
330
- def path_from_id(self): ...
331
- def path_resolve(self): ...
332
- def poll(self, context): ...
333
- def pop(self): ...
334
- def prepend(self, draw_func): ...
335
- def property_overridable_library_set(self): ...
336
- def property_unset(self): ...
337
- def remove(self, draw_func): ...
338
- def type_recast(self): ...
339
- def values(self): ...
340
-
341
- class MATERIAL_PT_gpencil_settings(
342
- GPMaterialButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
343
- ):
344
1207
  bl_context: typing.Any
1208
+ """ """
1209
+
345
1210
  bl_label: typing.Any
1211
+ """ """
1212
+
346
1213
  bl_options: typing.Any
1214
+ """ """
1215
+
347
1216
  bl_region_type: typing.Any
1217
+ """ """
1218
+
348
1219
  bl_rna: typing.Any
1220
+ """ """
1221
+
349
1222
  bl_space_type: typing.Any
1223
+ """ """
1224
+
350
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 MATERIAL_PT_gpencil_strokecolor(bpy_types._GenericUI):
1364
+ """ """
351
1365
 
352
- def append(self, draw_func): ...
353
- def as_pointer(self): ...
354
- def bl_rna_get_subclass(self): ...
355
- def bl_rna_get_subclass_py(self): ...
356
- def draw(self, context): ...
357
- def driver_add(self): ...
358
- def driver_remove(self): ...
359
- def get(self): ...
360
- def id_properties_clear(self): ...
361
- def id_properties_ensure(self): ...
362
- def id_properties_ui(self): ...
363
- def is_extended(self): ...
364
- def is_property_hidden(self): ...
365
- def is_property_overridable_library(self): ...
366
- def is_property_readonly(self): ...
367
- def is_property_set(self): ...
368
- def items(self): ...
369
- def keyframe_delete(self): ...
370
- def keyframe_insert(self): ...
371
- def keys(self): ...
372
- def path_from_id(self): ...
373
- def path_resolve(self): ...
374
- def poll(self, context): ...
375
- def pop(self): ...
376
- def prepend(self, draw_func): ...
377
- def property_overridable_library_set(self): ...
378
- def property_unset(self): ...
379
- def remove(self, draw_func): ...
380
- def type_recast(self): ...
381
- def values(self): ...
382
-
383
- class MATERIAL_PT_gpencil_strokecolor(
384
- GPMaterialButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
385
- ):
386
1366
  bl_context: typing.Any
1367
+ """ """
1368
+
387
1369
  bl_label: typing.Any
1370
+ """ """
1371
+
388
1372
  bl_parent_id: typing.Any
1373
+ """ """
1374
+
389
1375
  bl_region_type: typing.Any
1376
+ """ """
1377
+
390
1378
  bl_rna: typing.Any
1379
+ """ """
1380
+
391
1381
  bl_space_type: typing.Any
1382
+ """ """
1383
+
392
1384
  id_data: typing.Any
1385
+ """ """
1386
+
1387
+ def append(self, draw_func):
1388
+ """
1389
+
1390
+ :param draw_func:
1391
+ """
1392
+ ...
1393
+
1394
+ def as_pointer(self):
1395
+ """ """
1396
+ ...
1397
+
1398
+ def bl_rna_get_subclass(self):
1399
+ """ """
1400
+ ...
1401
+
1402
+ def bl_rna_get_subclass_py(self):
1403
+ """ """
1404
+ ...
1405
+
1406
+ def draw(self, context):
1407
+ """
1408
+
1409
+ :param context:
1410
+ """
1411
+ ...
1412
+
1413
+ def draw_header(self, context):
1414
+ """
1415
+
1416
+ :param context:
1417
+ """
1418
+ ...
1419
+
1420
+ def driver_add(self):
1421
+ """ """
1422
+ ...
1423
+
1424
+ def driver_remove(self):
1425
+ """ """
1426
+ ...
1427
+
1428
+ def get(self):
1429
+ """ """
1430
+ ...
1431
+
1432
+ def id_properties_clear(self):
1433
+ """ """
1434
+ ...
1435
+
1436
+ def id_properties_ensure(self):
1437
+ """ """
1438
+ ...
1439
+
1440
+ def id_properties_ui(self):
1441
+ """ """
1442
+ ...
1443
+
1444
+ def is_extended(self):
1445
+ """ """
1446
+ ...
1447
+
1448
+ def is_property_hidden(self):
1449
+ """ """
1450
+ ...
1451
+
1452
+ def is_property_overridable_library(self):
1453
+ """ """
1454
+ ...
1455
+
1456
+ def is_property_readonly(self):
1457
+ """ """
1458
+ ...
1459
+
1460
+ def is_property_set(self):
1461
+ """ """
1462
+ ...
1463
+
1464
+ def items(self):
1465
+ """ """
1466
+ ...
1467
+
1468
+ def keyframe_delete(self):
1469
+ """ """
1470
+ ...
1471
+
1472
+ def keyframe_insert(self):
1473
+ """ """
1474
+ ...
1475
+
1476
+ def keys(self):
1477
+ """ """
1478
+ ...
1479
+
1480
+ def path_from_id(self):
1481
+ """ """
1482
+ ...
1483
+
1484
+ def path_resolve(self):
1485
+ """ """
1486
+ ...
1487
+
1488
+ def poll(self, context):
1489
+ """
1490
+
1491
+ :param context:
1492
+ """
1493
+ ...
1494
+
1495
+ def pop(self):
1496
+ """ """
1497
+ ...
1498
+
1499
+ def prepend(self, draw_func):
1500
+ """
1501
+
1502
+ :param draw_func:
1503
+ """
1504
+ ...
1505
+
1506
+ def property_overridable_library_set(self):
1507
+ """ """
1508
+ ...
1509
+
1510
+ def property_unset(self):
1511
+ """ """
1512
+ ...
1513
+
1514
+ def remove(self, draw_func):
1515
+ """
1516
+
1517
+ :param draw_func:
1518
+ """
1519
+ ...
1520
+
1521
+ def type_recast(self):
1522
+ """ """
1523
+ ...
1524
+
1525
+ def values(self):
1526
+ """ """
1527
+ ...
1528
+
1529
+ class MATERIAL_PT_gpencil_surface(bpy_types._GenericUI):
1530
+ """ """
393
1531
 
394
- def append(self, draw_func): ...
395
- def as_pointer(self): ...
396
- def bl_rna_get_subclass(self): ...
397
- def bl_rna_get_subclass_py(self): ...
398
- def draw(self, context): ...
399
- def draw_header(self, context): ...
400
- def driver_add(self): ...
401
- def driver_remove(self): ...
402
- def get(self): ...
403
- def id_properties_clear(self): ...
404
- def id_properties_ensure(self): ...
405
- def id_properties_ui(self): ...
406
- def is_extended(self): ...
407
- def is_property_hidden(self): ...
408
- def is_property_overridable_library(self): ...
409
- def is_property_readonly(self): ...
410
- def is_property_set(self): ...
411
- def items(self): ...
412
- def keyframe_delete(self): ...
413
- def keyframe_insert(self): ...
414
- def keys(self): ...
415
- def path_from_id(self): ...
416
- def path_resolve(self): ...
417
- def poll(self, context): ...
418
- def pop(self): ...
419
- def prepend(self, draw_func): ...
420
- def property_overridable_library_set(self): ...
421
- def property_unset(self): ...
422
- def remove(self, draw_func): ...
423
- def type_recast(self): ...
424
- def values(self): ...
425
-
426
- class MATERIAL_PT_gpencil_surface(
427
- GPMaterialButtonsPanel, bpy_types.Panel, bpy_types._GenericUI
428
- ):
429
1532
  bl_context: typing.Any
1533
+ """ """
1534
+
430
1535
  bl_label: typing.Any
1536
+ """ """
1537
+
431
1538
  bl_region_type: typing.Any
1539
+ """ """
1540
+
432
1541
  bl_rna: typing.Any
1542
+ """ """
1543
+
433
1544
  bl_space_type: typing.Any
1545
+ """ """
1546
+
434
1547
  id_data: typing.Any
1548
+ """ """
1549
+
1550
+ def append(self, draw_func):
1551
+ """
1552
+
1553
+ :param draw_func:
1554
+ """
1555
+ ...
1556
+
1557
+ def as_pointer(self):
1558
+ """ """
1559
+ ...
1560
+
1561
+ def bl_rna_get_subclass(self):
1562
+ """ """
1563
+ ...
1564
+
1565
+ def bl_rna_get_subclass_py(self):
1566
+ """ """
1567
+ ...
1568
+
1569
+ def draw(self, _context):
1570
+ """
1571
+
1572
+ :param _context:
1573
+ """
1574
+ ...
1575
+
1576
+ def draw_header_preset(self, _context):
1577
+ """
1578
+
1579
+ :param _context:
1580
+ """
1581
+ ...
1582
+
1583
+ def driver_add(self):
1584
+ """ """
1585
+ ...
1586
+
1587
+ def driver_remove(self):
1588
+ """ """
1589
+ ...
1590
+
1591
+ def get(self):
1592
+ """ """
1593
+ ...
1594
+
1595
+ def id_properties_clear(self):
1596
+ """ """
1597
+ ...
1598
+
1599
+ def id_properties_ensure(self):
1600
+ """ """
1601
+ ...
1602
+
1603
+ def id_properties_ui(self):
1604
+ """ """
1605
+ ...
1606
+
1607
+ def is_extended(self):
1608
+ """ """
1609
+ ...
1610
+
1611
+ def is_property_hidden(self):
1612
+ """ """
1613
+ ...
1614
+
1615
+ def is_property_overridable_library(self):
1616
+ """ """
1617
+ ...
1618
+
1619
+ def is_property_readonly(self):
1620
+ """ """
1621
+ ...
1622
+
1623
+ def is_property_set(self):
1624
+ """ """
1625
+ ...
1626
+
1627
+ def items(self):
1628
+ """ """
1629
+ ...
1630
+
1631
+ def keyframe_delete(self):
1632
+ """ """
1633
+ ...
1634
+
1635
+ def keyframe_insert(self):
1636
+ """ """
1637
+ ...
1638
+
1639
+ def keys(self):
1640
+ """ """
1641
+ ...
1642
+
1643
+ def path_from_id(self):
1644
+ """ """
1645
+ ...
1646
+
1647
+ def path_resolve(self):
1648
+ """ """
1649
+ ...
1650
+
1651
+ def poll(self, context):
1652
+ """
1653
+
1654
+ :param context:
1655
+ """
1656
+ ...
1657
+
1658
+ def pop(self):
1659
+ """ """
1660
+ ...
1661
+
1662
+ def prepend(self, draw_func):
1663
+ """
1664
+
1665
+ :param draw_func:
1666
+ """
1667
+ ...
1668
+
1669
+ def property_overridable_library_set(self):
1670
+ """ """
1671
+ ...
1672
+
1673
+ def property_unset(self):
1674
+ """ """
1675
+ ...
1676
+
1677
+ def remove(self, draw_func):
1678
+ """
1679
+
1680
+ :param draw_func:
1681
+ """
1682
+ ...
1683
+
1684
+ def type_recast(self):
1685
+ """ """
1686
+ ...
435
1687
 
436
- def append(self, draw_func): ...
437
- def as_pointer(self): ...
438
- def bl_rna_get_subclass(self): ...
439
- def bl_rna_get_subclass_py(self): ...
440
- def draw(self, _context): ...
441
- def draw_header_preset(self, _context): ...
442
- def driver_add(self): ...
443
- def driver_remove(self): ...
444
- def get(self): ...
445
- def id_properties_clear(self): ...
446
- def id_properties_ensure(self): ...
447
- def id_properties_ui(self): ...
448
- def is_extended(self): ...
449
- def is_property_hidden(self): ...
450
- def is_property_overridable_library(self): ...
451
- def is_property_readonly(self): ...
452
- def is_property_set(self): ...
453
- def items(self): ...
454
- def keyframe_delete(self): ...
455
- def keyframe_insert(self): ...
456
- def keys(self): ...
457
- def path_from_id(self): ...
458
- def path_resolve(self): ...
459
- def poll(self, context): ...
460
- def pop(self): ...
461
- def prepend(self, draw_func): ...
462
- def property_overridable_library_set(self): ...
463
- def property_unset(self): ...
464
- def remove(self, draw_func): ...
465
- def type_recast(self): ...
466
- def values(self): ...
1688
+ def values(self):
1689
+ """ """
1690
+ ...