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-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-29Merged changes in the trunk up to revision 50257.Tamito Kajiyama
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-02Merged changes in the trunk up to revision 49478.Tamito Kajiyama
2012-07-23Minor style cleanup - remove invalid/unneeded commentsJoshua Leung
2012-07-21Merged changes in the trunk up to revision 49090.Tamito Kajiyama
2012-07-20Code cleanup - missing indention be gone!Joshua Leung
2012-07-17code cleanup: spellingCampbell Barton
2012-07-14Merged changes in the trunk up to revision 48893.Tamito Kajiyama
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-11Merged changes in the trunk up to revision 47700.Tamito Kajiyama
2012-06-08mask animation keys now editable in the dope sheet (duplicate, transform, del...Campbell Barton
2012-06-04Theme Colors for NLA Strips and DopeSheet SummaryJoshua Leung
2012-06-04Merged changes in the trunk up to revision 47381.Tamito Kajiyama
2012-06-01Action Group Colors for Bones (Part 2)Joshua Leung
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-27Merged changes in the trunk up to revision 47056.Tamito Kajiyama
2012-05-24Restoring Group Colours for Animation Channels - Part 1Joshua Leung
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
2012-05-08style cleanup: misc editor changes.Campbell Barton
2012-05-05Merged changes in the trunk up to revision 46309.Tamito Kajiyama
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-29Merged changes in the trunk up to revision 46045.Tamito Kajiyama
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-28code cleanup: Campbell Barton
2012-04-01Merged changes in the trunk up to revision 45308.Tamito Kajiyama
2012-03-26style cleanup: add braces around checks - 'if ELEM() {...}', confuses some pa...Campbell Barton
2012-03-25Merged changes in the trunk up to revision 45133.Tamito Kajiyama
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-11improve confusing macro GET_ACF_FLAG_PTRCampbell Barton
2012-03-11Merged changes in the trunk up to revision 44797.Tamito Kajiyama
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-03Merged changes in the trunk up to revision 44612.Tamito Kajiyama
2012-03-02style cleanupCampbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-01-22Merged changes in the trunk up to revision 43585.Tamito Kajiyama
2012-01-19rename rgb_float_to_byte, rgb_byte_to_float to rgb_float_to_uchar, rgb_uchar_...Campbell Barton
2011-11-08Merged changes in the trunk up to revision 41638.Tamito Kajiyama
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-10-11Merged changes in the trunk up to revision 40911.Tamito Kajiyama
2011-09-25Commented and tagged some unused vars (gcc warnings...).Bastien Montagne
2011-09-21Merged changes in the trunk up to revision 40413.Tamito Kajiyama
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-14Merged changes in the trunk up to revision 40189.Tamito Kajiyama
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton