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-08-08Automatic configuration of feature edge detection options.Tamito Kajiyama
2010-08-02Merged changes in the trunk up to revision 30952.Tamito Kajiyama
2010-07-28* Made the Parameter Editor mode much more functional. Edge selectionTamito Kajiyama
2010-07-27Added helper functions to the Freestyle module:Tamito Kajiyama
2010-07-26* Implemented the basic stroke rendering functionality for the newTamito Kajiyama
2010-07-20Replaced offsetof by BLI_STRUCT_OFFSET.Tamito Kajiyama
2010-07-13Rearranged the organization of UI controls for feature edge selectionTamito Kajiyama
2010-07-10Removed the OpenGL-based stroke renderer that was no longer used.Tamito Kajiyama
2010-07-08Fix for path changes in the trunk revision 29935.Tamito Kajiyama
2010-07-05Bug fixes from Stéphane Grabli, one of the coauthors of theTamito Kajiyama
2010-06-27More on the new GUI for the Parameter Editor mode. This is a WIP commit.Tamito Kajiyama
2010-06-26Minor comment fixes.Tamito Kajiyama
2010-06-26A step toward a new user-friendly GUI for manipulating line style parameters.Tamito Kajiyama
2010-06-06Fix for a crash related to the feature edge detection at material boundaries.Tamito Kajiyama
2010-06-03Fix for a crash due to materials of the wire type. Now all facesTamito Kajiyama
2010-06-03Fix for a memory leak in WingedEdgeBuilder.Tamito Kajiyama
2010-05-28Documentation updates: Replaced "string" with "str".Tamito Kajiyama
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