I'd like to request commands to set and get CT_PICTURE's tileW and tileH properties. Tiled textures are very useful for new ui2texture procedural texture feature and being able to set number of tiles through script will make things much easier.
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Windows 10 x64
- Category
- Scripting
Additional Information
Command names and syntax ideas:
Grouped:
CONTROL ctrlSetTiles ARRAY
ARRAY = ctrlTiles CONTROL
with ARRAY being [tileW, tileH]
Single:
CONTROL ctrlSetTileW NUMBER
CONTROL ctrlSetTileH NUMBER
NUMBER = ctrlTileW CONTROL
NUMBER = ctrlTileH CONTROL