Author Topic: export models  (Read 15940 times)

Offline morry

  • Full Member
  • ***
  • Posts: 100
    • View Profile
export models
« 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?

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: export models
« Reply #1 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

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: export models
« Reply #2 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"};