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-11-21Squashed commit of the following:Bastien Montagne
2013-10-08make bookmake name consistent was: FILE_OT_bookmark_add/FILE_OT_delete_bookmarkCampbell Barton
2013-08-15== filebrowser ==Andrea Weikert
2013-04-05code cleanup: include orderCampbell Barton
2013-03-27I18n fixes for C panels & menus (we have to specify the default bpyrna contex...Bastien Montagne
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-21== filebrowser ==Andrea Weikert
2012-09-18== filebrowser ==Andrea Weikert
2012-09-18== filebrowser ==Andrea Weikert
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-06-18style cleanupCampbell Barton
2012-05-20Various small fixes:Bastien Montagne
2012-04-29style cleanup: whitespace / commasCampbell Barton
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-04Many i18n fixings, based on [#30428] [2.62] Translation Issues.Bastien Montagne
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-15Fixing issues with i18n stuff:Sergey Sharybin
2011-06-15merge from trunk r37405Xiao Xiangquan
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27== UI icons ==Andrea Weikert
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-15Centralized operator UI drawing into a new function uiLayoutOperatorButs(),Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-06== filebrowser ==Andrea Weikert
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-06-14naming changesCampbell Barton
2010-03-23rna/py-api fix.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-11-29Draw function for operators (just like panels), used for the redo popup, file...Campbell Barton
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-10-08Key ConfigurationBrecht Van Lommel
2009-09-132.5 filebrowserAndrea Weikert
2009-09-122.5 filebrowserAndrea Weikert
2009-09-01Open recent list was arseabout, only adding files on save, rather then open.Campbell Barton
2009-08-212.5: layout.itemO now returns OperatorProperties to be filled in,Brecht Van Lommel
2009-08-172.5: Added operator ui() callback for defining own ui layoutBrecht Van Lommel
2009-07-282.5: File browserBrecht Van Lommel
2009-07-272.5 file browserAndrea Weikert