Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-12-09 12:11:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-12-09 12:11:29 +0300
commit15a428eab0e0a0ca63953d71e8fc719e4a06c612 (patch)
tree7d4581c41890bb589fed0fffe917dd87a3b4eac8 /source/blender/gpencil_modifiers/MOD_gpencil_lineart.h
parent8aed5dbcf8e05675be8128b6197026e480622254 (diff)
Cleanup: move public doc-strings into headers for 'gpencil_modifiers'
Removed doc-strings for operator definitions as they didn't provide useful information in addition to the operators own description. Ref T92709
Diffstat (limited to 'source/blender/gpencil_modifiers/MOD_gpencil_lineart.h')
-rw-r--r--source/blender/gpencil_modifiers/MOD_gpencil_lineart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpencil_modifiers/MOD_gpencil_lineart.h b/source/blender/gpencil_modifiers/MOD_gpencil_lineart.h
index 7d75ed5804e..95028ee959d 100644
--- a/source/blender/gpencil_modifiers/MOD_gpencil_lineart.h
+++ b/source/blender/gpencil_modifiers/MOD_gpencil_lineart.h
@@ -23,6 +23,7 @@
#include "DNA_windowmanager_types.h"
/* Operator types should be in exposed header. */
+
void OBJECT_OT_lineart_bake_strokes(struct wmOperatorType *ot);
void OBJECT_OT_lineart_bake_strokes_all(struct wmOperatorType *ot);
void OBJECT_OT_lineart_clear(struct wmOperatorType *ot);