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
2012-07-17code cleanup: spellingCampbell Barton
2012-06-07style cleanupCampbell Barton
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-26code cleanup: use array size and const for vector argsCampbell Barton
2012-05-13code cleanup: missed some min/max use of float[3], also found case of DO_MIN/...Campbell Barton
2012-05-09code cleanup: color/bw conversion - use BLI color function.Campbell Barton
2012-05-04Fix: issue in strand render + instancing bugfix, also optimized it a bit to a...Brecht Van Lommel
2012-05-04Fix strand render + instancing render bug, gave tile artifacts.Brecht Van Lommel
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-07- simplify rip code not to expand/contract selection.Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-05Code refactoring: split render result related functions into separate file.Brecht Van Lommel
2011-11-29Fix #29028: dupli objects missing speed vectors. Check for avoiding creation ofBrecht Van Lommel
2011-11-18Camera: some code refactoring, use an intermediate CameraParams struct insteadBrecht Van Lommel
2011-11-13Ocean Sim modifier patchLukas Toenne
2011-11-07Merge with trunk r41625Miika Hamalainen
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-11-06more macro --> BLI math lib, mainly replace VECCOPY in render and blenkernel.Campbell Barton
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-05macro formatting & remve some unused code.Campbell Barton
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-02RenderEngine: add .is_animation and .is_preview properties to detect if it'sBrecht Van Lommel
2011-10-31Dynamic Paint:Miika Hamalainen
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Merge with trunk r41197Miika Hamalainen
2011-10-22Code refactoring: move external engine functions into own file.Brecht Van Lommel
2011-10-22Dynamic Paint:Miika Hamalainen
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-09-28Fix #28728: volume precaching took a long time with many objects, changedBrecht Van Lommel
2011-09-24edits to internal renderer - no functional changes.Campbell Barton
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-17use const and array size in function definitions, no functional change.Campbell Barton
2011-09-12use vector size and const args where possible (no functional change)Campbell Barton
2011-09-12Fix for bug #28332: Smoke Simulation rendering artifacts.Miika Hamalainen
2011-09-11minor edits / cleanup - no functional changes.Campbell Barton
2011-09-05Dynamic Paint:Miika Hamalainen
2011-07-22Dynamic Paint:Miika Hamalainen
2011-07-02Merge with trunk r38042Miika Hamalainen
2011-06-28RenderEngine API: add self.report() error reporting function for render engines,Brecht Van Lommel