Bake List Variables

Have a button in makerpen to bake a list variable when possible (If has default configuration ports like int, fine. If has no default configuration ports like object, than not fine). Id imagine this would just generate list creates up to “ceil(List variable count / max port count)” (max port count being 64 for list create) with each filled with items in order from the list variable

For instance, i could easily generate a grid of offsets along a plane, then as a optimization since those offsets wont move again, this could be a great quality of life, avoiding initialization. You can imagine how tedious this would be to enter manually, each XYZ. Especially for things with mass offsets like keyboards