forked from blender/blender
Fix texture render in HdStorm. #54
No reviewers
Labels
No Label
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BogdanNagirniak/blender#54
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "BLEN-357"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Purpose
Mesh UV coords aren't translated to Storm delegate.
Technical steps
Changed mesh primvar name for UVs to
st
which is primary name in HdStorm.Added private token:
st
Works well.