AnimalLogic / AL_USDMaya

This repo is no longer updated. Please see https://github.com/Autodesk/maya-usd
Other
266 stars 69 forks source link

updates for usd-0.19.07 #156

Closed pmolodo closed 1 year ago

pmolodo commented 5 years ago

Description (this won't be part of the changelog)

Fixes to build against usd-0.19.07

(Note that this PR branches off of the 0.19.05 fixes - https://github.com/AnimalLogic/AL_USDMaya/pull/150)

Changelog

Changed

Checklist (Please do not remove this line)

pmolodo commented 5 years ago

The cull style is still being set - it's now just handled by the combo of:

HdxRenderTaskParams hdParams = _MakeHydraUsdImagingGLRenderParams(params);
_taskController->SetRenderParams(hdParams);
Wouterdek commented 5 years ago

Maybe docs/build.md could also be updated as this project doesn't work with 18.11 anymore but it's still listed as a requirement on the build instructions?