INNER CODE UNIT · Python

draw

SpectralVectors/RightMouseNavigation · preferences.py:308

    def draw(self, context):
        layout = self.layout

        # Navigation Mode & Menu / Movement Boxes
        row = layout.row()
        box = row.box()
        box.label(text="Navigation Mode", icon="ORIENTATION_GIMBAL")
        box.prop(self, "navigation_mode", text="")
        box = row.box()
        box.label(text="Menu / Movement", icon="DRIVER_DISTANCE")
        box.prop(self, "time")

        # Cursor & View Boxes
        row = layout.row()
        box = row.box()
        box.label(text="Cursor", icon="ORIENTATION_CURSOR")
        box.prop(self, "reset_cursor_on_exit")
        box = row.box()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…