fake-bpy-module 20231205__py3-none-any.whl → 20231207__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 (855) hide show
  1. addon_utils/__init__.pyi +84 -0
  2. animsys_refactor/__init__.pyi +55 -0
  3. aud/__init__.pyi +1190 -0
  4. bgl/__init__.pyi +5084 -0
  5. bl_app_override/__init__.pyi +31 -0
  6. bl_app_override/helpers/__init__.pyi +42 -0
  7. bl_app_override/helpers/py.typed +0 -0
  8. bl_app_template_utils/__init__.pyi +36 -0
  9. bl_console_utils/autocomplete/__init__.pyi +8 -0
  10. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +44 -0
  11. bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
  12. bl_console_utils/autocomplete/complete_import/__init__.pyi +28 -0
  13. bl_console_utils/autocomplete/complete_import/py.typed +0 -0
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +44 -0
  15. bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
  16. bl_console_utils/autocomplete/intellisense/__init__.pyi +20 -0
  17. bl_console_utils/autocomplete/intellisense/py.typed +0 -0
  18. bl_i18n_utils/__init__.pyi +11 -0
  19. bl_i18n_utils/bl_extract_messages/__init__.pyi +124 -0
  20. bl_i18n_utils/bl_extract_messages/py.typed +0 -0
  21. bl_i18n_utils/merge_po/__init__.pyi +12 -0
  22. bl_i18n_utils/merge_po/py.typed +0 -0
  23. bl_i18n_utils/settings/__init__.pyi +66 -0
  24. bl_i18n_utils/settings/py.typed +0 -0
  25. bl_i18n_utils/utils/__init__.pyi +338 -0
  26. bl_i18n_utils/utils/py.typed +0 -0
  27. bl_i18n_utils/utils_cli/__init__.pyi +52 -0
  28. bl_i18n_utils/utils_cli/py.typed +0 -0
  29. bl_i18n_utils/utils_languages_menu/__init__.pyi +12 -0
  30. bl_i18n_utils/utils_languages_menu/py.typed +0 -0
  31. bl_i18n_utils/utils_rtl/__init__.pyi +20 -0
  32. bl_i18n_utils/utils_rtl/py.typed +0 -0
  33. bl_keymap_utils/__init__.pyi +9 -0
  34. bl_keymap_utils/io/__init__.pyi +76 -0
  35. bl_keymap_utils/io/py.typed +0 -0
  36. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +12 -0
  37. bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
  38. bl_keymap_utils/keymap_hierarchy/__init__.pyi +12 -0
  39. bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
  40. bl_keymap_utils/platform_helpers/__init__.pyi +20 -0
  41. bl_keymap_utils/platform_helpers/py.typed +0 -0
  42. bl_keymap_utils/versioning/__init__.pyi +12 -0
  43. bl_keymap_utils/versioning/py.typed +0 -0
  44. bl_math/__init__.pyi +52 -0
  45. bl_operators/__init__.pyi +49 -0
  46. bl_operators/add_mesh_torus/__init__.pyi +231 -0
  47. bl_operators/add_mesh_torus/py.typed +0 -0
  48. bl_operators/anim/__init__.pyi +1291 -0
  49. bl_operators/anim/py.typed +0 -0
  50. bl_operators/assets/__init__.pyi +586 -0
  51. bl_operators/assets/py.typed +0 -0
  52. bl_operators/bmesh/find_adjacent/__init__.pyi +76 -0
  53. bl_operators/bmesh/find_adjacent/py.typed +0 -0
  54. bl_operators/clip/__init__.pyi +1898 -0
  55. bl_operators/clip/py.typed +0 -0
  56. bl_operators/console/__init__.pyi +918 -0
  57. bl_operators/console/py.typed +0 -0
  58. bl_operators/constraint/__init__.pyi +745 -0
  59. bl_operators/constraint/py.typed +0 -0
  60. bl_operators/file/__init__.pyi +560 -0
  61. bl_operators/file/py.typed +0 -0
  62. bl_operators/freestyle/__init__.pyi +751 -0
  63. bl_operators/freestyle/py.typed +0 -0
  64. bl_operators/geometry_nodes/__init__.pyi +2553 -0
  65. bl_operators/geometry_nodes/py.typed +0 -0
  66. bl_operators/image/__init__.pyi +548 -0
  67. bl_operators/image/py.typed +0 -0
  68. bl_operators/mesh/__init__.pyi +566 -0
  69. bl_operators/mesh/py.typed +0 -0
  70. bl_operators/node/__init__.pyi +1814 -0
  71. bl_operators/node/py.typed +0 -0
  72. bl_operators/object/__init__.pyi +3212 -0
  73. bl_operators/object/py.typed +0 -0
  74. bl_operators/object_align/__init__.pyi +215 -0
  75. bl_operators/object_align/py.typed +0 -0
  76. bl_operators/object_quick_effects/__init__.pyi +777 -0
  77. bl_operators/object_quick_effects/py.typed +0 -0
  78. bl_operators/object_randomize_transform/__init__.pyi +199 -0
  79. bl_operators/object_randomize_transform/py.typed +0 -0
  80. bl_operators/presets/__init__.pyi +3776 -0
  81. bl_operators/presets/py.typed +0 -0
  82. bl_operators/rigidbody/__init__.pyi +566 -0
  83. bl_operators/rigidbody/py.typed +0 -0
  84. bl_operators/screen_play_rendered_anim/__init__.pyi +192 -0
  85. bl_operators/screen_play_rendered_anim/py.typed +0 -0
  86. bl_operators/sequencer/__init__.pyi +1001 -0
  87. bl_operators/sequencer/py.typed +0 -0
  88. bl_operators/spreadsheet/__init__.pyi +202 -0
  89. bl_operators/spreadsheet/py.typed +0 -0
  90. bl_operators/userpref/__init__.pyi +4701 -0
  91. bl_operators/userpref/py.typed +0 -0
  92. bl_operators/uvcalc_follow_active/__init__.pyi +212 -0
  93. bl_operators/uvcalc_follow_active/py.typed +0 -0
  94. bl_operators/uvcalc_lightmap/__init__.pyi +257 -0
  95. bl_operators/uvcalc_lightmap/py.typed +0 -0
  96. bl_operators/uvcalc_transform/__init__.pyi +501 -0
  97. bl_operators/uvcalc_transform/py.typed +0 -0
  98. bl_operators/vertexpaint_dirt/__init__.pyi +207 -0
  99. bl_operators/vertexpaint_dirt/py.typed +0 -0
  100. bl_operators/view3d/__init__.pyi +955 -0
  101. bl_operators/view3d/py.typed +0 -0
  102. bl_operators/wm/__init__.pyi +8409 -0
  103. bl_operators/wm/py.typed +0 -0
  104. bl_previews_utils/bl_previews_render/__init__.pyi +60 -0
  105. bl_previews_utils/bl_previews_render/py.typed +0 -0
  106. bl_rna_utils/data_path/__init__.pyi +25 -0
  107. bl_rna_utils/data_path/py.typed +0 -0
  108. bl_text_utils/external_editor/__init__.pyi +12 -0
  109. bl_text_utils/external_editor/py.typed +0 -0
  110. bl_ui/__init__.pyi +706 -0
  111. bl_ui/asset_shelf/__init__.pyi +202 -0
  112. bl_ui/asset_shelf/py.typed +0 -0
  113. bl_ui/generic_ui_list/__init__.pyi +629 -0
  114. bl_ui/generic_ui_list/py.typed +0 -0
  115. bl_ui/node_add_menu/__init__.pyi +260 -0
  116. bl_ui/node_add_menu/py.typed +0 -0
  117. bl_ui/node_add_menu_compositor/__init__.pyi +3739 -0
  118. bl_ui/node_add_menu_compositor/py.typed +0 -0
  119. bl_ui/node_add_menu_geometry/__init__.pyi +8520 -0
  120. bl_ui/node_add_menu_geometry/py.typed +0 -0
  121. bl_ui/node_add_menu_shader/__init__.pyi +2139 -0
  122. bl_ui/node_add_menu_shader/py.typed +0 -0
  123. bl_ui/node_add_menu_texture/__init__.pyi +1868 -0
  124. bl_ui/node_add_menu_texture/py.typed +0 -0
  125. bl_ui/properties_animviz/__init__.pyi +38 -0
  126. bl_ui/properties_animviz/py.typed +0 -0
  127. bl_ui/properties_collection/__init__.pyi +1051 -0
  128. bl_ui/properties_collection/py.typed +0 -0
  129. bl_ui/properties_constraint/__init__.pyi +29694 -0
  130. bl_ui/properties_constraint/py.typed +0 -0
  131. bl_ui/properties_data_armature/__init__.pyi +2274 -0
  132. bl_ui/properties_data_armature/py.typed +0 -0
  133. bl_ui/properties_data_bone/__init__.pyi +2087 -0
  134. bl_ui/properties_data_bone/py.typed +0 -0
  135. bl_ui/properties_data_camera/__init__.pyi +3004 -0
  136. bl_ui/properties_data_camera/py.typed +0 -0
  137. bl_ui/properties_data_curve/__init__.pyi +3164 -0
  138. bl_ui/properties_data_curve/py.typed +0 -0
  139. bl_ui/properties_data_curves/__init__.pyi +1247 -0
  140. bl_ui/properties_data_curves/py.typed +0 -0
  141. bl_ui/properties_data_empty/__init__.pyi +426 -0
  142. bl_ui/properties_data_empty/py.typed +0 -0
  143. bl_ui/properties_data_gpencil/__init__.pyi +3758 -0
  144. bl_ui/properties_data_gpencil/py.typed +0 -0
  145. bl_ui/properties_data_grease_pencil/__init__.pyi +632 -0
  146. bl_ui/properties_data_grease_pencil/py.typed +0 -0
  147. bl_ui/properties_data_lattice/__init__.pyi +637 -0
  148. bl_ui/properties_data_lattice/py.typed +0 -0
  149. bl_ui/properties_data_light/__init__.pyi +2111 -0
  150. bl_ui/properties_data_light/py.typed +0 -0
  151. bl_ui/properties_data_lightprobe/__init__.pyi +1264 -0
  152. bl_ui/properties_data_lightprobe/py.typed +0 -0
  153. bl_ui/properties_data_mesh/__init__.pyi +4052 -0
  154. bl_ui/properties_data_mesh/py.typed +0 -0
  155. bl_ui/properties_data_metaball/__init__.pyi +1047 -0
  156. bl_ui/properties_data_metaball/py.typed +0 -0
  157. bl_ui/properties_data_modifier/__init__.pyi +1741 -0
  158. bl_ui/properties_data_modifier/py.typed +0 -0
  159. bl_ui/properties_data_pointcloud/__init__.pyi +1045 -0
  160. bl_ui/properties_data_pointcloud/py.typed +0 -0
  161. bl_ui/properties_data_shaderfx/__init__.pyi +214 -0
  162. bl_ui/properties_data_shaderfx/py.typed +0 -0
  163. bl_ui/properties_data_speaker/__init__.pyi +1056 -0
  164. bl_ui/properties_data_speaker/py.typed +0 -0
  165. bl_ui/properties_data_volume/__init__.pyi +1652 -0
  166. bl_ui/properties_data_volume/py.typed +0 -0
  167. bl_ui/properties_freestyle/__init__.pyi +5309 -0
  168. bl_ui/properties_freestyle/py.typed +0 -0
  169. bl_ui/properties_grease_pencil_common/__init__.pyi +2780 -0
  170. bl_ui/properties_grease_pencil_common/py.typed +0 -0
  171. bl_ui/properties_mask_common/__init__.pyi +1554 -0
  172. bl_ui/properties_mask_common/py.typed +0 -0
  173. bl_ui/properties_material/__init__.pyi +3117 -0
  174. bl_ui/properties_material/py.typed +0 -0
  175. bl_ui/properties_material_gpencil/__init__.pyi +2086 -0
  176. bl_ui/properties_material_gpencil/py.typed +0 -0
  177. bl_ui/properties_object/__init__.pyi +2875 -0
  178. bl_ui/properties_object/py.typed +0 -0
  179. bl_ui/properties_output/__init__.pyi +3799 -0
  180. bl_ui/properties_output/py.typed +0 -0
  181. bl_ui/properties_paint_common/__init__.pyi +814 -0
  182. bl_ui/properties_paint_common/py.typed +0 -0
  183. bl_ui/properties_particle/__init__.pyi +10938 -0
  184. bl_ui/properties_particle/py.typed +0 -0
  185. bl_ui/properties_physics_cloth/__init__.pyi +2984 -0
  186. bl_ui/properties_physics_cloth/py.typed +0 -0
  187. bl_ui/properties_physics_common/__init__.pyi +277 -0
  188. bl_ui/properties_physics_common/py.typed +0 -0
  189. bl_ui/properties_physics_dynamicpaint/__init__.pyi +5431 -0
  190. bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
  191. bl_ui/properties_physics_field/__init__.pyi +2220 -0
  192. bl_ui/properties_physics_field/py.typed +0 -0
  193. bl_ui/properties_physics_fluid/__init__.pyi +7296 -0
  194. bl_ui/properties_physics_fluid/py.typed +0 -0
  195. bl_ui/properties_physics_geometry_nodes/__init__.pyi +214 -0
  196. bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
  197. bl_ui/properties_physics_rigidbody/__init__.pyi +1698 -0
  198. bl_ui/properties_physics_rigidbody/py.typed +0 -0
  199. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2734 -0
  200. bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
  201. bl_ui/properties_physics_softbody/__init__.pyi +3198 -0
  202. bl_ui/properties_physics_softbody/py.typed +0 -0
  203. bl_ui/properties_render/__init__.pyi +12664 -0
  204. bl_ui/properties_render/py.typed +0 -0
  205. bl_ui/properties_scene/__init__.pyi +2872 -0
  206. bl_ui/properties_scene/py.typed +0 -0
  207. bl_ui/properties_texture/__init__.pyi +5470 -0
  208. bl_ui/properties_texture/py.typed +0 -0
  209. bl_ui/properties_view_layer/__init__.pyi +3493 -0
  210. bl_ui/properties_view_layer/py.typed +0 -0
  211. bl_ui/properties_workspace/__init__.pyi +630 -0
  212. bl_ui/properties_workspace/py.typed +0 -0
  213. bl_ui/properties_world/__init__.pyi +1478 -0
  214. bl_ui/properties_world/py.typed +0 -0
  215. bl_ui/space_clip/__init__.pyi +14313 -0
  216. bl_ui/space_clip/py.typed +0 -0
  217. bl_ui/space_console/__init__.pyi +1221 -0
  218. bl_ui/space_console/py.typed +0 -0
  219. bl_ui/space_dopesheet/__init__.pyi +5388 -0
  220. bl_ui/space_dopesheet/py.typed +0 -0
  221. bl_ui/space_filebrowser/__init__.pyi +5996 -0
  222. bl_ui/space_filebrowser/py.typed +0 -0
  223. bl_ui/space_graph/__init__.pyi +4053 -0
  224. bl_ui/space_graph/py.typed +0 -0
  225. bl_ui/space_image/__init__.pyi +14801 -0
  226. bl_ui/space_image/py.typed +0 -0
  227. bl_ui/space_info/__init__.pyi +1216 -0
  228. bl_ui/space_info/py.typed +0 -0
  229. bl_ui/space_nla/__init__.pyi +3460 -0
  230. bl_ui/space_nla/py.typed +0 -0
  231. bl_ui/space_node/__init__.pyi +6519 -0
  232. bl_ui/space_node/py.typed +0 -0
  233. bl_ui/space_outliner/__init__.pyi +2864 -0
  234. bl_ui/space_outliner/py.typed +0 -0
  235. bl_ui/space_properties/__init__.pyi +575 -0
  236. bl_ui/space_properties/py.typed +0 -0
  237. bl_ui/space_sequencer/__init__.pyi +15360 -0
  238. bl_ui/space_sequencer/py.typed +0 -0
  239. bl_ui/space_spreadsheet/__init__.pyi +226 -0
  240. bl_ui/space_spreadsheet/py.typed +0 -0
  241. bl_ui/space_statusbar/__init__.pyi +190 -0
  242. bl_ui/space_statusbar/py.typed +0 -0
  243. bl_ui/space_text/__init__.pyi +3223 -0
  244. bl_ui/space_text/py.typed +0 -0
  245. bl_ui/space_time/__init__.pyi +1472 -0
  246. bl_ui/space_time/py.typed +0 -0
  247. bl_ui/space_toolsystem_common/__init__.pyi +435 -0
  248. bl_ui/space_toolsystem_common/py.typed +0 -0
  249. bl_ui/space_toolsystem_toolbar/__init__.pyi +1671 -0
  250. bl_ui/space_toolsystem_toolbar/py.typed +0 -0
  251. bl_ui/space_topbar/__init__.pyi +5296 -0
  252. bl_ui/space_topbar/py.typed +0 -0
  253. bl_ui/space_userpref/__init__.pyi +17826 -0
  254. bl_ui/space_userpref/py.typed +0 -0
  255. bl_ui/space_view3d/__init__.pyi +51846 -0
  256. bl_ui/space_view3d/py.typed +0 -0
  257. bl_ui/space_view3d_toolbar/__init__.pyi +18993 -0
  258. bl_ui/space_view3d_toolbar/py.typed +0 -0
  259. bl_ui/utils/__init__.pyi +40 -0
  260. bl_ui/utils/py.typed +0 -0
  261. bl_ui_utils/__init__.pyi +6 -0
  262. bl_ui_utils/bug_report_url/__init__.pyi +12 -0
  263. bl_ui_utils/bug_report_url/py.typed +0 -0
  264. bl_ui_utils/layout/__init__.pyi +12 -0
  265. bl_ui_utils/layout/py.typed +0 -0
  266. blend_render_info/__init__.pyi +24 -0
  267. blf/__init__.pyi +231 -0
  268. bmesh/__init__.pyi +51 -0
  269. bmesh/geometry/__init__.pyi +23 -0
  270. bmesh/geometry/py.typed +0 -0
  271. bmesh/ops/__init__.pyi +1935 -0
  272. bmesh/ops/py.typed +0 -0
  273. bmesh/types/__init__.pyi +1399 -0
  274. bmesh/types/py.typed +0 -0
  275. bmesh/utils/__init__.pyi +207 -0
  276. bmesh/utils/py.typed +0 -0
  277. bpy/__init__.pyi +18 -0
  278. bpy/app/__init__.pyi +247 -0
  279. bpy/app/handlers/__init__.pyi +151 -0
  280. bpy/app/handlers/py.typed +0 -0
  281. bpy/app/icons/__init__.pyi +42 -0
  282. bpy/app/icons/py.typed +0 -0
  283. bpy/app/timers/__init__.pyi +42 -0
  284. bpy/app/timers/py.typed +0 -0
  285. bpy/app/translations/__init__.pyi +107 -0
  286. bpy/app/translations/py.typed +0 -0
  287. bpy/msgbus/__init__.pyi +40 -0
  288. bpy/msgbus/py.typed +0 -0
  289. bpy/ops/__init__.pyi +81 -0
  290. bpy/ops/action/__init__.pyi +723 -0
  291. bpy/ops/action/py.typed +0 -0
  292. bpy/ops/anim/__init__.pyi +978 -0
  293. bpy/ops/anim/py.typed +0 -0
  294. bpy/ops/armature/__init__.pyi +858 -0
  295. bpy/ops/armature/py.typed +0 -0
  296. bpy/ops/asset/__init__.pyi +339 -0
  297. bpy/ops/asset/py.typed +0 -0
  298. bpy/ops/boid/__init__.pyi +127 -0
  299. bpy/ops/boid/py.typed +0 -0
  300. bpy/ops/brush/__init__.pyi +171 -0
  301. bpy/ops/brush/py.typed +0 -0
  302. bpy/ops/buttons/__init__.pyi +255 -0
  303. bpy/ops/buttons/py.typed +0 -0
  304. bpy/ops/cachefile/__init__.pyi +241 -0
  305. bpy/ops/cachefile/py.typed +0 -0
  306. bpy/ops/camera/__init__.pyi +60 -0
  307. bpy/ops/camera/py.typed +0 -0
  308. bpy/ops/clip/__init__.pyi +1782 -0
  309. bpy/ops/clip/py.typed +0 -0
  310. bpy/ops/cloth/__init__.pyi +31 -0
  311. bpy/ops/cloth/py.typed +0 -0
  312. bpy/ops/collection/__init__.pyi +95 -0
  313. bpy/ops/collection/py.typed +0 -0
  314. bpy/ops/console/__init__.pyi +370 -0
  315. bpy/ops/console/py.typed +0 -0
  316. bpy/ops/constraint/__init__.pyi +391 -0
  317. bpy/ops/constraint/py.typed +0 -0
  318. bpy/ops/curve/__init__.pyi +1052 -0
  319. bpy/ops/curve/py.typed +0 -0
  320. bpy/ops/curves/__init__.pyi +259 -0
  321. bpy/ops/curves/py.typed +0 -0
  322. bpy/ops/cycles/__init__.pyi +67 -0
  323. bpy/ops/cycles/py.typed +0 -0
  324. bpy/ops/dpaint/__init__.pyi +87 -0
  325. bpy/ops/dpaint/py.typed +0 -0
  326. bpy/ops/ed/__init__.pyi +276 -0
  327. bpy/ops/ed/py.typed +0 -0
  328. bpy/ops/export_anim/__init__.pyi +45 -0
  329. bpy/ops/export_anim/py.typed +0 -0
  330. bpy/ops/export_mesh/__init__.pyi +62 -0
  331. bpy/ops/export_mesh/py.typed +0 -0
  332. bpy/ops/export_scene/__init__.pyi +577 -0
  333. bpy/ops/export_scene/py.typed +0 -0
  334. bpy/ops/file/__init__.pyi +787 -0
  335. bpy/ops/file/py.typed +0 -0
  336. bpy/ops/fluid/__init__.pyi +224 -0
  337. bpy/ops/fluid/py.typed +0 -0
  338. bpy/ops/font/__init__.pyi +537 -0
  339. bpy/ops/font/py.typed +0 -0
  340. bpy/ops/geometry/__init__.pyi +219 -0
  341. bpy/ops/geometry/py.typed +0 -0
  342. bpy/ops/gizmogroup/__init__.pyi +52 -0
  343. bpy/ops/gizmogroup/py.typed +0 -0
  344. bpy/ops/gpencil/__init__.pyi +3247 -0
  345. bpy/ops/gpencil/py.typed +0 -0
  346. bpy/ops/graph/__init__.pyi +1392 -0
  347. bpy/ops/graph/py.typed +0 -0
  348. bpy/ops/grease_pencil/__init__.pyi +724 -0
  349. bpy/ops/grease_pencil/py.typed +0 -0
  350. bpy/ops/image/__init__.pyi +1261 -0
  351. bpy/ops/image/py.typed +0 -0
  352. bpy/ops/import_anim/__init__.pyi +58 -0
  353. bpy/ops/import_anim/py.typed +0 -0
  354. bpy/ops/import_curve/__init__.pyi +26 -0
  355. bpy/ops/import_curve/py.typed +0 -0
  356. bpy/ops/import_mesh/__init__.pyi +50 -0
  357. bpy/ops/import_mesh/py.typed +0 -0
  358. bpy/ops/import_scene/__init__.pyi +191 -0
  359. bpy/ops/import_scene/py.typed +0 -0
  360. bpy/ops/info/__init__.pyi +140 -0
  361. bpy/ops/info/py.typed +0 -0
  362. bpy/ops/lattice/__init__.pyi +153 -0
  363. bpy/ops/lattice/py.typed +0 -0
  364. bpy/ops/marker/__init__.pyi +238 -0
  365. bpy/ops/marker/py.typed +0 -0
  366. bpy/ops/mask/__init__.pyi +747 -0
  367. bpy/ops/mask/py.typed +0 -0
  368. bpy/ops/material/__init__.pyi +47 -0
  369. bpy/ops/material/py.typed +0 -0
  370. bpy/ops/mball/__init__.pyi +168 -0
  371. bpy/ops/mball/py.typed +0 -0
  372. bpy/ops/mesh/__init__.pyi +4168 -0
  373. bpy/ops/mesh/py.typed +0 -0
  374. bpy/ops/nla/__init__.pyi +756 -0
  375. bpy/ops/nla/py.typed +0 -0
  376. bpy/ops/node/__init__.pyi +1894 -0
  377. bpy/ops/node/py.typed +0 -0
  378. bpy/ops/object/__init__.pyi +5343 -0
  379. bpy/ops/object/py.typed +0 -0
  380. bpy/ops/outliner/__init__.pyi +1172 -0
  381. bpy/ops/outliner/py.typed +0 -0
  382. bpy/ops/paint/__init__.pyi +1067 -0
  383. bpy/ops/paint/py.typed +0 -0
  384. bpy/ops/paintcurve/__init__.pyi +148 -0
  385. bpy/ops/paintcurve/py.typed +0 -0
  386. bpy/ops/palette/__init__.pyi +123 -0
  387. bpy/ops/palette/py.typed +0 -0
  388. bpy/ops/particle/__init__.pyi +635 -0
  389. bpy/ops/particle/py.typed +0 -0
  390. bpy/ops/pose/__init__.pyi +763 -0
  391. bpy/ops/pose/py.typed +0 -0
  392. bpy/ops/poselib/__init__.pyi +173 -0
  393. bpy/ops/poselib/py.typed +0 -0
  394. bpy/ops/preferences/__init__.pyi +849 -0
  395. bpy/ops/preferences/py.typed +0 -0
  396. bpy/ops/ptcache/__init__.pyi +114 -0
  397. bpy/ops/ptcache/py.typed +0 -0
  398. bpy/ops/render/__init__.pyi +262 -0
  399. bpy/ops/render/py.typed +0 -0
  400. bpy/ops/rigidbody/__init__.pyi +244 -0
  401. bpy/ops/rigidbody/py.typed +0 -0
  402. bpy/ops/scene/__init__.pyi +675 -0
  403. bpy/ops/scene/py.typed +0 -0
  404. bpy/ops/screen/__init__.pyi +846 -0
  405. bpy/ops/screen/py.typed +0 -0
  406. bpy/ops/script/__init__.pyi +60 -0
  407. bpy/ops/script/py.typed +0 -0
  408. bpy/ops/sculpt/__init__.pyi +862 -0
  409. bpy/ops/sculpt/py.typed +0 -0
  410. bpy/ops/sculpt_curves/__init__.pyi +94 -0
  411. bpy/ops/sculpt_curves/py.typed +0 -0
  412. bpy/ops/sequencer/__init__.pyi +2165 -0
  413. bpy/ops/sequencer/py.typed +0 -0
  414. bpy/ops/sound/__init__.pyi +395 -0
  415. bpy/ops/sound/py.typed +0 -0
  416. bpy/ops/spreadsheet/__init__.pyi +76 -0
  417. bpy/ops/spreadsheet/py.typed +0 -0
  418. bpy/ops/surface/__init__.pyi +215 -0
  419. bpy/ops/surface/py.typed +0 -0
  420. bpy/ops/text/__init__.pyi +863 -0
  421. bpy/ops/text/py.typed +0 -0
  422. bpy/ops/text_editor/__init__.pyi +31 -0
  423. bpy/ops/text_editor/py.typed +0 -0
  424. bpy/ops/texture/__init__.pyi +68 -0
  425. bpy/ops/texture/py.typed +0 -0
  426. bpy/ops/transform/__init__.pyi +1545 -0
  427. bpy/ops/transform/py.typed +0 -0
  428. bpy/ops/ui/__init__.pyi +536 -0
  429. bpy/ops/ui/py.typed +0 -0
  430. bpy/ops/uilist/__init__.pyi +74 -0
  431. bpy/ops/uilist/py.typed +0 -0
  432. bpy/ops/uv/__init__.pyi +1251 -0
  433. bpy/ops/uv/py.typed +0 -0
  434. bpy/ops/view2d/__init__.pyi +329 -0
  435. bpy/ops/view2d/py.typed +0 -0
  436. bpy/ops/view3d/__init__.pyi +1392 -0
  437. bpy/ops/view3d/py.typed +0 -0
  438. bpy/ops/wm/__init__.pyi +4821 -0
  439. bpy/ops/wm/py.typed +0 -0
  440. bpy/ops/workspace/__init__.pyi +115 -0
  441. bpy/ops/workspace/py.typed +0 -0
  442. bpy/ops/world/__init__.pyi +19 -0
  443. bpy/ops/world/py.typed +0 -0
  444. bpy/path/__init__.pyi +194 -0
  445. bpy/path/py.typed +0 -0
  446. bpy/props/__init__.pyi +509 -0
  447. bpy/props/py.typed +0 -0
  448. bpy/types/__init__.pyi +131533 -0
  449. bpy/types/py.typed +0 -0
  450. bpy/utils/__init__.pyi +429 -0
  451. bpy/utils/previews/__init__.pyi +73 -0
  452. bpy/utils/previews/py.typed +0 -0
  453. bpy/utils/units/__init__.pyi +61 -0
  454. bpy/utils/units/py.typed +0 -0
  455. bpy_extras/__init__.pyi +18 -0
  456. bpy_extras/anim_utils/__init__.pyi +108 -0
  457. bpy_extras/anim_utils/py.typed +0 -0
  458. bpy_extras/asset_utils/__init__.pyi +39 -0
  459. bpy_extras/asset_utils/py.typed +0 -0
  460. bpy_extras/bmesh_utils/__init__.pyi +20 -0
  461. bpy_extras/bmesh_utils/py.typed +0 -0
  462. bpy_extras/extensions/junction_module/__init__.pyi +48 -0
  463. bpy_extras/extensions/junction_module/py.typed +0 -0
  464. bpy_extras/id_map_utils/__init__.pyi +28 -0
  465. bpy_extras/id_map_utils/py.typed +0 -0
  466. bpy_extras/image_utils/__init__.pyi +42 -0
  467. bpy_extras/image_utils/py.typed +0 -0
  468. bpy_extras/io_utils/__init__.pyi +165 -0
  469. bpy_extras/io_utils/py.typed +0 -0
  470. bpy_extras/keyconfig_utils/__init__.pyi +28 -0
  471. bpy_extras/keyconfig_utils/py.typed +0 -0
  472. bpy_extras/mesh_utils/__init__.pyi +91 -0
  473. bpy_extras/mesh_utils/py.typed +0 -0
  474. bpy_extras/node_shader_utils/__init__.pyi +562 -0
  475. bpy_extras/node_shader_utils/py.typed +0 -0
  476. bpy_extras/node_utils/__init__.pyi +28 -0
  477. bpy_extras/node_utils/py.typed +0 -0
  478. bpy_extras/object_utils/__init__.pyi +87 -0
  479. bpy_extras/object_utils/py.typed +0 -0
  480. bpy_extras/view3d_utils/__init__.pyi +90 -0
  481. bpy_extras/view3d_utils/py.typed +0 -0
  482. bpy_extras/wm_utils/progress_report/__init__.pyi +98 -0
  483. bpy_extras/wm_utils/progress_report/py.typed +0 -0
  484. bpy_restrict_state/__init__.pyi +24 -0
  485. bpy_types/__init__.pyi +5189 -0
  486. console_python/__init__.pyi +71 -0
  487. console_shell/__init__.pyi +44 -0
  488. fake_bpy_module-20231207.dist-info/METADATA +175 -0
  489. fake_bpy_module-20231207.dist-info/RECORD +610 -0
  490. freestyle/chainingiterators/__init__.pyi +306 -0
  491. freestyle/chainingiterators/py.typed +0 -0
  492. freestyle/functions/__init__.pyi +1270 -0
  493. freestyle/functions/py.typed +0 -0
  494. freestyle/predicates/__init__.pyi +535 -0
  495. freestyle/predicates/py.typed +0 -0
  496. freestyle/shaders/__init__.pyi +872 -0
  497. freestyle/shaders/py.typed +0 -0
  498. freestyle/types/__init__.pyi +2407 -0
  499. freestyle/types/py.typed +0 -0
  500. freestyle/utils/ContextFunctions/__init__.pyi +127 -0
  501. freestyle/utils/ContextFunctions/py.typed +0 -0
  502. freestyle/utils/__init__.pyi +246 -0
  503. gpu/capabilities/__init__.pyi +186 -0
  504. gpu/capabilities/py.typed +0 -0
  505. gpu/matrix/__init__.pyi +162 -0
  506. gpu/matrix/py.typed +0 -0
  507. gpu/platform/__init__.pyi +54 -0
  508. gpu/platform/py.typed +0 -0
  509. gpu/select/__init__.pyi +15 -0
  510. gpu/select/py.typed +0 -0
  511. gpu/shader/__init__.pyi +38 -0
  512. gpu/shader/py.typed +0 -0
  513. gpu/state/__init__.pyi +214 -0
  514. gpu/state/py.typed +0 -0
  515. gpu/texture/__init__.pyi +18 -0
  516. gpu/texture/py.typed +0 -0
  517. gpu/types/__init__.pyi +698 -0
  518. gpu/types/py.typed +0 -0
  519. gpu_extras/batch/__init__.pyi +25 -0
  520. gpu_extras/batch/py.typed +0 -0
  521. gpu_extras/presets/__init__.pyi +43 -0
  522. gpu_extras/presets/py.typed +0 -0
  523. graphviz_export/__init__.pyi +21 -0
  524. idprop/types/__init__.pyi +98 -0
  525. idprop/types/py.typed +0 -0
  526. imbuf/__init__.pyi +44 -0
  527. imbuf/types/__init__.pyi +70 -0
  528. imbuf/types/py.typed +0 -0
  529. keyingsets_builtins/__init__.pyi +4028 -0
  530. keyingsets_utils/__init__.pyi +116 -0
  531. mathutils/__init__.pyi +2917 -0
  532. mathutils/bvhtree/__init__.pyi +124 -0
  533. mathutils/bvhtree/py.typed +0 -0
  534. mathutils/geometry/__init__.pyi +526 -0
  535. mathutils/geometry/py.typed +0 -0
  536. mathutils/interpolate/__init__.pyi +16 -0
  537. mathutils/interpolate/py.typed +0 -0
  538. mathutils/kdtree/__init__.pyi +77 -0
  539. mathutils/kdtree/py.typed +0 -0
  540. mathutils/noise/__init__.pyi +342 -0
  541. mathutils/noise/py.typed +0 -0
  542. nodeitems_builtins/__init__.pyi +69 -0
  543. nodeitems_utils/__init__.pyi +86 -0
  544. rna_info/__init__.pyi +343 -0
  545. rna_keymap_ui/__init__.pyi +52 -0
  546. rna_prop_ui/__init__.pyi +109 -0
  547. rna_xml/__init__.pyi +53 -0
  548. sys_info/__init__.pyi +12 -0
  549. addon_utils/__init__.py +0 -84
  550. animsys_refactor/__init__.py +0 -55
  551. aud/__init__.py +0 -1190
  552. bgl/__init__.py +0 -5084
  553. bl_app_override/__init__.py +0 -31
  554. bl_app_override/helpers.py +0 -42
  555. bl_app_template_utils/__init__.py +0 -36
  556. bl_console_utils/autocomplete/__init__.py +0 -8
  557. bl_console_utils/autocomplete/complete_calltip.py +0 -44
  558. bl_console_utils/autocomplete/complete_import.py +0 -28
  559. bl_console_utils/autocomplete/complete_namespace.py +0 -44
  560. bl_console_utils/autocomplete/intellisense.py +0 -20
  561. bl_i18n_utils/__init__.py +0 -11
  562. bl_i18n_utils/bl_extract_messages.py +0 -124
  563. bl_i18n_utils/merge_po.py +0 -12
  564. bl_i18n_utils/settings.py +0 -66
  565. bl_i18n_utils/utils.py +0 -338
  566. bl_i18n_utils/utils_cli.py +0 -52
  567. bl_i18n_utils/utils_languages_menu.py +0 -12
  568. bl_i18n_utils/utils_rtl.py +0 -20
  569. bl_keymap_utils/__init__.py +0 -9
  570. bl_keymap_utils/io.py +0 -76
  571. bl_keymap_utils/keymap_from_toolbar.py +0 -12
  572. bl_keymap_utils/keymap_hierarchy.py +0 -12
  573. bl_keymap_utils/platform_helpers.py +0 -20
  574. bl_keymap_utils/versioning.py +0 -12
  575. bl_math/__init__.py +0 -52
  576. bl_operators/__init__.py +0 -49
  577. bl_operators/add_mesh_torus.py +0 -231
  578. bl_operators/anim.py +0 -1291
  579. bl_operators/assets.py +0 -586
  580. bl_operators/bmesh/find_adjacent.py +0 -76
  581. bl_operators/clip.py +0 -1898
  582. bl_operators/console.py +0 -918
  583. bl_operators/constraint.py +0 -745
  584. bl_operators/file.py +0 -560
  585. bl_operators/freestyle.py +0 -751
  586. bl_operators/geometry_nodes.py +0 -2553
  587. bl_operators/image.py +0 -548
  588. bl_operators/mesh.py +0 -566
  589. bl_operators/node.py +0 -1814
  590. bl_operators/object.py +0 -3212
  591. bl_operators/object_align.py +0 -215
  592. bl_operators/object_quick_effects.py +0 -777
  593. bl_operators/object_randomize_transform.py +0 -199
  594. bl_operators/presets.py +0 -3776
  595. bl_operators/rigidbody.py +0 -566
  596. bl_operators/screen_play_rendered_anim.py +0 -192
  597. bl_operators/sequencer.py +0 -1001
  598. bl_operators/spreadsheet.py +0 -202
  599. bl_operators/userpref.py +0 -4701
  600. bl_operators/uvcalc_follow_active.py +0 -212
  601. bl_operators/uvcalc_lightmap.py +0 -257
  602. bl_operators/uvcalc_transform.py +0 -501
  603. bl_operators/vertexpaint_dirt.py +0 -207
  604. bl_operators/view3d.py +0 -955
  605. bl_operators/wm.py +0 -8409
  606. bl_previews_utils/bl_previews_render.py +0 -60
  607. bl_rna_utils/data_path.py +0 -25
  608. bl_text_utils/external_editor.py +0 -12
  609. bl_ui/__init__.py +0 -706
  610. bl_ui/asset_shelf.py +0 -202
  611. bl_ui/generic_ui_list.py +0 -629
  612. bl_ui/node_add_menu.py +0 -260
  613. bl_ui/node_add_menu_compositor.py +0 -3739
  614. bl_ui/node_add_menu_geometry.py +0 -8520
  615. bl_ui/node_add_menu_shader.py +0 -2139
  616. bl_ui/node_add_menu_texture.py +0 -1868
  617. bl_ui/properties_animviz.py +0 -38
  618. bl_ui/properties_collection.py +0 -1051
  619. bl_ui/properties_constraint.py +0 -29694
  620. bl_ui/properties_data_armature.py +0 -2274
  621. bl_ui/properties_data_bone.py +0 -2087
  622. bl_ui/properties_data_camera.py +0 -3004
  623. bl_ui/properties_data_curve.py +0 -3164
  624. bl_ui/properties_data_curves.py +0 -1247
  625. bl_ui/properties_data_empty.py +0 -426
  626. bl_ui/properties_data_gpencil.py +0 -3758
  627. bl_ui/properties_data_grease_pencil.py +0 -632
  628. bl_ui/properties_data_lattice.py +0 -637
  629. bl_ui/properties_data_light.py +0 -2111
  630. bl_ui/properties_data_lightprobe.py +0 -1264
  631. bl_ui/properties_data_mesh.py +0 -4052
  632. bl_ui/properties_data_metaball.py +0 -1047
  633. bl_ui/properties_data_modifier.py +0 -1741
  634. bl_ui/properties_data_pointcloud.py +0 -1045
  635. bl_ui/properties_data_shaderfx.py +0 -214
  636. bl_ui/properties_data_speaker.py +0 -1056
  637. bl_ui/properties_data_volume.py +0 -1652
  638. bl_ui/properties_freestyle.py +0 -5309
  639. bl_ui/properties_grease_pencil_common.py +0 -2780
  640. bl_ui/properties_mask_common.py +0 -1554
  641. bl_ui/properties_material.py +0 -3117
  642. bl_ui/properties_material_gpencil.py +0 -2086
  643. bl_ui/properties_object.py +0 -2875
  644. bl_ui/properties_output.py +0 -3799
  645. bl_ui/properties_paint_common.py +0 -814
  646. bl_ui/properties_particle.py +0 -10938
  647. bl_ui/properties_physics_cloth.py +0 -2984
  648. bl_ui/properties_physics_common.py +0 -277
  649. bl_ui/properties_physics_dynamicpaint.py +0 -5431
  650. bl_ui/properties_physics_field.py +0 -2220
  651. bl_ui/properties_physics_fluid.py +0 -7296
  652. bl_ui/properties_physics_geometry_nodes.py +0 -214
  653. bl_ui/properties_physics_rigidbody.py +0 -1698
  654. bl_ui/properties_physics_rigidbody_constraint.py +0 -2734
  655. bl_ui/properties_physics_softbody.py +0 -3198
  656. bl_ui/properties_render.py +0 -12664
  657. bl_ui/properties_scene.py +0 -2872
  658. bl_ui/properties_texture.py +0 -5470
  659. bl_ui/properties_view_layer.py +0 -3493
  660. bl_ui/properties_workspace.py +0 -630
  661. bl_ui/properties_world.py +0 -1478
  662. bl_ui/space_clip.py +0 -14313
  663. bl_ui/space_console.py +0 -1221
  664. bl_ui/space_dopesheet.py +0 -5388
  665. bl_ui/space_filebrowser.py +0 -5996
  666. bl_ui/space_graph.py +0 -4053
  667. bl_ui/space_image.py +0 -14801
  668. bl_ui/space_info.py +0 -1216
  669. bl_ui/space_nla.py +0 -3460
  670. bl_ui/space_node.py +0 -6519
  671. bl_ui/space_outliner.py +0 -2864
  672. bl_ui/space_properties.py +0 -575
  673. bl_ui/space_sequencer.py +0 -15360
  674. bl_ui/space_spreadsheet.py +0 -226
  675. bl_ui/space_statusbar.py +0 -190
  676. bl_ui/space_text.py +0 -3223
  677. bl_ui/space_time.py +0 -1472
  678. bl_ui/space_toolsystem_common.py +0 -435
  679. bl_ui/space_toolsystem_toolbar.py +0 -1671
  680. bl_ui/space_topbar.py +0 -5296
  681. bl_ui/space_userpref.py +0 -17826
  682. bl_ui/space_view3d.py +0 -51846
  683. bl_ui/space_view3d_toolbar.py +0 -18993
  684. bl_ui/utils.py +0 -40
  685. bl_ui_utils/__init__.py +0 -6
  686. bl_ui_utils/bug_report_url.py +0 -12
  687. bl_ui_utils/layout.py +0 -12
  688. blend_render_info/__init__.py +0 -24
  689. blf/__init__.py +0 -231
  690. bmesh/__init__.py +0 -51
  691. bmesh/geometry.py +0 -23
  692. bmesh/ops.py +0 -1935
  693. bmesh/types.py +0 -1399
  694. bmesh/utils.py +0 -207
  695. bpy/__init__.py +0 -18
  696. bpy/app/__init__.py +0 -247
  697. bpy/app/handlers.py +0 -160
  698. bpy/app/icons.py +0 -42
  699. bpy/app/timers.py +0 -42
  700. bpy/app/translations.py +0 -107
  701. bpy/msgbus.py +0 -40
  702. bpy/ops/__init__.py +0 -81
  703. bpy/ops/action.py +0 -723
  704. bpy/ops/anim.py +0 -978
  705. bpy/ops/armature.py +0 -858
  706. bpy/ops/asset.py +0 -339
  707. bpy/ops/boid.py +0 -127
  708. bpy/ops/brush.py +0 -171
  709. bpy/ops/buttons.py +0 -255
  710. bpy/ops/cachefile.py +0 -241
  711. bpy/ops/camera.py +0 -60
  712. bpy/ops/clip.py +0 -1782
  713. bpy/ops/cloth.py +0 -31
  714. bpy/ops/collection.py +0 -95
  715. bpy/ops/console.py +0 -370
  716. bpy/ops/constraint.py +0 -391
  717. bpy/ops/curve.py +0 -1052
  718. bpy/ops/curves.py +0 -259
  719. bpy/ops/cycles.py +0 -67
  720. bpy/ops/dpaint.py +0 -87
  721. bpy/ops/ed.py +0 -276
  722. bpy/ops/export_anim.py +0 -45
  723. bpy/ops/export_mesh.py +0 -62
  724. bpy/ops/export_scene.py +0 -577
  725. bpy/ops/file.py +0 -787
  726. bpy/ops/fluid.py +0 -224
  727. bpy/ops/font.py +0 -537
  728. bpy/ops/geometry.py +0 -219
  729. bpy/ops/gizmogroup.py +0 -52
  730. bpy/ops/gpencil.py +0 -3247
  731. bpy/ops/graph.py +0 -1392
  732. bpy/ops/grease_pencil.py +0 -724
  733. bpy/ops/image.py +0 -1261
  734. bpy/ops/import_anim.py +0 -58
  735. bpy/ops/import_curve.py +0 -26
  736. bpy/ops/import_mesh.py +0 -50
  737. bpy/ops/import_scene.py +0 -191
  738. bpy/ops/info.py +0 -140
  739. bpy/ops/lattice.py +0 -153
  740. bpy/ops/marker.py +0 -238
  741. bpy/ops/mask.py +0 -747
  742. bpy/ops/material.py +0 -47
  743. bpy/ops/mball.py +0 -168
  744. bpy/ops/mesh.py +0 -4168
  745. bpy/ops/nla.py +0 -756
  746. bpy/ops/node.py +0 -1894
  747. bpy/ops/object.py +0 -5343
  748. bpy/ops/outliner.py +0 -1172
  749. bpy/ops/paint.py +0 -1067
  750. bpy/ops/paintcurve.py +0 -148
  751. bpy/ops/palette.py +0 -123
  752. bpy/ops/particle.py +0 -635
  753. bpy/ops/pose.py +0 -763
  754. bpy/ops/poselib.py +0 -173
  755. bpy/ops/preferences.py +0 -849
  756. bpy/ops/ptcache.py +0 -114
  757. bpy/ops/render.py +0 -262
  758. bpy/ops/rigidbody.py +0 -244
  759. bpy/ops/scene.py +0 -675
  760. bpy/ops/screen.py +0 -846
  761. bpy/ops/script.py +0 -60
  762. bpy/ops/sculpt.py +0 -862
  763. bpy/ops/sculpt_curves.py +0 -94
  764. bpy/ops/sequencer.py +0 -2165
  765. bpy/ops/sound.py +0 -395
  766. bpy/ops/spreadsheet.py +0 -76
  767. bpy/ops/surface.py +0 -215
  768. bpy/ops/text.py +0 -863
  769. bpy/ops/text_editor.py +0 -31
  770. bpy/ops/texture.py +0 -68
  771. bpy/ops/transform.py +0 -1545
  772. bpy/ops/ui.py +0 -536
  773. bpy/ops/uilist.py +0 -74
  774. bpy/ops/uv.py +0 -1251
  775. bpy/ops/view2d.py +0 -329
  776. bpy/ops/view3d.py +0 -1392
  777. bpy/ops/wm.py +0 -4821
  778. bpy/ops/workspace.py +0 -115
  779. bpy/ops/world.py +0 -19
  780. bpy/path.py +0 -194
  781. bpy/props.py +0 -509
  782. bpy/types.py +0 -131806
  783. bpy/utils/__init__.py +0 -429
  784. bpy/utils/previews.py +0 -73
  785. bpy/utils/units.py +0 -61
  786. bpy_extras/__init__.py +0 -18
  787. bpy_extras/anim_utils.py +0 -108
  788. bpy_extras/asset_utils.py +0 -39
  789. bpy_extras/bmesh_utils.py +0 -20
  790. bpy_extras/extensions/junction_module.py +0 -48
  791. bpy_extras/id_map_utils.py +0 -28
  792. bpy_extras/image_utils.py +0 -42
  793. bpy_extras/io_utils.py +0 -165
  794. bpy_extras/keyconfig_utils.py +0 -28
  795. bpy_extras/mesh_utils.py +0 -91
  796. bpy_extras/node_shader_utils.py +0 -562
  797. bpy_extras/node_utils.py +0 -28
  798. bpy_extras/object_utils.py +0 -87
  799. bpy_extras/view3d_utils.py +0 -90
  800. bpy_extras/wm_utils/progress_report.py +0 -98
  801. bpy_restrict_state/__init__.py +0 -24
  802. bpy_types/__init__.py +0 -5189
  803. console_python/__init__.py +0 -71
  804. console_shell/__init__.py +0 -44
  805. fake_bpy_module-20231205.dist-info/METADATA +0 -175
  806. fake_bpy_module-20231205.dist-info/RECORD +0 -356
  807. freestyle/chainingiterators.py +0 -306
  808. freestyle/functions.py +0 -1270
  809. freestyle/predicates.py +0 -535
  810. freestyle/shaders.py +0 -872
  811. freestyle/types.py +0 -2409
  812. freestyle/utils/ContextFunctions.py +0 -127
  813. freestyle/utils/__init__.py +0 -246
  814. gpu/capabilities.py +0 -186
  815. gpu/matrix.py +0 -162
  816. gpu/platform.py +0 -54
  817. gpu/select.py +0 -15
  818. gpu/shader.py +0 -38
  819. gpu/state.py +0 -214
  820. gpu/texture.py +0 -18
  821. gpu/types.py +0 -698
  822. gpu_extras/batch.py +0 -25
  823. gpu_extras/presets.py +0 -43
  824. graphviz_export/__init__.py +0 -21
  825. idprop/types.py +0 -98
  826. imbuf/__init__.py +0 -44
  827. imbuf/types.py +0 -70
  828. keyingsets_builtins/__init__.py +0 -4028
  829. keyingsets_utils/__init__.py +0 -116
  830. mathutils/__init__.py +0 -2917
  831. mathutils/bvhtree.py +0 -124
  832. mathutils/geometry.py +0 -526
  833. mathutils/interpolate.py +0 -16
  834. mathutils/kdtree.py +0 -77
  835. mathutils/noise.py +0 -342
  836. nodeitems_builtins/__init__.py +0 -69
  837. nodeitems_utils/__init__.py +0 -86
  838. rna_info/__init__.py +0 -343
  839. rna_keymap_ui/__init__.py +0 -52
  840. rna_prop_ui/__init__.py +0 -109
  841. rna_xml/__init__.py +0 -53
  842. sys_info/__init__.py +0 -12
  843. /bl_console_utils/{__init__.py → __init__.pyi} +0 -0
  844. /bl_operators/bmesh/{__init__.py → __init__.pyi} +0 -0
  845. /bl_previews_utils/{__init__.py → __init__.pyi} +0 -0
  846. /bl_rna_utils/{__init__.py → __init__.pyi} +0 -0
  847. /bl_text_utils/{__init__.py → __init__.pyi} +0 -0
  848. /bpy_extras/extensions/{__init__.py → __init__.pyi} +0 -0
  849. /bpy_extras/wm_utils/{__init__.py → __init__.pyi} +0 -0
  850. {fake_bpy_module-20231205.dist-info → fake_bpy_module-20231207.dist-info}/WHEEL +0 -0
  851. {fake_bpy_module-20231205.dist-info → fake_bpy_module-20231207.dist-info}/top_level.txt +0 -0
  852. /freestyle/{__init__.py → __init__.pyi} +0 -0
  853. /gpu/{__init__.py → __init__.pyi} +0 -0
  854. /gpu_extras/{__init__.py → __init__.pyi} +0 -0
  855. /idprop/{__init__.py → __init__.pyi} +0 -0
@@ -0,0 +1,3247 @@
1
+ import sys
2
+ import typing
3
+ import bpy.types
4
+ import bpy.ops.transform
5
+
6
+ GenericType = typing.TypeVar("GenericType")
7
+
8
+
9
+ def active_frame_delete(
10
+ override_context: typing.Optional[
11
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
12
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
13
+ undo: typing.Optional[bool] = None):
14
+ ''' Delete the active frame for the active Grease Pencil Layer
15
+
16
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
17
+ :type execution_context: typing.Optional[typing.Union[str, int]]
18
+ :type undo: typing.Optional[bool]
19
+ '''
20
+
21
+ ...
22
+
23
+
24
+ def active_frames_delete_all(
25
+ override_context: typing.Optional[
26
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
27
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
28
+ undo: typing.Optional[bool] = None):
29
+ ''' Delete the active frame(s) of all editable Grease Pencil layers
30
+
31
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
32
+ :type execution_context: typing.Optional[typing.Union[str, int]]
33
+ :type undo: typing.Optional[bool]
34
+ '''
35
+
36
+ ...
37
+
38
+
39
+ def annotate(override_context: typing.Optional[
40
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
41
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
42
+ undo: typing.Optional[bool] = None,
43
+ *,
44
+ mode: typing.Optional[typing.Any] = 'DRAW',
45
+ arrowstyle_start: typing.Optional[typing.Any] = 'NONE',
46
+ arrowstyle_end: typing.Optional[typing.Any] = 'NONE',
47
+ use_stabilizer: typing.Optional[typing.Union[bool, typing.
48
+ Any]] = False,
49
+ stabilizer_factor: typing.Optional[typing.Any] = 0.75,
50
+ stabilizer_radius: typing.Optional[typing.Any] = 35,
51
+ stroke: typing.Optional[bpy.types.bpy_prop_collection[
52
+ 'bpy.types.OperatorStrokeElement']] = None,
53
+ wait_for_input: typing.Optional[typing.Union[bool, typing.
54
+ Any]] = True):
55
+ ''' Make annotations on the active data
56
+
57
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
58
+ :type execution_context: typing.Optional[typing.Union[str, int]]
59
+ :type undo: typing.Optional[bool]
60
+ :param mode: Mode, Way to interpret mouse movements * ``DRAW`` Draw Freehand -- Draw freehand stroke(s). * ``DRAW_STRAIGHT`` Draw Straight Lines -- Draw straight line segment(s). * ``DRAW_POLY`` Draw Poly Line -- Click to place endpoints of straight line segments (connected). * ``ERASER`` Eraser -- Erase Annotation strokes.
61
+ :type mode: typing.Optional[typing.Any]
62
+ :param arrowstyle_start: Start Arrow Style, Stroke start style * ``NONE`` None -- Don't use any arrow/style in corner. * ``ARROW`` Arrow -- Use closed arrow style. * ``ARROW_OPEN`` Open Arrow -- Use open arrow style. * ``ARROW_OPEN_INVERTED`` Segment -- Use perpendicular segment style. * ``DIAMOND`` Square -- Use square style.
63
+ :type arrowstyle_start: typing.Optional[typing.Any]
64
+ :param arrowstyle_end: End Arrow Style, Stroke end style * ``NONE`` None -- Don't use any arrow/style in corner. * ``ARROW`` Arrow -- Use closed arrow style. * ``ARROW_OPEN`` Open Arrow -- Use open arrow style. * ``ARROW_OPEN_INVERTED`` Segment -- Use perpendicular segment style. * ``DIAMOND`` Square -- Use square style.
65
+ :type arrowstyle_end: typing.Optional[typing.Any]
66
+ :param use_stabilizer: Stabilize Stroke, Helper to draw smooth and clean lines. Press Shift for an invert effect (even if this option is not active)
67
+ :type use_stabilizer: typing.Optional[typing.Union[bool, typing.Any]]
68
+ :param stabilizer_factor: Stabilizer Stroke Factor, Higher values gives a smoother stroke
69
+ :type stabilizer_factor: typing.Optional[typing.Any]
70
+ :param stabilizer_radius: Stabilizer Stroke Radius, Minimum distance from last point before stroke continues
71
+ :type stabilizer_radius: typing.Optional[typing.Any]
72
+ :param stroke: Stroke
73
+ :type stroke: typing.Optional[bpy.types.bpy_prop_collection['bpy.types.OperatorStrokeElement']]
74
+ :param wait_for_input: Wait for Input, Wait for first click instead of painting immediately
75
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
76
+ '''
77
+
78
+ ...
79
+
80
+
81
+ def annotation_active_frame_delete(
82
+ override_context: typing.Optional[
83
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
84
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
85
+ undo: typing.Optional[bool] = None):
86
+ ''' Delete the active frame for the active Annotation Layer
87
+
88
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
89
+ :type execution_context: typing.Optional[typing.Union[str, int]]
90
+ :type undo: typing.Optional[bool]
91
+ '''
92
+
93
+ ...
94
+
95
+
96
+ def annotation_add(
97
+ override_context: typing.Optional[
98
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
99
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
100
+ undo: typing.Optional[bool] = None):
101
+ ''' Add new Annotation data-block
102
+
103
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
104
+ :type execution_context: typing.Optional[typing.Union[str, int]]
105
+ :type undo: typing.Optional[bool]
106
+ '''
107
+
108
+ ...
109
+
110
+
111
+ def bake_grease_pencil_animation(
112
+ override_context: typing.Optional[
113
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
114
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
115
+ undo: typing.Optional[bool] = None,
116
+ *,
117
+ frame_start: typing.Optional[typing.Any] = 1,
118
+ frame_end: typing.Optional[typing.Any] = 250,
119
+ step: typing.Optional[typing.Any] = 1,
120
+ only_selected: typing.Optional[typing.Union[bool, typing.Any]] = False,
121
+ frame_target: typing.Optional[typing.Any] = 1,
122
+ project_type: typing.Optional[typing.Any] = 'KEEP'):
123
+ ''' Bake grease pencil object transform to grease pencil keyframes
124
+
125
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
126
+ :type execution_context: typing.Optional[typing.Union[str, int]]
127
+ :type undo: typing.Optional[bool]
128
+ :param frame_start: Start Frame, The start frame
129
+ :type frame_start: typing.Optional[typing.Any]
130
+ :param frame_end: End Frame, The end frame of animation
131
+ :type frame_end: typing.Optional[typing.Any]
132
+ :param step: Step, Step between generated frames
133
+ :type step: typing.Optional[typing.Any]
134
+ :param only_selected: Only Selected Keyframes, Convert only selected keyframes
135
+ :type only_selected: typing.Optional[typing.Union[bool, typing.Any]]
136
+ :param frame_target: Target Frame, Destination frame
137
+ :type frame_target: typing.Optional[typing.Any]
138
+ :param project_type: Projection Type * ``KEEP`` No Reproject. * ``FRONT`` Front -- Reproject the strokes using the X-Z plane. * ``SIDE`` Side -- Reproject the strokes using the Y-Z plane. * ``TOP`` Top -- Reproject the strokes using the X-Y plane. * ``VIEW`` View -- Reproject the strokes to end up on the same plane, as if drawn from the current viewpoint using 'Cursor' Stroke Placement. * ``CURSOR`` Cursor -- Reproject the strokes using the orientation of 3D cursor.
139
+ :type project_type: typing.Optional[typing.Any]
140
+ '''
141
+
142
+ ...
143
+
144
+
145
+ def bake_mesh_animation(
146
+ override_context: typing.Optional[
147
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
148
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
149
+ undo: typing.Optional[bool] = None,
150
+ *,
151
+ target: typing.Optional[typing.Any] = 'NEW',
152
+ frame_start: typing.Optional[typing.Any] = 1,
153
+ frame_end: typing.Optional[typing.Any] = 250,
154
+ step: typing.Optional[typing.Any] = 1,
155
+ thickness: typing.Optional[typing.Any] = 1,
156
+ angle: typing.Optional[typing.Any] = 1.22173,
157
+ offset: typing.Optional[typing.Any] = 0.001,
158
+ seams: typing.Optional[typing.Union[bool, typing.Any]] = False,
159
+ faces: typing.Optional[typing.Union[bool, typing.Any]] = True,
160
+ only_selected: typing.Optional[typing.Union[bool, typing.Any]] = False,
161
+ frame_target: typing.Optional[typing.Any] = 1,
162
+ project_type: typing.Optional[typing.Any] = 'VIEW'):
163
+ ''' Bake mesh animation to grease pencil strokes
164
+
165
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
166
+ :type execution_context: typing.Optional[typing.Union[str, int]]
167
+ :type undo: typing.Optional[bool]
168
+ :param target: Target Object, Target grease pencil
169
+ :type target: typing.Optional[typing.Any]
170
+ :param frame_start: Start Frame, The start frame
171
+ :type frame_start: typing.Optional[typing.Any]
172
+ :param frame_end: End Frame, The end frame of animation
173
+ :type frame_end: typing.Optional[typing.Any]
174
+ :param step: Step, Step between generated frames
175
+ :type step: typing.Optional[typing.Any]
176
+ :param thickness: Thickness
177
+ :type thickness: typing.Optional[typing.Any]
178
+ :param angle: Threshold Angle, Threshold to determine ends of the strokes
179
+ :type angle: typing.Optional[typing.Any]
180
+ :param offset: Stroke Offset, Offset strokes from fill
181
+ :type offset: typing.Optional[typing.Any]
182
+ :param seams: Only Seam Edges, Convert only seam edges
183
+ :type seams: typing.Optional[typing.Union[bool, typing.Any]]
184
+ :param faces: Export Faces, Export faces as filled strokes
185
+ :type faces: typing.Optional[typing.Union[bool, typing.Any]]
186
+ :param only_selected: Only Selected Keyframes, Convert only selected keyframes
187
+ :type only_selected: typing.Optional[typing.Union[bool, typing.Any]]
188
+ :param frame_target: Target Frame, Destination frame
189
+ :type frame_target: typing.Optional[typing.Any]
190
+ :param project_type: Projection Type * ``KEEP`` No Reproject. * ``FRONT`` Front -- Reproject the strokes using the X-Z plane. * ``SIDE`` Side -- Reproject the strokes using the Y-Z plane. * ``TOP`` Top -- Reproject the strokes using the X-Y plane. * ``VIEW`` View -- Reproject the strokes to end up on the same plane, as if drawn from the current viewpoint using 'Cursor' Stroke Placement. * ``CURSOR`` Cursor -- Reproject the strokes using the orientation of 3D cursor.
191
+ :type project_type: typing.Optional[typing.Any]
192
+ '''
193
+
194
+ ...
195
+
196
+
197
+ def blank_frame_add(
198
+ override_context: typing.Optional[
199
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
200
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
201
+ undo: typing.Optional[bool] = None,
202
+ *,
203
+ all_layers: typing.Optional[typing.Union[bool, typing.Any]] = False):
204
+ ''' Insert a blank frame on the current frame (all subsequently existing frames, if any, are shifted right by one frame)
205
+
206
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
207
+ :type execution_context: typing.Optional[typing.Union[str, int]]
208
+ :type undo: typing.Optional[bool]
209
+ :param all_layers: All Layers, Create blank frame in all layers, not only active
210
+ :type all_layers: typing.Optional[typing.Union[bool, typing.Any]]
211
+ '''
212
+
213
+ ...
214
+
215
+
216
+ def brush_reset(
217
+ override_context: typing.Optional[
218
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
219
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
220
+ undo: typing.Optional[bool] = None):
221
+ ''' Reset brush to default parameters
222
+
223
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
224
+ :type execution_context: typing.Optional[typing.Union[str, int]]
225
+ :type undo: typing.Optional[bool]
226
+ '''
227
+
228
+ ...
229
+
230
+
231
+ def brush_reset_all(
232
+ override_context: typing.Optional[
233
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
234
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
235
+ undo: typing.Optional[bool] = None):
236
+ ''' Delete all mode brushes and recreate a default set
237
+
238
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
239
+ :type execution_context: typing.Optional[typing.Union[str, int]]
240
+ :type undo: typing.Optional[bool]
241
+ '''
242
+
243
+ ...
244
+
245
+
246
+ def convert(
247
+ override_context: typing.Optional[
248
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
249
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
250
+ undo: typing.Optional[bool] = None,
251
+ *,
252
+ type: typing.Optional[typing.Any] = 'PATH',
253
+ bevel_depth: typing.Optional[typing.Any] = 0.0,
254
+ bevel_resolution: typing.Optional[typing.Any] = 0,
255
+ use_normalize_weights: typing.Optional[typing.Union[bool, typing.
256
+ Any]] = True,
257
+ radius_multiplier: typing.Optional[typing.Any] = 1.0,
258
+ use_link_strokes: typing.Optional[typing.Union[bool, typing.
259
+ Any]] = False,
260
+ timing_mode: typing.Optional[typing.Any] = 'FULL',
261
+ frame_range: typing.Optional[typing.Any] = 100,
262
+ start_frame: typing.Optional[typing.Any] = 1,
263
+ use_realtime: typing.Optional[typing.Union[bool, typing.Any]] = False,
264
+ end_frame: typing.Optional[typing.Any] = 250,
265
+ gap_duration: typing.Optional[typing.Any] = 0.0,
266
+ gap_randomness: typing.Optional[typing.Any] = 0.0,
267
+ seed: typing.Optional[typing.Any] = 0,
268
+ use_timing_data: typing.Optional[typing.Union[bool, typing.
269
+ Any]] = False):
270
+ ''' Convert the active Grease Pencil layer to a new Curve Object
271
+
272
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
273
+ :type execution_context: typing.Optional[typing.Union[str, int]]
274
+ :type undo: typing.Optional[bool]
275
+ :param type: Type, Which type of curve to convert to * ``PATH`` Path -- Animation path. * ``CURVE`` Bezier Curve -- Smooth Bezier curve. * ``POLY`` Polygon Curve -- Bezier curve with straight-line segments (vector handles).
276
+ :type type: typing.Optional[typing.Any]
277
+ :param bevel_depth: Bevel Depth
278
+ :type bevel_depth: typing.Optional[typing.Any]
279
+ :param bevel_resolution: Bevel Resolution, Bevel resolution when depth is non-zero
280
+ :type bevel_resolution: typing.Optional[typing.Any]
281
+ :param use_normalize_weights: Normalize Weight, Normalize weight (set from stroke width)
282
+ :type use_normalize_weights: typing.Optional[typing.Union[bool, typing.Any]]
283
+ :param radius_multiplier: Radius Factor, Multiplier for the points' radii (set from stroke width)
284
+ :type radius_multiplier: typing.Optional[typing.Any]
285
+ :param use_link_strokes: Link Strokes, Whether to link strokes with zero-radius sections of curves
286
+ :type use_link_strokes: typing.Optional[typing.Union[bool, typing.Any]]
287
+ :param timing_mode: Timing Mode, How to use timing data stored in strokes * ``NONE`` No Timing -- Ignore timing. * ``LINEAR`` Linear -- Simple linear timing. * ``FULL`` Original -- Use the original timing, gaps included. * ``CUSTOMGAP`` Custom Gaps -- Use the original timing, but with custom gap lengths (in frames).
288
+ :type timing_mode: typing.Optional[typing.Any]
289
+ :param frame_range: Frame Range, The duration of evaluation of the path control curve
290
+ :type frame_range: typing.Optional[typing.Any]
291
+ :param start_frame: Start Frame, The start frame of the path control curve
292
+ :type start_frame: typing.Optional[typing.Any]
293
+ :param use_realtime: Realtime, Whether the path control curve reproduces the drawing in realtime, starting from Start Frame
294
+ :type use_realtime: typing.Optional[typing.Union[bool, typing.Any]]
295
+ :param end_frame: End Frame, The end frame of the path control curve (if Realtime is not set)
296
+ :type end_frame: typing.Optional[typing.Any]
297
+ :param gap_duration: Realtime value, will be scaled if Realtime is not set)
298
+ :type gap_duration: typing.Optional[typing.Any]
299
+ :param gap_randomness: Number of frames that gap lengths can vary
300
+ :type gap_randomness: typing.Optional[typing.Any]
301
+ :param seed: Random generator seed
302
+ :type seed: typing.Optional[typing.Any]
303
+ :param use_timing_data: Has Valid Timing, Whether the converted Grease Pencil layer has valid timing data (internal use)
304
+ :type use_timing_data: typing.Optional[typing.Union[bool, typing.Any]]
305
+ '''
306
+
307
+ ...
308
+
309
+
310
+ def convert_old_files(
311
+ override_context: typing.Optional[
312
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
313
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
314
+ undo: typing.Optional[bool] = None,
315
+ *,
316
+ annotation: typing.Optional[typing.Union[bool, typing.Any]] = False):
317
+ ''' Convert 2.7x grease pencil files to 2.80
318
+
319
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
320
+ :type execution_context: typing.Optional[typing.Union[str, int]]
321
+ :type undo: typing.Optional[bool]
322
+ :param annotation: Annotation, Convert to Annotations
323
+ :type annotation: typing.Optional[typing.Union[bool, typing.Any]]
324
+ '''
325
+
326
+ ...
327
+
328
+
329
+ def copy(override_context: typing.Optional[
330
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
331
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
332
+ undo: typing.Optional[bool] = None):
333
+ ''' Copy selected Grease Pencil points and strokes
334
+
335
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
336
+ :type execution_context: typing.Optional[typing.Union[str, int]]
337
+ :type undo: typing.Optional[bool]
338
+ '''
339
+
340
+ ...
341
+
342
+
343
+ def data_unlink(
344
+ override_context: typing.Optional[
345
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
346
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
347
+ undo: typing.Optional[bool] = None):
348
+ ''' Unlink active Annotation data-block
349
+
350
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
351
+ :type execution_context: typing.Optional[typing.Union[str, int]]
352
+ :type undo: typing.Optional[bool]
353
+ '''
354
+
355
+ ...
356
+
357
+
358
+ def delete(override_context: typing.Optional[
359
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
360
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
361
+ undo: typing.Optional[bool] = None,
362
+ *,
363
+ type: typing.Optional[typing.Any] = 'POINTS'):
364
+ ''' Delete selected Grease Pencil strokes, vertices, or frames
365
+
366
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
367
+ :type execution_context: typing.Optional[typing.Union[str, int]]
368
+ :type undo: typing.Optional[bool]
369
+ :param type: Type, Method used for deleting Grease Pencil data * ``POINTS`` Points -- Delete selected points and split strokes into segments. * ``STROKES`` Strokes -- Delete selected strokes. * ``FRAME`` Frame -- Delete active frame.
370
+ :type type: typing.Optional[typing.Any]
371
+ '''
372
+
373
+ ...
374
+
375
+
376
+ def dissolve(override_context: typing.Optional[
377
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
378
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
379
+ undo: typing.Optional[bool] = None,
380
+ *,
381
+ type: typing.Optional[typing.Any] = 'POINTS'):
382
+ ''' Delete selected points without splitting strokes
383
+
384
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
385
+ :type execution_context: typing.Optional[typing.Union[str, int]]
386
+ :type undo: typing.Optional[bool]
387
+ :param type: Type, Method used for dissolving stroke points * ``POINTS`` Dissolve -- Dissolve selected points. * ``BETWEEN`` Dissolve Between -- Dissolve points between selected points. * ``UNSELECT`` Dissolve Unselect -- Dissolve all unselected points.
388
+ :type type: typing.Optional[typing.Any]
389
+ '''
390
+
391
+ ...
392
+
393
+
394
+ def draw(
395
+ override_context: typing.Optional[
396
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
397
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
398
+ undo: typing.Optional[bool] = None,
399
+ *,
400
+ mode: typing.Optional[typing.Any] = 'DRAW',
401
+ stroke: typing.Optional[bpy.types.bpy_prop_collection[
402
+ 'bpy.types.OperatorStrokeElement']] = None,
403
+ wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
404
+ disable_straight: typing.Optional[typing.Union[bool, typing.
405
+ Any]] = False,
406
+ disable_fill: typing.Optional[typing.Union[bool, typing.Any]] = False,
407
+ disable_stabilizer: typing.Optional[typing.Union[bool, typing.
408
+ Any]] = False,
409
+ guide_last_angle: typing.Optional[typing.Any] = 0.0):
410
+ ''' Draw a new stroke in the active Grease Pencil object
411
+
412
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
413
+ :type execution_context: typing.Optional[typing.Union[str, int]]
414
+ :type undo: typing.Optional[bool]
415
+ :param mode: Mode, Way to interpret mouse movements * ``DRAW`` Draw Freehand -- Draw freehand stroke(s). * ``DRAW_STRAIGHT`` Draw Straight Lines -- Draw straight line segment(s). * ``ERASER`` Eraser -- Erase Grease Pencil strokes.
416
+ :type mode: typing.Optional[typing.Any]
417
+ :param stroke: Stroke
418
+ :type stroke: typing.Optional[bpy.types.bpy_prop_collection['bpy.types.OperatorStrokeElement']]
419
+ :param wait_for_input: Wait for Input, Wait for first click instead of painting immediately
420
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
421
+ :param disable_straight: No Straight lines, Disable key for straight lines
422
+ :type disable_straight: typing.Optional[typing.Union[bool, typing.Any]]
423
+ :param disable_fill: No Fill Areas, Disable fill to use stroke as fill boundary
424
+ :type disable_fill: typing.Optional[typing.Union[bool, typing.Any]]
425
+ :param disable_stabilizer: No Stabilizer
426
+ :type disable_stabilizer: typing.Optional[typing.Union[bool, typing.Any]]
427
+ :param guide_last_angle: Angle, Speed guide angle
428
+ :type guide_last_angle: typing.Optional[typing.Any]
429
+ '''
430
+
431
+ ...
432
+
433
+
434
+ def duplicate(
435
+ override_context: typing.Optional[
436
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
437
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
438
+ undo: typing.Optional[bool] = None):
439
+ ''' Duplicate the selected Grease Pencil strokes
440
+
441
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
442
+ :type execution_context: typing.Optional[typing.Union[str, int]]
443
+ :type undo: typing.Optional[bool]
444
+ '''
445
+
446
+ ...
447
+
448
+
449
+ def duplicate_move(
450
+ override_context: typing.Optional[
451
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
452
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
453
+ undo: typing.Optional[bool] = None,
454
+ *,
455
+ GPENCIL_OT_duplicate: typing.Optional['duplicate'] = None,
456
+ TRANSFORM_OT_translate: typing.
457
+ Optional['bpy.ops.transform.translate'] = None):
458
+ ''' Make copies of the selected Grease Pencil strokes and move them
459
+
460
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
461
+ :type execution_context: typing.Optional[typing.Union[str, int]]
462
+ :type undo: typing.Optional[bool]
463
+ :param GPENCIL_OT_duplicate: Duplicate Strokes, Duplicate the selected Grease Pencil strokes
464
+ :type GPENCIL_OT_duplicate: typing.Optional['duplicate']
465
+ :param TRANSFORM_OT_translate: Move, Move selected items
466
+ :type TRANSFORM_OT_translate: typing.Optional['bpy.ops.transform.translate']
467
+ '''
468
+
469
+ ...
470
+
471
+
472
+ def editmode_toggle(
473
+ override_context: typing.Optional[
474
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
475
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
476
+ undo: typing.Optional[bool] = None,
477
+ *,
478
+ back: typing.Optional[typing.Union[bool, typing.Any]] = False):
479
+ ''' Enter/Exit edit mode for Grease Pencil strokes
480
+
481
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
482
+ :type execution_context: typing.Optional[typing.Union[str, int]]
483
+ :type undo: typing.Optional[bool]
484
+ :param back: Return to Previous Mode, Return to previous mode
485
+ :type back: typing.Optional[typing.Union[bool, typing.Any]]
486
+ '''
487
+
488
+ ...
489
+
490
+
491
+ def extract_palette_vertex(
492
+ override_context: typing.Optional[
493
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
494
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
495
+ undo: typing.Optional[bool] = None,
496
+ *,
497
+ selected: typing.Optional[typing.Union[bool, typing.Any]] = False,
498
+ threshold: typing.Optional[typing.Any] = 1):
499
+ ''' Extract all colors used in Grease Pencil Vertex and create a Palette
500
+
501
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
502
+ :type execution_context: typing.Optional[typing.Union[str, int]]
503
+ :type undo: typing.Optional[bool]
504
+ :param selected: Only Selected, Convert only selected strokes
505
+ :type selected: typing.Optional[typing.Union[bool, typing.Any]]
506
+ :param threshold: Threshold
507
+ :type threshold: typing.Optional[typing.Any]
508
+ '''
509
+
510
+ ...
511
+
512
+
513
+ def extrude(override_context: typing.Optional[
514
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
515
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
516
+ undo: typing.Optional[bool] = None):
517
+ ''' Extrude the selected Grease Pencil points
518
+
519
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
520
+ :type execution_context: typing.Optional[typing.Union[str, int]]
521
+ :type undo: typing.Optional[bool]
522
+ '''
523
+
524
+ ...
525
+
526
+
527
+ def extrude_move(
528
+ override_context: typing.Optional[
529
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
530
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
531
+ undo: typing.Optional[bool] = None,
532
+ *,
533
+ GPENCIL_OT_extrude: typing.Optional['extrude'] = None,
534
+ TRANSFORM_OT_translate: typing.
535
+ Optional['bpy.ops.transform.translate'] = None):
536
+ ''' Extrude selected points and move them
537
+
538
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
539
+ :type execution_context: typing.Optional[typing.Union[str, int]]
540
+ :type undo: typing.Optional[bool]
541
+ :param GPENCIL_OT_extrude: Extrude Stroke Points, Extrude the selected Grease Pencil points
542
+ :type GPENCIL_OT_extrude: typing.Optional['extrude']
543
+ :param TRANSFORM_OT_translate: Move, Move selected items
544
+ :type TRANSFORM_OT_translate: typing.Optional['bpy.ops.transform.translate']
545
+ '''
546
+
547
+ ...
548
+
549
+
550
+ def fill(override_context: typing.Optional[
551
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
552
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
553
+ undo: typing.Optional[bool] = None,
554
+ *,
555
+ on_back: typing.Optional[typing.Union[bool, typing.Any]] = False):
556
+ ''' Fill with color the shape formed by strokes
557
+
558
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
559
+ :type execution_context: typing.Optional[typing.Union[str, int]]
560
+ :type undo: typing.Optional[bool]
561
+ :param on_back: Draw on Back, Send new stroke to back
562
+ :type on_back: typing.Optional[typing.Union[bool, typing.Any]]
563
+ '''
564
+
565
+ ...
566
+
567
+
568
+ def frame_clean_duplicate(
569
+ override_context: typing.Optional[
570
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
571
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
572
+ undo: typing.Optional[bool] = None,
573
+ *,
574
+ type: typing.Optional[typing.Any] = 'ALL'):
575
+ ''' Remove duplicate keyframes
576
+
577
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
578
+ :type execution_context: typing.Optional[typing.Union[str, int]]
579
+ :type undo: typing.Optional[bool]
580
+ :param type: Type
581
+ :type type: typing.Optional[typing.Any]
582
+ '''
583
+
584
+ ...
585
+
586
+
587
+ def frame_clean_fill(
588
+ override_context: typing.Optional[
589
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
590
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
591
+ undo: typing.Optional[bool] = None,
592
+ *,
593
+ mode: typing.Optional[typing.Any] = 'ACTIVE'):
594
+ ''' Remove 'no fill' boundary strokes
595
+
596
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
597
+ :type execution_context: typing.Optional[typing.Union[str, int]]
598
+ :type undo: typing.Optional[bool]
599
+ :param mode: Mode * ``ACTIVE`` Active Frame Only -- Clean active frame only. * ``ALL`` All Frames -- Clean all frames in all layers.
600
+ :type mode: typing.Optional[typing.Any]
601
+ '''
602
+
603
+ ...
604
+
605
+
606
+ def frame_clean_loose(
607
+ override_context: typing.Optional[
608
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
609
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
610
+ undo: typing.Optional[bool] = None,
611
+ *,
612
+ limit: typing.Optional[typing.Any] = 1):
613
+ ''' Remove loose points
614
+
615
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
616
+ :type execution_context: typing.Optional[typing.Union[str, int]]
617
+ :type undo: typing.Optional[bool]
618
+ :param limit: Limit, Number of points to consider stroke as loose
619
+ :type limit: typing.Optional[typing.Any]
620
+ '''
621
+
622
+ ...
623
+
624
+
625
+ def frame_duplicate(
626
+ override_context: typing.Optional[
627
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
628
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
629
+ undo: typing.Optional[bool] = None,
630
+ *,
631
+ mode: typing.Optional[typing.Any] = 'ACTIVE'):
632
+ ''' Make a copy of the active Grease Pencil Frame
633
+
634
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
635
+ :type execution_context: typing.Optional[typing.Union[str, int]]
636
+ :type undo: typing.Optional[bool]
637
+ :param mode: Mode * ``ACTIVE`` Active -- Duplicate frame in active layer only. * ``ALL`` All -- Duplicate active frames in all layers.
638
+ :type mode: typing.Optional[typing.Any]
639
+ '''
640
+
641
+ ...
642
+
643
+
644
+ def generate_weights(
645
+ override_context: typing.Optional[
646
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
647
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
648
+ undo: typing.Optional[bool] = None,
649
+ *,
650
+ mode: typing.Optional[typing.Any] = 'NAME',
651
+ armature: typing.Optional[typing.Union[str, int, typing.
652
+ Any]] = 'DEFAULT',
653
+ ratio: typing.Optional[typing.Any] = 0.1,
654
+ decay: typing.Optional[typing.Any] = 0.8):
655
+ ''' Generate automatic weights for armatures (requires armature modifier)
656
+
657
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
658
+ :type execution_context: typing.Optional[typing.Union[str, int]]
659
+ :type undo: typing.Optional[bool]
660
+ :param mode: Mode
661
+ :type mode: typing.Optional[typing.Any]
662
+ :param armature: Armature, Armature to use
663
+ :type armature: typing.Optional[typing.Union[str, int, typing.Any]]
664
+ :param ratio: Ratio, Ratio between bone length and influence radius
665
+ :type ratio: typing.Optional[typing.Any]
666
+ :param decay: Decay, Factor to reduce influence depending of distance to bone axis
667
+ :type decay: typing.Optional[typing.Any]
668
+ '''
669
+
670
+ ...
671
+
672
+
673
+ def guide_rotate(
674
+ override_context: typing.Optional[
675
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
676
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
677
+ undo: typing.Optional[bool] = None,
678
+ *,
679
+ increment: typing.Optional[typing.Union[bool, typing.Any]] = True,
680
+ angle: typing.Optional[typing.Any] = 0.0):
681
+ ''' Rotate guide angle
682
+
683
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
684
+ :type execution_context: typing.Optional[typing.Union[str, int]]
685
+ :type undo: typing.Optional[bool]
686
+ :param increment: Increment, Increment angle
687
+ :type increment: typing.Optional[typing.Union[bool, typing.Any]]
688
+ :param angle: Angle, Guide angle
689
+ :type angle: typing.Optional[typing.Any]
690
+ '''
691
+
692
+ ...
693
+
694
+
695
+ def hide(override_context: typing.Optional[
696
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
697
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
698
+ undo: typing.Optional[bool] = None,
699
+ *,
700
+ unselected: typing.Optional[typing.Union[bool, typing.Any]] = False):
701
+ ''' Hide selected/unselected Grease Pencil layers
702
+
703
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
704
+ :type execution_context: typing.Optional[typing.Union[str, int]]
705
+ :type undo: typing.Optional[bool]
706
+ :param unselected: Unselected, Hide unselected rather than selected layers
707
+ :type unselected: typing.Optional[typing.Union[bool, typing.Any]]
708
+ '''
709
+
710
+ ...
711
+
712
+
713
+ def image_to_grease_pencil(
714
+ override_context: typing.Optional[
715
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
716
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
717
+ undo: typing.Optional[bool] = None,
718
+ *,
719
+ size: typing.Optional[typing.Any] = 0.005,
720
+ mask: typing.Optional[typing.Union[bool, typing.Any]] = False):
721
+ ''' Generate a Grease Pencil Object using Image as source
722
+
723
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
724
+ :type execution_context: typing.Optional[typing.Union[str, int]]
725
+ :type undo: typing.Optional[bool]
726
+ :param size: Point Size, Size used for grease pencil points
727
+ :type size: typing.Optional[typing.Any]
728
+ :param mask: Generate Mask, Create an inverted image for masking using alpha channel
729
+ :type mask: typing.Optional[typing.Union[bool, typing.Any]]
730
+ '''
731
+
732
+ ...
733
+
734
+
735
+ def interpolate(
736
+ override_context: typing.Optional[
737
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
738
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
739
+ undo: typing.Optional[bool] = None,
740
+ *,
741
+ shift: typing.Optional[typing.Any] = 0.0,
742
+ layers: typing.Optional[typing.Any] = 'ACTIVE',
743
+ interpolate_selected_only: typing.Optional[typing.Union[bool, typing.
744
+ Any]] = False,
745
+ exclude_breakdowns: typing.Optional[typing.Union[bool, typing.
746
+ Any]] = False,
747
+ flip: typing.Optional[typing.Any] = 'AUTO',
748
+ smooth_steps: typing.Optional[typing.Any] = 1,
749
+ smooth_factor: typing.Optional[typing.Any] = 0.0,
750
+ release_confirm: typing.Optional[typing.Union[bool, typing.
751
+ Any]] = False):
752
+ ''' Interpolate grease pencil strokes between frames
753
+
754
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
755
+ :type execution_context: typing.Optional[typing.Union[str, int]]
756
+ :type undo: typing.Optional[bool]
757
+ :param shift: Shift, Bias factor for which frame has more influence on the interpolated strokes
758
+ :type shift: typing.Optional[typing.Any]
759
+ :param layers: Layer, Layers included in the interpolation
760
+ :type layers: typing.Optional[typing.Any]
761
+ :param interpolate_selected_only: Only Selected, Interpolate only selected strokes
762
+ :type interpolate_selected_only: typing.Optional[typing.Union[bool, typing.Any]]
763
+ :param exclude_breakdowns: Exclude Breakdowns, Exclude existing Breakdowns keyframes as interpolation extremes
764
+ :type exclude_breakdowns: typing.Optional[typing.Union[bool, typing.Any]]
765
+ :param flip: Flip Mode, Invert destination stroke to match start and end with source stroke
766
+ :type flip: typing.Optional[typing.Any]
767
+ :param smooth_steps: Iterations, Number of times to smooth newly created strokes
768
+ :type smooth_steps: typing.Optional[typing.Any]
769
+ :param smooth_factor: Smooth, Amount of smoothing to apply to interpolated strokes, to reduce jitter/noise
770
+ :type smooth_factor: typing.Optional[typing.Any]
771
+ :param release_confirm: Confirm on Release
772
+ :type release_confirm: typing.Optional[typing.Union[bool, typing.Any]]
773
+ '''
774
+
775
+ ...
776
+
777
+
778
+ def interpolate_reverse(
779
+ override_context: typing.Optional[
780
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
781
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
782
+ undo: typing.Optional[bool] = None):
783
+ ''' Remove breakdown frames generated by interpolating between two Grease Pencil frames
784
+
785
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
786
+ :type execution_context: typing.Optional[typing.Union[str, int]]
787
+ :type undo: typing.Optional[bool]
788
+ '''
789
+
790
+ ...
791
+
792
+
793
+ def interpolate_sequence(
794
+ override_context: typing.Optional[
795
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
796
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
797
+ undo: typing.Optional[bool] = None,
798
+ *,
799
+ step: typing.Optional[typing.Any] = 1,
800
+ layers: typing.Optional[typing.Any] = 'ACTIVE',
801
+ interpolate_selected_only: typing.Optional[typing.Union[bool, typing.
802
+ Any]] = False,
803
+ exclude_breakdowns: typing.Optional[typing.Union[bool, typing.
804
+ Any]] = False,
805
+ flip: typing.Optional[typing.Any] = 'AUTO',
806
+ smooth_steps: typing.Optional[typing.Any] = 1,
807
+ smooth_factor: typing.Optional[typing.Any] = 0.0,
808
+ type: typing.Optional[typing.Any] = 'LINEAR',
809
+ easing: typing.Optional[typing.Any] = 'AUTO',
810
+ back: typing.Optional[typing.Any] = 1.702,
811
+ amplitude: typing.Optional[typing.Any] = 0.15,
812
+ period: typing.Optional[typing.Any] = 0.15):
813
+ ''' Generate 'in-betweens' to smoothly interpolate between Grease Pencil frames
814
+
815
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
816
+ :type execution_context: typing.Optional[typing.Union[str, int]]
817
+ :type undo: typing.Optional[bool]
818
+ :param step: Step, Number of frames between generated interpolated frames
819
+ :type step: typing.Optional[typing.Any]
820
+ :param layers: Layer, Layers included in the interpolation
821
+ :type layers: typing.Optional[typing.Any]
822
+ :param interpolate_selected_only: Only Selected, Interpolate only selected strokes
823
+ :type interpolate_selected_only: typing.Optional[typing.Union[bool, typing.Any]]
824
+ :param exclude_breakdowns: Exclude Breakdowns, Exclude existing Breakdowns keyframes as interpolation extremes
825
+ :type exclude_breakdowns: typing.Optional[typing.Union[bool, typing.Any]]
826
+ :param flip: Flip Mode, Invert destination stroke to match start and end with source stroke
827
+ :type flip: typing.Optional[typing.Any]
828
+ :param smooth_steps: Iterations, Number of times to smooth newly created strokes
829
+ :type smooth_steps: typing.Optional[typing.Any]
830
+ :param smooth_factor: Smooth, Amount of smoothing to apply to interpolated strokes, to reduce jitter/noise
831
+ :type smooth_factor: typing.Optional[typing.Any]
832
+ :param type: Type, Interpolation method to use the next time 'Interpolate Sequence' is run * ``LINEAR`` Linear -- Straight-line interpolation between A and B (i.e. no ease in/out). * ``CUSTOM`` Custom -- Custom interpolation defined using a curve map. * ``SINE`` Sinusoidal -- Sinusoidal easing (weakest, almost linear but with a slight curvature). * ``QUAD`` Quadratic -- Quadratic easing. * ``CUBIC`` Cubic -- Cubic easing. * ``QUART`` Quartic -- Quartic easing. * ``QUINT`` Quintic -- Quintic easing. * ``EXPO`` Exponential -- Exponential easing (dramatic). * ``CIRC`` Circular -- Circular easing (strongest and most dynamic). * ``BACK`` Back -- Cubic easing with overshoot and settle. * ``BOUNCE`` Bounce -- Exponentially decaying parabolic bounce, like when objects collide. * ``ELASTIC`` Elastic -- Exponentially decaying sine wave, like an elastic band.
833
+ :type type: typing.Optional[typing.Any]
834
+ :param easing: Easing, Which ends of the segment between the preceding and following grease pencil frames easing interpolation is applied to * ``AUTO`` Automatic Easing -- Easing type is chosen automatically based on what the type of interpolation used (e.g. 'Ease In' for transitional types, and 'Ease Out' for dynamic effects). * ``EASE_IN`` Ease In -- Only on the end closest to the next keyframe. * ``EASE_OUT`` Ease Out -- Only on the end closest to the first keyframe. * ``EASE_IN_OUT`` Ease In and Out -- Segment between both keyframes.
835
+ :type easing: typing.Optional[typing.Any]
836
+ :param back: Back, Amount of overshoot for 'back' easing
837
+ :type back: typing.Optional[typing.Any]
838
+ :param amplitude: Amplitude, Amount to boost elastic bounces for 'elastic' easing
839
+ :type amplitude: typing.Optional[typing.Any]
840
+ :param period: Period, Time between bounces for elastic easing
841
+ :type period: typing.Optional[typing.Any]
842
+ '''
843
+
844
+ ...
845
+
846
+
847
+ def layer_active(
848
+ override_context: typing.Optional[
849
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
850
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
851
+ undo: typing.Optional[bool] = None,
852
+ *,
853
+ layer: typing.Optional[typing.Any] = 0):
854
+ ''' Active Grease Pencil layer
855
+
856
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
857
+ :type execution_context: typing.Optional[typing.Union[str, int]]
858
+ :type undo: typing.Optional[bool]
859
+ :param layer: Grease Pencil Layer
860
+ :type layer: typing.Optional[typing.Any]
861
+ '''
862
+
863
+ ...
864
+
865
+
866
+ def layer_add(
867
+ override_context: typing.Optional[
868
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
869
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
870
+ undo: typing.Optional[bool] = None,
871
+ *,
872
+ layer: typing.Optional[typing.Any] = 0,
873
+ new_layer_name: typing.Union[str, typing.Any] = ""):
874
+ ''' Add new layer or note for the active data-block
875
+
876
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
877
+ :type execution_context: typing.Optional[typing.Union[str, int]]
878
+ :type undo: typing.Optional[bool]
879
+ :param layer: Grease Pencil Layer
880
+ :type layer: typing.Optional[typing.Any]
881
+ :param new_layer_name: Name, Name of the newly added layer
882
+ :type new_layer_name: typing.Union[str, typing.Any]
883
+ '''
884
+
885
+ ...
886
+
887
+
888
+ def layer_annotation_add(
889
+ override_context: typing.Optional[
890
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
891
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
892
+ undo: typing.Optional[bool] = None):
893
+ ''' Add new Annotation layer or note for the active data-block
894
+
895
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
896
+ :type execution_context: typing.Optional[typing.Union[str, int]]
897
+ :type undo: typing.Optional[bool]
898
+ '''
899
+
900
+ ...
901
+
902
+
903
+ def layer_annotation_move(
904
+ override_context: typing.Optional[
905
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
906
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
907
+ undo: typing.Optional[bool] = None,
908
+ *,
909
+ type: typing.Optional[typing.Any] = 'UP'):
910
+ ''' Move the active Annotation layer up/down in the list
911
+
912
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
913
+ :type execution_context: typing.Optional[typing.Union[str, int]]
914
+ :type undo: typing.Optional[bool]
915
+ :param type: Type
916
+ :type type: typing.Optional[typing.Any]
917
+ '''
918
+
919
+ ...
920
+
921
+
922
+ def layer_annotation_remove(
923
+ override_context: typing.Optional[
924
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
925
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
926
+ undo: typing.Optional[bool] = None):
927
+ ''' Remove active Annotation layer
928
+
929
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
930
+ :type execution_context: typing.Optional[typing.Union[str, int]]
931
+ :type undo: typing.Optional[bool]
932
+ '''
933
+
934
+ ...
935
+
936
+
937
+ def layer_change(
938
+ override_context: typing.Optional[
939
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
940
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
941
+ undo: typing.Optional[bool] = None,
942
+ *,
943
+ layer: typing.Optional[typing.Union[str, int, typing.
944
+ Any]] = 'DEFAULT'):
945
+ ''' Change active Grease Pencil layer
946
+
947
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
948
+ :type execution_context: typing.Optional[typing.Union[str, int]]
949
+ :type undo: typing.Optional[bool]
950
+ :param layer: Grease Pencil Layer
951
+ :type layer: typing.Optional[typing.Union[str, int, typing.Any]]
952
+ '''
953
+
954
+ ...
955
+
956
+
957
+ def layer_duplicate(
958
+ override_context: typing.Optional[
959
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
960
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
961
+ undo: typing.Optional[bool] = None,
962
+ *,
963
+ mode: typing.Optional[typing.Any] = 'ALL'):
964
+ ''' Make a copy of the active Grease Pencil layer
965
+
966
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
967
+ :type execution_context: typing.Optional[typing.Union[str, int]]
968
+ :type undo: typing.Optional[bool]
969
+ :param mode: Mode
970
+ :type mode: typing.Optional[typing.Any]
971
+ '''
972
+
973
+ ...
974
+
975
+
976
+ def layer_duplicate_object(
977
+ override_context: typing.Optional[
978
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
979
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
980
+ undo: typing.Optional[bool] = None,
981
+ *,
982
+ mode: typing.Optional[typing.Any] = 'ALL',
983
+ only_active: typing.Optional[typing.Union[bool, typing.Any]] = True):
984
+ ''' Make a copy of the active Grease Pencil layer to selected object
985
+
986
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
987
+ :type execution_context: typing.Optional[typing.Union[str, int]]
988
+ :type undo: typing.Optional[bool]
989
+ :param mode: Mode
990
+ :type mode: typing.Optional[typing.Any]
991
+ :param only_active: Only Active, Copy only active Layer, uncheck to append all layers
992
+ :type only_active: typing.Optional[typing.Union[bool, typing.Any]]
993
+ '''
994
+
995
+ ...
996
+
997
+
998
+ def layer_isolate(
999
+ override_context: typing.Optional[
1000
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1001
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1002
+ undo: typing.Optional[bool] = None,
1003
+ *,
1004
+ affect_visibility: typing.Optional[typing.Union[bool, typing.
1005
+ Any]] = False):
1006
+ ''' Toggle whether the active layer is the only one that can be edited and/or visible
1007
+
1008
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1009
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1010
+ :type undo: typing.Optional[bool]
1011
+ :param affect_visibility: Affect Visibility, In addition to toggling the editability, also affect the visibility
1012
+ :type affect_visibility: typing.Optional[typing.Union[bool, typing.Any]]
1013
+ '''
1014
+
1015
+ ...
1016
+
1017
+
1018
+ def layer_mask_add(
1019
+ override_context: typing.Optional[
1020
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1021
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1022
+ undo: typing.Optional[bool] = None,
1023
+ *,
1024
+ name: typing.Union[str, typing.Any] = ""):
1025
+ ''' Add new layer as masking
1026
+
1027
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1028
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1029
+ :type undo: typing.Optional[bool]
1030
+ :param name: Layer, Name of the layer
1031
+ :type name: typing.Union[str, typing.Any]
1032
+ '''
1033
+
1034
+ ...
1035
+
1036
+
1037
+ def layer_mask_move(
1038
+ override_context: typing.Optional[
1039
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1040
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1041
+ undo: typing.Optional[bool] = None,
1042
+ *,
1043
+ type: typing.Optional[typing.Any] = 'UP'):
1044
+ ''' Move the active Grease Pencil mask layer up/down in the list
1045
+
1046
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1047
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1048
+ :type undo: typing.Optional[bool]
1049
+ :param type: Type
1050
+ :type type: typing.Optional[typing.Any]
1051
+ '''
1052
+
1053
+ ...
1054
+
1055
+
1056
+ def layer_mask_remove(
1057
+ override_context: typing.Optional[
1058
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1059
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1060
+ undo: typing.Optional[bool] = None):
1061
+ ''' Remove Layer Mask
1062
+
1063
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1064
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1065
+ :type undo: typing.Optional[bool]
1066
+ '''
1067
+
1068
+ ...
1069
+
1070
+
1071
+ def layer_merge(
1072
+ override_context: typing.Optional[
1073
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1074
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1075
+ undo: typing.Optional[bool] = None,
1076
+ *,
1077
+ mode: typing.Optional[typing.Any] = 'ACTIVE'):
1078
+ ''' Combine Layers
1079
+
1080
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1081
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1082
+ :type undo: typing.Optional[bool]
1083
+ :param mode: Mode * ``ACTIVE`` Active -- Combine active layer into the layer below. * ``ALL`` All -- Combine all layers into the active layer.
1084
+ :type mode: typing.Optional[typing.Any]
1085
+ '''
1086
+
1087
+ ...
1088
+
1089
+
1090
+ def layer_move(
1091
+ override_context: typing.Optional[
1092
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1093
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1094
+ undo: typing.Optional[bool] = None,
1095
+ *,
1096
+ type: typing.Optional[typing.Any] = 'UP'):
1097
+ ''' Move the active Grease Pencil layer up/down in the list
1098
+
1099
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1100
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1101
+ :type undo: typing.Optional[bool]
1102
+ :param type: Type
1103
+ :type type: typing.Optional[typing.Any]
1104
+ '''
1105
+
1106
+ ...
1107
+
1108
+
1109
+ def layer_remove(
1110
+ override_context: typing.Optional[
1111
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1112
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1113
+ undo: typing.Optional[bool] = None):
1114
+ ''' Remove active Grease Pencil layer
1115
+
1116
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1117
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1118
+ :type undo: typing.Optional[bool]
1119
+ '''
1120
+
1121
+ ...
1122
+
1123
+
1124
+ def lock_all(override_context: typing.Optional[
1125
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1126
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1127
+ undo: typing.Optional[bool] = None):
1128
+ ''' Lock all Grease Pencil layers to prevent them from being accidentally modified
1129
+
1130
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1131
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1132
+ :type undo: typing.Optional[bool]
1133
+ '''
1134
+
1135
+ ...
1136
+
1137
+
1138
+ def lock_layer(
1139
+ override_context: typing.Optional[
1140
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1141
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1142
+ undo: typing.Optional[bool] = None):
1143
+ ''' Lock and hide any color not used in any layer
1144
+
1145
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1146
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1147
+ :type undo: typing.Optional[bool]
1148
+ '''
1149
+
1150
+ ...
1151
+
1152
+
1153
+ def material_hide(
1154
+ override_context: typing.Optional[
1155
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1156
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1157
+ undo: typing.Optional[bool] = None,
1158
+ *,
1159
+ unselected: typing.Optional[typing.Union[bool, typing.Any]] = False):
1160
+ ''' Hide selected/unselected Grease Pencil materials
1161
+
1162
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1163
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1164
+ :type undo: typing.Optional[bool]
1165
+ :param unselected: Unselected, Hide unselected rather than selected colors
1166
+ :type unselected: typing.Optional[typing.Union[bool, typing.Any]]
1167
+ '''
1168
+
1169
+ ...
1170
+
1171
+
1172
+ def material_isolate(
1173
+ override_context: typing.Optional[
1174
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1175
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1176
+ undo: typing.Optional[bool] = None,
1177
+ *,
1178
+ affect_visibility: typing.Optional[typing.Union[bool, typing.
1179
+ Any]] = False):
1180
+ ''' Toggle whether the active material is the only one that is editable and/or visible
1181
+
1182
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1183
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1184
+ :type undo: typing.Optional[bool]
1185
+ :param affect_visibility: Affect Visibility, In addition to toggling the editability, also affect the visibility
1186
+ :type affect_visibility: typing.Optional[typing.Union[bool, typing.Any]]
1187
+ '''
1188
+
1189
+ ...
1190
+
1191
+
1192
+ def material_lock_all(
1193
+ override_context: typing.Optional[
1194
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1195
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1196
+ undo: typing.Optional[bool] = None):
1197
+ ''' Lock all Grease Pencil materials to prevent them from being accidentally modified
1198
+
1199
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1200
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1201
+ :type undo: typing.Optional[bool]
1202
+ '''
1203
+
1204
+ ...
1205
+
1206
+
1207
+ def material_lock_unused(
1208
+ override_context: typing.Optional[
1209
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1210
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1211
+ undo: typing.Optional[bool] = None):
1212
+ ''' Lock any material not used in any selected stroke
1213
+
1214
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1215
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1216
+ :type undo: typing.Optional[bool]
1217
+ '''
1218
+
1219
+ ...
1220
+
1221
+
1222
+ def material_reveal(
1223
+ override_context: typing.Optional[
1224
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1225
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1226
+ undo: typing.Optional[bool] = None):
1227
+ ''' Unhide all hidden Grease Pencil materials
1228
+
1229
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1230
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1231
+ :type undo: typing.Optional[bool]
1232
+ '''
1233
+
1234
+ ...
1235
+
1236
+
1237
+ def material_select(
1238
+ override_context: typing.Optional[
1239
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1240
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1241
+ undo: typing.Optional[bool] = None,
1242
+ *,
1243
+ deselect: typing.Optional[typing.Union[bool, typing.Any]] = False):
1244
+ ''' Select/Deselect all Grease Pencil strokes using current material
1245
+
1246
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1247
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1248
+ :type undo: typing.Optional[bool]
1249
+ :param deselect: Deselect, Unselect strokes
1250
+ :type deselect: typing.Optional[typing.Union[bool, typing.Any]]
1251
+ '''
1252
+
1253
+ ...
1254
+
1255
+
1256
+ def material_set(
1257
+ override_context: typing.Optional[
1258
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1259
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1260
+ undo: typing.Optional[bool] = None,
1261
+ *,
1262
+ slot: typing.Optional[typing.Union[str, int, typing.Any]] = 'DEFAULT'):
1263
+ ''' Set active material
1264
+
1265
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1266
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1267
+ :type undo: typing.Optional[bool]
1268
+ :param slot: Material Slot
1269
+ :type slot: typing.Optional[typing.Union[str, int, typing.Any]]
1270
+ '''
1271
+
1272
+ ...
1273
+
1274
+
1275
+ def material_to_vertex_color(
1276
+ override_context: typing.Optional[
1277
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1278
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1279
+ undo: typing.Optional[bool] = None,
1280
+ *,
1281
+ remove: typing.Optional[typing.Union[bool, typing.Any]] = True,
1282
+ palette: typing.Optional[typing.Union[bool, typing.Any]] = True,
1283
+ selected: typing.Optional[typing.Union[bool, typing.Any]] = False,
1284
+ threshold: typing.Optional[typing.Any] = 3):
1285
+ ''' Replace materials in strokes with Vertex Color
1286
+
1287
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1288
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1289
+ :type undo: typing.Optional[bool]
1290
+ :param remove: Remove Unused Materials, Remove any unused material after the conversion
1291
+ :type remove: typing.Optional[typing.Union[bool, typing.Any]]
1292
+ :param palette: Create Palette, Create a new palette with colors
1293
+ :type palette: typing.Optional[typing.Union[bool, typing.Any]]
1294
+ :param selected: Only Selected, Convert only selected strokes
1295
+ :type selected: typing.Optional[typing.Union[bool, typing.Any]]
1296
+ :param threshold: Threshold
1297
+ :type threshold: typing.Optional[typing.Any]
1298
+ '''
1299
+
1300
+ ...
1301
+
1302
+
1303
+ def material_unlock_all(
1304
+ override_context: typing.Optional[
1305
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1306
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1307
+ undo: typing.Optional[bool] = None):
1308
+ ''' Unlock all Grease Pencil materials so that they can be edited
1309
+
1310
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1311
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1312
+ :type undo: typing.Optional[bool]
1313
+ '''
1314
+
1315
+ ...
1316
+
1317
+
1318
+ def materials_copy_to_object(
1319
+ override_context: typing.Optional[
1320
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1321
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1322
+ undo: typing.Optional[bool] = None,
1323
+ *,
1324
+ only_active: typing.Optional[typing.Union[bool, typing.Any]] = True):
1325
+ ''' Append Materials of the active Grease Pencil to other object
1326
+
1327
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1328
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1329
+ :type undo: typing.Optional[bool]
1330
+ :param only_active: Only Active, Append only active material, uncheck to append all materials
1331
+ :type only_active: typing.Optional[typing.Union[bool, typing.Any]]
1332
+ '''
1333
+
1334
+ ...
1335
+
1336
+
1337
+ def move_to_layer(
1338
+ override_context: typing.Optional[
1339
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1340
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1341
+ undo: typing.Optional[bool] = None,
1342
+ *,
1343
+ layer: typing.Optional[typing.Any] = 0,
1344
+ new_layer_name: typing.Union[str, typing.Any] = ""):
1345
+ ''' Move selected strokes to another layer
1346
+
1347
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1348
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1349
+ :type undo: typing.Optional[bool]
1350
+ :param layer: Grease Pencil Layer
1351
+ :type layer: typing.Optional[typing.Any]
1352
+ :param new_layer_name: Name, Name of the newly added layer
1353
+ :type new_layer_name: typing.Union[str, typing.Any]
1354
+ '''
1355
+
1356
+ ...
1357
+
1358
+
1359
+ def paintmode_toggle(
1360
+ override_context: typing.Optional[
1361
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1362
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1363
+ undo: typing.Optional[bool] = None,
1364
+ *,
1365
+ back: typing.Optional[typing.Union[bool, typing.Any]] = False):
1366
+ ''' Enter/Exit paint mode for Grease Pencil strokes
1367
+
1368
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1369
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1370
+ :type undo: typing.Optional[bool]
1371
+ :param back: Return to Previous Mode, Return to previous mode
1372
+ :type back: typing.Optional[typing.Union[bool, typing.Any]]
1373
+ '''
1374
+
1375
+ ...
1376
+
1377
+
1378
+ def paste(override_context: typing.Optional[
1379
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1380
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1381
+ undo: typing.Optional[bool] = None,
1382
+ *,
1383
+ type: typing.Optional[typing.Any] = 'ACTIVE',
1384
+ paste_back: typing.Optional[typing.Union[bool, typing.Any]] = False):
1385
+ ''' Paste previously copied strokes to active layer or to original layer
1386
+
1387
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1388
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1389
+ :type undo: typing.Optional[bool]
1390
+ :param type: Type
1391
+ :type type: typing.Optional[typing.Any]
1392
+ :param paste_back: Paste on Back, Add pasted strokes behind all strokes
1393
+ :type paste_back: typing.Optional[typing.Union[bool, typing.Any]]
1394
+ '''
1395
+
1396
+ ...
1397
+
1398
+
1399
+ def primitive_box(
1400
+ override_context: typing.Optional[
1401
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1402
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1403
+ undo: typing.Optional[bool] = None,
1404
+ *,
1405
+ subdivision: typing.Optional[typing.Any] = 3,
1406
+ edges: typing.Optional[typing.Any] = 1,
1407
+ type: typing.Optional[typing.Any] = 'BOX',
1408
+ wait_for_input: typing.Optional[typing.Union[bool, typing.
1409
+ Any]] = True):
1410
+ ''' Create predefined grease pencil stroke box shapes
1411
+
1412
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1413
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1414
+ :type undo: typing.Optional[bool]
1415
+ :param subdivision: Subdivisions, Number of subdivisions per segment
1416
+ :type subdivision: typing.Optional[typing.Any]
1417
+ :param edges: Edges, Number of points per segment
1418
+ :type edges: typing.Optional[typing.Any]
1419
+ :param type: Type, Type of shape
1420
+ :type type: typing.Optional[typing.Any]
1421
+ :param wait_for_input: Wait for Input
1422
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
1423
+ '''
1424
+
1425
+ ...
1426
+
1427
+
1428
+ def primitive_circle(
1429
+ override_context: typing.Optional[
1430
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1431
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1432
+ undo: typing.Optional[bool] = None,
1433
+ *,
1434
+ subdivision: typing.Optional[typing.Any] = 94,
1435
+ edges: typing.Optional[typing.Any] = 1,
1436
+ type: typing.Optional[typing.Any] = 'CIRCLE',
1437
+ wait_for_input: typing.Optional[typing.Union[bool, typing.
1438
+ Any]] = True):
1439
+ ''' Create predefined grease pencil stroke circle shapes
1440
+
1441
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1442
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1443
+ :type undo: typing.Optional[bool]
1444
+ :param subdivision: Subdivisions, Number of subdivisions per segment
1445
+ :type subdivision: typing.Optional[typing.Any]
1446
+ :param edges: Edges, Number of points per segment
1447
+ :type edges: typing.Optional[typing.Any]
1448
+ :param type: Type, Type of shape
1449
+ :type type: typing.Optional[typing.Any]
1450
+ :param wait_for_input: Wait for Input
1451
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
1452
+ '''
1453
+
1454
+ ...
1455
+
1456
+
1457
+ def primitive_curve(
1458
+ override_context: typing.Optional[
1459
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1460
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1461
+ undo: typing.Optional[bool] = None,
1462
+ *,
1463
+ subdivision: typing.Optional[typing.Any] = 62,
1464
+ edges: typing.Optional[typing.Any] = 1,
1465
+ type: typing.Optional[typing.Any] = 'CURVE',
1466
+ wait_for_input: typing.Optional[typing.Union[bool, typing.
1467
+ Any]] = True):
1468
+ ''' Create predefined grease pencil stroke curve shapes
1469
+
1470
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1471
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1472
+ :type undo: typing.Optional[bool]
1473
+ :param subdivision: Subdivisions, Number of subdivisions per segment
1474
+ :type subdivision: typing.Optional[typing.Any]
1475
+ :param edges: Edges, Number of points per segment
1476
+ :type edges: typing.Optional[typing.Any]
1477
+ :param type: Type, Type of shape
1478
+ :type type: typing.Optional[typing.Any]
1479
+ :param wait_for_input: Wait for Input
1480
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
1481
+ '''
1482
+
1483
+ ...
1484
+
1485
+
1486
+ def primitive_line(
1487
+ override_context: typing.Optional[
1488
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1489
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1490
+ undo: typing.Optional[bool] = None,
1491
+ *,
1492
+ subdivision: typing.Optional[typing.Any] = 6,
1493
+ edges: typing.Optional[typing.Any] = 1,
1494
+ type: typing.Optional[typing.Any] = 'LINE',
1495
+ wait_for_input: typing.Optional[typing.Union[bool, typing.
1496
+ Any]] = True):
1497
+ ''' Create predefined grease pencil stroke lines
1498
+
1499
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1500
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1501
+ :type undo: typing.Optional[bool]
1502
+ :param subdivision: Subdivisions, Number of subdivisions per segment
1503
+ :type subdivision: typing.Optional[typing.Any]
1504
+ :param edges: Edges, Number of points per segment
1505
+ :type edges: typing.Optional[typing.Any]
1506
+ :param type: Type, Type of shape
1507
+ :type type: typing.Optional[typing.Any]
1508
+ :param wait_for_input: Wait for Input
1509
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
1510
+ '''
1511
+
1512
+ ...
1513
+
1514
+
1515
+ def primitive_polyline(
1516
+ override_context: typing.Optional[
1517
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1518
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1519
+ undo: typing.Optional[bool] = None,
1520
+ *,
1521
+ subdivision: typing.Optional[typing.Any] = 6,
1522
+ edges: typing.Optional[typing.Any] = 1,
1523
+ type: typing.Optional[typing.Any] = 'POLYLINE',
1524
+ wait_for_input: typing.Optional[typing.Union[bool, typing.
1525
+ Any]] = True):
1526
+ ''' Create predefined grease pencil stroke polylines
1527
+
1528
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1529
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1530
+ :type undo: typing.Optional[bool]
1531
+ :param subdivision: Subdivisions, Number of subdivisions per segment
1532
+ :type subdivision: typing.Optional[typing.Any]
1533
+ :param edges: Edges, Number of points per segment
1534
+ :type edges: typing.Optional[typing.Any]
1535
+ :param type: Type, Type of shape
1536
+ :type type: typing.Optional[typing.Any]
1537
+ :param wait_for_input: Wait for Input
1538
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
1539
+ '''
1540
+
1541
+ ...
1542
+
1543
+
1544
+ def recalc_geometry(
1545
+ override_context: typing.Optional[
1546
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1547
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1548
+ undo: typing.Optional[bool] = None):
1549
+ ''' Update all internal geometry data
1550
+
1551
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1552
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1553
+ :type undo: typing.Optional[bool]
1554
+ '''
1555
+
1556
+ ...
1557
+
1558
+
1559
+ def reproject(
1560
+ override_context: typing.Optional[
1561
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1562
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1563
+ undo: typing.Optional[bool] = None,
1564
+ *,
1565
+ type: typing.Optional[typing.Any] = 'VIEW',
1566
+ keep_original: typing.Optional[typing.Union[bool, typing.Any]] = False,
1567
+ offset: typing.Optional[typing.Any] = 0.0):
1568
+ ''' Reproject the selected strokes from the current viewpoint as if they had been newly drawn (e.g. to fix problems from accidental 3D cursor movement or accidental viewport changes, or for matching deforming geometry)
1569
+
1570
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1571
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1572
+ :type undo: typing.Optional[bool]
1573
+ :param type: Projection Type * ``FRONT`` Front -- Reproject the strokes using the X-Z plane. * ``SIDE`` Side -- Reproject the strokes using the Y-Z plane. * ``TOP`` Top -- Reproject the strokes using the X-Y plane. * ``VIEW`` View -- Reproject the strokes to end up on the same plane, as if drawn from the current viewpoint using 'Cursor' Stroke Placement. * ``SURFACE`` Surface -- Reproject the strokes on to the scene geometry, as if drawn using 'Surface' placement. * ``CURSOR`` Cursor -- Reproject the strokes using the orientation of 3D cursor.
1574
+ :type type: typing.Optional[typing.Any]
1575
+ :param keep_original: Keep Original, Keep original strokes and create a copy before reprojecting
1576
+ :type keep_original: typing.Optional[typing.Union[bool, typing.Any]]
1577
+ :param offset: Surface Offset
1578
+ :type offset: typing.Optional[typing.Any]
1579
+ '''
1580
+
1581
+ ...
1582
+
1583
+
1584
+ def reset_transform_fill(
1585
+ override_context: typing.Optional[
1586
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1587
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1588
+ undo: typing.Optional[bool] = None,
1589
+ *,
1590
+ mode: typing.Optional[typing.Any] = 'ALL'):
1591
+ ''' Reset any UV transformation and back to default values
1592
+
1593
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1594
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1595
+ :type undo: typing.Optional[bool]
1596
+ :param mode: Mode
1597
+ :type mode: typing.Optional[typing.Any]
1598
+ '''
1599
+
1600
+ ...
1601
+
1602
+
1603
+ def reveal(override_context: typing.Optional[
1604
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1605
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1606
+ undo: typing.Optional[bool] = None,
1607
+ *,
1608
+ select: typing.Optional[typing.Union[bool, typing.Any]] = True):
1609
+ ''' Show all Grease Pencil layers
1610
+
1611
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1612
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1613
+ :type undo: typing.Optional[bool]
1614
+ :param select: Select
1615
+ :type select: typing.Optional[typing.Union[bool, typing.Any]]
1616
+ '''
1617
+
1618
+ ...
1619
+
1620
+
1621
+ def sculpt_paint(
1622
+ override_context: typing.Optional[
1623
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1624
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1625
+ undo: typing.Optional[bool] = None,
1626
+ *,
1627
+ stroke: typing.Optional[bpy.types.bpy_prop_collection[
1628
+ 'bpy.types.OperatorStrokeElement']] = None,
1629
+ wait_for_input: typing.Optional[typing.Union[bool, typing.
1630
+ Any]] = True):
1631
+ ''' Apply tweaks to strokes by painting over the strokes
1632
+
1633
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1634
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1635
+ :type undo: typing.Optional[bool]
1636
+ :param stroke: Stroke
1637
+ :type stroke: typing.Optional[bpy.types.bpy_prop_collection['bpy.types.OperatorStrokeElement']]
1638
+ :param wait_for_input: Wait for Input, Enter a mini 'sculpt-mode' if enabled, otherwise, exit after drawing a single stroke
1639
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
1640
+ '''
1641
+
1642
+ ...
1643
+
1644
+
1645
+ def sculptmode_toggle(
1646
+ override_context: typing.Optional[
1647
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1648
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1649
+ undo: typing.Optional[bool] = None,
1650
+ *,
1651
+ back: typing.Optional[typing.Union[bool, typing.Any]] = False):
1652
+ ''' Enter/Exit sculpt mode for Grease Pencil strokes
1653
+
1654
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1655
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1656
+ :type undo: typing.Optional[bool]
1657
+ :param back: Return to Previous Mode, Return to previous mode
1658
+ :type back: typing.Optional[typing.Union[bool, typing.Any]]
1659
+ '''
1660
+
1661
+ ...
1662
+
1663
+
1664
+ def segment_add(
1665
+ override_context: typing.Optional[
1666
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1667
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1668
+ undo: typing.Optional[bool] = None,
1669
+ *,
1670
+ modifier: typing.Union[str, typing.Any] = ""):
1671
+ ''' Add a segment to the dash modifier
1672
+
1673
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1674
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1675
+ :type undo: typing.Optional[bool]
1676
+ :param modifier: Modifier, Name of the modifier to edit
1677
+ :type modifier: typing.Union[str, typing.Any]
1678
+ '''
1679
+
1680
+ ...
1681
+
1682
+
1683
+ def segment_move(
1684
+ override_context: typing.Optional[
1685
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1686
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1687
+ undo: typing.Optional[bool] = None,
1688
+ *,
1689
+ modifier: typing.Union[str, typing.Any] = "",
1690
+ type: typing.Optional[typing.Any] = 'UP'):
1691
+ ''' Move the active dash segment up or down
1692
+
1693
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1694
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1695
+ :type undo: typing.Optional[bool]
1696
+ :param modifier: Modifier, Name of the modifier to edit
1697
+ :type modifier: typing.Union[str, typing.Any]
1698
+ :param type: Type
1699
+ :type type: typing.Optional[typing.Any]
1700
+ '''
1701
+
1702
+ ...
1703
+
1704
+
1705
+ def segment_remove(
1706
+ override_context: typing.Optional[
1707
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1708
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1709
+ undo: typing.Optional[bool] = None,
1710
+ *,
1711
+ modifier: typing.Union[str, typing.Any] = "",
1712
+ index: typing.Optional[typing.Any] = 0):
1713
+ ''' Remove the active segment from the dash modifier
1714
+
1715
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1716
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1717
+ :type undo: typing.Optional[bool]
1718
+ :param modifier: Modifier, Name of the modifier to edit
1719
+ :type modifier: typing.Union[str, typing.Any]
1720
+ :param index: Index, Index of the segment to remove
1721
+ :type index: typing.Optional[typing.Any]
1722
+ '''
1723
+
1724
+ ...
1725
+
1726
+
1727
+ def select(
1728
+ override_context: typing.Optional[
1729
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1730
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1731
+ undo: typing.Optional[bool] = None,
1732
+ *,
1733
+ extend: typing.Optional[typing.Union[bool, typing.Any]] = False,
1734
+ deselect: typing.Optional[typing.Union[bool, typing.Any]] = False,
1735
+ toggle: typing.Optional[typing.Union[bool, typing.Any]] = False,
1736
+ deselect_all: typing.Optional[typing.Union[bool, typing.Any]] = False,
1737
+ select_passthrough: typing.Optional[typing.Union[bool, typing.
1738
+ Any]] = False,
1739
+ entire_strokes: typing.Optional[typing.Union[bool, typing.
1740
+ Any]] = False,
1741
+ location: typing.Optional[typing.Any] = (0, 0),
1742
+ use_shift_extend: typing.Optional[typing.Union[bool, typing.
1743
+ Any]] = False):
1744
+ ''' Select Grease Pencil strokes and/or stroke points
1745
+
1746
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1747
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1748
+ :type undo: typing.Optional[bool]
1749
+ :param extend: Extend, Extend selection instead of deselecting everything first
1750
+ :type extend: typing.Optional[typing.Union[bool, typing.Any]]
1751
+ :param deselect: Deselect, Remove from selection
1752
+ :type deselect: typing.Optional[typing.Union[bool, typing.Any]]
1753
+ :param toggle: Toggle Selection, Toggle the selection
1754
+ :type toggle: typing.Optional[typing.Union[bool, typing.Any]]
1755
+ :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
1756
+ :type deselect_all: typing.Optional[typing.Union[bool, typing.Any]]
1757
+ :param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
1758
+ :type select_passthrough: typing.Optional[typing.Union[bool, typing.Any]]
1759
+ :param entire_strokes: Entire Strokes, Select entire strokes instead of just the nearest stroke vertex
1760
+ :type entire_strokes: typing.Optional[typing.Union[bool, typing.Any]]
1761
+ :param location: Location, Mouse location
1762
+ :type location: typing.Optional[typing.Any]
1763
+ :param use_shift_extend: Extend
1764
+ :type use_shift_extend: typing.Optional[typing.Union[bool, typing.Any]]
1765
+ '''
1766
+
1767
+ ...
1768
+
1769
+
1770
+ def select_all(
1771
+ override_context: typing.Optional[
1772
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1773
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1774
+ undo: typing.Optional[bool] = None,
1775
+ *,
1776
+ action: typing.Optional[typing.Any] = 'TOGGLE'):
1777
+ ''' Change selection of all Grease Pencil strokes currently visible
1778
+
1779
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1780
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1781
+ :type undo: typing.Optional[bool]
1782
+ :param action: Action, Selection action to execute * ``TOGGLE`` Toggle -- Toggle selection for all elements. * ``SELECT`` Select -- Select all elements. * ``DESELECT`` Deselect -- Deselect all elements. * ``INVERT`` Invert -- Invert selection of all elements.
1783
+ :type action: typing.Optional[typing.Any]
1784
+ '''
1785
+
1786
+ ...
1787
+
1788
+
1789
+ def select_alternate(
1790
+ override_context: typing.Optional[
1791
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1792
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1793
+ undo: typing.Optional[bool] = None,
1794
+ *,
1795
+ unselect_ends: typing.Optional[typing.Union[bool, typing.
1796
+ Any]] = False):
1797
+ ''' Select alternative points in same strokes as already selected points
1798
+
1799
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1800
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1801
+ :type undo: typing.Optional[bool]
1802
+ :param unselect_ends: Unselect Ends, Do not select the first and last point of the stroke
1803
+ :type unselect_ends: typing.Optional[typing.Union[bool, typing.Any]]
1804
+ '''
1805
+
1806
+ ...
1807
+
1808
+
1809
+ def select_box(
1810
+ override_context: typing.Optional[
1811
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1812
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1813
+ undo: typing.Optional[bool] = None,
1814
+ *,
1815
+ xmin: typing.Optional[typing.Any] = 0,
1816
+ xmax: typing.Optional[typing.Any] = 0,
1817
+ ymin: typing.Optional[typing.Any] = 0,
1818
+ ymax: typing.Optional[typing.Any] = 0,
1819
+ wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
1820
+ mode: typing.Optional[typing.Any] = 'SET'):
1821
+ ''' Select Grease Pencil strokes within a rectangular region
1822
+
1823
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1824
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1825
+ :type undo: typing.Optional[bool]
1826
+ :param xmin: X Min
1827
+ :type xmin: typing.Optional[typing.Any]
1828
+ :param xmax: X Max
1829
+ :type xmax: typing.Optional[typing.Any]
1830
+ :param ymin: Y Min
1831
+ :type ymin: typing.Optional[typing.Any]
1832
+ :param ymax: Y Max
1833
+ :type ymax: typing.Optional[typing.Any]
1834
+ :param wait_for_input: Wait for Input
1835
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
1836
+ :param mode: Mode * ``SET`` Set -- Set a new selection. * ``ADD`` Extend -- Extend existing selection. * ``SUB`` Subtract -- Subtract existing selection. * ``XOR`` Difference -- Invert existing selection. * ``AND`` Intersect -- Intersect existing selection.
1837
+ :type mode: typing.Optional[typing.Any]
1838
+ '''
1839
+
1840
+ ...
1841
+
1842
+
1843
+ def select_circle(
1844
+ override_context: typing.Optional[
1845
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1846
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1847
+ undo: typing.Optional[bool] = None,
1848
+ *,
1849
+ x: typing.Optional[typing.Any] = 0,
1850
+ y: typing.Optional[typing.Any] = 0,
1851
+ radius: typing.Optional[typing.Any] = 25,
1852
+ wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
1853
+ mode: typing.Optional[typing.Any] = 'SET'):
1854
+ ''' Select Grease Pencil strokes using brush selection
1855
+
1856
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1857
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1858
+ :type undo: typing.Optional[bool]
1859
+ :param x: X
1860
+ :type x: typing.Optional[typing.Any]
1861
+ :param y: Y
1862
+ :type y: typing.Optional[typing.Any]
1863
+ :param radius: Radius
1864
+ :type radius: typing.Optional[typing.Any]
1865
+ :param wait_for_input: Wait for Input
1866
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
1867
+ :param mode: Mode * ``SET`` Set -- Set a new selection. * ``ADD`` Extend -- Extend existing selection. * ``SUB`` Subtract -- Subtract existing selection.
1868
+ :type mode: typing.Optional[typing.Any]
1869
+ '''
1870
+
1871
+ ...
1872
+
1873
+
1874
+ def select_first(
1875
+ override_context: typing.Optional[
1876
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1877
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1878
+ undo: typing.Optional[bool] = None,
1879
+ *,
1880
+ only_selected_strokes: typing.Optional[typing.Union[bool, typing.
1881
+ Any]] = False,
1882
+ extend: typing.Optional[typing.Union[bool, typing.Any]] = False):
1883
+ ''' Select first point in Grease Pencil strokes
1884
+
1885
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1886
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1887
+ :type undo: typing.Optional[bool]
1888
+ :param only_selected_strokes: Selected Strokes Only, Only select the first point of strokes that already have points selected
1889
+ :type only_selected_strokes: typing.Optional[typing.Union[bool, typing.Any]]
1890
+ :param extend: Extend, Extend selection instead of deselecting all other selected points
1891
+ :type extend: typing.Optional[typing.Union[bool, typing.Any]]
1892
+ '''
1893
+
1894
+ ...
1895
+
1896
+
1897
+ def select_grouped(
1898
+ override_context: typing.Optional[
1899
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1900
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1901
+ undo: typing.Optional[bool] = None,
1902
+ *,
1903
+ type: typing.Optional[typing.Any] = 'LAYER'):
1904
+ ''' Select all strokes with similar characteristics
1905
+
1906
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1907
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1908
+ :type undo: typing.Optional[bool]
1909
+ :param type: Type * ``LAYER`` Layer -- Shared layers. * ``MATERIAL`` Material -- Shared materials.
1910
+ :type type: typing.Optional[typing.Any]
1911
+ '''
1912
+
1913
+ ...
1914
+
1915
+
1916
+ def select_lasso(
1917
+ override_context: typing.Optional[
1918
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1919
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1920
+ undo: typing.Optional[bool] = None,
1921
+ *,
1922
+ mode: typing.Optional[typing.Any] = 'SET',
1923
+ path: typing.Optional[bpy.types.bpy_prop_collection[
1924
+ 'bpy.types.OperatorMousePath']] = None):
1925
+ ''' Select Grease Pencil strokes using lasso selection
1926
+
1927
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1928
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1929
+ :type undo: typing.Optional[bool]
1930
+ :param mode: Mode * ``SET`` Set -- Set a new selection. * ``ADD`` Extend -- Extend existing selection. * ``SUB`` Subtract -- Subtract existing selection. * ``XOR`` Difference -- Invert existing selection. * ``AND`` Intersect -- Intersect existing selection.
1931
+ :type mode: typing.Optional[typing.Any]
1932
+ :param path: Path
1933
+ :type path: typing.Optional[bpy.types.bpy_prop_collection['bpy.types.OperatorMousePath']]
1934
+ '''
1935
+
1936
+ ...
1937
+
1938
+
1939
+ def select_last(
1940
+ override_context: typing.Optional[
1941
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1942
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1943
+ undo: typing.Optional[bool] = None,
1944
+ *,
1945
+ only_selected_strokes: typing.Optional[typing.Union[bool, typing.
1946
+ Any]] = False,
1947
+ extend: typing.Optional[typing.Union[bool, typing.Any]] = False):
1948
+ ''' Select last point in Grease Pencil strokes
1949
+
1950
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1951
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1952
+ :type undo: typing.Optional[bool]
1953
+ :param only_selected_strokes: Selected Strokes Only, Only select the last point of strokes that already have points selected
1954
+ :type only_selected_strokes: typing.Optional[typing.Union[bool, typing.Any]]
1955
+ :param extend: Extend, Extend selection instead of deselecting all other selected points
1956
+ :type extend: typing.Optional[typing.Union[bool, typing.Any]]
1957
+ '''
1958
+
1959
+ ...
1960
+
1961
+
1962
+ def select_less(
1963
+ override_context: typing.Optional[
1964
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1965
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1966
+ undo: typing.Optional[bool] = None):
1967
+ ''' Shrink sets of selected Grease Pencil points
1968
+
1969
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1970
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1971
+ :type undo: typing.Optional[bool]
1972
+ '''
1973
+
1974
+ ...
1975
+
1976
+
1977
+ def select_linked(
1978
+ override_context: typing.Optional[
1979
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1980
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1981
+ undo: typing.Optional[bool] = None):
1982
+ ''' Select all points in same strokes as already selected points
1983
+
1984
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
1985
+ :type execution_context: typing.Optional[typing.Union[str, int]]
1986
+ :type undo: typing.Optional[bool]
1987
+ '''
1988
+
1989
+ ...
1990
+
1991
+
1992
+ def select_more(
1993
+ override_context: typing.Optional[
1994
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
1995
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
1996
+ undo: typing.Optional[bool] = None):
1997
+ ''' Grow sets of selected Grease Pencil points
1998
+
1999
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2000
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2001
+ :type undo: typing.Optional[bool]
2002
+ '''
2003
+
2004
+ ...
2005
+
2006
+
2007
+ def select_random(
2008
+ override_context: typing.Optional[
2009
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2010
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2011
+ undo: typing.Optional[bool] = None,
2012
+ *,
2013
+ ratio: typing.Optional[typing.Any] = 0.5,
2014
+ seed: typing.Optional[typing.Any] = 0,
2015
+ action: typing.Optional[typing.Any] = 'SELECT',
2016
+ unselect_ends: typing.Optional[typing.Union[bool, typing.
2017
+ Any]] = False):
2018
+ ''' Select random points for non selected strokes
2019
+
2020
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2021
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2022
+ :type undo: typing.Optional[bool]
2023
+ :param ratio: Ratio, Portion of items to select randomly
2024
+ :type ratio: typing.Optional[typing.Any]
2025
+ :param seed: Random Seed, Seed for the random number generator
2026
+ :type seed: typing.Optional[typing.Any]
2027
+ :param action: Action, Selection action to execute * ``SELECT`` Select -- Select all elements. * ``DESELECT`` Deselect -- Deselect all elements.
2028
+ :type action: typing.Optional[typing.Any]
2029
+ :param unselect_ends: Unselect Ends, Do not select the first and last point of the stroke
2030
+ :type unselect_ends: typing.Optional[typing.Union[bool, typing.Any]]
2031
+ '''
2032
+
2033
+ ...
2034
+
2035
+
2036
+ def select_vertex_color(
2037
+ override_context: typing.Optional[
2038
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2039
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2040
+ undo: typing.Optional[bool] = None,
2041
+ *,
2042
+ threshold: typing.Optional[typing.Any] = 0):
2043
+ ''' Select all points with similar vertex color of current selected
2044
+
2045
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2046
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2047
+ :type undo: typing.Optional[bool]
2048
+ :param threshold: Threshold, Tolerance of the selection. Higher values select a wider range of similar colors
2049
+ :type threshold: typing.Optional[typing.Any]
2050
+ '''
2051
+
2052
+ ...
2053
+
2054
+
2055
+ def selection_opacity_toggle(
2056
+ override_context: typing.Optional[
2057
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2058
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2059
+ undo: typing.Optional[bool] = None):
2060
+ ''' Hide/Unhide selected points for Grease Pencil strokes setting alpha factor
2061
+
2062
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2063
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2064
+ :type undo: typing.Optional[bool]
2065
+ '''
2066
+
2067
+ ...
2068
+
2069
+
2070
+ def selectmode_toggle(
2071
+ override_context: typing.Optional[
2072
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2073
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2074
+ undo: typing.Optional[bool] = None,
2075
+ *,
2076
+ mode: typing.Optional[typing.Any] = 0):
2077
+ ''' Set selection mode for Grease Pencil strokes
2078
+
2079
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2080
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2081
+ :type undo: typing.Optional[bool]
2082
+ :param mode: Select Mode, Select mode
2083
+ :type mode: typing.Optional[typing.Any]
2084
+ '''
2085
+
2086
+ ...
2087
+
2088
+
2089
+ def set_active_material(
2090
+ override_context: typing.Optional[
2091
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2092
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2093
+ undo: typing.Optional[bool] = None):
2094
+ ''' Set the selected stroke material as the active material
2095
+
2096
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2097
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2098
+ :type undo: typing.Optional[bool]
2099
+ '''
2100
+
2101
+ ...
2102
+
2103
+
2104
+ def snap_cursor_to_selected(
2105
+ override_context: typing.Optional[
2106
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2107
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2108
+ undo: typing.Optional[bool] = None):
2109
+ ''' Snap cursor to center of selected points
2110
+
2111
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2112
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2113
+ :type undo: typing.Optional[bool]
2114
+ '''
2115
+
2116
+ ...
2117
+
2118
+
2119
+ def snap_to_cursor(
2120
+ override_context: typing.Optional[
2121
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2122
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2123
+ undo: typing.Optional[bool] = None,
2124
+ *,
2125
+ use_offset: typing.Optional[typing.Union[bool, typing.Any]] = True):
2126
+ ''' Snap selected points/strokes to the cursor
2127
+
2128
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2129
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2130
+ :type undo: typing.Optional[bool]
2131
+ :param use_offset: With Offset, Offset the entire stroke instead of selected points only
2132
+ :type use_offset: typing.Optional[typing.Union[bool, typing.Any]]
2133
+ '''
2134
+
2135
+ ...
2136
+
2137
+
2138
+ def snap_to_grid(
2139
+ override_context: typing.Optional[
2140
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2141
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2142
+ undo: typing.Optional[bool] = None):
2143
+ ''' Snap selected points to the nearest grid points
2144
+
2145
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2146
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2147
+ :type undo: typing.Optional[bool]
2148
+ '''
2149
+
2150
+ ...
2151
+
2152
+
2153
+ def stroke_apply_thickness(
2154
+ override_context: typing.Optional[
2155
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2156
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2157
+ undo: typing.Optional[bool] = None):
2158
+ ''' Apply the thickness change of the layer to its strokes
2159
+
2160
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2161
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2162
+ :type undo: typing.Optional[bool]
2163
+ '''
2164
+
2165
+ ...
2166
+
2167
+
2168
+ def stroke_arrange(
2169
+ override_context: typing.Optional[
2170
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2171
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2172
+ undo: typing.Optional[bool] = None,
2173
+ *,
2174
+ direction: typing.Optional[typing.Any] = 'UP'):
2175
+ ''' Arrange selected strokes up/down in the display order of the active layer
2176
+
2177
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2178
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2179
+ :type undo: typing.Optional[bool]
2180
+ :param direction: Direction
2181
+ :type direction: typing.Optional[typing.Any]
2182
+ '''
2183
+
2184
+ ...
2185
+
2186
+
2187
+ def stroke_caps_set(
2188
+ override_context: typing.Optional[
2189
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2190
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2191
+ undo: typing.Optional[bool] = None,
2192
+ *,
2193
+ type: typing.Optional[typing.Any] = 'TOGGLE'):
2194
+ ''' Change stroke caps mode (rounded or flat)
2195
+
2196
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2197
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2198
+ :type undo: typing.Optional[bool]
2199
+ :param type: Type * ``TOGGLE`` Both. * ``START`` Start. * ``END`` End. * ``DEFAULT`` Default -- Set as default rounded.
2200
+ :type type: typing.Optional[typing.Any]
2201
+ '''
2202
+
2203
+ ...
2204
+
2205
+
2206
+ def stroke_change_color(
2207
+ override_context: typing.Optional[
2208
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2209
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2210
+ undo: typing.Optional[bool] = None,
2211
+ *,
2212
+ material: typing.Union[str, typing.Any] = ""):
2213
+ ''' Move selected strokes to active material
2214
+
2215
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2216
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2217
+ :type undo: typing.Optional[bool]
2218
+ :param material: Material, Name of the material
2219
+ :type material: typing.Union[str, typing.Any]
2220
+ '''
2221
+
2222
+ ...
2223
+
2224
+
2225
+ def stroke_cutter(
2226
+ override_context: typing.Optional[
2227
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2228
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2229
+ undo: typing.Optional[bool] = None,
2230
+ *,
2231
+ path: typing.Optional[bpy.types.bpy_prop_collection[
2232
+ 'bpy.types.OperatorMousePath']] = None,
2233
+ flat_caps: typing.Optional[typing.Union[bool, typing.Any]] = False):
2234
+ ''' Select section and cut
2235
+
2236
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2237
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2238
+ :type undo: typing.Optional[bool]
2239
+ :param path: Path
2240
+ :type path: typing.Optional[bpy.types.bpy_prop_collection['bpy.types.OperatorMousePath']]
2241
+ :param flat_caps: Flat Caps
2242
+ :type flat_caps: typing.Optional[typing.Union[bool, typing.Any]]
2243
+ '''
2244
+
2245
+ ...
2246
+
2247
+
2248
+ def stroke_cyclical_set(
2249
+ override_context: typing.Optional[
2250
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2251
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2252
+ undo: typing.Optional[bool] = None,
2253
+ *,
2254
+ type: typing.Optional[typing.Any] = 'TOGGLE',
2255
+ geometry: typing.Optional[typing.Union[bool, typing.Any]] = False):
2256
+ ''' Close or open the selected stroke adding a segment from last to first point
2257
+
2258
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2259
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2260
+ :type undo: typing.Optional[bool]
2261
+ :param type: Type
2262
+ :type type: typing.Optional[typing.Any]
2263
+ :param geometry: Create Geometry, Create new geometry for closing stroke
2264
+ :type geometry: typing.Optional[typing.Union[bool, typing.Any]]
2265
+ '''
2266
+
2267
+ ...
2268
+
2269
+
2270
+ def stroke_editcurve_set_handle_type(
2271
+ override_context: typing.Optional[
2272
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2273
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2274
+ undo: typing.Optional[bool] = None,
2275
+ *,
2276
+ type: typing.Optional[typing.Any] = 'AUTOMATIC'):
2277
+ ''' Set the type of an edit curve handle
2278
+
2279
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2280
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2281
+ :type undo: typing.Optional[bool]
2282
+ :param type: Type, Spline type
2283
+ :type type: typing.Optional[typing.Any]
2284
+ '''
2285
+
2286
+ ...
2287
+
2288
+
2289
+ def stroke_enter_editcurve_mode(
2290
+ override_context: typing.Optional[
2291
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2292
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2293
+ undo: typing.Optional[bool] = None,
2294
+ *,
2295
+ error_threshold: typing.Optional[typing.Any] = 0.1):
2296
+ ''' Called to transform a stroke into a curve
2297
+
2298
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2299
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2300
+ :type undo: typing.Optional[bool]
2301
+ :param error_threshold: Error Threshold, Threshold on the maximum deviation from the actual stroke
2302
+ :type error_threshold: typing.Optional[typing.Any]
2303
+ '''
2304
+
2305
+ ...
2306
+
2307
+
2308
+ def stroke_flip(
2309
+ override_context: typing.Optional[
2310
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2311
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2312
+ undo: typing.Optional[bool] = None):
2313
+ ''' Change direction of the points of the selected strokes
2314
+
2315
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2316
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2317
+ :type undo: typing.Optional[bool]
2318
+ '''
2319
+
2320
+ ...
2321
+
2322
+
2323
+ def stroke_join(
2324
+ override_context: typing.Optional[
2325
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2326
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2327
+ undo: typing.Optional[bool] = None,
2328
+ *,
2329
+ type: typing.Optional[typing.Any] = 'JOIN',
2330
+ leave_gaps: typing.Optional[typing.Union[bool, typing.Any]] = False):
2331
+ ''' Join selected strokes (optionally as new stroke)
2332
+
2333
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2334
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2335
+ :type undo: typing.Optional[bool]
2336
+ :param type: Type
2337
+ :type type: typing.Optional[typing.Any]
2338
+ :param leave_gaps: Leave Gaps, Leave gaps between joined strokes instead of linking them
2339
+ :type leave_gaps: typing.Optional[typing.Union[bool, typing.Any]]
2340
+ '''
2341
+
2342
+ ...
2343
+
2344
+
2345
+ def stroke_merge(
2346
+ override_context: typing.Optional[
2347
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2348
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2349
+ undo: typing.Optional[bool] = None,
2350
+ *,
2351
+ mode: typing.Optional[typing.Any] = 'STROKE',
2352
+ back: typing.Optional[typing.Union[bool, typing.Any]] = False,
2353
+ additive: typing.Optional[typing.Union[bool, typing.Any]] = False,
2354
+ cyclic: typing.Optional[typing.Union[bool, typing.Any]] = False,
2355
+ clear_point: typing.Optional[typing.Union[bool, typing.Any]] = False,
2356
+ clear_stroke: typing.Optional[typing.Union[bool, typing.Any]] = False):
2357
+ ''' Create a new stroke with the selected stroke points
2358
+
2359
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2360
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2361
+ :type undo: typing.Optional[bool]
2362
+ :param mode: Mode
2363
+ :type mode: typing.Optional[typing.Any]
2364
+ :param back: Draw on Back, Draw new stroke below all previous strokes
2365
+ :type back: typing.Optional[typing.Union[bool, typing.Any]]
2366
+ :param additive: Additive Drawing, Add to previous drawing
2367
+ :type additive: typing.Optional[typing.Union[bool, typing.Any]]
2368
+ :param cyclic: Cyclic, Close new stroke
2369
+ :type cyclic: typing.Optional[typing.Union[bool, typing.Any]]
2370
+ :param clear_point: Dissolve Points, Dissolve old selected points
2371
+ :type clear_point: typing.Optional[typing.Union[bool, typing.Any]]
2372
+ :param clear_stroke: Delete Strokes, Delete old selected strokes
2373
+ :type clear_stroke: typing.Optional[typing.Union[bool, typing.Any]]
2374
+ '''
2375
+
2376
+ ...
2377
+
2378
+
2379
+ def stroke_merge_by_distance(
2380
+ override_context: typing.Optional[
2381
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2382
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2383
+ undo: typing.Optional[bool] = None,
2384
+ *,
2385
+ threshold: typing.Optional[typing.Any] = 0.001,
2386
+ use_unselected: typing.Optional[typing.Union[bool, typing.
2387
+ Any]] = False):
2388
+ ''' Merge points by distance
2389
+
2390
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2391
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2392
+ :type undo: typing.Optional[bool]
2393
+ :param threshold: Threshold
2394
+ :type threshold: typing.Optional[typing.Any]
2395
+ :param use_unselected: Unselected, Use whole stroke, not only selected points
2396
+ :type use_unselected: typing.Optional[typing.Union[bool, typing.Any]]
2397
+ '''
2398
+
2399
+ ...
2400
+
2401
+
2402
+ def stroke_merge_material(
2403
+ override_context: typing.Optional[
2404
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2405
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2406
+ undo: typing.Optional[bool] = None,
2407
+ *,
2408
+ hue_threshold: typing.Optional[typing.Any] = 0.001,
2409
+ sat_threshold: typing.Optional[typing.Any] = 0.001,
2410
+ val_threshold: typing.Optional[typing.Any] = 0.001):
2411
+ ''' Replace materials in strokes merging similar
2412
+
2413
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2414
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2415
+ :type undo: typing.Optional[bool]
2416
+ :param hue_threshold: Hue Threshold
2417
+ :type hue_threshold: typing.Optional[typing.Any]
2418
+ :param sat_threshold: Saturation Threshold
2419
+ :type sat_threshold: typing.Optional[typing.Any]
2420
+ :param val_threshold: Value Threshold
2421
+ :type val_threshold: typing.Optional[typing.Any]
2422
+ '''
2423
+
2424
+ ...
2425
+
2426
+
2427
+ def stroke_normalize(
2428
+ override_context: typing.Optional[
2429
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2430
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2431
+ undo: typing.Optional[bool] = None,
2432
+ *,
2433
+ mode: typing.Optional[typing.Any] = 'THICKNESS',
2434
+ factor: typing.Optional[typing.Any] = 1.0,
2435
+ value: typing.Optional[typing.Any] = 10):
2436
+ ''' Normalize stroke attributes
2437
+
2438
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2439
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2440
+ :type undo: typing.Optional[bool]
2441
+ :param mode: Mode, Attribute to be normalized * ``THICKNESS`` Thickness -- Normalizes the stroke thickness by making all points use the same thickness value. * ``OPACITY`` Opacity -- Normalizes the stroke opacity by making all points use the same opacity value.
2442
+ :type mode: typing.Optional[typing.Any]
2443
+ :param factor: Factor
2444
+ :type factor: typing.Optional[typing.Any]
2445
+ :param value: Value, Value
2446
+ :type value: typing.Optional[typing.Any]
2447
+ '''
2448
+
2449
+ ...
2450
+
2451
+
2452
+ def stroke_outline(
2453
+ override_context: typing.Optional[
2454
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2455
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2456
+ undo: typing.Optional[bool] = None,
2457
+ *,
2458
+ view_mode: typing.Optional[typing.Any] = 'VIEW',
2459
+ material_mode: typing.Optional[typing.Any] = 'ACTIVE',
2460
+ thickness: typing.Optional[typing.Any] = 1,
2461
+ keep: typing.Optional[typing.Union[bool, typing.Any]] = True,
2462
+ subdivisions: typing.Optional[typing.Any] = 3,
2463
+ length: typing.Optional[typing.Any] = 0.0):
2464
+ ''' Convert stroke to perimeter
2465
+
2466
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2467
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2468
+ :type undo: typing.Optional[bool]
2469
+ :param view_mode: View
2470
+ :type view_mode: typing.Optional[typing.Any]
2471
+ :param material_mode: Material Mode * ``ACTIVE`` Active Material. * ``KEEP`` Keep Material -- Keep current stroke material. * ``NEW`` New Material.
2472
+ :type material_mode: typing.Optional[typing.Any]
2473
+ :param thickness: Thickness, Thickness of the stroke perimeter
2474
+ :type thickness: typing.Optional[typing.Any]
2475
+ :param keep: Keep Shape, Try to keep global shape when the stroke thickness change
2476
+ :type keep: typing.Optional[typing.Union[bool, typing.Any]]
2477
+ :param subdivisions: Subdivisions
2478
+ :type subdivisions: typing.Optional[typing.Any]
2479
+ :param length: Sample Length
2480
+ :type length: typing.Optional[typing.Any]
2481
+ '''
2482
+
2483
+ ...
2484
+
2485
+
2486
+ def stroke_reset_vertex_color(
2487
+ override_context: typing.Optional[
2488
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2489
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2490
+ undo: typing.Optional[bool] = None,
2491
+ *,
2492
+ mode: typing.Optional[typing.Any] = 'BOTH'):
2493
+ ''' Reset vertex color for all or selected strokes
2494
+
2495
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2496
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2497
+ :type undo: typing.Optional[bool]
2498
+ :param mode: Mode * ``STROKE`` Stroke -- Reset Vertex Color to Stroke only. * ``FILL`` Fill -- Reset Vertex Color to Fill only. * ``BOTH`` Stroke & Fill -- Reset Vertex Color to Stroke and Fill.
2499
+ :type mode: typing.Optional[typing.Any]
2500
+ '''
2501
+
2502
+ ...
2503
+
2504
+
2505
+ def stroke_sample(
2506
+ override_context: typing.Optional[
2507
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2508
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2509
+ undo: typing.Optional[bool] = None,
2510
+ *,
2511
+ length: typing.Optional[typing.Any] = 0.1,
2512
+ sharp_threshold: typing.Optional[typing.Any] = 0.1):
2513
+ ''' Sample stroke points to predefined segment length
2514
+
2515
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2516
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2517
+ :type undo: typing.Optional[bool]
2518
+ :param length: Length
2519
+ :type length: typing.Optional[typing.Any]
2520
+ :param sharp_threshold: Sharp Threshold
2521
+ :type sharp_threshold: typing.Optional[typing.Any]
2522
+ '''
2523
+
2524
+ ...
2525
+
2526
+
2527
+ def stroke_separate(
2528
+ override_context: typing.Optional[
2529
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2530
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2531
+ undo: typing.Optional[bool] = None,
2532
+ *,
2533
+ mode: typing.Optional[typing.Any] = 'POINT'):
2534
+ ''' Separate the selected strokes or layer in a new grease pencil object
2535
+
2536
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2537
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2538
+ :type undo: typing.Optional[bool]
2539
+ :param mode: Mode * ``POINT`` Selected Points -- Separate the selected points. * ``STROKE`` Selected Strokes -- Separate the selected strokes. * ``LAYER`` Active Layer -- Separate the strokes of the current layer.
2540
+ :type mode: typing.Optional[typing.Any]
2541
+ '''
2542
+
2543
+ ...
2544
+
2545
+
2546
+ def stroke_simplify(
2547
+ override_context: typing.Optional[
2548
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2549
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2550
+ undo: typing.Optional[bool] = None,
2551
+ *,
2552
+ factor: typing.Optional[typing.Any] = 0.0):
2553
+ ''' Simplify selected strokes, reducing number of points
2554
+
2555
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2556
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2557
+ :type undo: typing.Optional[bool]
2558
+ :param factor: Factor
2559
+ :type factor: typing.Optional[typing.Any]
2560
+ '''
2561
+
2562
+ ...
2563
+
2564
+
2565
+ def stroke_simplify_fixed(
2566
+ override_context: typing.Optional[
2567
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2568
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2569
+ undo: typing.Optional[bool] = None,
2570
+ *,
2571
+ step: typing.Optional[typing.Any] = 1):
2572
+ ''' Simplify selected strokes, reducing number of points using fixed algorithm
2573
+
2574
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2575
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2576
+ :type undo: typing.Optional[bool]
2577
+ :param step: Steps, Number of simplify steps
2578
+ :type step: typing.Optional[typing.Any]
2579
+ '''
2580
+
2581
+ ...
2582
+
2583
+
2584
+ def stroke_smooth(
2585
+ override_context: typing.Optional[
2586
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2587
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2588
+ undo: typing.Optional[bool] = None,
2589
+ *,
2590
+ repeat: typing.Optional[typing.Any] = 2,
2591
+ factor: typing.Optional[typing.Any] = 1.0,
2592
+ only_selected: typing.Optional[typing.Union[bool, typing.Any]] = True,
2593
+ smooth_position: typing.Optional[typing.Union[bool, typing.
2594
+ Any]] = True,
2595
+ smooth_thickness: typing.Optional[typing.Union[bool, typing.
2596
+ Any]] = True,
2597
+ smooth_strength: typing.Optional[typing.Union[bool, typing.
2598
+ Any]] = False,
2599
+ smooth_uv: typing.Optional[typing.Union[bool, typing.Any]] = False):
2600
+ ''' Smooth selected strokes
2601
+
2602
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2603
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2604
+ :type undo: typing.Optional[bool]
2605
+ :param repeat: Repeat
2606
+ :type repeat: typing.Optional[typing.Any]
2607
+ :param factor: Factor
2608
+ :type factor: typing.Optional[typing.Any]
2609
+ :param only_selected: Selected Points, Smooth only selected points in the stroke
2610
+ :type only_selected: typing.Optional[typing.Union[bool, typing.Any]]
2611
+ :param smooth_position: Position
2612
+ :type smooth_position: typing.Optional[typing.Union[bool, typing.Any]]
2613
+ :param smooth_thickness: Thickness
2614
+ :type smooth_thickness: typing.Optional[typing.Union[bool, typing.Any]]
2615
+ :param smooth_strength: Strength
2616
+ :type smooth_strength: typing.Optional[typing.Union[bool, typing.Any]]
2617
+ :param smooth_uv: UV
2618
+ :type smooth_uv: typing.Optional[typing.Union[bool, typing.Any]]
2619
+ '''
2620
+
2621
+ ...
2622
+
2623
+
2624
+ def stroke_split(
2625
+ override_context: typing.Optional[
2626
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2627
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2628
+ undo: typing.Optional[bool] = None):
2629
+ ''' Split selected points as new stroke on same frame
2630
+
2631
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2632
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2633
+ :type undo: typing.Optional[bool]
2634
+ '''
2635
+
2636
+ ...
2637
+
2638
+
2639
+ def stroke_start_set(
2640
+ override_context: typing.Optional[
2641
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2642
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2643
+ undo: typing.Optional[bool] = None):
2644
+ ''' Set start point for cyclic strokes
2645
+
2646
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2647
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2648
+ :type undo: typing.Optional[bool]
2649
+ '''
2650
+
2651
+ ...
2652
+
2653
+
2654
+ def stroke_subdivide(
2655
+ override_context: typing.Optional[
2656
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2657
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2658
+ undo: typing.Optional[bool] = None,
2659
+ *,
2660
+ number_cuts: typing.Optional[typing.Any] = 1,
2661
+ factor: typing.Optional[typing.Any] = 0.0,
2662
+ repeat: typing.Optional[typing.Any] = 1,
2663
+ only_selected: typing.Optional[typing.Union[bool, typing.Any]] = True,
2664
+ smooth_position: typing.Optional[typing.Union[bool, typing.
2665
+ Any]] = True,
2666
+ smooth_thickness: typing.Optional[typing.Union[bool, typing.
2667
+ Any]] = True,
2668
+ smooth_strength: typing.Optional[typing.Union[bool, typing.
2669
+ Any]] = False,
2670
+ smooth_uv: typing.Optional[typing.Union[bool, typing.Any]] = False):
2671
+ ''' Subdivide between continuous selected points of the stroke adding a point half way between them
2672
+
2673
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2674
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2675
+ :type undo: typing.Optional[bool]
2676
+ :param number_cuts: Number of Cuts
2677
+ :type number_cuts: typing.Optional[typing.Any]
2678
+ :param factor: Smooth
2679
+ :type factor: typing.Optional[typing.Any]
2680
+ :param repeat: Repeat
2681
+ :type repeat: typing.Optional[typing.Any]
2682
+ :param only_selected: Selected Points, Smooth only selected points in the stroke
2683
+ :type only_selected: typing.Optional[typing.Union[bool, typing.Any]]
2684
+ :param smooth_position: Position
2685
+ :type smooth_position: typing.Optional[typing.Union[bool, typing.Any]]
2686
+ :param smooth_thickness: Thickness
2687
+ :type smooth_thickness: typing.Optional[typing.Union[bool, typing.Any]]
2688
+ :param smooth_strength: Strength
2689
+ :type smooth_strength: typing.Optional[typing.Union[bool, typing.Any]]
2690
+ :param smooth_uv: UV
2691
+ :type smooth_uv: typing.Optional[typing.Union[bool, typing.Any]]
2692
+ '''
2693
+
2694
+ ...
2695
+
2696
+
2697
+ def stroke_trim(
2698
+ override_context: typing.Optional[
2699
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2700
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2701
+ undo: typing.Optional[bool] = None):
2702
+ ''' Trim selected stroke to first loop or intersection
2703
+
2704
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2705
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2706
+ :type undo: typing.Optional[bool]
2707
+ '''
2708
+
2709
+ ...
2710
+
2711
+
2712
+ def time_segment_add(
2713
+ override_context: typing.Optional[
2714
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2715
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2716
+ undo: typing.Optional[bool] = None,
2717
+ *,
2718
+ modifier: typing.Union[str, typing.Any] = ""):
2719
+ ''' Add a segment to the time modifier
2720
+
2721
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2722
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2723
+ :type undo: typing.Optional[bool]
2724
+ :param modifier: Modifier, Name of the modifier to edit
2725
+ :type modifier: typing.Union[str, typing.Any]
2726
+ '''
2727
+
2728
+ ...
2729
+
2730
+
2731
+ def time_segment_move(
2732
+ override_context: typing.Optional[
2733
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2734
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2735
+ undo: typing.Optional[bool] = None,
2736
+ *,
2737
+ modifier: typing.Union[str, typing.Any] = "",
2738
+ type: typing.Optional[typing.Any] = 'UP'):
2739
+ ''' Move the active time segment up or down
2740
+
2741
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2742
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2743
+ :type undo: typing.Optional[bool]
2744
+ :param modifier: Modifier, Name of the modifier to edit
2745
+ :type modifier: typing.Union[str, typing.Any]
2746
+ :param type: Type
2747
+ :type type: typing.Optional[typing.Any]
2748
+ '''
2749
+
2750
+ ...
2751
+
2752
+
2753
+ def time_segment_remove(
2754
+ override_context: typing.Optional[
2755
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2756
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2757
+ undo: typing.Optional[bool] = None,
2758
+ *,
2759
+ modifier: typing.Union[str, typing.Any] = "",
2760
+ index: typing.Optional[typing.Any] = 0):
2761
+ ''' Remove the active segment from the time modifier
2762
+
2763
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2764
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2765
+ :type undo: typing.Optional[bool]
2766
+ :param modifier: Modifier, Name of the modifier to edit
2767
+ :type modifier: typing.Union[str, typing.Any]
2768
+ :param index: Index, Index of the segment to remove
2769
+ :type index: typing.Optional[typing.Any]
2770
+ '''
2771
+
2772
+ ...
2773
+
2774
+
2775
+ def tint_flip(
2776
+ override_context: typing.Optional[
2777
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2778
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2779
+ undo: typing.Optional[bool] = None):
2780
+ ''' Switch tint colors :File: `startup/bl_ui/properties_grease_pencil_common.py\:905 <https://projects.blender.org/blender/blender/src/branch/main/scripts/startup/bl_ui/properties_grease_pencil_common.py#L905>`__
2781
+
2782
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2783
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2784
+ :type undo: typing.Optional[bool]
2785
+ '''
2786
+
2787
+ ...
2788
+
2789
+
2790
+ def trace_image(
2791
+ override_context: typing.Optional[
2792
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2793
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2794
+ undo: typing.Optional[bool] = None,
2795
+ *,
2796
+ target: typing.Optional[typing.Any] = 'NEW',
2797
+ thickness: typing.Optional[typing.Any] = 10,
2798
+ resolution: typing.Optional[typing.Any] = 5,
2799
+ scale: typing.Optional[typing.Any] = 1.0,
2800
+ sample: typing.Optional[typing.Any] = 0.0,
2801
+ threshold: typing.Optional[typing.Any] = 0.5,
2802
+ turnpolicy: typing.Optional[typing.Any] = 'MINORITY',
2803
+ mode: typing.Optional[typing.Any] = 'SINGLE',
2804
+ use_current_frame: typing.Optional[typing.Union[bool, typing.
2805
+ Any]] = True,
2806
+ frame_number: typing.Optional[typing.Any] = 0):
2807
+ ''' Extract Grease Pencil strokes from image
2808
+
2809
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2810
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2811
+ :type undo: typing.Optional[bool]
2812
+ :param target: Target Object, Target grease pencil
2813
+ :type target: typing.Optional[typing.Any]
2814
+ :param thickness: Thickness
2815
+ :type thickness: typing.Optional[typing.Any]
2816
+ :param resolution: Resolution, Resolution of the generated curves
2817
+ :type resolution: typing.Optional[typing.Any]
2818
+ :param scale: Scale, Scale of the final stroke
2819
+ :type scale: typing.Optional[typing.Any]
2820
+ :param sample: Sample, Distance to sample points, zero to disable
2821
+ :type sample: typing.Optional[typing.Any]
2822
+ :param threshold: Color Threshold, Determine the lightness threshold above which strokes are generated
2823
+ :type threshold: typing.Optional[typing.Any]
2824
+ :param turnpolicy: Turn Policy, Determines how to resolve ambiguities during decomposition of bitmaps into paths * ``BLACK`` Black -- Prefers to connect black (foreground) components. * ``WHITE`` White -- Prefers to connect white (background) components. * ``LEFT`` Left -- Always take a left turn. * ``RIGHT`` Right -- Always take a right turn. * ``MINORITY`` Minority -- Prefers to connect the color (black or white) that occurs least frequently in the local neighborhood of the current position. * ``MAJORITY`` Majority -- Prefers to connect the color (black or white) that occurs most frequently in the local neighborhood of the current position. * ``RANDOM`` Random -- Choose pseudo-randomly.
2825
+ :type turnpolicy: typing.Optional[typing.Any]
2826
+ :param mode: Mode, Determines if trace simple image or full sequence * ``SINGLE`` Single -- Trace the current frame of the image. * ``SEQUENCE`` Sequence -- Trace full sequence.
2827
+ :type mode: typing.Optional[typing.Any]
2828
+ :param use_current_frame: Start At Current Frame, Trace Image starting in current image frame
2829
+ :type use_current_frame: typing.Optional[typing.Union[bool, typing.Any]]
2830
+ :param frame_number: Trace Frame, Used to trace only one frame of the image sequence, set to zero to trace all
2831
+ :type frame_number: typing.Optional[typing.Any]
2832
+ '''
2833
+
2834
+ ...
2835
+
2836
+
2837
+ def transform_fill(
2838
+ override_context: typing.Optional[
2839
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2840
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2841
+ undo: typing.Optional[bool] = None,
2842
+ *,
2843
+ mode: typing.Optional[typing.Any] = 'ROTATE',
2844
+ location: typing.Optional[typing.Any] = (0.0, 0.0),
2845
+ rotation: typing.Optional[typing.Any] = 0.0,
2846
+ scale: typing.Optional[typing.Any] = 0.0,
2847
+ release_confirm: typing.Optional[typing.Union[bool, typing.
2848
+ Any]] = False):
2849
+ ''' Transform grease pencil stroke fill
2850
+
2851
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2852
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2853
+ :type undo: typing.Optional[bool]
2854
+ :param mode: Mode
2855
+ :type mode: typing.Optional[typing.Any]
2856
+ :param location: Location
2857
+ :type location: typing.Optional[typing.Any]
2858
+ :param rotation: Rotation
2859
+ :type rotation: typing.Optional[typing.Any]
2860
+ :param scale: Scale
2861
+ :type scale: typing.Optional[typing.Any]
2862
+ :param release_confirm: Confirm on Release
2863
+ :type release_confirm: typing.Optional[typing.Union[bool, typing.Any]]
2864
+ '''
2865
+
2866
+ ...
2867
+
2868
+
2869
+ def unlock_all(
2870
+ override_context: typing.Optional[
2871
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2872
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2873
+ undo: typing.Optional[bool] = None):
2874
+ ''' Unlock all Grease Pencil layers so that they can be edited
2875
+
2876
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2877
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2878
+ :type undo: typing.Optional[bool]
2879
+ '''
2880
+
2881
+ ...
2882
+
2883
+
2884
+ def vertex_color_brightness_contrast(
2885
+ override_context: typing.Optional[
2886
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2887
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2888
+ undo: typing.Optional[bool] = None,
2889
+ *,
2890
+ mode: typing.Optional[typing.Any] = 'BOTH',
2891
+ brightness: typing.Optional[typing.Any] = 0.0,
2892
+ contrast: typing.Optional[typing.Any] = 0.0):
2893
+ ''' Adjust vertex color brightness/contrast
2894
+
2895
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2896
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2897
+ :type undo: typing.Optional[bool]
2898
+ :param mode: Mode
2899
+ :type mode: typing.Optional[typing.Any]
2900
+ :param brightness: Brightness
2901
+ :type brightness: typing.Optional[typing.Any]
2902
+ :param contrast: Contrast
2903
+ :type contrast: typing.Optional[typing.Any]
2904
+ '''
2905
+
2906
+ ...
2907
+
2908
+
2909
+ def vertex_color_hsv(
2910
+ override_context: typing.Optional[
2911
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2912
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2913
+ undo: typing.Optional[bool] = None,
2914
+ *,
2915
+ mode: typing.Optional[typing.Any] = 'BOTH',
2916
+ h: typing.Optional[typing.Any] = 0.5,
2917
+ s: typing.Optional[typing.Any] = 1.0,
2918
+ v: typing.Optional[typing.Any] = 1.0):
2919
+ ''' Adjust vertex color HSV values
2920
+
2921
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2922
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2923
+ :type undo: typing.Optional[bool]
2924
+ :param mode: Mode
2925
+ :type mode: typing.Optional[typing.Any]
2926
+ :param h: Hue
2927
+ :type h: typing.Optional[typing.Any]
2928
+ :param s: Saturation
2929
+ :type s: typing.Optional[typing.Any]
2930
+ :param v: Value
2931
+ :type v: typing.Optional[typing.Any]
2932
+ '''
2933
+
2934
+ ...
2935
+
2936
+
2937
+ def vertex_color_invert(
2938
+ override_context: typing.Optional[
2939
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2940
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2941
+ undo: typing.Optional[bool] = None,
2942
+ *,
2943
+ mode: typing.Optional[typing.Any] = 'BOTH'):
2944
+ ''' Invert RGB values
2945
+
2946
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2947
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2948
+ :type undo: typing.Optional[bool]
2949
+ :param mode: Mode
2950
+ :type mode: typing.Optional[typing.Any]
2951
+ '''
2952
+
2953
+ ...
2954
+
2955
+
2956
+ def vertex_color_levels(
2957
+ override_context: typing.Optional[
2958
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2959
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2960
+ undo: typing.Optional[bool] = None,
2961
+ *,
2962
+ mode: typing.Optional[typing.Any] = 'BOTH',
2963
+ offset: typing.Optional[typing.Any] = 0.0,
2964
+ gain: typing.Optional[typing.Any] = 1.0):
2965
+ ''' Adjust levels of vertex colors
2966
+
2967
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2968
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2969
+ :type undo: typing.Optional[bool]
2970
+ :param mode: Mode
2971
+ :type mode: typing.Optional[typing.Any]
2972
+ :param offset: Offset, Value to add to colors
2973
+ :type offset: typing.Optional[typing.Any]
2974
+ :param gain: Gain, Value to multiply colors by
2975
+ :type gain: typing.Optional[typing.Any]
2976
+ '''
2977
+
2978
+ ...
2979
+
2980
+
2981
+ def vertex_color_set(
2982
+ override_context: typing.Optional[
2983
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
2984
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
2985
+ undo: typing.Optional[bool] = None,
2986
+ *,
2987
+ mode: typing.Optional[typing.Any] = 'BOTH',
2988
+ factor: typing.Optional[typing.Any] = 1.0):
2989
+ ''' Set active color to all selected vertex
2990
+
2991
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
2992
+ :type execution_context: typing.Optional[typing.Union[str, int]]
2993
+ :type undo: typing.Optional[bool]
2994
+ :param mode: Mode
2995
+ :type mode: typing.Optional[typing.Any]
2996
+ :param factor: Factor, Mix Factor
2997
+ :type factor: typing.Optional[typing.Any]
2998
+ '''
2999
+
3000
+ ...
3001
+
3002
+
3003
+ def vertex_group_assign(
3004
+ override_context: typing.Optional[
3005
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3006
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3007
+ undo: typing.Optional[bool] = None):
3008
+ ''' Assign the selected vertices to the active vertex group
3009
+
3010
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3011
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3012
+ :type undo: typing.Optional[bool]
3013
+ '''
3014
+
3015
+ ...
3016
+
3017
+
3018
+ def vertex_group_deselect(
3019
+ override_context: typing.Optional[
3020
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3021
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3022
+ undo: typing.Optional[bool] = None):
3023
+ ''' Deselect all selected vertices assigned to the active vertex group
3024
+
3025
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3026
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3027
+ :type undo: typing.Optional[bool]
3028
+ '''
3029
+
3030
+ ...
3031
+
3032
+
3033
+ def vertex_group_invert(
3034
+ override_context: typing.Optional[
3035
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3036
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3037
+ undo: typing.Optional[bool] = None):
3038
+ ''' Invert weights to the active vertex group
3039
+
3040
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3041
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3042
+ :type undo: typing.Optional[bool]
3043
+ '''
3044
+
3045
+ ...
3046
+
3047
+
3048
+ def vertex_group_normalize(
3049
+ override_context: typing.Optional[
3050
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3051
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3052
+ undo: typing.Optional[bool] = None):
3053
+ ''' Normalize weights to the active vertex group
3054
+
3055
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3056
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3057
+ :type undo: typing.Optional[bool]
3058
+ '''
3059
+
3060
+ ...
3061
+
3062
+
3063
+ def vertex_group_normalize_all(
3064
+ override_context: typing.Optional[
3065
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3066
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3067
+ undo: typing.Optional[bool] = None,
3068
+ *,
3069
+ lock_active: typing.Optional[typing.Union[bool, typing.Any]] = True):
3070
+ ''' Normalize all weights of all vertex groups, so that for each vertex, the sum of all weights is 1.0
3071
+
3072
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3073
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3074
+ :type undo: typing.Optional[bool]
3075
+ :param lock_active: Lock Active, Keep the values of the active group while normalizing others
3076
+ :type lock_active: typing.Optional[typing.Union[bool, typing.Any]]
3077
+ '''
3078
+
3079
+ ...
3080
+
3081
+
3082
+ def vertex_group_remove_from(
3083
+ override_context: typing.Optional[
3084
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3085
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3086
+ undo: typing.Optional[bool] = None):
3087
+ ''' Remove the selected vertices from active or all vertex group(s)
3088
+
3089
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3090
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3091
+ :type undo: typing.Optional[bool]
3092
+ '''
3093
+
3094
+ ...
3095
+
3096
+
3097
+ def vertex_group_select(
3098
+ override_context: typing.Optional[
3099
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3100
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3101
+ undo: typing.Optional[bool] = None):
3102
+ ''' Select all the vertices assigned to the active vertex group
3103
+
3104
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3105
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3106
+ :type undo: typing.Optional[bool]
3107
+ '''
3108
+
3109
+ ...
3110
+
3111
+
3112
+ def vertex_group_smooth(
3113
+ override_context: typing.Optional[
3114
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3115
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3116
+ undo: typing.Optional[bool] = None,
3117
+ *,
3118
+ factor: typing.Optional[typing.Any] = 0.5,
3119
+ repeat: typing.Optional[typing.Any] = 1):
3120
+ ''' Smooth weights to the active vertex group
3121
+
3122
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3123
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3124
+ :type undo: typing.Optional[bool]
3125
+ :param factor: Factor
3126
+ :type factor: typing.Optional[typing.Any]
3127
+ :param repeat: Iterations
3128
+ :type repeat: typing.Optional[typing.Any]
3129
+ '''
3130
+
3131
+ ...
3132
+
3133
+
3134
+ def vertex_paint(
3135
+ override_context: typing.Optional[
3136
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3137
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3138
+ undo: typing.Optional[bool] = None,
3139
+ *,
3140
+ stroke: typing.Optional[bpy.types.bpy_prop_collection[
3141
+ 'bpy.types.OperatorStrokeElement']] = None,
3142
+ wait_for_input: typing.Optional[typing.Union[bool, typing.
3143
+ Any]] = True):
3144
+ ''' Paint stroke points with a color
3145
+
3146
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3147
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3148
+ :type undo: typing.Optional[bool]
3149
+ :param stroke: Stroke
3150
+ :type stroke: typing.Optional[bpy.types.bpy_prop_collection['bpy.types.OperatorStrokeElement']]
3151
+ :param wait_for_input: Wait for Input
3152
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
3153
+ '''
3154
+
3155
+ ...
3156
+
3157
+
3158
+ def vertexmode_toggle(
3159
+ override_context: typing.Optional[
3160
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3161
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3162
+ undo: typing.Optional[bool] = None,
3163
+ *,
3164
+ back: typing.Optional[typing.Union[bool, typing.Any]] = False):
3165
+ ''' Enter/Exit vertex paint mode for Grease Pencil strokes
3166
+
3167
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3168
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3169
+ :type undo: typing.Optional[bool]
3170
+ :param back: Return to Previous Mode, Return to previous mode
3171
+ :type back: typing.Optional[typing.Union[bool, typing.Any]]
3172
+ '''
3173
+
3174
+ ...
3175
+
3176
+
3177
+ def weight_paint(
3178
+ override_context: typing.Optional[
3179
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3180
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3181
+ undo: typing.Optional[bool] = None,
3182
+ *,
3183
+ stroke: typing.Optional[bpy.types.bpy_prop_collection[
3184
+ 'bpy.types.OperatorStrokeElement']] = None,
3185
+ wait_for_input: typing.Optional[typing.Union[bool, typing.
3186
+ Any]] = True):
3187
+ ''' Draw weight on stroke points
3188
+
3189
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3190
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3191
+ :type undo: typing.Optional[bool]
3192
+ :param stroke: Stroke
3193
+ :type stroke: typing.Optional[bpy.types.bpy_prop_collection['bpy.types.OperatorStrokeElement']]
3194
+ :param wait_for_input: Wait for Input
3195
+ :type wait_for_input: typing.Optional[typing.Union[bool, typing.Any]]
3196
+ '''
3197
+
3198
+ ...
3199
+
3200
+
3201
+ def weight_sample(
3202
+ override_context: typing.Optional[
3203
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3204
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3205
+ undo: typing.Optional[bool] = None):
3206
+ ''' Use the mouse to sample a weight in the 3D view
3207
+
3208
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3209
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3210
+ :type undo: typing.Optional[bool]
3211
+ '''
3212
+
3213
+ ...
3214
+
3215
+
3216
+ def weight_toggle_direction(
3217
+ override_context: typing.Optional[
3218
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3219
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3220
+ undo: typing.Optional[bool] = None):
3221
+ ''' Toggle Add/Subtract for the weight paint draw tool
3222
+
3223
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3224
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3225
+ :type undo: typing.Optional[bool]
3226
+ '''
3227
+
3228
+ ...
3229
+
3230
+
3231
+ def weightmode_toggle(
3232
+ override_context: typing.Optional[
3233
+ typing.Union[typing.Dict, 'bpy.types.Context']] = None,
3234
+ execution_context: typing.Optional[typing.Union[str, int]] = None,
3235
+ undo: typing.Optional[bool] = None,
3236
+ *,
3237
+ back: typing.Optional[typing.Union[bool, typing.Any]] = False):
3238
+ ''' Enter/Exit weight paint mode for Grease Pencil strokes
3239
+
3240
+ :type override_context: typing.Optional[typing.Union[typing.Dict, 'bpy.types.Context']]
3241
+ :type execution_context: typing.Optional[typing.Union[str, int]]
3242
+ :type undo: typing.Optional[bool]
3243
+ :param back: Return to Previous Mode, Return to previous mode
3244
+ :type back: typing.Optional[typing.Union[bool, typing.Any]]
3245
+ '''
3246
+
3247
+ ...