Khai opened this issue on Dec 22, 2004 ยท 8 posts
jupiterkris posted Thu, 23 December 2004 at 7:31 AM
If you do run out of RAM ...
Alternatively, first save out your props in smaller groups as smart props and
Use readscript directives in your base figure's cr2 to read in the pp2s during loading ...
*{
version
{
number 5.01
}
// ... insert readscript directives after version segment
readScript ":Runtime:libraries:props:myprop:propgrp_1.pp2"
readScript ":Runtime:libraries:props:myprop:propgrp_2.pp2"
readScript ":Runtime:libraries:props:myprop:propgrp_3.pp2"
// ... and so on
}*
Message edited on: 12/23/2004 07:36