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
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2014-04-05RNA: optimization to avoid malloc for iterators.Brecht Van Lommel
2013-12-18Fix T37842: missing 3D view redraw when editing group layers and offset.Brecht Van Lommel
2013-04-03code cleanup: use more (blender) conventional naming for group functions.Campbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2012-10-20More UI messages fixes and tweaks, and BKE_report<->BKE_reportf.Bastien Montagne
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-04-10Address [#30842] Blenders Measurement Units set to Metric, makes some Precisi...Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2011-11-26A bunch of fixes and tweaks in RNA messages, found while translating them in ...Bastien Montagne
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-06-14fix [#27659] Segfault when adding None to a groupCampbell 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-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at least...Campbell Barton
2010-07-03disable ref-counting for groups. groups work differently where they are only ...Campbell Barton
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-12-08RNA:Brecht Van Lommel
2009-11-30Rename Centroid to Origin, following discussions on mailing list.William Reynish
2009-11-20- dir() now works for collection functionsCampbell Barton
2009-11-16- fcurve modifiers.new()/remove()/activeCampbell Barton
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton
2009-11-11- use double underscores to hide members in python (removes them from dir() t...Campbell Barton
2009-11-11python api for collection add()/remove()Campbell Barton
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-09-092.5: Layer ButtonsBrecht Van Lommel
2009-08-11RNA: subtypes and unitsBrecht Van Lommel
2009-06-18RNABrecht Van Lommel
2009-06-04UI/RNA:Brecht Van Lommel
2009-02-02RNA: C APIBrecht Van Lommel
2009-01-11RNABrecht Van Lommel
2008-12-19added "description" and "readonly" properties to RNA Structs (also accessible...Campbell Barton
2008-12-03RNA: review of commits in the past days, check the diffs for theBrecht Van Lommel
2008-11-30Added Group type to RNACampbell Barton