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
2008-07-24soc-2008-mxcurioni: added (without testing) the following classes: BBox, SSha...Maxime Curioni
2008-07-24soc-2008-mxcurioni: Added first batch of Iterators: AdjacencyIterator, Inter...Maxime Curioni
2008-07-23soc-2008-mxcurioni: added Iterator class, base class for all iterators in Fre...Maxime Curioni
2008-07-23soc-2008-mxcurioni: renamed all Freestyle API related files with 'BPy_' prefi...Maxime Curioni
2008-07-23soc-2008-mxcurioni: implemented (without testing) StrokeShader, Stroke and Me...Maxime Curioni
2008-07-22soc-2008-mxcurioni: filled and tested StrokeVertex classMaxime Curioni
2008-07-22soc-2008-mxcurioni: corrected StrokeAttribute, verified with test case.Maxime Curioni
2008-07-22Added StrokeAttribute class. Beginning of StrokeVertex.Maxime Curioni
2008-07-20soc-2008-mxcurioni: updated support for Nature class.Maxime Curioni
2008-07-19soc-2008-mxcurioni: Added IntegrationType and Nature classes, used to store c...Maxime Curioni
2008-07-18soc-2008-mxcurioni: canvas for UnaryFunction0D, UnaryFunction1D, UnaryPredic...Maxime Curioni
2008-07-18soc-2008-mxcurioni: FEdge class added. Modifed converting functions to passin...Maxime Curioni
2008-07-17soc-2008-mxcurioni: SWIG removal - completed SVertex and CurvePoint classes m...Maxime Curioni
2008-07-15soc-2008-mxcurioni: reimplemented the initialization/allocation for base clas...Maxime Curioni
2008-07-15soc-2008-mxcurioni: Reimplemented the Freestyle Python API's files to be corr...Maxime Curioni
2008-07-12soc-2008-mxcurioni: first part of the Freestyle Python implementation. A new ...Maxime Curioni
2008-07-09soc-mx-2008: SWIG dependency - wrapper functions extracted from ModuleWrapper...Maxime Curioni
2008-07-09soc-2008-mxcurioni: first (blank) file upload for SWIG removal, in source/ble...Maxime Curioni
2008-07-06soc-2008-mxcurioni: merge-repair with trunk rev 15456Maxime Curioni
2008-07-05soc-2008-mxcurioni: render buffer modificationMaxime Curioni
2008-07-05soc-2008-mxcurioni: render buffer formatMaxime Curioni
2008-07-05soc-2008-mxcurioni: render layer with FBOs -> render buffers, version 2. Stil...Maxime Curioni
2008-07-05soc-2008-mxcurioni: first render layer implementation with frame buffer objec...Maxime Curioni
2008-07-04soc-2008-mxcurioni: foundations for Freestyle as a render layer - new UI butt...Maxime Curioni
2008-07-02soc-2008-mxcurioni: renamed libQGLWidget's Camera class to AppGLWidget_Camera...Maxime Curioni
2008-06-16soc-2008-mxcurioni: Freestyle now supports camera information (the image is s...Maxime Curioni
2008-06-14soc-2008-mxcurioni: removed static dependencies (formerly fixed in app_blende...Maxime Curioni
2008-06-08soc-2008-mxcurioni: now supports current scene drawing (instead of fixed scen...Maxime Curioni
2008-05-29soc-mx-curioni: resolved the rendering issue. In the previous steps, I was on...Maxime Curioni
2008-05-29soc-2008-mxcurioni: made the image rendering faster by reading the frame buff...Maxime Curioni
2008-05-29soc-2008-mxcurioni: updated SConscript file for SWIG module compilation and l...Maxime Curioni
2008-05-29soc-2008-mxcurioni: First render ! It should render the teapot upside down on...Maxime Curioni
2008-05-29soc-2008-mxcurioni: corrected GLStrokeRender::preparePaper function for paper...Maxime Curioni
2008-05-27soc-2008-mxcurioni: Freestyle execution now works flawlessly (Python runtime ...Maxime Curioni
2008-05-27soc-2008-mxcurioni: PythonInterpreter now properly handles its initialization...Maxime Curioni
2008-05-26soc-2008-mxcurioni: PythonInterpreter works, using Blender's Python functions...Maxime Curioni
2008-05-26soc-2008-mxcurioni: Freestyle compiles but crashes at runtime because of the ...Maxime Curioni
2008-05-25soc-2008-mxcurioni: Big update. Finally works (links and compiles). So far, t...Maxime Curioni
2008-05-19soc-2008-mxcurioni: resolved uint issues (replaced with unsigned int). Still ...Maxime Curioni
2008-05-19soc-2008-mxcurioni: uploaded missing files. Still NOT linking so do not use t...Maxime Curioni
2008-05-18soc-2008-mxcurioni: towards Freestyle's first render: controller, config, app...Maxime Curioni
2008-05-12soc-2008-mxcurioni: merged changes to revision 14798, compilation works for r...Maxime Curioni
2008-05-10soc-2008-mxcurioni: towards Freestyle compilation, removing Qt's QString and ...Maxime Curioni
2008-05-08soc-2008-mxcurioni: merged changes to revision 14747, cosmetic changes for so...Maxime Curioni