Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drawable Spans need gui #57

Open
Hazado opened this issue May 28, 2021 · 4 comments
Open

Drawable Spans need gui #57

Hazado opened this issue May 28, 2021 · 4 comments

Comments

@Hazado
Copy link

Hazado commented May 28, 2021

Drawable Spans are currently nearly impossible to modify using prpshop.

Could a gui be created for doing this?

@dpogue
Copy link
Member

dpogue commented May 28, 2021

Very much agreed, but the problem is how do you design a GUI to work with structures as convoluted as compressed geometry data?
Maybe start with a list of DISpanIndices, and then clicking into that brings up an editor for the icicle (or, in the case of bones, the matrix) and access the material and transforms and fog env and vertex data from there?

Knowing what you want to do with the DSpans would probably help. Use cases like "I want to add a new span" or "I want to see the icicle flags for a particular object" provide a better starting point for thinking about how a GUI might be structured.

@Hazado
Copy link
Author

Hazado commented May 28, 2021

I want to modify the material used by a draw interface.
I want to import and export draw interfaces between drawable spans.

So if i want to move an object from one page to another, i dont need to import the entire drawable span to render it

@Hazado
Copy link
Author

Hazado commented May 28, 2021

what im trying to do - Imported a new material, change one draw interface so it uses that material instead of another but renders it in the same exact spot.

@Hazado
Copy link
Author

Hazado commented Jun 3, 2021

Another thing I did manually, change the vertex colors for an icicle.
Had to locate them in the buffergroup section and then compare to what I wanted they were to what I wanted

Being able to see the vertex for an icicle would be useful for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants