STEAM GROUP
Blender Source Tools BleST
STEAM GROUP
Blender Source Tools BleST
241
IN-GAME
1,565
ONLINE
Founded
8 November, 2013
Showing 151-160 of 366 entries
20
Followed PTEJack's always amazing guide to a T. Here's the results.
8
QC Imports are loading in Blender Incorrectly
13
Shapekey names truncated
8
QC Imports are loading in Blender Incorrectly
13
Shapekey names truncated
@artfunkel

FYI.

I've receive some info in regard to the 63 character limit and this might be huge for both Crowbar and for BleST in future developments (maybe more on the DMX side because of long name).

Anyway, one of my contacts has a connection into the Blender Dev circle. He has had minor tweaks made to Blender during the past development and is alpha testing 2.83. He had made a suggestion to have shapekey names extended to be larger and this is the answer he got back.

This is not such a simple change.
It's not just shapekeys that have this 63 character limit.

All makesdna structs names have this limit set (#define MAX_NAME 64)

RNA functions often work with that defined name size.
For example, for some cases a hash for the name is created for quick access.
Also, saved files have a struct size defined for each datablock, so it is good to avoid changing this size between versions.

Therefore, unless it is an essential change, this request is unlikely to be accepted.


And they have avoided this all the way back to Blender 2.6x and maybe earlier. LOL

Anyway, it looks like add-on devs are going to have to start screaming for changes or have to find some way to program around the MAX_NAME limitation.

Not sure if you already knew about this limitation but I thought I'd just throw it out there in case you weren't aware.

My contact has followed this response up with a formal change request and has also reached out on other unofficial channels as well, but judging from the initial response, I'm doubtful that anything will be done about it unless the voices of add-on and 3rd party devs who are creating software that creates content to be used in Blender join the plea for change.

Another FYI, my contact says this about 2.83...
"wow lots coming". So, one can only wonder what?

Stand-by to Stand-by!

20
Followed PTEJack's always amazing guide to a T. Here's the results.
Showing 151-160 of 366 entries