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-07-27Fix uninitialized varsCampbell Barton
2014-07-26Fix T41180: Crash when using motion blur with Freestyle.Tamito Kajiyama
2014-07-26Adding Mask select mode to Assign weights from Bone Heat (when called in Weig...gaiaclary
2014-07-26New compositor node "Sun Beams"Lukas Tönne
2014-07-26Correct includes on different endian systemsCampbell Barton
2014-07-25Fix bug in validate mesh code (could use index out of range).Bastien Montagne
2014-07-25Minor changes:Antony Riakiotakis
2014-07-25OSX: adaptions needed for renewed osl/oiio/llvmJens Verwiebe
2014-07-24Implement option to parent object to undistorted position of 2D trackSergey Sharybin
2014-07-24Correction to recent rip-tearCampbell Barton
2014-07-24Fix T40925: Scene gravity hard limitedSergey Sharybin
2014-07-24Fixes:Antony Riakiotakis
2014-07-24Fix T41160: Rendering duplifaces crashed blender (cycles)Sergey Sharybin
2014-07-24Fix minor issues from recent commits.Antony Riakiotakis
2014-07-24Change to previous commit, allow tweaking name at creation time.Antony Riakiotakis
2014-07-24UI cleanup:Antony Riakiotakis
2014-07-24Material could end up with invalid texture paint slots on changingAntony Riakiotakis
2014-07-24Fix T41149: Dissolve Crash Due to AutoSmooth.Bastien Montagne
2014-07-24UI: prevent dragging a popup from activating a buttonCampbell Barton
2014-07-24Correct last commitCampbell Barton
2014-07-24Cleanup: ui_but_is_editable flip return valueCampbell Barton
2014-07-24Freestyle Python API: Updates and speedups for the parameter editorTamito Kajiyama
2014-07-24UI: Correct code cleanupCampbell Barton
2014-07-23Updates/fixes for new UI messages.Bastien Montagne
2014-07-23Texture painting:Antony Riakiotakis
2014-07-23Editmesh: Add option to tear boundary vertices when dissolvingCampbell Barton
2014-07-23Bake-API: Test for cyclic node connectionDalai Felinto
2014-07-23Extended mathutils.Vector.orthogonal() to accept a 2D vector.Tamito Kajiyama
2014-07-23Occlusion Query based selection.Antony Riakiotakis
2014-07-23Fix T41156: UILayout.prop_enum() does not observe "text" parameter overrideBastien Montagne
2014-07-23Cleanup: BKE_scene_set_name mixed G.main & bmain argCampbell Barton
2014-07-23Fix for mixup in startup.blend data init when userprefs.blend was missingCampbell Barton
2014-07-23Freestyle: minor speedup by omitting unnecessary transform matrix operations ...Tamito Kajiyama
2014-07-22Fix T41141, can't paint texture in cycles.Antony Riakiotakis
2014-07-22Texture paint:Antony Riakiotakis
2014-07-22Tiny change for gsoc paint curve drawing: numpad enter now draws the curve too.Thomas Beck
2014-07-22Code cleanup, unneeded variable, always true when used, not used whenAntony Riakiotakis
2014-07-22Freestyle: added a note on #include "DNA_material_types.h".Tamito Kajiyama
2014-07-22Freestyle: Fix for UI text of the "use_tips" line style property.Tamito Kajiyama
2014-07-22Fix T41086: VSE separate images increases file size abnormally.Bastien Montagne
2014-07-21Fix T40839: Object Font Text Rendering BugSergey Sharybin
2014-07-21Transform: edit to recent commitCampbell Barton
2014-07-21Fix T40432: Scaling to zero with manipulate center points works precisely on ...Bastien Montagne
2014-07-21Fix T41128: Box selection bug with armatures.Bastien Montagne
2014-07-21Py/API: Improve intersect_line_line with parallel linesCampbell Barton
2014-07-21Fix errors in hsv calculation from recent optimization patch.Antony Riakiotakis
2014-07-21CleanupCampbell Barton
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-21Math Lib: rename mul_serie_m3 to mul_m3_series & reorder argsCampbell Barton
2014-07-21Optimisation to rgb <-> hsv/l conversionAntony Riakiotakis