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-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-31Sculpt/dyntopo: Make the omp threads configurable to overcome performance issuesJens Verwiebe
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-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-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
2014-03-30correct recent commitCampbell Barton
2014-03-30Code cleanup: use strict flags for BLI_randCampbell Barton
2014-03-30BLI_rand: Add BLI_rng_get_float_unit_v3, was static rayshade funcCampbell Barton
2014-03-30Convenience macro for print_ funcs, saves passing id each timeCampbell Barton
2014-03-30Code cleanup: reflect_v3_v3v3 made redundant copiesCampbell Barton
2014-03-30Correction for poly_to_tri_count (used over-complicated method)Campbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-30Code cleanup: kdopbvh, move minmax init into functionCampbell Barton
2014-03-30Support #ifndef WITH_SMOKE againCampbell Barton
2014-03-29Change dyntopo detail size calculation slightly so the result is closeAntony Riakiotakis
2014-03-29RNA/Smoke: add access to high resolution density grid, and flame and color gr...Brecht Van Lommel
2014-03-29Code cleanup: avoid setting du/dv twice with ray intersectionCampbell Barton
2014-03-29Code cleanup: replace dot with len_squared and is_zero checksCampbell Barton
2014-03-29Cleanup: Minor spelling fixes:Antony Riakiotakis
2014-03-29GPU_pbvh_buffers: Use triangles to render multires.Antony Riakiotakis
2014-03-29UI: Color-Ramp handlesCampbell Barton
2014-03-29Fix building without openmp continuedAntony Riakiotakis
2014-03-29Code cleanup: correct arg sizeCampbell Barton
2014-03-29Forgot to clean a line in last commitJens Verwiebe