sebjf
@sebjf
New Member
Joined: Feb 14, 2024
Topics: 10 / Replies: 21
Reply
RE: Plugin development – getting started = pain

I considered the option, but I want something that can manipulate a large number of vertices. C++ would be orders of magnitude faster than C#. I am …

11 years ago
Forum
Reply
RE: How to call ILogSys.LogEntry() in Max.NET

EDIT OK I fixed it/came up with a workaround: logger.LogEntry(SYSLOG_INFO, false, “DazMaxBridge”, message + ” “); Or if you like logger.LogEntry(SY…

11 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Reply
RE: Where do I find the class ID parameters for a type?

Hi Klunk, I have attached an image showing the hierarchy of the object that is created with the call to CreateClass(). It is just occurred to me tho…

11 years ago
Forum
Reply
RE: Where do I find the class ID parameters for a type?

Hi lo, Klunk, That is great, thank you! I have created some objects now. One thing I am unsure of though – I am using the .NET wrapper, and all the …

11 years ago
Forum
Topic
Reply
RE: How to initialise a TriObject in the SDK? (Or, why aren't the edges showing up?)

Thank you guruware – that did it. (For anyone else working in C# it is the same with 1 being the ‘Vis’ entry in the ‘EdgeVisibility’ enum)

11 years ago
Forum
Reply
RE: What callback type triggers when an object changes type/class?

Hi Pjanssen, Thats working great now! Thanks!

14 years ago
Forum
Reply
RE: Easy prompt for string? (Input equivalent of MessageBox)

Thanks! And those images look great! More artists should write programming tuts

14 years ago
Forum
Reply
RE: Easy prompt for string? (Input equivalent of MessageBox)

Hi Swordslayer, LoneRobot, Thanks for the useful code! I tried to encapsulate mine in a struct but couldn’t make it work, so gave up and moved onto a…

14 years ago
Forum
Reply
RE: Easy prompt for string? (Input equivalent of MessageBox)

Hello again Swordslayer Yes, I ended up creating a new rollout and a little function to create it and return a string that basically does what the n…

14 years ago
Forum
Topic
Reply
RE: Per-face data — Can I use it?

Hi Eric, I am just playing with it now in the listener and so far it seems perfect. Thanks alot! EDIT: I am wondering, what is an Index type? And w…

14 years ago
Forum
Page 2 / 3