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
173b998735ee30bdb4335ae2c65cf656d9249504
test
/
source
/
blender
/
nodes
History
Campbell Barton
4c02549d5d
remove references to raskter from compositor and BKE mask.
2012-07-31 16:04:47 +00:00
..
composite
remove references to raskter from compositor and BKE mask.
2012-07-31 16:04:47 +00:00
intern
More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise->normalize).
2012-07-03 19:09:07 +00:00
shader
Added a particle index output to the Particle Info Cycles node. This is required to get consistent ID numbers for particles. The Object ID is not usable since it's a user defined value of the instanced object, which does not vary per instance. Also the random value from the object info node is not consistent over time, since it only depends on the index in the dupli list (so each emitted or dying particle shifts the value).
2012-07-26 11:40:58 +00:00
texture
use fabsf when using floats.
2012-07-21 15:27:40 +00:00
CMakeLists.txt
Mango request: added an input node to use track's position in compositor
2012-07-10 11:01:25 +00:00
NOD_composite.h
Implementation of node for track position input
2012-06-19 17:29:58 +00:00
NOD_shader.h
Particle Info node for Cycles. This can be used to access particle information in material shaders for dupli objects. For now only the particle Age and individual Lifetime (in frames) are supported, more attributes can be added when needed.
2012-06-08 16:17:57 +00:00
NOD_socket.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
NOD_texture.h
unify include guard defines, __$FILENAME__
2012-02-17 18:59:41 +00:00
SConscript
Scons:
2012-06-30 22:44:36 +00:00