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-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2007-12-17Reverting to 2_2x BPYMartin Poirier
2007-07-01replace PyInt_CheckExact with PyInt_Check, same for floats and strings so sub...Campbell Barton
2007-06-29remove unneeded checks from the python APICampbell Barton
2007-06-16Python PyMethodDef supports single argument methods (METH_O) but was using ME...Campbell Barton
2007-03-26Python APICampbell Barton
2007-03-15removed unneeded dealloc functionsCampbell Barton
2007-03-15removed duplicate functionality, macro's and functions existed to check a PyO...Campbell Barton
2007-03-14made all python types that can do .__copy__(), also do .copy()Campbell Barton
2007-03-11made all data adding functions accept a name such as add_mesh or add_curve, p...Campbell Barton
2007-03-11moved python functions that deal with blender libdata into gen_library.c from...Campbell Barton
2007-03-07DNA_meta_types.h - had a max element type defined that wasnt used anywhere, a...Campbell Barton
2007-03-02various warnings fixes - mostly casting and initialization issuesJoseph Gilbert
2007-02-25made attributes (name, property, users, fakeUser, lib) into functions all pyt...Campbell Barton
2007-02-23BPython APICampbell Barton
2007-01-28made Mesh.Get('foo') raise an error when foo dosnt exist rather then returnin...Campbell Barton
2006-12-27renameing datablocks was imposing a name limit on the python side.Campbell Barton
2006-12-17added fakeUser and users to more pytypesCampbell Barton
2006-09-303rd attempt to commit, metaball fixes and small vector optimizationCampbell Barton
2006-09-24fixed mistakes and warnings in previous commit.Campbell Barton
2006-09-24Extra generic errors for Scene, Groups and Metaballs to raise errors when try...Campbell Barton
2006-09-18Type in docs and element.quat was checking for a vector type.Campbell Barton
2006-09-16Python Metaballs api refactor, based on Mesh and Group modules.Campbell Barton
2006-08-26Metaball wasnt checking the length of any of the input arg lists which result...Campbell Barton
2006-08-16Added python __copy__ to Camera, Lattice, Metaball and World.Campbell Barton
2005-07-18Header file clean up and warning fixesJoseph Gilbert
2005-06-17Some of the setattr functions created a tuple to pass to the set* functions a...Martin Poirier
2005-04-11 - It is possible to scale radius of MetaElem again.Jiri Hnidek
2005-01-13BPython:Willian Padovani Germano
2004-10-07Another step in the Big Bpy Cleanup.Stephen Swaney
2004-09-26Another round in the Great BPy Cleanup:Stephen Swaney
2004-09-18One small part of the Great Bpy Code Cleanup.Stephen Swaney
2004-06-14added a new function to the Metaball module, (tks Jiri!) : getMetaElemListJacques Guignot
2004-06-08new function for the Metaball objects : addMetaelem, which allows users to cr...Jacques Guignot
2004-06-07Replace deprecated methods from old api:Stephen Swaney
2003-11-11fixed the bug Joseph Gilbert found in numerous python files.Stephen Swaney
2003-07-04Following Willian's proposal,deleted the print function, which caused crashes.Jacques Guignot
2003-06-28- More renaming all around to follow our conventionsWillian Padovani Germano
2003-06-27end of cleanup ; naming conventions, balance between c and h filesJacques Guignot
2003-06-22removed all references to FP_INFINITE, dirty hack I used before, which is not...Jacques Guignot
2003-06-22* Added the definition of FP_INFINITE back to Metaball.cMichel Selten
2003-06-22several bug fixesJacques Guignot
2003-06-15* Fixed compilation error. FP_INFINITE needs to be defined _after_ all headerMichel Selten
2003-06-13* Bugs item #169 fixed:Willian Padovani Germano
2003-06-12* Small changes in many files:Willian Padovani Germano
2003-06-09* Applied a small fix to a bug reported by Guignot:Willian Padovani Germano
2003-06-05* Added two modules:Willian Padovani Germano