VTF Shell extensions update – VTF 7.5 supportMon, September 12th, 2011 @ 22:33
I had a bit of free time so I managed to do a quick update of the Windows Shell Extensions, specifically to add support for version 7.5 VTF files.
There aren’t many big changes but as part of an update/clean-up of the code I’ve re-written the Windows Vista/7 thumbnail extension to use the new API that came with those versions. Several people told me that they also run on Windows 2008R2 so I’ve now officially added support for Windows 7 and 2008R2 to the installer. I’ve also changed the version number to 1.7.5 to reflect the version of VTF that it supports.
There are still a few 7.5 version files that it can’t create thumbnails for but it seems that is down to a problem with VTFLib more than with the shell extensions themselves.
IMPORTANT: Please un-install any older version of the extensions you have installed first before installing these. There have been some changes to filenames and trying to install this on top of an older version will cause conflicts. The installer should detect and warn you about an older version but for your own sake, un-install the old version first. You can do this from the control panel under “Add/Remove Programs” or “UnInstall a Program”.
One final note. For Vista/7 you also need to install the Visual Studio 2008 SP1 runtime pack. Links for this are given with the extensions download link. I could of included these in the installer but it would of been a 11Mb download instead of 0.5Mb. :/
Related posts
3ds Max 2012 plug-ins released.Sun, August 14th, 2011 @ 17:40
Finally…
I’ve updated all of my plug-ins to include support from 3DS Max 2012 now. The VTF importer now also supports version 7.5 VTF files. I know a lot of people wanted them and I apologise for the delay. Real life gets in the way sometimes and takes priority.
I’ve tested them as thoroughly as I can but if you do find any bugs let me know. Remember to tell me how to recreate the issue you’re having and if possible send me the file that is causing the problem. No, I’m not going to steal your models – yes some people are that paranoid.
One final note – I’ve now officially dropped support for Max versions less then 9. Keeping a separate build environment going for that was pointless as it’s so old so I’m afraid no VTF importer for older versions of Max.
I haven’t added any new features this time around, but I have a few in the pipeline so keep watching this space. For now, just re-download the ZIP file which will have the 2012 included in it.
Related posts
3DS Max SMD Exporter Update – version 1.6.Thu, April 14th, 2011 @ 11:22
As I hinted at in my previous post, I’ve made some changes to my 3DS Max SMD Exporter in collaboration with Shawn Olson and Hunted Cow Studios. This is not a game-changing update but it adds a few features that were specifically asked for.
Here’s a list of what’s new.
- Fixed issues with the options dialogue and added tool-tips to help explain features.
- The exporter will use the name of the material applied to the mesh if no diffuse texture is loaded.
- Meshes flagged as un-renderable will export their node but not their mesh. Useful for CAT rigs.
- Keyframe only and Bookend modes for specialised animation exports.
- Re-wrote the MaxScript interface from scratch. Example in the MaxScript folder.
Note: This update does not work with 3DS Max 2012! Support for that version is coming very soon. Promise!.
- 3DS Max SMD Exporter version 1.6
And with that, I’m off on my holidays. Tootle pip!
3DS Max 2010 support for VTF and SMD plug-ins.Mon, May 4th, 2009 @ 23:57
I’ve now re-compiled my 3DS Max plug-ins to support 3DS Max 2010. Grab them while they’re hot! :)
The only change has been to the SMD exporter where I’ve added support for spline objects after user requests. I left it out on purpose to stop people using splines in place of bones or dummies in model skeletons. The reason being is that they are very quirky and it often results in the animation in Max not matching the rotation on export. They are fine to use to as controllers to influence the rotation of a bone or dummy but don’t use them as bones themselves. You’ll put yourself in a world of pain.
I’ve testing the plug-ins in the 32-bit version of 3DS Max 2010 but I’m assuming that they’ll work fine in the 64-bit version too.
As always, any problems let me know.
3DS Max SMD Importer – added animation support.Thu, November 27th, 2008 @ 02:31
I’ve been suffering from insomnia so I decided to finish up some changes to the SMD importer bringing it up to release version 1.0.
Changes in this version from the alpha are fixes to try and handle SMD parsing better, a “pre-parse” option to speed up reading SMDs by skipping data you don’t want and most significantly, support for importing animations.
- 3DS Max SMD Importer version 1.0