About SubDivide in nurbs :)
 1-13  …  54-73  74-93  94-113  114-120

Previous
Next
 From:  Michael Gibson
9689.94 In reply to 9689.93 
Hi Psygorn, I don't know why but Max removed all the scripts that were set as file attachments here in the forum, and his script archive web site is offline as well.

So they are not available at their previous locations.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Psygorn (DRILLBIT)
9689.95 In reply to 9689.94 
Hi Michael,

Thank you for your reply,

I kind of expected that (Knowing Max's website is offline) However, I am having hope that someone has it and could share it with me.

_Psygorn
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  wayne hill (WAYNEHILL5202)
9689.96 In reply to 9689.91 
Here is a copy
Attachments:

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Psygorn (DRILLBIT)
9689.97 In reply to 9689.96 
Hi Wayne hill,

Thank you :-)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  BurrMan
9689.98 In reply to 9689.97 
Most of that stuff can be found in the commands/scripts archive i posted.

Mostly what i left out of that collection were UI related customizations.
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  BurrMan
9689.99 In reply to 9689.94 
""""I don't know why but Max removed all the scripts that were set as file attachments here in the forum""""""

That probably falls under "ran out of room"...

I had to do that a couple years ago too...
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
9689.100 
<< I don't know why...

I believe that war is maybe a dramatic reason! :(

Page updated! ;) (with the "classic" one that was installed in my Moi previous version ! :)
https://moiscript.weebly.com/subdivision.html

EDITED: 18 Apr 2022 by PILOU

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Psygorn (DRILLBIT)
9689.101 
Hello guys,

Could you please explain to me How I can properly use this Creat under SubD tab? Why it seems as if it works in strange ways?

Explanation: I have models made by Blender (Obj files) when I import them into Moi using the Create button I showed. it seems that they are converted to NURBS and scaled-down! but when I perform SubD on an imported Obj file (using ImpObj) and export it as an Obj from Moi and then import it again using Create button under the SubD tab it seems it does nothing!



Edit: I think I figured it by now! if the Weld vertex box is not checked during the exportation process then "Create button" only imports an object and it doesn't turn it into NURBS.

EDITED: 18 Apr 2022 by DRILLBIT

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
9689.102 In reply to 9689.101 
HI Psygorn,

re:
> Could you please explain to me How I can properly use this Creat under SubD tab?
> Why it seems as if it works in strange ways?

It's meant to convert a polygon mesh file that has been structured for sub-d smoothing.

If you get strange results it probably means the model you are trying to convert has not been modeled as a sub-d control cage.

You should see the same strange results if you imported the same file into a poly modeling program and then applied sub-d smoothing on it.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
9689.103 In reply to 9689.101 
Your OBJ file from Blender must be "Quadrangulated" for best result in SubD!
---
Pilou
Is beautiful that please without concept!
My Moi French Site My Gallery My MagicaVoxel Gallery
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Psygorn (DRILLBIT)
9689.104 In reply to 9689.103 
Thanks PILOU :-)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Andy (ANDYT)
9689.105 
I have been trawling through the various chats about SubD and importing an OBJ file. (I also have a STL file version)
Trying to import a 3D scanned object file in .OBJ format (with a .png graphics file & a .mtl file) I have tried just importing the.obj file only but it does not work
The 3D scan is not closed, the base of the scanned object did not scan in - could this be the problem ? How could I close this as not a mesh user
I have tried using meshlab to reduce the mesh count but again no luck, or it could be its 3 sided rather than a 4 sided mesh ?
I only need a low res version to build a Nurbes version from, effectively tracing over in 3D
Any thoughts or ideas would be most welcome or other routes to import the file
I am not that techy
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
9689.106 In reply to 9689.105 
Hi Andy, the data created from a scan is very different than the data created by someone modeling a mesh made for sub-d smoothing.

Scan data is made up of dense triangle meshes, that type of data is not suitable for use directly as a sub-d control cage. That also means it is not suitable for import directly into Moi using a sub-d conversion method.

There is a process called "retopology" which involves tracing out a simplified sub-d control cage over top of a dense mesh. That's something that can be done in a polygon mesh editing program, MoI does not have any tools for that type of process.

It's a fairly complex process which will take some time to learn about.

If you do a search on that term "retopology" you can find more information about it like here:
https://conceptartempire.com/retopology/
https://docs.blender.org/manual/en/latest/modeling/meshes/retopology.html

In general scanned mesh data like you have is not directly nor easily brought into a CAD program like MoI. CAD programs are meant to work with larger structured surfaces like with a sphere for example being a single sphere surface, not several thousand little triangles like how the scan data is formed.

There is another type of process called "Reverse engineering" which is similar to retopology but meant to generate CAD surfaces as the output instead of sub-d meshes. It's also a difficult process with a high learning curve as well. There are some links to some programs in previous discussions here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=10284.18
http://moi3d.com/forum/index.php?webtag=MOI&msg=4013.4
http://moi3d.com/forum/index.php?webtag=MOI&msg=2469.3

MoI itself is not designed to be used itself for doing retopology or reverse engineering type work, it does not have the toolset for those areas of work. That's why you're having difficulty trying to use that scan data directly with MoI.


One kind of crude method that you could try though would be to use the OBJ to 3DM wireframe converter which is available at:
https://moi3d.com/wiki/Resources#Obj23dmWireframe_converter

That converter can take an .obj file and convert the polygons in it into wireframe line segments in a 3DM file which can then be loaded into MoI. Then you can use the wireframe line structure as a guide.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Andy (ANDYT)
9689.107 In reply to 9689.106 
Thank you as ever for your time and in depth prompt reply, much appreciated
I will have a look at the options suggested
Andy
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Andy (ANDYT)
9689.108 In reply to 9689.107 
I have had some success importing a scanned 3D mesh .obj file into Moi using SubD in V4
Method:
I loaded the original high mesh count file into Meshlab (free) and reduced the mesh size -options to select = Filter / remeshing, simplification and reconstruction / simplification: quadric edge collapse decimation
Then typed in the new mesh count of 8000
Converted the mesh to - Filter / Polygonal & Quad Mesh / subdivision surfaces: Catmull-clark = giving 4 sided meshs
then exported the result as a .obj file
then in MOI clicked on SubD / from file and selected the above .obj file and after a few seconds it opened ok
This is fine for me, its not very detailed, but for tracing over it gives the volumes required for me to refine and tweak :-)
Andy
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
9689.109 In reply to 9689.108 
Not some examples images ? ;)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Andy (ANDYT)
9689.110 In reply to 9689.109 
Ah my apologies see below
I have deleted every 4th facet to make the surface slightly see through and reduce the amount of data + deleted the one side for now so I only have to trace one half then mirror
Image Attachments:
Size: 1.2 MB, Downloaded: 196 times, Dimensions: 987x1112px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
9689.111 In reply to 9689.110 
@Andy
If you use _SubdivBeta9 you will have the same Poly OBJ- free to you to subdivise 0 - 100 ;)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Frenchy Pilou (PILOU)
9689.112 
Do you remember that ? :)

http://moi3d.com/forum/index.php?webtag=MOI&msg=9689.58



Many years after Nano Banana is a poet! :)

EDITED: 11 Sep 2025 by PILOU

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Metin (METIN_SEVEN)
9689.113 
I've just created a simple cube with an extruded part, but SubD > Create doesn't seem to work. Does it maybe only work for importing an external file, and Max Smirnov's plugin needs to be installed for SubD to work right inside of MoI?

─ Metin

visualizer • illustrator • 3D designer — metinseven.nl

EDITED: 22 Sep 2025 by METIN_SEVEN

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
Show messages:  1-13  …  34-53  54-73  74-93  94-113  114-120