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-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
2009-10-15TK's patch to correct the PythonInterpereterMaxime Curioni
2009-10-08jmsoler's SConscript patch for phtreadsMaxime Curioni
2009-10-07committed Tamito Kajiyama's RNA and GUI patch for Freestyle integration into ...Maxime Curioni
2009-10-05Fixed CMake compilation on Windows in the same way as rev.23590.Tamito Kajiyama
2009-10-05fixed headers and SConscript to have successful buildMaxime Curioni
2009-10-05moved all Blender-Freestyle interface-related files to source/freestyle/inter...Maxime Curioni
2009-10-05renamed foldersMaxime Curioni
2009-10-05removed unnecessary filesMaxime Curioni
2009-09-28soc-2008-mxcurioni: merged changes to revision 23516Maxime Curioni
2009-09-28Migration of Freestyle to Blender 2.5 codebase (continued):Maxime Curioni
2009-09-27Made the Freestyle Python API compatible with Python 3.Tamito Kajiyama
2009-09-19Try to fix EOLs and props so the branch follows trunk style.Guillermo S. Romero
2009-08-26Made an attempt to fix a crash due to undo. An undo invalidatedTamito Kajiyama
2009-08-23Fixed a bug in PythonInterpreter::interpretFile() that a temporaryTamito Kajiyama
2009-08-08Fixed refcount issues in the Python API.Tamito Kajiyama
2009-08-08Added missing #include <typeinfo> to BPy_Convert.h.Tamito Kajiyama
2009-08-04Removed unnecessary initialization argumentMaxime Curioni
2009-08-04Removed unnecessary initializationMaxime Curioni
2009-08-04SUMMARY:Maxime Curioni
2009-08-03Fixed argument checking in __init__ methods of Interface1D, Predicates,Tamito Kajiyama
2009-08-03* Fixed uninitialized pointers in "__init__" methods of UnaryFunction1D types.Tamito Kajiyama