Blender Git Loki
Git Commits -> Revision c1d8dda
Revision c1d8dda by Sergey Sharybin (master) April 6, 2015, 19:11 (GMT) |
Cycles: Avoid doing paranoid checks in filepath of builtin images Originally we thought it's needed in order to distinguish builtin file from filename which starts with '@', but the filepath is actually full path there and it's unlikely to have file system where '@' is a proper root character. Surprisingly this does not give visible speed differences, but it's still nice to get rid of redundant check. |
Commit Details:
Full Hash: c1d8ddacaf14c7cd3d287b3e85c8914ddf75780d
Parent Commit: 7c19239
Lines Changed: +2, -2
1 Modified Path:
/intern/cycles/kernel/osl/osl_services.cpp (+2, -2) (Diff)