State:New|TargetRelease:No Target|icon_bug|icon_modo|database:public|Resolution:Fixed|BugID:555005|
Problem summary
Crash occurs when using lx.service.Layer LayerMaterial()
Customer reported version
modo.16.0v1
Customer reported platform
windows10
Steps to reproduce
1) Open Modo and create a simple Cube.
2) Select the Cube and go to Layout > Palletes > Scripting
3) Copy and paste the script below and run it.
layer_service = lx.service.Layer()
layer_material_count = layer_service.LayerMaterialCount()
# result
1
material = layer_service.LayerMaterial(0)
We're sorry to hear that
Please tell us why