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
2011-11-23svn merge ^/trunk/blender -r42080:42095Campbell Barton
2011-11-23Fix compilation error of blenderplayer caused by recent commit.Sergey Sharybin
2011-11-23Added method clear to most of collections which supports new/remove.Sergey Sharybin
2011-11-23Fix #29367: Vertex parent regressionSergey Sharybin
2011-11-22svn merge ^/trunk/blender -r42053:42069Campbell Barton
2011-11-22svn merge ^/trunk/blender -r42009:42053Campbell Barton
2011-11-22Attempted bugfix to improve behaviour of inverse calculations for ChildOfJoshua Leung
2011-11-22replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to av...Campbell Barton
2011-11-22silly bug in copying game properties between linked objects - reported on Ble...Dalai Felinto
2011-11-20svn merge ^/trunk/blender -r41998:42009Campbell Barton
2011-11-20share code for fluidsim, ocean & dynamic paint file paths.Campbell Barton
2011-11-16prepare for flagging the bmesh has having invalid index values, so we can ski...Campbell Barton
2011-11-16svn merge -r41847:41899 ^/trunk/blenderCampbell Barton
2011-11-15add back feature from 2.4x - Shift+Del to delete objects from all scenes.Campbell Barton
2011-11-15svn merge -r41779:41847 ^/trunk/blenderCampbell Barton
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-14minor cleanup Campbell Barton
2011-11-13Fix #29240: multi-res bake broken in 2.60Sergey Sharybin
2011-11-13Add CD_POLYINDEX layer to reduce need for retesselationsAndrew Wiggin
2011-11-13Ocean Sim modifier patchLukas Toenne
2011-11-13Speedup of multires bakerSergey Sharybin
2011-11-13Fix crash when multires-baking in sculpt mode when sculpt mode is active and ...Sergey Sharybin
2011-11-12Bugfix [#29125] Motion paths odd behaviourJoshua Leung
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-11-11quiet -Wdouble-promotion warningsCampbell Barton
2011-11-11svn merge -r41723:41751 ^/trunk/blenderCampbell Barton
2011-11-11pep/style edits & quiet some warningsCampbell Barton
2011-11-11Bugfix [#29210] ChildOf constraint Set InverseJoshua Leung
2011-11-10svn merge -r41649:41650 ^/trunk/blenderCampbell Barton
2011-11-08Nodes: add cycles shader nodes, these will only be available to render enginesBrecht Van Lommel
2011-11-08svn merge ^/trunk/blender -r41602:41638 .Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin
2011-11-07svn merge -r41575:41602 ^/trunk/blenderCampbell Barton
2011-11-07fix [#29183] Make duplicates real: parent informations of the group is not co...Campbell Barton
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-11-06replace macros for bli math functions in editorsCampbell Barton
2011-11-06svn merge ^/trunk/blender -r41503:41575Campbell Barton
2011-11-06As discussed on the mailing list, removing the non-functional,Joshua Leung
2011-11-05Code refactoring: split lamp functions from object.c into new lamp.c.Brecht Van Lommel
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-05- view bounds (now split from collision bounds) was still being used for bge ...Campbell Barton
2011-11-04Fix #29051: Set Origin - Center: Bounds does not workSergey Sharybin
2011-11-04utility function to find the biggest area: BKE_screen_find_big_area(...), was...Campbell Barton
2011-11-03svn merge -r41458:41480 ^/trunk/blenderCampbell Barton
2011-11-03Depsgraph/Python: callbacks and properties to detect datablock changesBrecht Van Lommel
2011-11-01svn merge -r41422:41431 ^/trunk/blenderCampbell Barton
2011-11-01vertex group mirrorCampbell Barton
2011-11-01macro to check if an object type supports vgroupsCampbell Barton
2011-11-01BMesh todo - mirror vertex groups back.Campbell Barton
2011-10-29macro -> math replacements, uncomment mirror funcs.Campbell Barton