Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
"Simulate Bullet Rigid Bodies" evaluates even when condition is False?!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alan Fregtman  
View profile  
 More options Jul 10 2012, 1:54 pm
From: Alan Fregtman <alan.fregt...@gmail.com>
Date: Tue, 10 Jul 2012 13:54:32 -0400
Local: Tues, Jul 10 2012 1:54 pm
Subject: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

Hey guys,

It would appear that even when I have an If node presumably preventing
executation of "Simulate Bullet Rigid Bodies", it STILL EVALUATES. :o

Ever seen this happen? I'm trying to disable it when I don't need it. I
even tried setting particles as passive RBDs but they still react and
stuff. I need them to stay still until a given frame.

Everything else in my If node respects the condition, except the sim rbds
node. :(

Any help appreciated.
Cheers,

   -- Alan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stephen Blair  
View profile  
 More options Jul 10 2012, 2:38 pm
From: Stephen Blair <Stephen.Bl...@autodesk.com>
Date: Tue, 10 Jul 2012 18:38:27 +0000
Local: Tues, Jul 10 2012 2:38 pm
Subject: RE: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

How about muting the Simulate Bullet Rigid Bodies based on the condition you were feeding into the If?

And yes, I got the same thing with an If node.
I event tried plugging in a second, muted Simulate Bullet Rigid Bodies node into the False port

From: softimage-boun...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Alan Fregtman
Sent: July-10-12 1:55 PM
To: XSI Mailing List
Subject: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

Hey guys,

It would appear that even when I have an If node presumably preventing executation of "Simulate Bullet Rigid Bodies", it STILL EVALUATES. :o

Ever seen this happen? I'm trying to disable it when I don't need it. I even tried setting particles as passive RBDs but they still react and stuff. I need them to stay still until a given frame.

Everything else in my If node respects the condition, except the sim rbds node. :(

Any help appreciated.
Cheers,

   -- Alan

  winmail.dat
11K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alan Fregtman  
View profile  
 More options Jul 10 2012, 2:42 pm
From: Alan Fregtman <alan.fregt...@gmail.com>
Date: Tue, 10 Jul 2012 14:42:36 -0400
Local: Tues, Jul 10 2012 2:42 pm
Subject: Re: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

Tried that already and it's still doing something to my particles. Evil
node!! :/

On Tue, Jul 10, 2012 at 2:38 PM, Stephen Blair
<Stephen.Bl...@autodesk.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonah Friedman  
View profile  
 More options Jul 10 2012, 3:38 pm
From: Jonah Friedman <jon...@gmail.com>
Date: Tue, 10 Jul 2012 15:38:34 -0400
Local: Tues, Jul 10 2012 3:38 pm
Subject: Re: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

Also, you can't iterate on it and after it runs, it doesn't seem to set
attributes like "pointPosition" or "orientation" in any normal way. I'm not
a fan of the node either.

On Tue, Jul 10, 2012 at 2:42 PM, Alan Fregtman <alan.fregt...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alan Fregtman  
View profile  
 More options Jul 10 2012, 3:45 pm
From: Alan Fregtman <alan.fregt...@gmail.com>
Date: Tue, 10 Jul 2012 15:45:35 -0400
Local: Tues, Jul 10 2012 3:45 pm
Subject: Re: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

For my need I went back to the... *shivers*... "classic" ICE RBDs, the ones
which use bounding boxes.

They act reliably (sans exact collisions) and the node respects conditional
confinements.

Sure is a *nice* "feature" how it evaluates different every time I run the
sim though! ...Thanks RBDs!...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Grahame Fuller  
View profile  
 More options Jul 10 2012, 3:53 pm
From: Grahame Fuller <Grahame.Ful...@autodesk.com>
Date: Tue, 10 Jul 2012 19:53:04 +0000
Local: Tues, Jul 10 2012 3:53 pm
Subject: RE: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

I couldn't repro your results in my quick tests. I got a few rogue particles moving when using If - a couple might have been self-collisions but others were puzzling. Mute was more reliable.

IsPassiveRigidBody also worked well. Did you remember to set their PointVelocity and AngularVelocity to zero? Passive RBDs don't react to forces but they do update based on velocity.

gray

From: softimage-boun...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Alan Fregtman
Sent: Tuesday, July 10, 2012 03:46 PM
To: softim...@listproc.autodesk.com
Subject: Re: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

For my need I went back to the... *shivers*... "classic" ICE RBDs, the ones which use bounding boxes.

They act reliably (sans exact collisions) and the node respects conditional confinements.

Sure is a nice "feature" how it evaluates different every time I run the sim though! ...Thanks RBDs!...

On Tue, Jul 10, 2012 at 3:38 PM, Jonah Friedman <jon...@gmail.com<mailto:jon...@gmail.com>> wrote:

Also, you can't iterate on it and after it runs, it doesn't seem to set attributes like "pointPosition" or "orientation" in any normal way. I'm not a fan of the node either.

On Tue, Jul 10, 2012 at 2:42 PM, Alan Fregtman <alan.fregt...@gmail.com<mailto:alan.fregt...@gmail.com>> wrote:
Tried that already and it's still doing something to my particles. Evil node!! :/

On Tue, Jul 10, 2012 at 2:38 PM, Stephen Blair <Stephen.Bl...@autodesk.com<mailto:Stephen.Bl...@autodesk.com>> wrote:
How about muting the Simulate Bullet Rigid Bodies based on the condition you were feeding into the If?

And yes, I got the same thing with an If node.
I event tried plugging in a second, muted Simulate Bullet Rigid Bodies node into the False port

From: softimage-boun...@listproc.autodesk.com<mailto:softimage-boun...@listproc.autodesk.com> [mailto:softimage-boun...@listproc.autodesk.com<mailto:softimage-boun...@listproc.autodesk.com>] On Behalf Of Alan Fregtman
Sent: July-10-12 1:55 PM
To: XSI Mailing List
Subject: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

Hey guys,

It would appear that even when I have an If node presumably preventing executation of "Simulate Bullet Rigid Bodies", it STILL EVALUATES. :o

Ever seen this happen? I'm trying to disable it when I don't need it. I even tried setting particles as passive RBDs but they still react and stuff. I need them to stay still until a given frame.

Everything else in my If node respects the condition, except the sim rbds node. :(

Any help appreciated.
Cheers,

   -- Alan

  winmail.dat
15K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gustavo Eggert Boehs  
View profile  
 More options Jul 10 2012, 3:57 pm
From: Gustavo Eggert Boehs <gustav...@gmail.com>
Date: Tue, 10 Jul 2012 16:57:39 -0300
Local: Tues, Jul 10 2012 3:57 pm
Subject: Re: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

Workaround... cant you use States for what you are after?
You could use a Simple State (which has a simulate port)

2012/7/10 Grahame Fuller <Grahame.Ful...@autodesk.com>

--
Gustavo E Boehs
3d Artist
http://www.gustavoeb.com.br/blog

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Grahame Fuller  
View profile  
 More options Jul 10 2012, 4:07 pm
From: Grahame Fuller <Grahame.Ful...@autodesk.com>
Date: Tue, 10 Jul 2012 20:07:39 +0000
Local: Tues, Jul 10 2012 4:07 pm
Subject: RE: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

I got the same result with Simple State as with If: a couple of rogue particles. Not surprising because Simple State uses If internally.

Another thing you could try if IsPassiveRigidBody doesn't work for you:

- Use a custom attribute to keep track of whether each particle should be affected by the Bullet node (Boolean, or integer if you want more than one "state").
- Before the Bullet node, store all relevant attributes (PointPosition, PointVelocity, Force, Mass, Orientation, AngularVelocity, etc.) as custom attributes. Set velocities and force to zero and Mass really really high.
- Let Bullet do its thing.
- After the Bullet node, restore the attributes based on based on your condition, and if desired simulate or move those particles using your own logic.

gray

From: softimage-boun...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Gustavo Eggert Boehs
Sent: Tuesday, July 10, 2012 03:58 PM
To: softim...@listproc.autodesk.com
Subject: Re: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

Workaround... cant you use States for what you are after?
You could use a Simple State (which has a simulate port)
2012/7/10 Grahame Fuller <Grahame.Ful...@autodesk.com<mailto:Grahame.Ful...@autodesk.com>>
I couldn't repro your results in my quick tests. I got a few rogue particles moving when using If - a couple might have been self-collisions but others were puzzling. Mute was more reliable.

IsPassiveRigidBody also worked well. Did you remember to set their PointVelocity and AngularVelocity to zero? Passive RBDs don't react to forces but they do update based on velocity.

gray

From: softimage-boun...@listproc.autodesk.com<mailto:softimage-boun...@listproc.autodesk.com> [mailto:softimage-boun...@listproc.autodesk.com<mailto:softimage-boun...@listproc.autodesk.com>] On Behalf Of Alan Fregtman
Sent: Tuesday, July 10, 2012 03:46 PM
To: softim...@listproc.autodesk.com<mailto:softim...@listproc.autodesk.com>
Subject: Re: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

For my need I went back to the... *shivers*... "classic" ICE RBDs, the ones which use bounding boxes.

They act reliably (sans exact collisions) and the node respects conditional confinements.

Sure is a nice "feature" how it evaluates different every time I run the sim though! ...Thanks RBDs!...
On Tue, Jul 10, 2012 at 3:38 PM, Jonah Friedman <jon...@gmail.com<mailto:jon...@gmail.com><mailto:jon...@gmail.com<mailto:jon...@gmail.com>>> wrote:
Also, you can't iterate on it and after it runs, it doesn't seem to set attributes like "pointPosition" or "orientation" in any normal way. I'm not a fan of the node either.
On Tue, Jul 10, 2012 at 2:42 PM, Alan Fregtman <alan.fregt...@gmail.com<mailto:alan.fregt...@gmail.com><mailto:alan.fregt...@gmail.com<mailto:alan.fregt...@gmail.com>>> wrote:
Tried that already and it's still doing something to my particles. Evil node!! :/
On Tue, Jul 10, 2012 at 2:38 PM, Stephen Blair <Stephen.Bl...@autodesk.com<mailto:Stephen.Bl...@autodesk.com><mailto:Stephen.Bl...@autodesk.com<mailto:Stephen.Bl...@autodesk.com>>> wrote:
How about muting the Simulate Bullet Rigid Bodies based on the condition you were feeding into the If?

And yes, I got the same thing with an If node.
I event tried plugging in a second, muted Simulate Bullet Rigid Bodies node into the False port
From: softimage-boun...@listproc.autodesk.com<mailto:softimage-boun...@listproc.autodesk.com><mailto:softimage-boun...@listproc.autodesk.com<mailto:softimage-boun...@listproc.autodesk.com>> [mailto:softimage-boun...@listproc.autodesk.com<mailto:softimage-boun...@listproc.autodesk.com><mailto:softimage-boun...@listproc.autodesk.com<mailto:softimage-boun...@listproc.autodesk.com>>] On Behalf Of Alan Fregtman
Sent: July-10-12 1:55 PM
To: XSI Mailing List
Subject: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

Hey guys,

It would appear that even when I have an If node presumably preventing executation of "Simulate Bullet Rigid Bodies", it STILL EVALUATES. :o

Ever seen this happen? I'm trying to disable it when I don't need it. I even tried setting particles as passive RBDs but they still react and stuff. I need them to stay still until a given frame.

Everything else in my If node respects the condition, except the sim rbds node. :(

Any help appreciated.
Cheers,

   -- Alan

--
Gustavo E Boehs
3d Artist
http://www.gustavoeb.com.br/blog

  winmail.dat
19K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Chia  
View profile  
 More options Jul 11 2012, 6:53 am
From: Chris Chia <chris.c...@autodesk.com>
Date: Wed, 11 Jul 2012 10:53:57 +0000
Local: Wed, Jul 11 2012 6:53 am
Subject: Re: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

Same here, can't repro this as both the if node and mute in the simulate bullet node are working.

Can you elaborate abit more on what you meant by
"Simulate Bullet Rigid Bodies", it STILL EVALUATES.
Chris
Sent from my iPhone

On 11 Jul, 2012, at 3:55 AM, "Grahame Fuller" <Grahame.Ful...@autodesk.com<mailto:Grahame.Ful...@autodesk.com>> wrote:

I couldn’t repro your results in my quick tests. I got a few rogue particles moving when using If – a couple might have been self-collisions but others were puzzling. Mute was more reliable.

IsPassiveRigidBody also worked well. Did you remember to set their PointVelocity and AngularVelocity to zero? Passive RBDs don’t react to forces but they do update based on velocity.

gray

From: softimage-boun...@listproc.autodesk.com<mailto:softimage-boun...@listproc.autodesk.com> [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Alan Fregtman
Sent: Tuesday, July 10, 2012 03:46 PM
To: softim...@listproc.autodesk.com<mailto:softim...@listproc.autodesk.com>
Subject: Re: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

For my need I went back to the... *shivers*... "classic" ICE RBDs, the ones which use bounding boxes.

They act reliably (sans exact collisions) and the node respects conditional confinements.

Sure is a nice "feature" how it evaluates different every time I run the sim though! ...Thanks RBDs!...

On Tue, Jul 10, 2012 at 3:38 PM, Jonah Friedman <jon...@gmail.com<mailto:jon...@gmail.com>> wrote:

Also, you can't iterate on it and after it runs, it doesn't seem to set attributes like "pointPosition" or "orientation" in any normal way. I'm not a fan of the node either.

On Tue, Jul 10, 2012 at 2:42 PM, Alan Fregtman <alan.fregt...@gmail.com<mailto:alan.fregt...@gmail.com>> wrote:
Tried that already and it's still doing something to my particles. Evil node!! :/

On Tue, Jul 10, 2012 at 2:38 PM, Stephen Blair <Stephen.Bl...@autodesk.com<mailto:Stephen.Bl...@autodesk.com>> wrote:
How about muting the Simulate Bullet Rigid Bodies based on the condition you were feeding into the If?

And yes, I got the same thing with an If node.
I event tried plugging in a second, muted Simulate Bullet Rigid Bodies node into the False port

From: softimage-boun...@listproc.autodesk.com<mailto:softimage-boun...@listproc.autodesk.com> [mailto:softimage-boun...@listproc.autodesk.com<mailto:softimage-boun...@listproc.autodesk.com>] On Behalf Of Alan Fregtman
Sent: July-10-12 1:55 PM
To: XSI Mailing List
Subject: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

Hey guys,

It would appear that even when I have an If node presumably preventing executation of "Simulate Bullet Rigid Bodies", it STILL EVALUATES. :o

Ever seen this happen? I'm trying to disable it when I don't need it. I even tried setting particles as passive RBDs but they still react and stuff. I need them to stay still until a given frame.

Everything else in my If node respects the condition, except the sim rbds node. :(

Any help appreciated.
Cheers,

   -- Alan

  winmail.dat
15K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mitchell Lotierzo  
View profile  
 More options Jul 31 2012, 9:41 am
From: Mitchell Lotierzo <mitchlotie...@gmail.com>
Date: Tue, 31 Jul 2012 08:41:51 -0500
Local: Tues, Jul 31 2012 9:41 am
Subject: Re: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

I got to agree with Alan and Jonah. I'm trying to use that node within a
state machine and it just crashes Softimage on playback. It was
working fine when I was building it (was even evaluating right from state
to state), but once I saved the scene and reopened, it just crashes on
playback. I've had to resort to the regular "Simulate Rigid Bodies" as
well, at least for the time being.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mitchell Lotierzo  
View profile  
 More options Jul 31 2012, 11:19 am
From: Mitchell Lotierzo <mitchlotie...@gmail.com>
Date: Tue, 31 Jul 2012 10:19:47 -0500
Local: Tues, Jul 31 2012 11:19 am
Subject: Re: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!

Oops! Seems my original attachment was too large. Here's a link :)

http://dl.dropbox.com/u/11219378/SimulateBulletRBDCrash_Repro.scn


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mitchell Lotierzo  
View profile  
 More options Aug 22 2012, 3:49 pm
From: Mitchell Lotierzo <mitchlotie...@gmail.com>
Date: Wed, 22 Aug 2012 14:49:56 -0500
Local: Wed, Aug 22 2012 3:49 pm
Subject: Re: "Simulate Bullet Rigid Bodies" evaluates even when condition is False?!
Just wanted to update this topic after Softimage Support got back to
me just in case anyone stumbles across the same issue in the future.
Here's the official response:

"
Hi Mitchell,

Thanks a lot for being able to send in a scene for our investigation.

I have investigated the crash and found it to be a known issue where
using states with a Simulate Bullet Rigid Bodies node will cause a
crash.

You may also wish to note that the crash has already been fixed in
Softimage 2013 SP1.
"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »