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-09-30Blend modes: fix array length being too shortKévin Dietrich
2014-09-29Fix BI viewport render crash happening with zero render border areaSergey Sharybin
2014-09-29Fix T41988: Shadow pass inaccurate calculationSergey Sharybin
2014-09-29Revert previous commit (sorry about that), and use standard func to get activ...Bastien Montagne
2014-09-29Fix T41905: Linked objects/groups assigned to 'wrong' active layers when call...Bastien Montagne
2014-09-29Fix T41993: Constant jittered bugSergey Sharybin
2014-09-29Fix T41977: 'Shading' panel of Render buttons not updating Rendered 3DView.Bastien Montagne
2014-09-29Fix crashing regression in Armature EditBone Select shortest path/Select Link...Bastien Montagne
2014-09-29Fix T41955: lamp error: double update for all lampsSergey Sharybin
2014-09-29Fix for wrong color space when image loader set both rect and rect_floatSergey Sharybin
2014-09-29Fix for a build error with VS 2013.Tamito Kajiyama
2014-09-29Cleanup: spellingCampbell Barton
2014-09-29Cleanup: remove smooth_ from 'smooth_factor'Campbell Barton
2014-09-29Don't error of sign-conversion for < gcc v4.8Campbell Barton
2014-09-29Fix T41995: Box selection - Edit mode - Header not updated.Bastien Montagne
2014-09-28Fix T25582: Add a 'smooth factor' to smooth_vertex BMesh op.Bastien Montagne
2014-09-28Fix T41984: Can't use Render Image as Background Image.Bastien Montagne
2014-09-28Transform: Provide descriptive error messages when wrong transform modes are ...Joshua Leung
2014-09-28Typo and spelling fixesJoshua Leung
2014-09-28Fix T41978: Shadow was not excluded from combined path unless shadow pass was...Bastien Montagne
2014-09-28Fix T41986: polyfill fails with axis aligned vertsCampbell Barton
2014-09-28BMesh: remove point-in-face test for bisectCampbell Barton
2014-09-28Comments: update for changed argsCampbell Barton
2014-09-28Fix T41981: Crash by Copy mask splines without splinesSergey Sharybin
2014-09-28Correct recent error in BLI_array_append_retCampbell Barton
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-26Fix T41962: Command-line without specified filename doesn't rendersSergey Sharybin
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