Blender Git Commit Log
Git Commits -> Revision bfe9fc2
April 9, 2015, 10:11 (GMT) |
Extended Cycles to support both parent and child strands. The code for syncing Strands and StrandsChildren data to Cycles curves is almost identical, so to avoid code duplication a little templated traits type has been defined, which provides the appropriate accessors for both cases. This is very local and should not be too confusing. |
Commit Details:
Full Hash: bfe9fc218d2a5d7201803b381da5dfe1b0491b0b
Parent Commit: cf1f78c
Lines Changed: +257, -41