Cycles fix: particle standard attribute had no name conversion yet.
This commit is contained in:
@@ -102,6 +102,8 @@ ustring Attribute::standard_name(AttributeStandard std)
|
|||||||
return ustring("motion_pre");
|
return ustring("motion_pre");
|
||||||
else if(std == ATTR_STD_MOTION_POST)
|
else if(std == ATTR_STD_MOTION_POST)
|
||||||
return ustring("motion_post");
|
return ustring("motion_post");
|
||||||
|
else if(std == ATTR_STD_PARTICLE)
|
||||||
|
return ustring("particle");
|
||||||
|
|
||||||
return ustring();
|
return ustring();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user