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-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
2014-07-21Math Lib: Add isect_point_tri_v3Campbell Barton
2014-07-21bmesh py api: face_split_edgenet missed NULL checkCampbell Barton
2014-07-21CleanupCampbell Barton
2014-07-20Correction to 7c7b730, multiplication order was flippedSergey Sharybin
2014-07-20Sequencer: Fix wrong blur result when one of the sizes is zeroSergey Sharybin
2014-07-20Early out from gaussian blur if both sizes are zeroSergey Sharybin
2014-07-20Bugfix T41042: Irrelevant Bezier handles still affect Graph Editor Show AllJoshua Leung
2014-07-20Bugfix T41077: Dope sheet's column select (alt + click) gets ignored with NLA...Joshua Leung
2014-07-20Math Lib: use variable length args for mul_serie_m3,m4 (instead of trailing N...Campbell Barton
2014-07-20Fix T41122: Mask modifier followed by hair particles causes crash on render (...Bastien Montagne
2014-07-19Sequencer: Add gaussian blur effectSergey Sharybin
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-19Code cleanup: warningsCampbell Barton
2014-07-19Fix T40658: UV map node not working for GLSL materials.Brecht Van Lommel