This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test
Watch
1
Star
0
Fork
0
You've already forked test
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
26541afc8b9bfa0b11ecd2dcdab120cfcfff5d92
test
/
source
/
blender
/
compositor
History
Lukas Toenne
36127e1255
Added compositor graph functions for removing socket connections explicitly in convertToOperations. The InputSocket->unlink function should only be used in combination with relinkConnectionsDuplicate, in which case the original node connection will still exist. This would trigger an assert failure, so the original connection should be removed. Only node using this atm is the channel separation node, but will be needed for future group nodes too.
2012-10-29 14:04:51 +00:00
..
intern
Added compositor graph functions for removing socket connections explicitly in convertToOperations. The InputSocket->unlink function should only be used in combination with relinkConnectionsDuplicate, in which case the original node connection will still exist. This would trigger an assert failure, so the original connection should be removed. Only node using this atm is the channel separation node, but will be needed for future group nodes too.
2012-10-29 14:04:51 +00:00
nodes
Added compositor graph functions for removing socket connections explicitly in convertToOperations. The InputSocket->unlink function should only be used in combination with relinkConnectionsDuplicate, in which case the original node connection will still exist. This would trigger an assert failure, so the original connection should be removed. Only node using this atm is the channel separation node, but will be needed for future group nodes too.
2012-10-29 14:04:51 +00:00
operations
style cleanup
2012-10-28 15:23:16 +00:00
CMakeLists.txt
Adding a pixelate node.
2012-10-24 08:36:10 +00:00
COM_compositor.h
Color Management, Stage 2: Switch color pipeline to use OpenColorIO
2012-09-15 10:05:07 +00:00
COM_defines.h
use define for bokeh blur size, also define size of determineResolution args.
2012-08-10 13:23:31 +00:00
SConscript
generate COM_OpenCLKernels.cl.h automatically at build time, this allows editing COM_OpenCLKernels.cl and rebuilding and means we dont have to have both files in svn.
2012-08-09 19:59:36 +00:00