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-10-07Fix Cycles random walk SSS differences between CPU and GPUBrecht Van Lommel
2021-10-07Cleanup: remove unnecessary data from LocalIntersectionBrecht Van Lommel
2021-10-07Cleanup: Rename enum valuesHans Goudey
2021-10-07Fix: Missing field markers for curve fillet node inputsHans Goudey
2021-10-07Nodes: Move texture nodes to C++Charlie Jolly
2021-10-07Fix screenshot editor showing status text in the editorCampbell Barton
2021-10-07Sequencer: 2D cursor for the preview & transformCampbell Barton
2021-10-07User Interface: Remove the green background when inside a node groupDalai Felinto
2021-10-07Asset Catalogs: change rules for saving catalog definition filesSybren A. Stüvel
2021-10-07Cleanup: asset catalog tests, move teardown functionSybren A. Stüvel
2021-10-07Fix sequencer preview poll functionCampbell Barton
2021-10-07Asset Browser: Move Asset Library selector to navigation barJulian Eisel
2021-10-07Cleanup: clang-tidyCampbell Barton
2021-10-07Fix wrong tile size calculated in CyclesSergey Sharybin
2021-10-07Cleanup: make formatDalai Felinto
2021-10-07Fix Cycles long start on scene without volumesSergey Sharybin
2021-10-07Asset Browser: Rework layout & behavior of catalog tree-viewJulian Eisel
2021-10-07Fix proxy to override code being called on undos.Bastien Montagne
2021-10-07Fix T91994: Cycles crash when rendering on multiple devicesSergey Sharybin
2021-10-07Revert commit, turns out this isn't a bug?Joseph Eagar
2021-10-07UI: Fix alignment of buttons in Grease Pencil tool settingsPablo Vazquez
2021-10-07Fix mask expand not properly supportingJoseph Eagar
2021-10-07Fix T91670: Strip text position is incorrectRichard Antalik
2021-10-07Cleanup: Move VSE disk cache code into own fileRichard Antalik
2021-10-07Cleanup: VSE iterator semanticsRichard Antalik
2021-10-07Fix T91972: Meta changes length when adding stripRichard Antalik
2021-10-07Fix VSE pan property text printingRichard Antalik
2021-10-06Cycles: fully decouple triangle and curve primitive storage from BVH2Brecht Van Lommel
2021-10-06Build: search for hipcc in HIP_ROOT_DIR/binBrecht Van Lommel
2021-10-06Fix logic error when trying to find hovered itemJulian Eisel
2021-10-06Fix T91987: Linking overrides does not apply overrides rules.Bastien Montagne
2021-10-06BMain: Add utils to check if a Main is empty or not.Bastien Montagne
2021-10-06Fix compilation error with MSVCSergey Sharybin
2021-10-06Asset Browser: Show catalog add & delete icons on mouse hover (only)Julian Eisel
2021-10-06Fix possibly wrong matching of tree-view item buttonsJulian Eisel
2021-10-06Asset Browser: Always show icon to add catalog next to "All" itemJulian Eisel
2021-10-06Pass correct array size to BKE_object_material_remap_calcJacob Lewallen
2021-10-06Fix T91922: Cycles artifacts with high volume nested levelSergey Sharybin
2021-10-06Gizmo: remove wmGizmoGroup.use_fallback_keymapCampbell Barton
2021-10-06Keymap: ignore the fallback keymap when "Active Tool" is setCampbell Barton
2021-10-06Assets: Support Renaming Catalogs in the UIJulian Eisel
2021-10-06Tests: include device type in benchmark graph labelsBrecht Van Lommel
2021-10-06Build: add ccache support for CUDA kernels on LinuxBrecht Van Lommel
2021-10-06Cleanup: don't detect duplicate intersections in EmbreeBrecht Van Lommel
2021-10-06Cleanup: Improve readability & comments in UI tree-view headerJulian Eisel
2021-10-06UI: Draw tree-views (e.g. asset catalogs) in a boxJulian Eisel