Armory: @prop feature req

Created on 1 Sep 2017  路  4Comments  路  Source: armory3d/armory

Hi @luboslenco,

Couple of things that would be really nice if it's possible.

  • string values without quote: str instead of 'str' fixed!

  • directly referencing objects in the scene by picking from a list instead of writing object name as string

  • directly referencing a trait in an object by picking from a list of objects which has the trait

  • arrays and/or lists of values/objects

  • make variables available in new(), right now first time they become available is notifyOnInit()

Kind Regards,
Martin

feature request

Most helpful comment

Some addtions:

  • Native UI for each type. For example: a number slider for float / int
  • Supports Vec4, with x/y/z/w sliders

All 4 comments

String values no longer require quote, thanks to the https://github.com/armory3d/armory/pull/300.

Some addtions:

  • Native UI for each type. For example: a number slider for float / int
  • Supports Vec4, with x/y/z/w sliders

@luboslenco @prop seem to be broken? Getting null regardless of how I try to pass a string, without quotes, with single quotes, double quotes.. nothing works.. :cry:

(fixed at https://github.com/armory3d/iron/commit/0384383c69169dfd575528a5b48f23e748f3de57)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

luboslenco picture luboslenco  路  3Comments

greyheron picture greyheron  路  4Comments

DevMagicLord picture DevMagicLord  路  3Comments

SeleDreams picture SeleDreams  路  3Comments

AttSee picture AttSee  路  4Comments