shamansir / rpd

:ok_hand: A Minimal Engine for creating Node-Based Visual Programming User Interfaces
http://shamansir.github.io/rpd
442 stars 48 forks source link

"Read-only" inlet property is not properly named #99

Open shamansir opened 9 years ago

shamansir commented 9 years ago

Means this option is not used in renderers

shamansir commented 9 years ago

And seems like in the code it's also not used. It should either not be possible to connect to read-only inlet or every incoming value should be treated as an error (or ignored)

shamansir commented 8 years ago

Naming confusion: read-only inlet currently means that no value editor will be spawned for this inlet in renderer, but not that user could not connect to it. I should find a new name for editor-less inlet or implement the inlets which are not able to be connected (why would we need them?).

shamansir commented 8 years ago

Treated this way, could be a solution for #290

shamansir commented 7 years ago

Due to new problems arise, may be rename it to editable: true/false?