I am writing an add-on. There are UI elements using FloatProperty. Some of them should have minimum, maximum and default values in absolute terms. This requires the knowledge of the user's scale_length.
These values have to be defined when the add-on is registered. The register() method does not receive a context. bpy.context and bpy.data.scenes are not available yet at this point.
Is there a way to access the user's scale_length?