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

[Toolkit feature]: Additional REST API functionality #654

Open
Frissj opened this issue Oct 16, 2024 · 1 comment
Open

[Toolkit feature]: Additional REST API functionality #654

Frissj opened this issue Oct 16, 2024 · 1 comment
Assignees
Labels
feature toolkit RTX Remix application triage

Comments

@Frissj
Copy link

Frissj commented Oct 16, 2024

Contact Details (Optional)

No response

What is the context of the feature/improvement?

My Blender addon could have full functionality with these improvements. It is quite anticipated because it will significantly improve the workflow.

Please describe the feature/improvement?

A url to delete a mesh. This means that meshes I import to Blender from Remix can be logged, when exporting the scene, I can delete the original mesh from Remix, allowing the new object to slot right in.

The ability to not just replace an existing texture, but add a new texture if there is an empty slot. This means I can automatically add height maps to meshes. OBJ does not support exporting height maps and this is the only format that works well for my Remix.

What would be your solution? (optional)

No response

Version

2024.4.1

Media

No response

@Frissj Frissj added feature toolkit RTX Remix application triage labels Oct 16, 2024
@nxkb nxkb assigned po-trottier and unassigned nxkb Oct 16, 2024
@po-trottier
Copy link
Collaborator

po-trottier commented Oct 16, 2024

Tracked as REMIX-3624! Would definitely be useful!

Woop, just took a look to refresh my mind, this should already be possible!

Take a look at the RTX Remix ComfyUI Workflow.

We set the height maps in that workflow even when not previously set.

You just need the attribute input name which you can get through:
/stagecraft/textures/{texture_asset_path}/material/inputs.

You should look at the ComfyUI nodes implementation if you need more information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature toolkit RTX Remix application triage
Projects
None yet
Development

No branches or pull requests

3 participants