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
2012-06-04Merged changes in the trunk up to revision 47381.Tamito Kajiyama
2012-05-29Revert makesrna part of r47158 because it broke building blenderplayerDan Eicher
2012-05-27style cleanupCampbell Barton
2012-05-27Merged changes in the trunk up to revision 47056.Tamito Kajiyama
2012-05-25style cleanupCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19Merged changes in the trunk up to revision 46787.Tamito Kajiyama
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-05Merged changes in the trunk up to revision 46309.Tamito Kajiyama
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-29Merged changes in the trunk up to revision 46045.Tamito Kajiyama
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-21Merged changes in the trunk up to revision 45820.Tamito Kajiyama
2012-04-15Style cleanup (mostly line length, also no final point in tips...).Bastien Montagne
2012-04-14Merged changes in the trunk up to revision 45619.Tamito Kajiyama
2012-04-09fix [#30865] Crash when browsing last operators in outliner (or by Python API)Campbell Barton
2012-04-04Merged changes in the trunk up to revision 45383.Tamito Kajiyama
2012-04-02code cleanup:Campbell Barton
2012-04-01Merged changes in the trunk up to revision 45308.Tamito Kajiyama
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-18spelling cleanupCampbell Barton
2012-03-16i18n stuff: adds translation_context to RNA structs (used for there ui name),...Bastien Montagne
2012-03-12style cleanup: line length - some over 300 long.Campbell Barton
2012-03-11Merged changes in the trunk up to revision 44797.Tamito Kajiyama
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-07remove printing versions in makesdna/makesrna - this used svn ID property whi...Campbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-03-03Merged changes in the trunk up to revision 44612.Tamito Kajiyama
2012-03-01Spelling CleanupCampbell Barton
2012-02-21Merged changes in the trunk up to revision 44288.Tamito Kajiyama
2012-02-21copy over a change from bmesh branch that was needed for lightmap unpack to w...Campbell Barton
2012-01-08Merged changes in the trunk up to revision 43219.Tamito Kajiyama
2012-01-02Fix #29738: missing includes in RNA, patch by Dan Eicher.Brecht Van Lommel
2012-01-01__func__ define for msvc since its not c99 compatCampbell Barton
2012-01-01rna api - set hard min/max for colors which are float properties but internal...Campbell Barton
2012-01-01use __func__ for makesrna.c error prints rather then the function name (no fu...Campbell Barton
2011-12-28Merged changes in the trunk up to revision 42902.Tamito Kajiyama
2011-12-22Translation context for RNA propertiesSergey Sharybin
2011-12-05Merged changes in the trunk up to revision 42425.Tamito Kajiyama
2011-12-02renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)Dalai Felinto
2011-11-21Merged changes in the trunk up to revision 42021.Tamito Kajiyama
2011-11-20RNA: fix compile issue with zero size arrays with old gcc.Brecht Van Lommel
2011-11-17add flag FUNC_USE_MAIN for rna functions which don't need the context. (curre...Campbell Barton
2011-11-15Fix #29208: Text.clear() and Text.write() did not redraw text editor.Brecht Van Lommel