Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do I include it in the variable thegroup??
in the video I make it work because I know what its full name is.
group $'*Character_FFD_*' name:(uniquename "Character_Group_FFD_" + "_" +edtDummyName.text) theOne.modifiers[#FFD_2x2x2].Lattice_Transform.controller = transform_script () s = transform_script () thegroup= $Character_Group_FFD_001_ s.AddNode "group" thegroup str = stringstream "" format "theOne = $% \n" object format "inverse group.transform * group.transform" to: str s.script = str $.modifiers[#FFD_2x2x2].Lattice_Transform.controller = s
Solved! Go to Solution.