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
2021-10-08Cleanup: Convert camelCase naming to snake_case in Compositortemp-compositor-cleanupsManuel Castilla
2021-10-08Cleanup: Use `_` suffix for non-public members in Compositor Manuel Castilla
2021-10-08Cleanup: Remove `this->` for `m_` prefixed members in CompositorManuel Castilla
2021-10-08Cleanup: Remove unused includes in CompositorManuel Castilla
2021-07-30Compositor: Fix wrong number of threads during constant foldingManuel Castilla
2021-07-26Compositor: Full frame Levels nodeManuel Castilla
2021-07-26Compositor: Full frame Scale nodeManuel Castilla
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-07Compositor: Fix crash when executing works in constant foldingManuel Castilla
2021-07-06Compositor: Fix execution system unset during constant foldingManuel Castilla
2021-07-06Cleanup: Set execution system as operations member in CompositorManuel Castilla
2021-06-01Compositor: Full-frame base systemManuel Castilla
2021-04-02Cleanup: remove loading blender namespace from Vector.Jeroen Bakker
2021-04-02Cleanup: Added leading `e` to enum types.Jeroen Bakker
2021-03-29Cleanup: Replace `is...Operation()` methods with a flag.Jeroen Bakker
2021-03-29Cleanup: Use Bitflags For Booleans.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-24Spelling: getRenderPriotrity -> getRenderPriorityJeroen Bakker
2021-03-24Cleanup: replace index based forloops with iterators.Jeroen Bakker
2021-03-19Cleanup: Use enum class for CompositorPriority.Jeroen Bakker
2021-03-08Cleanup: Change extension .cpp to .ccJeroen Bakker