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
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-14Cleanup: move comments above definitionsCampbell Barton
2019-01-07Cleanup: move DNA comments before struct membersCampbell Barton
2018-12-17DNA: clear / remove deprecated flagsCampbell Barton
2018-12-17Merge branch 'master' into blende2.8Campbell Barton
2018-12-17Cleanup: use bit-shifted flag definitions in DNACampbell Barton
2018-07-10Image: remove fields option for image sequencesCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for DNA headersCampbell Barton
2018-06-14Image: Refactor render slots to a dynamic listLukas Stockner
2018-06-12Cleanup: remove image->bindcode, always wrap in GPUTexture.Brecht Van Lommel
2018-06-11Revert "Cleanup: remove image->bindcode, always wrap in GPUTexture."Brecht Van Lommel
2018-06-11Cleanup: remove image->bindcode, always wrap in GPUTexture.Brecht Van Lommel
2018-04-17Remove game properties in image editorDalai Felinto
2016-01-27World textures displaying for viewport in BI.Alexander Romanov
2015-10-23Comments for link-list typesCampbell Barton
2015-10-15Fix T46223: multiview image sequences crashing.Brecht Van Lommel
2015-09-09Fix T45839 : Regression - Multi-layer image issues when using non-standard namesDalai Felinto
2015-07-10DNA: replace GCC poison with ifdef for enumsCampbell Barton
2015-05-26Images: Solve broken forward compatibility with packed imagesSergey Sharybin
2015-04-17Fix T44336: Unable to select cycles-specific passes in UV/image editorDalai Felinto
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-02-03Fix T43403: Compositor does not respect interlaced videoSergey Sharybin
2014-10-09Implement custom names for render slotsSergey Sharybin
2014-10-02Fix T42008: Dragging and packing issue about new blank imageSergey Sharybin
2013-12-13Image cache rewrite to using generic movie cacheSergey Sharybin
2013-12-10DNA Deprecation: add DNA_DEPRECATED_GCC_POISON for enum/structs.Campbell Barton
2013-08-12Fix #36408: Setting `image.colorspace_settings.name` changes saved alphaSergey Sharybin
2013-05-28code cleanup: comment/remove unused definesCampbell Barton
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-08Fix #33747: do better backwards compatibility for image transparency changes.Brecht Van Lommel
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-10-25Fix issue after commit 50282: float texture painting non-color data textures didBrecht Van Lommel
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-07-03dont display image sequences outside the frame range in the 3D viewport.Campbell Barton
2012-06-04Fix #31352: Image sequence texture - can't load image after changing image so...Sergey Sharybin
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-21change filepath limit from 240 to 1024Campbell Barton
2012-01-20Fix #27120: Bake to image used for rendering glitch (bake feedback loop)Sergey Sharybin
2012-01-16use FILE_MAX instead of 240 or comment where define cant be used.Campbell Barton
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-12-30minor dna header cleanupCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-07-21fix/workaround [#28040] float images reduced to 256 levels per channel upon saveCampbell Barton
2011-02-17DNA header files are now grouped under the same module. No further documentat...Nathan Letwory