Blender Git Commit Log

Git Commits -> Revision ccb5bd3

June 21, 2021, 18:48 (GMT)
Rename USDStageReader prune functions.

Renamed USDStageReader prune_by_visibility()
and prune_by_purpose() member functions to
include_by_visibility() and include_by_purpse(),
respectively, to reflect the current semantics.
I.e., both functions are now answering the question,
'should the prim be included in the traversal',
returning true to include and false to exclude.

Commit Details:

Full Hash: ccb5bd3778b84d6eaf12ad9abb5ca17f4ec9d05e
Parent Commit: 9256501
Lines Changed: +6, -6

2 Modified Paths:

/source/blender/io/usd/intern/usd_reader_stage.cc (+4, -4) (Diff)
/source/blender/io/usd/intern/usd_reader_stage.h (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021