sprockets A:M Decaling Screen frosted donut medals buildings Rubik's Cube Nidaros Cathedral Tongue Sandwich
sprockets
Recent Posts | Unread Content | Previous Banner Topics
Jump to content
Hash, Inc. - Animation:Master

Recommended Posts

Posted

Hi guys,

 

I'm doing import a new model with updated textures into HA and it doesn't reload them until I do any operation relative to textures (open for view, hitting 'render' and etc.). How to update them via SDK?

  • Replies 23
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Good question, next question? ;)

I wondered about that too... it is even hard to do it in A:M... I open the image in A:M and close the window again.

That does the trick... maybe you could open and close a image-view too?

 

But I am sure there is a better way to do that...

See you

*Fuchur*

  • Hash Fellow
Posted

that looks promising! I notice that at the end Thom has some bad patches. Is that something you hope to fix?

Posted
I notice that at the end Thom has some bad patches. Is that something you hope to fix?

There's no an easy answer for this. As you know A:M has specific things such as 5 point patches (5pp) and 4pp with hooks. After polygonization everything goes to 3-4 poly faces. I managed to turn them into 3-4-5 poly faces, so they look exactly like in A:M.. But, on the way back to nurbs you have to know which 5 polyface is it: 4pp+hook or 5pp (and of cause we lose all in/out tangents). WIthout extra information it can't be done properly, 'cause the way how A:M builds patches is very sensitive to their ordering. I tried different approaches and couldn't find robust solution. In plugin I use generic way nurbs->poly->nurbs with using helper functions provided in SDK + some fixes, which is not the best way. That's why we have all these crazy stuff if some of 4pp+hooks or 5pp has been found in model. I think, that more accurate result we might reach with using only 4pp.

  • Hash Fellow
Posted

 

I notice that at the end Thom has some bad patches. Is that something you hope to fix?

... But, on the way back to nurbs you have to know which 5 polyface is it: 4pp+hook or 5pp (and of cause we lose all in/out tangents)....

 

How about if the bitmaps created in 3D coat were applied back onto the original model in A:M rather than importing the painted polygon model?

 

 

5-point patches and hooks are part of what makes A:M great to model with and make simple topologies for complex objects possible. A painting solution that can't properly preserve them will be of limited use.

Posted

Can you make single unwraped UVSet in A:M? It's kind of possible only in this case. (hmm, actually the great idea for next plugin =))

Note from moderator Robcat2075: Styler, Sorry! i accidentally ruined your post while trying to reply to it. :facepalm: see below.

 

If you can recall it and want to re-post it that is fine.

  • Hash Fellow
Posted

Styler... I accidentally destroyed your previous post while trying to reply (I unintentionally hit "edit" rather than "reply") but here is the jist of it...

 

 

Can you make single unwraped UVSet in A:M? It's kind of possible only in this case. (hmm, actually the great idea for next plugin =))


A:M can automatically create a single map now, but it is a set of discrete non-contiguous tiles on one map, which is a problem for post-processing any painting you do in another paint app.

You can pre-wrap a model manually with a few cylindrical decal applications and get an all-on-one map that works well in our current 3DPaint app.

 

Here is how Thom would be done. (post #10)

  • Hash Fellow
Posted

Styler... if the problem is that a polygon model created from a spline model doesn't remember which patches were 5-pointers and which patches were 4-pointers with an extra hook, how about writing an extra data file on export that lists each patch and explains what kind it was and then use that when the polygon model is is being imported back to make the patches right?

Posted

yes, this is a part of the problem. not only with patches, there are some others: ordering of polygons, control points, mapping and etc. i can save all necessary extra data, but it will be lost on the way back. painting app should return everything in the same order, otherwise saved data will be not valid.

Posted

I am not sure but since the format of a:m is xml based could you save customized xml nodes to the file at some point where A:M will not get confused to solve this problem? since older versions of A:M can load projects created with newer versions (and additional nodes and properties which had not been there before it should be okay with that). would that help?

  • Hash Fellow
Posted

in file data arrays, yes. if another app that does import geometry will slightly change ordering of polygons on the way back...

 

So... the problem is that even though the physical arrangement of vertices and polygons in a polygon model coming OUT of a 3D paint app is the same as the polygon model that A:M sent IN, they are not necessarily listed in the same order, making it hard to know the correspondence between the input surface parts and the output surface parts.

 

Do I have that much right?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...