Out of curiousity (not snarkiness), what purpose does it serve? What do you use something like this for? Relighting, possibly?
Type: Posts; User: Kryslin
Out of curiousity (not snarkiness), what purpose does it serve? What do you use something like this for? Relighting, possibly?
Using the map you provided, in LW2015 (earliest version I still have installed), I didn't see the issue you described.
However, doesn't mean it doesn't exist - mainly because jpegs are 8 bit per...
From what I remember on the subject, the problem lies in the Sentinel Licensing system, not with Lightwave. At least, with LW 9.6, which still relied on the dongle.
My recommendation is to go through the denoise workflow that should be in the online help, then.
If you are using 2019, try turning on de-spike, and give it a threshold of 0.2-0.3.
Also,what is the specularity and roughness on the yellow surface?
I think you can, but transferring texturing and surfacing across packages is problematic .mb files are proprietary, and I tried exporting to .ma for a project (which turned out to be really...
Yes, weight mapping the model would help, though you could add hold bones in area like the chest and such to control deformations.
If you use weight maps, at a minimum, you'll need Torso, Neck,...
It appears that you have to go through the following steps:
import lwsdk
def process (self, ga)
name = "myfilename.lwo"
result = ga.evaluate(ga.data, "LoadObject %s" % name)
(This...
Use a vector node under constant. Heading into the X channel, Pitch into the Y channel, and Bank into the Z channel.
Translation, Scale, Rotation are all vectors; The first two are <X,Y,Z>, and rotation is <H,P,B>. Unknown whether rotation is in degrees or radians, though...
I'll probably bite on it here. The new remeshing function looks promising...
If you are using FiberFX, you will need extra anti-aliasing passes, sometimes 30%-50% more. There is no way around it, due to the ray-traced primitive method now used.
Nothing you can add to a...
With Multishift, be sure to check the box marked "group polygons". Treats the entire selection as one polygon, then.
Bevel or multishift can expand or contract a flat polygon(s) easily, just use the inset value to achieve your effect.
There have been a few changes in lscript; It's quite possible that something broke in the 2018 cycle that's only been partially fixed - I had a pretty generic lscript that started throwing "Internal...
Unfortunately, you can't use the face rig builder to change the number of bones in the rig parts. You have to clear the old one out, and rebuild the face rig. There are things you can do to save...
Yes, a screen shot showing the problem would be helpful.
Early on, when learning lightwave, I came across problems that would cause a very sharp fall off. I've not had that problem since the 11.x...
Bias maps are RGB vertex color maps, with the vector being a color value. The values can be either in the range of -1 to 1, or remapped to 0 to 1 ( (value + 1) / 2, and use the remapped value check...
While it is a neat little script, does exactly what it says, there is a much simpler way to accomplish the task...
main{
makebox(<0,0,0>,<1,1,0>, <4,4,1>);
}
If you need a reference...
FFX Estimator has a bit of a quirk right now - You have to press calculate twice to get the results from it. I think I might have to move this one over to Python...
It's not like it's all that...
I've already got the condition of <2 surfaces trapped, I'll work on the existing point of poly selection during the next week. Then... Parts.
I changed 3 settings - I turned on Brute Force GI (with 4 samples), turned off Interpolated, and changed the Adaptive AA threshold to 0.05, and the filter radius to 0.51.
Cut 4 minutes off my...
How many surfaces do you have on the object? There should be at least two, and the script works on polygon selections. Having only one surface would bomb the list box, since it removes the surface...
I think I know what's causing this, but I'll take a look.
In my experience, I've always made sure that I've actually physically selected something in every menu item...
(Not having selected...
As an experiment, I took the scene, and added a 12th Pod, with Skin material / FiberFX on it, in the center of the scene (Which is the worst possible place for it, IMHO...)
Render time was about...