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
2005-04-02Integration stage of Softbody projectTon Roosendaal
2005-04-02Median center with PET was wrong (reported by JMS).Martin Poirier
2005-04-01 - pickle transform didn't work well, backed out...Daniel Dunbar
2005-04-01Removed casting warnings from transform_manipulator.Martin Poirier
2005-04-01 - some code for testing the pickle matrixDaniel Dunbar
2005-04-01Sacre bleh another bugfix!Martin Poirier
2005-04-01Push/Pull (aka: non proportionnal resize, original idea by Robert Tiess) slip...Martin Poirier
2005-04-01Transform fixesMartin Poirier
2005-03-31Changing hard codec max frame release for a define (in blendef.h with the oth...Martin Poirier
2005-03-31 - fix warnings for gccDaniel Dunbar
2005-03-31 - adapt to reprototyping in BKE_DerivedMesh.hDaniel Dunbar
2005-03-31 - removed USE_CCGSUBSURF define (always on now)Daniel Dunbar
2005-03-31Different floodfill method for PET connected with mesh. More accurate but nee...Martin Poirier
2005-03-30Fix for centered submenu (for example py export script) also workedTon Roosendaal
2005-03-30Bug in new drawing code; hack with storing stuff in editvertex->prev didTon Roosendaal
2005-03-30 - fix silly bug in mesh DerivedMesh tex drawing func (only was drawingDaniel Dunbar
2005-03-30 - strange drawing bug, wierd vertices were showing up (wrongDaniel Dunbar
2005-03-30 - made some DerivedMesh drawing functions more generic (take callbackDaniel Dunbar
2005-03-29 - removed dlm->flagDaniel Dunbar
2005-03-29Prop mode goodie;Ton Roosendaal
2005-03-29 - added Mesh->derived and Mesh->decimated DerivedMesh pointersDaniel Dunbar
2005-03-29Tiny error in Jiri's commit. Unselected meta elements needs the quat flag too...Martin Poirier
2005-03-29 - it is possible to rotate with MetaBalls in edit mode nowJiri Hnidek
2005-03-29 - added drawFacesTex function to DerivedMesh with implementationsDaniel Dunbar
2005-03-28 - Funny joke! Blender gave "Can't apply deform to shared mesh" errorDaniel Dunbar
2005-03-28Fix stupid error in connected code.Martin Poirier
2005-03-28Cleanup of widget code;Ton Roosendaal
2005-03-28 - subsurf creation no longer needs extverts argument... removedDaniel Dunbar
2005-03-28 - added getMappedVertCoEM and drawMappedVertEM to DerivedMesh withDaniel Dunbar
2005-03-28 - added drawMapped{Verts,Edges,Faces}EMSelect calls to DerivedMesh withDaniel Dunbar
2005-03-28 - added set_framebuffer_index_color (shortcut forDaniel Dunbar
2005-03-28 - non-optimal subsurf was drawing regular mesh facesDaniel Dunbar
2005-03-28Alright, this hopefully fixes some problems with the last transform commit.Martin Poirier
2005-03-28Transform was still prototyped as having only one parameter in transform.h. C...Martin Poirier
2005-03-28 - added drawMappedEdgeEM function to DerivedMesh with implementationsDaniel Dunbar
2005-03-28 - added getNum{Verts,Faces} accessors to DerivedMesh with implementationsDaniel Dunbar
2005-03-28Context parameter for Transform.Martin Poirier
2005-03-28Scary commit!Daniel Dunbar
2005-03-27Two small fixes in transform, committed so Martin can work...Ton Roosendaal
2005-03-27Transform goodies;Ton Roosendaal
2005-03-27 - lamp line was drawing in wrong locationDaniel Dunbar
2005-03-26 - shademodel wasn't being set correctly for normal mesh face drawDaniel Dunbar
2005-03-26 - remove some unused variables from cleanupDaniel Dunbar
2005-03-26 - integrated get_mvert_weight and color_temperatureDaniel Dunbar
2005-03-25Added Manipulator Combo mode, with translate/rotate/scale combined. CenterTon Roosendaal
2005-03-25Adjusted tooltips for RGB and Grad buttons on particle settings panel. UserChris Burt
2005-03-25 - removed unused variableDaniel Dunbar
2005-03-25Transform fix; in PoseMode you now can do multiple chains again.Ton Roosendaal
2005-03-25A couple of wee transform featurettes;Ton Roosendaal
2005-03-25Patch from Erwin Coumans: Abstract the physics engine.Kester Maddock