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-10-31fix [#29098] File save dialog cannot handle extra periods in file nameCampbell Barton
2011-10-28use generic path remapping when making all library data local, previously onl...Campbell Barton
2011-10-27pass image description to image loading functions for more useful error than ...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23Context menu 'Edit Source' operator no longer needs to be enabled as a build ...Campbell Barton
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel
2011-10-21misc cleanupCampbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-20debug build option WITH_PYTHON_UI_INFO, so you can right click and edit the p...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-12changes to relative path optionCampbell Barton
2011-10-10Now append/link will start at current blend file directory, if available (las...Bastien Montagne
2011-10-01* Updating readme.html and link to release logs for 2.60, now that we approac...Thomas Dinges
2011-09-30fix for crash generating messages.txt, I wasn't getting this crash because I ...Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-09-21check that descriptions dont end with a '.', for non release builds.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-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-06Add parser error handler.Nathan Letwory
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-25sanity checks on operator exec/modal/invoke return values.Campbell Barton
2011-08-22rename NAN_BUILDINFO --> WITH_BUILDINFOCampbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-08-12add WM_FILESEL_FILES to WM_operator_properties_filesel, sequencer was doing t...Campbell Barton
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-05move the ndof menu into the userpref's since it adjusts preferences, also ren...Campbell Barton
2011-08-05fix for possible uninitialized RNA strings, when RNA_string_get property is n...Campbell Barton
2011-08-05change BLO_library_append_begin to take a main argument rather then a context...Campbell Barton
2011-08-02Debug print removed.Nathan Letwory
2011-08-02replace WM_OT_ndof_menu with a key->menu assignment.Campbell Barton
2011-08-02NDOF related editsCampbell Barton
2011-07-30ndof sensitivity operator follows power curve and respects min/maxMike Erwin
2011-07-29merge with trunk r38787Xiao Xiangquan
2011-07-28speed button mapping to ndof sensitivity change operator.Nathan Letwory
2011-07-24removed ancient ndof global, removed my own attempt at a C popup menu (the Py...Mike Erwin
2011-07-21svn merge -r37276:38555 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Nathan Letwory
2011-07-19translated ndof menu from C to Python, enabled helicopter fly modeMike Erwin
2011-07-18Bugfix #27927Ton Roosendaal
2011-07-16select uiStyle according to UserDef and update lang-packsXiao Xiangquan
2011-07-14merge from trunk 38379Xiao Xiangquan