TeamRender&MSG_MULTI_CLEARSUGGESTEDFOLDER [SOLVED]
-
On 09/02/2015 at 08:14, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 16.038
Platform: Windows ;
Language(s) : C++ ;---------
Hi,I already successfully use the asset tracking system in combination with "Save with assets". All my assets get properly registered and redirected, so that they get found in the new scene.
When I use team render the assets get transferred properly to the render client using the same mechanism. But MSG_MULTI_CLEARSUGGESTEDFOLDER does not get called so my plugin object searches in the original paths which are obviously not available on the render client.
Do I have to use a different way to redirect the assets when using Team render or am I missing something else?Best,
Burak -
On 18/02/2015 at 16:35, xxxxxxxx wrote:
Hi Burak,
What do you mean by "MSG_MULTI_CLEARSUGGESTEDFOLDER does not get called"? Messages are sent out from C4D to your plugin, so your code must listen for them and react accordingly. In the previous post here, I posted the code that checks for the message and reacts to it that should be in your Message() method.
Joey Gaspe
SDK Support Engineer -
On 20/02/2015 at 02:20, xxxxxxxx wrote:
Ah sorry Joey totally forgot about this topic. It was a side effect of the problem described in https://developers.maxon.net/forum/topic/7779/9977_weird-filenames-when-using-make-project-solved&PID;=43856#43856. Everything is alright now. Thanks!
-
On 20/02/2015 at 10:02, xxxxxxxx wrote:
Hi Satara,
Thanks for confirming this is somewhat a duplicate topic and that everything is OK. I'll close it as solved.
Thanks!
Joey Gaspe
SDK Support Engineer