Page 1 of 1

Can't merge two nodes to one

Posted: Sat Jun 12, 2021 1:58 am
by CarbonC12
I've problems merging two nodes to one - Using Modify -> Attach.
Is there a poly limit for each object ?
Once I selected both Nodes for merging, nothing happens.

It shouldn't be that hard - Thanks in advance.

Re: Can't merge two nodes to one

Posted: Sat Jun 12, 2021 7:43 am
by Oleg
a result object should not exceed 64K vertices limit. Attach tool requires you to pick the object you want to attach (it will disappear from hierarchy) and then pick a target object to attach to (it will retain in hierarchy and will take source object's geometry).

Re: Can't merge two nodes to one

Posted: Sat Jun 12, 2021 2:25 pm
by CarbonC12
It somehow worked - But now, the Mesh is corrupted.
Vertices: 88302
Polygons: 29434

Re: Can't merge two nodes to one

Posted: Sun Jun 13, 2021 9:13 am
by Oleg
Oleg wrote: Sat Jun 12, 2021 7:43 am a result object should not exceed 64K vertices limit

Re: Can't merge two nodes to one

Posted: Mon Jun 14, 2021 12:18 am
by CarbonC12
Ah... Damn - I thought I read Polygons.
Thank you so much :D

EDIT: Inside 3ds Max, I have 40k Verts...
Converting it with OpenIV, it increases to 88k ?

How can that be

Re: Can't merge two nodes to one

Posted: Thu Jun 17, 2021 11:20 am
by Oleg
CarbonC12 wrote: Mon Jun 14, 2021 12:18 am EDIT: Inside 3ds Max, I have 40k Verts...
Converting it with OpenIV, it increases to 88k ?

How can that be
Vertices in 3dsMax are just 3D points. Vertices in game and in ZModeler is a 3D point with UV texture mapping and surface normal vector. Two polygons with different UV mapping and different surface normals can share two vertices on common edge in 3dsMax. The same polygons (because of different UV mapping and different surface normals) can not share vertices and you will need in ZModeler 4 vertices instead of 2 for the same geometry.