mgear-dev / mgear4

mGear v.4.x.x (python 3 ready) https://mgear4.readthedocs.io
MIT License
266 stars 94 forks source link

Fixes NURBS skin operations (copy and export/import) #282

Closed MonsieurGallo closed 1 year ago

MonsieurGallo commented 1 year ago

Exporting a nurbs will now get the appropiate indices. Changed copy skin command to use the geometry instead of sourceSkin and destinationSkin. When copying a skin to a NURBS surface, geometry will be replaced by geometry.cv, this makes the copySkinWeights work for some reason.