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-03-21 05:18:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-21 05:18:20 +0300
commit6db1fb197c169633bef9b23542464f89e9c4dbe6 (patch)
tree1b8706cb2e5962b02d0034cfc470a88018a386db /source/blender/makesdna/DNA_gpencil_modifier_types.h
parentb4e96550ce595a3f3c50a251033b41c2c117260a (diff)
Cleanup: spelling, doxygen comment formatting
Diffstat (limited to 'source/blender/makesdna/DNA_gpencil_modifier_types.h')
-rw-r--r--source/blender/makesdna/DNA_gpencil_modifier_types.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_modifier_types.h b/source/blender/makesdna/DNA_gpencil_modifier_types.h
index 19555d93964..bc046a3b830 100644
--- a/source/blender/makesdna/DNA_gpencil_modifier_types.h
+++ b/source/blender/makesdna/DNA_gpencil_modifier_types.h
@@ -846,8 +846,10 @@ typedef struct LineartGpencilModifierData {
struct Material *target_material;
char target_layer[64];
- /** These two variables are to pass on vertex group information from mesh to strokes.
- * vgname specifies which vertex groups our strokes from source_vertex_group will go to. */
+ /**
+ * These two variables are to pass on vertex group information from mesh to strokes.
+ * `vgname` specifies which vertex groups our strokes from source_vertex_group will go to.
+ */
char source_vertex_group[64];
char vgname[64];
@@ -857,10 +859,10 @@ typedef struct LineartGpencilModifierData {
unsigned char transparency_flags; /* eLineartGpencilTransparencyFlags */
unsigned char transparency_mask;
- /** 0-1 range for cosine angle */
+ /** `0..1` range for cosine angle */
float crease_threshold;
- /** 0-PI angle, for splitting strokes at sharp points */
+ /** `0..PI` angle, for splitting strokes at sharp points. */
float angle_splitting_threshold;
/* CPU mode */