The Maxon SDK Team is currently short staffed due to the winter holidays. No forum support is being provided between 15/12/2025 and 5/1/2026. For details see Maxon SDK 2025 Winter Holidays.
P
Offline
Latest posts made by peter
-
RE: using python Layerset - Generate Alpha option?
Thank you so much for your kind reply.
This is sad news for me.

If so, keep the settings fixed. Is there a way to change only the name assigned to the layer?
layerSet = c4d.LayerSet()
layerSet.SetMode(c4d.LAYERSETMODE_LAYERS)
layerSet.AddLayer('RL_Image\LHand\02_Seven')The AddLayer( ) command resets the existing settings.
-
using python Layerset - Generate Alpha option?
Hello everyone.
I am stuck at a dead end wall while working on python.

using python
Layerset
I want to turn on the Generate Alpha option.CallButton() and
I tried Layerset.SetMode (mode), etc.
Failed.====================================

Thank you for your sincere help.