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
bc511df3da01ac101ef500846507d8db8a28643e
test
/
source
/
blender
/
nodes
/
texture
History
Bastien Montagne
207dca55f4
And more UI messages issues fixing... Thanks again to Gabriel Gazzán and Leon Cheung!
2013-02-15 18:19:20 +00:00
..
nodes
And more UI messages issues fixing... Thanks again to Gabriel Gazzán and Leon Cheung!
2013-02-15 18:19:20 +00:00
node_texture_tree.c
Internal node links are now cached in a per-node list, instead of being generated as a transient list that is returned from the callback and had to be freed by the caller. These internal links are used for muted nodes, disconnect operators and reroute nodes, to effectively replace the node with direct input-to-output links.
2012-10-25 16:49:06 +00:00
node_texture_util.c
code cleanup: use float sizes for function args.
2012-10-15 23:11:59 +00:00
node_texture_util.h
header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTree
2013-01-24 21:57:13 +00:00