pyblish / pyblish-magenta

Magenta kit for Pyblish
GNU Lesser General Public License v3.0
10 stars 9 forks source link

Maya Asset Browser #44

Open mottosso opened 9 years ago

mottosso commented 9 years ago

We'll need a way to get assets into Maya without fuzz.

Responsibilities

It should handle:

Visually it needn't be much more complicated than..

 _____________________
|_____________________|
| ben                 |
| - model             |
| - rig               |
| jerry               |
| - model             |
| - rig               |
| chair               |
| - model             |
| - rig               |
| table               |
| - model             |
| - rig               |
|_____________________|
|               Load  |
|_____________________|

It's mostly about functionality at this point.
BigRoy commented 9 years ago

So what would be the expected items in the list.

It seems you're listing them as item/family? How do we decide which tasks/families get listed?

For example this would be with the Task in between:

 _____________________
|_____________________|
| ben                 |
| - modeling          |
|       - model       |
| - rigging           |
|       - rig         |
|_____________________|
|               Load  |
|_____________________|
mottosso commented 9 years ago

I'd skip the task, I don't think it's relevant when browsing.

About which to list, I'd list anything with a /publish sub-directory, until we can figure out how to exclude certain items that can't get imported into Maya for example.

Otherwise it looks good, each asset, along with each importable result of a task.

What do you think?