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
@@ -2,38 +2,22 @@ import typing
2
2
  import bl_ui.space_toolsystem_common
3
3
  import bpy_types
4
4
 
5
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
6
7
 
7
8
  class IMAGE_PT_tools_active(
8
9
  bpy_types.Panel,
9
10
  bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
10
11
  bpy_types._GenericUI,
11
12
  ):
12
- """ """
13
-
14
13
  bl_label: typing.Any
15
- """ """
16
-
17
14
  bl_options: typing.Any
18
- """ """
19
-
20
15
  bl_region_type: typing.Any
21
- """ """
22
-
23
16
  bl_rna: typing.Any
24
- """ """
25
-
26
17
  bl_space_type: typing.Any
27
- """ """
28
-
29
18
  id_data: typing.Any
30
- """ """
31
-
32
19
  keymap_prefix: typing.Any
33
- """ """
34
-
35
20
  tool_fallback_id: typing.Any
36
- """ """
37
21
 
38
22
  def append(self, draw_func):
39
23
  """
@@ -42,18 +26,9 @@ class IMAGE_PT_tools_active(
42
26
  """
43
27
  ...
44
28
 
45
- def as_pointer(self):
46
- """ """
47
- ...
48
-
49
- def bl_rna_get_subclass(self):
50
- """ """
51
- ...
52
-
53
- def bl_rna_get_subclass_py(self):
54
- """ """
55
- ...
56
-
29
+ def as_pointer(self): ...
30
+ def bl_rna_get_subclass(self): ...
31
+ def bl_rna_get_subclass_py(self): ...
57
32
  def draw(self, context):
58
33
  """
59
34
 
@@ -111,62 +86,20 @@ class IMAGE_PT_tools_active(
111
86
  """
112
87
  ...
113
88
 
114
- def driver_add(self):
115
- """ """
116
- ...
117
-
118
- def driver_remove(self):
119
- """ """
120
- ...
121
-
122
- def get(self):
123
- """ """
124
- ...
125
-
126
- def id_properties_clear(self):
127
- """ """
128
- ...
129
-
130
- def id_properties_ensure(self):
131
- """ """
132
- ...
133
-
134
- def id_properties_ui(self):
135
- """ """
136
- ...
137
-
138
- def is_extended(self):
139
- """ """
140
- ...
141
-
142
- def is_property_hidden(self):
143
- """ """
144
- ...
145
-
146
- def is_property_overridable_library(self):
147
- """ """
148
- ...
149
-
150
- def is_property_readonly(self):
151
- """ """
152
- ...
153
-
154
- def is_property_set(self):
155
- """ """
156
- ...
157
-
158
- def items(self):
159
- """ """
160
- ...
161
-
162
- def keyframe_delete(self):
163
- """ """
164
- ...
165
-
166
- def keyframe_insert(self):
167
- """ """
168
- ...
169
-
89
+ def driver_add(self): ...
90
+ def driver_remove(self): ...
91
+ def get(self): ...
92
+ def id_properties_clear(self): ...
93
+ def id_properties_ensure(self): ...
94
+ def id_properties_ui(self): ...
95
+ def is_extended(self): ...
96
+ def is_property_hidden(self): ...
97
+ def is_property_overridable_library(self): ...
98
+ def is_property_readonly(self): ...
99
+ def is_property_set(self): ...
100
+ def items(self): ...
101
+ def keyframe_delete(self): ...
102
+ def keyframe_insert(self): ...
170
103
  def keymap_ui_hierarchy(self, context_mode):
171
104
  """
172
105
 
@@ -174,22 +107,10 @@ class IMAGE_PT_tools_active(
174
107
  """
175
108
  ...
176
109
 
177
- def keys(self):
178
- """ """
179
- ...
180
-
181
- def path_from_id(self):
182
- """ """
183
- ...
184
-
185
- def path_resolve(self):
186
- """ """
187
- ...
188
-
189
- def pop(self):
190
- """ """
191
- ...
192
-
110
+ def keys(self): ...
111
+ def path_from_id(self): ...
112
+ def path_resolve(self): ...
113
+ def pop(self): ...
193
114
  def prepend(self, draw_func):
194
115
  """
195
116
 
@@ -197,22 +118,10 @@ class IMAGE_PT_tools_active(
197
118
  """
198
119
  ...
199
120
 
200
- def property_overridable_library_set(self):
201
- """ """
202
- ...
203
-
204
- def property_unset(self):
205
- """ """
206
- ...
207
-
208
- def register(self):
209
- """ """
210
- ...
211
-
212
- def register_ensure(self):
213
- """ """
214
- ...
215
-
121
+ def property_overridable_library_set(self): ...
122
+ def property_unset(self): ...
123
+ def register(self): ...
124
+ def register_ensure(self): ...
216
125
  def remove(self, draw_func):
217
126
  """
218
127
 
@@ -227,10 +136,7 @@ class IMAGE_PT_tools_active(
227
136
  """
228
137
  ...
229
138
 
230
- def tools_all(self):
231
- """ """
232
- ...
233
-
139
+ def tools_all(self): ...
234
140
  def tools_from_context(self, context, mode=None):
235
141
  """
236
142
 
@@ -239,44 +145,22 @@ class IMAGE_PT_tools_active(
239
145
  """
240
146
  ...
241
147
 
242
- def type_recast(self):
243
- """ """
244
- ...
245
-
246
- def values(self):
247
- """ """
248
- ...
148
+ def type_recast(self): ...
149
+ def values(self): ...
249
150
 
250
151
  class NODE_PT_tools_active(
251
152
  bpy_types.Panel,
252
153
  bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
253
154
  bpy_types._GenericUI,
254
155
  ):
255
- """ """
256
-
257
156
  bl_label: typing.Any
258
- """ """
259
-
260
157
  bl_options: typing.Any
261
- """ """
262
-
263
158
  bl_region_type: typing.Any
264
- """ """
265
-
266
159
  bl_rna: typing.Any
267
- """ """
268
-
269
160
  bl_space_type: typing.Any
270
- """ """
271
-
272
161
  id_data: typing.Any
273
- """ """
274
-
275
162
  keymap_prefix: typing.Any
276
- """ """
277
-
278
163
  tool_fallback_id: typing.Any
279
- """ """
280
164
 
281
165
  def append(self, draw_func):
282
166
  """
@@ -285,18 +169,9 @@ class NODE_PT_tools_active(
285
169
  """
286
170
  ...
287
171
 
288
- def as_pointer(self):
289
- """ """
290
- ...
291
-
292
- def bl_rna_get_subclass(self):
293
- """ """
294
- ...
295
-
296
- def bl_rna_get_subclass_py(self):
297
- """ """
298
- ...
299
-
172
+ def as_pointer(self): ...
173
+ def bl_rna_get_subclass(self): ...
174
+ def bl_rna_get_subclass_py(self): ...
300
175
  def draw(self, context):
301
176
  """
302
177
 
@@ -354,62 +229,20 @@ class NODE_PT_tools_active(
354
229
  """
355
230
  ...
356
231
 
357
- def driver_add(self):
358
- """ """
359
- ...
360
-
361
- def driver_remove(self):
362
- """ """
363
- ...
364
-
365
- def get(self):
366
- """ """
367
- ...
368
-
369
- def id_properties_clear(self):
370
- """ """
371
- ...
372
-
373
- def id_properties_ensure(self):
374
- """ """
375
- ...
376
-
377
- def id_properties_ui(self):
378
- """ """
379
- ...
380
-
381
- def is_extended(self):
382
- """ """
383
- ...
384
-
385
- def is_property_hidden(self):
386
- """ """
387
- ...
388
-
389
- def is_property_overridable_library(self):
390
- """ """
391
- ...
392
-
393
- def is_property_readonly(self):
394
- """ """
395
- ...
396
-
397
- def is_property_set(self):
398
- """ """
399
- ...
400
-
401
- def items(self):
402
- """ """
403
- ...
404
-
405
- def keyframe_delete(self):
406
- """ """
407
- ...
408
-
409
- def keyframe_insert(self):
410
- """ """
411
- ...
412
-
232
+ def driver_add(self): ...
233
+ def driver_remove(self): ...
234
+ def get(self): ...
235
+ def id_properties_clear(self): ...
236
+ def id_properties_ensure(self): ...
237
+ def id_properties_ui(self): ...
238
+ def is_extended(self): ...
239
+ def is_property_hidden(self): ...
240
+ def is_property_overridable_library(self): ...
241
+ def is_property_readonly(self): ...
242
+ def is_property_set(self): ...
243
+ def items(self): ...
244
+ def keyframe_delete(self): ...
245
+ def keyframe_insert(self): ...
413
246
  def keymap_ui_hierarchy(self, context_mode):
414
247
  """
415
248
 
@@ -417,22 +250,10 @@ class NODE_PT_tools_active(
417
250
  """
418
251
  ...
419
252
 
420
- def keys(self):
421
- """ """
422
- ...
423
-
424
- def path_from_id(self):
425
- """ """
426
- ...
427
-
428
- def path_resolve(self):
429
- """ """
430
- ...
431
-
432
- def pop(self):
433
- """ """
434
- ...
435
-
253
+ def keys(self): ...
254
+ def path_from_id(self): ...
255
+ def path_resolve(self): ...
256
+ def pop(self): ...
436
257
  def prepend(self, draw_func):
437
258
  """
438
259
 
@@ -440,22 +261,10 @@ class NODE_PT_tools_active(
440
261
  """
441
262
  ...
442
263
 
443
- def property_overridable_library_set(self):
444
- """ """
445
- ...
446
-
447
- def property_unset(self):
448
- """ """
449
- ...
450
-
451
- def register(self):
452
- """ """
453
- ...
454
-
455
- def register_ensure(self):
456
- """ """
457
- ...
458
-
264
+ def property_overridable_library_set(self): ...
265
+ def property_unset(self): ...
266
+ def register(self): ...
267
+ def register_ensure(self): ...
459
268
  def remove(self, draw_func):
460
269
  """
461
270
 
@@ -470,10 +279,7 @@ class NODE_PT_tools_active(
470
279
  """
471
280
  ...
472
281
 
473
- def tools_all(self):
474
- """ """
475
- ...
476
-
282
+ def tools_all(self): ...
477
283
  def tools_from_context(self, context, mode=None):
478
284
  """
479
285
 
@@ -482,44 +288,22 @@ class NODE_PT_tools_active(
482
288
  """
483
289
  ...
484
290
 
485
- def type_recast(self):
486
- """ """
487
- ...
488
-
489
- def values(self):
490
- """ """
491
- ...
291
+ def type_recast(self): ...
292
+ def values(self): ...
492
293
 
493
294
  class SEQUENCER_PT_tools_active(
494
295
  bpy_types.Panel,
495
296
  bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
496
297
  bpy_types._GenericUI,
497
298
  ):
498
- """ """
499
-
500
299
  bl_label: typing.Any
501
- """ """
502
-
503
300
  bl_options: typing.Any
504
- """ """
505
-
506
301
  bl_region_type: typing.Any
507
- """ """
508
-
509
302
  bl_rna: typing.Any
510
- """ """
511
-
512
303
  bl_space_type: typing.Any
513
- """ """
514
-
515
304
  id_data: typing.Any
516
- """ """
517
-
518
305
  keymap_prefix: typing.Any
519
- """ """
520
-
521
306
  tool_fallback_id: typing.Any
522
- """ """
523
307
 
524
308
  def append(self, draw_func):
525
309
  """
@@ -528,18 +312,9 @@ class SEQUENCER_PT_tools_active(
528
312
  """
529
313
  ...
530
314
 
531
- def as_pointer(self):
532
- """ """
533
- ...
534
-
535
- def bl_rna_get_subclass(self):
536
- """ """
537
- ...
538
-
539
- def bl_rna_get_subclass_py(self):
540
- """ """
541
- ...
542
-
315
+ def as_pointer(self): ...
316
+ def bl_rna_get_subclass(self): ...
317
+ def bl_rna_get_subclass_py(self): ...
543
318
  def draw(self, context):
544
319
  """
545
320
 
@@ -597,62 +372,20 @@ class SEQUENCER_PT_tools_active(
597
372
  """
598
373
  ...
599
374
 
600
- def driver_add(self):
601
- """ """
602
- ...
603
-
604
- def driver_remove(self):
605
- """ """
606
- ...
607
-
608
- def get(self):
609
- """ """
610
- ...
611
-
612
- def id_properties_clear(self):
613
- """ """
614
- ...
615
-
616
- def id_properties_ensure(self):
617
- """ """
618
- ...
619
-
620
- def id_properties_ui(self):
621
- """ """
622
- ...
623
-
624
- def is_extended(self):
625
- """ """
626
- ...
627
-
628
- def is_property_hidden(self):
629
- """ """
630
- ...
631
-
632
- def is_property_overridable_library(self):
633
- """ """
634
- ...
635
-
636
- def is_property_readonly(self):
637
- """ """
638
- ...
639
-
640
- def is_property_set(self):
641
- """ """
642
- ...
643
-
644
- def items(self):
645
- """ """
646
- ...
647
-
648
- def keyframe_delete(self):
649
- """ """
650
- ...
651
-
652
- def keyframe_insert(self):
653
- """ """
654
- ...
655
-
375
+ def driver_add(self): ...
376
+ def driver_remove(self): ...
377
+ def get(self): ...
378
+ def id_properties_clear(self): ...
379
+ def id_properties_ensure(self): ...
380
+ def id_properties_ui(self): ...
381
+ def is_extended(self): ...
382
+ def is_property_hidden(self): ...
383
+ def is_property_overridable_library(self): ...
384
+ def is_property_readonly(self): ...
385
+ def is_property_set(self): ...
386
+ def items(self): ...
387
+ def keyframe_delete(self): ...
388
+ def keyframe_insert(self): ...
656
389
  def keymap_ui_hierarchy(self, context_mode):
657
390
  """
658
391
 
@@ -660,22 +393,10 @@ class SEQUENCER_PT_tools_active(
660
393
  """
661
394
  ...
662
395
 
663
- def keys(self):
664
- """ """
665
- ...
666
-
667
- def path_from_id(self):
668
- """ """
669
- ...
670
-
671
- def path_resolve(self):
672
- """ """
673
- ...
674
-
675
- def pop(self):
676
- """ """
677
- ...
678
-
396
+ def keys(self): ...
397
+ def path_from_id(self): ...
398
+ def path_resolve(self): ...
399
+ def pop(self): ...
679
400
  def prepend(self, draw_func):
680
401
  """
681
402
 
@@ -683,22 +404,10 @@ class SEQUENCER_PT_tools_active(
683
404
  """
684
405
  ...
685
406
 
686
- def property_overridable_library_set(self):
687
- """ """
688
- ...
689
-
690
- def property_unset(self):
691
- """ """
692
- ...
693
-
694
- def register(self):
695
- """ """
696
- ...
697
-
698
- def register_ensure(self):
699
- """ """
700
- ...
701
-
407
+ def property_overridable_library_set(self): ...
408
+ def property_unset(self): ...
409
+ def register(self): ...
410
+ def register_ensure(self): ...
702
411
  def remove(self, draw_func):
703
412
  """
704
413
 
@@ -713,10 +422,7 @@ class SEQUENCER_PT_tools_active(
713
422
  """
714
423
  ...
715
424
 
716
- def tools_all(self):
717
- """ """
718
- ...
719
-
425
+ def tools_all(self): ...
720
426
  def tools_from_context(self, context, mode=None):
721
427
  """
722
428
 
@@ -725,44 +431,22 @@ class SEQUENCER_PT_tools_active(
725
431
  """
726
432
  ...
727
433
 
728
- def type_recast(self):
729
- """ """
730
- ...
731
-
732
- def values(self):
733
- """ """
734
- ...
434
+ def type_recast(self): ...
435
+ def values(self): ...
735
436
 
736
437
  class VIEW3D_PT_tools_active(
737
438
  bpy_types.Panel,
738
439
  bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
739
440
  bpy_types._GenericUI,
740
441
  ):
741
- """ """
742
-
743
442
  bl_label: typing.Any
744
- """ """
745
-
746
443
  bl_options: typing.Any
747
- """ """
748
-
749
444
  bl_region_type: typing.Any
750
- """ """
751
-
752
445
  bl_rna: typing.Any
753
- """ """
754
-
755
446
  bl_space_type: typing.Any
756
- """ """
757
-
758
447
  id_data: typing.Any
759
- """ """
760
-
761
448
  keymap_prefix: typing.Any
762
- """ """
763
-
764
449
  tool_fallback_id: typing.Any
765
- """ """
766
450
 
767
451
  def append(self, draw_func):
768
452
  """
@@ -771,18 +455,9 @@ class VIEW3D_PT_tools_active(
771
455
  """
772
456
  ...
773
457
 
774
- def as_pointer(self):
775
- """ """
776
- ...
777
-
778
- def bl_rna_get_subclass(self):
779
- """ """
780
- ...
781
-
782
- def bl_rna_get_subclass_py(self):
783
- """ """
784
- ...
785
-
458
+ def as_pointer(self): ...
459
+ def bl_rna_get_subclass(self): ...
460
+ def bl_rna_get_subclass_py(self): ...
786
461
  def draw(self, context):
787
462
  """
788
463
 
@@ -840,62 +515,20 @@ class VIEW3D_PT_tools_active(
840
515
  """
841
516
  ...
842
517
 
843
- def driver_add(self):
844
- """ """
845
- ...
846
-
847
- def driver_remove(self):
848
- """ """
849
- ...
850
-
851
- def get(self):
852
- """ """
853
- ...
854
-
855
- def id_properties_clear(self):
856
- """ """
857
- ...
858
-
859
- def id_properties_ensure(self):
860
- """ """
861
- ...
862
-
863
- def id_properties_ui(self):
864
- """ """
865
- ...
866
-
867
- def is_extended(self):
868
- """ """
869
- ...
870
-
871
- def is_property_hidden(self):
872
- """ """
873
- ...
874
-
875
- def is_property_overridable_library(self):
876
- """ """
877
- ...
878
-
879
- def is_property_readonly(self):
880
- """ """
881
- ...
882
-
883
- def is_property_set(self):
884
- """ """
885
- ...
886
-
887
- def items(self):
888
- """ """
889
- ...
890
-
891
- def keyframe_delete(self):
892
- """ """
893
- ...
894
-
895
- def keyframe_insert(self):
896
- """ """
897
- ...
898
-
518
+ def driver_add(self): ...
519
+ def driver_remove(self): ...
520
+ def get(self): ...
521
+ def id_properties_clear(self): ...
522
+ def id_properties_ensure(self): ...
523
+ def id_properties_ui(self): ...
524
+ def is_extended(self): ...
525
+ def is_property_hidden(self): ...
526
+ def is_property_overridable_library(self): ...
527
+ def is_property_readonly(self): ...
528
+ def is_property_set(self): ...
529
+ def items(self): ...
530
+ def keyframe_delete(self): ...
531
+ def keyframe_insert(self): ...
899
532
  def keymap_ui_hierarchy(self, context_mode):
900
533
  """
901
534
 
@@ -903,22 +536,10 @@ class VIEW3D_PT_tools_active(
903
536
  """
904
537
  ...
905
538
 
906
- def keys(self):
907
- """ """
908
- ...
909
-
910
- def path_from_id(self):
911
- """ """
912
- ...
913
-
914
- def path_resolve(self):
915
- """ """
916
- ...
917
-
918
- def pop(self):
919
- """ """
920
- ...
921
-
539
+ def keys(self): ...
540
+ def path_from_id(self): ...
541
+ def path_resolve(self): ...
542
+ def pop(self): ...
922
543
  def prepend(self, draw_func):
923
544
  """
924
545
 
@@ -926,22 +547,10 @@ class VIEW3D_PT_tools_active(
926
547
  """
927
548
  ...
928
549
 
929
- def property_overridable_library_set(self):
930
- """ """
931
- ...
932
-
933
- def property_unset(self):
934
- """ """
935
- ...
936
-
937
- def register(self):
938
- """ """
939
- ...
940
-
941
- def register_ensure(self):
942
- """ """
943
- ...
944
-
550
+ def property_overridable_library_set(self): ...
551
+ def property_unset(self): ...
552
+ def register(self): ...
553
+ def register_ensure(self): ...
945
554
  def remove(self, draw_func):
946
555
  """
947
556
 
@@ -956,10 +565,7 @@ class VIEW3D_PT_tools_active(
956
565
  """
957
566
  ...
958
567
 
959
- def tools_all(self):
960
- """ """
961
- ...
962
-
568
+ def tools_all(self): ...
963
569
  def tools_from_context(self, context, mode=None):
964
570
  """
965
571
 
@@ -968,28 +574,14 @@ class VIEW3D_PT_tools_active(
968
574
  """
969
575
  ...
970
576
 
971
- def type_recast(self):
972
- """ """
973
- ...
974
-
975
- def values(self):
976
- """ """
977
- ...
577
+ def type_recast(self): ...
578
+ def values(self): ...
978
579
 
979
580
  class _defs_annotate:
980
- """ """
981
-
982
581
  eraser: typing.Any
983
- """ """
984
-
985
582
  line: typing.Any
986
- """ """
987
-
988
583
  poly: typing.Any
989
- """ """
990
-
991
584
  scribble: typing.Any
992
- """ """
993
585
 
994
586
  def draw_settings_common(self, context, layout, tool):
995
587
  """
@@ -1001,8 +593,6 @@ class _defs_annotate:
1001
593
  ...
1002
594
 
1003
595
  class _defs_curves_sculpt:
1004
- """ """
1005
-
1006
596
  def generate_from_brushes(self, context):
1007
597
  """
1008
598
 
@@ -1011,163 +601,63 @@ class _defs_curves_sculpt:
1011
601
  ...
1012
602
 
1013
603
  class _defs_edit_armature:
1014
- """ """
1015
-
1016
604
  bone_envelope: typing.Any
1017
- """ """
1018
-
1019
605
  bone_size: typing.Any
1020
- """ """
1021
-
1022
606
  extrude: typing.Any
1023
- """ """
1024
-
1025
607
  extrude_cursor: typing.Any
1026
- """ """
1027
-
1028
608
  roll: typing.Any
1029
- """ """
1030
609
 
1031
610
  class _defs_edit_curve:
1032
- """ """
1033
-
1034
611
  curve_radius: typing.Any
1035
- """ """
1036
-
1037
612
  curve_vertex_randomize: typing.Any
1038
- """ """
1039
-
1040
613
  draw: typing.Any
1041
- """ """
1042
-
1043
614
  extrude: typing.Any
1044
- """ """
1045
-
1046
615
  extrude_cursor: typing.Any
1047
- """ """
1048
-
1049
616
  pen: typing.Any
1050
- """ """
1051
-
1052
617
  tilt: typing.Any
1053
- """ """
1054
618
 
1055
619
  class _defs_edit_curves:
1056
- """ """
1057
-
1058
620
  draw: typing.Any
1059
- """ """
1060
621
 
1061
622
  class _defs_edit_mesh:
1062
- """ """
1063
-
1064
623
  bevel: typing.Any
1065
- """ """
1066
-
1067
624
  bisect: typing.Any
1068
- """ """
1069
-
1070
625
  edge_slide: typing.Any
1071
- """ """
1072
-
1073
626
  extrude: typing.Any
1074
- """ """
1075
-
1076
627
  extrude_cursor: typing.Any
1077
- """ """
1078
-
1079
628
  extrude_individual: typing.Any
1080
- """ """
1081
-
1082
629
  extrude_manifold: typing.Any
1083
- """ """
1084
-
1085
630
  extrude_normals: typing.Any
1086
- """ """
1087
-
1088
631
  inset: typing.Any
1089
- """ """
1090
-
1091
632
  knife: typing.Any
1092
- """ """
1093
-
1094
633
  loopcut_slide: typing.Any
1095
- """ """
1096
-
1097
634
  offset_edge_loops_slide: typing.Any
1098
- """ """
1099
-
1100
635
  poly_build: typing.Any
1101
- """ """
1102
-
1103
636
  push_pull: typing.Any
1104
- """ """
1105
-
1106
637
  rip_edge: typing.Any
1107
- """ """
1108
-
1109
638
  rip_region: typing.Any
1110
- """ """
1111
-
1112
639
  shrink_fatten: typing.Any
1113
- """ """
1114
-
1115
640
  spin: typing.Any
1116
- """ """
1117
-
1118
641
  tosphere: typing.Any
1119
- """ """
1120
-
1121
642
  vert_slide: typing.Any
1122
- """ """
1123
-
1124
643
  vertex_randomize: typing.Any
1125
- """ """
1126
-
1127
644
  vertex_smooth: typing.Any
1128
- """ """
1129
645
 
1130
646
  class _defs_edit_text:
1131
- """ """
1132
-
1133
647
  select_text: typing.Any
1134
- """ """
1135
648
 
1136
649
  class _defs_gpencil_edit:
1137
- """ """
1138
-
1139
650
  bend: typing.Any
1140
- """ """
1141
-
1142
651
  box_select: typing.Any
1143
- """ """
1144
-
1145
652
  circle_select: typing.Any
1146
- """ """
1147
-
1148
653
  extrude: typing.Any
1149
- """ """
1150
-
1151
654
  interpolate: typing.Any
1152
- """ """
1153
-
1154
655
  lasso_select: typing.Any
1155
- """ """
1156
-
1157
656
  radius: typing.Any
1158
- """ """
1159
-
1160
657
  select: typing.Any
1161
- """ """
1162
-
1163
658
  shear: typing.Any
1164
- """ """
1165
-
1166
659
  tosphere: typing.Any
1167
- """ """
1168
-
1169
660
  transform_fill: typing.Any
1170
- """ """
1171
661
 
1172
662
  def is_segment(self, context):
1173
663
  """
@@ -1177,34 +667,15 @@ class _defs_gpencil_edit:
1177
667
  ...
1178
668
 
1179
669
  class _defs_gpencil_paint:
1180
- """ """
1181
-
1182
670
  arc: typing.Any
1183
- """ """
1184
-
1185
671
  box: typing.Any
1186
- """ """
1187
-
1188
672
  circle: typing.Any
1189
- """ """
1190
-
1191
673
  curve: typing.Any
1192
- """ """
1193
-
1194
674
  cutter: typing.Any
1195
- """ """
1196
-
1197
675
  eyedropper: typing.Any
1198
- """ """
1199
-
1200
676
  interpolate: typing.Any
1201
- """ """
1202
-
1203
677
  line: typing.Any
1204
- """ """
1205
-
1206
678
  polyline: typing.Any
1207
- """ """
1208
679
 
1209
680
  def generate_from_brushes(self, context):
1210
681
  """
@@ -1224,8 +695,6 @@ class _defs_gpencil_paint:
1224
695
  ...
1225
696
 
1226
697
  class _defs_gpencil_sculpt:
1227
- """ """
1228
-
1229
698
  def generate_from_brushes(self, context):
1230
699
  """
1231
700
 
@@ -1241,8 +710,6 @@ class _defs_gpencil_sculpt:
1241
710
  ...
1242
711
 
1243
712
  class _defs_gpencil_vertex:
1244
- """ """
1245
-
1246
713
  def generate_from_brushes(self, context):
1247
714
  """
1248
715
 
@@ -1258,8 +725,6 @@ class _defs_gpencil_vertex:
1258
725
  ...
1259
726
 
1260
727
  class _defs_gpencil_weight:
1261
- """ """
1262
-
1263
728
  def generate_from_brushes(self, context):
1264
729
  """
1265
730
 
@@ -1268,40 +733,17 @@ class _defs_gpencil_weight:
1268
733
  ...
1269
734
 
1270
735
  class _defs_grease_pencil_paint:
1271
- """ """
1272
-
1273
736
  arc: typing.Any
1274
- """ """
1275
-
1276
737
  box: typing.Any
1277
- """ """
1278
-
1279
738
  circle: typing.Any
1280
- """ """
1281
-
1282
739
  curve: typing.Any
1283
- """ """
1284
-
1285
740
  cutter: typing.Any
1286
- """ """
1287
-
1288
741
  draw: typing.Any
1289
- """ """
1290
-
1291
742
  erase: typing.Any
1292
- """ """
1293
-
1294
743
  fill: typing.Any
1295
- """ """
1296
-
1297
744
  line: typing.Any
1298
- """ """
1299
-
1300
745
  polyline: typing.Any
1301
- """ """
1302
-
1303
746
  tint: typing.Any
1304
- """ """
1305
747
 
1306
748
  def grease_pencil_primitive_toolbar(self, context, layout, _tool, props):
1307
749
  """
@@ -1314,8 +756,6 @@ class _defs_grease_pencil_paint:
1314
756
  ...
1315
757
 
1316
758
  class _defs_grease_pencil_sculpt:
1317
- """ """
1318
-
1319
759
  def generate_from_brushes(self, context):
1320
760
  """
1321
761
 
@@ -1331,8 +771,6 @@ class _defs_grease_pencil_sculpt:
1331
771
  ...
1332
772
 
1333
773
  class _defs_grease_pencil_weight:
1334
- """ """
1335
-
1336
774
  def generate_from_brushes(self, context):
1337
775
  """
1338
776
 
@@ -1341,13 +779,8 @@ class _defs_grease_pencil_weight:
1341
779
  ...
1342
780
 
1343
781
  class _defs_image_generic:
1344
- """ """
1345
-
1346
782
  cursor: typing.Any
1347
- """ """
1348
-
1349
783
  sample: typing.Any
1350
- """ """
1351
784
 
1352
785
  def poll_uvedit(self, context):
1353
786
  """
@@ -1357,77 +790,35 @@ class _defs_image_generic:
1357
790
  ...
1358
791
 
1359
792
  class _defs_image_uv_edit:
1360
- """ """
1361
-
1362
793
  rip_region: typing.Any
1363
- """ """
1364
794
 
1365
795
  class _defs_image_uv_sculpt:
1366
- """ """
1367
-
1368
796
  grab: typing.Any
1369
- """ """
1370
-
1371
797
  pinch: typing.Any
1372
- """ """
1373
-
1374
798
  relax: typing.Any
1375
- """ """
1376
799
 
1377
800
  class _defs_image_uv_select:
1378
- """ """
1379
-
1380
801
  box: typing.Any
1381
- """ """
1382
-
1383
802
  circle: typing.Any
1384
- """ """
1385
-
1386
803
  lasso: typing.Any
1387
- """ """
1388
-
1389
804
  select: typing.Any
1390
- """ """
1391
805
 
1392
806
  class _defs_image_uv_transform:
1393
- """ """
1394
-
1395
807
  rotate: typing.Any
1396
- """ """
1397
-
1398
808
  scale: typing.Any
1399
- """ """
1400
-
1401
809
  transform: typing.Any
1402
- """ """
1403
-
1404
810
  translate: typing.Any
1405
- """ """
1406
811
 
1407
812
  class _defs_node_edit:
1408
- """ """
1409
-
1410
813
  links_cut: typing.Any
1411
- """ """
1412
814
 
1413
815
  class _defs_node_select:
1414
- """ """
1415
-
1416
816
  box: typing.Any
1417
- """ """
1418
-
1419
817
  circle: typing.Any
1420
- """ """
1421
-
1422
818
  lasso: typing.Any
1423
- """ """
1424
-
1425
819
  select: typing.Any
1426
- """ """
1427
820
 
1428
821
  class _defs_particle:
1429
- """ """
1430
-
1431
822
  def generate_from_brushes(self, context):
1432
823
  """
1433
824
 
@@ -1436,73 +827,29 @@ class _defs_particle:
1436
827
  ...
1437
828
 
1438
829
  class _defs_pose:
1439
- """ """
1440
-
1441
830
  breakdown: typing.Any
1442
- """ """
1443
-
1444
831
  push: typing.Any
1445
- """ """
1446
-
1447
832
  relax: typing.Any
1448
- """ """
1449
833
 
1450
834
  class _defs_sculpt:
1451
- """ """
1452
-
1453
835
  cloth_filter: typing.Any
1454
- """ """
1455
-
1456
836
  color_filter: typing.Any
1457
- """ """
1458
-
1459
837
  face_set_box: typing.Any
1460
- """ """
1461
-
1462
838
  face_set_edit: typing.Any
1463
- """ """
1464
-
1465
839
  face_set_lasso: typing.Any
1466
- """ """
1467
-
1468
840
  hide_border: typing.Any
1469
- """ """
1470
-
1471
841
  hide_lasso: typing.Any
1472
- """ """
1473
-
1474
842
  hide_line: typing.Any
1475
- """ """
1476
-
1477
843
  hide_polyline: typing.Any
1478
- """ """
1479
-
1480
844
  mask_border: typing.Any
1481
- """ """
1482
-
1483
845
  mask_by_color: typing.Any
1484
- """ """
1485
-
1486
846
  mask_lasso: typing.Any
1487
- """ """
1488
-
1489
847
  mask_line: typing.Any
1490
- """ """
1491
-
1492
848
  mesh_filter: typing.Any
1493
- """ """
1494
-
1495
849
  project_line: typing.Any
1496
- """ """
1497
-
1498
850
  trim_box: typing.Any
1499
- """ """
1500
-
1501
851
  trim_lasso: typing.Any
1502
- """ """
1503
-
1504
852
  trim_line: typing.Any
1505
- """ """
1506
853
 
1507
854
  def generate_from_brushes(self, context):
1508
855
  """
@@ -1512,41 +859,19 @@ class _defs_sculpt:
1512
859
  ...
1513
860
 
1514
861
  class _defs_sequencer_generic:
1515
- """ """
1516
-
1517
862
  blade: typing.Any
1518
- """ """
1519
-
1520
863
  cursor: typing.Any
1521
- """ """
1522
-
1523
864
  rotate: typing.Any
1524
- """ """
1525
-
1526
865
  sample: typing.Any
1527
- """ """
1528
-
1529
866
  scale: typing.Any
1530
- """ """
1531
-
1532
867
  transform: typing.Any
1533
- """ """
1534
-
1535
868
  translate: typing.Any
1536
- """ """
1537
869
 
1538
870
  class _defs_sequencer_select:
1539
- """ """
1540
-
1541
871
  box: typing.Any
1542
- """ """
1543
-
1544
872
  select: typing.Any
1545
- """ """
1546
873
 
1547
874
  class _defs_texture_paint:
1548
- """ """
1549
-
1550
875
  def generate_from_brushes(self, context):
1551
876
  """
1552
877
 
@@ -1562,28 +887,13 @@ class _defs_texture_paint:
1562
887
  ...
1563
888
 
1564
889
  class _defs_transform:
1565
- """ """
1566
-
1567
890
  bend: typing.Any
1568
- """ """
1569
-
1570
891
  rotate: typing.Any
1571
- """ """
1572
-
1573
892
  scale: typing.Any
1574
- """ """
1575
-
1576
893
  scale_cage: typing.Any
1577
- """ """
1578
-
1579
894
  shear: typing.Any
1580
- """ """
1581
-
1582
895
  transform: typing.Any
1583
- """ """
1584
-
1585
896
  translate: typing.Any
1586
- """ """
1587
897
 
1588
898
  def draw_transform_sculpt_tool_settings(self, context, layout):
1589
899
  """
@@ -1594,8 +904,6 @@ class _defs_transform:
1594
904
  ...
1595
905
 
1596
906
  class _defs_vertex_paint:
1597
- """ """
1598
-
1599
907
  def generate_from_brushes(self, context):
1600
908
  """
1601
909
 
@@ -1611,22 +919,11 @@ class _defs_vertex_paint:
1611
919
  ...
1612
920
 
1613
921
  class _defs_view3d_add:
1614
- """ """
1615
-
1616
922
  cone_add: typing.Any
1617
- """ """
1618
-
1619
923
  cube_add: typing.Any
1620
- """ """
1621
-
1622
924
  cylinder_add: typing.Any
1623
- """ """
1624
-
1625
925
  ico_sphere_add: typing.Any
1626
- """ """
1627
-
1628
926
  uv_sphere_add: typing.Any
1629
- """ """
1630
927
 
1631
928
  def description_interactive_add(self, context, _item, _km, prefix):
1632
929
  """
@@ -1649,43 +946,20 @@ class _defs_view3d_add:
1649
946
  ...
1650
947
 
1651
948
  class _defs_view3d_generic:
1652
- """ """
1653
-
1654
949
  cursor: typing.Any
1655
- """ """
1656
-
1657
950
  cursor_click: typing.Any
1658
- """ """
1659
-
1660
951
  ruler: typing.Any
1661
- """ """
1662
952
 
1663
953
  class _defs_view3d_select:
1664
- """ """
1665
-
1666
954
  box: typing.Any
1667
- """ """
1668
-
1669
955
  circle: typing.Any
1670
- """ """
1671
-
1672
956
  lasso: typing.Any
1673
- """ """
1674
-
1675
957
  select: typing.Any
1676
- """ """
1677
958
 
1678
959
  class _defs_weight_paint:
1679
- """ """
1680
-
1681
960
  gradient: typing.Any
1682
- """ """
1683
-
1684
961
  sample_weight: typing.Any
1685
- """ """
1686
-
1687
962
  sample_weight_group: typing.Any
1688
- """ """
1689
963
 
1690
964
  def generate_from_brushes(self, context):
1691
965
  """
@@ -1702,21 +976,10 @@ class _defs_weight_paint:
1702
976
  ...
1703
977
 
1704
978
  class _template_widget:
1705
- """ """
1706
-
1707
- def VIEW3D_GGT_xform_extrude(self):
1708
- """ """
1709
- ...
1710
-
1711
- def VIEW3D_GGT_xform_gizmo(self):
1712
- """ """
1713
- ...
1714
-
1715
- def curve_draw_settings(context, layout, tool, extra=False):
1716
- """ """
1717
-
1718
- ...
979
+ def VIEW3D_GGT_xform_extrude(self): ...
980
+ def VIEW3D_GGT_xform_gizmo(self): ...
1719
981
 
982
+ def curve_draw_settings(context, layout, tool, extra=False): ...
1720
983
  def generate_from_enum_ex(
1721
984
  _context,
1722
985
  idname_prefix,
@@ -1727,12 +990,5 @@ def generate_from_enum_ex(
1727
990
  tooldef_keywords=None,
1728
991
  icon_map=None,
1729
992
  use_separators=True,
1730
- ):
1731
- """ """
1732
-
1733
- ...
1734
-
1735
- def kmi_to_string_or_none(kmi):
1736
- """ """
1737
-
1738
- ...
993
+ ): ...
994
+ def kmi_to_string_or_none(kmi): ...