HammerPlusPlus-Issue-Tracker
HammerPlusPlus-Issue-Tracker copied to clipboard
[Bug] [TeamSpen's Hammer Addons] Error model if copy and paste entities with helpers and sprites
Describe the bug TeamSpen's Hammer Addons uses model helper for sprite entities, this allows you to place them more accurately than with the white cube.
Copy and paste cause helper model to use value from model property, which sprites uses to display sprite texture. This cause helper model to use a non existing model and replace it with placeholder.
Fixes with Undo button somehow. Doesn't happen when you place sprite entity via Entity Tool or when you replace an entity with a sprite entity.
To Reproduce
- Download TeamSpen's Hammer Addons.
- Open H++.
- Create
env_sprite. - Duplicate it with ctrl+c and ctrl+v.
- Error success.