Ondřej Samohel
Ondřej Samohel
basically same question as with #2604 - we need to convert it to new publisher and Houdini will benefit from this even in this state greatly. So, should we merge...
> Additionally I would've liked it the HoudiniCreator plug-in allowed me to "intercept" certain attribute definitions on how they'd be read and imprinted into the scene easily. We might want...
@LiborBatek @m-u-r-p-h-y can you please check the state of this?
Since new publisher for Houdini is already merged, we can move with this forward. Should we create new branch here, merge this PR there and then make the new publisher...
@LiborBatek is this still happening?
> @antirotor did test it in latest develop and works normally without any glit
just hit the same issue, wanted to open PR for it and voila - its already here! Thanks
Yes, I was thinking about similar way. There are few points to resolve though: - best way to enable profiling: either by setting env variable `PYBLISH_PROFILING` and `--profiling` option for...
This still have some caveats. Getting memory information on windows is somehow cumbersome without additional external dependencies (such as [psutils](https://pypi.org/project/psutil). Problem with **psutils** is that it needs developer version of...
I've changed it to use optional **psutil** module. Pure python isn't there - only **resource** module but that is available only on linux and darwin systems.