Maesto
Maesto
I have this behavior too. Still have to cross check Versions and everything but even when added to 4-5 blank scenes without recording enabled the GPU usage goes past 90%.
Turns out it's for the dropdown and possible other types which incorperate a Schema object. This in the end contains a resource (PDO) which can't be serialized. Adding: ``` public...
So at some point I was better in PHP but this inside "meta/Schema.php" this works. ``` public function __sleep(){ unset($this->sqlite); return array('structversion', 'ts', 'maxsort', 'columns', 'chksum', 'islookup', 'table', 'user', 'id');...
Something like this: struct_field "SCHEMA.DROPDOWN" Where SCHEMA.DROPDOWN is a dropdown field that references a lookup shema. But based on f74da4e you've seemed to found the Problem. One thing though. The...