-
Hey,
Houdini introduced a new render procedural systems to solaris/husk.
The render procedural can be executed prior to the rendering and tho create the geometry only in memory.
Reasonably it…
-
Hi Timur, you remember our chat in the CGRU Telegram yesterday about our connection problems?
The problem is that the render does not notify the server that it finished the task. So the task stays …
-
I'm having an issue where i'm calling "returnCompleteBalances" and "getMarginPosition" together every minute and sometimes the "nonce" problem comes back again.
One work around that might be "ok" is …
-
Hey Timur,
I want to implement the ability to send one Maya Redshift job to a single computer that has multiple GPU's and run each task on a different GPU simultaneously.
My main motivation is t…
-
Is it possible to add .gzip() option, that will set('Content-Encoding', 'gzip'), and send compressed body?
-
FIX simulator is a sell-side FIX trading simulator to help anyone who is dealing with FIX protocol to fully test his "EMS" (Execution management system) and have the ability to simulate any scenario …
ka-sh updated
8 years ago
-
**Name:** Fixit district
**Purpose:** Facilitate software development by focusing on smaller contributions
**Description:**
Building software is an iterative process of making small contributions…
-
I was thinking about perhaps splitting up the Cmd class for manipulation into more specific classes.
Eg.
job = af.Cmd.getJob(jobId)
job.setNeededProperties("gpu")
render = af.Cmd.getRender()
…
-
I think it will more handy if consts mask will use "contain" not "match".
If "contain" you can just write `my-blade` and not `my-blade.*` to render on all `my-blade-###`.
It is more user-friendly, I…
-
Hello we are running into performance issues where the solve thread on the server is running at 100% and at some point the server is crashing.
I attached `perf ` to the server and found that it is…