blender/release/scripts/startup
Campbell Barton b78701f6fe ocean sim
- UV's were not being calculated if there were too many VColor layers.
- precalc (omd->size * omd->spatial_size) was being called in a loop.
- use vector functions to avoid pointer indrections on each access which the compiler wont optimize - eg: och->ibufs_disp[f]->rect_float[4*(res_x*j + i) + 1]
- dont call abs() on ints (converts to double and back to int in this case).

also unrelated render buttons change. move saving options directly under the file path since these were easy to confuse with image format options like zbuf, ycc, preview.. etc.
2011-11-22 18:03:33 +00:00
..
bl_operators Last part of camera tracking names cleanup: bundles -> 3d markers 2011-11-21 17:05:27 +00:00
bl_ui ocean sim 2011-11-22 18:03:33 +00:00
keyingsets_builtins.py svn merge -r41171:41170 . --- fix coming next 2011-10-21 08:31:28 +00:00