Jump to content
3DCoat Forums

request add new script command


coverman
 Share

Recommended Posts

  • Member

I think 3dcoat need these simple commands.

 

--Voxlel--

GetCurVoxParent("string"); /*get current voxel parent*/
SetCurVoxParent("string"); /*Set current voxel parent*/
 
--Retopo--
cmd("$UnhideAllRetopo");/*Unhide All retopo groups*/
cmd("$ShowAllRetopo");/*Show All Hidden Retopo groups*/
cmd("$InvertHideRetopo");/*Invert Hidden Retopo*/
cmd("$HideButCurrentRetopo");/*Retopo Isolate*/
cmd("$Toggle_Retopo_visibility");/*Toggle Retopo Visibility*/
cmd("$MergeVisibleRetopo");/*Merge Visible Retopo*/
cmd("$CloneRetopo");/*Clone*/
cmd("$CloneSymmRetopo");/*Clone w/ Symmetry*/
cmd("$FlipNormalsRetopo");/*FlipNormals*/
cmd("$DecomposeRetopo");/*Object-ify (separate to each retopo groups)*/
 
I don't know how to use mantis.
Please consider this idea and add task for mantis.
Link to comment
Share on other sites

  • Member

And next,

・I want to get Current Voxel Layer sort number in Boxel Tree.

・I want to get how many childs current Voxel Layer have.

 

--Voxel--

array GetVoxTreeBranch();/*get voxel tree array(string, array(string1, string2), string, string)*/

int GetCurVoxChildsCount(); /*get current voxel childs count*/

int GetCurVoxSortNumber();/*get current voxel sort position*/

SetCurVoxSortNumber(int);/*set current voxel sort position*/

 

I can not  sort the voxel layer by script. :(

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.

 Share

×
×
  • Create New...