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
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
2010-04-11python function to remove drivers.Campbell Barton
2010-03-14remove unused includesCampbell Barton
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-05Durian Request: Drivers RecodeJoshua Leung
2009-12-17RNA/UI - Reset Settings to Default ValuesJoshua Leung
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-11-25Assorted fixes - compile + drivers:Joshua Leung
2009-11-24Depsgraph/DriversBrecht Van Lommel
2009-11-19Bugfix:Joshua Leung
2009-11-17was trying to add one too many drivers when inserting them on all items on an...Campbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-08Graph Editor Drawing Tweaks:Joshua Leung
2009-11-07- modal keymap for border selectCampbell Barton
2009-11-05Armature Editing Bugfixes:Joshua Leung