Facepunch / garrysmod-requests

Feature requests for Garry's Mod
84 stars 24 forks source link

Get rid of multiply defined material variables check #1318

Open Tripperful opened 5 years ago

Tripperful commented 5 years ago

Comment out this shit to get rid of useless console spam when messing around with procedural materials

It does this either you pass $flags to CreateMaterial or SetInt it right after creating the material

image

robotboy655 commented 5 years ago

What's wrong with using the actual flags themselves (i.e. $model 1) or using con_filter_enable 1; con_filter_text_out "multiply defined" while "messing around"?

thegrb93 commented 5 years ago

Sometimes you want to change materials' flags in realtime. Doing so apparently results in the spam.

robotboy655 commented 5 years ago

I was not able to reproduce this using IMaterial:SetInt