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-06-06Added cancel callbacks to modal operators which allocates memorySergey Sharybin
2011-05-24fix for using uninitialized vars in own recent commit.Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-18Clear some compiler warnings by commenting some functions, adding others to h...Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-07-22Fix de/select all operator naming for consistencyMatt Ebb
2010-06-24Move some sequencer functions about, no functional changes.Campbell Barton
2010-06-21sequencer swap data operator.Campbell Barton
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-05-14Fix [#22337] Wrong operator descriptionsMatt Ebb
2010-05-06Fix [#22256] bpy.ops.sequencer.delete.poll() not workingMatt Ebb
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-03-31svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2787...Campbell Barton
2010-03-23more lint includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2009-12-17sequencer fcurve anim filtering: sequence strips fcurves in meta's were showi...Campbell Barton
2009-12-13* renamed BKE_sequence.h and sequence.c --> sequencerCampbell Barton
2009-12-08Sequencer:Brecht Van Lommel
2009-11-14sequencer select linked time option, (Selectmouse /w Ctrl & Ctrl+Shift), sele...Campbell Barton
2009-11-14sequencer support for loading multiple movie and sounds at once.Campbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-07- modal keymap for border selectCampbell Barton
2009-10-19Make the sequencer Ctrl+RMB select all strips on the mouse side of the playh...Campbell Barton
2009-10-19- fixed python error when there is no active objectCampbell Barton
2009-10-19select all seq strips removed other flags, add menu was running exec rather t...Campbell Barton
2009-09-12many docstrings from Ron Walker and Luca (mindrones on IRC),Campbell Barton
2009-08-102.5: Sound branch merge!Joerg Mueller
2009-07-092.5: Mesh and Various FixesBrecht Van Lommel
2009-03-29- use clear, set, add, enable, disable and toggle as a prefix in operator namesCampbell Barton
2009-02-15added back sequencer RMB select Ctrl/Alt modifier keys.Campbell Barton
2009-02-13select left/right of active sequence stripCampbell Barton
2009-01-312.5Ton Roosendaal
2009-01-31- sequencer select handle menu functions backCampbell Barton
2009-01-29* Was missing checks for scene->ed which crashed blender when using the seque...Campbell Barton
2009-01-25* added operators SEQUENCER_OT_lock, unlock, reload, refresh_all, view_all, v...Campbell Barton
2009-01-22New Operators, duplicate is shift+d, Add operators are accessible from the he...Campbell Barton
2009-01-20WIP, operators SEQUENCER_OT_add_color_strip and SEQUENCER_OT_add_scene_stripCampbell Barton
2009-01-20Added back some functionality to the sequencerCampbell Barton