overte-HifiExperiments/scripts
milad 1ce1204a64 WORKLIST ISSUE # 21471 : FIX PARENT JOINT IN EDIT JS
In entityPropeties.js
line #1079 says:
elParentJointIndex.addEventListener('change', createEmitNumberPropertyUpdateFunction('parentJointIndex'));

The problem should be fixed by changing it to:
elParentJointIndex.addEventListener('change', createEmitNumberPropertyUpdateFunction('parentJointIndex', 0));

createEmitNumberPropertyUpdateFunction() is parsing the value as a
float to a default decimal position of 4. Looks like it only accepts
integers. By adding in that 0 as a second argument, it should coerce the
value to one that will be recognized by the UI/backend.
2017-07-24 10:06:44 -05:00
..
developer add script to measure cost of entity lookup by id 2017-07-13 13:30:57 -07:00
modules request module updates 2017-05-03 07:32:23 -07:00
system WORKLIST ISSUE # 21471 : FIX PARENT JOINT IN EDIT JS 2017-07-24 10:06:44 -05:00
tutorials Merge branch 'master' of git://github.com/highfidelity/hifi into jh21402 2017-07-20 17:03:46 -04:00
defaultScripts.js Merge pull request #10681 from zzmp/audio/parity 2017-06-16 10:31:55 -07:00