CharacterCreator icon indicating copy to clipboard operation
CharacterCreator copied to clipboard

Cleanup dead code

Open memelotsqui opened this issue 2 years ago • 1 comments

There is alot of dead code lying around (intialTraits, blinker.js, download model from component), lets make a pr for each dead code block and make sure everything is working correctly after removing the code.

initial traits are not called from app.jsx, but directly from the option-utils script: *app.jsx image

option-utils import image option-utils function image

We are no longer using blinker.js, only blinkManager as it considers loading multiple models

image

ExportMenu.jsx is no longer using download call from internal code, but from downloadUtils

image

image

memelotsqui avatar Feb 13 '23 18:02 memelotsqui