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-08-26Compositor: Replace resolution concept by canvasManuel Castilla
2021-08-08Compositor: Full frame Bokeh Blur and Blur nodesManuel Castilla
2021-07-27Compositor: Full frame Scale nodeManuel Castilla
2021-07-23After merge fixesManuel Castilla
2021-07-22Merge branch 'master' into compositor-full-frameManuel Castilla
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-06Compositor: Constant foldingManuel Castilla
2021-07-06Cleanup: Set execution system as operations member in CompositorManuel Castilla
2021-07-06Fix T89671: Crash when using Denoise node on Full Frame modeManuel Castilla
2021-06-21Cleanup: improve naming in CompositorManuel Castilla
2021-06-01Compositor: Full-frame base systemManuel Castilla
2021-05-31Compositor: Crop operations canvases to rendered areasManuel Castilla
2021-05-31Compositor: Do constant folding for full frame executionManuel Castilla
2021-05-22Add get_area_of_interest overloading and pass input_opManuel Castilla
2021-05-20Improve comments and namingManuel Castilla
2021-05-20Improve get_area_of_interest doc comments and signatureManuel Castilla
2021-05-17Move non NodeOperation responsabilities to FullFrameExecutionModelManuel Castilla
2021-05-17Rename get_input_area_of_interest to get_area_of_interestManuel Castilla
2021-05-17Use num_* naming instead of n_*Manuel Castilla
2021-05-17Rename OutputStore to SharedOperationBuffersManuel Castilla
2021-05-14Add a TODO to check operation is constantManuel Castilla
2021-05-14Rename var to has_outputsManuel Castilla
2021-05-14Refactor render methods into NodeOperationManuel Castilla
2021-05-10Move rendering logic to ExecutionSystemManuel Castilla
2021-05-07Rename OutputManager to OutputStoreManuel Castilla
2021-05-01RenamesManuel Castilla
2021-05-01Fix commentsManuel Castilla
2021-04-28[WIP] Compositor: Full-frame base systemManuel Castilla
2021-04-14Fix (unreported) compositor resolution propagation broken by some nodesManuel Castilla
2021-04-12Fix: File output uses incorrect resolution when first socket unused.Jeroen Bakker
2021-04-06Compositor: Add Streaming Operator for NodeOperationBuilder.Jeroen Bakker
2021-04-02Compositor: Debug stream operator.Jeroen Bakker
2021-03-30Cleanup: remove unneeded method.Jeroen Bakker
2021-03-29Cleanup: Use Bitflags For Booleans.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-26Compositor: Fix array out of bounds.Jeroen Bakker
2021-03-26Cleanup: Replace Methode Overloading With Default Value.Jeroen Bakker
2021-03-26Cleanup: Remove ptr For Owned Children.Jeroen Bakker
2021-03-26Cleanup: Replace std::vector With blender::Vector.Jeroen Bakker
2021-03-26Cleanup: Replaced Typedef Enum With Enum Class.Jeroen Bakker
2021-03-16Cleanup: Modernize iterators.Jeroen Bakker
2021-03-08Cleanup: Change extension .cpp to .ccJeroen Bakker