Jump to content
Hash, Inc. - Animation:Master

nemyax

*A:M User*
  • Posts

    373
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by nemyax

  1. Thanks a lot for the API fix! Is the SDK updated as well?
  2. Well, you can't "buy up" Blender, so that one's safe. And there's also Modo, which is going quite strong. If rumours are to be believed, Autodesk has only about 3000 current paid-for licences for Maya and about 2500 for Max. Their media and entertainment business seems to be ailing lately, what with all the greed and mismanagement.
  3. Yes, precisely. Circularize is both very useful and easy to implement.
  4. Why does that happen? Does the A:M importer assign CPs differently every time? And how does the renumber command help? Have you tried importing the same OBJ twice and comparing the CP numbers?
  5. We'd have to look at the spline walking code to determine if that is the case. But it's very unlikely that the order matters for efficiency. A pointer to a CP object is just that, regardless of the CP object's index attribute. The "Renumber CPs" operation eliminates the gaps in CP numbering, so that if your object doesn't have CP #4 but its highest is #65536, then the operation assigns a contiguous range where you do have #4 but don't have #65536 any more. That's all the optimization you get out of it. But anyway, you'd never exceed the 4 billion upper limit for the CP numbers, so the renumbering operation is probably purely for cosmetic effect.
  6. If all you want is to create a master model, any CP order is as good as any other. There's no reason to renumber them for that.
  7. I can't think of a practical use for CP reindexing. Maybe Malo can.
  8. Neither is hard. Both are very basic vector math as far as finding the direction goes. I'm not so sure about the subsequent (common) steps that involve surface evaluation.
  9. Then you'd need a master patch for each contiguous surface. You'd be likely to have a similar issue with an emitter.
  10. Four fingers, one thumb, any of those in the form of a stub if necessary =)
  11. I'd vote for four. At least originally four.
  12. Shouldn't normal consistency be based on a "master" patch instead of a point in space? That works every time unless you have a Möbius strip topology.
  13. The download page urges you to agree to the Terms of Use before you continue. Those are only in Japanese. Nice one. Blender's own Campbell Barton is already busy porting the stuff to Linux: https://github.com/ideasman42/opentoonz
  14. Looking at the import result in Blender—ouch!
  15. You can also manage without any groups at all. A UV patch doesn't care what other UV patches share its CPs, so you can group the patches in the UV editor. As long as your decal has two distinct areas, you can arrange them in a checkerboard pattern.
  16. Apparently there's a free ZBrush plug-in that does UVs. Don't know how that stacks up against Blender's UV tools.
  17. Well, FBX does both skeletal and vertex/shape animation.
  18. nemyax

    The Signal Man

    That guy had a thing about ghosts making three appearances.
  19. No one said anything about things coming to a halt. It's a shame there's more work than there could be, is all. There's no way you could displace (1) to get (2), for example.
  20. Because it's demonstrably avoidable.
×
×
  • Create New...