Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

scripting

  1. V

    Python Blender Script returns RuntimeError Can someone help me

    Hi I am consistently getting the following error message: Python: Traceback (most recent call last): File "C:\Users\myuser\OneDrive\Documents\somethingprivate\Diagram1.blend\script.py", line 105, in <module> File "C:\Program Files\Blender Foundation\Blender...
  2. A

    Convert excel to HTML file

    The non-profit I work for is a free clinic and we use an electronic medical record program. One of the features is to upload documents, however, the primary format is HTML. I have created an excel file of the document and saved it as an html. I then opened it and viewed source code. But when I...
  3. tea-age.solutions

    C++ NEW: Do you know C++ Script Libraries for extending C++ applications ?

    Do you know C++ Script Libraries for extending C++ applications dynamically during runtime ? In this article you will find a brief overview about existing scripting libraries embeddable in C++ applications: Comparison of C++ Script Libraries. The article is good for get a nice high-level...
  4. tea-age.solutions

    C++ Do you know Script Libraries for C++ ?

    I wrote an article for a brief overview about existing scripting libraries embeddable in C++ applications: https://tea-age.solutions/2023/01/31/script-language-comparison-for-embed-in-cpp/ The article is good for get a nice high-level overview as a starting point. The reader may then dive...
Back
Top Bottom