`; } logoElement.innerHTML = html; } } function HideBackButton() { var logoElement = document.getElementById("logo"); if (logoElement) { logoElement.innerHTML = ` Groups.io `; } } function goBack() { history.back(); } // submitEvent acts like .submit(), except it is compatible with the app, by using events instead. function submitEvent(ele) { console.log("in submitEvent"); if (ele.startsWith('#')) { ele = ele.slice(1); } document.getElementById(ele).submit(); return; /* const theEvent = new CustomEvent('submit', { bubbles: true, cancelable: true }); if (typeof ele === 'string' || ele instanceof String) { if (ele.startsWith("#") == true) { ele = ele.slice(1); } if (document.getElementById(ele).dispatchEvent(theEvent) == true) { // if not cancelled, do normal submit console.log("calling submit"); document.getElementById(ele).submit(); } return; } // assume ele is the element if (ele.dispatchEvent(theEvent) == true) { // if not cancelled, do normal submit console.log("calling submit"); ele.submit(); } */ } // gioDestroy is a convenience function for destroy callbacks function gioDestroy(eventCB) { let internalGioDestroy = function(evt) { // do not activate on infinite scroll events if (evt.detail.target !== undefined && evt.detail.target.id != "maincontent-refresh") { console.log("Ignoring infinite scroll event"); return; } console.log("Calling destroy callback"); eventCB(evt); } document.body.addEventListener("htmx:beforeSwap", internalGioDestroy, {once: true}); document.body.addEventListener("htmx:historyCacheMiss", internalGioDestroy, {once: true}); } var drawerCloseFunc = function(evt) { console.log("in drawerCloseFunc"); // Find all elements with the class 'drawer' var drawers = document.querySelectorAll('.drawer'); // Iterate over each element and call closeDrawer() on each drawers.forEach(function(obj) { drawerObj.closeDrawer(obj); }); $('.modal').modal('hide'); } document.body.addEventListener('htmx:beforeSwap', drawerCloseFunc); document.body.addEventListener('htmx:historyCacheMiss', drawerCloseFunc); var keydownFunc = function(event) { var tagName = event.target.tagName.toLowerCase(); if (tagName === 'input' || tagName === 'textarea' || event.target.isContentEditable) { if (event.key === 'Escape') { event.target.blur(); } return; } // check if the viewimages viewer is up let element = document.getElementById('overlay'); if (element && element.classList.contains('visible')) { return; } console.log("HERE: " + event.key + " " + event.ctrlKey + " " + event.shiftKey + " " + event.metaKey); if (event.ctrlKey && event.shiftKey && (event.key === '?' || event.key === '/')) { event.preventDefault(); // Prevent the default action // Show the modal dialog for keyboard shortcuts $('#shortcutModal').modal('show'); return; } $('#shortcutModal').modal('hide'); if (event.key.toLowerCase() === 'g') { // For Windows and Linux if (event.ctrlKey) { event.preventDefault(); showAutocompleteModal("groupnavigator"); return; } } // Check if the pressed key is '/' if ((event.key === 'f' || event.key === 'F') && event.shiftKey) { if (navigator.platform.toUpperCase().indexOf('MAC') >= 0) { if (event.metaKey) { event.preventDefault(); // Prevent the default action // Focus on the search box let box = document.getElementById('searchbox') if (box != null) { document.getElementById('searchbox').focus(); } } } else { // For Windows and Linux if (event.ctrlKey) { event.preventDefault(); // Prevent the default action // Focus on the search box let box = document.getElementById('searchbox') if (box != null) { document.getElementById('searchbox').focus(); } } } } } document.addEventListener('keydown', keydownFunc); var removeDrawerCloseFunc = function(evt) { document.body.removeEventListener('htmx:beforeSwap', drawerCloseFunc); document.body.removeEventListener('htmx:historyCacheMiss', drawerCloseFunc); document.removeEventListener('keydown', keydownFunc); } document.body.addEventListener("htmx:historyCacheMiss", removeDrawerCloseFunc, {once: true});

Main Group

main
The public mailing list for the Academy Software Foundation, where we will post news and updates from the Foundation and our projects. For mailing lists specific to ASWF projects and working groups, please see the full list of the ASWF subgroups available here ( https://lists.aswf.io/g/main/subgroups ). This is an open and welcoming environment, and we pledge to make participation in our projects and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. The ASWF abides by the Linux Foundation's code of conduct, which you can read in full here ( https://lfprojects.org/policies/code-of-conduct ).
Created:
2,338 Members, 75 Topics, Archive is visible to anyone, Last Post:

Subgroups You Can Join

  • DPEL
    Discussion for the ASWF DPEL project (formerly known as Assets Repository). Most discussion is on the Slack channel #assets at slack.aswf.io
    Created:
    69 Members, 245 Topics, Archive is visible to anyone, Last Post:
  • Associate Members
    List for associate members of ASWF
    Created:
    9 Members, 0 Topics, Archive is visible to anyone
  • diversity
    Mailing list for the Diversity & Inclusion Working Group. This is an open and welcoming environment, and we pledge to make participation in our projects and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation. The ASWF abides by the Linux Foundation's code of conduct, which you can read in full here ( https://lfprojects.org/policies/code-of-conduct ).
    Created:
    129 Members, 402 Topics, Archive is visible to anyone, Last Post:
  • gsoc
    Academy Software Foundation gsoc list.
    Created:
    15 Members, 5 Topics, Archive is visible to anyone, Restricted, Last Post:
  • legal
    Legal committee mailing list.
    Created:
    18 Members, 21 Topics, Archive is visible to members only, Restricted, Last Post:
  • materialx-discussion
    MaterialX Project Discussion List
    Created:
    81 Members, 365 Topics, Archive is visible to anyone, Last Post:
  • ocio-dev
    For developers interested OCIO APIs, code integration, compilation, etc. Also open discussion for the TSC.
    Created:
    172 Members, 1,015 Topics, Archive is visible to anyone, Last Post:
  • ocio-user
    For end users (artists, often) interested in OCIO profile design, facility color management, and workflow.
    Created:
    309 Members, 200 Topics, Archive is visible to members only, Last Post:
  • OpenImageIO Discussion
    OpenImageIO Discussion
    Created:
    120 Members, 2,696 Topics, Archive is visible to anyone, Last Post:
  • open-review-initiative-discussion
    Discussion for the Open Review Initiative project
    Created:
    132 Members, 428 Topics, Archive is visible to anyone, Last Post:
  • openapv-discussion
    Open list for annoucements and discussions of the OpenAPV project.
    Created:
    6 Members, 0 Topics, Archive is visible to anyone, Restricted
  • openapv-tsc
    Restricted list for private discussions of the OpenAPV TSC.
    Created:
    4 Members, 0 Topics, Archive is visible to anyone
  • openassetio-discussion
    OpenAssetIO discussion
    Created:
    37 Members, 65 Topics, Archive is visible to anyone, Last Post:
  • opencue-dev
    OpenCue development mailing list
    Created:
    104 Members, 501 Topics, Archive is visible to anyone, Last Post:
  • opencue-user
    OpenCue user mailing list
    Created:
    167 Members, 197 Topics, Archive is visible to anyone, Last Post:
  • openexr-dev
    For developers using OpenEXR in their applications
    Created:
    136 Members, 1,839 Topics, Archive is visible to anyone, Last Post:
  • openfx-discussion
    OpenFX discussion
    Created:
    56 Members, 536 Topics, Archive is visible to anyone, Last Post:
  • openvdb-dev
    OpenVDB Development Discussion
    Created:
    71 Members, 1,162 Topics, Archive is visible to anyone, Last Post:
  • openvdb-user
    OpenVDB User Discussion
    Created:
    52 Members, 4 Topics, Archive is visible to anyone, Last Post:
  • osl-dev
    Open Shading Language discussion list for users and developers
    Created:
    165 Members, 1,949 Topics, Archive is visible to anyone, Last Post:
  • otio-discussion
    OpenTimelineIO discussion list for users and developers
    Created:
    162 Members, 594 Topics, Archive is visible to anyone, Last Post:
  • outreach
    Outreach committee email list
    Created:
    28 Members, 296 Topics, Archive is visible to members only, Restricted, Last Post:
  • rawtoaces-discussion
    rawtoaces project discussion list
    Created:
    25 Members, 239 Topics, Archive is visible to anyone, Last Post:
  • Rez Discussion
    Rez open discussion
    Created:
    67 Members, 487 Topics, Archive is visible to anyone, Last Post:
  • tac
    Technical Advisory Committee (TAC) general discussion list. You can learn more about the TAC at https://github.com/AcademySoftwareFoundation/tac.
    Created:
    264 Members, 1,387 Topics, Archive is visible to anyone, Last Post:
  • Python 3 WG discussion
    Discussion for the Python 3 Working Group. The purpose of this Working Group is to share and develop best practices for transitioning to Python 3, and coordinate transition efforts between software developers and vendors. Additional details available on our GitHub page ( https://github.com/AcademySoftwareFoundation/wg-python3 ).
    Created:
    59 Members, 74 Topics, Archive is visible to anyone, Last Post:
  • Rust WG
    Rust WG discussion
    Created:
    32 Members, 88 Topics, Archive is visible to anyone, Last Post:
  • USD WG discussion
    Discussion for the Universal Scene Description Working Group. Learn more on our USD Working Group GitHub page. ( https://github.com/AcademySoftwareFoundation/wg-usd )
    Created:
    155 Members, 373 Topics, Archive is visible to anyone, Last Post:
  • zero-trust-wg
    Mailing list for open discussions and announcements
    Created:
    18 Members, 6 Topics, Archive is visible to anyone, Last Post: