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
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-05Assorted loose ends for auto-clamped handles workJoshua Leung
2011-08-04Bassam Feature Request: "Auto Clamped" handles can now be set perJoshua Leung
2011-07-20venomgfx request: Renaming handle 1/2 to left/right handles forJoshua Leung
2011-07-01Icons!Joshua Leung
2011-06-30Bugfixes:Joshua Leung
2011-06-13Transformation Channel Driver Variables - "Proper Localspace"Joshua Leung
2011-06-04FModifier Influence/BlendIn-OutJoshua Leung
2011-06-04Merge with trunk revision 37149.Joerg Mueller
2011-06-03Experimental Feature: Frame Range Masks for FModifiersJoshua Leung
2011-05-31tag unused rna args.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-08add new subtype PROP_COORDS, for generic coordinates that are not to be chang...Campbell Barton
2011-03-17Bugfix [#26505] zoom in selected keys on graph editorJoshua Leung
2011-03-13rna/api: new bezier keys added via fcu.keyframe_points.add() now use auto han...Campbell Barton
2011-03-13Inconsistent use of array_index vs index with animation keyword args.Campbell Barton
2011-03-13Bugfix [#26473] Keyframe values for F-Curves were incorrectly wrappedJoshua Leung
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-01New Keyframe Type: "Jitter"Joshua Leung
2011-01-18rename fcurve.keyframe_points.add() --> insert()Campbell Barton
2011-01-13bugfix [#25588] Not work fcurve.keyframe_points.addCampbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-11change rna function action.fcurves.add() so options an enum flag rather then ...Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03Bugfix:Joshua Leung
2010-12-31Continue from my commit r33952, which disallowed floats to be wrapped as ints.Campbell Barton
2010-12-14clamp colors from 0-1 which are used for display only.Campbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-10-17Disabling menu entry for adding "Python" F-Modifier.Joshua Leung
2010-10-16Bugfix #23979: FCurve.keyframe_points.add(..., replace=True)Joshua Leung
2010-09-07Graph Editor tweaks:Joshua Leung
2010-08-24py/rna remove functions now all work in a similar way.Campbell Barton
2010-08-19rna renaming FModifier & GameObjectSettingsCampbell Barton
2010-08-18rna naming mainly for Scene/IK/KeyingSet'sCampbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-08-17apply rna rename most of the show_*, names.Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-05-27rename curve 'point' to 'co', the property name used verts, bezier points and...Campbell Barton
2010-05-20some rna numbers were signed when they shouldnt be (simplify could have its s...Campbell Barton
2010-05-20FCurve.evaluate() and bounds() patch from Dan EicherCampbell Barton
2010-04-28pin and driver id pointers were adding user references from rna but not on fi...Campbell Barton
2010-04-06Bugfix #21916: Baking NLA strips doesn't group transformsJoshua Leung
2010-04-06Object API changes so these functions now require a scene as first argument:Brecht Van Lommel