Blender Git Loki
Git Commits -> Revision d56315a
Revision d56315a by Ton Roosendaal (master) June 13, 2004, 19:30 (GMT) |
Bug 1335 Displace mapping + Map-Input using Object wasn't working. This caused by the inverse matrix of an Object potentially not being calculated when displace was calculated. Solved by moving imat calculus to the top of the main function. Yafray note: the convention to hack out all transformations from renderconverter could be implemented more elegant, by moving this to the yafray section (and just matrix-transform back). Makes code less unreadable, but also support displacement then (and might solve other errors). |
Commit Details:
Full Hash: d56315aa1804164998c729d25c1f6f67f80b8ea4
SVN Revision: 2660
Parent Commit: 7f3dcd7
Lines Changed: +17, -17
1 Modified Path:
/source/blender/renderconverter/intern/convertBlenderScene.c (+17, -17) (Diff)