Hi,
Recently, I returned to the world of Arnold again.
I am building the procedural and came across the ArrayConvert issue
ArbGeomParams.cpp
Around line 248
```
AiNodeSetArray( primNode, param.getName().c_str(),
ArrayConvert( valueSample->size(), 1, arnoldAPIType,
(void *) valueSample->get() ) );
```
ArrayConvert is not available anymore.
I do not have access to old Arnold SDK to compare so it is a little difficult to work out a fix at the moment.
I am reporting this first and see if I can make progress in the next couple of weeks.
Kind regards