add "docsURL" filter to assignFieldsFrom to prevent it from triggering opening web pages when inheriting values

This commit is contained in:
AzaezelX 2023-01-28 16:12:05 -06:00
parent f5a34308f9
commit 1b33b01eb1
15 changed files with 18 additions and 0 deletions

View file

@ -534,6 +534,7 @@ bool ShapeBaseData::_setMass( void* object, const char* index, const char* data
void ShapeBaseData::initPersistFields()
{
docsURL;
addGroup( "Shapes" );
INITPERSISTFIELD_SHAPEASSET(Shape, ShapeBaseData, "The source shape asset.");
addField("computeCRC", TypeBool, Offset(computeCRC, ShapeBaseData),