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

add art command and button to mged #29

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tanyakejriwal
Copy link
Contributor

Added functionality to call "art" (appleseed rendering) command from mged and added a button on Raytrace Control Panel inside mged to call "art".

The code calls the command correctly but it does not render with art because there is no -M option for art current. I am working on adding the -M option to art.

This code allows to call art the same way as we call rt from mged.

Copy link
Member

@brlcad brlcad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a couple calls to do_Raytrace that were not updated (one in rt.tcl and another in mouse.tcl) and that's a problem as that appears to break rt. Documentation is needed as this introduces a new command. On the whole, this looks good for stubbing in a new 'art' libged command (except file header is wrong).

zhuodannychen added a commit to zhuodannychen/brlcad that referenced this pull request May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants