I love it, but how do I edit a TXT image file? Typically, I color match my client's materials in PS, but I can't when using the V-Ray material library.
Announcement
Collapse
No announcement yet.
V-Ray Material Library
Collapse
X
-
V-Ray Material Library
Bobby Parker
www.bobby-parker.com
e-mail: info@bobby-parker.com
phone: 2188206812
My current hardware setup:- Ryzen 9 5900x CPU
- 128gb Vengeance RGB Pro RAM
- NVIDIA GeForce RTX 4090 X2
- Windows 11 Pro
Tags: None
-
That really limits what I can use then.Bobby Parker
www.bobby-parker.com
e-mail: info@bobby-parker.com
phone: 2188206812
My current hardware setup:- Ryzen 9 5900x CPU
- 128gb Vengeance RGB Pro RAM
- NVIDIA GeForce RTX 4090 X2
- Windows 11 Pro
Comment
-
You can convert them with the command line tool maketx, which is free.
Later versions of Vray install it for you:
C:\Program Files\Chaos Group\V-Ray\3ds Max 2021\bin\maketx.exe
C:\Users\kimodo>"C:\Program Files\Chaos Group\V-Ray\3ds Max 2021\bin\maketx.exe" --help
maketx -- convert images to tiled, MIP-mapped textures
OpenImageIO 1.8.16 http://www.openimageio.org
Usage: maketx [options] file...
--help Print help message
-v Verbose status messages
-o %s Output filename
--threads %d Number of threads (default: #cores)
-u Update mode
--format %s Specify output file format (default: guess from extension)
--nchannels %d Specify the number of output image channels.
--chnames %s Rename channels (comma-separated)
-d %s Set the output data format to one of: uint8, sint8, uint16, sint16, half, float
--tile %d %d Specify tile size
--separate Use planarconfig separate (default: contiguous)
--compression %s Set the compression method (default = zip, if possible)
--fovcot %f Override the frame aspect ratio. Default is width/height.
--wrap %s Specify wrap mode (black, clamp, periodic, mirror)
--swrap %s Specific s wrap mode separately
--twrap %s Specific t wrap mode separately
--resize Resize textures to power of 2 (default: no)
--noresize Do not resize textures to power of 2 (deprecated)
--filter %s Select filter for resizing (choices: box triangle gaussian sharp-gaussian catmull-rom
blackman-harris sinc lanczos3 radial-lanczos3 mitchell bspline disk cubic keys simon
rifman, default=box)
--hicomp Compress HDR range before resize, expand after.
--sharpen %f Sharpen MIP levels (default = 0.0 = no)
--nomipmap Do not make multiple MIP-map levels
--checknan Check for NaN/Inf values (abort if found)
--fixnan %s Attempt to fix NaN/Inf values in the image (options: none, black, box3)
--fullpixels Set the 'full' image range to be the pixel data window
--Mcamera %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f
Set the camera matrix
--Mscreen %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f %f
Set the screen matrix
--prman-metadata Add prman specific metadata
--attrib %s %s Sets metadata attribute (name, value)
--sattrib %s %s Sets string metadata attribute (name, value)
--sansattrib Write command line into Software & ImageHistory but remove --sattrib and --attrib
options
--constant-color-detect Create 1-tile textures from constant color inputs
--monochrome-detect Create 1-channel textures from monochrome inputs
--opaque-detect Drop alpha channel that is always 1.0
--no-compute-average Don't compute and store average color
--ignore-unassoc Ignore unassociated alpha tags in input (don't autoconvert)
--runstats Print runtime statistics
--mipimage %s Specify an individual MIP level
Basic modes (default is plain texture):
--shadow Create shadow map
--envlatl Create lat/long environment map
--lightprobe Create lat/long environment map from a light probe
Color Management Options (OpenColorIO DISABLED)
--colorconfig %s Explicitly specify an OCIO configuration file
--colorconvert %s %s Apply a color space conversion to the image. If the output color space is not the same
bit depth as input color space, it is your responsibility to set the data format to
the proper bit depth using the -d option. (choices: linear, sRGB, Rec709)
--unpremult Unpremultiply before color conversion, then premultiply after the color conversion.
You'll probably want to use this flag if your image contains an alpha channel.
Configuration Presets
--prman Use PRMan-safe settings for tile size, planarconfig, and metadata.
--oiio Use OIIO-optimized settings for tile size, planarconfig, metadata.
C:\Users\kimodo>
I emboldened some important switches for you.
You can also convert them with tools from Pixamoon:
https://www.pixamoon.com/shop/458756...ng-.../9333016
$14 for that.
- Likes 1
Comment
-
Got it, thank you.Bobby Parker
www.bobby-parker.com
e-mail: info@bobby-parker.com
phone: 2188206812
My current hardware setup:- Ryzen 9 5900x CPU
- 128gb Vengeance RGB Pro RAM
- NVIDIA GeForce RTX 4090 X2
- Windows 11 Pro
Comment
-
or as alternative option just rename the map format from ".tx" to ".tiff" and Photoshop can open it as any other image .-------------------------------------------------------------
Simply, I love to put pixels together! Sounds easy right : ))
Sketchbook-1 /Sketchbook-2 / Behance / Facebook
- Likes 1
Comment
-
Well, that is easy enough! Name it back, I guess or remap it to the new texture.Bobby Parker
www.bobby-parker.com
e-mail: info@bobby-parker.com
phone: 2188206812
My current hardware setup:- Ryzen 9 5900x CPU
- 128gb Vengeance RGB Pro RAM
- NVIDIA GeForce RTX 4090 X2
- Windows 11 Pro
- Likes 1
Comment
-
Originally posted by glorybound View PostWell, that is easy enough! Name it back, I guess or remap it to the new texture.
Speaking of that , Lele is working on a script that will allow you to add your own materials to the assets browser. so that could be handy for such cases .check here for more info :
https://forums.chaosgroup.com/forum/...fresher-script-------------------------------------------------------------
Simply, I love to put pixels together! Sounds easy right : ))
Sketchbook-1 /Sketchbook-2 / Behance / Facebook
- Likes 1
Comment
-
I save all textures into the project folder, so overriding it would be easier.Bobby Parker
www.bobby-parker.com
e-mail: info@bobby-parker.com
phone: 2188206812
My current hardware setup:- Ryzen 9 5900x CPU
- 128gb Vengeance RGB Pro RAM
- NVIDIA GeForce RTX 4090 X2
- Windows 11 Pro
- Likes 1
Comment
-
Yep, that is how I think, too. I use FilePathPro and it works like a charm.Bobby Parker
www.bobby-parker.com
e-mail: info@bobby-parker.com
phone: 2188206812
My current hardware setup:- Ryzen 9 5900x CPU
- 128gb Vengeance RGB Pro RAM
- NVIDIA GeForce RTX 4090 X2
- Windows 11 Pro
Comment
Comment