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-09-28Comments: clarify math libCampbell Barton
2014-09-28BMesh: replace BLI_array_grow_one -> BLI_array_append_retCampbell Barton
2014-09-28BMesh: use stack for subdiv face data (no realloc)Campbell Barton
2014-09-28BLI_array: add BLI_array_append_retCampbell Barton
2014-09-28BLI_Stack add BLI_stack_peek, BLI_stack_discardCampbell Barton
2014-09-28Freestyle: minor docstring revision of Operators.reset().Tamito Kajiyama
2014-09-28Freestyle: Expose the Operators.reset() function to Python.Tamito Kajiyama
2014-09-27Fix T41974: blender ships vulnerable minilzo versionKévin Dietrich
2014-09-27Cleanup: typoCampbell Barton
2014-09-27Add Face Region to 'Select-Similar' menuCampbell Barton
2014-09-27Comments: clarify BMLoopCampbell Barton
2014-09-26Fix View3d background image display aspectCampbell Barton
2014-09-26CleanupCampbell Barton
2014-09-26Fix ocmpilation error with strict flags after the recent commitSergey Sharybin
2014-09-26BMesh: select similar regionsCampbell Barton
2014-09-26Fix T41956, Soften brush does not workAntony Riakiotakis
2014-09-26Tracking: Some minor improvements to copy-pasteSergey Sharybin
2014-09-26Tracking: Add shortcuts for the copy-paste as wellSergey Sharybin
2014-09-26Fix for missing shortcuts for mask copy/pasteSergey Sharybin
2014-09-26Fix T41961: Crash by Copy n Paste splines to new mask without layerSergey Sharybin
2014-09-26Fix for missing initialization of Freestyle RenderData parameters for new sce...Tamito Kajiyama
2014-09-26Cleanup: unusedCampbell Barton
2014-09-26Fix the skin modifier crashing when building without Bullet.Brecht Van Lommel
2014-09-26Fix use of uninitialized variable in mesh_get_mapped_verts_coords.Brecht Van Lommel
2014-09-26OpenGL fix: GL_COLOR_ARRAY is client stateAntony Riakiotakis
2014-09-25Fix previous commit rB34abb614f1344a6, which broke addons translations.Bastien Montagne
2014-09-25Tracking: Decouple C-API module into more granular filesSergey Sharybin
2014-09-25Fix ghash comparator used by translationSergey Sharybin
2014-09-25BMesh: type-check iterator data argumentCampbell Barton
2014-09-25Type checking macro: CHECK_TYPE_ANYCampbell Barton
2014-09-25Move typecheck macros into own headerCampbell Barton
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-09-24Fix T41933: Node Editor: Crash occurs with Select by SuffixBastien Montagne
2014-09-24Fix T41939: Dupliface: Inherit scale doesn't update viewport render.Bastien Montagne
2014-09-24gooseberry request:Antony Riakiotakis
2014-09-24Fix T41885, muting broken for Blender Internal nodes in rendering.Lukas Tönne
2014-09-24Correct for change in recent commitCampbell Barton
2014-09-24Custom Data API: redundant pointer-to-pointer argCampbell Barton
2014-09-24BMesh: slight speedup loop-of-verts iteratorCampbell Barton
2014-09-24BMesh: generic callbacks for mempool iteratorCampbell Barton
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-09-24Cleanup: use const for read-only arraysCampbell Barton
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-09-24Cleanup: boolCampbell Barton
2014-09-24Cleanup: de-duplicate text select logicCampbell Barton
2014-09-24Cleanup: set var staticCampbell Barton
2014-09-23Fix game engine not supporting material view.v2.72-rc1Antony Riakiotakis
2014-09-23Fix possible buffer overflow in selection code. We want to copy theAntony Riakiotakis
2014-09-23Move versioning code under the subversion checkSergey Sharybin
2014-09-23Version Bump: Entering 2.72 rc stateCampbell Barton