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-10-20Merged changes in the trunk up to revision 51448.Tamito Kajiyama
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-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-15Clamp minimal tile size with Save Buffers and FSAA enabledSergey Sharybin
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-10-15style cleanup: bgeCampbell Barton
2012-10-14fix for incorrect initial boundbox with svbvh raytracing. (bad use of FLT_MIN)Campbell Barton
2012-10-14style cleanupCampbell Barton
2012-10-14Fixed missing display buffer and mipmaps invalidation in cases onlySergey Sharybin
2012-10-13And more UI messages spell check.Bastien Montagne
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-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-10-08Fix #32795: Memory leak when rendering to video fileSergey Sharybin
2012-10-08code cleanup: replace VECADDISFAC with math function.Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-07Merged changes in the trunk up to revision 51126.Tamito Kajiyama
2012-10-06fix writing past array bounds in imagewraposa().Campbell Barton
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-10-04style cleanup: comment blocksCampbell Barton
2012-10-01Fix #32695: Can't disable color management for 3D viewSergey Sharybin
2012-09-30Merged changes in the trunk up to revision 50956.Tamito Kajiyama
2012-09-30style cleanupCampbell Barton
2012-09-27Fix #32670: lamps in lamp groups did not respect renderability option.Brecht Van Lommel
2012-09-27fix [#32672] Crash when rendering environment mapCampbell Barton
2012-09-24Proper fix for #32626: TIFF renders are limited to 8 bit even when we choose 16.Sergey Sharybin
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-22add a UV Project material option so UV's are calculated taking into account p...Campbell Barton
2012-09-21remove sticky coords from blender and the internal render engine.Campbell Barton
2012-09-21remove sticky coordinates from blender, this was missing from the UI since 2.49.Campbell Barton
2012-09-21calculate sticky wasnt working very well and had a few glites -Campbell Barton
2012-09-20Fix #32603: Multi-Layer EXR files can't be color managedSergey Sharybin
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-20Fix #32598: clamp blender internal alpha channel to 0..1, and RGB to 0..inf,Brecht Van Lommel
2012-09-19fix for missing NULL check in init_render_texture() (possibly own fault), als...Campbell Barton
2012-09-18Fixed missing display buffer invalidation when rendering sequencer animationSergey Sharybin
2012-09-18code cleanup: warningsCampbell Barton
2012-09-17Fixed crash in cases sequencer returns NULL image bufferSergey Sharybin
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
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-09-15quiet -Wmissing-prototypes warnings, and enable this warning by default for C...Campbell Barton
2012-09-15Merged changes in the trunk up to revision 50607.Tamito Kajiyama
2012-09-14Sequencer: clear cache and animation buffers for strips outside of cursor whe...Sergey Sharybin
2012-09-14fixes for NULL checks, remove some redundant checks and add some in that have...Campbell Barton
2012-09-12fix [#32537] Inconsistent behaviour of Texture BakerCampbell Barton
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton