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
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-02minor changes to Martni's commit 30961Campbell Barton
2010-08-02RNA Types metaclass registrationMartin Poirier
2010-07-23[#22488] Reloading scripts causes crashCampbell Barton
2010-03-16fix for nasty bug where registering properties would register them in the par...Brecht Van Lommel
2010-02-27utility function pyrna_enum_value_from_id for getting the enum from a string ...Campbell Barton
2010-02-16bugfix [#21173] Autocompleate raises an errorCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-02subtype support for properties in bpy.props.Campbell Barton
2010-01-24RNA functionsElia Sarti
2010-01-23when python calls an operator, return a set from the operator flag, this matc...Campbell Barton
2010-01-20BPY: fixed iteration over and slicing of multidim. arrays.Arystanbek Dyussenov
2010-01-19patch [#20724] Randomize Loc Rot Size py operator for B2.5Campbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-08- pyrna support for (value in array), currently only 1 dimensional arrays.Campbell Barton
2009-11-11python api for collection add()/remove()Campbell Barton
2009-11-08bpy/rna api class featureCampbell Barton
2009-10-31define operator properties in the class, similar to django fieldsCampbell Barton
2009-09-06Python part of multidim. array support for RNA complete.Arystanbek Dyussenov
2009-08-25Implemented dynamic and multidimensional array support in RNA.Arystanbek Dyussenov
2009-08-182.5: RNA, defining enums, pointers and collections properties is nowBrecht Van Lommel
2009-08-15changes to help refcounts in rna be more predictable (still leaks when reload...Campbell Barton
2009-08-14- registering new python classes runs the free functions on existing classes.Campbell Barton
2009-07-30Operator Copy/PasteCampbell Barton
2009-07-23pyrna,Campbell Barton
2009-06-182.5 PythonBrecht Van Lommel
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