Migrate python modules from V6 to V7/V8

Hi,

We have a some python modules developed and tested for V6 that I need to migrate to be used on V7/V8.
I remember seeing some topics about RhinoCommon functional changes as well as deprecated properties, methods and the like.

How would I go about explicitly finding these changes?

There are some deprecated methods printing info to the commandline iirc?
Is there a list of changes and deprecations for RhinoCommon V6->V7?

Thanks
-Willem

Hi @Willem, i don’t know an automated way of finding depricated methods but you could search the docs for the word “Obsolete” like so: link

Yes there are, and there are methods which have changed inputs/outputs so the scripts just errors out eg. Intersection.MeshLine method was one of them…

_
c.

1 Like