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
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
2009-12-09Sequencer fix: Transform Strip wouldn't work with default_faderAndrea Weikert
2009-12-08Sequencer: comment out unimplemented operator to avoid error print.Brecht Van Lommel
2009-12-08Few small things:Andrea Weikert
2009-12-04String fix and a bunch of PEP8 issues I had collected in the meanwhile.Guillermo S. Romero
2009-12-03Added Toggle Full Screen and Duplicate Area to the menus of all the main spac...William Reynish
2009-11-29== Sequencer ==Peter Schlaile
2009-11-29pep8 cleanup in ui and op dirs, added popup to select patternCampbell Barton
2009-11-25fix for error in sequencer ui from recent changesCampbell Barton
2009-11-23more ui api changes.Campbell Barton
2009-11-23rna UI api rename...Campbell Barton
2009-11-23note:Campbell Barton
2009-11-23Sequencer:Thomas Dinges
2009-11-22== Sequencer ==Peter Schlaile
2009-11-22use is rather then == when comparing with singletons (None/False/True), its f...Campbell Barton
2009-11-22== Sequencer ==Peter Schlaile
2009-11-22Fixed minor sound UI errors.Joerg Mueller
2009-11-21pep8 cleanup & default select axis to negative (artist requst, make sense if ...Campbell Barton
2009-11-19* Added control and animation of sound volume of sequence sound strips (found...Matt Ebb
2009-11-19Sequencer UI: Sequencer now uses the standard timeline cursor instead of a ha...Joshua Leung
2009-11-14- sequencer speed effect back using fcurves, still needs manual reloading to ...Campbell Barton
2009-11-14used py error checking tools to fix some bugs & make pep8 correctionsCampbell Barton
2009-11-08Sequencer: (small Durian wish)Andrea Weikert
2009-11-03whitespace commit, (was some tabs mixed with spaces too)Campbell Barton
2009-11-02how embarrassing!Campbell Barton
2009-11-01Correct GPL license header for all python scriptsMartin Poirier
2009-11-01made scripts pass the pep8 test (though not fully pep8 yet)Campbell Barton
2009-10-31GPL2 header from firebird (without disclaimer), notice theres no copyright at...Campbell Barton
2009-10-31tabs to spaces, remove trailing white space. (apart of pep8)Campbell Barton
2009-10-31change blender python interface for classes not to ise __idname__ rather bl_i...Campbell Barton
2009-10-31small change to strip-swap, Made keys Alt+L/RArrowKey, added in menu, dont tr...Campbell Barton
2009-10-30* Some Whitespace and small code-guideline cleanup. Thomas Dinges
2009-10-19select all seq strips removed other flags, add menu was running exec rather t...Campbell Barton
2009-10-08menus are now global (like operators), so for eg, the info add menu and the 3...Campbell Barton
2009-09-28- removed 2.4x release/scriptsCampbell Barton