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
2011-03-01Py/RNA Stability: don't allow python to reference freed ID's and crash.Campbell Barton
2011-03-01Py/RNA API test code to prevent crashing blender when python references freed...Campbell Barton
2011-03-01bpy/rna support for invalidating objects.Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-23py/rna api:Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-02-11minor python register changes.Campbell Barton
2011-02-01fix for 2 segfaults running in background mode.Campbell Barton
2011-02-01workaround [#25845] Empty UI panelsCampbell Barton
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-09-23- py/rna's path_resolve function was ignoring the index eg: obj.path_resolve(...Campbell Barton
2010-09-10rewrote python IDProperty metaclass in C, this was a quick hack to get it wor...Campbell Barton
2010-09-02- new subclass for ID-Property based collections - this way add/remove/move f...Campbell Barton
2010-08-31rna support for passing dynamic sized arrays to rna functionsCampbell Barton
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