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
2009-08-23Fixed a bug in PythonInterpreter::interpretFile() that a temporaryTamito Kajiyama
2009-08-08Fixed refcount issues in the Python API.Tamito Kajiyama
2009-08-08Added missing #include <typeinfo> to BPy_Convert.h.Tamito Kajiyama
2009-08-04Removed unnecessary initialization argumentMaxime Curioni
2009-08-04Removed unnecessary initializationMaxime Curioni
2009-08-04SUMMARY:Maxime Curioni
2009-08-03Fixed argument checking in __init__ methods of Interface1D, Predicates,Tamito Kajiyama
2009-08-03* Fixed uninitialized pointers in "__init__" methods of UnaryFunction1D types.Tamito Kajiyama
2009-08-03Fixed the handling of constructor arguments in the following PythonTamito Kajiyama
2009-08-02SWIG/directors dependency removal (cont'd)Tamito Kajiyama
2009-08-02Fixed the argument parsing in CurvePoint.__init__().Tamito Kajiyama
2009-08-02* Fixed __init__() method so as to corecttly handle arguments.Tamito Kajiyama
2009-08-02SWIG/directors dependency removal (cont'd)Tamito Kajiyama
2009-08-01Changed the type of returned value of BPy_directedViewEdge_from_directedViewE...Tamito Kajiyama
2009-08-01Disabled the Python wrapper of ViewVertex::edgesEnd(), since theTamito Kajiyama
2009-08-01Added boundary checking to Iterator::increment() and Iterator::decrement()Tamito Kajiyama
2009-08-01* Implemented Python's iterator protocol in Interface0DIterator andTamito Kajiyama
2009-08-01Fixed typoes in error messages.Tamito Kajiyama
2009-08-01Fixed typoes in error messages.Tamito Kajiyama
2009-08-01Added Python error handling to StrokeShader::shade(). Also madeTamito Kajiyama
2009-07-29Added minor changes.Tamito Kajiyama
2009-07-29Added changes to the AdjacencyIterator type to support Python'sTamito Kajiyama
2009-07-29Implemented a measure to avoid an infinite loop triggered whenTamito Kajiyama
2009-07-28* BPy_IntegrationType.cpp: Added a Python wrapper of integrate function.Tamito Kajiyama
2009-07-27* Fixed compiler errors in UnaryFunction0DVectorViewShape::__call__()Tamito Kajiyama
2009-07-27Changed DIR_SEP for WIN32 from "\\\\" (double backslashes) toTamito Kajiyama
2009-07-27Second attempt to fix a null pointer reference in deallocators ofTamito Kajiyama
2009-07-26Reverted the change in revision 21877 in Interface0D___dealloc__().Tamito Kajiyama
2009-07-26Made predicate and function types callable in the sense thatTamito Kajiyama
2009-07-26Implemented Python wrappers of context functions (such as GetTimeStampCF).Tamito Kajiyama
2009-07-25Fixed a problem related to AdjacencyIterator. In the Python layer,Tamito Kajiyama
2009-07-25* Better support for vector-like objects in method arguments.Tamito Kajiyama
2009-07-25Fixed a minor memory leak in Controller::LoadMesh().Tamito Kajiyama
2009-07-25Fixed compiler errors caused by the changes in revision 21700.Tamito Kajiyama
2009-07-23Second attempt for properly releasing temporary objects and their dataTamito Kajiyama
2009-07-22Made changes for releasing temporary objects and their data blocksTamito Kajiyama
2009-07-21Fixed a refcount bug concerning ChainPredicateIterator.Tamito Kajiyama
2009-07-20* Introspection-based automatic type conversion from a generic C++ objectTamito Kajiyama
2009-07-20Added a missing wrapper for AdjacencyIterator::isIncoming().Tamito Kajiyama
2009-07-20Fixed uninitialized pointers in ViewVertex instances returned by theTamito Kajiyama
2009-07-19Fixed uninitialized pointers in Interface0DIterator instances returned byTamito Kajiyama
2009-07-18Fixed a bug that the parameter panel did not correctly work whenTamito Kajiyama
2009-04-12Simplified modelview matrix copy (take 2)Maxime Curioni
2009-04-12Simplified modelview matrix copyMaxime Curioni
2009-04-09Corrected memory deallocation error on exitMaxime Curioni
2009-04-09Corrected the problem of the view moving after a Freestyle render, when posit...Maxime Curioni
2009-04-09Made the calculation of the number of available style modules more robustMaxime Curioni
2009-04-08Corrected crash when calculating number of available style modulesMaxime Curioni
2009-04-07SUMMARY:Maxime Curioni
2009-04-05Tweaked a preprocessor conditional statement to support MinGWTamito Kajiyama