Home Coding, Scripting, Shaders

[Maya] How to find XGen commands to export groom to UE?

polycounter
Offline / Send Message
Justo polycounter
Trying to make it so that it would instantly convert the selected description(s) to an interactive groom (Generate>Convert To Interactive Groom), then select that groom, and make a new cache (Generate>Cache>Create New Cache), then delete the cache.

I tried looking around the Maya Docs to find these commands, but my google fu skills (or reading comprehension skills) aren't enough this time. Any help?

Replies

  • kyaroru
    Options
    Offline / Send Message
    kyaroru polycounter lvl 2

    At least in MEL it's XgConvertToInteractiveGroom for the first thing, XgmSplineCacheCreate for creating new cache. Easiest way to figure that out is to just do the thing by hand and look up the MEL in script editor - if the command doesn't appear History -> Echo All Commands should help (it will bloat the Script Editor console a bit with things like opening menus though).

Sign In or Register to comment.