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
2011-12-30get the brush size at before applying each brush step, saves unified brush se...Campbell Barton
2011-12-30minor edits to weight paintCampbell Barton
2011-12-29Fix #29687: Normal bake from multires gives distorted results.Sergey Sharybin
2011-12-29Fix #29718: anchored stroke with image-texture --- strange behaviourSergey Sharybin
2011-12-29Remove totally crappy and not used operator FONT_OT_buffer_pasteSergey Sharybin
2011-12-28Merging r42896 through r42944 from trunk into soc-2911-tomatoSergey Sharybin
2011-12-28Code refactoring: add unified image buffer functions for doing float => byte,Brecht Van Lommel
2011-12-28copy BLI_edgehash changes from bmesh branch, main change is use of mempool.Campbell Barton
2011-12-27Change visualize indices so that edit select mode chooses which elements are ...Howard Trickey
2011-12-27More fixes for timecode usage with BKE_movieclip_get_ibuf_flagSergey Sharybin
2011-12-27Merging r42800 through r42895 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-27remove unneeded casts from 'unsigned int' to 'int'Campbell Barton
2011-12-27Fix own error in r42881, didn't add rectangle padding correctly.Nicholas Bishop
2011-12-27[#29144] Snapping control points: can't choose which one to deleteMartin Poirier
2011-12-27Factor out some generic parts of the sculpting PBVH redraw planes code.Nicholas Bishop
2011-12-26[#29611] Crash when scale one vertex with snap.Martin Poirier
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-23UI: small further tweak to last region expand/collapse fix, when moving theBrecht Van Lommel
2011-12-23Fix #29652: operator tab can not be maximisedSergey Sharybin
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-22Fix/workaround for russian ui crash on exitSergey Sharybin
2011-12-22remove commented index drawing code (now its a debug option), and remove code...Campbell Barton
2011-12-22patch [#29673] Visualize Indices (developer aid)Campbell Barton
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-22split some >120 lines, no functional changesCampbell Barton
2011-12-22== Sculpt ==Nicholas Bishop
2011-12-21Object tracking: various fixes for scene orientation for witness cameras work...Sergey Sharybin
2011-12-21Merging r42770 through r42799 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-21Fix #29670: color picker draw issues with RGB values out of soft range.Brecht Van Lommel
2011-12-21Do not show "Modify" modifiers group for curve objectsSergey Sharybin
2011-12-21Patch [#29654] New menu option under Object > Game with "Copy All Physics Att...Dalai Felinto
2011-12-21topo mirror and sync with minor edits made to bmesh, no functional changesCampbell Barton
2011-12-20Merging r42723 through r42769 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-20New modifier type: eModifierTypeType_NonGeometrical, for modifiers affecting ...Bastien Montagne
2011-12-20move topology mirror out into its own functions - needed for bmesh branch so ...Campbell Barton
2011-12-20Get rid of hardcoded structure definition in DM drawing callbacksSergey Sharybin
2011-12-20minor edits to previous commit & set VKey to toggle vertex select in weight p...Campbell Barton
2011-12-20Patch #27085, Restore old 2.49 TAB behaviour for window splitting, by Andre O...Michael Fox
2011-12-19Object tracking: configurable scale for object solutionSergey Sharybin
2011-12-19Fix #29655: keyboard shortcuts missing from text editor text menu, and removedBrecht Van Lommel
2011-12-19Automatically hide unused (=unlinked) node sockets in collapsed ("hidden") no...Lukas Toenne
2011-12-19Display button for hiding unused node sockets in the side bar, as an alternat...Lukas Toenne
2011-12-19Merging r42648 through r42722 from trunk into soc-2011-tomatoSergey Sharybin
2011-12-19remove unneeded NULL check in ui_searchbox_create() which confuses static che...Campbell Barton
2011-12-18Object tracking: scale object itself when setting scale in object tracking modeSergey Sharybin
2011-12-18Removed buttons in node headers for hiding unused sockets and for hiding the ...Lukas Toenne
2011-12-18Fix for toggle buttons in node headers.Lukas Toenne
2011-12-17Quite some compiler warnings...Bastien Montagne