From 33b30ec98d6611cb77c3afe058dd5dd3a29905c3 Mon Sep 17 00:00:00 2001 From: Dan Bailey Date: Fri, 13 Sep 2024 15:53:05 -0700 Subject: [PATCH 1/2] Meeting notes Signed-off-by: Dan Bailey --- tsc/meetings/2024-09-10.md | 75 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 tsc/meetings/2024-09-10.md diff --git a/tsc/meetings/2024-09-10.md b/tsc/meetings/2024-09-10.md new file mode 100644 index 0000000000..b50973b983 --- /dev/null +++ b/tsc/meetings/2024-09-10.md @@ -0,0 +1,75 @@ +Minutes from OpenVDB TSC meeting, September 10th, 2024 + +Attendees: *Jeff* L., *Rich* J, *Ken* M., *Andre* P., *Dan* B. + +Regrets: *Nick* A., *Ken* M. + +Additional Attendees: +Dhruv Govil (Apple), Jonathan Swartz (NVIDIA), Francis Williams (NVIDIA), Barry Dempsey + +Agenda: + +1) Confirm quorum +2) Secretary +3) CCLA +4) Maintainer Change PR (#1883) +5) Approvals for all 5 PRs discussed last meeting +6) fVDB + NanoVDB +7) fVDB Test Files +8) CI Fixes Needed +9) Next Meeting + +------------ + +1) Confirm quorum + +Quorum is present. + +2) Secretary + +Secretary is Dan Bailey. + +3) CCLA + +See John Mertic email about pre-signing the CCLA. Jeff has done this for SideFX already, everyone +else needs to do this so we can switch to the new CCLA. + +4) Maintainer Change PR (#1883) + +Live review and approval of #1883 to rename "committer" to "maintainer". New TSC members require TSC +votes, all other responsibilities and permissions move to maintainer. Jonathan Swartz added to list +of maintainers and is now a member of ASWF organization. Dan to enable additional permissions for +Jonathan, Francis to go over process with Jonathan to also be made a maintainer. + +5) Approvals for all 5 PRs discussed last meeting + +a) 744 - remove boost any +b) 1893 - std::is_arithmetic for half +c) 1723 - boost conversion traits (1893 to be merged first) +d) 1789 - move value accessor methods to tree +e) 1775 - update tree adaptor to work with const inputs + +With all of these changes merged, boost can officially become an optional dependency of VDB. +Currently, it is a mandatory header-only dependency and requires boost libraries when +delayed-loading is enabled. + +6) fVDB + NanoVDB + +Currently fVDB is on a feature/fvdb branch. Requires significant improvements to NanoVDB to enable +mutable grids. After discussion, agreed that there should also be a feature/nanovdb branch which is +sporadically merged into feature/fvdb. Expectation that both branches are temporary and when new +functionality considered ready and stable, merged to master, nanovdb first, fvdb second. + +7) fVDB Test Files + +fVDB test files are currently living in a separate repo. fVDB is built and tested separately, for +improved security, test files are not accessed when built for distribution. + +8) CI Fixes Needed + +Lots of CI build fixes are needed before VDB12 release. Windows static library build still an +issue. + +9) Next Meeting + +Next meeting is on September 24th, 2024. 2pm-3pm EDT (GMT-4). From 915cfdf4121b9578a5e872a7e867aea9529902c9 Mon Sep 17 00:00:00 2001 From: Dan Bailey Date: Fri, 13 Sep 2024 20:18:36 -0700 Subject: [PATCH 2/2] Update notes Signed-off-by: Dan Bailey --- tsc/meetings/2024-09-10.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsc/meetings/2024-09-10.md b/tsc/meetings/2024-09-10.md index b50973b983..c350cdde01 100644 --- a/tsc/meetings/2024-09-10.md +++ b/tsc/meetings/2024-09-10.md @@ -2,7 +2,7 @@ Minutes from OpenVDB TSC meeting, September 10th, 2024 Attendees: *Jeff* L., *Rich* J, *Ken* M., *Andre* P., *Dan* B. -Regrets: *Nick* A., *Ken* M. +Regrets: *Nick* A., *Greg* H. Additional Attendees: Dhruv Govil (Apple), Jonathan Swartz (NVIDIA), Francis Williams (NVIDIA), Barry Dempsey