Ben Congdon
Ben Congdon
Yes, I'll update this to 2.8 after it's released.
Not currently, though I'd imagine that fairly simple changes to the Dockerfile would let you use the v2.8 beta
@priyesh16 I've started working on it, but there's currently an issue with the install_deps.sh script.
This is still being worked on, but is taking much longer than I expected.
I wish I had better information, but I really don't know why that operation would silently fail... 😞 Possibly, whatever "remesh" is doing relies on some library that isn't loaded.
Ah, good find @QuteBits. 👍 It'd be great if we could enable that flag. I don't think I'll have the bandwidth to do it in the coming week(s), but if...
I can take another look. Could you send me what you'd expect the output of `bpy.ops.object.modifier_apply` to be? (i.e. to make sure that remesh is working, and not silently failing)
Thanks! That's very helpful. I just pushed a commit to master that flips on the remesh operation, and it seems to pass the condition you describe. Can you try it...
Just pushed a new release, let me know if that works for you
What happens if you run `test.sh`? I'm not getting any failures on a clean build. When you tried to recreate the build on EC2, were you using `amazonlinux`? The docker...