Hi all, i am currently getting the following error when trying to start up my blender headlessly on my raspberry pis:
RNA_def_property_ui_text: ' Used as the starting value for the range of ports that crowdrender uses, a restart is required if this is changed.' description from 'start_port' '' ends with a '.' !
RNA_def_property_ui_text: ' Used for setting the range of ports that crowdrender uses, a restart is required if this is changed.' description from 'port_range' '' ends with a '.' !
Can anyone tell me where im going wrong and how to fix it?
Hi Harry, yeah, this is a weird one, For some reason Blender doesn't like it that our property descriptions, which are just text that tell you what the properties are, have a full stop at the end.
This is pretty odd if its stopping you from using it though, are you sure this isn't just a warning? Are you able to post a screenshot of what you actually saw in your terminal window?