3dsMax Submission Icon, From 3dsmax to deadline uploading progress bar, slaves machine ghz (cpu clock) info during operation, api http request

Hi Support Team and Charles,

How are u =) ?

1- How do I get the ghz (cpu clock) information during(momentarily) the processing of slaves machines? Because I want to cut credit off the account.

2- I want to get data from api by requesting http. How can I? (Account, credit info etc. )

3- How do I place icons next to the user? (Power and shopping cart)
11_Script_2
Actually, that’s what I want to do. This is what is now.

4- in the photo above you are seeing ‘uploading’. How can I get this counter information?

5- How do I implement the Ui_Report(All logs) function?

The mockup looks pretty good!

I can’t help with the MaxScript, so that’s a challenge you’ll need to share when you figure that one out.

Getting the information about the Slave’s usage should be as simple as this URL:
http://web-service-machine:8082/GetSlave?[Name of slave]

Enable the feature here:

Interestingly, I can’t get it to work on my machine at the moment. Give it a try on our side and see if it gives you all of the SlaveInfo properties for the particular machine.

The credit and account info (I assume for UBL) isn’t accessible.

“Uploading” is on you unfortunately for two reasons: Firstly, Deadline only support submitting scene files that are referenced from some path that’s accessible from the web service. The other is that the client knows more about the number of bytes that will be sent, and what it has already sent. It’s a tricky thing there, especially if you have to implement that in MaxScript…

For “Ui_Report”, I’m not familiar with that. Can you elaborate a bit?