pgraph: allow getting NodePath from CullTraverserData in Python

This commit is contained in:
rdb 2019-01-19 22:59:51 +01:00
parent 1389ada384
commit e4f0a9ce32

View File

@ -67,6 +67,8 @@ PUBLISHED:
void apply_transform_and_state(CullTraverser *trav);
void apply_transform(const TransformState *node_transform);
MAKE_PROPERTY(node_path, get_node_path);
private:
// We store a chain leading all the way to the root, so that we can compose
// a NodePath. We may be able to eliminate this requirement in the future.