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-10-04remove redundant code, also dont bother with os.path.basename(x) for recent s...Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29* Reverting Titlecard commit r37537Joerg Mueller
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-27remove deprecated & unused sequencer transform varsCampbell Barton
2011-07-30Merging up to trunk r38834.Joerg Mueller
2011-07-283D Audio GSoC:Joerg Mueller
2011-07-27more minor warning cleanups and improve error reporting if text fails to save.Campbell Barton
2011-06-16== Simple Title Cards for Sequencer ==Joshua Leung
2011-06-09replace log() calls with constantsCampbell Barton
2011-06-04fix [#27568] Segmentation fault in Sequencer when adding an effect strip with...Campbell Barton
2011-05-16[PATCH] == Sequencer ==Peter Schlaile
2011-05-06Code cleanup: PIL_dynlib, renamed to BLI_dynlib, and other tweaks.Brecht Van Lommel
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-03-30quiet gcc implicit float -> double warnings & use floats in places.Campbell Barton
2011-03-19remove some redundant vars, assignments & checks.Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-01-15error in last commit, also skip getting vars for wm_operator_reports() when t...Campbell Barton
2011-01-15remove unused vars & avoid some clang warnings.Campbell Barton
2011-01-08remove unused code & variables.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-11-21== Sequencer ==Peter Schlaile
2010-11-01Sequencer: fix for the fix of: #23318Peter Schlaile
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-30Fix for [#23318] SEQUENCER EFFECT: Glow blur amount should be relativeJanne Karhu
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-09-30Sequence effect scale to length should work with the original (non-extruded) ...Janne Karhu
2010-09-29Cleanup of code and ui of sequencer speed effect.Janne Karhu
2010-08-132.5: more removal of G.main.Brecht Van Lommel
2010-08-08== Sequencer ==Peter Schlaile
2010-07-25== Sequencer ==Peter Schlaile
2010-07-25from Luca's recent commit noticed there are more typo's: lenght -> lengthCampbell Barton
2010-07-23== Sequencer ==Peter Schlaile
2010-07-12sequencer float conversion was only using rgb -> float conversion inconsistan...Campbell Barton
2010-06-23== 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-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21take 2...Campbell Barton
2010-03-21recent removal of includes broke for msvcCampbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-13* renamed BKE_sequence.h and sequence.c --> sequencerCampbell Barton