David Lai

Results 196 comments of David Lai

So I forked this branch and run the test in Nuke, all passed ☺️ Nuke 9.0v7 ``` (py27) C:\Users\davidlatwe.lai\pipeline\kiko\kiko\unittests>python .\run_win.py Running nuke tests  C:/Program Files/Nuke9.0v7/Nuke9.0.exe -x -i C:\Users\davidlatwe.lai\pipeline\kiko\kiko\unittests\bin\nose_app.py nuke...

I think I could share something on this. :) My implementation for switching proxy (GPU cache), take my model loader for example, was done by extracting not only model `.mb`...

Had a deeper look at this since I was also trying to implement *cross loader switch* for switching in between Arnold Stand-In and model or rig. I imaging the ultimate...

Here's a implementation sneak preview :D Switching from model to arnold stand-in and back. ![switcher](https://user-images.githubusercontent.com/3357009/55279710-6519e700-5356-11e9-813a-28c0f81fa1e6.gif)

> So when you load StandIn, it is already wrapped in maya file so you can reference it? Yes, the `.ass` file gets wrapped right after it's been exported. The...

> Just to double check. So it's up to the new Loader to return whether the switch can be done from a container with a different loader. Yes, but still...

> When "switching" from a referenced Alembic GEO to a gpuCache it means that the Alembic GEO reference should actually be removed from the scene, right? For this part, how...

Adding more input, not having a result, yet. ### Using asset container node to hold import-only subset On the part that switching imported subset to referenceable type or another import-only...

Hi, If I may, I have something to add. > A very reasonable requirement is having the launcher running in the background and doing the actual app launching Maybe this...

### CCCC After a close looking, I find the development of C4 framework seems in hibernate, maybe even outdated. Here's some links to know C4 framework [C4 Framework](https://github.com/Avalanche-io/C4docs) [C4 Language...