Using the Procedural Toolkit

FlowCanvas Forums Support Using the Procedural Toolkit

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1233
    Anonymous

    Greetings. This question applies not only to the Procedural Toolkit asset, but other assets/tools that require a using directive/a namespace in order to use it. (Apologies, not entirely sure of the terminology here.) In this case, I’ve been messing around with the Procedural Toolkit. The instructions in the README say to include using ProceduralToolkit; at the top of the script, and I was wondering if it’s possible to replicate this in FlowCanvas without manual scripting? The link above goes to the GitHub repository.

    Thank you for your time.

    #1237
    Gavalakis
    Keymaster

    Hello there,

    In FlowCanvas, you don’t have to use namespace directives like this to make use of the code in that is included in that namespace, and you can just use it directly without worrying about it. 🙂
    If you search for the various functions that ProceduralToolking has (like for example “FlipNormals”) in the FlowCanvas Node Browser (space keyboard shortcut), you should be able to see and use them.

    Please let me know if that works for you.
    Thanks!

    Join us on Discord: https://discord.gg/97q2Rjh

    #1260
    Anonymous

    Thank you for you help! I thought that was the case, but I just wanted to be sure. This was due to me misunderstanding how to use the toolkit.

    #1265
    Gavalakis
    Keymaster

    You are very welcome!
    I am glad I could help clarify this for you 🙂

    Join us on Discord: https://discord.gg/97q2Rjh

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.