Epic has just released the UDK's April Beta. Check out some of the new goodies after the jump! Epic has released the April beta for the Unreal Development Kit - Epic's free-to-use editor and content creator. It hosts a bevy of changes to the tool set so be sure to familiarize yourself with them before jumping in. Unreal…
just thought id share this with everyone.. even tho most people were bound to find this out soon anyway. (if you dont already know) :D April Beta Upgrade Notes Unreal Editor * Unreal Content Browser now has an option to generate private collections containing the resources a specific asset references. Generate Resource…
Hi @Fansub, Once again I am testing your script on the Mac platform (I know you don't currently support it), but let me report back on some findings: ----- - First of all, it works. But not without some troubleshooting myself. - The main problem being the Main UI doesn't launch. I mean I am able to get through the welcome…
In the Materials tab, in color mode. I have a very tough, to near impossible time trying to select a color section and have it actually select the correct selection. 95% of the time it only changes the background and the other 5% it selects some other selection set.
Hi suppose in my scene I have 3 polycubes and I have assigned 3 different materials. Polycube1 = Blue Polycube2 = Red Polycube3 = Green Now When I' assigned checker shader to my all polycube it's assigning but when I delete it, it's assigning the Maya default Lambert, not those blue, red and green shader which I previously…
so your wanting to see what material in the hypershade editor is applied to the currently selected object? well open the attribute editor, select the object, than in the tabs at the top select the materials tab and click select at the bottom, and it will select the material it's self, and highlight it in hypershade.
v1.9 is out | Gumroad | Blender Market What’s new? Changelog * Add Bake tool * Add PanelCutting + RemoveMeshCuts tools * Add RemoveAllInstantDecals tool * Add new Example blend files * Select tool* support selecting all decals of the selected type * RemoveMeshCuts tool* add ALT selection(instead of removal) mode * Epanel…
In your example, this backface culling setting was applied to only the "selected" active selection ( if any ). That might lead to unexpected behavior if you simply meant to apply backface culling to "ALL" or on an object that wasn't selected. If that were true then the right answer would be to simply select the "all"…
Hi Greg, I want to say that there is not THE way to write code. Following is only how I'd write it to be safe. There are a bunch rules to keep in mind and a lot of case testing. For instance: never use the direct $ to retrieve a selection. That's so generic it can lead to many errors. Same goes for "Selection" collection.…