Blender Git Loki
Git Commits -> Revision 288010c
Revision 288010c by Lukas Toenne (hair_system) August 13, 2014, 11:11 (GMT) |
Expose the hair render data via an emitter in the RNA for cycles. The way this has to be constructed is quite ugly atm, due to limited support for transient data such as iterators in the RNA. The alternative would be to cache the hair data as a whole, which means allocating and copying lots of memory. Eventually it would be nice to support this sort of think in the RNA API ... |
Commit Details:
Full Hash: 288010c1c2dacde87756f34cb48af8f239012957
Parent Commit: 6bbaa9e
Lines Changed: +166, -2