Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kills All Geometry in R15 #1

Closed
andreberg opened this issue Sep 11, 2013 · 2 comments
Closed

Kills All Geometry in R15 #1

andreberg opened this issue Sep 11, 2013 · 2 comments
Assignees
Labels

Comments

@andreberg
Copy link
Owner

It appears in R15, most likely due to changes to the modelling tools (most of all the new bevel tool), Chamfer Maker when applied kills all existing geometry instead of producing the proper in-between edges etc.

Have to get me the R15 demo and take a look at the underlying SDK changes if they included the new SDK version with the demo.

No milestone set (read: don't expect a fix to happen right away).

@ghost ghost assigned andreberg Sep 11, 2013
@andreberg
Copy link
Owner Author

Ok, I found the bug. Chamfer Maker uses SendModellingCommand internally which instruments the C4D internal bevel tool by setting its options and executing it. However, as stated previously, the bevel tool was replaced with a new version.

Trouble is, the R15 SDK in its current form still includes the interface for the old incarnation of the bevel tool. So SendModellingCommand accepts the settings as if it were the old bevelling tool but then just fails as it tries to execute the new tool. The effect is that no modified geometry is returned effectively killing all edges.

I posted a topic in MAXON's dev forums asking for how to properly access the new bevel tool with SendModellingCommand.

Btw, that's also why AMa_ParallelMode still works. This only helps if Chamfer Maker is put under a HyperNURBS though.

@andreberg
Copy link
Owner Author

Bug was fixed with the R15 version. A new repository was created because there were too many changes to keep the code base for both APIs (pre-R15 and R15).

You can find the R15 version at http://github.com/andreberg/C4D-ChamferMaker-R15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant