Conversation
|
Wow, I love you. Slowly turning Comfy more and more into TouchDesigner (great source of inspiration if you've never heard of it), making my dreams come true. It would be really amazing if there was a "Image to UV" node as well, so we could import our own displacement maps. Eventually the ability to set borders as "mirror" or "extend" to the "Distort Image with UV" node would really great, to avoid black bits to appear/bleed into the image. |
something broke since the merge from master (camera matrix), not sure why, this is a temp fix for it
- For now only "mesh" and "material" keys are interopable from py <-> js - Small fixes from merge (wip)
1921d55 to
82da116
Compare
not meant to be done in this branch but anyway...
# Conflicts: # requirements.txt
some might still remain, properly check it
Owner
Author
|
This is all done in private extensions now, might open source some of it at some point |
Owner
Author
Tada! |
probably very broken still, untested
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
UV Tools
Some basic STMap related math and nodes for disorting images, could be used for many things from simple transforms, complex wraps, planar replacement in videos (currently looking into cotracker)
3D Tools
Core 3D Toolset too allow I/O between JS and Python.
For now the frontend (js) relies on threejs and the backend (python) on open3D, I'm building a POC engine in rust currently using WGPU with python bindings, very early work.
Inspirations
Some new extensions implement 3D it would be nice to adopt a similar/compatible approach: