Blender Git Loki
Git Commits -> Revision c8cbe63
Revision c8cbe63 by Brecht Van Lommel (master) May 8, 2012, 23:39 (GMT) |
Cycles: fix issues with texture coordinates and object scale. Auto texture space size and location were outdated often, and already computed on demand by blender internal, now do that through RNA as well. |
Commit Details:
Full Hash: c8cbe63947f6ba05584b5dc6d298dd7301e5dbc0
SVN Revision: 46442
Parent Commit: f330805
Lines Changed: +38, -7
6 Modified Paths:
/intern/cycles/kernel/kernel_light.h (+1, -1) (Diff)
/intern/cycles/kernel/kernel_object.h (+10, -0) (Diff)
/intern/cycles/kernel/svm/svm_tex_coord.h (+3, -3) (Diff)
/source/blender/blenkernel/intern/mesh.c (+0, -1) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+22, -0) (Diff)
/intern/cycles/kernel/kernel_object.h (+10, -0) (Diff)
/intern/cycles/kernel/svm/svm_tex_coord.h (+3, -3) (Diff)
/source/blender/blenkernel/intern/mesh.c (+0, -1) (Diff)
/source/blender/editors/space_view3d/drawobject.c (+2, -2) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+22, -0) (Diff)