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
2016-09-21UI: Make button driver and keying set shortcuts configurableJulian Eisel
2016-04-01Fix When using keying sets, the toggling "all items" in the array target only...Joshua Leung
2016-03-13Fixed some type mismatch errors, missed earlierJoshua Leung
2016-03-13Keyframing: Added ToolSetting for choosing default keyframe typeJoshua Leung
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-26Fix T38619: Confusing logic for Keying Set keyframing SettingsJoshua Leung
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-28Fix T39902: Keyframe insertion by a Keying Set fails in the edit mode when ke...Tamito Kajiyama
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-24Fix T39851: F-curve noise modifier on a bone: change selection when modifying...Joshua Leung
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-07Comment fixesJoshua Leung
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-08Improving warnings when keyframing fails for IKEY over a buttonJoshua Leung
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2012-11-06Display warning/info notification after adding properties to a Keying Set usingJoshua Leung
2012-10-27style cleanupCampbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-18More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-05-08style cleanup: animation + buttonsCampbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-04First part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-17UI messages: unification of select/deselect stuff.Bastien Montagne
2012-03-08Fixing several issues with keyingsets:Bastien Montagne
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2011-12-16Fixed incorrect usage of enum as integerSergey Sharybin
2011-12-11fix for accessing the keying set menu as an enum rather than in intCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23use defines for keying set names to avoid confusing them with text and having...Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-08-15Select by Keying Set...Joshua Leung
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-06-10Adding properties to Keying Sets via the Scene properties will now setJoshua Leung
2011-06-01Bugfix [#27535] Insert delta key via IKey menu doesn't work wellJoshua Leung
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel