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-29Fix T40792: Pack all into and Blender report Missing Files.Bastien Montagne
2014-06-28BLI_stackdefinesCampbell Barton
2014-06-28Fix T40851: "Sequencer" auto-check after changing spaceview and scene.Bastien Montagne
2014-06-27Fix T40823, crash with LoD operator without valid object.Thomas Dinges
2014-06-26Forgot this in previous commitSergey Sharybin
2014-06-26Replace Main->lock with an anoynous structure pointerSergey Sharybin
2014-06-26Code cleanup: remove MAT3/4_UNITY defines, just call unit_m3/4Campbell Barton
2014-06-26BGE: New Mouse ActuatorJorge Bernal
2014-06-25Fix T40776: Crash when using empty curve as a deformation targetSergey Sharybin
2014-06-24Correction to last commitCampbell Barton
2014-06-24Use gnu-libc arg order for BLI_sort_rCampbell Barton
2014-06-24Make main library safe(er) for the threaded usageSergey Sharybin
2014-06-24move STACK_* macros into BLI_stackdefines.hCampbell Barton
2014-06-24Add MEMCPY_STRUCT_OFS macro for copying values after a struct memberCampbell Barton
2014-06-23T39690: Modifications to Blender's 'temp dir' system.Bastien Montagne
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