Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 02/07/2018 at 06:30, xxxxxxxx wrote:
Hi Tennet, you should load the file created when you saved your layout.
Usually, custom layouts are stored in Temp Folder in AppData\Roaming\MAXON\YourVersion\library\layout You can retrieve AppData\Roaming\MAXON\YourVersion\library\ with
c4d.storage.GeGetC4DPath(c4d.C4D_PATH_LIBRARY_USER)
Regarding your second question CallCommand, as the function sound, call a command. 56000 is the ID of the command to switch the layout and 112 is the actual Layout ID but there is no way for 3rd party developer to know him, the way to go is really to directly load your layout file.
Hope it's helpful, if you have any questions please let me know Cheers Maxime