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
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-05This patch adds support in bpy.props for getter/setter callback functions. We...Lukas Toenne
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-16i18n stuff: adds translation_context to RNA structs (used for there ui name),...Bastien Montagne
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-22Translation context for RNA propertiesSergey Sharybin
2011-12-02renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)Dalai Felinto
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-06-09fix for own mistake & fix some comments.Campbell Barton
2011-06-06Support for update callbacks in python defined RNA properties as discussed la...Campbell Barton
2011-05-26support for dynamic items in bpy.props.EnumProperty(), the items keyword argu...Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-03-25fix for incorrect prints with RNA errors (own fault, CONTAINER_RNA_ID was inc...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
2011-01-16defining types via python gave confusing errors because DefRNA.laststruct was...Campbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-05fix for py/rna mesh.materials[:] where empty materials exist, would raise a r...Campbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-02support for multiple return values from rna functions & support for returning...Campbell Barton
2009-12-08RNA:Brecht Van Lommel
2009-11-25AnimSys - Transform Locks + RNA:Joshua Leung
2009-11-18ID properties that are displayed via RNA can now define their own UI settings,Campbell Barton
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton
2009-11-03active property for collections for things like scene.objects.activeCampbell Barton
2009-09-09RNA: multidimensional & dyanmic array changesBrecht Van Lommel
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-07-17bpy rnaCampbell Barton
2009-07-10RNABrecht Van Lommel
2009-06-29RNABrecht Van Lommel
2009-06-202.5Brecht Van Lommel
2009-06-18RNABrecht Van Lommel
2009-06-16RNABrecht Van Lommel
2009-06-07RNA:Brecht Van Lommel
2009-06-04UI/RNA:Brecht Van Lommel
2009-05-29RNA:Brecht Van Lommel
2009-05-20RNA:Brecht Van Lommel
2009-04-19RNA: Generic Type RegistrationBrecht Van Lommel
2009-04-07RNA: Commit of the API patch by vekoon. This adds Functions to RNA,Brecht Van Lommel
2009-03-25RNA:Brecht Van Lommel
2009-03-23RNA:Brecht Van Lommel