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-03-28Keyframes on NLA-Strip F-Curves are detected by RNA buttons tooJoshua Leung
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-16Bugfix T41525: Button keyframe indicators don't work correctly when editing N...Joshua Leung
2014-11-15Fix T42567: Color Wheel Buttons do not autokey correctly.Bastien Montagne
2014-11-11UI Refactor T41640Campbell Barton
2014-10-06Fix T40350: Some texture prop did not have visual feedback they were driven.Bastien Montagne
2014-05-21Fix T40291: Crash when adding # driver to some fieldsCampbell Barton
2014-05-08Fix typoCampbell Barton
2014-05-08Drivers: When editing expressions from UI buttons, "invalid" flags now get cl...Joshua Leung
2014-01-20Code Cleanup: remove redundant NULL checks and add function attributesCampbell Barton
2013-09-16replace RNA_property_array_length with RNA_property_array_check where the len...Campbell Barton
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
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