SkinCorrector [SUBMITTED]
Moderator: SecondMan
Re: SkinCorrector
On its way! 
Added in 8 minutes 5 seconds:

Here!


Added in 8 minutes 5 seconds:

Here!




You do not have the required permissions to view the files attached to this post.
- Midgardsormr
- Fusionator
- Posts: 2099
- Joined: Wed Nov 26, 2014 8:04 pm
- Location: Los Angeles, CA, USA
- Been thanked: 22 times
- Contact:
- SecondMan
- Site Admin
- Posts: 4828
- Joined: Thu Jul 31, 2014 5:31 pm
- Location: Vancouver, Canada
- Been thanked: 39 times
- Contact:
Re: SkinCorrector
Ah, but that's by accident only. Lua will auto-convert strings to numbers, but only when it is able. In your case this works, because "15.0" is unambiguous, same for "9.02". However, if there would be a - completely hypothetical of course - version of Fusion that returns "16.1.1" for
You can test this easily:
works as an expression, but
does not.
bmd_.VERSION
, that will fail. You can test this easily:
Code: Select all
"15.0"+2
Code: Select all
"16.1.1"+2
- Midgardsormr
- Fusionator
- Posts: 2099
- Joined: Wed Nov 26, 2014 8:04 pm
- Location: Los Angeles, CA, USA
- Been thanked: 22 times
- Contact:
Re: SkinCorrector
Here version 4 of my skin corrector macro!
and a Tutorial about how to use it.
and a Tutorial about how to use it.
You do not have the required permissions to view the files attached to this post.
Re: SkinCorrector [SUBMITTED]
Some optimization has been made!
Cheers!!!
You do not have the required permissions to view the files attached to this post.