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
2018-01-19Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-01-19Util function to determine number of digits from an integerDalai Felinto
2018-01-10Merge branch 'master' into blender2.8Campbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2017-11-08Merge branch 'master' into blender2.8Brecht Van Lommel
2017-11-08Fix various issues with (multiview) OpenEXR file save/load.Brecht Van Lommel
2017-11-08Fix EXR multilayer compositing result saving issues.Brecht Van Lommel
2017-10-31Merge branch 'master' into blender2.8Bastien Montagne
2017-10-31Add ability to specify custom fields to be saved from render resultSergey Sharybin
2017-10-31Stamp info: Use dedicated function to free up memorySergey Sharybin
2017-10-26Move background images into the cameraCampbell Barton
2017-10-06Merge branch 'master' into blender28Campbell Barton
2017-10-06Cleanup: styleCampbell Barton
2017-09-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-14Fix T52653: Render output of linked scenes conflicts with other scenes with t...Sergey Sharybin
2017-08-22Merge branch 'master' into blender2.8Sergey Sharybin
2017-08-22Fix threading conflict when doing Cycles background renderSergey Sharybin
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-14Merge branch 'master' into blender2.8Bastien Montagne
2017-06-14Make whole ID copying code use const source pointer.Bastien Montagne
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-30Image pool: Use memory pool for allocating elementsSergey Sharybin
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-04-18Fix T51187: Memory leak when exporting OpenEXR monochrome animationSergey Sharybin
2017-02-12Image: Fix non-deterministic behavior of image sequence loadingSergey Sharybin
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-19Fix T50071: Radience HDR fomat does not support alpha at all.Bastien Montagne
2016-10-25Fix T49815: Blender always reverts to RGBA when using Save As Image.Bastien Montagne
2016-09-21FFmpeg interface improvementsSybren A. Stüvel
2016-09-01D2184 Stamp: Make drawing stamp labels optional.Sybren A. Stüvel
2016-08-05Fix T49014: Append does not work in some cases.Bastien Montagne
2016-07-25Cleanup: factorize the 'ensure local' part of datablock copy into a single BK...Bastien Montagne
2016-07-21Fix (unreported) memleak in image copy function.Bastien Montagne
2016-07-21Refactor/deduplicate even more make_local code (and fix part of T48907).Bastien Montagne
2016-07-19Fix (IRC reported by Sergey) assert regarding icon_id of newly copied datablo...Bastien Montagne
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-12Fix saving jpeg2k images from PythonCampbell Barton
2016-07-11Remove usercount handling from BKE_id_expand_local.Bastien Montagne
2016-07-11Cleanup: remove call to BKE_id_lib_local_paths() in make_local functions.Bastien Montagne
2016-07-11Use new generic BKE_id_expand_local() for make_local() for image/material/tex...Bastien Montagne
2016-07-11Fix (unreported) memory leak when making local linked databock which has a pr...Bastien Montagne
2016-07-10Refactor/enhance BKE_image_make_local().Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne