Open GoogleCodeExporter opened 8 years ago
Ok, I uninstalled 3.2 and reinstalled 3.1 Now 3.1 says "needs 3.1" in the
left corner. In V3.2 It said "needs 3.2" v3.1 still does not recognize joint
connector. IDK what's going on.
Original comment by ward.der...@gmail.com
on 8 May 2012 at 8:37
alright, I have no idea what happened but I restarted sketchup like 3 times and
now for what ever reason v3.1 joint connector now works. This is so weird...
there's gotta be some weird code issue here.
Original comment by ward.der...@gmail.com
on 8 May 2012 at 9:07
I had the same problem, had to reinstall both sketchup and physics with 3.1
Original comment by HarSki...@gmail.com
on 8 Jul 2012 at 12:51
I had the same problem inside of wine, for me the problem was coming from SP
not resolving key states correctly. I fixed mine by editing line 55 of
"SketchyPhysics3/input.rb" from
return (($win32GetKeyStateFunc.call(key)>>16)!=0)
to
return (($win32GetKeyStateFunc.call(key))!=0)
I would presume this is a problem with the new version of wine, so I dont know
if this will do you any good inside a real windows api, but it might be worth a
try
Original comment by evil0sh...@gmail.com
on 21 Jul 2012 at 8:21
I was facing this issue for sometime ,I used to get this error when I was
trying to connect the motor to an object I used to press the shift key to join
, actually you are suppose to press the ctrl key . It works
Original comment by ashok.bh...@gmail.com
on 14 Feb 2013 at 2:50
evil0sh...@gmail.com
thank you
it work for me
Original comment by yuthanap...@gmail.com
on 10 Jun 2013 at 7:21
DUDE I LOVE YOU MAN!!! That fixed it!YOU ROCK!!
Original comment by jeromese...@gmail.com
on 10 Dec 2013 at 3:01
Original issue reported on code.google.com by
ward.der...@gmail.com
on 8 May 2012 at 8:11