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-11-21fix for re->partx/re->party values being different for RE_Database_FromScene(...Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-13Render Engines: fix crash when changing render engine during renderingSergey Sharybin
2012-11-10Fix for wrong usage of RE_engine_freeSergey Sharybin
2012-11-10Updated stubs to make blender player compilableSergey Sharybin
2012-11-10Fix part of #33132: render resoltuion refresh issues after persistent imagesBrecht Van Lommel
2012-11-09Cycles: persistent images optionSergey Sharybin
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton
2012-11-05Render engines: replace number of x/y tiles with tile sizeSergey Sharybin
2012-10-21A final bunch of UI messages fixes and tweaks, and some BKE_report()<->BKE_re...Bastien Montagne
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-13And more UI messages spell check.Bastien Montagne
2012-10-10Color Management: fixed color management-less texture renderingSergey Sharybin
2012-10-08Fix #32795: Memory leak when rendering to video fileSergey Sharybin
2012-10-07style cleanup: if();Campbell Barton
2012-09-24Proper fix for #32626: TIFF renders are limited to 8 bit even when we choose 16.Sergey Sharybin
2012-09-20Fix #32603: Multi-Layer EXR files can't be color managedSergey Sharybin
2012-09-20Fix #32598: clamp blender internal alpha channel to 0..1, and RGB to 0..inf,Brecht Van Lommel
2012-09-18Fixed missing display buffer invalidation when rendering sequencer animationSergey Sharybin
2012-09-17Fixed crash in cases sequencer returns NULL image bufferSergey Sharybin
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-14Sequencer: clear cache and animation buffers for strips outside of cursor whe...Sergey Sharybin
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-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell 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-02fix for crash when node groups loose their ID pointer references (when linked...Campbell Barton
2012-08-01Tie compositor will now update render result when changing node setupSergey Sharybin
2012-07-08fix [#32020] Image will not render in second (any scene other than first) if ...Campbell Barton
2012-06-22remove scene from new compositor classes. only needs RenderDataCampbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-07code cleanup: rename sequencer types to SEQ_TYPE_*** and use enums rather the...Campbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-17 ____ Jeroen Bakker
2012-05-09Fix #31349: Composite node is not found when part of a group.Sergey Sharybin
2012-05-07Style cleanup: change ffmpeg, avi and frame server api to rna-ish naming styleSergey Sharybin
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-26fix [#30653] Wrong image at UV/Image Editor windowCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton