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-09-22remove redundant code & use GL_LINE_STRIP for object spiral drawing.Campbell Barton
2011-09-22Fix #28489: Wacom Intuos 4 tablet doesn't work with outlinerSergey Sharybin
2011-09-21check that descriptions dont end with a '.', for non release builds.Campbell Barton
2011-09-20- translation scripts now run with py3.xCampbell Barton
2011-09-20- Fix for compiling without international supportSergey Sharybin
2011-09-20Improved Internationalization and LocalizationSergey Sharybin
2011-09-20fix [#28672] Blender segfault after exiting a game that was opened withCampbell Barton
2011-09-20Merging r40366 through r40392 from trunk into soc-2011-garlicsoc-2011-garlicSergey Sharybin
2011-09-20i18n: some fixes for windows, scons and game engineSergey Sharybin
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-18Fix for [#28672] Blender segfault after exiting a game that was opened with a...Joerg Mueller
2011-09-18i18n: replace gnu unifont with droid sans fontSergey Sharybin
2011-09-17image button was hard coded to draw the splash screen which it loaded from PN...Campbell Barton
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-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-09-08Fix #28310: import of key configuration with modal keymap not working.Brecht Van Lommel
2011-09-07Fix #28541: crash with operator reports in some cases, caused by my recent fixBrecht Van Lommel
2011-09-06Add parser error handler.Nathan Letwory
2011-09-05Fix #28404: certain keyboard shortcuts not shown in menus, e.g. move operatorsBrecht Van Lommel
2011-09-05Fix #28504: lib linking errors were not shown when opening a file fromBrecht Van Lommel
2011-09-02tweak to WM_operatortype_find to perform better when called with empty string...Campbell Barton
2011-09-02Credits generator which cross references with the patch tracker to credit the...Campbell Barton
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-28== Sequencer ==Peter Schlaile
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-25sanity checks on operator exec/modal/invoke return values.Campbell Barton
2011-08-23Fix for [#28339] Rev:39618 The revision part doesn't suffice. Thomas Dinges
2011-08-22rename NAN_BUILDINFO --> WITH_BUILDINFOCampbell Barton
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-16fix a small bug , and update language-packsXiao Xiangquan
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-08-15Remove message "Info: Config directory with "startup.blend" file not found."Brecht Van Lommel
2011-08-15Fix #28202: deactivating keymap items not saving properly.Brecht Van Lommel
2011-08-13index_to_framebuffer (used for mesh selection) was being called 3x times per ...Campbell Barton
2011-08-12add WM_FILESEL_FILES to WM_operator_properties_filesel, sequencer was doing t...Campbell Barton
2011-08-11Fix #28180: crash running wm.keyconfigs.user.keymaps.new("My Keymap").Brecht Van Lommel
2011-08-11use ghash for operator and menu types, was doing string lookup in the operato...Campbell Barton
2011-08-10merge with trunk r39216Xiao Xiangquan
2011-08-09Blender 2.59:Thomas Dinges
2011-08-08add missing header to cmake files (else some IDE's wont index it)Campbell Barton
2011-08-07simplify x11 path code, had unneeded NULL checks and std namespaceCampbell Barton
2011-08-07ndof data change: operators can access values as vectors or components, as bo...Mike Erwin
2011-08-07Fix #28169: keymap bug when using a preset configuration, e.g. object mode ke...Brecht Van Lommel
2011-08-07stricter NDOF guards for Windows (forgot in earlier commit)Mike Erwin
2011-08-06KEYMAP REFACTORINGBrecht Van Lommel