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-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-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-01-09remove unused vars, comment some which look like they could be useful still. ...Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-31Bugfix [#25420] Sequencer View Zoom operator hiddenJoshua Leung
2010-12-21rename addlisttolist() to BLI_movelisttolist()Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-28Variable declaration in code, not allowed!Ton Roosendaal
2010-11-28== Sequencer ==Peter Schlaile
2010-11-09bugfix [#24623] VSE strip animation data out of sync after moving using shift-sCampbell Barton
2010-10-30warning/portability fixes.Campbell Barton
2010-10-30Fix for [#24374] VSE: Reassign Inputs ignores selection order.Janne Karhu
2010-10-29bugfix [#23155] Metastrip contents area allowed to move vertically, occasiona...Campbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-04[#22825] Copy Scenes with Audio Strip Crash.Campbell Barton
2010-08-132.5: more removal of G.main.Brecht Van Lommel
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-29bugfix [#21093] Alt-arrowkey 'Swap Strips' confusedCampbell Barton
2010-07-20== Sequencer ==Peter Schlaile
2010-07-20== Sequencer ==Peter Schlaile
2010-07-16homekey in sequencer viewer wasnt quite setting 1:1Campbell Barton
2010-07-16Fix for [#22668] Adding sequencer color strip fails when sound strip selected.Konrad Kleine
2010-07-13Merging revision 30264:30270 from my GSoC branch to trunk, logs:Joerg Mueller
2010-07-08Sequencer display overlay option, this can show a border area from another ti...Campbell Barton
2010-07-07fix for duplicating metastrips, unique names and animation data.Campbell Barton
2010-07-07duplicating a sequence strip now duplicates its fcurvesCampbell Barton
2010-07-05when making a metastrip use active strip for the channel when available.Campbell Barton
2010-07-04last fix still could give corrupt sound, rather then updating the sound info ...Campbell Barton
2010-07-04swap strip data wasnt updating soundsCampbell Barton
2010-07-04sequencer re-assign inputs backCampbell Barton
2010-07-03better reporting for file i/o failier, use system error message in more place...Campbell Barton
2010-06-25- duplicating a scene now duplicates its sequence strips too.Campbell Barton
2010-06-24Move some sequencer functions about, no functional changes.Campbell Barton
2010-06-21sequencer swap data operator.Campbell Barton
2010-06-17sequencer numpad keys for zoom levelsCampbell Barton
2010-05-19fix for possible un-initialized variableCampbell Barton
2010-05-08bugfix [#21085] Sequencer file selector for movies is strangeCampbell Barton
2010-05-06Fix [#22256] bpy.ops.sequencer.delete.poll() not workingMatt Ebb
2010-04-25== Sequencer ==Peter Schlaile
2010-04-25== Sequencer ==Peter Schlaile
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-20"Fix" aka implementation of [#21548] Audio doesn't work when adding scenes wi...Joerg Mueller