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
2012-07-29User Interface Scripts:Thomas Dinges
2012-07-29fix for own regression with handling of script paths, however this didnt work...Campbell Barton
2012-07-09UI translation from inside Blender UI: first part.Bastien Montagne
2012-06-20style cleanupCampbell Barton
2012-06-11Add user preference "GPU Mipmap Generation" under the System/OpenGLAntony Riakiotakis
2012-05-18Add "Install Theme" button in user preferences, patch #31505 by Julien Duroure.Brecht Van Lommel
2012-05-13Sequencer / Clip Editor:Thomas Dinges
2012-04-28User Preferences/ ThemesThomas Dinges
2012-04-28* UI fix for last commit, forgot to remove the plugin text strings. Thomas Dinges
2012-04-28Plugin system:Thomas Dinges
2012-04-11code cleanup: mselect conversion when creating a bmesh from a bmesh was overl...Campbell Barton
2012-04-04replace relative imports with absolute imports so scritps can be executed dir...Campbell Barton
2012-03-23patch [#30620] Wiki Quick Hack: Make Tooltip Text Colour ThemeableCampbell Barton
2012-03-22Quick Mango request: Adjustable contrast/intensity for unselected F-Curves inJoshua Leung
2012-03-20patch [#30595] Wiki Quick Hacks: Make Tooltip Background Colour ThemeableCampbell Barton
2012-03-16Patch by Psy-Fi + my minor changesAlexander Kuznetsov
2012-02-20Fix #30263: tweak threshold option in user preferences was incorrectly placedBrecht Van Lommel
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-14theme settings - split space and space list into their own RNA members, displ...Campbell Barton
2012-01-10move theme presets out of the header into the main panel.Campbell Barton
2012-01-10enable xml preset save/load, replace install/export themes with these.Campbell Barton
2012-01-10initial support for XML presets, these have the advantage...Campbell Barton
2012-01-09Cycles: multi GPU rendering support.Brecht Van Lommel
2012-01-01rna_xml module - write colors as hexadecimal values, also swap import/export ...Campbell Barton
2012-01-01theme import/export - uses generic rna_xml py module.Campbell Barton
2011-12-07Fix #29432: Marquee Select BugSergey Sharybin
2011-11-20UI:Brecht Van Lommel
2011-11-18addons in contrib now have their own 'Testing' category which is off by default.Campbell Barton
2011-11-14Apply patch [#28632] Add individual invert to 3d mouse in turntable mode and ...Nathan Letwory
2011-11-11pep/style edits & quiet some warningsCampbell Barton
2011-11-08cmake & pep8 tidy up, also some style edits.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-17correct spelling errors in commentsCampbell Barton
2011-10-02- fix for keymap test operatorCampbell Barton
2011-09-23minor edits to recent fix for addonsCampbell Barton
2011-09-23* Some more fixes for recent move operator commit. Thomas Dinges
2011-09-222.6 Python UI files:Thomas Dinges
2011-09-21remove use of gettext: _("...") style translation now its handled by rna.Campbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19/release/scripts: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19i18n: do not translate obect mode enum and transform orientation enum if UI t...Sergey Sharybin
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-07Apply patch [#28415] 3d mouse orbit mode individual axes enhancementNathan Letwory
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-19py style change only - make property definitions consistentCampbell Barton
2011-08-12import common classes from bpy.types, saves ~1000 python getattrs on startup.Campbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan