Go to file
Campbell Barton 06c3756db8 smarter precision calculation, so 0.000001 isn't displayed as 0.00.
there is a minor problem with this commit:
 0.00001 --> 0.00001 # good
 0.000015 --> 0.000015 # good
 0.0000199 --> 0.00002 # ok
 0.00002 --> 0.000020 # wrong, has trailing 0

Tried to fix this but the case is hard to check for without more calculations which Id like to avoid.
2011-06-07 04:06:10 +00:00
build_files fix from nico_ga on IRC, building on MSVC with jack but not ffmpeg. 2011-06-06 08:40:47 +00:00
doc quiet 2 compiler warnings and update man page 2011-06-04 03:07:56 +00:00
extern update to glew 1.6 from 1.5.8 2011-06-02 00:05:54 +00:00
intern SVN maintenance. 2011-06-05 00:10:20 +00:00
release UI: fix render properties panel order, it didn't match order in startup.blend, 2011-06-06 20:04:58 +00:00
source smarter precision calculation, so 0.000001 isn't displayed as 0.00. 2011-06-07 04:06:10 +00:00
CMakeLists.txt CMake option 'WITH_HEADLESS' to build blender in headless mode (no x11/xlib) with NULL ghost classe. 2011-06-04 14:12:55 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile avoid cd'ing with the makefile stub 2011-06-06 16:00:32 +00:00
SConstruct Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00