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
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2016-07-30Py-Driver: add 'self' optionCampbell Barton
2016-06-03Fix T48234: Glitch w/ action constraints sharing an actionCampbell Barton
2016-04-15Drivers Editing: Added "Copy/Paste" buttons beside "Add Variable" for copying...Joshua Leung
2016-04-05PyDriver support for all RNA property typesCampbell Barton
2016-03-24Cleanup: use prefix for return argsCampbell Barton
2016-03-24Driver Keyframing: Some tweaks to make inserting keyframes on Driver F-Curves...Joshua Leung
2016-03-24Drivers UI: Added name validation/linting for Driver VariablesJoshua Leung
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-28Keyframes on NLA-Strip F-Curves are detected by RNA buttons tooJoshua Leung
2014-11-16Bugfix T41525: Button keyframe indicators don't work correctly when editing N...Joshua Leung
2014-10-06Fix T40350: Some texture prop did not have visual feedback they were driven.Bastien Montagne
2014-04-15Move binary-search threshold used for FCurves to BKE_fcurve.h headerJoshua Leung
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-01Fix crash happening in Cycles fcurve modifierSergey Sharybin
2013-10-02fix [#36919] Cannot delete keyframe of animated simulation parameter if simul...Campbell Barton
2013-10-01fix for error setting vector handles to free when both vector handles were se...Campbell Barton
2013-07-18fix for action editor view-selected behaving strangely.Campbell Barton
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-01-31patch [#33985] Added FModifierEnvelope control_point add remove to APICampbell Barton
2012-08-18Bugfix [#32331] Graph editor zoom to selected includes coordinate origin if moreJoshua Leung
2012-08-09code cleanup: ensure macros require ';' endingsCampbell Barton
2012-05-24Graph Editor - View All/Selected now includes handles for calculating extents ofJoshua Leung
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-29fix [#28765] keyframe handles do not move with curves in graph editor when hi...Campbell Barton
2011-07-283D Audio GSoC:Joerg Mueller
2011-03-17Bugfix [#26505] zoom in selected keys on graph editorJoshua Leung
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-17Keyframing Operators: Improved Error MessagesJoshua Leung
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-08-24py/rna remove functions now all work in a similar way.Campbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-04-11python function to remove drivers.Campbell Barton
2010-03-18F-Modifier Goodies (as requested by @ndy):Joshua Leung
2010-02-12correct fsf addressCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2010-01-27Fix [#20773] NODE ANIMATION: Animating node values brokenMatt Ebb
2010-01-05Durian Request: Drivers RecodeJoshua Leung
2009-12-22Assorted F-Curve/Keyframe API stuff (for use with some Sequencer editing):Joshua Leung
2009-11-16- fcurve modifiers.new()/remove()/activeCampbell Barton
2009-11-14- sequencer speed effect back using fcurves, still needs manual reloading to ...Campbell Barton
2009-10-27- fixed enum syntax in BKE_fcurve.h and ED_keyframing.h to make g++ happyArystanbek Dyussenov