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-04-01Code cleanup: use macro to find vertex in faceCampbell Barton
2014-04-01Fix for leak in freestyle transformVerticesCampbell Barton
2014-04-01Fix for leak in freestyle FitCurveCampbell Barton
2014-04-01Fix for leak in BKE_sequence_sound_initCampbell Barton
2014-04-01Changes to openmp threads commit (UI and RNA)Campbell Barton
2014-03-31Usual UI messages fixes...Bastien Montagne
2014-03-31Fix T39524: Backface culling is always on in Textured view in BI.Bastien Montagne
2014-03-31Cycles: fix 3-5% performance regression in msvc builds caused by a typo in st...Sv. Lockal
2014-03-31Sculpt/dytopo: remove debug prints and add explanationsJens Verwiebe
2014-03-31Revert using slider for detail size on previous commit, makes changingAntony Riakiotakis
2014-03-31Make dyntopo detail size maximum smaller (more than 40 pixels should notAntony Riakiotakis
2014-03-31Fix deffects reported by CoverityScan (nothing dramatic, but at least one was...Bastien Montagne
2014-03-31Fix playercompile after boolificationsJens Verwiebe
2014-03-31Fix T39291: "Stepped" F-curve modifier does not work as expected when stacked...Joshua Leung
2014-03-31Fix compile due forgot remove BKE_scene_omp_threads_update from patchJens Verwiebe
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-31Code cleanup: pack BezTriple a little (though size remains same)Campbell Barton
2014-03-31Vector handles were hidden but were allowed to slide apparentlySergey Sharybin
2014-03-31Didn't meant to commit debug-only-code in the previous commit!Sergey Sharybin
2014-03-31Code cleanup: use bool/true/false in movieclip.cSergey Sharybin
2014-03-31Fix T39525: branched path + no lights + disabled use all lights option crash.Brecht Van Lommel
2014-03-31Sculpt/dyntopo: Make the omp threads configurable to overcome performance issuesJens Verwiebe
2014-03-31Fix T39510, Fix T39523: camera motion blur not working correct after recent c...Brecht Van Lommel
2014-03-31Code cleanup: fixes for function prototypesSergey Sharybin
2014-03-31Fix T39405: Make "amplitude" for elastic easing more intuitive to useJoshua Leung
2014-03-31Code cleanup: use bool insted of int/short in MCESergey Sharybin
2014-03-31Code cleanup: use bool instead of short in motrackSergey Sharybin
2014-03-31Code cleanup: use false/true/bool for maskingSergey Sharybin
2014-03-31Masking: fix for initialdeather point not being offset to the mouse positionSergey Sharybin
2014-03-31Maksing: fix issue when it's not possible to drag right handle of aligned han...Sergey Sharybin
2014-03-31Fix bug in image texture UI: "Use Alpha" checkbox doesn't appear if file form...IRIE Shinsuke
2014-03-31Add Simple randomize vertex toolCampbell Barton
2014-03-31Add normal option to ED_transvertsCampbell Barton
2014-03-31Tweak slerp assert to be less pickyCampbell Barton
2014-03-31Py API: Vector.slerp(). also added interp_v3_v3v3_slerp(_safe) functionsCampbell Barton
2014-03-31Fix for error in normalize_vn_vn(), add len_squared_vnCampbell Barton
2014-03-31Cycles: Deformation Motionblur works on GPU, so remove the checks in the UI.Thomas Dinges
2014-03-31Code cleanup: remove unused members of TransVertCampbell Barton
2014-03-31Refactor: Add generic poll ED_transverts_pollCampbell Barton
2014-03-31Fix T39490: BGE: Text to Mesh, then MouseOver does not workMitchell Stokes
2014-03-30Style cleanupCampbell Barton
2014-03-30Fix for missing break statementsCampbell Barton
2014-03-30OSX: Remove the apple/omp workaround for now, to better judge compiler differ...Jens Verwiebe
2014-03-30And another compile fix for M_PI and msvc2008...Thomas Dinges
2014-03-30Correct own recent changes broke release buildsCampbell Barton
2014-03-30Doxy comment for main()Campbell Barton
2014-03-30Code cleanup: warnings (clang)Campbell Barton
2014-03-30Fix for uninitialized var useCampbell Barton
2014-03-30Enable GCC pedantic warnings with strict flags,Campbell Barton
2014-03-30Code cleanup: BKE_nurbList_handles_set used some strange logicCampbell Barton