SketchUcation Premium Membership

 

 

SketchyPhysics3.1

Moderator: CPhillips

Re: SketchyPhysics3.1

Postby cljohnston108 » Mon Nov 08, 2010 12:52 am

CPhillips wrote:Sorry for the late reply. Mac will be supported in the next version. It was supposed to be out last week but I found some problems and havent had a chance to fix them. It should be in a few days.

Coolness! Looking forward to it!
cljohnston108
 
Posts: 8
Joined: Sun Dec 16, 2007 11:01 pm
Location: Los Angeles, CA
Name: Chris Johnston

Re: SketchyPhysics3.1

Postby Davidfi1 » Tue Nov 16, 2010 7:21 am

Guys
Could you please "STICK" this final version on the top of the forum?

Thank you all very much.


Good work!
:sketchstatic:
David.
Davidfi1
 
Posts: 81
Joined: Sat Oct 11, 2008 8:31 am

Re: SketchyPhysics3.1

Postby arjunmax09 » Fri Nov 19, 2010 12:58 pm

where can i get tutorial for sketchyphysics...maybe a pdf file...??
when you fail at something....you haven't really failed...you've found one way the thing will not work out
arjunmax09
Banned
 
Posts: 265
Joined: Wed Jan 27, 2010 11:02 am
Location: Delhi, India
Name: Arjun

Re: SketchyPhysics3.1

Postby cljohnston108 » Fri Nov 19, 2010 2:43 pm

CPhillips wrote:Sorry for the late reply. Mac will be supported in the next version. It was supposed to be out last week but I found some problems and havent had a chance to fix them. It should be in a few days.

Any progress?
cljohnston108
 
Posts: 8
Joined: Sun Dec 16, 2007 11:01 pm
Location: Los Angeles, CA
Name: Chris Johnston

Re: SketchyPhysics3.1

Postby dorritos » Mon Nov 29, 2010 6:49 am

cljohnston108 wrote:
CPhillips wrote:Sorry for the late reply. Mac will be supported in the next version. It was supposed to be out last week but I found some problems and havent had a chance to fix them. It should be in a few days.

Any progress?



How 'bout now? :D
dorritos
 
Posts: 1
Joined: Sat Oct 02, 2010 12:06 am
Name: James Herndon

Re: SketchyPhysics3.1

Postby CPhillips » Mon Nov 29, 2010 10:15 am

Sorry, I know I am late with the new version. I have been real busy.

I'll work on this week but no promises.
CPhillips
 
Posts: 1085
Joined: Fri Nov 23, 2007 11:12 pm

Re: SketchyPhysics3.1

Postby loolytoo » Thu Dec 23, 2010 2:40 pm

I downloaded the newest version of sketchy physics and installed it. I have sketchup pro 8. When sketch up starts i get the following message

Error Loading File sketchyphysics.rb
undefined method `extend_object' for `Singleton'

then when i try to download and use a sketchy physics model from wharehouse, they dont work and i get the following message.

Error starting the simulation:uninitialized constant. msketchyphysics 3::SP3xSimulationContext::SP Sounds C:/PROGRA~1/google/GOOGLE~3/plugins/sketchyphysics3/controller commands. Rb:777:in 'initialize'

can anyone help me with how i sort this out?

Lucy
loolytoo
 
Posts: 3
Joined: Sun Nov 01, 2009 1:14 pm
Name: Loolytoo

Re: SketchyPhysics3.1

Postby CPhillips » Fri Dec 24, 2010 4:19 am

I have never seen that error before. Best guess something went wrong with the new Midi sound support. What version of windows are you using? Do you have any thing unusual about your sound setup?
CPhillips
 
Posts: 1085
Joined: Fri Nov 23, 2007 11:12 pm

Re: SketchyPhysics3.1

Postby andy1347 » Tue Jan 11, 2011 7:01 am

Hi,

I get the exact same error as Loolytoo above. The only apparent difference is I am using Windows 7 Pro 64 bit and SU7. I have tried reinstalling SketchyPhysics. When I run a sample model, the Ruby console shows this;

Checking if dueForUpdate
String doesn't compile: uninitialized constant MSketchyPhysics3::SP3xSimulationContext::SPSounds#<NameError: uninitialized constant MSketchyPhysics3::SP3xSimulationContext::SPSounds>
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/ControllerCommands.rb:777:in `initialize'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:727:in `new'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:727:in `initialize'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:1623:in `new'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:1623:in `startphysics'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:1650:in `physicsTogglePlay'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:1738
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:1737:in `call'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SKMtools/image_class.rb:946

Had I made this model myself, I would say it is operator error, but that is not the case.
Could someone shed some light on how to either solve this or work around it so I could try my hand at using this plug-in?

Thanks,

Andy
andy1347
 
Posts: 5
Joined: Sat Feb 20, 2010 10:44 am
Name: Andy

Re: SketchyPhysics3.1

Postby CPhillips » Tue Jan 11, 2011 7:37 am

64 bit might be the problem. It looks like the scripts are not loading properly so the bug is probably happening before the error you submitted.

Try this:
Load Sketchup
Open the ruby console under the windows menu.
Then type this:
Code: Select all
load('sketchyphysics.rb')

It will probably print an error. If so send it to me and I can track it down.

Thanks
Chris
CPhillips
 
Posts: 1085
Joined: Fri Nov 23, 2007 11:12 pm

Re: SketchyPhysics3.1

Postby andy1347 » Wed Jan 12, 2011 7:29 am

Hi Chris,

I did as you suggested (I hope).

After disabling Sketchyphysics from the plug-in menu, restarting SU and entering the statement, I got this;

load('sketchyphysics.rb')
true

If I then restart sketchyphysics from the plug-in menu, the console gives this;

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/hinge.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/slider.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/servo.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/piston.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/motor.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/gyro.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/fixed.png
createSelectionObserver
PhysicsObjectInspector initialized
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins
C:/Program Files (x86)/Google/Google SketchUp 7/Tools
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/ruby
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/JimFoltz
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/Podium
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SuTool/rb/
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SuTool/ro/
loading scripts version:45
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/midiator
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/singleton.rb:124: warning: already initialized constant FirstInstanceCall
Error: #<NameError: undefined method `extend_object' for `Singleton'>
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/singleton.rb:166:in `undef_method'
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/singleton.rb:166
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/driver_registry.rb:17:in `require'
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/driver_registry.rb:17
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/midiator.rb:29:in `require'
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/midiator.rb:29
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/midi.rb:6:in `require'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/midi.rb:6
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/sketchyphysics.rb:33:in `load'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/sketchyphysics.rb:33:in `LoadSketchyPhysics3'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/sketchyphysics.rb:61:in `doLoad'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/sketchyphysics.rb:43:in `setLoadVersion'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/sketchyphysics.rb:93
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/sketchyphysics.rb:93:in `call'

If I then load a model and try to run it, I get the error reported a couple of posts above "....777.." and the console gives this;


C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/hinge.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/slider.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/servo.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/piston.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/motor.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/gyro.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/fixed.png
createSelectionObserver
PhysicsObjectInspector initialized
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins
C:/Program Files (x86)/Google/Google SketchUp 7/Tools
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/ruby
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/JimFoltz
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/Podium
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SuTool/rb/
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SuTool/ro/
loading scripts version:45
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/midiator
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/singleton.rb:124: warning: already initialized constant FirstInstanceCall
Error: #<NameError: undefined method `extend_object' for `Singleton'>
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/singleton.rb:166:in `undef_method'
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/singleton.rb:166
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/driver_registry.rb:17:in `require'
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/driver_registry.rb:17
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/midiator.rb:29:in `require'
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/midiator.rb:29
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/midi.rb:6:in `require'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/midi.rb:6
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/sketchyphysics.rb:33:in `load'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/sketchyphysics.rb:33:in `LoadSketchyPhysics3'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/sketchyphysics.rb:61:in `doLoad'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/sketchyphysics.rb:43:in `setLoadVersion'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/sketchyphysics.rb:93
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/sketchyphysics.rb:93:in `call'
Error: #<NoMethodError: undefined method `[]' for nil:NilClass>
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SKMtools/image_class.rb:946:in `onOpenModel'
Error: #<NoMethodError: undefined method `[]' for nil:NilClass>
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SKMtools/image_class.rb:946:in `onOpenModel'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SKMtools/image_class.rb:946
open model#<Sketchup::Model:0x106577f0>
createSelectionObserver
PhysicsObjectInspector initialized
Checking if dueForUpdate
String doesn't compile: uninitialized constant MSketchyPhysics3::SP3xSimulationContext::SPSounds#<NameError: uninitialized constant MSketchyPhysics3::SP3xSimulationContext::SPSounds>
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/ControllerCommands.rb:777:in `initialize'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:727:in `new'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:727:in `initialize'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:1623:in `new'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:1623:in `startphysics'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:1650:in `physicsTogglePlay'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:1738
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SketchyPhysics3/sketchyphysicstool.rb:1737:in `call'
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins/SKMtools/image_class.rb:946


I'm not sure that will be much help, but thank you and let me know what you would like me to try next.

Andy
andy1347
 
Posts: 5
Joined: Sat Feb 20, 2010 10:44 am
Name: Andy

Re: SketchyPhysics3.1

Postby CPhillips » Thu Jan 13, 2011 10:33 am

Hmmmmm. It isnt obvious what the problem is from the log. But I dont think its a 64 bit problem.

It might be a plugin conflict. Would you mind testing that?

Copy your plugins directory so you can restore it after testing.
Then get rid of everything but:
SketchyPhysics.rb
SketchySolids.rb
win32api.so
SketchyPhysics3\ <-directory.

Then try again with the ruby console method.

Thanks for helping track this down!

Chris
CPhillips
 
Posts: 1085
Joined: Fri Nov 23, 2007 11:12 pm

Re: SketchyPhysics3.1

Postby andy1347 » Fri Jan 14, 2011 7:10 am

Ok-we are making progress!

When I do as you suggested and start SU, I get the following:

Error Loading File sketchyphysics.rb
undefined method `file_loaded?' for main:Object

But, once I clear this and start SU, I can load sketchyphysics through the console and run the model. At this point, the console gives this:

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/hinge.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/slider.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/servo.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/piston.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/motor.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/gyro.png

C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/Images/fixed.png
createSelectionObserver
PhysicsObjectInspector initialized
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3
C:/Program Files (x86)/Google/Google SketchUp 7/Plugins
C:/Program Files (x86)/Google/Google SketchUp 7/Tools
loading scripts version:45
C:/Program Files (x86)/Google/Google SketchUp 7/plugins/SketchyPhysics3/midiator/lib/midiator/midiator
true

I'm guessing this second part is normal because after this I can run the model. I will spend some time this weekend loading plugins one at a time until I hit the error and then report back.

Thanks for your help and this nifty script. I am happy to help as I am mostly an observer here with little opportunity to contribute.

Andy
andy1347
 
Posts: 5
Joined: Sat Feb 20, 2010 10:44 am
Name: Andy

Re: SketchyPhysics3.1

Postby TIG » Fri Jan 14, 2011 12:19 pm

Error Loading File sketchyphysics.rb
undefined method `file_loaded?' for main:Object

Suggests that 'sketchup.rb' isn't loaded at that point.
At the very start of 'sketchyphysics.rb' add the line
require 'sketchup.rb'
that should fix at least that one error - then hopefully the consequential ones too...
TIG
User avatar
TIG
Global Moderator
 
Posts: 13903
Joined: Mon Nov 12, 2007 7:24 pm
Location: Northumbria UK
Name: TIG
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: SketchyPhysics3.1

Postby andy1347 » Tue Jan 18, 2011 5:59 am

TIG nailed the first part of the problem with his suggested fix.

After rebuilding my plug-ins folder, I have determined the culprit causing the conflict is a ruby called 'singleton' in a folder called 'ruby'. As near as I can tell, it is used with Jim Foltz's 'autocenterpoint'.

With that one file removed, SketchyPhysics seems to load and run just fine. I hope this helps and look forward to a fix.

Thanks to both of you for your help with this.

Andy
andy1347
 
Posts: 5
Joined: Sat Feb 20, 2010 10:44 am
Name: Andy

Re: SketchyPhysics3.1

Postby daniele_rossi » Wed Mar 09, 2011 1:49 pm

I have the same problem running SketchyPhysics3.2 on sketchup 7 and Mac OSX 10.5.8 on Intel Core 2 Duo:

Error Loading File sketchyphysics.rb
dlopen(/Users/dr/Library/Application Support/Google SketchUp 7/SketchUp/plugins/SketchyPhysics3/sdl/SDL_Special.dylib, 9): no suitable image found. Did find:
/Users/dr/Library/Application Support/Google SketchUp 7/SketchUp/plugins/SketchyPhysics3/sdl/SDL_Special.dylib: unknown required load command 0x80000022
daniele_rossi
 
Posts: 1
Joined: Fri Nov 13, 2009 11:36 am
Name: daniele

Re: SketchyPhysics3.1

Postby jgb » Fri Apr 15, 2011 8:47 pm

I can't tell you how happy I am to see SP upgraded. :sketchstatic:

I've avoided SP for some time because I simply could not climb the learning curve (that's ME, not SP!) then got too busy with too many other things to get back. Still too busy, but in a few weeks I WILL load SP 3.1 and get back to it.

Now a cupla questions based on ...... what Andy1347 said (in part)

After rebuilding my plug-ins folder, I have determined the culprit causing the conflict is a ruby called 'singleton' in a folder called 'ruby'. As near as I can tell, it is used with Jim Foltz's 'autocenterpoint'.

With that one file removed, SketchyPhysics seems to load and run just fine.


:?: Is there any logic to the ORDER in which SU loads RUBY scripts?
:?: Does it matter (and in the case above, it seems too)?
:?: Is there any practical way to control loading order, if required?
__________________
jgb
User avatar
jgb
 
Posts: 552
Joined: Sun Mar 23, 2008 10:52 pm
Location: Toronto, Canada.
Name: Joel Berson
Operating system: Windows
SketchUp version: 8
License type: Free
SketchUp use: engineering and mechanical design
Level of SketchUp: Intermediate

Re: SketchyPhysics3.1

Postby mickeyao » Wed Apr 20, 2011 2:22 pm

I get a message: Error Loading File sketchyphysics.rb
undefined method `extend_object' for `Singleton'

Am I missing any files? Thanks!
mickeyao
 
Posts: 2
Joined: Mon Nov 29, 2010 3:35 pm
Name: Mickey Yao

Re: SketchyPhysics3.1

Postby TIG » Thu Apr 21, 2011 9:11 am

That error [undefined method `extend_object' for `Singleton'] is from a standard RUBY installation [singleton.rb] - where it might be called by several other standard modules/classes/methods - BUT as far as I know it has nothing to do with the SketchUp version if Ruby OR SketchyPhysics itself. Do you have other 'Ruby files' loading, that aren't standard Plugin scripts ??
TIG
User avatar
TIG
Global Moderator
 
Posts: 13903
Joined: Mon Nov 12, 2007 7:24 pm
Location: Northumbria UK
Name: TIG
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: SketchyPhysics3.1

Postby munkey » Wed Aug 10, 2011 9:22 pm

mickeyao wrote:I get a message: Error Loading File sketchyphysics.rb
undefined method `extend_object' for `Singleton'


I get the same error. :/
munkey
 
Posts: 9
Joined: Sat Mar 13, 2010 12:08 am
Name: Jack Gelardi

Re: SketchyPhysics3.1

Postby TIG » Wed Aug 10, 2011 9:25 pm

I suggest you PM CPhillips about it... he's the author :?
TIG
User avatar
TIG
Global Moderator
 
Posts: 13903
Joined: Mon Nov 12, 2007 7:24 pm
Location: Northumbria UK
Name: TIG
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: SketchyPhysics3.1

Postby ROBIND » Mon Oct 24, 2011 8:40 pm

hello,
I want a free software that would allow me to record my video made ​​after SketchyPhysics in order to watch them out of sketchup.
Thank you.
ROBIND
 
Posts: 2
Joined: Mon May 24, 2010 12:42 pm

Re: SketchyPhysics3.1

Postby Pilou » Mon Oct 24, 2011 9:11 pm

Frenchy Pilou
Is beautiful that please without concept!
Speedy Galerie
User avatar
Pilou
Top SketchUcator
 
Posts: 10027
Joined: Wed Jan 23, 2008 10:33 pm
Operating system: Windows
SketchUp version: 6
License type: Free
SketchUp use: hobby
Level of SketchUp: Advanced

Re: SketchyPhysics3.1

Postby ROBIND » Mon Oct 24, 2011 9:19 pm

Ok but for MacOSX. I'm sorry...
ROBIND
 
Posts: 2
Joined: Mon May 24, 2010 12:42 pm

Re: SketchyPhysics3.1

Postby d.o. durant » Sat Feb 04, 2012 3:27 pm

Chris, great work on SP. Love it! I hope I am not missing anything prior to writing this. When I click the Win3.2 version, I get the save file dialog with a 3.1 title. After running the installation, my animation tells me, upper left corner, SP 3.2 required. I guess the install isn't taking well, or....? TIA
DOD
d.o. durant
 
Posts: 4
Joined: Sun Dec 18, 2011 3:49 am
Name: D.O. Durant

Re: SketchyPhysics3.1

Postby ocoromon » Fri Mar 23, 2012 7:16 pm

Any developers working on the SketchyPhysics Project should either update it's status, or mark it as Dead.
The current update rate is not a proffesional way to leave such things.
ocoromon
 
Posts: 1
Joined: Mon Sep 05, 2011 6:34 pm

Re: SketchyPhysics3.1

Postby Squelch_ » Thu Apr 19, 2012 6:09 pm

Does anyone know the current status of SP?

According to Google Code, the source repository no longer exists, so it leaves it nigh on impossible to pick up where Chris left off - if it has indeed been abandoned - Does anyone have a link to an alternative location of the source (preferably a repository) please?

Is there anyone else interested in continuing development of this excellent addition to Sketchup?
Squelch_
 
Posts: 3
Joined: Mon Nov 16, 2009 3:27 am
Name: Steve

Re: SketchyPhysics3.1

Postby Pilou » Thu Apr 19, 2012 6:21 pm

Frenchy Pilou
Is beautiful that please without concept!
Speedy Galerie
User avatar
Pilou
Top SketchUcator
 
Posts: 10027
Joined: Wed Jan 23, 2008 10:33 pm
Operating system: Windows
SketchUp version: 6
License type: Free
SketchUp use: hobby
Level of SketchUp: Advanced

Re: SketchyPhysics3.1

Postby Squelch_ » Fri Apr 20, 2012 2:00 am

Pilou wrote:http://code.google.com/p/sketchyphysics/ ?

Thanks, but that repository only contains documentation, not code. Was the code ever published?
Squelch_
 
Posts: 3
Joined: Mon Nov 16, 2009 3:27 am
Name: Steve

Re: SketchyPhysics3.1

Postby Pilou » Fri Apr 20, 2012 9:02 am

I read that on the page above on the last line
Source code for the plugin is in the install.
;)
Frenchy Pilou
Is beautiful that please without concept!
Speedy Galerie
User avatar
Pilou
Top SketchUcator
 
Posts: 10027
Joined: Wed Jan 23, 2008 10:33 pm
Operating system: Windows
SketchUp version: 6
License type: Free
SketchUp use: hobby
Level of SketchUp: Advanced

SketchUcation One-Liner Adverts

by Ad Machine » 5 minutes ago

Not a Premium Member yet? Check out the great time-limited deal we are offering.

Ad Machine
Robot
 
Posts: 2012

PreviousNext


 

Return to SketchyPhysics

Who is online

Users browsing this forum: No registered users and 1 guest