remove "grabbable: true" property from attachment Overlays

This commit is contained in:
humbletim 2017-07-30 16:25:56 -04:00
parent 7bcd9f9f95
commit b5f5a037f0
2 changed files with 2 additions and 4 deletions

View file

@ -1075,7 +1075,7 @@ dopplegangerAttachments.attachmentsUpdated.connect(function(attachments) {
// var require = function(id) { return Script.require(id + '?'+new Date().getTime().toString(36)); }
module.exports = DopplegangerAttachments;
DopplegangerAttachments.version = '0.0.1a';
DopplegangerAttachments.version = '0.0.1b';
DopplegangerAttachments.WANT_DEBUG = false;
var _modelHelper = __webpack_require__(1),
@ -1196,7 +1196,6 @@ DopplegangerAttachments.prototype = {
dynamic: false,
shapeType: 'none',
lifetime: 60,
grabbable: true,
}, !this.manualJointSync && {
parentID: parentID,
parentJointIndex: jointIndex,

View file

@ -6,7 +6,7 @@
// var require = function(id) { return Script.require(id + '?'+new Date().getTime().toString(36)); }
module.exports = DopplegangerAttachments;
DopplegangerAttachments.version = '0.0.1a';
DopplegangerAttachments.version = '0.0.1b';
DopplegangerAttachments.WANT_DEBUG = false;
var _modelHelper = require('./model-helper.js'),
@ -127,7 +127,6 @@ DopplegangerAttachments.prototype = {
dynamic: false,
shapeType: 'none',
lifetime: 60,
grabbable: true,
}, !this.manualJointSync && {
parentID: parentID,
parentJointIndex: jointIndex,