Jump to content
3DCoat Forums

Useful angelscript for version 4 ! - links (& v2022)


Carlosan
 Share

Recommended Posts

  • 7 months later...
  • 5 months later...
  • Advanced Member

I has released some short scripts for beginner like me. :huh:

 

https://github.com/coverman03/3dcoat_script

 

 

dude these scripts are pure gold for retopo..thanks you for making them

  • 6 months later...
  • 4 weeks later...
  • 3DCoat Developer

Added a part of documentation for the 3DCoat's scripting: https://bitbucket.org/3dcoat/3d-coat-scripting-docs

In a short time this docs will be published on the official site... For now just open `index.html` from the zip-file (see link above).

post-39279-0-60357700-1458656021_thumb.p

  • Like 2
  • Contributor

Added a part of documentation for the 3DCoat's scripting: https://bitbucket.org/3dcoat/3d-coat-scripting-docs

In a short time this docs will be published on the official site... For now just open `index.html` from the zip-file (see link above).

Wow, the documentation is HUGE! It will take me some time to dig through it. :D Thank you Andrey! :good2:

Edited by ajz3d
  • Like 1
  • Thanks 1
  • 1 year later...
  • Contributor

I'm currently revising my scripts as some of them seem to be broken by two regressions and a recent change to ShowFloatingMessage function.

In fact, scripts that don't use modal dialog callbacks or custom buttons you can fix by yourself, simply by editing each line that include ShowFloatingMessage function and adding false as its third argument. :)

The rest of the scripts got replaced by new 3DC features, so I'm marking them as obsolete.

Edited by ajz3d
  • Like 1
  • 5 months later...
  • Contributor
Carlosan
This post was recognized by Carlosan!

ajz3d was awarded the badge 'Great Content' and 1 points.

GitHub is the new home of my tiny scripty-scripts.

https://github.com/ajz3d/3dc-scripts

Some scripts had to go, but some new were added in their place. Erm... at least one... for now... :p:

New ideas and contributions to existing scripts are welcome!

//edit

link to v2021

https://github.com/ajz3d/3dc-scripts/tree/3dc2021

  • Like 2
  • Thanks 2
  • 4 years later...
  • 2 years later...

3DCoatScripting

https://3dcoat.com/files/scriptdocs/AHowRunOwnScript.html

3DCoat scripts are simple text files with AngelScript code

If you're familiar with C++, then using AngelScript will cause no problems. AngelScript code works very fast, that's why you may make pretty complex stuff.

It's good to use a text editor with syntax highlighter.

For instance, Notepad++ is a good choice. In "Syntax" menu choose "C++".

After creating a text file run it inside 3DCoat by choosing "Run Script" in "Scripts" menu.

What to start with? Start with primitives.

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