Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 14 to 53 of 108 · Next page · Previous page · First page · Last page
(+7)

uhhh why are you so COOL for making this? who made you so cool??

(+2)

Any fix for the startupcrash with newer Amd drivers ?

(+1)

It cannot be fixed (AFAIK) before switching to Godot 4 (which is what I'm currently doing). It seems the web version works (but it has many limitations).
You may want to join us on Discord so you can use early 1.4 builds when they are available.

Have the same problem

If you can/want to install an older version of your drivers, it should work. Otherwise, 1.4 alpha/beta builds should be available soon for you to test. I'd suggest you join the Discord server to know when they're ready.

I didn't found a node permitting me to have a value of 0 until a given offset and a value above. So, I created a custom node "offset" (Should be "step", but that name is already used) with this output:
float($uv.x>$offset)

(+1)

There's a comparison operator in the Math node.

(+1)

For anyone wondering, in the math node, you can pick A<B and set A to $uv.x and B to your treshold.

If you want a vertical line that is centered, use abs($uv.x-0.5).

For an horizontal line, replace "x" by "y".

And thanks for your guidance!

Material Maker 1.2 crashes on startup, during the splash screen
Specs: Windows  11, i5-11400, Radeon RX6600, 8gb ram


any workarounds?

Is it the first time you run it? Did you use previous releases successfully?

Yes, I have used 1.1 on a previous pc, and 1.2 before on my current pc. It was probably the new radeon driver update that broke it.

Before the driver update it worked fine, after the update it broke.

This. This is the good stuff.

Tessellation does not seems to be working by enabling tessellated in mesh configuration, Is there something else I needed to have done?

(+1)

Do you use displacement materials?

Yes, I just found how to switch materials from a Pavel Oliva tutorial, but still thank you.

And also now, toggling tessellated works on all meshes except for the cube. Tessellating the cube freezes the editor and I have to force close the application after an hour.

(4 edits) (+4)

Coming from Substance Designer, this is excellent!

Is it possible to export just the .png from the export node. Sometimes I need just the image and not the material as a whole.

I guess it's possible to create an empty export target. You can also export any texture from the preview panel.

(+2)

This is super cool, thanks!

I may be missing something, but it's not clear to me how to correctly import exported files from MM into Blender, and I don't see it mentioned in the documentation. Is that described somewhere? My end goal is to export for Godot but I want to use Blender to preview and adjust my models with the materials applied first.

(+1)

You must create the material in Blender using the generated texture. The "Node Wrangler" plugin can be used to do this in a few clicks.

(+2)

Is there any hope for glTF support in a future update?
Or potentially .blend support so that we can import the model and materials from Blender? That'd be amazing, though I'm sure very complicated.

(+2)

Of course there is, as soon as MM is based on Godot 4. And it's not very complicated I guess, just waiting for Godot. ;)

Was that whole thing just a lead up to En attendant Godot joke?

Nice. Very nice :D

Also happy to hear, since glTF is going to be super important for my workflow, and I really like using material maker!

(+1)

Please don't hesitate to contact me on discord so I understand what you need exactly. Maybe I can do something before migrating to Godot 4 (I absolutely don't know when it will happen), and this could help me anticipate future glTF related features.

(+1)

This looks amazing. I'll definitely be checking this out when I get back to making 3D games!

(1 edit) (+3)

I've messed around with Substance Designer in the past. I must say, MM is excellent! Minus a few nodes, you can follow SD tutorials pretty well with this. Wonderful job! Looking forward to the next update!

Hii, I am keen x, the developer of Don't dare to decay and scarlet space. I just want to ask if you have scarlet space.zip if yes please send it to me through discord Please it's urgent



 Indie Prashant#4208

(+1)

Love the tool. Are there any plans to add graphics tablet support? It's very difficult for me to paint on the model with a mouse. It would be much easier with a pen.

(+1)

Hi! Painting with a graphic tablet (with pressure and tilt support) is already supported. Could you please contact me on discord so I can investigate the problem?

I think I see the problem. I'm on Ubuntu 22.04 and the tablet/pen is not detected in the Settings menu (which I think uses libwacom). However it does work in apps like GIMP and Blender, I think cause they have native support. I tried to update libwacom myself, but the libraries don't work on newer versions of Ubuntu, so I might be stuck. I'm using a Huion Q11K.

(+1)

Hi, I have used MaterialMaker several times but since a few days ago for some reason when I start the program, it loads for a few seconds and crashes and that's why I have not been able to use the program. Do you know by any chance why this happens?

This could be caused by corrupted config files. In that case, removing (or renaming) the material_maker directory in C:/Users/yourusername/AppData/Roaming should solve your problem.

(+1)

ty! it did work. Good job btw

(+1)

Thank you so much for mac support!

(+1)

Just to provide an update for anyone maybe wanting to use the win32 hack - it doesn't work. 

(2 edits)

I guess you have to download Godot 3.4.4, now (didn't actually test it, though).
(edit) Tested it and updated instructions.

I tried that - it didn't work.  32 bit systems are old and probably aren't capable for this software. 

(1 edit) (+2)

this is fantastic but please, please make the active are on the node-outputs and inputs larger. It's c4D-level of aggravating how pixel-perfect you have to click on the circles.

(+3)

This is actually amazing, you have done a lot for the game dev community!

(+1)

I tried an export of an example (animated cracked floor) to unreal 4.27, I only get textures, no material

Unfortunately, there are manual operations necessary for Unreal. Everything is described in the doc. I need to write an unreal plugin to make this completely automated.

(+1)

Incredible!

(+2)

Thanks a lot for this amazing tool you're giving us :) I can clearly see this becoming a serious concurrent to substance designer. Amazing job mate.

Please make GLES 2.0 compatible.

error

(+4)

Unfortunately, you won't do much with Material Maker without a decent GPU (all it does is generate and execute shaders).
You could still try to run from sources (you can easily switch to GLES2 in Godot's top right corner).

(+1)

good job keep on the good work. :)

This looks like so much fun, but 0.99 does not start at all on my mac. I get "“material_maker.app” is damaged and can’t be opened. You should move it to the Bin." Any ideas?7

(+1)

I wrote a devlog about running MM under macOS. You should find the answers you need. Otherwise, please don't hesitate to contact me on Discord, I'll try to help you.

The error also used to happen in "Pixelorama". but it's now solved there (see https://github.com/Orama-Interactive/Pixelorama/issues/516)

(1 edit)

This will be solved in 1.0, Material Maker will be signed and notarized. Please don't hesitate to join us on discord if you wish to test it before release (there's a dedicated channel).

(+1)

thats amazing! If I could pay I totally would! thanks for making this!

It worked fine for me on Mac, I downloaded the DMG using the Itch app and installed it just fine. Great alternative to substance designer, will definitely use this, thanks again!

pretty cool, only thing I could suggest or would be nice is `brew install material-maker`

I unfortunately don't have a Mac (yet?), so everything macOS related is pretty difficult for now.

ahh, that's too bad.  I just tried to install and running into the damaged error.  I attempted to do what you recommended but it still won't work for me.  I'm on Mac OS Big Sur Intel Processor.  Looks like a great application though.  Let me know if you find another workaround.

Hmm did you try what's explained in the macOS related devlog? What happens when you do?
Please don't hesitate to contact me on Discord so I can try top help you. ;)

Ya I tried that command and pasting the application, same thing.  Saying it's corrupted and I should eject.  Even turned off Gate Keeper to see if that would help.  No luck.  Hopefully you get a working Mac version soon.  Let me know if you do.

(+1)

Lovely tool, thank you!

Feature Request:

Please add the ability to disable texture filtering in the 3D Preview - useful for creating pixel art textures :)

Thanks!

(+1)

super cool tool and definitely a great alternative to substance designer!!

Sadly it doesn't support 32 bit system for Windows.

Please read the Troubleshooting section above. 😉

Thanks I didn't read/saw it, but if it's that simple, then why don't you just do that and provide a 32 bit download?


I could have understood it, if you would only provide 1 download option and tell us how we could easily change the version to our need, but providing multiple versions and for your own comfort, not doing what you tell us to do, if we want/need a 32 bit version, is in my opinion lazy.

You just got yourself a DudesLazy Badge for being lazy, which you can obtain once I have anything published that contains Badges. 😉

Providing a 32 bits version would mean I'd have to test it and I don't have a 32 bits Windows to do so.

but if the 64 bit version works, why should the 32 bit version not work

(1 edit)

Are you suggesting I should provide untested software ? 😉

Good program... but it is crashing often for no reason other than I edit some nodes that are not even that heavy...

Beware, MM creates combined shaders when connecting nodes, so combining 3 or 4 non non-heavy nodes can generate a heavy shader (and unfortunately, it's not possible to catch those problems gracefully).
I'm planning features to analyze, predict and fix performance problems, but I'm not sure they will be available this year.

Anyway, if you can provide step by step scenarios that lead crashes, please don't hesitate to contact me on Discord.

Okay by the way, you can find this name and tag = > Sekaus#1504

(2 edits)

Is there a way to expose specific values and sliders like in Filter Forge for ease of use?

Or, is that on the to-do list?

(1 edit)

Do you want to gather the main parameters of your graph into a specific location?
Remote node!

(2 edits) (+1)

Instructions for mac to unlock

  1. Drag the App to Applications ( Important for Terminal Step )
  2. in Terminal use the command below

xattr -d com.apple.quarantine /Applications/material_maker.app

(1 edit) (+1)

I couldn't get a 32 bit windows version of MM??...

Hi! I just added a solution for you in the "troubleshooting" section of the project description

Thanks!!...

(+1)

It doesnt work for mac, i waste my money

Hi, could you please describe what happens when you try to start Material Maker so I can try to provide a fix? Please don't hesitate to join the discord server so we can chat and find a solution.
Thanks a lot in advance.

(+1)

I open  the dmg file, I copied the material_maker app to my hard drive,  I open the file and it says    “material_maker” is damaged and can’t be opened. You should move it to the trash.  

I have never had a message like this.

What should I do

Thanks for this information. I will investigate this issue later today and come back to you when I have a solution.

Did you try what's described in that devlog when installing? I'm not sure it is the fix for that problem, but it could help.

OK, just checked and it seems the xattr command in the devlog I mentioned in my previous message will work.
In case the xattr command fails because the mounted volume is read-only, you may want to duplicate the volume and use the copy.

(+1)

Did my answer help you run Material Maker under MacOS?

(1 edit) (+9)

Detailed photoreal materials can be made with MM.

when I think prepare a tranlation.csv then i can do some setups ,but the fact is i only can input  local word and interface still English.....QAQ

(+1)

Gracias

(+2)

ohhhh 0.96

yes!

(+4)

material maker should be available for mac also

(+3)

I cannot test a MacOS port. If Mac users help, this can happen.

how can we help?

(+1)

Please join our discord server, and say hi in the #macos_port channel. I'll be able to spend time on this later today...

ok

i have joined your discord and applied for mac port test

I really wanna use material maker in a mac.Please help

Viewing most recent comments 14 to 53 of 108 · Next page · Previous page · First page · Last page