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
2013-01-05Removal of old code trying to detect trackpads.Ton Roosendaal
2013-01-05Trackpad pans for UV/Image and MovieClip editors were inverse compared to all...Ton Roosendaal
2013-01-05style cleanup: also add checker for function brace placement.Campbell Barton
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2013-01-05Add translation contexts for line, mute and clipSv. Lockal
2013-01-05Bugfix: "Change Frame" operator for setting current frame by clicking/scrubbingJoshua Leung
2013-01-05Tsst... "faled"... :pBastien Montagne
2013-01-05revert r53570, alpha background is useful for projection paint 'Quick Edit',Campbell Barton
2013-01-05Fix #33753: Not selected surface objects don't update in view if shading is c...Sergey Sharybin
2013-01-05Fix #33674: Meta strip could overlap with other strips when exiting edit modeSergey Sharybin
2013-01-05Fix #33761: Infinite loop in space_image if tile size > image sizeSergey Sharybin
2013-01-05Fix #33767: Edge of objects rendered out jerky when using OpenGL RenderingSergey Sharybin
2013-01-04code cleanup, also remove glError check in font drawing code since its now a ...Campbell Barton
2013-01-04Fix knife cut bug #33625, failure to cut in otho mode sometimes.Howard Trickey
2013-01-04Fixes - post 2.65aTon Roosendaal
2013-01-04remove stray glBegin() during transform that caused a glErrorCampbell Barton
2013-01-04add length average option to 'Follow Active Quads' unwrap, gives nicer results.Campbell Barton
2013-01-04fix [#33758] Blender crashes when user goes to choose "build navigation mesh"Campbell Barton
2013-01-04fix occasional memory leak in projection paint - multiple threads could initi...Campbell Barton
2013-01-04no need to initialize the 2D paint node tree when project painting.Campbell Barton
2013-01-04code cleanup: warningsCampbell Barton
2013-01-03fix for NODE_OT_view_all / NODE_OT_view_selected not working properly.Campbell Barton
2013-01-03fix bad left aligned text when zoomed out.Campbell Barton
2013-01-03correct invalid filter value being use for icon scaling.Campbell Barton
2013-01-03change limited dissolve angle limit default from 15 -> 5 deg. since 15deg is ...Campbell Barton
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton
2013-01-02changes needed for EDL import to work again.Campbell Barton
2013-01-02dyntopo speedup for smooth brush, no need to search for the shared vert-face ...Campbell Barton
2013-01-02style cleanupCampbell Barton
2013-01-02rename image paint_image_2d to lowercase (as we have for view2d).Campbell Barton
2013-01-02Fix for what appears to be a typo (seq_prev is always NULL) - found whileJoshua Leung
2013-01-02rename paint_2D to paint_image_2D. Catering for possible name conflictsAntony Riakiotakis
2013-01-02Code cleanup:Antony Riakiotakis
2013-01-01Bug fixes, own collection.Ton Roosendaal
2013-01-01Further trackpad work:Ton Roosendaal
2013-01-01Highlight currently rendering tilesSergey Sharybin
2013-01-01fix for own error in recent weight paint code, bound-box clip wasnt working.Campbell Barton
2013-01-01Added MOUSEPAN (the trackpad event) to control propertional size while transf...Ton Roosendaal
2013-01-01fix for long standing annoyance with weight-paint mode selection.Campbell Barton
2013-01-01make wight-paint-through feature work in face select mode. (still WIP, relies...Campbell Barton
2013-01-01remove vertex selection check for weight paint mode so you can paint `through...Campbell Barton
2013-01-01Fix: weight painting operated only for selected vertices in edit mode.Antony Riakiotakis
2012-12-31smart stitching:Antony Riakiotakis
2012-12-31code cleanup: autocomplete functionsCampbell Barton
2012-12-31syntax highlight autocomplete listing.Campbell Barton
2012-12-31text autocompleteCampbell Barton
2012-12-31add back initial autocomplete support.Campbell Barton
2012-12-31Removed on old patch from the code, which attempted to keep the scrollersTon Roosendaal
2012-12-31minor updates to text autocomplete apiCampbell Barton
2012-12-31Alpha premul pipeline cleanupSergey Sharybin