forked from blender/blender
Fix review comments #27
@ -337,8 +337,11 @@ void BlenderSceneDelegate::check_updates()
|
|||||||
ITER_BEGIN (
|
ITER_BEGIN (
|
||||||
DEG_iterator_ids_begin, DEG_iterator_ids_next, DEG_iterator_ids_end, &data, ID *, id) {
|
DEG_iterator_ids_begin, DEG_iterator_ids_next, DEG_iterator_ids_end, &data, ID *, id) {
|
||||||
|
|
||||||
CLOG_INFO(
|
CLOG_INFO(LOG_RENDER_HYDRA_SCENE,
|
||||||
LOG_RENDER_HYDRA_SCENE, 2, "Update: %s [%s]", id->name, std::bitset<32>(id->recalc).to_string().c_str());
|
2,
|
||||||
|
"Update: %s [%s]",
|
||||||
|
id->name,
|
||||||
|
std::bitset<32>(id->recalc).to_string().c_str());
|
||||||
|
|
||||||
switch (GS(id->name)) {
|
switch (GS(id->name)) {
|
||||||
case ID_OB: {
|
case ID_OB: {
|
||||||
|
Loading…
Reference in New Issue
Block a user