api-issue-tracker
api-issue-tracker copied to clipboard
Sketchup::Materials#[] Fails to Identify Renamed Materials After Undo
Identified an issue with the method Sketchup::Materials#[] where it fails to locate a material if the material has been renamed and cannot be found by its name after an undo operation.
Steps to Reproduce:
- Rename a material using the SketchUp user interface or through the API.
- Attempt to locate the material with its new name using
Sketchup::Materials#[]. - Perform an undo operation.
- Attempt to locate the material again using its original or new name with Sketchup::Materials#
Environment: SketchUp Version: SketchUp 23.1 Operating System: MacOS
I can reproduce this issue on Windows too.
Logged as: SKEXT-3931