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
2009-12-18Bugfix: sculpt mode could crash using a mesh without faces.Brecht Van Lommel
2009-12-16Sculpt:Brecht Van Lommel
2009-12-15utility functions for getting the corner angles of a quad or tri: angle_quad_...Campbell Barton
2009-12-15solidify from 2.4x (ported from python to C)Campbell Barton
2009-12-13MSVC 9 compile fixes and cleanupsAndrea Weikert
2009-12-13more sequence -> sequencer rename, also made sequencer swap strip update effe...Campbell Barton
2009-12-13* renamed BKE_sequence.h and sequence.c --> sequencerCampbell Barton
2009-12-11Add include path to access gpu_buffers.h from pbvh.c.Guillermo S. Romero
2009-12-11Sculpt:Brecht Van Lommel
2009-12-11Sculpt Branch:sculpt25Brecht Van Lommel
2009-12-11Sculpt Branch:Brecht Van Lommel
2009-12-09Sculpt Branch:Brecht Van Lommel
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-12-02Changes to Color ManagementMatt Ebb
2009-11-30Added temporary compiling fix for MSVC after Campbell's rounding commit. Joshua Leung
2009-11-30- added a new math function double_round, useful for rounding a number to a n...Campbell Barton
2009-11-29Merge from COLLADA branch into trunk of -c 24572 (cmake and scons for OpenCol...Arystanbek Dyussenov
2009-11-28Math Lib: merging over some changes from the sculpt branch:Brecht Van Lommel
2009-11-26adding functionJens Ole Wund
2009-11-25Sculpt: fix windows compile issues, pointed out by JMS, thanks!Brecht Van Lommel
2009-11-25Sculpt:Brecht Van Lommel
2009-11-25Sculpt: external file storage for multiresBrecht Van Lommel
2009-11-25Sculpt: Grid based PBVHBrecht Van Lommel
2009-11-25Sculpt: math lib functionsBrecht Van Lommel
2009-11-24- added rna api function scene.update(), needed for rig generation to update ...Campbell Barton
2009-11-21Uncomment header.Guillermo S. Romero
2009-11-21fix for [#19655] Curve is a disasterCampbell Barton
2009-11-15Red-Black Tree Code Cleanups:Joshua Leung
2009-11-12small corrections, no functionality changeCampbell Barton
2009-11-12Project snapping is too slow for sintel's head at subsurf level 2, ifdef'd ou...Campbell Barton
2009-11-11Sculpt: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r...Brecht Van Lommel
2009-11-11* Fixing various compiler warnings under scons+mingw. Mostly unused variables...Joshua Leung
2009-11-11Actionzones (i.e. corner widgets for splitting views) were broken after the m...Joshua Leung
2009-11-10Math LibBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-10Fix for math lib commit, had duplicate definitions of functions,Brecht Van Lommel
2009-11-10Math Lib ReorganizationBrecht Van Lommel
2009-11-09Fixed this startup crash on windows:Robin Allen
2009-11-06Sculpt: WIP brush behavior changesBrecht Van Lommel
2009-11-04Sculpt: updating normals now no longer uses the vert-face map, to save memory.Brecht Van Lommel
2009-11-02Sculpt: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r...Brecht Van Lommel
2009-11-02Sculpt: Multithreading & PBVH ChangesBrecht Van Lommel
2009-11-02Simplify gimbal axis code and make gimbal orientation work correctly with par...Martin Poirier
2009-10-30- Simplified EulToGimbalAxis, its still only works on XYZ and ZXY but at leas...Campbell Barton
2009-10-30New Track To Constraint: "Damped"Joshua Leung
2009-10-30Functions to test for and correct orientation matrix orthogonality (since Mat...Martin Poirier
2009-10-29Sculpt: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r...Brecht Van Lommel
2009-10-28Gimbal Transform orientationsMartin Poirier