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-05-28Fixed the __call__ method of UnaryFunction0DVectorViewShape andTamito Kajiyama
2010-05-23Made object names accessible from within style modules.Tamito Kajiyama
2010-05-23Fixed invalid use of PyUnicode_FromFormat() where PyUnicode_FromString()Tamito Kajiyama
2010-05-23Fix for a compilation issue with GCC.Tamito Kajiyama
2010-05-23Docstring update for Nature::MATERIAL_BOUNDARY (cf. revision 28919).Tamito Kajiyama
2010-05-23New option to specify the angular threshold for detecting crease edges.Tamito Kajiyama
2010-05-23New option for detecting feature edges at material boundaries.Tamito Kajiyama
2010-05-22* Fix for a crash in StrokeVertexIterator::getObject().Tamito Kajiyama
2010-05-15Minor docstring fixes.Tamito Kajiyama
2010-05-09Removed partial implementations of the __copy__ method of some PythonTamito Kajiyama
2010-05-09Renamed FrsCurve, FrsNoise and FrsMaterial Python extension typesTamito Kajiyama
2010-05-09Fixed the flags argument of IMB_saveiff calls.Tamito Kajiyama
2010-05-09Merged changes in the trunk up to revision 28685.Tamito Kajiyama
2010-04-18Fixed a compilation issue with MinGW. The commit 28081 was revertingTamito Kajiyama
2010-04-18Merged changes in the trunk up to revision 28247.Tamito Kajiyama
2010-04-18Major documentation updates. The original Freestyle API referenceTamito Kajiyama
2010-04-10Removed duplicated definitions of verticesBegin(), verticesEnd(),Tamito Kajiyama
2010-04-08Missing update in the last commit.Tamito Kajiyama
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