ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
I'm using the HardwareLockId for protecting my script and all works fine,
but I'm just trying to run the script on Max 2010 x64 and my HardwareLockId is set to 0.
This function doesn't work on max2010 ?
Thanks
One thing to consider doing is to lock your script by max version. That'll limit unwanted distribution a little ....at least until you work out another protection scheme.
As far as I know, Autodesk recommends you don't use the HardwareLockId function as it's unreliable. It's probable they just disabled it for 2010. I'm afraid you are going to have to come up with a different way of protecting your scripts.
Comments
One thing to consider doing
One thing to consider doing is to lock your script by max version. That'll limit unwanted distribution a little ....at least until you work out another protection scheme.
...gregory
mertens3d.com - recent architectural rendering
As far as I know, Autodesk
As far as I know, Autodesk recommends you don't use the HardwareLockId function as it's unreliable. It's probable they just disabled it for 2010. I'm afraid you are going to have to come up with a different way of protecting your scripts.