|
| 1 | +Minutes from 158th OpenVDB TSC meeting, January 10th, 2023 |
| 2 | + |
| 3 | +Attendees: *Ken* M., *Jeff* L., *Nick* A., *Dan* B., *Rich* J., *Andre* P. |
| 4 | + *Greg* H. |
| 5 | + |
| 6 | +Additional Attendees: Sebastian Gaida, JT Nelson |
| 7 | + |
| 8 | +Regrets: None |
| 9 | + |
| 10 | +Agenda: |
| 11 | + |
| 12 | +1) Confirm quorum |
| 13 | +2) Secretary |
| 14 | +3) Boost Discussion |
| 15 | +4) Meeting with Wolfram's representative |
| 16 | +5) Greg's TSC membership |
| 17 | +6) PR-1547: Value Accessor |
| 18 | +7) PR-1559: VDB Advect Points |
| 19 | +8) PR-1563 |
| 20 | +9) NanoVDB Update |
| 21 | +10) Next Meeting |
| 22 | + |
| 23 | +------------ |
| 24 | + |
| 25 | +1) Confirm quorum |
| 26 | + |
| 27 | +Quorum is present. |
| 28 | + |
| 29 | +2) Secretary |
| 30 | + |
| 31 | +Secretary is Andre Pradhana. |
| 32 | + |
| 33 | +3) Boost discussion |
| 34 | + |
| 35 | +Confirming that OpenVDB still requires boost dependency even if a user turns |
| 36 | +delayed loading off. Right now, if a user turns off delayed loading, it turns |
| 37 | +off bringing boost. This will be fixed. |
| 38 | + |
| 39 | +Right now, boost dependency includes uuid, numeric_traits, boost string algorithm, and |
| 40 | +boost any. The string boost PR would fix the boost string dependency. Jeff Lait will |
| 41 | +take a look at UUID. |
| 42 | + |
| 43 | +4) Meeting with Wolfram's representative |
| 44 | + |
| 45 | +Need to set up a meeting with a representative with Wolfram for legal purposes. |
| 46 | +Greg Hurst and John Mertic should be there. Greg will follow this up. |
| 47 | + |
| 48 | +5) Greg's TSC membership |
| 49 | + |
| 50 | +Ken will send an email to John Mertic to add Greg as a TSC member. He will also |
| 51 | +update MAINTAINERS.md and CODEOWNERS document in the repo. Dan will add Greg |
| 52 | +as a reviewer for the repo. |
| 53 | + |
| 54 | +6) PR-1547: Value Accessor |
| 55 | + |
| 56 | +This is ready to go. This is an impressive work. Everything works without needing |
| 57 | +to change the client's code. It reduces the number of lines of code and avoids |
| 58 | +code-duplication. Every test that Nick ran is faster and the algorithm does not |
| 59 | +change. It is easier to add new method to the accessor and easier to test. |
| 60 | + |
| 61 | +Ken asks Nick to add an example of what needs to be added if somebody needs to |
| 62 | +add a new method. |
| 63 | + |
| 64 | +Nick will assume ownership and responsibility for the code. |
| 65 | + |
| 66 | +7) PR-1559: VDB Advect Points |
| 67 | + |
| 68 | +Fixes an issue that was broken 3 years ago. Jeff will take a look at it. |
| 69 | + |
| 70 | +8) PR-1563 |
| 71 | + |
| 72 | +Removing some constexpr stuffs that gives warning. Ken affirms that eliminating |
| 73 | +support for bool grids in VDB LOD SOP/Multires grid is the right thing to do. |
| 74 | +Ken affirms that it is fine. |
| 75 | + |
| 76 | +9) NanoVDB Update |
| 77 | + |
| 78 | +Ken will do a NanoVDB update the next time we meet. |
| 79 | + |
| 80 | +10) Next Meeting |
| 81 | + |
| 82 | +Next meeting is at January 17th, 2023. 2pm-3pm EDT (GMT-4). |
0 commit comments