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
2015-05-04Fix T44503 full sample does not display any preview any more.Antony Riakiotakis
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-04-29Multi-View cleanup: using RenderResult->rect* only for temporary RenderResultsDalai Felinto
2015-04-27Multi-View: Code cleanupDalai Felinto
2015-04-27Fix T44514 Crash under cycles rendering using F12, based on patch from Gaia C...Dalai Felinto
2015-04-23Fix T44498 - Blender crashes in some files after render slots fixDalai Felinto
2015-04-23Fix T44396 - Compositing render slots don't workDalai Felinto
2015-04-21Stamp refactoring:Antony Riakiotakis
2015-04-19Cleanup: warningsCampbell Barton
2015-04-17Fix T44336: Unable to select cycles-specific passes in UV/image editorDalai Felinto
2015-04-09Fix for passing -1 to close()Campbell Barton
2015-04-07Multiview: compositor - avoid trashing image viewer views/buffers when multiv...Dalai Felinto
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-02-26Fix T43479 animated textures lost after going to a frame before animatedAntony Riakiotakis
2015-02-17Fix T38808: Re-opening an image makes absoluteCampbell Barton
2015-02-09Fix ImBuf leaked by Image from View operatorNicholas Bishop
2015-02-09Code cleanup: remove unused function BKE_image_assign_ibufNicholas Bishop
2015-02-04Port fix from gooseberry that doesn't load the full res file if a proxyAntony Riakiotakis
2015-02-03Fix T43403: Compositor does not respect interlaced videoSergey Sharybin
2015-01-31Add PIL_check_seconds_timer_i to avoid castingCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-24BKE_image: use BKE_image_*** prefixCampbell Barton
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-08Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
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