Search found 8 matches

by nospitters
Wed Apr 14, 2021 7:57 am
Forum: Setup
Topic: Web GUI folder configuration
Replies: 12
Views: 12217

Re: Web GUI folder configuration

hi timur,

thanx a lot for investigating...
looking forward for the next release..
by nospitters
Mon Apr 12, 2021 4:31 pm
Forum: Setup
Topic: Web GUI folder configuration
Replies: 12
Views: 12217

Re: Web GUI folder configuration

i think you misunderstand...(or maybe i misunderstand?) but this can be override at the moment with "af_http_serve_dir" in the config, right? nevertheless whatever i will put inside it will always return the "root" internet-adress "http://host:51000" and NOT a subfolder...
by nospitters
Mon Apr 12, 2021 1:54 pm
Forum: Setup
Topic: Web GUI folder configuration
Replies: 12
Views: 12217

Re: Web GUI folder configuration

??? i think we misunderstood... i try to explain: by default the Web Interface is configured that it looks to "../afanasy/browser/index.html", wich is the dokument root of the WebGui... this is mapped for a internet-browser so that the adress looks like "http://www.host.com:51000"...
by nospitters
Mon Apr 12, 2021 11:12 am
Forum: Setup
Topic: Web GUI folder configuration
Replies: 12
Views: 12217

Re: Web GUI folder configuration

i see...
my intension was to serve the WebGui over the internet, so users can reach the WebGui in a browser-adress like "http://www.host.com:51000/WebGui/index.html"
and NOT "http://www.host.com:51000", since "host.com" has also several internet pages to show...
by nospitters
Mon Apr 12, 2021 10:00 am
Forum: Setup
Topic: Web GUI folder configuration
Replies: 12
Views: 12217

Re: Web GUI folder configuration

i refer to afserver and its configuration in "../afanasy/config_default.json". afserver always looks into "../afanasy/browser/index.html" (hardcoded?) and sets this as a httpd root-directory... i.e. if i move the "browser" folder to other location like "..MyWebGui/...
by nospitters
Sat Apr 10, 2021 9:26 pm
Forum: Maya
Topic: Maya Submission Scripts/Plugin Setup
Replies: 2
Views: 4808

Re: Maya Submission Scripts/Plugin Setup

ok found out in the meanwhile...

something like this if someone wonders:
in maya python script editor:

Code: Select all

from afanasy import *
ui = UI().show()
by nospitters
Sat Apr 10, 2021 9:23 pm
Forum: Setup
Topic: Web GUI folder configuration
Replies: 12
Views: 12217

Web GUI folder configuration

hi,

with default settings the web UI browser access is like that
http://127.0.0.1:51000

but i want something like that:
http://127.0.0.1:51000/MyWebGui

how to setup such a folder-structure? (in apache i would create an alias in the config...)
by nospitters
Sat Apr 10, 2021 12:36 pm
Forum: Maya
Topic: Maya Submission Scripts/Plugin Setup
Replies: 2
Views: 4808

Maya Submission Scripts/Plugin Setup

hi, i am trying to setup cgru with maya 2018-2020...to render with redshift. however i dont get the submission scripts showing in maya. can somebody give me a hint how to setup the maya submissstion plugins/scripts, so i can submit jobs from inside maya? (the documentation doesnt help much on this.....