fake-bpy-module 20240517__py3-none-any.whl → 20240519__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (312) hide show
  1. _bpy_internal/__init__.pyi +2 -1
  2. _bpy_internal/freedesktop/__init__.pyi +20 -86
  3. addon_utils/__init__.pyi +7 -31
  4. animsys_refactor/__init__.pyi +7 -26
  5. aud/__init__.pyi +3 -5
  6. bgl/__init__.pyi +2 -1630
  7. bl_app_override/__init__.pyi +5 -15
  8. bl_app_override/helpers/__init__.pyi +4 -23
  9. bl_app_template_utils/__init__.pyi +5 -16
  10. bl_console_utils/__init__.pyi +2 -1
  11. bl_console_utils/autocomplete/__init__.pyi +2 -1
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
  16. bl_i18n_utils/__init__.pyi +2 -1
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
  18. bl_i18n_utils/merge_po/__init__.pyi +3 -5
  19. bl_i18n_utils/settings/__init__.pyi +4 -23
  20. bl_i18n_utils/utils/__init__.pyi +10 -66
  21. bl_i18n_utils/utils_cli/__init__.pyi +9 -31
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
  23. bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
  24. bl_keymap_utils/__init__.pyi +2 -1
  25. bl_keymap_utils/io/__init__.pyi +10 -40
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
  28. bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
  29. bl_keymap_utils/versioning/__init__.pyi +3 -5
  30. bl_math/__init__.pyi +2 -1
  31. bl_operators/__init__.pyi +4 -10
  32. bl_operators/add_mesh_torus/__init__.pyi +4 -19
  33. bl_operators/anim/__init__.pyi +2 -71
  34. bl_operators/assets/__init__.pyi +2 -30
  35. bl_operators/bmesh/__init__.pyi +2 -1
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
  37. bl_operators/clip/__init__.pyi +7 -115
  38. bl_operators/console/__init__.pyi +2 -38
  39. bl_operators/constraint/__init__.pyi +2 -37
  40. bl_operators/file/__init__.pyi +2 -28
  41. bl_operators/freestyle/__init__.pyi +2 -37
  42. bl_operators/geometry_nodes/__init__.pyi +15 -103
  43. bl_operators/image/__init__.pyi +2 -52
  44. bl_operators/mesh/__init__.pyi +2 -28
  45. bl_operators/node/__init__.pyi +2 -105
  46. bl_operators/object/__init__.pyi +2 -138
  47. bl_operators/object_align/__init__.pyi +5 -24
  48. bl_operators/object_quick_effects/__init__.pyi +4 -49
  49. bl_operators/object_randomize_transform/__init__.pyi +5 -14
  50. bl_operators/presets/__init__.pyi +4 -376
  51. bl_operators/rigidbody/__init__.pyi +2 -28
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
  53. bl_operators/sequencer/__init__.pyi +3 -104
  54. bl_operators/spreadsheet/__init__.pyi +2 -10
  55. bl_operators/userpref/__init__.pyi +3 -201
  56. bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
  57. bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
  58. bl_operators/uvcalc_transform/__init__.pyi +13 -73
  59. bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
  60. bl_operators/view3d/__init__.pyi +2 -64
  61. bl_operators/wm/__init__.pyi +16 -451
  62. bl_operators/world/__init__.pyi +2 -10
  63. bl_previews_utils/__init__.pyi +2 -1
  64. bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
  65. bl_rna_utils/__init__.pyi +2 -1
  66. bl_rna_utils/data_path/__init__.pyi +2 -2
  67. bl_text_utils/__init__.pyi +2 -1
  68. bl_text_utils/external_editor/__init__.pyi +3 -5
  69. bl_ui/__init__.pyi +32 -141
  70. bl_ui/anim/__init__.pyi +3 -12
  71. bl_ui/asset_shelf/__init__.pyi +3 -16
  72. bl_ui/generic_ui_list/__init__.pyi +4 -31
  73. bl_ui/node_add_menu/__init__.pyi +6 -28
  74. bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
  75. bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
  76. bl_ui/node_add_menu_shader/__init__.pyi +20 -170
  77. bl_ui/node_add_menu_texture/__init__.pyi +11 -118
  78. bl_ui/properties_animviz/__init__.pyi +2 -15
  79. bl_ui/properties_collection/__init__.pyi +9 -112
  80. bl_ui/properties_constraint/__init__.pyi +81 -1524
  81. bl_ui/properties_data_armature/__init__.pyi +14 -214
  82. bl_ui/properties_data_bone/__init__.pyi +12 -198
  83. bl_ui/properties_data_camera/__init__.pyi +17 -312
  84. bl_ui/properties_data_curve/__init__.pyi +17 -319
  85. bl_ui/properties_data_curves/__init__.pyi +8 -108
  86. bl_ui/properties_data_empty/__init__.pyi +4 -44
  87. bl_ui/properties_data_gpencil/__init__.pyi +20 -350
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
  89. bl_ui/properties_data_lattice/__init__.pyi +5 -65
  90. bl_ui/properties_data_light/__init__.pyi +14 -264
  91. bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
  92. bl_ui/properties_data_mesh/__init__.pyi +23 -325
  93. bl_ui/properties_data_metaball/__init__.pyi +7 -103
  94. bl_ui/properties_data_modifier/__init__.pyi +10 -178
  95. bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
  96. bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
  97. bl_ui/properties_data_speaker/__init__.pyi +7 -111
  98. bl_ui/properties_data_volume/__init__.pyi +10 -156
  99. bl_ui/properties_freestyle/__init__.pyi +31 -615
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
  101. bl_ui/properties_mask_common/__init__.pyi +10 -111
  102. bl_ui/properties_material/__init__.pyi +20 -331
  103. bl_ui/properties_material_gpencil/__init__.pyi +12 -182
  104. bl_ui/properties_object/__init__.pyi +16 -276
  105. bl_ui/properties_output/__init__.pyi +20 -370
  106. bl_ui/properties_paint_common/__init__.pyi +14 -106
  107. bl_ui/properties_particle/__init__.pyi +58 -1159
  108. bl_ui/properties_physics_cloth/__init__.pyi +17 -314
  109. bl_ui/properties_physics_common/__init__.pyi +9 -58
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
  111. bl_ui/properties_physics_field/__init__.pyi +13 -218
  112. bl_ui/properties_physics_fluid/__init__.pyi +30 -626
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
  116. bl_ui/properties_physics_softbody/__init__.pyi +18 -353
  117. bl_ui/properties_render/__init__.pyi +56 -1146
  118. bl_ui/properties_scene/__init__.pyi +17 -298
  119. bl_ui/properties_texture/__init__.pyi +30 -577
  120. bl_ui/properties_view_layer/__init__.pyi +20 -346
  121. bl_ui/properties_workspace/__init__.pyi +6 -80
  122. bl_ui/properties_world/__init__.pyi +12 -220
  123. bl_ui/space_clip/__init__.pyi +73 -1090
  124. bl_ui/space_console/__init__.pyi +9 -73
  125. bl_ui/space_dopesheet/__init__.pyi +33 -485
  126. bl_ui/space_filebrowser/__init__.pyi +36 -431
  127. bl_ui/space_graph/__init__.pyi +22 -237
  128. bl_ui/space_image/__init__.pyi +70 -1089
  129. bl_ui/space_info/__init__.pyi +8 -71
  130. bl_ui/space_nla/__init__.pyi +19 -210
  131. bl_ui/space_node/__init__.pyi +32 -436
  132. bl_ui/space_outliner/__init__.pyi +17 -165
  133. bl_ui/space_properties/__init__.pyi +5 -42
  134. bl_ui/space_sequencer/__init__.pyi +79 -1142
  135. bl_ui/space_spreadsheet/__init__.pyi +3 -12
  136. bl_ui/space_statusbar/__init__.pyi +3 -12
  137. bl_ui/space_text/__init__.pyi +18 -193
  138. bl_ui/space_time/__init__.pyi +10 -111
  139. bl_ui/space_toolsystem_common/__init__.pyi +42 -200
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
  141. bl_ui/space_topbar/__init__.pyi +29 -335
  142. bl_ui/space_userpref/__init__.pyi +94 -1576
  143. bl_ui/space_view3d/__init__.pyi +271 -3438
  144. bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
  145. bl_ui/temp_anim_layers/__init__.pyi +4 -22
  146. bl_ui/utils/__init__.pyi +2 -8
  147. bl_ui_utils/__init__.pyi +2 -1
  148. bl_ui_utils/bug_report_url/__init__.pyi +3 -5
  149. bl_ui_utils/layout/__init__.pyi +2 -1
  150. blend_render_info/__init__.pyi +4 -10
  151. blf/__init__.pyi +2 -1
  152. bmesh/__init__.pyi +2 -1
  153. bmesh/geometry/__init__.pyi +2 -1
  154. bmesh/ops/__init__.pyi +2 -1
  155. bmesh/types/__init__.pyi +29 -45
  156. bmesh/utils/__init__.pyi +2 -1
  157. bpy/__init__.pyi +2 -1
  158. bpy/app/__init__.pyi +2 -1
  159. bpy/app/handlers/__init__.pyi +2 -1
  160. bpy/app/icons/__init__.pyi +2 -1
  161. bpy/app/timers/__init__.pyi +8 -15
  162. bpy/app/translations/__init__.pyi +2 -1
  163. bpy/msgbus/__init__.pyi +2 -1
  164. bpy/ops/__init__.pyi +2 -1
  165. bpy/ops/action/__init__.pyi +22 -21
  166. bpy/ops/anim/__init__.pyi +32 -31
  167. bpy/ops/armature/__init__.pyi +22 -21
  168. bpy/ops/asset/__init__.pyi +8 -7
  169. bpy/ops/bl_pkg/__init__.pyi +4 -3
  170. bpy/ops/boid/__init__.pyi +2 -1
  171. bpy/ops/brush/__init__.pyi +10 -9
  172. bpy/ops/buttons/__init__.pyi +10 -9
  173. bpy/ops/cachefile/__init__.pyi +12 -11
  174. bpy/ops/camera/__init__.pyi +2 -1
  175. bpy/ops/clip/__init__.pyi +38 -37
  176. bpy/ops/cloth/__init__.pyi +2 -1
  177. bpy/ops/collection/__init__.pyi +8 -7
  178. bpy/ops/console/__init__.pyi +8 -7
  179. bpy/ops/constraint/__init__.pyi +30 -29
  180. bpy/ops/curve/__init__.pyi +32 -31
  181. bpy/ops/curves/__init__.pyi +10 -9
  182. bpy/ops/cycles/__init__.pyi +2 -1
  183. bpy/ops/dpaint/__init__.pyi +4 -3
  184. bpy/ops/ed/__init__.pyi +6 -5
  185. bpy/ops/export_anim/__init__.pyi +4 -3
  186. bpy/ops/export_scene/__init__.pyi +40 -39
  187. bpy/ops/file/__init__.pyi +20 -19
  188. bpy/ops/fluid/__init__.pyi +2 -1
  189. bpy/ops/font/__init__.pyi +22 -21
  190. bpy/ops/geometry/__init__.pyi +4 -3
  191. bpy/ops/gizmogroup/__init__.pyi +2 -1
  192. bpy/ops/gpencil/__init__.pyi +134 -133
  193. bpy/ops/graph/__init__.pyi +40 -39
  194. bpy/ops/grease_pencil/__init__.pyi +42 -41
  195. bpy/ops/image/__init__.pyi +22 -21
  196. bpy/ops/import_anim/__init__.pyi +10 -9
  197. bpy/ops/import_curve/__init__.pyi +2 -1
  198. bpy/ops/import_scene/__init__.pyi +20 -19
  199. bpy/ops/info/__init__.pyi +6 -5
  200. bpy/ops/lattice/__init__.pyi +8 -7
  201. bpy/ops/marker/__init__.pyi +10 -9
  202. bpy/ops/mask/__init__.pyi +14 -13
  203. bpy/ops/material/__init__.pyi +2 -1
  204. bpy/ops/mball/__init__.pyi +8 -7
  205. bpy/ops/mesh/__init__.pyi +112 -111
  206. bpy/ops/nla/__init__.pyi +16 -15
  207. bpy/ops/node/__init__.pyi +32 -31
  208. bpy/ops/object/__init__.pyi +186 -185
  209. bpy/ops/outliner/__init__.pyi +38 -37
  210. bpy/ops/paint/__init__.pyi +50 -49
  211. bpy/ops/paintcurve/__init__.pyi +2 -1
  212. bpy/ops/palette/__init__.pyi +6 -5
  213. bpy/ops/particle/__init__.pyi +16 -15
  214. bpy/ops/pose/__init__.pyi +32 -31
  215. bpy/ops/poselib/__init__.pyi +2 -1
  216. bpy/ops/preferences/__init__.pyi +14 -13
  217. bpy/ops/ptcache/__init__.pyi +2 -1
  218. bpy/ops/render/__init__.pyi +4 -3
  219. bpy/ops/rigidbody/__init__.pyi +10 -9
  220. bpy/ops/scene/__init__.pyi +18 -17
  221. bpy/ops/screen/__init__.pyi +16 -15
  222. bpy/ops/script/__init__.pyi +2 -1
  223. bpy/ops/sculpt/__init__.pyi +68 -67
  224. bpy/ops/sculpt_curves/__init__.pyi +4 -3
  225. bpy/ops/sequencer/__init__.pyi +74 -73
  226. bpy/ops/sound/__init__.pyi +20 -19
  227. bpy/ops/spreadsheet/__init__.pyi +2 -1
  228. bpy/ops/surface/__init__.pyi +14 -13
  229. bpy/ops/text/__init__.pyi +24 -23
  230. bpy/ops/text_editor/__init__.pyi +2 -1
  231. bpy/ops/texture/__init__.pyi +4 -3
  232. bpy/ops/transform/__init__.pyi +32 -31
  233. bpy/ops/ui/__init__.pyi +8 -7
  234. bpy/ops/uilist/__init__.pyi +4 -3
  235. bpy/ops/uv/__init__.pyi +66 -65
  236. bpy/ops/view2d/__init__.pyi +2 -1
  237. bpy/ops/view3d/__init__.pyi +36 -35
  238. bpy/ops/wm/__init__.pyi +191 -187
  239. bpy/ops/workspace/__init__.pyi +2 -1
  240. bpy/ops/world/__init__.pyi +2 -1
  241. bpy/path/__init__.pyi +2 -1
  242. bpy/props/__init__.pyi +2 -1
  243. bpy/types/__init__.pyi +546 -4852
  244. bpy/utils/__init__.pyi +16 -71
  245. bpy/utils/previews/__init__.pyi +2 -1
  246. bpy/utils/units/__init__.pyi +2 -1
  247. bpy_extras/__init__.pyi +2 -1
  248. bpy_extras/anim_utils/__init__.pyi +2 -2
  249. bpy_extras/asset_utils/__init__.pyi +2 -11
  250. bpy_extras/bmesh_utils/__init__.pyi +3 -5
  251. bpy_extras/extensions/__init__.pyi +2 -1
  252. bpy_extras/extensions/junction_module/__init__.pyi +3 -7
  253. bpy_extras/id_map_utils/__init__.pyi +2 -1
  254. bpy_extras/image_utils/__init__.pyi +2 -1
  255. bpy_extras/io_utils/__init__.pyi +6 -25
  256. bpy_extras/keyconfig_utils/__init__.pyi +4 -10
  257. bpy_extras/mesh_utils/__init__.pyi +2 -1
  258. bpy_extras/node_shader_utils/__init__.pyi +46 -286
  259. bpy_extras/node_utils/__init__.pyi +4 -10
  260. bpy_extras/object_utils/__init__.pyi +2 -3
  261. bpy_extras/view3d_utils/__init__.pyi +2 -1
  262. bpy_extras/wm_utils/__init__.pyi +2 -1
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
  264. bpy_restrict_state/__init__.pyi +3 -15
  265. bpy_types/__init__.pyi +10 -275
  266. console_python/__init__.pyi +8 -37
  267. console_shell/__init__.pyi +8 -26
  268. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240519.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +2 -1
  271. freestyle/chainingiterators/__init__.pyi +12 -41
  272. freestyle/functions/__init__.pyi +9 -34
  273. freestyle/predicates/__init__.pyi +46 -218
  274. freestyle/shaders/__init__.pyi +2 -11
  275. freestyle/types/__init__.pyi +2 -1
  276. freestyle/utils/ContextFunctions/__init__.pyi +2 -1
  277. freestyle/utils/__init__.pyi +5 -16
  278. gpu/__init__.pyi +2 -1
  279. gpu/capabilities/__init__.pyi +2 -1
  280. gpu/matrix/__init__.pyi +2 -1
  281. gpu/platform/__init__.pyi +2 -1
  282. gpu/select/__init__.pyi +2 -1
  283. gpu/shader/__init__.pyi +2 -1
  284. gpu/state/__init__.pyi +2 -1
  285. gpu/texture/__init__.pyi +2 -1
  286. gpu/types/__init__.pyi +2 -1
  287. gpu_extras/__init__.pyi +2 -1
  288. gpu_extras/batch/__init__.pyi +2 -1
  289. gpu_extras/presets/__init__.pyi +2 -1
  290. graphviz_export/__init__.pyi +4 -10
  291. idprop/__init__.pyi +2 -1
  292. idprop/types/__init__.pyi +8 -34
  293. imbuf/__init__.pyi +2 -1
  294. imbuf/types/__init__.pyi +2 -3
  295. keyingsets_builtins/__init__.pyi +4 -157
  296. keyingsets_utils/__init__.pyi +17 -71
  297. mathutils/__init__.pyi +2 -1
  298. mathutils/bvhtree/__init__.pyi +2 -3
  299. mathutils/geometry/__init__.pyi +2 -1
  300. mathutils/interpolate/__init__.pyi +2 -1
  301. mathutils/kdtree/__init__.pyi +2 -1
  302. mathutils/noise/__init__.pyi +2 -1
  303. nodeitems_builtins/__init__.pyi +7 -31
  304. nodeitems_utils/__init__.pyi +10 -46
  305. rna_info/__init__.pyi +24 -201
  306. rna_keymap_ui/__init__.pyi +9 -31
  307. rna_prop_ui/__init__.pyi +11 -50
  308. rna_xml/__init__.pyi +8 -30
  309. sys_info/__init__.pyi +3 -5
  310. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
@@ -4,19 +4,13 @@ import bpy.types
4
4
  import bpy_types
5
5
  import rna_prop_ui
6
6
 
7
- GenericType = typing.TypeVar("GenericType")
7
+ GenericType1 = typing.TypeVar("GenericType1")
8
+ GenericType2 = typing.TypeVar("GenericType2")
8
9
 
9
10
  class DataButtonsPanel:
10
- """ """
11
-
12
11
  bl_context: typing.Any
13
- """ """
14
-
15
12
  bl_region_type: typing.Any
16
- """ """
17
-
18
13
  bl_space_type: typing.Any
19
- """ """
20
14
 
21
15
  def poll(self, context):
22
16
  """
@@ -26,16 +20,9 @@ class DataButtonsPanel:
26
20
  ...
27
21
 
28
22
  class LayerDataButtonsPanel:
29
- """ """
30
-
31
23
  bl_context: typing.Any
32
- """ """
33
-
34
24
  bl_region_type: typing.Any
35
- """ """
36
-
37
25
  bl_space_type: typing.Any
38
- """ """
39
26
 
40
27
  def poll(self, context):
41
28
  """
@@ -45,16 +32,9 @@ class LayerDataButtonsPanel:
45
32
  ...
46
33
 
47
34
  class ObjectButtonsPanel:
48
- """ """
49
-
50
35
  bl_context: typing.Any
51
- """ """
52
-
53
36
  bl_region_type: typing.Any
54
- """ """
55
-
56
37
  bl_space_type: typing.Any
57
- """ """
58
38
 
59
39
  def poll(self, context):
60
40
  """
@@ -64,16 +44,9 @@ class ObjectButtonsPanel:
64
44
  ...
65
45
 
66
46
  class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
67
- """ """
68
-
69
47
  bl_label: typing.Any
70
- """ """
71
-
72
48
  bl_rna: typing.Any
73
- """ """
74
-
75
49
  id_data: typing.Any
76
- """ """
77
50
 
78
51
  def append(self, draw_func):
79
52
  """Append a draw function to this menu,
@@ -178,10 +151,7 @@ class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
178
151
  """
179
152
  ...
180
153
 
181
- def is_extended(self):
182
- """ """
183
- ...
184
-
154
+ def is_extended(self): ...
185
155
  def is_property_hidden(self) -> bool:
186
156
  """Check if a property is hidden.
187
157
 
@@ -344,16 +314,9 @@ class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
344
314
  ...
345
315
 
346
316
  class GPENCIL_MT_layer_context_menu(bpy_types.Menu, bpy_types._GenericUI):
347
- """ """
348
-
349
317
  bl_label: typing.Any
350
- """ """
351
-
352
318
  bl_rna: typing.Any
353
- """ """
354
-
355
319
  id_data: typing.Any
356
- """ """
357
320
 
358
321
  def append(self, draw_func):
359
322
  """Append a draw function to this menu,
@@ -458,10 +421,7 @@ class GPENCIL_MT_layer_context_menu(bpy_types.Menu, bpy_types._GenericUI):
458
421
  """
459
422
  ...
460
423
 
461
- def is_extended(self):
462
- """ """
463
- ...
464
-
424
+ def is_extended(self): ...
465
425
  def is_property_hidden(self) -> bool:
466
426
  """Check if a property is hidden.
467
427
 
@@ -624,13 +584,8 @@ class GPENCIL_MT_layer_context_menu(bpy_types.Menu, bpy_types._GenericUI):
624
584
  ...
625
585
 
626
586
  class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
627
- """ """
628
-
629
587
  bl_rna: typing.Any
630
- """ """
631
-
632
588
  id_data: typing.Any
633
- """ """
634
589
 
635
590
  def append(self, draw_func):
636
591
  """Append a draw function to this menu,
@@ -732,10 +687,7 @@ class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
732
687
  """
733
688
  ...
734
689
 
735
- def is_extended(self):
736
- """ """
737
- ...
738
-
690
+ def is_extended(self): ...
739
691
  def is_property_hidden(self) -> bool:
740
692
  """Check if a property is hidden.
741
693
 
@@ -864,28 +816,13 @@ class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
864
816
  ...
865
817
 
866
818
  class DATA_PT_context_gpencil(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
867
- """ """
868
-
869
819
  bl_context: typing.Any
870
- """ """
871
-
872
820
  bl_label: typing.Any
873
- """ """
874
-
875
821
  bl_options: typing.Any
876
- """ """
877
-
878
822
  bl_region_type: typing.Any
879
- """ """
880
-
881
823
  bl_rna: typing.Any
882
- """ """
883
-
884
824
  bl_space_type: typing.Any
885
- """ """
886
-
887
825
  id_data: typing.Any
888
- """ """
889
826
 
890
827
  def append(self, draw_func):
891
828
  """Append a draw function to this menu,
@@ -970,10 +907,7 @@ class DATA_PT_context_gpencil(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
970
907
  """
971
908
  ...
972
909
 
973
- def is_extended(self):
974
- """ """
975
- ...
976
-
910
+ def is_extended(self): ...
977
911
  def is_property_hidden(self) -> bool:
978
912
  """Check if a property is hidden.
979
913
 
@@ -1116,28 +1050,13 @@ class DATA_PT_custom_props_gpencil(
1116
1050
  """
1117
1051
 
1118
1052
  bl_context: typing.Any
1119
- """ """
1120
-
1121
1053
  bl_label: typing.Any
1122
- """ """
1123
-
1124
1054
  bl_options: typing.Any
1125
- """ """
1126
-
1127
1055
  bl_order: typing.Any
1128
- """ """
1129
-
1130
1056
  bl_region_type: typing.Any
1131
- """ """
1132
-
1133
1057
  bl_rna: typing.Any
1134
- """ """
1135
-
1136
1058
  bl_space_type: typing.Any
1137
- """ """
1138
-
1139
1059
  id_data: typing.Any
1140
- """ """
1141
1060
 
1142
1061
  def append(self, draw_func):
1143
1062
  """Append a draw function to this menu,
@@ -1222,10 +1141,7 @@ class DATA_PT_custom_props_gpencil(
1222
1141
  """
1223
1142
  ...
1224
1143
 
1225
- def is_extended(self):
1226
- """ """
1227
- ...
1228
-
1144
+ def is_extended(self): ...
1229
1145
  def is_property_hidden(self) -> bool:
1230
1146
  """Check if a property is hidden.
1231
1147
 
@@ -1361,31 +1277,14 @@ class DATA_PT_custom_props_gpencil(
1361
1277
  ...
1362
1278
 
1363
1279
  class DATA_PT_gpencil_canvas(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
1364
- """ """
1365
-
1366
1280
  bl_context: typing.Any
1367
- """ """
1368
-
1369
1281
  bl_label: typing.Any
1370
- """ """
1371
-
1372
1282
  bl_options: typing.Any
1373
- """ """
1374
-
1375
1283
  bl_parent_id: typing.Any
1376
- """ """
1377
-
1378
1284
  bl_region_type: typing.Any
1379
- """ """
1380
-
1381
1285
  bl_rna: typing.Any
1382
- """ """
1383
-
1384
1286
  bl_space_type: typing.Any
1385
- """ """
1386
-
1387
1287
  id_data: typing.Any
1388
- """ """
1389
1288
 
1390
1289
  def append(self, draw_func):
1391
1290
  """Append a draw function to this menu,
@@ -1470,10 +1369,7 @@ class DATA_PT_gpencil_canvas(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
1470
1369
  """
1471
1370
  ...
1472
1371
 
1473
- def is_extended(self):
1474
- """ """
1475
- ...
1476
-
1372
+ def is_extended(self): ...
1477
1373
  def is_property_hidden(self) -> bool:
1478
1374
  """Check if a property is hidden.
1479
1375
 
@@ -1609,28 +1505,13 @@ class DATA_PT_gpencil_canvas(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
1609
1505
  ...
1610
1506
 
1611
1507
  class DATA_PT_gpencil_display(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
1612
- """ """
1613
-
1614
1508
  bl_context: typing.Any
1615
- """ """
1616
-
1617
1509
  bl_label: typing.Any
1618
- """ """
1619
-
1620
1510
  bl_options: typing.Any
1621
- """ """
1622
-
1623
1511
  bl_region_type: typing.Any
1624
- """ """
1625
-
1626
1512
  bl_rna: typing.Any
1627
- """ """
1628
-
1629
1513
  bl_space_type: typing.Any
1630
- """ """
1631
-
1632
1514
  id_data: typing.Any
1633
- """ """
1634
1515
 
1635
1516
  def append(self, draw_func):
1636
1517
  """Append a draw function to this menu,
@@ -1715,10 +1596,7 @@ class DATA_PT_gpencil_display(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
1715
1596
  """
1716
1597
  ...
1717
1598
 
1718
- def is_extended(self):
1719
- """ """
1720
- ...
1721
-
1599
+ def is_extended(self): ...
1722
1600
  def is_property_hidden(self) -> bool:
1723
1601
  """Check if a property is hidden.
1724
1602
 
@@ -1854,25 +1732,12 @@ class DATA_PT_gpencil_display(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
1854
1732
  ...
1855
1733
 
1856
1734
  class DATA_PT_gpencil_layers(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
1857
- """ """
1858
-
1859
1735
  bl_context: typing.Any
1860
- """ """
1861
-
1862
1736
  bl_label: typing.Any
1863
- """ """
1864
-
1865
1737
  bl_region_type: typing.Any
1866
- """ """
1867
-
1868
1738
  bl_rna: typing.Any
1869
- """ """
1870
-
1871
1739
  bl_space_type: typing.Any
1872
- """ """
1873
-
1874
1740
  id_data: typing.Any
1875
- """ """
1876
1741
 
1877
1742
  def append(self, draw_func):
1878
1743
  """Append a draw function to this menu,
@@ -1966,10 +1831,7 @@ class DATA_PT_gpencil_layers(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
1966
1831
  """
1967
1832
  ...
1968
1833
 
1969
- def is_extended(self):
1970
- """ """
1971
- ...
1972
-
1834
+ def is_extended(self): ...
1973
1835
  def is_property_hidden(self) -> bool:
1974
1836
  """Check if a property is hidden.
1975
1837
 
@@ -2107,25 +1969,12 @@ class DATA_PT_gpencil_layers(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
2107
1969
  class DATA_PT_gpencil_onion_skinning(
2108
1970
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
2109
1971
  ):
2110
- """ """
2111
-
2112
1972
  bl_context: typing.Any
2113
- """ """
2114
-
2115
1973
  bl_label: typing.Any
2116
- """ """
2117
-
2118
1974
  bl_region_type: typing.Any
2119
- """ """
2120
-
2121
1975
  bl_rna: typing.Any
2122
- """ """
2123
-
2124
1976
  bl_space_type: typing.Any
2125
- """ """
2126
-
2127
1977
  id_data: typing.Any
2128
- """ """
2129
1978
 
2130
1979
  def append(self, draw_func):
2131
1980
  """Append a draw function to this menu,
@@ -2210,10 +2059,7 @@ class DATA_PT_gpencil_onion_skinning(
2210
2059
  """
2211
2060
  ...
2212
2061
 
2213
- def is_extended(self):
2214
- """ """
2215
- ...
2216
-
2062
+ def is_extended(self): ...
2217
2063
  def is_property_hidden(self) -> bool:
2218
2064
  """Check if a property is hidden.
2219
2065
 
@@ -2351,31 +2197,14 @@ class DATA_PT_gpencil_onion_skinning(
2351
2197
  class DATA_PT_gpencil_onion_skinning_custom_colors(
2352
2198
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
2353
2199
  ):
2354
- """ """
2355
-
2356
2200
  bl_context: typing.Any
2357
- """ """
2358
-
2359
2201
  bl_label: typing.Any
2360
- """ """
2361
-
2362
2202
  bl_options: typing.Any
2363
- """ """
2364
-
2365
2203
  bl_parent_id: typing.Any
2366
- """ """
2367
-
2368
2204
  bl_region_type: typing.Any
2369
- """ """
2370
-
2371
2205
  bl_rna: typing.Any
2372
- """ """
2373
-
2374
2206
  bl_space_type: typing.Any
2375
- """ """
2376
-
2377
2207
  id_data: typing.Any
2378
- """ """
2379
2208
 
2380
2209
  def append(self, draw_func):
2381
2210
  """Append a draw function to this menu,
@@ -2467,10 +2296,7 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(
2467
2296
  """
2468
2297
  ...
2469
2298
 
2470
- def is_extended(self):
2471
- """ """
2472
- ...
2473
-
2299
+ def is_extended(self): ...
2474
2300
  def is_property_hidden(self) -> bool:
2475
2301
  """Check if a property is hidden.
2476
2302
 
@@ -2608,31 +2434,14 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(
2608
2434
  class DATA_PT_gpencil_onion_skinning_display(
2609
2435
  bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
2610
2436
  ):
2611
- """ """
2612
-
2613
2437
  bl_context: typing.Any
2614
- """ """
2615
-
2616
2438
  bl_label: typing.Any
2617
- """ """
2618
-
2619
2439
  bl_options: typing.Any
2620
- """ """
2621
-
2622
2440
  bl_parent_id: typing.Any
2623
- """ """
2624
-
2625
2441
  bl_region_type: typing.Any
2626
- """ """
2627
-
2628
2442
  bl_rna: typing.Any
2629
- """ """
2630
-
2631
2443
  bl_space_type: typing.Any
2632
- """ """
2633
-
2634
2444
  id_data: typing.Any
2635
- """ """
2636
2445
 
2637
2446
  def append(self, draw_func):
2638
2447
  """Append a draw function to this menu,
@@ -2717,10 +2526,7 @@ class DATA_PT_gpencil_onion_skinning_display(
2717
2526
  """
2718
2527
  ...
2719
2528
 
2720
- def is_extended(self):
2721
- """ """
2722
- ...
2723
-
2529
+ def is_extended(self): ...
2724
2530
  def is_property_hidden(self) -> bool:
2725
2531
  """Check if a property is hidden.
2726
2532
 
@@ -2856,28 +2662,13 @@ class DATA_PT_gpencil_onion_skinning_display(
2856
2662
  ...
2857
2663
 
2858
2664
  class DATA_PT_gpencil_strokes(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
2859
- """ """
2860
-
2861
2665
  bl_context: typing.Any
2862
- """ """
2863
-
2864
2666
  bl_label: typing.Any
2865
- """ """
2866
-
2867
2667
  bl_options: typing.Any
2868
- """ """
2869
-
2870
2668
  bl_region_type: typing.Any
2871
- """ """
2872
-
2873
2669
  bl_rna: typing.Any
2874
- """ """
2875
-
2876
2670
  bl_space_type: typing.Any
2877
- """ """
2878
-
2879
2671
  id_data: typing.Any
2880
- """ """
2881
2672
 
2882
2673
  def append(self, draw_func):
2883
2674
  """Append a draw function to this menu,
@@ -2962,10 +2753,7 @@ class DATA_PT_gpencil_strokes(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
2962
2753
  """
2963
2754
  ...
2964
2755
 
2965
- def is_extended(self):
2966
- """ """
2967
- ...
2968
-
2756
+ def is_extended(self): ...
2969
2757
  def is_property_hidden(self) -> bool:
2970
2758
  """Check if a property is hidden.
2971
2759
 
@@ -3106,31 +2894,14 @@ class DATA_PT_gpencil_layer_adjustments(
3106
2894
  bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
3107
2895
  bpy_types._GenericUI,
3108
2896
  ):
3109
- """ """
3110
-
3111
2897
  bl_context: typing.Any
3112
- """ """
3113
-
3114
2898
  bl_label: typing.Any
3115
- """ """
3116
-
3117
2899
  bl_options: typing.Any
3118
- """ """
3119
-
3120
2900
  bl_parent_id: typing.Any
3121
- """ """
3122
-
3123
2901
  bl_region_type: typing.Any
3124
- """ """
3125
-
3126
2902
  bl_rna: typing.Any
3127
- """ """
3128
-
3129
2903
  bl_space_type: typing.Any
3130
- """ """
3131
-
3132
2904
  id_data: typing.Any
3133
- """ """
3134
2905
 
3135
2906
  def append(self, draw_func):
3136
2907
  """Append a draw function to this menu,
@@ -3215,10 +2986,7 @@ class DATA_PT_gpencil_layer_adjustments(
3215
2986
  """
3216
2987
  ...
3217
2988
 
3218
- def is_extended(self):
3219
- """ """
3220
- ...
3221
-
2989
+ def is_extended(self): ...
3222
2990
  def is_property_hidden(self) -> bool:
3223
2991
  """Check if a property is hidden.
3224
2992
 
@@ -3359,31 +3127,14 @@ class DATA_PT_gpencil_layer_display(
3359
3127
  bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
3360
3128
  bpy_types._GenericUI,
3361
3129
  ):
3362
- """ """
3363
-
3364
3130
  bl_context: typing.Any
3365
- """ """
3366
-
3367
3131
  bl_label: typing.Any
3368
- """ """
3369
-
3370
3132
  bl_options: typing.Any
3371
- """ """
3372
-
3373
3133
  bl_parent_id: typing.Any
3374
- """ """
3375
-
3376
3134
  bl_region_type: typing.Any
3377
- """ """
3378
-
3379
3135
  bl_rna: typing.Any
3380
- """ """
3381
-
3382
3136
  bl_space_type: typing.Any
3383
- """ """
3384
-
3385
3137
  id_data: typing.Any
3386
- """ """
3387
3138
 
3388
3139
  def append(self, draw_func):
3389
3140
  """Append a draw function to this menu,
@@ -3468,10 +3219,7 @@ class DATA_PT_gpencil_layer_display(
3468
3219
  """
3469
3220
  ...
3470
3221
 
3471
- def is_extended(self):
3472
- """ """
3473
- ...
3474
-
3222
+ def is_extended(self): ...
3475
3223
  def is_property_hidden(self) -> bool:
3476
3224
  """Check if a property is hidden.
3477
3225
 
@@ -3612,31 +3360,14 @@ class DATA_PT_gpencil_layer_masks(
3612
3360
  bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
3613
3361
  bpy_types._GenericUI,
3614
3362
  ):
3615
- """ """
3616
-
3617
3363
  bl_context: typing.Any
3618
- """ """
3619
-
3620
3364
  bl_label: typing.Any
3621
- """ """
3622
-
3623
3365
  bl_options: typing.Any
3624
- """ """
3625
-
3626
3366
  bl_parent_id: typing.Any
3627
- """ """
3628
-
3629
3367
  bl_region_type: typing.Any
3630
- """ """
3631
-
3632
3368
  bl_rna: typing.Any
3633
- """ """
3634
-
3635
3369
  bl_space_type: typing.Any
3636
- """ """
3637
-
3638
3370
  id_data: typing.Any
3639
- """ """
3640
3371
 
3641
3372
  def append(self, draw_func):
3642
3373
  """Append a draw function to this menu,
@@ -3728,10 +3459,7 @@ class DATA_PT_gpencil_layer_masks(
3728
3459
  """
3729
3460
  ...
3730
3461
 
3731
- def is_extended(self):
3732
- """ """
3733
- ...
3734
-
3462
+ def is_extended(self): ...
3735
3463
  def is_property_hidden(self) -> bool:
3736
3464
  """Check if a property is hidden.
3737
3465
 
@@ -3872,31 +3600,14 @@ class DATA_PT_gpencil_layer_relations(
3872
3600
  bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
3873
3601
  bpy_types._GenericUI,
3874
3602
  ):
3875
- """ """
3876
-
3877
3603
  bl_context: typing.Any
3878
- """ """
3879
-
3880
3604
  bl_label: typing.Any
3881
- """ """
3882
-
3883
3605
  bl_options: typing.Any
3884
- """ """
3885
-
3886
3606
  bl_parent_id: typing.Any
3887
- """ """
3888
-
3889
3607
  bl_region_type: typing.Any
3890
- """ """
3891
-
3892
3608
  bl_rna: typing.Any
3893
- """ """
3894
-
3895
3609
  bl_space_type: typing.Any
3896
- """ """
3897
-
3898
3610
  id_data: typing.Any
3899
- """ """
3900
3611
 
3901
3612
  def append(self, draw_func):
3902
3613
  """Append a draw function to this menu,
@@ -3981,10 +3692,7 @@ class DATA_PT_gpencil_layer_relations(
3981
3692
  """
3982
3693
  ...
3983
3694
 
3984
- def is_extended(self):
3985
- """ """
3986
- ...
3987
-
3695
+ def is_extended(self): ...
3988
3696
  def is_property_hidden(self) -> bool:
3989
3697
  """Check if a property is hidden.
3990
3698
 
@@ -4125,31 +3833,14 @@ class DATA_PT_gpencil_layer_transform(
4125
3833
  bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
4126
3834
  bpy_types._GenericUI,
4127
3835
  ):
4128
- """ """
4129
-
4130
3836
  bl_context: typing.Any
4131
- """ """
4132
-
4133
3837
  bl_label: typing.Any
4134
- """ """
4135
-
4136
3838
  bl_options: typing.Any
4137
- """ """
4138
-
4139
3839
  bl_parent_id: typing.Any
4140
- """ """
4141
-
4142
3840
  bl_region_type: typing.Any
4143
- """ """
4144
-
4145
3841
  bl_rna: typing.Any
4146
- """ """
4147
-
4148
3842
  bl_space_type: typing.Any
4149
- """ """
4150
-
4151
3843
  id_data: typing.Any
4152
- """ """
4153
3844
 
4154
3845
  def append(self, draw_func):
4155
3846
  """Append a draw function to this menu,
@@ -4234,10 +3925,7 @@ class DATA_PT_gpencil_layer_transform(
4234
3925
  """
4235
3926
  ...
4236
3927
 
4237
- def is_extended(self):
4238
- """ """
4239
- ...
4240
-
3928
+ def is_extended(self): ...
4241
3929
  def is_property_hidden(self) -> bool:
4242
3930
  """Check if a property is hidden.
4243
3931
 
@@ -4375,28 +4063,13 @@ class DATA_PT_gpencil_layer_transform(
4375
4063
  class DATA_PT_gpencil_vertex_groups(
4376
4064
  bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
4377
4065
  ):
4378
- """ """
4379
-
4380
4066
  bl_context: typing.Any
4381
- """ """
4382
-
4383
4067
  bl_label: typing.Any
4384
- """ """
4385
-
4386
4068
  bl_options: typing.Any
4387
- """ """
4388
-
4389
4069
  bl_region_type: typing.Any
4390
- """ """
4391
-
4392
4070
  bl_rna: typing.Any
4393
- """ """
4394
-
4395
4071
  bl_space_type: typing.Any
4396
- """ """
4397
-
4398
4072
  id_data: typing.Any
4399
- """ """
4400
4073
 
4401
4074
  def append(self, draw_func):
4402
4075
  """Append a draw function to this menu,
@@ -4481,10 +4154,7 @@ class DATA_PT_gpencil_vertex_groups(
4481
4154
  """
4482
4155
  ...
4483
4156
 
4484
- def is_extended(self):
4485
- """ """
4486
- ...
4487
-
4157
+ def is_extended(self): ...
4488
4158
  def is_property_hidden(self) -> bool:
4489
4159
  """Check if a property is hidden.
4490
4160