Skip to content

Fix missing properties

Martin Schultz requested to merge fixMissingProperties into master

Standard propertyhandles of moeshes were unitialized after converting a tri to poly mesh or vice versa. this fix modifies the assign operator to accept a boolean value which indicates whether standard properties shall be assigned too. default value of this boolean is false for backward compatibility.

fixes #35 (closed)

Merge request reports