Post #3100: bl

📋 Metadata

🏷️ Tags

property data-persistence intermediate

  • Property Editor
  • Python Scripting

💬 Content

blndrusr:

Are they saved in the blend file? Or get lost after restart of Blender?

Yes, they will be lost after restart.
If you want to save data in blend file add a new Property item and press Store in ... button in advanced settings. Select Scene for example. To access the data use this code:

C.scene.MyProperty
C.scene.MyProperty = "My Value"

❤️ 3 likes


🔗 View on Blender Artists