Jump to content
Developer Wiki and Function Reference Links ×

Renderworks palette?


mentalenergy

Recommended Posts

  • 1 month later...

VectorScript Plug-in Tools do not execute until you click in the drawing, so that is probably not the user interface you want for this.

However, you can write a few scripts and put them in a script palette and then double-click each one to switch the render mode. The script simply calls the menu command. See the scripts below. Put each one in a separate script palette entry.

DoMenuTextByName('OpenGL Render Chunk', 1);

DoMenuTextByName('RenderWorks Render Chunk', 1);

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...