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-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-08-07code cleanup: more zero as NULL pointers.Campbell Barton
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-11Fixes for keying screen:Sergey Sharybin
2012-06-27style cleanupCampbell Barton
2012-06-26Optimization of keying screen nodeSergey Sharybin
2012-06-17style cleanup:Campbell Barton
2012-06-14Keying Screen node from tomato branchSergey Sharybin