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
2008-07-07[#17288] Sequencer API: added a method, a geter/setter, the blend modes dict ...Campbell Barton
2008-04-22bpy sequencer api can add color strips, changing strip length wasnt re-alloca...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-04PyAPI: create scene sequence data if its not there when getting scene.sequenceCampbell Barton
2007-12-13misc warning fixes and one fix for a big in curve allocationCampbell Barton
2007-12-13own error, sequencer set images - didnt clear error when finishedCampbell Barton
2007-12-12Patch from ILdar AKHmetgaleev (akhil) - [#7864] correct scale in sequencer's ...Campbell Barton
2007-12-07miscellaneous edits from python development branch merged back into trunkCampbell Barton
2007-11-18General cleanup in sequencer:Peter Schlaile
2007-10-21== Core ==Peter Schlaile
2007-10-18made sequence handle calculation into a function, (lines were being copied ar...Campbell Barton
2007-07-12From stableCampbell Barton
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton
2007-06-29patch from harkyman to make it possible to extend images to span more frames ...Campbell Barton
2007-05-28more memory leak fixes, though only a few are likely to happenCampbell Barton
2007-04-17fixed a python-api bug with adding a new image sequence strip crashing blender.Campbell Barton
2007-03-15removed unneeded dealloc functionsCampbell Barton
2007-03-15removed duplicate functionality, macro's and functions existed to check a PyO...Campbell Barton
2007-03-14made all python types that can do .__copy__(), also do .copy()Campbell Barton
2007-03-10Python APIKen Hughes
2007-03-08Was missing a define for intern_pos_update, somehow GCC didnt complain but MS...Campbell Barton
2007-03-07made alloc_sequence accept a linkedList so it can be used from Python.Campbell Barton
2007-03-05adding experemental sequencer module, This may change or be removed before ne...Campbell Barton