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,090
Commits
2
Branches
0
Tags
753
MiB
C++
76%
Python
14.6%
C
5.2%
GLSL
1.8%
CMake
1.3%
Other
1%
55c488abf0
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
Lukas Toenne
55c488abf0
Fix for GLSL material node inside groups. These were using the GPULink point from the input stack argument, but this only exists for directly linked nodes. If a node is linked directly to a group socket, which is not linked externally, the stack argument is actually the external group input.
2011-06-09 16:05:34 +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
Fix for GLSL material node inside groups. These were using the GPULink point from the input stack argument, but this only exists for directly linked nodes. If a node is linked directly to a group socket, which is not linked externally, the stack argument is actually the external group input.
2011-06-09 16:05:34 +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