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-03-24fix for using uiItemIntO for an enum, added uiItemEnumO_value function.Campbell 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-02-21Bugfixes:Joshua Leung
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-04Moved Auto-Keying "Insert for KeyingSet only" option from UserPrefs toJoshua Leung
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-04- use BKE_keyingset_free_path where paths were being freed inline.Campbell Barton
2011-01-03Keyframing Operator Code Cleanup:Joshua Leung
2010-12-23use ICON_NULL define rather then 0, makes UI calls less confusing. (no functi...Campbell Barton
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-17Keyframing Operators: Improved Error MessagesJoshua Leung
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-30Cleanup of Auto-Keyframing code:Joshua Leung
2010-09-25Fix #23847: keyframe insert on button not working in popup menus, e.g.Brecht Van Lommel
2010-09-24Fix #22947: sample color tool not working in user preferences, was assuming theBrecht Van Lommel
2010-08-22remove inline loops in a few placesCampbell Barton
2010-08-08remove unused includesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-23[#22488] Reloading scripts causes crashCampbell Barton
2010-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-05-14Fixes for crashes when trying to add/remove properties from builtin Keying Se...Joshua Leung
2010-03-25More assorted Keying Sets changes for Cessen (mainly api stuff):Joshua Leung
2010-03-24Keying Sets - PyAPI consistency issues:Joshua Leung
2010-03-23more lint includesCampbell Barton
2010-03-23Keying Sets: BuiltIn vs Absolute TweaksJoshua Leung
2010-03-18Bugfix: Autokeying was non-functional after the Keying Sets refactorJoshua Leung
2010-03-17PyKeyingSet Bugfixes:Joshua Leung
2010-03-16== Massive Keying Sets Recode ==Joshua Leung
2010-02-27* Renaming some Keying Sets API functions to make the terminology more consis...Joshua Leung
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-28Fix RMB menu insert driver not working on some buttons, passingBrecht Van Lommel
2010-01-26Assorted Bugfixes:Joshua Leung
2009-12-14Keyframing Bugfixes and Feature Requests:Joshua Leung
2009-12-14A few KeyingSet + Transform Tweaks:Joshua Leung
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-11-25selected_pchans --> selected_pose_bones, same for visible_pchansCampbell Barton
2009-11-24Fix for last commit, forgot to update collada.Brecht Van Lommel
2009-11-24Depsgraph/DriversBrecht Van Lommel
2009-11-23Auto-Keyframing and Clear Transform Operators:Joshua Leung