flipsideza, to python
@flipsideza@fosstodon.org avatar

Due to work needing me to do set dressing in 2020 🤮 I decided to at least use it as an opportunity to learn which has been a pleasure. Writing a bunch of tools around it to make it pipeline friendly, regarding asset use & linking.
Starting to see some great results!

flipsideza, to random
@flipsideza@fosstodon.org avatar

Yes! That may have taken longer than it should have, but got it working! 💪 Cull Points based on Camera Frustum in vanilla Maya 2020, Bifrost 2.2.0.1!
Its much easier in Maya 2023 and Bifrost 2.6+ but here we are!

#maya #bifrost #camerafrustum #pipelinetd #pipelinejournal

flipsideza, to houdini
@flipsideza@fosstodon.org avatar

Just added a feature to our USD asset turntable. It now has a helix camera move that gives a closeup render of the asset from bottom to top.

flipsideza, to animation
@flipsideza@fosstodon.org avatar

Really enjoying the fact that a file can be sublayered right into a file. This is really making me rethink some of our processes.

flipsideza, to random
@flipsideza@fosstodon.org avatar

So with the release of I have renewed my interest in . Actually just really keen to do a deep dive into material libraries, storing, reusing and accessing materials across DCCs.

flipsideza, to python
@flipsideza@fosstodon.org avatar

I do love that just when i think i cant do something with a QT interface it surprises me and lets me do exactly what I need. Its been a productive day 💪

flipsideza, to animation
@flipsideza@fosstodon.org avatar

I'm probably the only person fully testing the user experience of our pipeline. (between projects, so no artists on pipe). It saddens me when I find new obvious bugs coz the dev didnt test. I get it one change can introduce a multitude of issues... but some devs are very good at checking thier work vs others who code and forget.

flipsideza, to python
@flipsideza@fosstodon.org avatar

Been writing a new tool to help artists log thier time based on assigned assets/shots. Hoping to gain more insight into how long specific tasks and shot work takes.

flipsideza, to python
@flipsideza@fosstodon.org avatar

So this weeks focus was user testing the edit pipeline/tools. We've been using pymiere - https://github.com/qmasingarbe/pymiere which has been pretty successful tbh. Edit is starting to feel nicely like a first class citizen in our supported DCCs using

When not testing edit, I have been hard at work writing code to export our models so that they perfectly layer in with lookdev. This means I have successfully decoupled LD & MDL usd version files.

flipsideza, to houdini
@flipsideza@fosstodon.org avatar

#OpenUSD has a prim.GetName() but no prim.SetName()! I know how to edit primpaths via an sdf.layer but having a .SetName() would have meant i could be solving another problem right now instead of bashing my head against moving stage data to a sdf.layer and back!

#Pipeline #PipelineJournal #Houdini

flipsideza,
@flipsideza@fosstodon.org avatar

Okay I have found a way to rename prims and the primpath as required... Its a brute force technique but thankfully having this working opens up so many options for our workflow.
Sadly this due to #Blender not allowing objects at different locations in the scene graph tree to have identical names, like #maya and #houdini

#OpenUSD #Python #PipelineTD #PipelineJournal #dag

flipsideza, to blender
@flipsideza@fosstodon.org avatar

Super happy to find that has an equivalent to a UUID.

Assuming 'obj' is your object

uuid = obj.as_pointer()

Busy working on our Pipeline Asset Validator and need to make sure all names are unique yet conform to our naming standards.

flipsideza, to blender
@flipsideza@fosstodon.org avatar

I do also need to do a deep dive into a python tool that was written two years ago for #Maya, that now needs implementing in #Blender Its gonna get wild as the dev who wrote it has since left the company.

#Pipeline #PipelineJournal

flipsideza, to random
@flipsideza@fosstodon.org avatar

This weeks main goal, to create some FX (fire/smoke/pyro) and confirm that these assets travel down the new USD pipe correctly. Confirm that lookdev receives & can use all attributes required, etc.

This probably & largely involves prepping my asset build tool to accept different formats correctly, and accessing primvars.

flipsideza, to blender
@flipsideza@fosstodon.org avatar

So this week I cloned down the repo and for the first time in my life successfully built a c project! I honestly did not expect it to work so smoothly. Props to the blender devs who put that all together.

Now to go do some digging in the code ^_^

flipsideza, to random
@flipsideza@fosstodon.org avatar

Just to add insult to injury, uses 'map1' as its default, but auto renames to st on export. So whilst exporting alembics from we then had two UV maps in Maya 'UVMap' and 'map1' when those files ultimately made it to rigging and then down to we now have 'st' and 'st1'.
Spent friday debugging why mtl.usd wasn't being applied correctly to anim.usd and well it came down to UV names.

flipsideza, to random
@flipsideza@fosstodon.org avatar

Okay primitive matching patterns are pretty freaking cool! I can see myself using these a lot.

flipsideza, to random
@flipsideza@fosstodon.org avatar

Decided to do a write up on creating a simple asset with the geo & mtl layers as referenced layers via payload.

https://maglit.me/usdassetbuildpayload

flipsideza, (edited ) to random
@flipsideza@fosstodon.org avatar

The roll out of my new Asset Builder has gone amazingly smoothly. 💪 The team really prefer its workflow, cleaner and simpler for the artist. This is always my goal, 'Let Artists be Artists' they dont care about all this tech ^_^

flipsideza, to random
@flipsideza@fosstodon.org avatar

Creating a payload feels oddly complicated in but once you have it setup its pretty straight forward!

Here I am creating two reference usd layers, one for _geo.usdc and one for _mtl.usdc (off top screen) that are combined into a single payload layer _payload.usd.

The 'root_component_prim' is simply creating '/asset_name' of kind 'Component'.

flipsideza, to random
@flipsideza@fosstodon.org avatar

Its been interesting working with USD and seeing how it can all be layered. The component builder was not letting me store arnold render settings in the _mtl.usdc so we used the _extras.usdc. Having switched to my own builder we can now store those details in the _mtl.usdc meaning one less file to keep track of when applying materials to animation. 💪

flipsideza, to random
@flipsideza@fosstodon.org avatar

So I've been rebuilding or shall I say building from scratch our own Asset Builder. Leaving the native houdini component builder behind. It goes live on pipe today and not being backward compatible, any old assets that we might need to go back to would need to be updated.

flipsideza, (edited ) to random
@flipsideza@fosstodon.org avatar

Yes! Animation files coming out of Maya now sublayer perfectly with our lookdev USD files. Meaning we have fully shaded animation rendering in Solaris ^_^

flipsideza, (edited ) to random
@flipsideza@fosstodon.org avatar

OMG! Okay so first 'successful' shot build in ! Sure shading on anim isn't working just yet (literally next on my Todo list) but damn this is exciting. The Scene Graph is looking neat with everything in their correct prim paths. Yes!! :D

flipsideza, to random
@flipsideza@fosstodon.org avatar

Made a small update to my post on using functions to build a Asset Review Turntable in

https://maglit.me/solarisassetturntable

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • InstantRegret
  • ethstaker
  • magazineikmin
  • GTA5RPClips
  • rosin
  • modclub
  • Youngstown
  • ngwrru68w68
  • slotface
  • osvaldo12
  • kavyap
  • DreamBathrooms
  • Leos
  • thenastyranch
  • everett
  • cubers
  • cisconetworking
  • normalnudes
  • Durango
  • anitta
  • khanakhh
  • tacticalgear
  • tester
  • provamag3
  • megavids
  • lostlight
  • All magazines