Backburner Job Window – Tile Rendering Added!
Alright so I've finally gotten this thing to work! I've updated Maya's send job to Backburner window. Along with a few UI changes, I've added the option to split the image into tiles and send a different job for each one. Of course this is handy when rendering for print where images can get too large for system resources to handle.
Minecraft Textures in Maya
Recently, someone on Simply Maya was having problems working with their Minecraft textures in Maya. The textures required unfiltered realtime display or else they would look blurry and terrible. The problem is that Maya would reset this every time the scene loads. You can imagine this would get pretty frustrating having to do this every time for every single shader!
Essentially, when you choose "Nearest(Unfiltered)" from the drop down menu under the shader hardware texturing options, you're not directly manipulating the shader's attributes. What's really happening is that it launches a series of scripts that go searching for another node attached to the shader, the materialInfo node and changes an attribute there to a value that corresponds to the menu selection. This node controls some of the shader's realtime appearance, in this case, surface texture.
![]() |
Default filter and Unfiltered |
Even if the user finds this node and directly changes this attribute, the reset problem still persists(even locking it makes no difference)! Not only that, but the texture doesn't update automatically when the attribute is changed, the 3D space needed to be redrawn. Boo!
My script behaves similarly to the ones the drop down menu activates, except that it acts on the entire scene , it even does auto refresh. The script node it creates enables this script to run every time the scene is opened. No more awful looking Minecraft textures in Maya!
To Download Page >>
Maya to Backburner Additions: Render Regions
My old frenemy the Backburner window has asked me out to lunch again and I've accepted. What am I talking about? I'm adding options to add render region flags to the job which is handy when rendering insanely large images for print. Thanks David for highlighting this handy feature (that is oh so surprisingly missing from this comprehensive option window >.>).
While I'm not married to this method, this is the direction I'm heading at the moment. The user will be allowed toggle the option and to also enter two values and the image will be subdivided based on these values.
For example this 4 by 2 tile setup. Of course the image can be split only horizontally or vertically as well. I'm trying to make this as simple and as fluid as possible.
Then a job will be sent for each tile.
There are a couple features that I'd like to add as well:
But these are not a priority. Hopefully, I can progress a bit this weekend. And I really mean hope. I've also been having some serious mental blocks and problems focusing (more so than usual lol) and I suspect I'm overthinking it. Either way, going to try to power through this sucker :).
Edit:
Done and done! Tile Rendering Added>>
While I'm not married to this method, this is the direction I'm heading at the moment. The user will be allowed toggle the option and to also enter two values and the image will be subdivided based on these values.
For example this 4 by 2 tile setup. Of course the image can be split only horizontally or vertically as well. I'm trying to make this as simple and as fluid as possible.
![]() |
4x2 Split |
There are a couple features that I'd like to add as well:
- the option to use the tile size as the image size, so instead of each tile being a portion of a large and mostly blank image and using up more resources
- an option to overlap the tiles a bit, the user enters a value and the tiles will have these additional pixels in the +x and +y direction. Just in case of inconsistencies caused by anti aliasing and whatever.
But these are not a priority. Hopefully, I can progress a bit this weekend. And I really mean hope. I've also been having some serious mental blocks and problems focusing (more so than usual lol) and I suspect I'm overthinking it. Either way, going to try to power through this sucker :).
Edit:
Done and done! Tile Rendering Added>>
New Theme
Sorting out some technical issues with the new theme >.>
_____
Update:
This template is trying to kill me.
Lost my link list and menu yay :T
_____
Update:
Got most of the info back, things are looking up for this new theme ^^, well apart from some image size problems.
_____
Update:
This template is trying to kill me.
Lost my link list and menu yay :T
_____
Update:
Got most of the info back, things are looking up for this new theme ^^, well apart from some image size problems.
Subscribe to:
Posts (Atom)