forked from blender/blender
Create parsing system that converts supported nodes and ignores unsupported #2
@ -207,7 +207,6 @@ endif()
|
|||||||
|
|
||||||
if(WITH_MATERIALX)
|
if(WITH_MATERIALX)
|
||||||
list(APPEND LIB MaterialXCore)
|
list(APPEND LIB MaterialXCore)
|
||||||
list(APPEND LIB MaterialXFormat)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
blender_add_lib(bf_usd "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
|
blender_add_lib(bf_usd "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
|
||||||
|
@ -136,6 +136,7 @@ set(LIB
|
|||||||
|
|
||||||
if(WITH_MATERIALX)
|
if(WITH_MATERIALX)
|
||||||
list(APPEND LIB MaterialXCore)
|
list(APPEND LIB MaterialXCore)
|
||||||
|
list(APPEND LIB MaterialXFormat)
|
||||||
list(APPEND SRC
|
list(APPEND SRC
|
||||||
materialx/material.cc
|
materialx/material.cc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user