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
path: root/source
AgeCommit message (Expand)Author
2009-03-14Fixed incorrect argument checking.Tamito Kajiyama
2009-03-14Fixed the subclassing of int to define the IntegrationType type.Tamito Kajiyama
2009-03-14Fixed StrokeVertex::setPoint() to accept a Blender Vector object as the argum...Tamito Kajiyama
2009-03-14Fixed StrokeVertex::setPoint() to accept a Blender Vector object as the argum...Tamito Kajiyama
2009-03-13Fixed memory leaks in passing vectors from Python to C++.Tamito Kajiyama
2009-03-13Better error handling in the Python API.Tamito Kajiyama
2009-03-08Fixed an immediate crash due to execution failure of a style module.Tamito Kajiyama
2009-03-02Fixed an issue regarding render layers. Now the Freestyle renderer builds a ...Tamito Kajiyama
2008-12-11renamed app_blender/api.cpp FRS_freestyle.cppMaxime Curioni
2008-12-11improved Freestyle IO formattingMaxime Curioni
2008-12-11removed AppGLWidget and all related classesMaxime Curioni
2008-12-10when Freestyle would execute style modules, a copy of the Python script would...Maxime Curioni
2008-12-10replaced "Shape loading" message with "Importing triangular meshes into Blender"Maxime Curioni
2008-12-09corrected crash caused when enabling scene vectorsMaxime Curioni
2008-12-05corrected problems using different filters: Freestyle pixels were being fetch...Maxime Curioni
2008-12-05Reverted the changes (in revisions 17517-17519) for the antialiasing based on...Tamito Kajiyama
2008-12-04fixed OSA and tile rendering problemsMaxime Curioni
2008-12-02The GL-based renderer was removed. Freestyle now uses Blender's internal rend...Maxime Curioni
2008-12-01Added changes to support Python's native iterator protocol in Stroke and Stro...Tamito Kajiyama
2008-12-01Fixed memory leaks.Tamito Kajiyama
2008-11-20Added changes for implementing antialiasing. The OSA settings for the internalTamito Kajiyama
2008-11-20Renamed arguments rad1 and rad2 in order to avoid name conflicts with symbolsTamito Kajiyama
2008-11-09Made changes to enable features line parameters (ridges/valleys and suggestiv...Tamito Kajiyama
2008-11-09Fixed a bug in Nature_Type and BPy_Nature_from_Nature() that broke all nature...Tamito Kajiyama
2008-10-31soc-2008-mxcurioni: merged changes to revision 17246Maxime Curioni
2008-10-31This is coverity issue CID: 456Kent Mein
2008-10-31* Minimum SCons version is now 1.0.0Nathan Letwory
2008-10-30* Build aborts when giving options on command-line when WITH_BF_DOCS=TrueNathan Letwory
2008-10-30Build fix (C90): Declaration after statementMartin Poirier
2008-10-30Fix for dependency graph cycle print, regular "Parent" relation wasBrecht Van Lommel
2008-10-30Bugfix for [#17879] Speed vectors/velocity data not working on ALL fluids.Daniel Genrich
2008-10-29EditVert hash *is* used elsewhere in the code, so just to be safe, use a scra...Martin Poirier
2008-10-29This is a fix for coverity issue CID: 517Kent Mein
2008-10-29fix for more disable python defines,Campbell Barton
2008-10-29merging harmonic-skeleton branch into trunk. All changes are hidden behind a ...Martin Poirier
2008-10-28merge 17206:17211harmonic-skeletonMartin Poirier
2008-10-28error in DISABLE_PYTHON definesCampbell Barton
2008-10-28added scons option BF_WITH_PYTHON (defined as DISABLE_PYTHON)Campbell Barton
2008-10-28merge 17122:17206Martin Poirier
2008-10-28Add compile time define to disable skeleton generation and retargetting UI (d...Martin Poirier
2008-10-28Updated cmake so it has the option to use WITH_DDSKent Mein
2008-10-28bpy access to image premul was missing.Campbell Barton
2008-10-28Python APIKen Hughes
2008-10-27face transp option CLIP wasnt added to the py api.Campbell Barton
2008-10-27Fix for crash reading a peach file, chubbychestnut.blend. A do_versionsBrecht Van Lommel
2008-10-26Bugfixes:Joshua Leung
2008-10-26fix for [#17895] Python-generated Curves can't be beveledCampbell Barton
2008-10-22Missing NULL check causes crash on Ikey when no active object.Ton Roosendaal
2008-10-22New splash c file (now gimp png) and bumped version to 2.48.1 to make itTon Roosendaal
2008-10-22* Minor cleanup of SCons filesNathan Letwory