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-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
2013-08-12Fix #36408: Setting `image.colorspace_settings.name` changes saved alphaSergey Sharybin
2013-08-08disable cycles when building without python, also use const for function args...Campbell Barton
2013-08-04more consistent use of checks of BLI_open(), check 'fd < 0' rather then -1. p...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-15fix for sequence strips being given non utf8 names, where the filepath wasn't...Campbell Barton
2013-07-13remove redundant null checks and avoid divide by zero in driver evaluationCampbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-23Fix #35449: image sequences to drive e.g. particle length or used in modifiersBrecht Van Lommel
2013-03-31style cleanupCampbell Barton
2013-03-29misc minor edits.Campbell Barton
2013-03-27Fix #34779: Channels disappear from multilayer exr sequenceSergey Sharybin
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-19Fixes for alpha mode do_versions codeSergey Sharybin
2013-02-12Fix incorrect display of Sequence layer when rendering animation andSergey Sharybin
2013-02-08Fix #33747: do better backwards compatibility for image transparency changes.Brecht Van Lommel
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin