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>2009-08-12 09:20:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-12 09:20:16 +0400
commit23e057185370f1aaccf13f86062f3622d25e950a (patch)
tree902cfbc0ec43aae4e1571fe80e028090f0ccb06c /source/blender/makesdna/DNA_userdef_types.h
parentc77e556b23e8df10a829bdeebe86d718bd5e5ca6 (diff)
added time units, currently only used when metric or imperial are enabled.
long/short units... day,d, hour,hr,h, minute,min,m, second,sec,s, millisecond,ms, microsecond,us Also may fix some bugs that were reported. Note, to convert fps to time evil_C needs to be used to get the scene.
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 6b9b1086c7f..ae0ad6cc0be 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -300,7 +300,7 @@ typedef struct UserDef {
int scrollback; /* console scrollback limit */
float unit_scale_length, pad1; /* maybe have other unit conversions? */
- char unit_type, unit_flag; /* imperial, metric etc */
+ char unit_system, unit_flag; /* imperial, metric etc */
short dpi; /* range 48-128? */
short encoding;
short transopts;