- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi guys,
im new to scripting so please bear with me😀
let me clearly state what i wish to do here so we don't get confused.
im trying to help my folks at the company so that when they are in the Component Editor,
under Smooth Skins tab,
they can just click one column of values (or more),
run my cute little script (i'll do the work here),
and it will do some IFs or what not and apply to their values with the result.
from my experiment and googling for one morning,
the act of selecting columns, joint values in the Component Editor-
doesn't seem to have any effect on the object level (where MEL operates)
im just saying no matter what I select in the Components Editor, the results of
$select[] = `ls -sl`;
are always the same: pSphere1.vtx[xxx:xxx]
please give me a hand here it'd be greatly appreciated 😀
have a good day
Solved! Go to Solution.