November 20, 2008, 05:47 (GMT) |
WIP: Functions to find useful information about the local neighborhood when applying displacements to a face. |
November 20, 2008, 03:53 (GMT) |
WIP: Added a function to select a vertex in a subdivided face using x/y coordinates. |
November 20, 2008, 03:33 (GMT) |
Starting to merge some work related to fixing tangent calculation. * Removed some unused static functions * Added a vert_edge map to complement the ones for faces |
October 26, 2008, 21:15 (GMT) |
For moving through displacements, use a 2D coord system based on vertex side total, not disp side total. |
October 26, 2008, 19:42 (GMT) |
Preparing for a change in the way the TS matrix is calculated. Removed the old fixed matrix entirely. |
October 23, 2008, 07:49 (GMT) |
A few very minor sourcecode cleanups, moved "old" multires code to bottom, removed unused _setLevel function. |
August 26, 2008, 04:28 (GMT) |
Fix for reshape, works outside of sculptmode now. |
August 17, 2008, 17:25 (GMT) |
The displacer struct is now only used in multires, moved out of the header file and cleaned up. |
August 17, 2008, 17:18 (GMT) |
Little performance fix; was recalculating some data unneccesarily |
August 16, 2008, 19:57 (GMT) |
Initial implementations of the interp and swap customdata functions for MDisps. |
August 14, 2008, 17:36 (GMT) |
Added a Del Higher button to multires, removes levels higher than the currently selected one. |
August 14, 2008, 05:57 (GMT) |
Before saving a file, make sure sculpts to multires are stored in MDisps |
August 14, 2008, 04:14 (GMT) |
For file loading and mesh joining, allow single-step subdivision (same result, just faster) |
August 14, 2008, 01:36 (GMT) |
August 14, 2008, 01:14 (GMT) |
Removed *yet more!* old crufty multires stuff. I think this is all of it now. |
August 14, 2008, 00:42 (GMT) |
Added back the choice between simple subdiv vs. catmull clark for multires. |
August 14, 2008, 00:05 (GMT) |
Removed huge tons of old multires stuff. |
August 13, 2008, 23:53 (GMT) |
Removed a bunch of references to the old multires. Note: python needs updating to work with the new multires. For now, I've just been commenting out the python multires stuff with #warnings |
August 13, 2008, 23:36 (GMT) |
Better performance for loading old multires files by blocking multires updates during subdivision. |
August 13, 2008, 23:31 (GMT) |
For loading old files: no need to generate maps for the last level. |
|