Author Topic: [Useful Scripts\Tools]  (Read 350776 times)

2015-07-14, 10:33:21
Reply #180

fire3d

  • Active Users
  • **
  • Posts: 48
    • View Profile
so many suggestions ..... but ....  what about Greeble?

http://max.klanky.com/plugins.htm

:P

2015-07-22, 15:24:08
Reply #181

CiroC

  • Active Users
  • **
  • Posts: 506
    • View Profile
    • Portfolio
Thanks for the suggestions. I also added the Unique Material ID


2015-08-07, 22:49:09
Reply #183

CiroC

  • Active Users
  • **
  • Posts: 506
    • View Profile
    • Portfolio

2015-08-10, 18:27:14
Reply #184

steyin

  • Active Users
  • **
  • Posts: 375
  • BALLS
    • View Profile
    • Instagram Page
New one:

Stone Placement Tools

http://www.scriptspot.com/3ds-max/scripts/stone-placement-tools


Never really had any success with this script. Deleted it from MAX quite some time ago, wasn't impressed.

2015-08-11, 10:05:02
Reply #185

CiroC

  • Active Users
  • **
  • Posts: 506
    • View Profile
    • Portfolio
I haven't tested yet this and the Slideknit script. From the video, I am not too impress with the detail on the bricks. Personally, I think DebrisMaker does a better job with the bricks, but the floor and gravel section may prove useful.

2015-08-18, 11:29:39
Reply #186

romullus

  • Global Moderator
  • Active Users
  • ****
  • Posts: 9333
  • Let's move this topic, shall we?
    • View Profile
    • My Models
It's not a script, but this little program is so damn good and useful that it would be real shame not to spread a word about it. PureRef - excellent ref management software. Simply must have!

And please, support author (-s).
I'm not Corona Team member. Everything i say, is my personal opinion only.
My Models | My Videos | My Pictures

2015-08-18, 12:06:11
Reply #187

Malor

  • Active Users
  • **
  • Posts: 19
    • View Profile
Quote
It's not a script, but this little program is so damn good and useful that it would be real shame not to spread a word about it. PureRef - excellent ref management software. Simply must have!

And please, support author (-s).
I sign under it. Thanks for the tip romullus, this little thing is amazing. Give these people some money everyone.

2015-08-30, 14:50:34
Reply #188

3dwannab

  • Active Users
  • **
  • Posts: 362
    • View Profile
Shameless self promotion :P

I've updated a script I wrote and thought it worthy enough to post here. It's now allows selection of multiple nodes in SME. Vid on usage:


http://www.scriptspot.com/3ds-max/scripts/select-by-material

SELECT BY MATERIALS.
Script which allows easy selection of materials inside Slate Material Editor and Compact Material Editor over 3ds max standard method.
Benefits over maxes built in way:
 
  • Auto open/closes groups.
  • No annoying select from scene dialog after 3ds max method.
  • Keyboard shortcut by macro. (Max does not have this, at least I can't see it).
  • Works seamlessly in any workflow.

2015-08-30, 14:56:04
Reply #189

3dwannab

  • Active Users
  • **
  • Posts: 362
    • View Profile
Also a different lightlister here. Supports most if not all light types. And has the same standard UI as max. The other light lister on here has textboxes which don't show the full values. Don't get me wrong I like it but that kinda bugs me.

http://www.evvisual.com/lightlister/

2015-09-17, 22:11:08
Reply #190

Adi

  • Active Users
  • **
  • Posts: 144
    • View Profile
Hey guys , since this this thread had great success and we all love it , i thought of trying to make a similar thing with free with all kinds of 3d models donations / suggestions.
What do you think ? And please correct me if this kind of thread exists already.

2015-09-21, 00:42:39
Reply #191

3dwannab

  • Active Users
  • **
  • Posts: 362
    • View Profile
A bug exists in Max 2015 and I read that it's in 2016 also where 'Save As' dialog goes to the project directory instead of the currently opened files directory.

I've wrote an EXTREMELY basic script (3 lines) to solve the issue.
http://www.scriptspot.com/3ds-max/scripts/save-as-to-current-files-directory

The long thread where the bug was reported is here >> http://forums.autodesk.com/t5/3ds-max-3ds-max-design-general/2015-sp3-bug-quot-file-save-as-quot-directory/td-p/5451395.

I guess AD's devs. really don't listen if all it took was 3 lines.

2015-09-21, 14:00:01
Reply #192

maru

  • Corona Team
  • Active Users
  • ****
  • Posts: 13840
  • Marcin
    • View Profile
I guess AD's devs. really don't listen if all it took was 3 lines.
No, they simply need more than 1 year to write them. ;)
Marcin Miodek | chaos-corona.com
3D Support Team Lead - Corona | contact us

2015-09-21, 14:20:39
Reply #193

3dwannab

  • Active Users
  • **
  • Posts: 362
    • View Profile
Code: [Select]
(
    fileName = maxFilePath as string + getFilenameFile maxFileName + " Copy"
    theName = getMAXSaveFileName filename:fileName
    if theName != undefined do saveMaxFile theName
)

It's difficult stuff to get right just right ;]

2015-09-21, 18:07:35
Reply #194

romullus

  • Global Moderator
  • Active Users
  • ****
  • Posts: 9333
  • Let's move this topic, shall we?
    • View Profile
    • My Models
I was about to switch to max 2016, but seeing that one needs to use custom made scripts for such a basic function as incremental save... maybe i'll wait couple years more :/
I'm not Corona Team member. Everything i say, is my personal opinion only.
My Models | My Videos | My Pictures