THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 06/04/2011 at 03:22, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 12
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Hi,
I am using RequestFileFromServer() to get my custom cache files work in NET rendering. This seems to work for a lot of users of mine but some have problems.
For example I have a user with a PC/MAC network setup and the files are only loaded correctly on one client (I have a video screen capture from the user, Matthias if you want to see it I can send you the link). I also added a print out of the path the client tries to load (so what RequestFFS returns to my plugin) and though the path is right it doesn't work.
Is there anything that needs to be considered when using RequestFileFromServer()? Are there any limitations? Are there any considerations to be made on the network setup or similar? To put it shortly, are there any conditions that need to be met to make use of RequestFileFromServer() for custom cache files that shall be used for NET Rendering?
My cache files are HyperFiles btw.
This is really important to me as I have more and more bigger agencies as customers who need to render via NET and I cannot explain why this does not work for some of them.
This is the workflow:
1. Put all cache files into the scene directory on the server
2. My plugin then gets the folder path to the cache files via RequestFileFromServer() (if available, otherwise it directly takes a user defined path)
3. Checks if the files exist and accordingly tries to load it
Thank you