forked from blender/blender
Add possibility to provide render delegate specific tokens to scene delegate #52
@ -3,8 +3,8 @@
|
||||
|
||||
#include <bitset>
|
||||
|
||||
#include "BLI_set.hh"
|
||||
#include "BKE_object.h"
|
||||
#include "BLI_set.hh"
|
||||
#include "DEG_depsgraph_query.h"
|
||||
#include "DNA_scene_types.h"
|
||||
|
||||
|
@ -149,6 +149,7 @@ pxr::VtValue LightData::get_data(pxr::TfToken const &key) const
|
||||
if (ret_ptr) {
|
||||
return *ret_ptr;
|
||||
}
|
||||
|
||||
return pxr::VtValue();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user