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
2014-12-02No need to free GPU images from BKE_image_free_buffers when in background modeSergey Sharybin
2014-12-01Cleanup: more int->bool.Bastien Montagne
2014-11-24Minor edits to T42649 fixCampbell Barton
2014-10-17Fix typoAntony Riakiotakis
2014-10-16Revert "Minor typo".Antony Riakiotakis
2014-10-16Minor typoAntony Riakiotakis
2014-10-02Fix T42008: Dragging and packing issue about new blank imageSergey Sharybin
2014-09-25GHash: use bool for comparison (simplify compare)Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-15Code cleanup: commentsCampbell Barton
2014-05-22Mistake naming in recent commitCampbell Barton
2014-05-22Fix for image garbage collection failing to run for render-only viewsCampbell Barton
2014-05-01Code cleanup: remove defines no longer needed on windowsCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-22BLI_open: check returned value for `-1` instead of `< 0`Campbell Barton
2014-04-02implement cache line for image editorSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Fix bug in image texture UI: "Use Alpha" checkbox doesn't appear if file form...IRIE Shinsuke
2014-03-25Fix T39395: Switching to "Textured solid" and "GLSL" view will cause the FPS ...Sergey Sharybin
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-13Fix bug 1 of T39156: Deadlock while undoing paint operations on imageAntony Riakiotakis
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-30Code cleanup: add BLI_testextensie_n, replacing multuple calls to BLI_testext...Campbell Barton
2014-01-29UI: Refactor timecode functions into BLI_timecodeCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2014-01-13Fix crash happening on render after recent imbuf PERSISTENT flagSergey Sharybin
2014-01-13Fix T38040: Crash after loading big image file in compositorSergey Sharybin
2014-01-03Fix T38045: Clone stamp crashesSergey Sharybin
2014-01-01Fix deadlock happening when using Save Buffers for renderSergey Sharybin
2013-12-19Followup for fix T37718: image was not saving with proper settings second timeSergey Sharybin
2013-12-18Style Cleanup: minor edits in recent changesCampbell Barton
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-12-17Fix T37718: Texture compression missingSergey Sharybin
2013-12-17Code Cleanup: comment unused defineCampbell Barton
2013-12-16Fix T37826: Opening a new image in the image editorSergey Sharybin
2013-12-16Missing NULL-pointer check in BKE_image_free_anim_ibufsSergey Sharybin
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-12-12Code cleanup: indent preprocessor directives inside #ifdefSergey Sharybin
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-26Code cleanup: Typo fix for image function, patch by kgeogeo.Thomas Dinges
2013-11-25Tweaks to PNG file outputSergey Sharybin
2013-10-31code cleanup: spellingCampbell Barton
2013-10-28Fix #37221: Multilayer EXR inputs generate pink frame/last displayed frame wh...Sergey Sharybin
2013-10-11adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build optionDalai Felinto
2013-10-09Photoshop PSD supportDalai Felinto
2013-09-10startup.blend: save images as RGBA by default, to avoid losing data whenBrecht Van Lommel
2013-09-02Fix for the BKE_image_walk_all_users function: This included a check for movi...Lukas Toenne
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton