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
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-06-03Fix error calculating bmesh normalsCampbell Barton
2015-06-03Cleanup: metaballs called memcpy with NULL sourceCampbell Barton
2015-06-02Fix T36994: Make link modifier fails (soft body)Campbell Barton
2015-06-02Cleanup: use const for object copy funcsCampbell Barton
2015-06-02Fix own mistake searching python binaryCampbell Barton
2015-05-27Fix T44745 non manifold edges of mesh do not work when smoothing inAntony Riakiotakis
2015-05-27Code cleanup, silence some warnings when building without legacy depsgraphSergey Sharybin
2015-05-27Fix compilation error with legacy depsgraph disabledSergey Sharybin
2015-05-26Fix T44497: Crash on deleting curve handle with hook modifierSergey Sharybin
2015-05-26Building without OpenEXR works againCampbell Barton
2015-05-26Trying to pack image with invalid path crashesAntony Riakiotakis
2015-05-26Fix multilayer OpenEXR not supporting metadata.Antony Riakiotakis
2015-05-24Cleanup: styleCampbell Barton
2015-05-23Cleanup: typosCampbell Barton
2015-05-23Fix (unreported) broken RNA Image pack handling since multiview merge.Bastien Montagne
2015-05-21Fix T44744, tangents incorrect in edit mode.Antony Riakiotakis
2015-05-20Add dedicated command argument to switch depsgraph to a single-threaded evalu...Sergey Sharybin
2015-05-20Send color managed signal if input spaces changes during image savingSergey Sharybin
2015-05-20doxygen: corrections/updatesCampbell Barton
2015-05-19Clear animation list to avoid referencing freed memory.Antony Riakiotakis
2015-05-19BMesh: editmode drawing set every faces materialCampbell Barton
2015-05-19Python: search for 'python' and 'python#.#'Campbell Barton
2015-05-19Building without Python works againCampbell Barton
2015-05-18BGE: Set default envMap resolution to 512 pixelsPorteries Tristan
2015-05-18Solve threading conflict related on proxy group's inverse matrixSergey Sharybin
2015-05-18Make object material drivers evaluation thread safeSergey Sharybin
2015-05-18Attempt to make drivers more safe for threadingSergey Sharybin
2015-05-18Fix T44553: Dyntopo ignores front-face optionCampbell Barton
2015-05-18Fix T44543: painted texture lost after first saveCampbell Barton
2015-05-17BMesh: don't check winding for uv-vert-mapCampbell Barton
2015-05-17Cleanup: indentationCampbell Barton
2015-05-15Fix crasher in new lazy-rebuild outliner's treehash.Bastien Montagne
2015-05-15Scene audio naming cleanup:Antony Riakiotakis
2015-05-15Cleanup: style, spellingCampbell Barton
2015-05-13Cleanup: reduce scope for win32, Linux varsCampbell Barton
2015-05-13UI: check visible layers when reading contextCampbell Barton
2015-05-13Multi-View: return correct number of views when rendering only one of the ste...Dalai Felinto
2015-05-13Fix T44684 Compositor backdrop isn't updating correctlyDalai Felinto
2015-05-12Cleanup: styleCampbell Barton
2015-05-12Dyntopo PBVH build optimization:Antony Riakiotakis
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-05-12Depsgraph: Make ob_get_parent_matrix() more public and reusableSergey Sharybin
2015-05-12Depsgraph: Add utility function to check whether modifier depends on timeSergey Sharybin
2015-05-12Depsgraph: Add utility function to tag pose for recalcSergey Sharybin
2015-05-12Depsgraph: Move update-related functions into own filesSergey Sharybin
2015-05-11Clearing preview image shall also unset 'user edited' flag!Bastien Montagne
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-05-11GHash: avoid redundant castsCampbell Barton