Jump to content
3DCoat Forums

Search the Community

Showing results for tags 'scripts'.

  • 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 3 results

  1. Hi there! I'm "LKS" on the 3DC discord. I've been trying to learn scripting in angelscript since the recent 3DC api overhaul and I figured I'd post the results of my efforts here. Keep in mind, I'm somewhat of a turbo-noob to coding, but many of the most useful scripts I've made for other apps are just a few lines long anyway, so maybe someone will find some use! First script reduces the polycount of the selected voxlayer by half. I mapped it to alt-D. Second takes all children of the selected voxlayer and parents them to a new root. I made this to deal with the issue of deeply nested voxlayer hierarchies being created as a result of using the split tool. It may or may not work in all circumstances, but it seems to so far! I'll add updates as I do more. decrease_resolution_by_half.as reparent_children_to_root.as
  2. Multi smooth pose/freeze selection Description: The script applies n-steps of smoothing to pose or freeze selection. Installation: Windows Vista/7/8: 3D Coat v4.0.16 and newer: Copy ajz_multiSmoothFPSelection.txt and ajz_multiSmoothFPSelection.xml files to "%USERPROFILE\Documents\3D-CoatV4\Scripts\ExtraMenuItems\" path (if "\Scripts\ExtraMenuItems\" directory doesn't exist, create it). Alternatively, unpack the ajz_multiSmoothFPSelection.txt file to temporary directory and run it with Scripts->Run Script. Both actions will place the script in Voxels menu (3D Coat restart is required). 3D Coat v4.0.15A and older: Because InstallToMenu function is buggy in those versions, you'll need to run the script with Scripts->Run Script and access it through the recent scripts list. Macintosh/Linux: 3D Coat v4.0.16 and newer: Unpack the ajz_multiSmoothFPSelection.txt file to temporary directory and run it with Scripts->Run Script. This should place the script in Voxels menu (3D Coat restart is required). 3D Coat v4.0.15A and older: Because InstallToMenu function is buggy in those versions, you'll need to run the script with Scripts->Run Script and access it through the recent scripts list. ajz_multiSmoothFPSelection.7z ---------------------------------------------------- //edit
  3. Srry, didnt look too far. I was wondering if there is a repository somewhere, too test some scripts out to get use to the process of installing and using them. Seems staright forward though unless writing in code....Basically some scripts here through the threads here idk?
×
×
  • Create New...