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
2013-01-07svn merge ^/trunk/blender -r50999:51100soc-2012-bratwurstCampbell 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-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-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-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
2012-09-05fix for various redundant checks and possibly fix some crashes in rare situat...Campbell Barton
2012-09-04fix for some errors reported by http://clang.blenderheads.org/trunk/ in r50384.Campbell Barton
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-09-04fix for building on msvc2008 (also style cleanup)Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-23code cleanup: rename BLI_in_rctf() --> BLI_rctf_isect_pt(), to conform with o...Campbell Barton
2012-08-23style cleanupCampbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-13style cleanup: use <pre> for doxygen ascii art Campbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-08-05code cleanup: minor edit - replace memset() with zero initialization, remove ...Campbell Barton
2012-08-05fix uninitialized memory use for mask feather points, also remove some double...Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-03code cleanup: double promotion warningsCampbell Barton
2012-08-02fix for crash when node groups loose their ID pointer references (when linked...Campbell Barton
2012-08-02code cleanup: remove redundant float castsCampbell Barton
2012-08-01Tie compositor will now update render result when changing node setupSergey Sharybin