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
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-04-16Removed the particle context of property buttons space.Lukas Tönne
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-07-21Fix T45317: Cycles material preview unnecessarily re-renderingSergey Sharybin
2015-07-01Cleanup: Use bool instead of intJulian Eisel
2014-11-28Cleanup: unused headersCampbell Barton
2014-09-16Fix T41843: World preview not updating when changing world.Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-06Fix T40519: Keyed parameter are not redrawedSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-02-19fix T38721 Vertex Group pop menu (CTRL+G) Set Active Group not updating Verte...Dalai Felinto
2013-07-25add missing break to space-buttons listener, also rewind own recent change (u...Campbell Barton
2013-07-13fix for more errors with switch missing breakCampbell Barton
2013-06-25Fix unnecessary 3D viewport redraws in various cases, in particular when editingBrecht Van Lommel
2013-06-19This commit tackles the "context" buttons in Properties header, which were st...Bastien Montagne
2013-05-15Attempt to fix #35057 and #35372: slow texture painting performance.Brecht Van Lommel
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-04-13Add update to brush texture preview when brush is changed. SolvesAntony Riakiotakis
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-12A big cleaning patch by Bastien Montagne (thanks a lot!)Tamito Kajiyama
2012-12-01Merged changes in the trunk up to revision 52690.Tamito Kajiyama
2012-11-26Fix #33310: unnecessary redraw of outliner when editing materials and textures.Brecht Van Lommel
2012-10-29Merged changes in the trunk up to revision 51718.Tamito Kajiyama
2012-10-28Improvements of Freestyle GUI controls - Part 1.Tamito Kajiyama
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-06-24Merged changes in the trunk up to revision 48227.Tamito Kajiyama
2012-06-18Patch #31755: fix missing redraw in space_buttons when grouping objects (CTRL+G)Sergey Sharybin
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
2012-05-08style cleanup: animation + buttonsCampbell Barton
2012-04-29Merged changes in the trunk up to revision 46045.Tamito Kajiyama
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-20Redraw data properties after selecting a bone.Nicholas Bishop
2012-02-17Fix for a color preview not immediately updated during the manipulation of a ...Tamito Kajiyama
2012-01-15remove some unused DNA membersCampbell Barton
2011-11-08Texturing: texture and 3d view draw type changes, these should only have anyBrecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-28Missed notifier was found when looking at #28393Sergey Sharybin
2011-06-16use directory selector for properties defined as PROP_DIRPATH, user preferenc...Campbell Barton
2011-05-19UI tweak: properties editor header now has same size as other headers again.Brecht Van Lommel
2011-03-19Todo item:Ton Roosendaal
2011-03-09Todo item: defaulting newly created Property editors to vertical.Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-12Particles todo item: particle texturesJanne Karhu
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-06Todo item:Ton Roosendaal