Jump to content
3DCoat Forums

Search the Community

Showing results for tags 'scrip'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Tutorials and new feature demos
    • New Releases, Bugs Reports & Development Discussion
  • 3DCoat
    • General 3DCoat
    • Coding scripts & plugins
    • SOS! If you need urgent help for 3DCoat
  • Community
    • CG & Hardware Discussion
    • Content exchange
    • Artwork & Contest
  • International
    • Chinese forum - 3DCoat用户讨论组
    • Japanese forum - 日本のフォーラム
    • German Forum - Man spricht Deutsch
    • French Forum - Forum Francophone
    • Russian Forum
  • 3DC's Topics
  • 3DC's Tips
  • 3DC's Topics
  • 3DC's Paint
  • 3DC's Hipoly
  • 3DC's Lowpoly

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Google+


YouTube


Vimeo


Facebook


Location


Interests

Found 1 result

  1. Hello everyone. Id like to ask if there is some specific commands for retopo room. 1)Is there any way to weld points by distance on selected layer in retopo room? I find my self in need to weld alot of point after doing retopo in 8-16+ symmetry mirror mode, that for some reason left separate after applying symmetry in virtual mode, regardless of mirror snaping value. 2)Is there any way to scale object along custom axis, or anyway to control values of Transformation Gizmo (RetopoTool::TopToolSelectAndOperate)? This type of macro saved me alot of time, flatten selected faces along any global axis. cmd("$[Page2]Transform"); SubstituteInputText(0); cmd("$CubPrimClose::ScaleZ"); But ether i am doing something wrong or else, i could not find anyway way to operate Gizmo through script. Closest clue i found was PrimRotateX/Y/Z, but it seems it have no effect on further spawned gizmo but only mesh in Voxel room. As well as cmd("$CubPrimClose::Rotate") doing nothing with Gizmo and rotating object regardless of "Move only Gizmo check box". I would be eternaly gratefull if anyone shed light on my issues or atleast gave me a hint. PS. Is there a way to get an object under cursor similar to this float x =GetMouseX(); float y =GetMouseY(); bool ScreenRayPicksObject(float x,float y) but to actualy select it, cast it to vertex/edge/face. and get normal ,position, center mass etc. Or a way to acces array of selected object and run script for each of them.
×
×
  • Create New...