Blender Git Commit Log

All Blender Git commits.

Page: 547 / 8462

June 18, 2021, 09:21 (GMT)
Fix T88605: Alembic import crashes when missing `arbGeomParams`

Add check for the `arbGeomParams` property being valid, before attempting
to access a sub-property from it.
June 18, 2021, 08:53 (GMT)
Simple implementation of attribute get node.

This does not currently check for existing attributes, which would be
mostly a helper feature to avoid invalid references further downstream.
June 18, 2021, 08:50 (GMT)
Cleanup: clang format
June 18, 2021, 08:35 (GMT)
Rename "Attribute Load" node to "Attribute Get".

This is to avoid the impression that it loads data when in fact it only
creates a reference to an attribute.
June 18, 2021, 08:06 (GMT)
Allow implicit attribute-to-string conversion.

This will allow connecting attributes directly to old-style string
input sockets, at least until most nodes can be converted.
June 18, 2021, 08:05 (GMT)
Merge branch 'master' into geometry-nodes-unnamed-attributes
June 18, 2021, 08:00 (GMT)
Fix invalid polygon normal array access building bake data

Pre computed normals index wasn't properly aligned.
Regression from 2ec00ea0c1be1ace7cd0c7b68e43cc8e87dd07c7.
June 18, 2021, 06:37 (GMT)
Cleanup: use 'bmesh' prefix for BMesh tessellation utilities
June 18, 2021, 05:13 (GMT)
Cleanup: rename test_index_face -> BKE_mesh_mface_index_validate
June 18, 2021, 05:08 (GMT)
Cleanup: remove unused MFace custom-data utilities

Remove:

- BKE_mesh_loops_to_mface_corners
- BKE_mesh_tangent_loops_to_tessdata
June 18, 2021, 05:03 (GMT)
Cleanup: move mesh tessellation into it's own file

This matches BMesh which also has tessellation in it's own file.

Using a separate file helps with organization when
extracting code into smaller functions.
June 18, 2021, 04:41 (GMT)
Cleanup: clang-tidy
June 18, 2021, 04:41 (GMT)
CMake: remove workaround for version that's no longer supported
June 18, 2021, 04:27 (GMT)
Cleanup: replace 'unsigned in' with 'uint'
June 18, 2021, 04:27 (GMT)
Cleanup: use standard identifier for uint64_t string formatting
June 18, 2021, 01:32 (GMT)
Added USDStageReader::handle_prim() function.

Per suggestion by Sybren in his review, moved code from
the static _handlePrim() function to a USDStageReader private
member function. This helps simplify the code as the new
function requires fewer argumants. Also performed minor
cleanup of the function implementation.
June 18, 2021, 01:27 (GMT)
Fix undefs from previous commit
June 18, 2021, 01:20 (GMT)
Fix T89210: Box selection can fail in graphics editor

Test the intersection of segment instead of point.
June 18, 2021, 01:13 (GMT)
Fix T89247: Dereference arguments to comparison function correctly

`bm_face_len_cmp` incorrectly interpreted its arguments as `BMFace *`
instead of `BMFace **`, causing an out-of-bounds read.

Ref D11637
June 18, 2021, 00:23 (GMT)
Merge branch 'master' into curve-nodes-modifier
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021