Edoardo Dominici

Results 12 comments of Edoardo Dominici

On a similar note, if you switch scene you can see the last frame from the previous scene while the new one renders. RenderBuffers should probably be cleared when the...

I think we should skip creating an instance group if there are no primvars to be sourced. Maybe if the instance group has size one we should merge the attributes...

From a read through the code I noticed the following issues: - We currently rely on the cycles tokens to distinguish whether a curve is a cylinder or flat. The...

After PR #162, this has become only a Linux specific issue. Tested with Houdini libraries on different versions.

Hi, thanks a lot for the review @bareya and @skwerner for the bugfix :) I made the following changes - Removed double initialization of `InstanceGroup::attr_map_offset` - Moved `Attribute::instances` to a...

Hi, thank you for trying out the software on OS X and creating the respective pull request for clang :) The software was developed on Windows using the Visual Studio...

It's not lack of determinism in the algorithm, there is a bug in the code preventing the curve optimization stage to run. I obtain the same result by commenting out...

Hey @SwordHolderSH , I am aware that there are some bugs with complex topologies in the image segmentation stage and when stitching polygons together to create a watertight mesh. I...

Replying to this became a resolution for the new year, sorry. The current segmentation pass has a big limitation because it doesn't use half edges and is unable to disambiguate...

Good idea. I created this [pre-release](https://github.com/dedoardo/polyfit/releases/tag/prerelease-paper) so that you can give it a try on Windows. Just a word of warning, there is a good chance that it might fail...