Thank you for the comment. Yes, there's more to come!
@jacobooyens95392 жыл бұрын
Thanks. Your tutorials are magic!
@learnvisualprogramming2 жыл бұрын
Thanks for the comment! We're glad you're enjoying our tutorials.
@aliferhatataman9 ай бұрын
Please keep going! you perfect
@othmaneb9439 Жыл бұрын
very helpful. thank you
@mhammedmojahid15402 жыл бұрын
Thank you
@LurLemurllcorp9 ай бұрын
Now using Python 3, and this method not actual please update video
@sunchao7302 жыл бұрын
Hi~Love your works, also want to ask you how to download the "CurvePreview" component, can't find it anywhere, thanks!
@learnvisualprogramming2 жыл бұрын
Hi, thanks for the comment. I believe the " CurvePreview" belongs to the NGon addon, but if you're only after the tools for the preview customization, I would recommend trying Human. Links below. ►www.food4rhino.com/en/app/ngon ►www.food4rhino.com/en/app/human
@sunchao7302 жыл бұрын
@@learnvisualprogramming Thank you, I've downloaded and tried both of them, works really well. Have to say I love your video style, simplicity and clarity. Never thought one day I will try to learn python for grasshopper, always seem too hard for me. But I am right now.
@learnvisualprogramming2 жыл бұрын
@chao sun, Thank you for your generous comment. We're glad to hear that our tutorials made you feel more emboldened to learn Python, keep going! ;)
@learnvisualprogramming2 жыл бұрын
IMPORTANT: This tutorial is not meant for converting a polysurface into a single surface. The PackFaces command will not magically merge (nor will "wrap") a Brep into a single surface. If a polysurface has sharp edge relationships between the faces, trimmed faces, and other complexities, it might not be possible to convert it into a single NURBS surface. You can try rebuilding the geometry by modeling it from a single surface with control points or using other modeling tools while avoiding breaking surface continuity. Check out the PatchSrf command: ►docs.mcneel.com/rhino/5/help/en-us/commands/patch.htm Check out the NetworkSrf command: ►docs.mcneel.com/rhino/5/help/en-us/commands/networksrf.htm Check out Mesh shrink-wrap: ►discourse.mcneel.com/t/shrinkwrapping-complex-geometry/147054/13
@mojganhariri2842 жыл бұрын
If the SubD is a closed SubD, the ghpython script doesn’t work.
@learnvisualprogramming2 жыл бұрын
The script works with closed SubD. But it can only pack the faces that are possible to pack. Parts containing extraordinary vertices, and creases won't be packed. In some instances, the MergeSrf command might work out. Utilize the SetPerFaceColorByFacePack as a reference for what packing you should expect. More information and relevant links are in the video description.
@mojganhariri2842 жыл бұрын
@@learnvisualprogramming Thank you. You are the best.
@mustafanasser53632 жыл бұрын
It didnt work pls help
@learnvisualprogramming2 жыл бұрын
If you seek assistance with regards to this tutorial, please contact us via email with the relevant files attached.