Bookmark Line
The Bookmark Line tool allows you to bookmark specific lines of code in Blender’s Text Editor. It’s a quick way to mark and revisit important parts of your script during development.

📍 Location
Text Editor Sidebar → Bookmark Line
F4
Shortcut
❓How to Use
Place your cursor on the line you want to bookmark.

Open the panel or press F4 to bring up the Bookmark Manager popup.
Click the Add button to create a bookmark.

✅ The line will be saved as a bookmark and listed in the UI.

Remove Bookmarks
To delete a bookmark:
Select the bookmark in the list.

Click the Remove button.

🔃 Arrange Bookmarks
Use the ⬆️ and ⬇️ buttons to manually reorder bookmarks.

Use the 🔽 (More Options) menu to sort bookmarks by line number automatically.

🔄️ Refresh Bookmarks
If your bookmarks look out of sync (e.g., after editing code), click the 🗘 Refresh button to update them.

Last updated