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>2012-04-12 11:40:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-12 11:40:47 +0400
commitc74ace03e025b9ee94664f2ec8291279effb3500 (patch)
treee09f248ed6fb07de69d5ab1101d751defc0b2153 /source/blender/makesdna/intern
parent30888ac25c3fe76e50cdcc940419b247840b05ff (diff)
fix [#30907] Inset tool with Select Outer disabled does not allow translation of new faces
inset with select-inner faces gave invalid selection. also correct spelling in some comments.
Diffstat (limited to 'source/blender/makesdna/intern')
-rw-r--r--source/blender/makesdna/intern/makesdna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/intern/makesdna.c b/source/blender/makesdna/intern/makesdna.c
index ae6432dcbe4..deb3b88a910 100644
--- a/source/blender/makesdna/intern/makesdna.c
+++ b/source/blender/makesdna/intern/makesdna.c
@@ -1179,7 +1179,7 @@ int main(int argc, char ** argv)
return(return_status);
}
-// include files for automatic dependancies
+/* include files for automatic dependencies */
#include "DNA_listBase.h"
#include "DNA_vec_types.h"
#include "DNA_ID.h"