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
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
2016-06-25Cleanup: remove bad-level callCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-05-31Cleanup: parenthesize definesCampbell Barton
2016-05-19Add Peak Memory as render stamp optionLukas Stockner
2016-05-05Optimize Blank and Color Grid generated imagesSergey Sharybin
2016-04-29Fix (unreported) bad 'NULL freeing' with placeholder images.Bastien Montagne
2016-04-22BLF: use float vector passing color argsCampbell Barton
2016-04-20Fix image-space mask-transform crash w/o an imageCampbell Barton
2016-03-28Fix T47973: Render stamp ignores font alphaCampbell Barton
2016-03-03Docs: minor comment correctionCampbell Barton
2016-02-02Cleanup: styleCampbell Barton
2016-02-01Fix double metadata prefix when using strip's metadataSergey Sharybin
2016-02-01Fix potential access uninitialized metadataSergey Sharybin
2016-02-01Remove debug-only code which sneaked inSergey Sharybin
2016-02-01Fix wrong information used for stamp when "Strip Metadata" is usedSergey Sharybin
2016-01-27World textures displaying for viewport in BI.Alexander Romanov
2016-01-25Keep image dimension used by space image and some other tools syncSergey Sharybin
2016-01-16Cleanup: styleCampbell Barton
2016-01-14Add compression modes for TIFF imagesQuentin Wenger
2016-01-14Fix image save ignoring optionsCampbell Barton
2016-01-11Report errno string when writing files failsCampbell Barton
2016-01-11Cleanup: use const image-format argCampbell Barton
2015-12-29Fix invalid memory access in multiview code during render, reported on irc.Brecht Van Lommel
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-11-30Fix T38245: render slot getting lost when switching slots while compositing.Brecht Van Lommel
2015-11-20Fix T46826: EXR Compression method set in UI does not always get passed corre...Bastien Montagne
2015-11-11Cleanup: replace more direct id->us handling by calls to BKE_library API.Bastien Montagne
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-10-23Cleanup: use int for view_id's & view countCampbell Barton
2015-10-23Fix for error w/ RenderView in ImageView listCampbell Barton
2015-10-21Fix T46524: Use Alpha (Straight/Premultiply) option missing in 2.76, part II.Bastien Montagne
2015-10-16Cleanup: simplify BLI_stringdec useCampbell Barton
2015-10-15Fix related to T46223: memory leak when loading multilayer multiview images.Brecht Van Lommel
2015-10-15Fix T46223: multiview image sequences crashing.Brecht Van Lommel
2015-10-12Fix T46446: texture nodes image node not working with image sequences.Brecht Van Lommel
2015-10-06Cleanup: use BLI_path_basenameCampbell Barton