Fix volume object not rendering correct frame right after loading
This commit is contained in:
@@ -140,6 +140,8 @@ static int volume_import_exec(bContext *C, wmOperator *op)
|
||||
object->rot[0] += M_PI_2;
|
||||
}
|
||||
|
||||
BKE_volume_unload(volume);
|
||||
|
||||
imported = true;
|
||||
}
|
||||
BLI_freelistN(&ranges);
|
||||
|
||||
Reference in New Issue
Block a user