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-06-29Cleanup: spelling, indentationCampbell Barton
2016-06-27Partial fix for T48734Joshua Leung
2016-06-01Usual UI/i18n message cleanup (get rid of last remaining 'addon' too).Bastien Montagne
2016-05-31Fix T48552: Ctrl-D to add drivers shows disabled menu itemsCampbell Barton
2016-04-23Fix weird wording in driver operator tooltipJulian Eisel
2016-04-16Assorted enum tweaksJoshua Leung
2016-04-15Code Cleanup: Remove unused define left over from earlier versions of this codeJoshua Leung
2016-04-15Remove a leftover from older codeSergey Sharybin
2016-04-15Drivers Editing: Added "Copy/Paste" buttons beside "Add Variable" for copying...Joshua Leung
2016-04-15Code Cleanup: Add proper defines (with ANIM_* prefix) for animation-related c...Joshua Leung
2016-04-01Use STRPREFIX macro for testing property nameCampbell Barton
2016-03-31Fix memory leak when calling new driver eyedropperJulian Eisel
2016-03-29Driver Mapping Types: Added temporary icons to break up the two types of mapp...Joshua Leung
2016-03-29Drivers Setup: Expose all mapping types for creating driversJoshua Leung
2016-03-27Cleanup: Silence some compiler warningsSergey Sharybin
2016-03-27Driver Eyedropper: Auto detection/correction magic for rotation propertiesJoshua Leung
2016-03-27Drivers: Add a "none" mode for use when adding driversJoshua Leung
2016-03-26Driver Setup Workflow Improvement: Property EyedropperJoshua Leung
2016-03-13Keyframing: Added ToolSetting for choosing default keyframe typeJoshua Leung
2015-05-12Depsgraph: Add additional relations/id update tagsSergey Sharybin
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-05Fix T43890: Crash, Alt-D over operator redo buttonCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-06Fix T40350: Some texture prop did not have visual feedback they were driven.Bastien Montagne
2014-06-13Code cleanup: BLI_strdupn -> BLI_strdupCampbell Barton
2014-05-29Comments: Note direction in doxy argsCampbell Barton
2014-05-29Cleanup: Use doxy for more structured commentsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-01Correction for error in own recent commit (makesrna c++ api, un-init var)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-26Fix T38853: right click menu add driver should not be possible to redo.Brecht Van Lommel
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-09-03Tweaks to New Driver creation behaviourJoshua Leung
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-04-26Fix a few more cases where an operator should not show in the search menu.Brecht Van Lommel
2013-04-24fix [#34958] keyframe many items would fail if there was a (") in the text.Campbell Barton
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-18More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-07-03Followup for r.48515Joshua Leung
2012-05-27style cleanupCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-08style cleanup: animation + buttonsCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-03style cleanup - spelling corrections & update some incorrect comments.Campbell Barton