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
2016-01-04Move Libmv from extern/ to intern/Sergey Sharybin
2016-01-04Re-organize structure of GLog/GFlags CMake librariesSergey Sharybin
2016-01-04added new "Fake User" option for appending objects, this sets a fake user on ...Martin Felke
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2016-01-04Fix T47109: Expose sound data-block selectorCampbell Barton
2016-01-04Fix crash sequencer drawing with no soundCampbell Barton
2016-01-04Remove SCons building systemSergey Sharybin
2016-01-04minor cleanupMike Erwin
2016-01-04OpenGL: image drawing tweaksMike Erwin
2016-01-04minor cleanup: typosMike Erwin
2016-01-04OpenGL: GPU_legacy_support workaround for nVidiaMike Erwin
2016-01-04Remove select-next-loop operatorCampbell Barton
2016-01-04Sculpt: OMP -> BLI_task, step II.Bastien Montagne
2016-01-03Fix text wrapping off-by-one error w/ string widthCampbell Barton
2016-01-03Get rid of yet another instance of DM_DRAW_OPTION_NO_MCOLAntony Riakiotakis
2016-01-03Get rid of three needless instances of DM_DRAW_OPTION_NO_MCOL.Antony Riakiotakis
2016-01-02GPU buffers: Add update functionality for existing buffers.Antony Riakiotakis
2016-01-02Cycles: Add Saw option to the wave textureLukas Stockner
2016-01-01Sculpt: OMP -> BLI_task, step I.Bastien Montagne
2015-12-31Fix T46915: Non-intuitive behavior of Vector Curve Mapping nodeSergey Sharybin
2015-12-31Fix T47046: Exporting Max and Maya keymap throws RNA warnings in console.Bastien Montagne
2015-12-31Fix wrong format used in the recent python exit code commitSergey Sharybin
2015-12-31Command line argument to exit on Python errorsCampbell Barton
2015-12-31Add parse_int_strict_range utility for command line inputCampbell Barton
2015-12-31Cleanup: Py API namingCampbell Barton
2015-12-31Fix T47076: Memory issues when closing Blendera after Cycles bakingSergey Sharybin
2015-12-31Fix T47089: View rotate fails w/ auto depth+perspectiveCampbell Barton
2015-12-31Fix T47094: Crash w/ sequencer white-balanceCampbell Barton
2015-12-31Cleanup: warningCampbell Barton
2015-12-30Usual i18n/UI messages fixes...Bastien Montagne
2015-12-30Fix (unreported) memleak in mesh remapping auto-transform code.Bastien Montagne
2015-12-30Grr, forgot those ones in previous commit...Bastien Montagne
2015-12-30BLI_task: change BLI_task_parallel_range_ex() to just take a bool whether to ...Bastien Montagne
2015-12-30Fix T47081: laplacian smooth edit mode tool crash.Brecht Van Lommel
2015-12-30BGE: Fix invalid operator< for microsoft compiler.Porteries Tristan
2015-12-29More from T47045: Add i18n translations to render status from compo.Bastien Montagne
2015-12-29Building w/o OpenMP now works againCampbell Barton
2015-12-29Fix invalid memory access in multiview code during render, reported on irc.Brecht Van Lommel
2015-12-29OS X: remove code for OS X <= 10.5, which is already not supported since 2 ye...Brecht Van Lommel
2015-12-29Fix memleaks in our gtests.Bastien Montagne
2015-12-29BLI_math_statistics: switch from OMP to BLI_task.Bastien Montagne
2015-12-28BLI_kdopbvh: switch from OMP to BLI_task.Bastien Montagne
2015-12-28Fix opengl error when GLSL is on for basic shader: shader needs to beAntony Riakiotakis
2015-12-28cdderivedmesh fix stippled faces not getting drawn at allAntony Riakiotakis
2015-12-28Fix T47045: add some missing UI i18n translations to texture buttons and free...Bastien Montagne
2015-12-28Minor cleanup (paranoid checks) and fixes from coverity.Bastien Montagne
2015-12-28Some fixes from coverity (only one really nasty, in paint_proj).Bastien Montagne
2015-12-28Cleanup: style, indentationCampbell Barton
2015-12-28Correct recent error passing NULL to fcloseCampbell Barton
2015-12-28White Balance modifier for the VSEThomas Beck