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>2019-02-27 16:34:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-27 17:04:32 +0300
commit117bc1477e3c280587b6a484cf739b93e51db612 (patch)
treec8345181d9da2bfeb68c2af35e879edb5cf289b6 /source/blender/editors/transform/transform.h
parent87066782e720257bef19450f0e3f7c739101b9b8 (diff)
Cleanup: remove redundant property assignment
Also cleanup comments
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index d6121948b90..950390c24b3 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -769,14 +769,7 @@ enum {
/* transinfo->con->mode */
enum {
- /**
- * TODO(campbell): this has two meanings:
- * - Constraint axes.
- * - Transform values are evaluated in different orientation.
- *
- * We should split out this second meaning into another flag
- * because transform logic becomes hard to follow when we're
- * only want to support an alternate orientation. */
+ /** When set constraints are in use. */
CON_APPLY = 1 << 0,
/** These are only used for modal execution. */
CON_AXIS0 = 1 << 1,
@@ -859,7 +852,6 @@ struct wmKeyMap *transform_modal_keymap(struct wmKeyConfig *keyconf);
/*********************** transform_conversions.c ********** */
-struct ListBase;
void flushTransIntFrameActionData(TransInfo *t);
void flushTransGraphData(TransInfo *t);