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
Stop PPG Pop-ups in scripts
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
  13 messages - Expand 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
 
Dwayne Elahie  
View profile  
 More options Jan 12 2011, 5:11 pm
From: Dwayne Elahie <dwa...@hybride.com>
Date: Wed, 12 Jan 2011 17:11:47 -0500
Local: Wed, Jan 12 2011 5:11 pm
Subject: Stop PPG Pop-ups in scripts
Hi,

I wanted to know if it is possible to prevent the associated PPG of a
command popping up when called via script. For example, if you use the
ImportModel command the PPG pops up.

Thanks,

Dwayne


 
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.
Eric Thivierge  
View profile  
 More options Jan 12 2011, 6:19 pm
From: Eric Thivierge <ethivie...@gmail.com>
Date: Wed, 12 Jan 2011 18:19:21 -0500
Local: Wed, Jan 12 2011 6:19 pm
Subject: Re: Stop PPG Pop-ups in scripts
You probably have to disable the preference then re-enable after the
command is run. It's kinda hairy to do so because you may forget to
re-enable in your script.

--------------------------------------------
Eric Thivierge
Technical Director
http://www.ethivierge.com


 
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.
Mark Hanny  
View profile  
 More options Jan 12 2011, 9:04 pm
From: "Mark Hanny" <mha...@obsidian.net>
Date: Wed, 12 Jan 2011 18:04:11 -0800
Local: Wed, Jan 12 2011 9:04 pm
Subject: RE: Stop PPG Pop-ups in scripts
I find adding a simple function to the global variables is helpful in
turning on and off the PPG, and also a couple of other things. I guess
this is only helpful if you're using python. Oh you could try making a
custom command that you could call in a script as well, but here's I
what I use.

lm = xsi.LogMessage

def logOff(msg = "Logging has been turned off"):
        pref = "preferences.scripting.cmdlog,
preferences.scripting.msglog, preferences.scripting.msglogverbose,
preferences.scripting.cmdlog, preferences.Interaction.autoinspect"
        lm(msg, 32)
        xsi.SetValue (pref, False)

def logOn(msg = "Logging has been turned on"):
        pref = "preferences.scripting.cmdlog,
preferences.scripting.msglog, preferences.scripting.msglogverbose,
preferences.scripting.cmdlog, preferences.Interaction.autoinspect"
        xsi.SetValue (pref, True)
        lm(msg, 32)


 
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.
Discussion subject changed to "Caching in Kristinka" by Olivier Jeannel
Olivier Jeannel  
View profile  
 More options Jan 13 2011, 2:36 am
From: Olivier Jeannel <olivier.jean...@noos.fr>
Date: Thu, 13 Jan 2011 08:36:48 +0100
Local: Thurs, Jan 13 2011 2:36 am
Subject: Caching in Kristinka
Dear list,
A little question regarding Kristinka.
I'm doing some kind of closup traveling on a head.
I have 2 Pointclouds. one for the guide, one for the hair themselves.
guide is something like 1200 strands
hair is around 100000 strands (but they render in capsule mode instead
of segments)

Poincloud guides have in Postsimulation an Icetree with 3 KH2bend
compounds (with turbulize around value).
there are no simulation Icetree

The rendering crashed (at frame 140 other 200) because memory went above
14Gb...

I thought, as there was no sim, the hair bend movements would be the
same, unfortunatly they are not. Rerendering from frame 140 didn't match.

So I need to cache the sim.

Do I need to cache(cacheonfile) at postSimulation level ? is there a
special procedure (I can't remember exactly how I did the last time I
used this super pluggin)

Thank's all

Olivier


 
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.
Anto Matkovic  
View profile  
 More options Jan 13 2011, 4:09 am
From: Anto Matkovic <a...@matkovic.com>
Date: Thu, 13 Jan 2011 01:09:08 -0800 (PST)
Local: Thurs, Jan 13 2011 4:09 am
Subject: Re: Caching in Kristinka
Hi there,

Honestly I have no idea what's happen...

if there is no simulation, I think you can load cache anywhere in stack. But, if
you want to remove original ICE tree, you'll need a good bit of work, just to
keep the all custom attributes. If original ICE tree is still active, I'm afraid
the same process will perform two times.

What happen if you render this using segment type, instead of render-time
extrusions...
Could you use some of "render frame by frame" script, instead of sequence...

Cheers


 
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.
Olivier Jeannel  
View profile  
 More options Jan 13 2011, 6:29 am
From: Olivier Jeannel <olivier.jean...@noos.fr>
Date: Thu, 13 Jan 2011 12:29:06 +0100
Local: Thurs, Jan 13 2011 6:29 am
Subject: Re: Caching in Kristinka
Ok, it all render properly :)
Adding some memory limit in MR, and plugging in the CacheOnFile in the
PostSimulation works great.

I'm doing some close up(camera flies through the top of the skull) and I
was using Blinn shading to get nice specular. The Hair Renderer looked
blurry  so I turned segments to capsules.
Rendering time is good (demi HD)

Maybe, when that hairy stuff will be less top secret (agency maniacs) I
can send you some pic :)

Anyway, Kristinka is real great (easy to "brush", tons of controls, I
love the "is active" output)  and I got my setup done in a night.

Thanks a lot :)

Olivier

Le 13/01/2011 10:09, Anto Matkovic a crit :


 
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.
Discussion subject changed to "Stop PPG Pop-ups in scripts" by Dwayne Elahie
Dwayne Elahie  
View profile  
 More options Jan 13 2011, 9:39 am
From: Dwayne Elahie <dwa...@hybride.com>
Date: Thu, 13 Jan 2011 09:39:29 -0500
Local: Thurs, Jan 13 2011 9:39 am
Subject: Re: Stop PPG Pop-ups in scripts
Thanks for the reply,

I thought of that solution. I don't want to do that for this script
because I think it is too small to mess around with user's preferences.

On 1/12/2011 6:19 PM, Eric Thivierge 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.
César Sáez  
View profile  
 More options Jan 13 2011, 9:52 am
From: César Sáez <cs...@kandorgraphics.com>
Date: Thu, 13 Jan 2011 15:52:40 +0100 (CET)
Local: Thurs, Jan 13 2011 9:52 am
Subject: Re: Stop PPG Pop-ups in scripts

Take a look into python's decorator , they're perfect for this kind of situation ;)

---
Regards,
César Sáez

----- Mensaje original -----
De: "Dwayne Elahie" <dwa...@hybride.com>
Para: softim...@listproc.autodesk.com
Enviados: Jueves, 13 de Enero 2011 15:39:29
Asunto: Re: Stop PPG Pop-ups in scripts

Thanks for the reply,

I thought of that solution. I don't want to do that for this script
because I think it is too small to mess around with user's preferences.

On 1/12/2011 6:19 PM, Eric Thivierge 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.
Jason Brynford-Jones  
View profile  
 More options Jan 13 2011, 10:03 am
From: Jason Brynford-Jones <Jason.Brynford-Jo...@autodesk.com>
Date: Thu, 13 Jan 2011 15:03:53 +0000
Local: Thurs, Jan 13 2011 10:03 am
Subject: RE: Stop PPG Pop-ups in scripts

This pref does not actually turn off when called from scripting.  So if the script fails the pref is still on.  If the pref is turned off manually it will turn back on again on launch

It is safe to use this method

  winmail.dat
9K 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.
Eric Thivierge  
View profile  
 More options Jan 13 2011, 10:18 am
From: Eric Thivierge <ethivie...@gmail.com>
Date: Thu, 13 Jan 2011 10:18:45 -0500
Local: Thurs, Jan 13 2011 10:18 am
Subject: Re: Stop PPG Pop-ups in scripts
Thanks for clarifying Chin.

--------------------------------------------
Eric Thivierge
Technical Director
http://www.ethivierge.com

On Thu, Jan 13, 2011 at 10:03 AM, Jason Brynford-Jones


 
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.
Patrick Boucher  
View profile  
 More options Jan 19 2011, 1:09 pm
From: Patrick Boucher <pbouc...@patrickboucher.com>
Date: Wed, 19 Jan 2011 13:09:15 -0500
Local: Wed, Jan 19 2011 1:09 pm
Subject: Re: Stop PPG Pop-ups in scripts
Here's an example people can fork off of.

https://gist.github.com/786568

Cheers,
Patrick


 
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.
Robert Moodie  
View profile  
 More options Jan 19 2011, 1:23 pm
From: Robert Moodie <Robert.Moo...@thq.com>
Date: Wed, 19 Jan 2011 10:23:39 -0800
Local: Wed, Jan 19 2011 1:23 pm
Subject: RE: Stop PPG Pop-ups in scripts
Pay attention people, the Python-fu is strong in this one.


 
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.
Patrick Boucher  
View profile  
 More options Jan 19 2011, 1:33 pm
From: Patrick Boucher <pbouc...@patrickboucher.com>
Date: Wed, 19 Jan 2011 13:33:52 -0500
Local: Wed, Jan 19 2011 1:33 pm
Subject: Re: Stop PPG Pop-ups in scripts
Shameless plug.

http://www.softimageblog.com/archives/532

Patrick


 
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 »