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-10-09Minor cleanup.Antony Riakiotakis
2014-10-09Classic blenderplayer fix + small optimizationAntony Riakiotakis
2014-10-09Fix T42139, vertical noise stripe patterns in noise texture.Antony Riakiotakis
2014-10-07Fix T41957: Shadow color texture mapping was using wrong factorSergey Sharybin
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-22Fix for image garbage collection failing to run for render-only viewsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Fix for wrong behavior of 'darken' blend mode with factor.Kevin Dietrich
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-17Code cleanup: styleCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-11Fix T38578: blender internal texture nodes + volume render error.Brecht Van Lommel
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2013-11-22Fix T37359: Dynamic Paint deletes inactive texture from smoke domain when usi...Miika Hamalainen
2013-10-16style cleanupCampbell Barton
2013-08-07code cleanup: use NULL rather then zero for pointersCampbell Barton
2013-07-15Fix #36058: Displace Modifier errors using a baked Image and displace baking ...Sergey Sharybin
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-06Fix crash rendering material with "Face Textures" option.Brecht Van Lommel
2013-03-26style cleanup:Campbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-02-14Divide by 3 instead of multiplying by variations of 0.333Sergej Reich
2013-01-22Fix projection texture painting crashSergey Sharybin
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2012-12-21Bug fix #33639Ton Roosendaal
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-10-23rename api functions...Campbell Barton
2012-10-22Fix #32930: texture colors in material nodes (blender internal) are brighter ...Sergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-20code cleanup:Campbell Barton
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-12remove BLI_noise from BLI_blenlib.h, not that many files need this.Campbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-10-10Color Management: fixed color management-less texture renderingSergey Sharybin
2012-10-07style cleanup: if();Campbell Barton
2012-09-21remove sticky coords from blender and the internal render engine.Campbell Barton
2012-09-19fix for missing NULL check in init_render_texture() (possibly own fault), als...Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-05fix for various redundant checks and possibly fix some crashes in rare situat...Campbell Barton
2012-08-23style cleanupCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-21use fabsf when using floats.Campbell Barton