Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-08== Multires ==Nicholas Bishop
2007-02-27== Sculpt Mode ==Nicholas Bishop
2007-02-22== Multires ==Nicholas Bishop
2007-02-12== Multires ==Nicholas Bishop
2007-01-27== Multires ==Nicholas Bishop
2007-01-27== Multires ==Nicholas Bishop
2007-01-22== Multires ==Nicholas Bishop
2007-01-22== Multires ==Nicholas Bishop
2007-01-22= Multires =Nicholas Bishop
2007-01-12Removed set_sculpt_object. Tested with sculpt undo, sculpt+multires, sculpt+p...Nicholas Bishop
2007-01-11Further cleanups for multires' firstlevel data (both weights and UVs.)Nicholas Bishop
2007-01-10Bugfix #5670Ton Roosendaal
2007-01-10Added missing include to multires.c.Nicholas Bishop
2007-01-10Modified weightpaint to prevent user from editing multires weights except on ...Nicholas Bishop
2007-01-10A few cleanups for multires (removed commented-out code, unused variables), a...Nicholas Bishop
2007-01-10Large fix for multires. Changed UV coordinates (MTFaces) to be special first-...Nicholas Bishop
2007-01-09Fixed typo in multires (looping through to totvert rather than totedge.)Nicholas Bishop
2007-01-09Bugfix for multires: when deleting lower levels, special first-level data mus...Nicholas Bishop
2007-01-09Multires bugfix: wrong interpolation value for weights on triangle faces.Nicholas Bishop
2007-01-09Bugfix for multirse, Mesh wasn't being properly updated with weightpaint data...Nicholas Bishop
2007-01-08Fixed a couple bugs with multires+weightgroups: 1) weightgroups are now being...Nicholas Bishop
2007-01-06Renamed the 'Delete multires' button (and the associated undo name) to the mo...Nicholas Bishop
2007-01-03Multires bugfix: when deleting lower levels, edge flags should be subdivided ...Nicholas Bishop
2007-01-02Disabled interaction between multires and shape keys. Attempting to add a sha...Nicholas Bishop
2006-12-31Prevent user from applying editmode operations that will be ignored by multires.Nicholas Bishop
2006-12-31Added propagation of the edge seam flag for multires. Note that the flag is o...Nicholas Bishop
2006-12-23Select Grouped editdata- minor fix in the menu.Campbell Barton
2006-12-23Fix for bug #5372, multires - adding new multires level in Edit Mode causes o...Nicholas Bishop
2006-12-20Consolidated a few more memory allocs in multiresNicholas Bishop
2006-12-20Modified sculptmode's vertex_users to use one large chunk of memory rather th...Nicholas Bishop
2006-12-20As Brecht suggested, changed multires vert maps to use one big chunk of memor...Nicholas Bishop
2006-12-20Fixed bug #5443, Multires: crash when changing the level of edges to drawNicholas Bishop
2006-12-18Added support for undoing multires actions in sculptmode.Nicholas Bishop
2006-12-13Multiple UV and vertex color layers: (still work in progress)Brecht Van Lommel
2006-12-11Face properties were being propagated from the second highest level downwards...Nicholas Bishop
2006-12-11Do a better job of propagating face data in multires, including flags and mat...Nicholas Bishop
2006-12-06Correctly propagate selection when switching multires levels on an editmesh.Nicholas Bishop
2006-12-06Another multires triangle fixNicholas Bishop
2006-12-06Fixed broken triangle handling in multires.Nicholas Bishop
2006-12-06Updated the vertex color and mtface handling in multires.c to work with editm...Nicholas Bishop
2006-12-04Fix for bug #5345, sculpt tool doesn't seems to use correctly the undo settin...Nicholas Bishop
2006-12-04Forgot to add middlemouse events for sculptmode.Nicholas Bishop
2006-12-04Added saving/loading of multires deformedvert data. Also added a test_index_f...Nicholas Bishop
2006-12-03Previous multires+editmode commits broke multires+sculptmode (oops.)Nicholas Bishop
2006-12-03Modified multires to use CustomData for deformedverts. Deformedverts now load...Nicholas Bishop
2006-12-03Better integration of multires with editmode. Setting/adding levels no longer...Nicholas Bishop
2006-12-02Removed exit/enter editmode from multires_make; this is step 1 of the fix for...Nicholas Bishop
2006-12-02Fix for bug #5319, multiresolution mesh - inconsistent hide behaviorNicholas Bishop
2006-12-02Added warning in the multires panel to alert user if they have a modifier tha...Nicholas Bishop
2006-12-02Small interface update for multires; adding a new level should increment the ...Nicholas Bishop