Vida Marcell Posted March 9, 2022 Share Posted March 9, 2022 I'm working on the output section of the mat editor. And i want to export only the selected texture maps, how can i limit the exports for the selected checkboxes? I'm thinking something like this: Quote Link to comment Share on other sites More sharing options...
aiaf Posted March 10, 2022 Share Posted March 10, 2022 Maybe make a vector of booleans that represent the states of all the checkboxes. Or add your checkboxes in an array of widgets and iterate over that for the state. 1 Quote I made this with Leadwerks/UAK: Structura | Stacky Desktop Edition Website: Binary Station Link to comment Share on other sites More sharing options...
Josh Posted March 10, 2022 Share Posted March 10, 2022 You want WIDGETSTATE_SELECTED. You could also just test it as a boolean, since those checkboxes are never going to be in an indetermined state. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.