| How to install a.dlt file |
Jock |
Quick one for you guys, what do you do with a .dlt file for a 3DMax plugin.
Just got hold of Multitextxture, bit theres no installation instructions.
read 315 times 1/26/2012 10:07:16 AM (last edit: 1/26/2012 10:07:16 AM)
|
Nik Clark |
Put it into the stdplugs folder.

read 313 times 1/26/2012 10:11:28 AM (last edit: 1/26/2012 10:11:28 AM)
|
Jock |
Thanks Nik.
read 309 times 1/26/2012 10:21:18 AM (last edit: 1/26/2012 10:21:18 AM)
|
Jock |
Ok got another issue, kind of related.
So I've downloaded a script from CGSource, every time I want to use it, do I need to go MAXscript>Run MAXscript every time.
I thought I'd be able to assign a toolbar button or something with it, but I cant seem to find it anywhere.
read 289 times 1/26/2012 2:55:35 PM (last edit: 1/26/2012 2:55:35 PM)
|
Dave |
to my knowledge, the only way is to wrap it in a macro, like so:
Save it out as a .mcr and drop it into your viewport, now you'll be able to access it via the Customise > Customise User Interface window where you can throw it into a quad menu, hot-key or toolbar (alternatively I think you can just drag and drop selected code onto the toolbar, but I've never done that so can't say for sure)
Edit
Whoah, that paste went a little wrong, give me a second...
Edit 2
Fixed!
read 280 times 1/26/2012 5:41:19 PM (last edit: 1/26/2012 5:43:56 PM)
|
Nik Clark |
You can drag and drop lines of code in the maxscript editor to the toolbar, as I remember, you are then given the option of a title and icon.
But, it's better to make it a proper one as in the example, and to add it correctly.

read 274 times 1/26/2012 5:43:18 PM (last edit: 1/26/2012 5:43:18 PM)
|
Jock |
Thanks guys i'll have a go at this when i'm back in front of the computer.
Just to clarify though as i'm not used to using scripts or plugins, in the above case where you download a script, is the norm just to 'run' it whenever you need it, going through the menu?
Must admit, i came across a plugin that caught my eye, which led me to look for more, and theres some fantastic things out there that will prove extremely useful. Though I imagine you guys already know that...not sure why I havent looked into this stuff before.
read 262 times 1/26/2012 7:51:52 PM (last edit: 1/26/2012 7:53:08 PM)
|
Nik Clark |
>>is the norm just to 'run' it whenever you need it, going through the menu.
For me, yes. I have a folder of them and I run the one I need. I often remove the lines of code in scripts that make them a button, simply so I can run them when I want, and don't have to add them to the max interface.

read 240 times 1/27/2012 11:27:58 AM (last edit: 1/27/2012 11:27:58 AM)
|
Jock |
I see.
Cheers Nik.
read 237 times 1/27/2012 11:34:43 AM (last edit: 1/27/2012 11:34:43 AM)
|
K-tonne |
dlt files go in the hairy cornflake folder
... anyone?...
...no, didn't think so lol
read 221 times 1/27/2012 1:27:35 PM (last edit: 1/27/2012 1:27:35 PM)
|
Nik Clark |

read 218 times 1/27/2012 1:28:50 PM (last edit: 1/27/2012 1:28:50 PM)
|