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
8e9b6daa8ea5d47fad5e9ec4e8a75c2df7f9b2dc
test2
/
source
/
blender
/
compositor
History
Lukas Toenne
b503af3d37
Fix for
#35291
, Deleting 'Group Output' node in compositor causes Segfault. A group without an output node in compositor would leave the original Node instance in the graph with outgoing connections. This causes trouble because the Node is expected to be a NodeOperation. Now group nodes always get disconnected and if no output node is present will use the default group output values (which is slightly less confusing than using input values from connected nodes).
2013-05-10 12:19:42 +00:00
..
intern
correction for uv template, also some doxygen comment corrections.
2013-05-05 18:41:45 +00:00
nodes
Fix for
#35291
, Deleting 'Group Output' node in compositor causes Segfault. A group without an output node in compositor would leave the original Node instance in the graph with outgoing connections. This causes trouble because the Node is expected to be a NodeOperation. Now group nodes always get disconnected and if no output node is present will use the default group output values (which is slightly less confusing than using input values from connected nodes).
2013-05-10 12:19:42 +00:00
operations
style cleanup
2013-04-08 04:39:09 +00:00
CMakeLists.txt
code cleanup: misc warnings/style
2013-03-21 02:58:21 +00:00
COM_compositor.h
code cleanup: unused vars in collada, preprocessor formatting & warning in mingw.
2013-03-04 00:53:57 +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
Move opencl and reigidbody from source/blender/ to intern/
2013-02-01 06:24:49 +00:00