Blender Git Commit Log

All Blender Git commits.

Page: 436 / 8462

July 20, 2021, 10:31 (GMT)
Compositor: Fix crash when connecting multiple constant inputs

Operation receiving inputs was being folded more than once
when it was constant foldable.
July 20, 2021, 09:58 (GMT)
Merge branch 'master' into soc-2021-geometry-nodes-regression-test
July 20, 2021, 09:53 (GMT)
Addressed comments by Habib
July 20, 2021, 09:22 (GMT)
LineArt: Shadow improvements.
July 20, 2021, 09:15 (GMT)
MCE: Remove redundant tool: Add_marker_slide

The default tool for tracking mode in the clip editor is
add_marker_tweak. Add_marker_slide is not needed anymore.
July 20, 2021, 09:11 (GMT)
Reimplement lines adjacency extraction using existing code.

This fixes X-ray mode.
July 20, 2021, 08:05 (GMT)
Masking: Slide origin with draw_mask tool

The mask tool creates a curve point when leftclicking. When clicking
near an existing point it switches to select and move instead. The same
happens now when clicking near the origin point so it is now possible to move the
entire mask again with LMB.
Patch by Sergey, thanks a lot!
July 20, 2021, 07:59 (GMT)
MCE: Only show marker settings with active clip

When no clip was loaded, draw the add_marker_tweak tool options gave an
error. So only draw them when a clip is open.
July 20, 2021, 07:39 (GMT)
MCE: Change default tool

Use the add_marker_tweak tool in Tracking mode and the draw_mask tool in
Masking by default instead of select_box.
It doesn't yet work for masking when switchin modes with Tab, only when
changing the workspace.
July 20, 2021, 07:32 (GMT)
Merge branch 'master' into subdivision_work
July 20, 2021, 06:10 (GMT)
Merge branch 'temp-lineart-contained' into lineart-shadow
July 20, 2021, 05:50 (GMT)
Merge branch 'master' into temp-lineart-contained
Revision d218ba8 by YimingWu (master)
July 20, 2021, 05:06 (GMT)
LineArt: UI cleanups.

Wording on the UI, slider consistency and material mask switches layout.

Reviewed By: Sebastian Parborg (zeddb)

Differential Revision: https://developer.blender.org/D11839
July 20, 2021, 05:01 (GMT)
Cleanup: reserve C++ comments for disabled code

Use C comments for plain text.
July 20, 2021, 05:01 (GMT)
Cleanup: use '#if 0' for disabling multiple lines
July 20, 2021, 02:43 (GMT)
Cleanup: Commenting and minor refactoring
July 20, 2021, 01:45 (GMT)
Merge branch 'master' into temp-geometry-nodes-curve-sample
July 20, 2021, 01:42 (GMT)
Also copy curve non-auto texture space settings to generated curve
July 20, 2021, 01:24 (GMT)
Merge branch 'master' into curve-nodes-modifier
Revision 59eb71a by Hans Goudey (master)
July 20, 2021, 01:19 (GMT)
Cleanup: Make function static, use const object argument

Also use `const Curve *` instead of `const Object *`, since the
function works at a lower level than objects anyway.

And also remove another unused function. Since this section of code
for converting curves to meshes will likely be replaced, it's nicer to
see which parts actually remain used at this point.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021