Blender Git Commit Log

All Blender Git commits.

Page: 383 / 8462

July 31, 2021, 18:41 (GMT)
Bug fixes - start frame value and IMB_crop assert failures
Revision 1724333 by Hans Goudey (master)
July 31, 2021, 18:26 (GMT)
Cleanup: Remove unecessary helper function

Retrieving a mesh's looptris now take's a const mesh after
rB5f8969bb4b4, which removes the need for this function.
Since it's only two lines, avoiding the use of a separate function
in this case is simpler.
July 31, 2021, 16:08 (GMT)
Testing global hash table to resuse duplciated seq

Should be replaced with storing hash in editing->runtime
July 31, 2021, 15:16 (GMT)
Merge branch 'master' into sculpt-dev
Revision 2f63303 by Hans Goudey (master)
July 31, 2021, 03:26 (GMT)
Cleanup: Use const mesh arguments

These functions do not change their source or input mesh, so it can
be passed with const, which means in one case that a function doesn't
have to be responsible for freeing its argument mesh, which is a clearly
better separation of concerns.
July 31, 2021, 02:44 (GMT)
LineArt: Support mesh auto smooth.
July 31, 2021, 02:44 (GMT)
LineArt: Support mesh auto smooth.
Revision 8063f10 by Hans Goudey (master)
July 31, 2021, 02:28 (GMT)
Cleanup: Remove unused includes
Revision 37e2fec by Hans Goudey (master)
July 31, 2021, 02:18 (GMT)
Cleanup: Voxel remesh function naming

- Remove BKE prefix for static functions
- Make specific intermediate functions static
- Avoid unecessary "_to_mesh_nomain" suffix
Revision 7c961e7 by YimingWu (master)
July 31, 2021, 02:02 (GMT)
LineArt: Fix(unreported): Child object respect collection visibility.
July 31, 2021, 02:00 (GMT)
LineArt: Fix(unreported): Child object respect collection visibility.
July 31, 2021, 01:59 (GMT)
LineArt: Fix(unreported): Child object respect collection visibility.
Revision 5249081 by Hans Goudey (master)
July 31, 2021, 01:51 (GMT)
Cleanup: Reorder functions

The Quadriflow remeshing was in the middle of the voxel remesh code.
Revision d91c266 by YimingWu (master)
July 31, 2021, 01:29 (GMT)
LineArt: Material flag versioning correction.

By the patch made it in master the version value already advanced (see https://developer.blender.org/D11839), so this versioning code needs to be moved down to that point.
July 31, 2021, 01:26 (GMT)
LineArt: Material flag versioning correction.
July 31, 2021, 01:15 (GMT)
UI: Show a notification when saving preferences

So far the only way to know if they were saved properly was
to check the terminal.

Also notify when preferences fail to save.
July 31, 2021, 00:38 (GMT)
Merge branch 'temp-lineart-contained' into lineart-shadow
July 31, 2021, 00:37 (GMT)
Merge remote-tracking branch 'origin/master' into temp-lineart-contained
July 30, 2021, 22:21 (GMT)
Merge remote-tracking branch 'origin/soc-2021-porting-modifiers-to-nodes-remesh-voxel' into soc-2021-porting-modifiers-to-nodes-remesh-voxel

# Conflicts:
# source/blender/blenkernel/BKE_node.h
July 30, 2021, 22:20 (GMT)
- changes based on review by Jacques Lucke (JacquesLucke)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021