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 (Collapse)Author
2007-02-07animation_trajectory - was printing deprecation warnings. cleaned up some of ↵Campbell Barton
its code too. Mesh - removing UV or Color layers didnt check if the active object was in vpaint of uv mode, removing the last layer could crash blender - now switch to object mode if its the last layer like the UI.
2007-01-18= line ending fix =Tom Musgrove
these files all had non unix line endings...
2006-12-28made scn.objects more flexible... you can now things like...Campbell Barton
scn.objects.selected = [] # deselect all scn.objects.selected = scn.objects # select all scn.objects.context = [ob1, ob2...] Added epydoc examples and updates importer scripts to use this de-select-all method.
2006-12-25modified scripts from using older/depricated Python API commands, deprecated ↵Campbell Barton
scn.getChildren() in the docs.
2006-05-14Allow to see in real time trajectory of selected object.Campbell Barton
You can grag the keyframes around from anywhere in the animation. Keyframe dragging would be less of a hack if we could do an event handeler and a redraw space handeler in 1. This kind of functionality could be nice to see in Blender.