Rhino to python code while modeling

I’m having trouble finding any tutorials to this and I’m not even sure if this is possible.

So what I’m trying to accomplish is this: I need to make a model of something and I need a script that would create the whole process automatically. So is there a way to save every rhinoceros step I make into python script while I am making the model? And the python script is needed for the later stages of this project so it’s possible to read every step of the project from the script.

Is there an easy way to do this without a lot of python knowledge?

No. There is no way to “record” every action you take in Rhino as any kind of script.

The best I could suggest would be to build the model entirely with Grasshopper, that way you will have a “definition” of the model.

HTH, --Mitch

Thanks for the fast reply. It’s a shame but I think I’ll manage without the script then if I have to.