User Tools

Site Tools


ig:gfx:photocreator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ig:gfx:photocreator [2021/05/06 10:50] ig_jscig:gfx:photocreator [2024/04/04 08:04] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== IG.GFX.PhotoCreator ====== ====== IG.GFX.PhotoCreator ======
  
-The IG.GFX.PhotoCreator is a tool, to download a scene from the server. It is intended to be used to create renderings. This is done together with a second tool, the blender PhotoCreator. (For more details, see the IG.Graphics.Tools repositiory) +The IG.GFX.PhotoCreator is a tool, to download a scene from the server. It is intended to be used to create renderings. This is done together with a second tool, the Blender [[blender:photocreator|PhotoCreator]]
 ===== Getting the IG.GFX.PhotoCreator===== ===== Getting the IG.GFX.PhotoCreator=====
  
-The IG.GFX.PhotoCreator is located inside the IG.Grapics.Data.Tools repo. Ask the admin for access if needed.+The IG.GFX.PhotoCreator is located inside the IG.Graphics.Data.Tools repo. Ask the admin for access if needed.
 Save the latest Zip Version on your PC and unzip it. Save the latest Zip Version on your PC and unzip it.
  
Line 13: Line 12:
 === Running the IG.GFX.PhotoCreator for the first time=== === Running the IG.GFX.PhotoCreator for the first time===
  
-As soon as the Zip is unpacked, the excecution file can be run from the command line or the terminal.+As soon as the Zip is unpacked, the execution file can be run from the command line or the terminal.
  
 Open a command line or terminal inside the IG.GFX.PhotoCreator folder and run the excecution file by typing it into the command line: Open a command line or terminal inside the IG.GFX.PhotoCreator folder and run the excecution file by typing it into the command line:
Line 35: Line 34:
         -mode={IGXC|IGX2GO|OC|OCZIP} - The output format to be created. Default: IGXC         -mode={IGXC|IGX2GO|OC|OCZIP} - The output format to be created. Default: IGXC
         -geometry={OBJ|CTM|FBX} - The primary geometry format to be requested from the server. Default: OBJ         -geometry={OBJ|CTM|FBX} - The primary geometry format to be requested from the server. Default: OBJ
-        -high-resolution - Use high resolution assets if possible.+        -high-resolution - Use high-resolution assets if possible.
         -default-camera=<CAMERA> - Defines a default camera, if no camera is specified. Default: FrontRight         -default-camera=<CAMERA> - Defines a default camera, if no camera is specified. Default: FrontRight
         -default-environment=<ENVIRONMENT> - Defines a default environment, if no environment is specified. Default: ?01         -default-environment=<ENVIRONMENT> - Defines a default environment, if no environment is specified. Default: ?01
         -synchronize - In Job mode, the synchronization of the Database(s) is requested.         -synchronize - In Job mode, the synchronization of the Database(s) is requested.
         -skip-assets - In IGXC mode, the asset download will be skipped.         -skip-assets - In IGXC mode, the asset download will be skipped.
-        -help, ? - Print this information.+        -help,? - Print this information.
  
  
Line 59: Line 58:
  
  
-The first file is a so called Photo.json file. It holds information about the project, articles, configurations and render settings that will be processed. This file can be downloaded from the [[ig.creator:products#selection, export:|IG.Creator]] or created manually.+The first file is a so-called Photo.json file. It holds information about the project, articles, configurationsand renders settings that will be processed. This file can be downloaded from the [[ig.creator:products#selection, export:|IG.Creator]] or created manually.
 Use this [[ig:gfx:photocreator:sampels|Link]] for a table with parameters and a template script. Use this [[ig:gfx:photocreator:sampels|Link]] for a table with parameters and a template script.
  
  
  
-The second file is a so called create batch or shell file (depends on OS), that gives the Photo.json to the server and asks for the assets and article structure. Inside this file the parameters form the first start of the IG.GFX.PhotoCreator will be inserted.+The second file is a so-called create batch or shell file (depends on OS), that gives the Photo.json to the server and asks for the assets and article structure. Inside this filethe parameters form the first start of the IG.GFX.PhotoCreator will be inserted.
  
 **Setting up the create file** **Setting up the create file**
  
-It is recommended to save the create file in an other folder than the IG.GFX.PhotoCreator. The most easiest way is to put it into a subfolder called "Create".+It is recommended to save the create file in another folder than the IG.GFX.PhotoCreator. The easiest way is to put it into a subfolder called "Create".Make sure the create.bat & Photo.json files should be in the same folder. 
 + 
 +**Service-URL and GFX** 
 + 
 +The current url is **https://3d.intelligentgraphics.biz/services/gfx/**.  
 +If this address is not correct, no error is output. But you can see that no assets are loaded and stored. 
 + 
 +Normally it is not necessary to synchronize the GFX data from IG.Creator to the GFX Server. However, you can try to trigger this sync manually at the URL https://3d.intelligentgraphics.biz/services/gfx. 
 + 
 +For access to the required workspaces, corresponding activations in the user license may be necessary!
  
 <code> <SomePath>/IG.GFX.PhotoCreator/Create> </code> <code> <SomePath>/IG.GFX.PhotoCreator/Create> </code>
  
-Inside the //Create// folder create the create.bat or create.sh file.+Inside the //Create// folder create the create.bat or create.sh file.
  
 Type in the following parameters: Type in the following parameters:
Line 83: Line 91:
  
 REM server address to download assets REM server address to download assets
-SET SERVICE=https://ig5.intelligentgraphics.biz/proxy/gfx2/+SET SERVICE=https://3d.intelligentgraphics.biz/services/gfx/
  
 REM IG.Creator login user REM IG.Creator login user
 SET IG_GFX_USER=XYZ SET IG_GFX_USER=XYZ
  
-REM IG.Creator loging user password+REM IG.Creator login user password
 SET IG_GFX_PWD=CreatorPasswort SET IG_GFX_PWD=CreatorPasswort
  
Line 99: Line 107:
 <code bash> <code bash>
 # Path to IG.GFX.PhotoCreator executable # Path to IG.GFX.PhotoCreator executable
-IG_GFX_PHOTO_CREATOR=<SomePath>\IG.GFX.PhotoCreator\PhotoCreator.exe+IG_GFX_PHOTO_CREATOR=<SomePath>/IG.GFX.PhotoCreator/PhotoCreator.exe
  
 # server address to download assets # server address to download assets
-SERVICE=https://ig5.intelligentgraphics.biz/proxy/gfx2/+SERVICE=https://3d.intelligentgraphics.biz/services/gfx/
  
 # IG.Creator login user # IG.Creator login user
 IG_GFX_USER=XYZ IG_GFX_USER=XYZ
  
-# IG.Creator loging user password+# IG.Creator login user password
 IG_GFX_PWD=CreatorPasswort IG_GFX_PWD=CreatorPasswort
  
Line 115: Line 123:
 :!: Make sure you are not giving this file to other people while your user credentials are typed in here. In case you are going to share this file, create the IG_GFX_USER and IG_GFX_PWD as global system variables and delete them from this file :!: :!: Make sure you are not giving this file to other people while your user credentials are typed in here. In case you are going to share this file, create the IG_GFX_USER and IG_GFX_PWD as global system variables and delete them from this file :!:
  
-Run the create file from the command line or terminal. It will download all assets and saves it inside a Photos folder.+Run the create file from the command line or terminal. It will download all assets and saves them inside a Photos folder
 + 
 +Have a look at this folder. This folder should hold several text files as well as an index.txt file and a subfolder. Opening this subfolder leads to more subfolders, with the single assets at the end. These assets are used later to create a rendering. 
 + 
 +==== Output ==== 
 +After terminating the IG.GFX.PhotoCreator process a bundle of files is provided. 
 +Usually the structure looks similar to this: 
 +<code> 
 +-Photos 
 +    -Domain 
 +        -Subdomain 
 +            + TexturesFolder.tex 
 +            + AssetFolder.geo 
 +    -test01-scene.json 
 +    -test01-env.json 
 + 
 +    -test02-scene.json 
 +    -test02-env.json 
 +</code> 
 + 
 +Domain, Subdomain, TexturesFolder.tex and AssetFolder.geo hold the downloaded assets. All scene descriptions lay inside the Photos folder. 
 + 
 +  * __test01-scene.json__ holds the scene description that is needed for renderings 
 +  * __test01-env.json__ is holding additional rendersettings that were processed from the input. 
 + 
 +Make sure the scene and the environment file have the same prefix. E.g. test01.
  
-Have a look into this folder. This folder should hold several text files as well as an index.txt file and a subfolder. Opening this subfolder leads to more subfolders, with the single assets at the end. These assets are used later to create a rendering. 
  
 ===== Problems and how to solve===== ===== Problems and how to solve=====
Line 125: Line 157:
 </code> </code>
  
-  * Make sure using valide Creator login. Ask the admin for help.+  * Make sure to use valid Creator login. Ask the admin for help.
  
 ------- -------
Line 145: Line 177:
     * | inside the Id     * | inside the Id
     * ä, ö, ü, ß     * ä, ö, ü, ß
-  * Check using valide json code  +  * Check using valid json code  
  
 ------- -------
Line 159: Line 191:
 Several text files are downloaded inside the Photos folder but no subfolders with assets Several text files are downloaded inside the Photos folder but no subfolders with assets
 </code> </code>
-  * Make sure the data from the IG.Creator is syncroniced to the server.+  * Make sure the data from the IG.Creator is synchronized to the server.
  
 ------- -------
ig/gfx/photocreator.1620291059.txt.gz · Last modified: 2024/04/04 08:04 (external edit)