Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

record the relationship between agents and group


Image RemovedImage Added

script tip for checking the info

...

After re-place, agents will be automatically put into recorded group

...

group

...


For checking the info, you may need to use the python code:

for i in range(19):
    stri = str(i)
    a = cmds.getAttr("McdGlobal1.driveShells["+stri+"]")
    print stri + ": " + a

Image Removed

query result by python command

For removing the records, we can simple click "Clear Drive Shell" button in Miarmy Cache Tool

...

Then we can rotate the agent in place and record the edits.

Rotate agent in place


Make the Drive Shell Attach Terrain

We can enable the drive shell attach terrain attribute and make the agent inside the drive shell adapt the terrain automatically after editting its position.

Image Added


After marking the drive shell, we need to de-place all agents and place agents again to transfer the attribute to the agents.

Image Added