ID:2956485
 
Resolved
Breaking change: Previously, render_source replaced an icon with the render_target by anchoring to the center of the icon. This was stupid, because it created the need for hacky workarounds and it produced a ton of annoying bugs, but it was also unintuitive. Now, when render_source replaces an icon it anchors to the lower left, just as if you were simply using a different icon.
BYOND Version:515
Operating System:Windows 10 Pro 64-bit
Web Browser:N/A
Applies to:Dream Seeker
Status: Resolved (516.1648)

This issue has been resolved.
Descriptive Problem Summary:

render_source tries to position relative to the center of the icon it's replacing, which is dumb. It causes a lot of problems that need to be corrected manually, and requires hacky workarounds when used for plane masters.

Better behavior is to anchor to the lower left like a regular icon.
Lummox JR resolved issue with message:
Breaking change: Previously, render_source replaced an icon with the render_target by anchoring to the center of the icon. This was stupid, because it created the need for hacky workarounds and it produced a ton of annoying bugs, but it was also unintuitive. Now, when render_source replaces an icon it anchors to the lower left, just as if you were simply using a different icon.
Great turnaround on that one, lummy!

Login to reply.