From 65bdec7ae2c99ca2102c55f92bd62b48c9f14847 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 01 Oct 2019 17:30:29 -0400
Subject: [PATCH] Disable project on ground + adam/eve/tom

---
 Object3D.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Object3D.java b/Object3D.java
index 0bb1b02..abd4fbd 100644
--- a/Object3D.java
+++ b/Object3D.java
@@ -41,6 +41,8 @@
         
     java.util.Hashtable<java.util.UUID, Object3D> versiontable; // = new java.util.Hashtable<java.util.UUID, Object3D>();
     
+    int tabIndex;
+    
     ScriptNode scriptnode;
 
     void deepCopyNode(Object3D other)
@@ -6198,7 +6200,7 @@
         //    System.err.println("Draw " + this + " Frame # " + ((Mocap)((Merge)support).object).frame);
         }
         
-        if (live && Link2Support() && support == null && !this.marked) // project on ground
+        if (false) // live && Link2Support() && support == null && !this.marked) // project on ground
         {
             getBounds(minima, maxima, true);
             center.x = (minima.x + maxima.x) / 2;

--
Gitblit v1.6.2