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
2022-06-01Fix T96984: Create new image.browse operator for uiTemplateImage layoutsJesse Yurkovich
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-07-29cleanup: editor_image : Remove unused draw functionsjim man
2021-03-27UV Editor: Add cursor center operatorFabrício Luis
2021-02-05Image: Flip image operatorPablo Dobarro
2020-09-11Use DrawManager for Image/UV EditorJeroen Bakker
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-10-01Image: add resize operatorCampbell Barton
2019-10-01Image/Clip Space: Add view center to cursor operatorsCampbell Barton
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-05-16Images: move save modified images operator from Python to CBrecht Van Lommel
2019-04-18Cleanup: unused region init functionsCampbell Barton
2019-04-18UI: move region toggling to propertiesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
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
2018-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-14Image: Refactor render slots to a dynamic listLukas Stockner
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-05-06Image Editor: Add border zoomCampbell Barton
2015-11-28Cleanup: 'area' vs 'region'Julian Eisel
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2014-10-08Operator to define render border from rendered image editorSergey Sharybin
2014-08-21Fix T41507: Empty prevents image deletionCampbell Barton
2014-06-28Add render result caching.Bastien Montagne
2014-04-02Implement fame sliding from IE's cache lineSergey Sharybin
2014-04-02implement cache line for image editorSergey Sharybin
2014-03-31Code cleanup: use boolCampbell Barton
2014-02-19Use tabs for image editor.Antony Riakiotakis
2013-03-01Fix / Workaround for [#34474] "Record Composite" image op segfaults in compos...Thomas Dinges
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-06-10mango requestCampbell Barton
2012-06-01Make "Match Movie Length" into an operator (must be called inside a context h...Bastien Montagne
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-12de-duplicate function copy-paste for node color sampling.Campbell Barton
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-11-02Space types:Thomas Dinges