This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
41ebd0bb77cf532fa8b95dc0dee62cd21da574d4
test2
/
source
/
blender
/
nodes
/
composite
History
Lukas Toenne
d02aed6c64
Fix for image node: has to check the number of actual node sockets before accessing the output data stack, to avoid reading uninitialized memory.
2012-04-21 13:36:57 +00:00
..
nodes
Fix for image node: has to check the number of actual node sockets before accessing the output data stack, to avoid reading uninitialized memory.
2012-04-21 13:36:57 +00:00
node_composite_tree.c
Dynamic output sockets for the image input node. This is needed to enable the node to read arbitrary multilayer exr files. Output sockets of this node are now generated dynamically when the image is updated. The image buffer has to be loaded to detect multilayer files on update.
2012-04-16 13:49:33 +00:00
node_composite_util.c
code cleanup: use uppercase defines and change drawFCurveFade into static function.
2012-03-31 04:04:58 +00:00
node_composite_util.h
Implements a new operator for detaching nodes. In the process i overhauled the node muting system as well.
2012-02-27 17:38:16 +00:00