Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I want to get namespace from selected bone with MoBu python. However this codes get a namespace list . from pyfbsdk import * selected_models = FBModelList() FBGetSelectedModels(selected_models) i = selected_models NS = FBStringList() Count = FBSystem().Scene.NamespaceGetChildrenList(NS) x = i for x in NS: localNS = FBSystem().Scene.NamespaceGet(x) print x How can i do this with MoBu python?
Solved! Go to Solution.