Blender Git Loki
Git Commits -> Revision 1178265
Revision 1178265 by Mike Erwin (GPU_data_request) April 23, 2015, 09:00 (GMT) |
minor cleanup Mostly moving stuff to where it belongs. UNUSED_VARS macro explains intent better than (void)var, so use it. Considered replacing calloc with malloc for ElementList.indices, but it�??s safer to zero this in case not all primitives are set. So calloc it stays! |
Commit Details:
Full Hash: 1178265b0d2d425d4de184a53f76386758fa4f62
Parent Commit: 4d972a5
Lines Changed: +17, -21