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
2014-06-21Fix T40727: Renaming nodes did not correctly fix animation paths.Lukas Tönne
2014-06-19View3D: Handle un-weighed vertex color properlyCampbell Barton
2014-06-19Curve: zero memory on access rather then callocCampbell Barton
2014-06-19Complete last commit.Bastien Montagne
2014-06-19Fix T40694: Curve path messed up.Bastien Montagne
2014-06-18Code cleanup: replace 0 with OB_MODE_OBJECTCampbell Barton
2014-06-18Correct casts for IS_EQ and other macro tweaksCampbell Barton
2014-06-18Fix memory leaks in subsurfCampbell Barton
2014-06-17Fix some loss of precision in BKE's unit code.Bastien Montagne
2014-06-17Support for building without PythonCampbell Barton
2014-06-17Remove redundant checkCampbell Barton
2014-06-15Curve: remove unused displist membersCampbell Barton
2014-06-15Curve: replace calloc with malloc for values immediately written intoCampbell Barton
2014-06-15Curve: use zero length array for BevList for less confusing syntaxCampbell Barton
2014-06-15Code cleanup: commentsCampbell Barton
2014-06-14Replace sqrt with hypot for wipe-effect & transform codeCampbell Barton
2014-06-14Polyfill2d: avoid calculating polygon winding (its known in all cases)Campbell Barton
2014-06-13Cycles: Add dedicated nodes to split/combine vectors.Thomas Dinges
2014-06-13UI: Add back ability to select a custom interface fontCampbell Barton
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-13BLI_bitmap: typecheck macoCampbell Barton
2014-06-13GSet, GHash: Add BLI_gset_add, since its common to add members to a setCampbell Barton
2014-06-13Code cleanup: remove redundant arg from ARRAY_LAST_ITEMCampbell Barton
2014-06-13Code cleanup: avoid call to BLI_countlistCampbell Barton
2014-06-13Code cleanup: BLI_strdupn -> BLI_strdupCampbell Barton
2014-06-13Code cleanup: spellingCampbell Barton
2014-06-13Start of the 2.72 release cycles, BCon1.Thomas Dinges
2014-06-12We're entering 2.71rc state nowSergey Sharybin
2014-06-12Fix T40582: issues with apply scale when having multires and scene simplifySergey Sharybin
2014-06-11Regression Bugfix T40332: Bad driver behaviour on small distances.Joshua Leung
2014-06-10Curve: skip curves when matching bevel-fac (like 2.70)Campbell Barton
2014-06-09Fix for slowdown converting mesh to curve with large polygonsCampbell Barton
2014-06-09Fix T40057: invisible hair particles slowing down mesh editsSergey Sharybin
2014-06-09Revert "Fix T40382: 2D stabilization uses disabled markers"Sergey Sharybin
2014-06-06Fix compilation error after recent changesSergey Sharybin
2014-06-06Fix for missing visits of ID's within SceneRenderLayer in BKE_library_foreach...Tamito Kajiyama
2014-06-06Fix for missing visits of Freestyle-related ID data blocks in BKE_library_for...Tamito Kajiyama
2014-06-06Code cleanup: styleCampbell Barton
2014-06-05Tweak to previous commitSergey Sharybin
2014-06-05Fix T40382: 2D stabilization uses disabled markersSergey Sharybin
2014-06-05Code cleanup: mixup hflag/htypeCampbell Barton
2014-06-04Fix issues when ungrouping meta changes the final sequencer renderSergey Sharybin
2014-06-02Fix T40457: Subsurf modifier with Freestyle edgesSergey Sharybin
2014-06-01Fix T40315: Boolean modifier with Freestyle edges.Tamito Kajiyama
2014-05-30Fix T40445: Disabled modifiers prevent cage edit mode.Bastien Montagne
2014-05-29Comments: Note direction in doxy argsCampbell Barton
2014-05-29Cleanup: Use doxy for more structured commentsCampbell Barton
2014-05-29Sequencer: use escaping for sequence namesCampbell Barton
2014-05-29Fix T39686: nused omp firstprivate variable sphdata in particlesSergey Sharybin
2014-05-29Fix T40381 and revert previous commit.Antony Riakiotakis