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
2feac552ebbe22d6ddbb4be0d830238459dc678d
test
/
source
/
blender
/
nodes
History
Sergey Sharybin
0c6c907cf7
Tag unused variables
2012-07-30 08:08:04 +00:00
..
composite
Tag unused variables
2012-07-30 08:08:04 +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
== compositor ==
2012-07-29 15:48:38 +00:00
NOD_composite.h
== compositor ==
2012-07-29 15:48:38 +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