Blender Git Commit Log

All Blender Git commits.

Page: 3076 / 8462

July 23, 2018, 17:14 (GMT)
Subsurf: Fix wrong vertices index in vertex data interpolation
July 23, 2018, 17:14 (GMT)
Subsurf: Subdivide polygons to the same resolution

Previously it was ptex faces which were subdividing to the same
resolution. This was looking like more details for non-quad faces,
but was also causing discontinuity in the edge where quad touches
non-quad polygon.

Now ptex faces which are coming from non-quad faces are subdivided
at a half of resolution, matching old behavior and solving
discontinuity problem.
July 23, 2018, 17:03 (GMT)
Revert "Squashed UDIM changes"

This reverts commit 0fc72070fe6b2008e8c286658a59a2203f2c8553.
July 23, 2018, 17:02 (GMT)
Squashed UDIM changes
July 23, 2018, 17:01 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into experimental-build
July 23, 2018, 16:56 (GMT)
Fix compilation issue after merge.
July 23, 2018, 16:41 (GMT)
UI: Fix flicker in File Browser header

Move running jobs to the beginning of the row.

Thanks @sergey for reporting
July 23, 2018, 16:37 (GMT)
Fix missing header include in previous master merge.
July 23, 2018, 15:52 (GMT)
Merge branch 'master' into blender2.8

Note: Moved doversion of VSE strips uniquename to 2.8 versionning area,
and raised accordingly current file subversion, since that bug also
affected previous 2.8 .blend files...

Conflicts:
source/blender/blenkernel/BKE_blender_version.h
July 23, 2018, 15:44 (GMT)
Fix assert when loading file with multiple windows opened

... or when loading a file when having more windows opened than the file
itself.
July 23, 2018, 15:44 (GMT)
Eevee: Remove Colored volumetric option.

This option is not necessary as it uses as much memory as the mono-chromatic
transmistance.
July 23, 2018, 15:42 (GMT)
Fix T55668: Volume Keyframe on Cut-ted Metastrip.

We actually still had cases of Meta strip duplication resulting in
non-unique strip names. Quiet surprising this went unoticed for so long. :(

Fixed that bug, and think it was last one (at least, no other case of
SEQ_DUPE_UNIQUE_NAME usage should be broken, I think...), and raised
subversion and updated doversion to run uniquename check on strips on
all previous fileversions.

Note: will have to do that again when merging in 2.8...
July 23, 2018, 15:06 (GMT)
Fix duplication error for Brushes

This produced an error when create a new brush and a memory leak when closed Blender.
July 23, 2018, 14:33 (GMT)
Provide a switch to enable chaining or not.
July 23, 2018, 14:16 (GMT)
Fix large font drawing blurriness in a better way.

GPU_LINEAR is there for shadow font blurring, the real issue was lack of
rounding for the batch offset.
July 23, 2018, 14:04 (GMT)
transform_snap_object: Better bvhtree creation management for editing multiple objects.

- Use the object referenced in `BMEditMesh` as the `ghash` key to save the bvhtrees in cache;
- Create a boundbox around edit_mesh to test the snap before creating bvhtree;
- Save the `edit_mesh`s bvhtree in the mesh bvh_cache;

This is a part of the D3504.
July 23, 2018, 13:47 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 23, 2018, 12:23 (GMT)
Merge branch 'master' into blender2.8
July 23, 2018, 12:21 (GMT)
Fix build for Intel compiler with C++11.
July 23, 2018, 11:16 (GMT)
UI: more descriptive tooltip
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021