-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
Implement support for Common LUT Format (CLF). #636
Comments
(@zachlewis, not @zacklewis :D) Since Nick's last update, he's worked on implementing the I've tried to make things as painless as possible to merge into @nick-shaw's features/clf_temp branch -- the commit history should be pretty clean / chronologically linear -- I did my best to implement the
Notes on the Log stuff: In addition to the There are ten It's possible for the state of the The |
Oups! Sorry for the typo @zachlewis :) |
Hi, I took a quick look tonight and pushed your two respective branches as PRs here: My initial gut feeling is that it is going to be tricky to merge Zack's branch without a significant amount of doctoring, there has been a lot of merges in-between the commits, some of the critical files have disappeared, e.g. I tried to rebase on-top of develop but quickly stopped because of the conflicts. I will try to think about a strategy but as of right now, it is really tempting to squash a lot of stuff to only cherry-pick some of the commits. Nick's branch is quite clean but I haven't compared the code between them yet! |
Oh snap...! So sorry for the confusion. You'll have to forgive me, I totally forgot about the Rez stuff -- the added Anyway, I thought this was getting a little hairy, so I put together a feature/CLF_Log branch a few days ago based off of the develop branch, and I've extracted just my Log LUTSequenceOperator into a single commit for your rebasing pleasure. (I also have some stuff for un/structuring to and from CLF, but that's better handled in a separate commit). I've also put together a temporary Here's a brief history of time, for posterity: I had been maintaining my own implementation of the Log operator for colour (in my feature/CLF branch), refactored from another of my own implementations of the Log operator (for a library at work, one of the things I'd alluded to in #500). Shortly after @njwardhan's |
No worries at all! It was really just me looking at the branches and trying to understand what was going on. I'm yet to compare properly the code between your branch and that of Nick but they are very much similar right? Would it make sense for you and Nick to work in a single branch? |
We have started work on that in multiple locations, especially in the forks from @zachlewis and @nick-shaw. As I'm a bit lost on where we are with that, an issue to centralise the effort is due because information gets lost on Slack.
References
The text was updated successfully, but these errors were encountered: