Jump to content

ROP Output Driver Empty Source Skeleton


Recommended Posts

I'm studing how to generate interface controls in HDK, I did this simple test, and I will share the source.

 

I need some information about how can I align the parameters

 

 

static PRM_Name field_preframe("preframe", "Pre-frame Script");
static PRM_Name file_preframe("file_preframe", ""); / I wanna align all this parameters vertically
static PRM_Name menu_preframe("menu_preframe", "");
static PRM_Item menu_preframe_options[] =
{
PRM_Item("0", "HScript"),
PRM_Item("1", "Python"),
PRM_Item(0)
};
static PRM_ChoiceList menu_preframe_list(PRM_CHOICELIST_SINGLE, menu_preframe_options);
 
//-------------------------------------------------------------------------------------------------
 
PRM_Template((PRM_Type)(PRM_TOGGLE_E | PRM_TYPE_JOIN_NEXT), 1, &field_prerender),
PRM_Template((PRM_Type)(PRM_FILE_E | PRM_TYPE_LABEL_NONE | PRM_TYPE_JOIN_NEXT), 1, &file_prerender),
PRM_Template((PRM_Type)(PRM_ORD | PRM_TYPE_LABEL_NONE), 1, &menu_prerender, 0, &menu_prerender_list),
 

 

SOP_InterfaceControl.tar.gz

Link to comment
Share on other sites

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.   Paste as plain text instead

  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...