Message 1 of 2
Merge Importable files
Not applicable
05-10-2012
08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi folks,
I'm currently working on an asset-manager for my own object type. It shows a list of files and the user can drag and drop them into the viewport to load them. The problem now is that I cannot merge the dropped file with the current scene. I am using the ImportFromFile function of the Interface class which always creates a new scene for the imported file. What I need is the functionality of MergeFromFile which unfortunately only works for max files. Can anybody tell me if there is an appropriate function to achieve this or how to do it manually?
Thanking you in anticipation!
SataraX
I'm currently working on an asset-manager for my own object type. It shows a list of files and the user can drag and drop them into the viewport to load them. The problem now is that I cannot merge the dropped file with the current scene. I am using the ImportFromFile function of the Interface class which always creates a new scene for the imported file. What I need is the functionality of MergeFromFile which unfortunately only works for max files. Can anybody tell me if there is an appropriate function to achieve this or how to do it manually?
Thanking you in anticipation!
SataraX