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-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
2006-12-02Simplified/fixed code for rendering with multires+modifiers, no more unfree m...Nicholas Bishop
2006-12-01Added a copy function for multires; duplicating a mesh with multires now work...Nicholas Bishop
2006-11-27Multires bug: reading *next or *prev pointer while memory was freed.Ton Roosendaal
2006-11-20Added custom vertex/edge/face data for meshes:Brecht Van Lommel
2006-11-16Fixed bug #5235, "deleting edges, verts, or faces in multires does bizarre th...Nicholas Bishop
2006-11-13Added missing null check when freeing multires level 1 dvertsNicholas Bishop
2006-11-10Fixed bug #5193, crash using multires with sculptNicholas Bishop
2006-11-06Merged Google Summer of Code sculptmode/multires/retopo tools.Nicholas Bishop