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
2010-04-08Replaced PyObject_HEAD_INIT(NULL) with PyVarObject_HEAD_INIT(NULL, 0)Tamito Kajiyama
2010-04-08Got rid of a number of compiler warnings with regard to redefinitionsTamito Kajiyama
2010-04-01Fixed a compiler error in AppCanvas.h (thanks paulhart2). Also fixedTamito Kajiyama
2010-03-30Fix for the issue described in the commit log of revision 27846: MadeTamito Kajiyama
2010-03-30Second attempt to fix the border option. At the moment, accessingTamito Kajiyama
2010-03-30Fixed the border option that was not functional when the crop optionTamito Kajiyama
2010-03-29Merged changes in the trunk up to revision 27817.Tamito Kajiyama
2010-03-28Slightly reduced the memory consumption during stroke rendering byTamito Kajiyama
2010-03-28Fixed the full sample anti-aliasing support in Freestyle.Tamito Kajiyama
2010-03-02Made an attempt for fixing an instability issue regarding animationTamito Kajiyama
2010-02-19Added support for procedural duplication (such as DupliVerts and DupliFaces).Tamito Kajiyama
2010-02-17Removed debugging printf() calls.Tamito Kajiyama
2010-02-17Fixed bugs in AppCanvas::readColorPixels() andTamito Kajiyama
2010-02-16Added support for transparent stroke colors (again).Tamito Kajiyama
2010-02-15Reverted the changes for adding support for transparent stroke colors,Tamito Kajiyama
2010-02-14Added support for pixel-based density and Z depth information.Tamito Kajiyama
2010-02-13Added changes for showing the rendering status in the status bar ofTamito Kajiyama
2010-02-13Added changes for escaping from rendering by pressing the ESC key.Tamito Kajiyama
2010-02-13Merged changes in the trunk up to revision 26856.Tamito Kajiyama
2010-02-13Further consolidation of the view map creation.Tamito Kajiyama
2010-02-12More consolidation of the view map creation.Tamito Kajiyama
2010-02-08Added support for transparent stroke colors.Tamito Kajiyama
2010-02-01Added support for orthographic camera.Tamito Kajiyama
2010-01-30Fixed a bug that visible strokes are not rendered correctly whenTamito Kajiyama
2010-01-30Improvements of mesh importing.Tamito Kajiyama
2010-01-30Replaced "math.h" by "BLI_math.h" to suppress a warning with regardTamito Kajiyama
2010-01-30Fixed a bug that caused a Y-direction offset in rendering results.Tamito Kajiyama
2010-01-27Made an attempt to improve memory consumption during strokeTamito Kajiyama
2010-01-25Clipping of imported meshes by the near and far view planes.Tamito Kajiyama
2010-01-19Made a minor fix in SilhouetteGeomEngine::ImageToWorldParameter().Tamito Kajiyama
2010-01-18Fixed a bug in SweepLine.add() that the returned value ofTamito Kajiyama
2010-01-18Improved the robustness of SilhouetteGeomEngine::ImageToWorldParameter().Tamito Kajiyama
2010-01-16Added a minor change to SilhouetteGeomEngine::ImageToWorldParameter()Tamito Kajiyama
2010-01-10Merged changes in the trunk up to revision 25863.Tamito Kajiyama
2010-01-10Fixed a bug in SilhouetteGeomEngine::ImageToWorldParameter() that causedTamito Kajiyama
2009-12-29Added #include <math.h> to suppress a warning with regard toTamito Kajiyama
2009-12-22Merged changes in the trunk up to revision 25508.Tamito Kajiyama
2009-12-14Fixed compile errors due to an incomplete list of header directories.Tamito Kajiyama
2009-12-07Added Freestyle.getCurrentScene() to give access to the current sceneTamito Kajiyama
2009-11-30Merged changes to revision 25007.Tamito Kajiyama
2009-11-10Improved context handling. Previously FRS_initialize() was used for bothTamito Kajiyama
2009-11-01* Removed a back pointer to a Scene (the "current" scene as in BlenderTamito Kajiyama
2009-10-27Fixed PythonInterpreter::interpretFile() so as to just use add_text()Tamito Kajiyama
2009-10-18Improved error checks in the Freestyle.Nature class.Tamito Kajiyama
2009-10-18Fixed a bug in the Freestyle.Nature class that instances are alwaysTamito Kajiyama
2009-10-18forgotten files of last commitMaxime Curioni
2009-10-18merged changes to revisio 23915Maxime Curioni
2009-10-15* Fixed compiler warnings concerning the lack of a newline at theTamito Kajiyama
2009-10-15Moved #include "BLI_jitter.h" to the beginning of a series ofTamito Kajiyama
2009-10-15Fixed a linker issue resulting in undefined reference to Freestyle_Init.Tamito Kajiyama