P
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.