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-02-02style cleanupCampbell Barton
2013-02-01ui_but_anim_expression_create was never returning true, even when it succeeded.Campbell Barton
2013-01-31Fix #34034: keyframe display of color/curve buttons was broken after revisionBrecht Van Lommel
2012-08-08Code cleanup - whitespaceJoshua Leung
2012-07-17holding shift with cont. grab now works on the hsv cube and the value slider.Campbell Barton
2012-07-17option to clear all keys from a button, so you dont have to hunt about for th...Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30style cleanup: interfaceCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2011-11-17pydrivers: 'frame' is now in the driver namespace,Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-20minor changes to test editingCampbell Barton
2011-10-14Fix for first part of #28911: driver not working properly since 2.594Sergey Sharybin
2011-09-26replace strnlen with BLI_strnlen, make some args const - no functional changes.Campbell Barton
2011-08-02Merging trunk up to r38932.Joerg Mueller
2011-07-31SVN maintenance.Guillermo S. Romero
2011-07-30quiet some compiler warnings & fix possible (but unlikely) crash.Campbell Barton
2011-07-04First stages of easier "expressions" creation...Joshua Leung
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2010-12-13Bugfix #25207Ton Roosendaal
2010-11-17Keyframing Operators: Improved Error MessagesJoshua 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-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-03-23more lint includesCampbell Barton
2010-01-27Fix [#20773] NODE ANIMATION: Animating node values brokenMatt Ebb
2010-01-12Fix [#19966] Graph Editor does not refresh after automatic keyframe insertionMatt Ebb
2010-01-07Color Picker work:Matt Ebb
2009-12-14Keyframing Bugfixes and Feature Requests:Joshua Leung
2009-11-28operator renaming for more consistent word ordering (_add/_remmove shold be l...Campbell Barton
2009-10-27Compiler warning fixes for mingw:Joshua Leung
2009-10-27- Right click menu can open links directly to API reference docs (rna and ope...Campbell Barton
2009-10-08A few fixes:Joshua Leung
2009-10-07Option to copy the data path of an RNA buttonCampbell Barton
2009-09-25Drivers: Copy/Paste tools for the RMB MenuJoshua Leung
2009-09-042.5 - KeyingSet fixesJoshua Leung
2009-09-04Keying Sets: Added options to add/remove properties from the active Keying Se...Joshua Leung
2009-09-042.5 - Keyframing Bugfixes + Code CleanupsJoshua Leung
2009-08-25Implemented dynamic and multidimensional array support in RNA.Arystanbek Dyussenov
2009-07-31Animato - NLA + Realtime Animating Goodies Joshua Leung
2009-07-282.5: File browse button in ui layouts now works, e.g. for renderBrecht Van Lommel
2009-07-122.5: Couple of small fun featuresBrecht Van Lommel
2009-07-09NLA SoC: Assorted cleanupsJoshua Leung
2009-07-08NLA SoC: Little optimisation + Drawing bugfixJoshua Leung
2009-05-15UI: Layout EngineBrecht Van Lommel