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
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: merged changes to revision 15705Maxime 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: merge with trunk - rev 15540Maxime Curioni
2008-07-12soc-2008-mxcurioni: first part of the Freestyle Python implementation. A new ...Maxime Curioni
2008-07-12Fix for bug [#13479] Particle system "corrupts" when changing material colour...Janne Karhu
2008-07-11Memory leak fix (found with Valgrind)Daniel Genrich
2008-07-11Memory leak fix: br_find_exe() uses strdup() which uses malloc and therefore ...Daniel Genrich
2008-07-11Bugfix #17306: Missing refresh call for button in UserPrefs Joshua Leung
2008-07-10Fix for bug #14411: missing preview render redraw for a few lamp buttons.Brecht Van Lommel
2008-07-10Fix for bug #14665: stars not working in 3D view.Brecht Van Lommel
2008-07-10Fix for bug #17292: vertex paint blur darkens the colors as youBrecht Van Lommel
2008-07-10Adding an option for action actuator - "Continue" this means animations alway...Campbell Barton
2008-07-10Sync with Apricot Game EngineBrecht Van Lommel
2008-07-10AutoMerge Keyframes option for Action/NLA editors will now also delete duplic...Joshua Leung
2008-07-10-> Support for Custom Data in bevel modifierGeoffrey Bantle
2008-07-10Apricot Request:Joshua Leung
2008-07-09[#17298] surface normal direction compensation for objects with negative scal...Campbell Barton
2008-07-09Fixed bug #14510 - wave modifier crashBen Batt
2008-07-09bugfix, vector was not checked for zero length before normalizing, closing bl...Campbell Barton
2008-07-09Buhh... and now I left in testing print in exr code.Ton Roosendaal
2008-07-09Replaced strcasecmp with BLI_strcasecmp, to make msvc happy!Ton Roosendaal
2008-07-09Fix for reported openexr file reading failures.Ton Roosendaal
2008-07-09Fix for bugfix #12075: gamma node check for nan was alwaysBrecht Van Lommel
2008-07-09added a factor argument for aligning to vector, this isn't correct since it d...Campbell Barton
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-09fix for crasher with touch sensor, ben you may want to look at this, should b...Campbell Barton
2008-07-08bugfix - GameEngine PyObject methods did not all return when using dir(), bec...Campbell Barton
2008-07-08Fix for crash in freeing group nodes, node trees have to be freedBrecht Van Lommel
2008-07-08BGE logic patch: new "Add" mode for Ipo actuator, several corrections in stat...Benoit Bolsee
2008-07-08Bugfix #16535Ton Roosendaal
2008-07-08scenes set pose objects would draw in posemode while weight painting if they ...Campbell Barton
2008-07-08Compiler warning fixes (how some of this stuff compiled without stopping comp...Joshua Leung
2008-07-08== Select Swap for Armatures (Ctrl I) ==Joshua Leung
2008-07-08-> UV and VCOL support for bevel (editmode)Geoffrey Bantle
2008-07-08own mistake with drawing used state bits.Campbell Barton