forked from blender/blender
Fix review comments #51
@ -20,10 +20,6 @@ namespace blender::render::hydra {
|
|||||||
static PyObject *init_func(PyObject * /*self*/, PyObject *args)
|
static PyObject *init_func(PyObject * /*self*/, PyObject *args)
|
||||||
{
|
{
|
||||||
CLOG_INFO(LOG_RENDER_HYDRA, 1, "Init");
|
CLOG_INFO(LOG_RENDER_HYDRA, 1, "Init");
|
||||||
|
|
||||||
pxr::PlugRegistry::GetInstance().RegisterPlugins(std::string(BKE_appdir_program_dir()) +
|
|
||||||
"/blender.shared/usd");
|
|
||||||
|
|
||||||
Py_RETURN_NONE;
|
Py_RETURN_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user