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
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
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-08-28Assorted comment clarification in response to code review notesJoshua Leung
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-04Bassam Feature Request: "Auto Clamped" handles can now be set perJoshua Leung
2011-07-04First stages of easier "expressions" creation...Joshua Leung
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-14Driver creation hack:Joshua Leung
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-30revert part of Tons commit r33884.Campbell Barton
2010-12-28Drivers Code Cleanups and UI Tweaks:Joshua Leung
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-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-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel