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
2014-08-13RNA: use static declarationsCampbell Barton
2014-05-22Correction to previous commit, sorry about that. :/Bastien Montagne
2014-05-22PackedFiles: add (readonly for now) access to packed raw data (most useful fo...Bastien Montagne
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2010-03-24remove unused rna includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2009-08-29Moved unpack_method_items to the right place.Joerg Mueller
2009-06-23SVN maintenance.Guillermo S. Romero
2009-03-25RNA:Brecht Van Lommel
2009-03-23RNA:Brecht Van Lommel
2009-01-11RNABrecht Van Lommel
2008-12-19added "description" and "readonly" properties to RNA Structs (also accessible...Campbell Barton
2008-12-02RNAAndrea Weikert