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-20Cleanup: Add description of more mask editing poll functionsSergey Sharybin
2022-06-09Cleanup: use const variables & argumentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-20Cleanup: Use canonical variable nameHans Goudey
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-01-26Fix T84850: "Lock to Selection" causes unwanted jumpsSergey Sharybin
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-02Cleanup: make remaining editor include headers work in C++Jacques Lucke
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-06-04Fix T65032: selection conflicts between motion tracks and masks in clip editorBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-05Cemara tracking: move select all into a utility functionCampbell 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-07-02Cleanup: use bool for poll functionsCampbell Barton
2017-04-20D2607: Switch eye dropper to use linear color space internallyStefan Werner
2014-04-14Fix the eyedropper not working properly with different scene linear spacesSergey Sharybin
2014-01-27Use includes for blenderplayer stubsCampbell Barton
2013-09-05Code cleanup: use boolean instead of int for space_clipSergey Sharybin
2013-03-29Implement GPU-side display transform for clip editorSergey Sharybin
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-20HDR color picker now works in the clip space.Campbell Barton
2012-07-27code cleanup: pass mouse position as int[2] rather then wmEventCampbell Barton
2012-07-27change clip utility function arguments to take space data and region rather t...Campbell Barton
2012-07-26add ED_space_image_get_size_fl, ED_space_clip_get_size_flCampbell Barton
2012-07-25wip mask/image commit, mostly internal function & added some TODO'sCampbell Barton
2012-06-20Cleanup up space clip API:Sergey Sharybin
2012-06-19Changes in clip editor's public api to make it's more clearSergey Sharybin
2012-06-19Mark context as const when it's possible and avoid typecasts from const bCont...Sergey Sharybin
2012-06-12fix for crash drawing grease pencil attached to a tracking marker.Campbell Barton
2012-06-07Remove checks for valid frame from poll function in clip editor spaceSergey Sharybin
2012-06-06Changed semantic of recently added start_frameSergey Sharybin
2012-06-04abbreviate mask-editing to mask-editCampbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-05-14lasso select for movie clip markers.Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-05-04Camera tracking: switch dopesheet information to lazy calculationSergey Sharybin
2012-05-02Clip editor: cleanup of View menu - do not show operators which doesn't make ...Sergey Sharybin
2012-04-30Camera tracking: initial commit of dopesheet view for clip editorSergey Sharybin
2012-04-30Camera tracking: use texture buffers (if supported) to display clip editor fr...Sergey Sharybin
2012-04-29Camera tracking: backport refactoring made in local branches with masking and...Sergey Sharybin
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-07Camera tracking integrationSergey Sharybin