Sean Meighan

Software => Nutcracker Models => Topic started by: morry on January 08, 2024, 12:14:47 PM

Title: export models
Post by: morry on January 08, 2024, 12:14:47 PM
Is there any description of the columns of this file some are intuitive and some are not?
Title: Re: export models
Post by: Gilrock on January 09, 2024, 05:50:11 AM
I don't know if I've ever used the model export.  But someone just did an update to it in a pull request and from his screenshot I see titles in all the columns:

https://github.com/xLightsSequencer/xLights/pull/4251 (https://github.com/xLightsSequencer/xLights/pull/4251)
Title: Re: export models
Post by: Gilrock on January 09, 2024, 05:54:45 AM
Yep the code shows all the column headers are included so if you don't see them something is wrong:

std::vector<std::string> model_header_cols{ "Model Name", "Shadowing", "Description", "Display As", "Dimensions", "String Type", "String Count", "Node Count", "Light Count", "Est Current (Amps)", "Channels Per Node", "Channel Count", "Start Channel", "Start Channel No", "#Universe(or id):Start Channel", "End Channel No", "Default Buffer W x H", "Preview", "Controller Ports", "Connection Protocol", "Connection Attributes", "Controller Name", "Controller Type", "Protocol", "Controller Description", "IP", "Baud", "Universe/Id", "Universe Channel", "Controller Channel", "Active"};