Skip to main content
Participant
March 20, 2024
Question

Custom object

  • March 20, 2024
  • 2 replies
  • 327 views

Hello,

Is there any options available to create custom objects in illustrator. I came across an object and check that property in illustrator its shows "typhoon object".

 

Regards,

Sankar L

This topic has been closed for replies.

2 replies

A. Patterson
Inspiring
March 20, 2024

You're looking for art of type 'kPluginGroupArt' -- look at AIPluginGroup.h (not the most intuitive name, I know) and that should have everything you need to make one.

 

I'll warn you, it's a bit rough around the edges, but we use it in our plugin for three or four kinds of custom artwork.

m1b
Community Expert
Community Expert
March 20, 2024

Hi @sankarl70874946, I don't know what a "typhoon object" is (Maybe you have an extension called "typhoon" that creates them?), but you are on the right track looking into the SDK—with that you can create special plug-in objects I believe. 

- Mark