Skip to content

Project Conventions and Standards

thomthom edited this page Dec 5, 2012 · 1 revision

Registry Key Standard

Sketchup.write_default('CommunityExtensions\\STL', 'Keys' 'Value')

Sketchup.read_default('CommunityExtensions\\STL', 'Keys' 'Default Value')

This will create a CommunityExtensions root section with STL as a child. Other community extension projects should follow the same pattern and create a sub-section under CommunityExtensions.

Reference: https://github.com/SketchUp/sketchup-stl/issues/18

Clone this wiki locally