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-06-05PyRNACampbell Barton
2009-04-19RNA: Generic Type RegistrationBrecht Van Lommel
2009-04-16merged pyrna_py_to_param and pyrna_py_to_prop since they are almost the sameCampbell Barton
2009-04-09talked to vekoon and he's ok about using pythons CFunction rather then our ow...Campbell Barton
2009-04-09Experimental removal of pyrna_func_Type (ifdef'd out)Campbell Barton
2009-04-07RNA: Commit of the API patch by vekoon. This adds Functions to RNA,Brecht Van Lommel
2009-03-21- lazy subtype initialization rna, was initializing every type in bpy.types a...Campbell Barton
2009-03-162.5 PyAPICampbell Barton
2009-03-132.5 Python apiCampbell Barton
2009-03-11WIP PyAPI from winter camp discussions, make subtypes of the base RNA python ...Campbell Barton
2009-01-29python3 couldn't generate epydocs because python3 needs richcompare functions...Campbell Barton
2009-01-08RNA: fix crash in python code, forgot to update this part in a previous commit.Brecht Van Lommel
2008-12-29added RNA access to operators pointers to be documented with epy_doc_gen.py.Campbell Barton
2008-12-27python operators (in bpy_opwrapper.*)Campbell Barton
2008-12-25* PyOperators now parse args using the PyRNA api (wraps ID props internally), Campbell Barton
2008-12-16Added "bpydoc" to the global namespace of python scripts, making documentatio...Campbell Barton
2008-12-01PyRNA structs and properties can now be subtyped to add functionality in python.Campbell Barton
2008-11-29Python RNA APICampbell Barton