Search found 15 matches

by Archangel35757
23 Oct 2017, 15:57
Forum: Programming
Topic: C++ plugin debugging help...
Replies: 7
Views: 4140

Re: C++ plugin debugging help...

Hmm... After you press Cancel-- it does cancel the export, but then go and change frame range and/or settings and press export again. It will restart the export-- BUT seems to pick-up where the first cancelled export ended... and then crashes SI shortly thereafter. My attempts to use a logical: if (...
by Archangel35757
20 Oct 2017, 23:01
Forum: Programming
Topic: C++ plugin debugging help...
Replies: 7
Views: 4140

Re: C++ plugin debugging help...

@rray - did you get the MD3 exporter to crash after attempting a re-export following a" Cancel" ?
by Archangel35757
18 Oct 2017, 19:06
Forum: Programming
Topic: C++ plugin debugging help...
Replies: 7
Views: 4140

Re: C++ plugin debugging help...

I tried to stop an STL export with the above plugin, which worked. So probably nothing to do with threads being blocked, because there's no application calls in the for loop. If you can share or pm the repo I'll have a look. Yes, the Cancel button does work to cancel my export-- the crash happens i...
by Archangel35757
14 Oct 2017, 01:33
Forum: Programming
Topic: C++ plugin debugging help...
Replies: 7
Views: 4140

C++ plugin debugging help...

Are there any C++ plugin experts here that could help me understand why my MD3 exporter code fails to capture the event associated with pressing the Cancel button in a progress bar? I check if the progress bar "isCancelled" but it does nothing... :-? I'm happy to share my code repo with an...
by Archangel35757
11 Oct 2017, 03:56
Forum: Announcements
Topic: Softimage Quake3 MD3 Exporter Plugin...
Replies: 5
Views: 1568

Re: Softimage Quake3 MD3 Exporter Plugin...

@rray- the exporter supports both bone-driven animation and shape animation... and yes the exporter basically bakes or plots the animation data out per frame during export. I feel like I wrote a thorough Help file... but if you see anything that should be described/explained in more detail then plea...
by Archangel35757
10 Oct 2017, 02:58
Forum: Announcements
Topic: Softimage Quake3 MD3 Exporter Plugin...
Replies: 5
Views: 1568

Re: Softimage Quake3 MD3 Exporter Plugin...

rray wrote: 09 Oct 2017, 18:36 Thanks for sharing. I'll have a look and try to give some feedback once I get a chance to.
Thanks! If you do not have a way to view the exported .MD3 file, you can grab this updated MD3 Model Viewer from here:

https://jkhub.org/files/file/3298-md3view/
by Archangel35757
05 Oct 2017, 18:49
Forum: Announcements
Topic: Softimage Quake3 MD3 Exporter Plugin...
Replies: 5
Views: 1568

Softimage Quake3 MD3 Exporter Plugin...

Hello all, I wanted to post here to say that I have written a Quake3 MD3 model exporter for various versions of Softimage (XSI 6.0 to 2015) and XSI ModTool (6.0/7.5). You can download the exporter from here: https://jkhub.org/index.php?app=downloads&module=display&section=screenshot&reco...
by Archangel35757
30 Jan 2014, 16:48
Forum: Programming
Topic: Problem populating an XSI_CustomPSet template...
Replies: 7
Views: 2216

Re: Problem populating an XSI_CustomPSet template...

So where should I mail your beer certificate? :D If you live some place interesting, I'll put it on my "places to travel to for a beer" list. I've already got something lined up in Copenhagen :) No place that would justify the travel cost-- unless you're a space junky and want to see the ...
by Archangel35757
30 Jan 2014, 06:37
Forum: Programming
Topic: Problem populating an XSI_CustomPSet template...
Replies: 7
Views: 2216

Re: Problem populating an XSI_CustomPSet template...

I think you need to use AddTemplateParam, no? field_count and field_name and field_value would be the actual names and values of the custom parameters in the custom Pset. Yes, I finally got it sorted out. I was not interpreting the XSI_CustomPSet template correctly. Originally, I thought it was jus...
by Archangel35757
29 Jan 2014, 17:12
Forum: Programming
Topic: Problem populating an XSI_CustomPSet template...
Replies: 7
Views: 2216

Re: Problem populating an XSI_CustomPSet template...

Has ANYONE in this Softimage Programming forum ever used the dotXSI File Transfer Kit (XSIFTK)??? Sorry, I don't remember anything about it, and there's no other code of that vintage to look at. Are the custom parameters in a CustomPSet actually template params, like that NODE parameter? Steve, it'...
by Archangel35757
28 Jan 2014, 23:19
Forum: Programming
Topic: Problem populating an XSI_CustomPSet template...
Replies: 7
Views: 2216

Re: Problem populating an XSI_CustomPSet template...

Has ANYONE in this Softimage Programming forum ever used the dotXSI File Transfer Kit (XSIFTK)???
by Archangel35757
27 Jan 2014, 20:48
Forum: Programming
Topic: Problem populating an XSI_CustomPSet template...
Replies: 7
Views: 2216

Problem populating an XSI_CustomPSet template...

Are there any programmers here that would be willing to help me solve my problem? Working with the XSIFTK v3.6.3 and dotXSI 3.0 format, I'm trying to include an XSI_CustomPSet template under the SI_Model template... and populate it with specific game information so the game compiler can take this in...
by Archangel35757
18 Apr 2013, 16:58
Forum: Programming
Topic: URGENT Request: XSI FTK for x64 ???
Replies: 0
Views: 681

URGENT Request: XSI FTK for x64 ???

Ok... so I've hit a brick wall in converting my win32 dotXSI exporter project to x64. The XSI FTK 3.6.3 that I have is only for win32. I thought I could link to the x86-amd64 XSIFTK.lib from Crosswalk 2.6 but I'm getting LNK2019 linking errors that I don't think I can resolve: Linking... Creating li...
by Archangel35757
18 Apr 2013, 16:53
Forum: Programming
Topic: Help: Using XSI FTK 3.6.3 & getting errors in SIBCMathLib.h
Replies: 1
Views: 656

Re: Help: Using XSI FTK 3.6.3 & getting errors in SIBCMathLib.h

Update: Ok... so I figured it out after much googling. It seems that the errors in SIBCMathLib.h are due to the fact that the parameters defined in the typedef enum's are also defined as macros (e.g., #define X_AXIS 0) and so the compiler was complaining about that. Once I changed the names to somet...
by Archangel35757
12 Apr 2013, 16:46
Forum: Programming
Topic: Help: Using XSI FTK 3.6.3 & getting errors in SIBCMathLib.h
Replies: 1
Views: 656

Help: Using XSI FTK 3.6.3 & getting errors in SIBCMathLib.h

Is anyone here familiar with programming using the older XSI FTK ??? I'm recompiling the Softimage Sourceforge project dotXSI4Max, fixing some issues with it, and I have it working... but then I wanted to change my 3dsMax to XSI coordinate transformation to double-precision, using Softimage XSIFTK m...