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-04-02From review: use stereo3d *everywhere* =)Dalai Felinto
2015-03-20Assert that shouldn't happen but that happens sometimes, still to be investig...Dalai Felinto
2015-03-17Fallback to the zero ibuf, not the last oneDalai Felinto
2015-03-17Cleanup: minor editsCampbell Barton
2015-03-17Support for building without EXRCampbell Barton
2015-03-17Cleanup: imbuf APICampbell Barton
2015-03-17Cleanup: API naming - use BKE_scene_multiview_*** prefixCampbell Barton
2015-03-17Cleanup: remove redundant casts, varsCampbell Barton
2015-03-16Fix segfault (thank you ASAN) when changing number of views in compositorDalai Felinto
2015-03-16Compositor: fix issue when selecting individual view for non-matching image f...Dalai Felinto
2015-03-16Fix warning/real bug introduced during removal of scene dependency for ImagesDalai Felinto
2015-03-07Style cleanupDalai Felinto
2015-03-06Removing the need of Scene for image packing operatorDalai Felinto
2015-03-05Removing option to use %, and use BLI_path_suffix instead of BLI_path_viewDalai Felinto
2015-03-05Merge remote-tracking branch 'origin/master' into multiviewDalai Felinto
2015-02-26Fix T43479 animated textures lost after going to a frame before animatedAntony Riakiotakis
2015-02-25From review: Add Use Multi-View UI optionDalai Felinto
2015-02-25Bitwise flags typoDalai Felinto
2015-02-20Merge remote-tracking branch 'origin/master' into multiviewDalai Felinto
2015-02-17Fix T38808: Re-opening an image makes absoluteCampbell Barton
2015-02-10Image: refactor image_load_sequence_file() function as suggested on reviewDalai Felinto
2015-02-10small cleanup on image.cDalai Felinto
2015-02-10Image: refactor image_load_movie_file() function as suggested on reviewDalai Felinto
2015-02-10Merge remote-tracking branch 'origin/master' into multiviewDalai Felinto
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-06Image: refactor image_load_image_file() function as suggested on reviewDalai Felinto
2015-02-06ouch, typo on bitflag operation on image update views formatDalai Felinto
2015-02-06Code cleanup: create image_add_view functionDalai Felinto
2015-02-04Merge commit 'origin/master~' into multiviewDalai Felinto
2015-02-04Port fix from gooseberry that doesn't load the full res file if a proxyAntony Riakiotakis
2015-02-04Merge remote-tracking branch 'origin/master' into multiviewDalai Felinto
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-24Merge branch 'master' into multiviewCampbell Barton
2015-01-24BKE_image: use BKE_image_*** prefixCampbell Barton
2015-01-15Merge remote-tracking branch 'origin/master' into multiviewDalai Felinto
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-06Merge remote-tracking branch 'origin/master' into multiviewDalai Felinto
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-26From review: rename 'eye' to 'multiview_eye'Dalai Felinto
2014-11-26From review: replace sprintf by BLI_snprintfDalai Felinto
2014-11-26From review: small change and a new TODO to the list:Dalai Felinto
2014-11-25From review: changes in BKE_image_has_anim() and BKE_image_has_packedfile()Dalai Felinto
2014-11-25From review: revert uneeded change in branchDalai Felinto
2014-11-25From review: use BLI_duplicatelist and fix for copy_image_animsDalai Felinto