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-11-29Cleanup: unused headersCampbell Barton
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (render)Campbell Barton
2014-04-20Code cleanup: correct abs useCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-18Code cleanup: jitter, use 2d float arrayCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-01-27Revert the removal of Blender Internal Edge rendering, after artist feedback.Thomas Dinges
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-11-19Blender Internal:Thomas Dinges
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-09-04Fix a few issues reported by coverity scan.Brecht Van Lommel
2013-09-03Fix #36194, Halo material on Layer 2 produces flares on layer 1. Halo flares ...Lukas Toenne
2013-05-15Fixes for blender internal viewport render:Brecht Van Lommel
2013-01-23Code cleanup: move render baking code into own file.Brecht Van Lommel
2013-01-23fix for glitch with vertex bake:Campbell Barton
2013-01-23fix [#33729] Shadows produce artefacts in vertex colour bakingCampbell Barton
2013-01-22Fix #33951: Only margin is correctly baked for non-displacement bakingSergey Sharybin
2013-01-21Multires baker: fix wrong normalization if baking happens to multiple imagesSergey Sharybin
2013-01-21Support normalized displacement maps in cases maximal distance is not setSergey Sharybin
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-18Applying sRGB color space transform when baking to vertex colors. Thanks to C...Alex Fraser
2013-01-04code cleanup, also remove glError check in font drawing code since its now a ...Campbell Barton
2013-01-02Patch [#29035] Vertex colour bakingAlex Fraser
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-28style cleanupCampbell Barton
2012-12-18Ambient occlusion baker from multi-resolution meshSergey Sharybin
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-02Fix #33040: baking selected to active could miss at pixels at the edge of facesBrecht Van Lommel
2012-10-28Fix #32981: Render baking redrawSergey Sharybin
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-22Bugfix #30378 Ton Roosendaal
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-20code cleanup:Campbell Barton
2012-10-16Color Management: texture baking should be correct when color management is d...Sergey Sharybin
2012-10-16Fix #32891: Bake to Texture didn't use color management flag properlySergey Sharybin
2012-10-14Fixed missing display buffer and mipmaps invalidation in cases onlySergey Sharybin
2012-10-07style cleanup: if();Campbell Barton
2012-09-20Fix #32598: clamp blender internal alpha channel to 0..1, and RGB to 0..inf,Brecht Van Lommel
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-06-24style cleanypCampbell Barton
2012-05-26code cleanup: use array size and const for vector argsCampbell Barton
2012-05-24style cleanup: brace placement/newlinesCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton