AI and scripts

AI and scripts

abiliofernandes097
Advocate Advocate
259 Views
9 Replies
Message 1 of 10

AI and scripts

abiliofernandes097
Advocate
Advocate

Hi

ChatGPT now has a feature to create "geometry nodes for Blender" by describing the function you'd like the geometry node to perform.

Is there an AI for creating scripts or other resources for Fusion?

Thanks

0 Likes
260 Views
9 Replies
Replies (9)
Message 2 of 10

igloos_cynic-0z
New Member
New Member

have you tried asking chatGPT? 
or maybe in the API and scripting forum. 

0 Likes
Message 3 of 10

Warmingup1953
Advisor
Advisor

ChatGPT works surprisingly well. Here's the start of a quite involved chat that culminated in a perfectly serviceable Add-in that successfully  backed up to my local drive 8 odd years of Fusion "work".

 

As I had done about 10 hours total of programming since FORTRAN 4 classes in 1972 I certainly needed "help"

 

Capture:

 

Screenshot 2025-09-18 054920.jpg

 

Message 4 of 10

abiliofernandes097
Advocate
Advocate

Do you believe it's possible to create modeling tools with chatgpt?

For example, scripts to create loops in a solid?

0 Likes
Message 5 of 10

Warmingup1953
Advisor
Advisor

I'm not sure what you mean by loops in a solid? Example? I assume you have a mathematical formula?

0 Likes
Message 6 of 10

abiliofernandes097
Advocate
Advocate

In fact, I used a Blender tool as an example. You can subdivide a solid without having to use Fusion's sketching features and without creating two bodies. It's ready to edit as you wish.

I generally ask: is it possible to create tools for fusion with AI by creating scripts?

 

abiliofernandes097_1-1758149934493.png

 

0 Likes
Message 7 of 10

TrippyLighting
Consultant
Consultant

@abiliofernandes097 wrote:

 

I generally ask: is it possible to create tools for fusion with AI by creating scripts?

 

 I am honestly not kidding when I suggest that you ask ChatGPT that question.


EESignature

Message 8 of 10

igloos_cynic-0z
New Member
New Member

Yes there are tools in the API for edge loops that are part Design Forms utilities. 

Insert an edge into a T-Spline body 

 

Based on the reply from Warmingup1953 it appears that chatGPT can help with scripts. It’s just a matter of you working with it to do what you want. 

 

0 Likes
Message 9 of 10

abiliofernandes097
Advocate
Advocate

I'm talking about nurbs surfaces

0 Likes
Message 10 of 10

TrippyLighting
Consultant
Consultant

Inserting edge loops into NURBS geometry only works in the simplest of cases. Most even slightly more complex objects designed in CAD, work with trimmed NURBS.

In essence the shape of a NURRBS surface is controlled by a quadrilateral grid of control points, so in essence a quad, not dissimilar to a T-Spline or Sub-D quad. 

Trimming then allows non-quad faces, which makes it impossible for an algorithm to determine edge flow without human assistance.

 


EESignature

0 Likes