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
path: root/source
AgeCommit message (Expand)Author
2014-06-19Correct for recent commit to refactor popupsCampbell Barton
2014-06-19Curve: zero memory on access rather then callocCampbell Barton
2014-06-19Freestyle: removed WOEdge::getVec3r() which in effect was a duplicate of WOEd...Tamito Kajiyama
2014-06-19Fix T40546: Duplicate spline breaks shape keysCampbell Barton
2014-06-19Bake-API: small cleanup to prevent unfreed memory when there are baking errorsDalai Felinto
2014-06-19Bake-API: fix for non-NORMAL maps baking black when using cageDalai Felinto
2014-06-19Fix T4068787 Cycles Bake Selected To Active From Non-Mesh Object Fails With E...Dalai Felinto
2014-06-19Fixup for fd0b7428 Bake-API: allow custom UV to be bakedDalai Felinto
2014-06-19Complete last commit.Bastien Montagne
2014-06-19Fix T40694: Curve path messed up.Bastien Montagne
2014-06-18Fix T40637, jittering can cause the mesh to disappear.Antony Riakiotakis
2014-06-18missed removing this in recent popup refactorCampbell Barton
2014-06-18Correct error in last commitCampbell Barton
2014-06-18Editmesh: add ability to show weights on wire T39054, D585Gaia Clary
2014-06-18Fix blenderplayer compile...Bastien Montagne
2014-06-18Fix T40585, group textures cannot be selected for painting.Antony Riakiotakis
2014-06-18GTest unit testing frameworkSergey Sharybin
2014-06-18Fix T40679.Antony Riakiotakis
2014-06-18Revert "Fix flickering when transform snapping in edit mode and cursor is"Antony Riakiotakis
2014-06-18Move tests into tests/ top-level dirCampbell Barton
2014-06-18Code cleanup: use bool instead of intSergey Sharybin
2014-06-18Hopefully fix compilation with old MSVC2008/WIN32...Bastien Montagne
2014-06-18Code cleanup: replace direct operator calls with ED_object_toggle_modesCampbell Barton
2014-06-18Code cleanup: de-duplicate flag check in ED_object_toggle_modesCampbell Barton
2014-06-18Transform: PET quick checks to speedup wire-only edge caseCampbell Barton
2014-06-18Code cleanup: replace 0 with OB_MODE_OBJECTCampbell Barton
2014-06-18Resolve memory leask with reports on initializationCampbell Barton
2014-06-18Quiet warningCampbell Barton
2014-06-18Transform: PET only treat faces as connected diagonally across quadsCampbell Barton
2014-06-18Fix for weak floating-point number comparison.Tamito Kajiyama
2014-06-18Correct casts for IS_EQ and other macro tweaksCampbell Barton
2014-06-18Fix memory leaks in subsurfCampbell Barton
2014-06-17Bake-API: allow custom UV to be bakedDalai Felinto
2014-06-17Fix some loss of precision in BKE's unit code.Bastien Montagne
2014-06-17Add a first basic set of tests for the new bpy.utils.units module/APIBastien Montagne
2014-06-17New python API for units handling.Bastien Montagne
2014-06-17BLI: Add two helpers to search a given string in an array of strings.Bastien Montagne
2014-06-17Fix T40620: BGE Python - Ray sensor has wrong axis constantsCampbell Barton
2014-06-17Fix for bad NULL checkCampbell Barton
2014-06-17Support for building without PythonCampbell Barton
2014-06-17Remove redundant checkCampbell Barton
2014-06-17Fix T40638: Crash in Particle System, Connect HairSergey Sharybin
2014-06-17Correct argument nameCampbell Barton
2014-06-17Fix T40639: operators ignore win.cursor_warp()Campbell Barton
2014-06-17BGE: New Property sensor evaluation typesJorge Bernal
2014-06-16Fix T40646: Knife project fails with clippingCampbell Barton
2014-06-16Fix for knife when in ortho camera viewCampbell Barton
2014-06-16Use ARRAY_SIZE to replace (sizeof(a) / sizeof(*a))Campbell Barton
2014-06-16Quiet warningCampbell Barton
2014-06-16Bugfix: Units for time translate transforms (action/nla editors) was messed upJoshua Leung