Maya 2020 fundamentals - modelling the real world
Get halfway through a model and find it's an unworkable mess? Can't add edge loops where you need them? Can't subdivide a mesh properly? If any of this sounds familiar check this course out.
# 1 08-03-2008 , 05:52 AM
gster123's Avatar
Moderator
Join Date: May 2005
Location: Manchester Uk
Posts: 6,300

Web Browser for Maya?

Hey Guys

Since autodesk took away maya's web browser, anyone know of a pllug in to make one??

I think that ther may be one with the API but it hink that its for executing commands not actually a boriwer that you can get on the internet with.

It's just that I want to look like i'm using maya when i'm really not, you know with one of the 4 panels on the internet and the other 3 with a model loaded and the hypershade open!!

Haha, only joking, It was a great way of having ref open whilst you modeled.


"No pressure, no diamonds" Thomas Carlyle
# 2 10-03-2008 , 12:46 PM
gster123's Avatar
Moderator
Join Date: May 2005
Location: Manchester Uk
Posts: 6,300
Might just make one then....

Cant see it being too harsh, just the api to get through.


Steve


"No pressure, no diamonds" Thomas Carlyle
# 3 10-03-2008 , 01:38 PM
publicFunction's Avatar
Senior Software Developer
Join Date: Jan 2005
Location: Livingston, Scotland
Posts: 1,701
Steve, ill look to see if I can find the file from maya 7 thats deals with the browser, then its all down to reverse engineering the code into 2008


Chris (formerly R@nSiD)
Twitter
When the power of love overcomes the love of power the world will truely know peace - Jimmy Hendrix
Winner SM VFX Challenge 1
3rd Place SM SteamPunk Challenge (May 2007)
# 4 10-03-2008 , 01:43 PM
publicFunction's Avatar
Senior Software Developer
Join Date: Jan 2005
Location: Livingston, Scotland
Posts: 1,701
Commands

webBrowserPrefs
No frames

Go to: Return value. Flags. Examples.

Synopsis
webBrowserPrefs [flags]



This command handles setting preferences that the web browser uses. Some of the most common preferences are settable in the Web Browser tab of the Preferences dialog box. A full listing of the current settings being used by the browser can be viewed by entering "about:config" as an URL in the browser.
Return value
unknown
Flags
preference

Long name (short name) [argument types] Properties
-preference (-prf) string string
Query or set a web browser preference. In query mode, accepts a string representing the preference name and will return the result. In edit or create mode, the first parameter is the preference name and the second paramater is the valued to be set. Edit and create will return the value that was set if successfull.


--------------------------------------------------------------------------------
Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command

Examples
global string $homePagePrefKey;
string $homePage;

// Get the current home page used by the browser.
//
$homePage = `webBrowserPrefs -q -preference $homePagePrefKey`;

// Set the web browsers home page to something new.
//
$homePage = "www.alias.com";
webBrowserPrefs -edit -preference $homePagePrefKey $homePage;


Chris (formerly R@nSiD)
Twitter
When the power of love overcomes the love of power the world will truely know peace - Jimmy Hendrix
Winner SM VFX Challenge 1
3rd Place SM SteamPunk Challenge (May 2007)
# 5 10-03-2008 , 01:47 PM
publicFunction's Avatar
Senior Software Developer
Join Date: Jan 2005
Location: Livingston, Scotland
Posts: 1,701
Damn...

It looks like this was inbuilt into the API for Maya 7 and isnt covered by an mll, h or mel file.

Might be a toughy for you Steve


Chris (formerly R@nSiD)
Twitter
When the power of love overcomes the love of power the world will truely know peace - Jimmy Hendrix
Winner SM VFX Challenge 1
3rd Place SM SteamPunk Challenge (May 2007)
# 6 12-03-2008 , 03:07 AM
gster123's Avatar
Moderator
Join Date: May 2005
Location: Manchester Uk
Posts: 6,300
I'll have a lookey at it, might be able to get it going in some way....

If not, well, nothing ventrured nothing gained.


"No pressure, no diamonds" Thomas Carlyle
# 7 12-03-2008 , 10:32 AM
Acid44
Guest
Posts: n/a
maya had a web browser? thats news to me...user added image

# 8 12-03-2008 , 05:34 PM
gster123's Avatar
Moderator
Join Date: May 2005
Location: Manchester Uk
Posts: 6,300
Yup sure did, think that it was 8.5 when they got rid of it.


"No pressure, no diamonds" Thomas Carlyle
# 9 28-06-2008 , 05:11 PM
AnthonyCg's Avatar
Registered User
Join Date: Jun 2006
Location: Washington D.C
Posts: 620
bump user added image


"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man."

George Bernard Shaw - Man and Superman
# 10 28-06-2008 , 06:11 PM
gster123's Avatar
Moderator
Join Date: May 2005
Location: Manchester Uk
Posts: 6,300
Yeah its been done in, so to speak.

Was a great little add in, you could have an image open in ne window and model to the ref, that was joust one thing that you could do.....

Oh well I minimise a window now and have either IE of windows photo wiewer open on another monitor.


"No pressure, no diamonds" Thomas Carlyle
# 11 28-06-2008 , 07:17 PM
Chirone's Avatar
Subscriber
Join Date: Dec 2007
Location: NZ
Posts: 3,125
i was under the impression everyone had at least two monitors
user added image

# 12 29-06-2008 , 03:05 AM
gster123's Avatar
Moderator
Join Date: May 2005
Location: Manchester Uk
Posts: 6,300

Originally posted by Chirone
i was under the impression everyone had at least two monitors
user added image

?????.....


"No pressure, no diamonds" Thomas Carlyle
# 13 29-06-2008 , 10:21 AM
elephantinc's Avatar
Level 32 pachyderm
Join Date: Dec 2007
Location: England
Posts: 1,859

Originally posted by Chirone
i was under the impression everyone had at least two monitors
user added image

why?

# 14 29-06-2008 , 11:14 PM
Chirone's Avatar
Subscriber
Join Date: Dec 2007
Location: NZ
Posts: 3,125
umm... because we all require at least two?

i'd prefer 3 or 6...

maybe i just think too... extravagantly....

# 15 01-07-2008 , 12:51 AM
AnthonyCg's Avatar
Registered User
Join Date: Jun 2006
Location: Washington D.C
Posts: 620
Um..... actually only one is required and three is quite superflous but six.... well it's your money I suppose....


"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man."

George Bernard Shaw - Man and Superman
Posting Rules Forum Rules
You may not post new threads | You may not post replies | You may not post attachments | You may not edit your posts | BB code is On | Smilies are On | [IMG] code is On | HTML code is Off

Similar Threads