THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
kannonier8
/
blender
Watch
1
Star
0
Fork
0
You've already forked blender
forked from
bartvdbraak/blender
Code
Pull Requests
Activity
30,082
Commits
2
Branches
0
Tags
753
MiB
C++
76%
Python
14.6%
C
5.2%
GLSL
1.8%
CMake
1.3%
Other
1%
152b06dc82
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Campbell Barton
152b06dc82
use a better method for finding the precision to use for float buttons, about 4x faster to calculate and will show for eg, 0.0108 rather than 0.01, but 0.0100001 still displays as 0.01.
2011-06-09 07:40:30 +00:00
build_files
Shuffle some build code around to ensure debug builds on Windows actually run too.
2011-06-08 11:53:07 +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
rna option not to save certain properties for redoing later, currently only used by operator presets.
2011-06-07 10:54:57 +00:00
source
use a better method for finding the precision to use for float buttons, about 4x faster to calculate and will show for eg, 0.0108 rather than 0.01, but 0.0100001 still displays as 0.01.
2011-06-09 07:40:30 +00:00
CMakeLists.txt
cmake: remove python include in the wm module, set opengl as a system include.
2011-06-08 05:39:58 +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
Shuffle some build code around to ensure debug builds on Windows actually run too.
2011-06-08 11:53:07 +00:00