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
5bcdecd72b24d337d53dd5da37eecb942449abc1
test
/
source
/
blender
/
compositor
History
Campbell Barton
8ae89f4942
speedup to inpaint node in my tests was about ~30% for an optimized build.
...
also replace MIN/MAX2 with inline functions in transform.
2012-08-07 09:20:30 +00:00
..
intern
Tile fix: Use the validity flag in node links directly instead of the indirect node level check for cyclic links to avoid crash in cases of invalid links, which can be created in some situations (reroute nodes). The link flag may have been set by additional constraints. It is much simpler to use and avoids the redundant check.
2012-08-06 19:11:59 +00:00
nodes
inpaint node from tomato branch by Peter Schlaile
2012-08-06 13:45:11 +00:00
operations
speedup to inpaint node in my tests was about ~30% for an optimized build.
2012-08-07 09:20:30 +00:00
CMakeLists.txt
inpaint node from tomato branch by Peter Schlaile
2012-08-06 13:45:11 +00:00
COM_compositor.h
style cleanup: compositor
2012-08-03 10:19:13 +00:00
COM_defines.h
* Enabled OpenCL for the compositor
2012-06-18 21:20:11 +00:00
SConscript
fix for linking with scons.
2012-07-16 08:42:55 +00:00