2017-07-06 08:00 AM
2018-07-17 03:13 AM
lukaso wrote:
Has anyone tried to put a second or third Profile into the "profile_with_tube" script?
2018-07-17 11:08 AM
2018-07-24 09:56 PM
2018-07-25 02:38 AM
Pertti wrote:I'm not quite sure what you mean.
Looks like You can't save profiles' parameters to a parameter tab.
2018-07-25 03:42 AM
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2018-07-25 04:15 AM
Lingwisyer wrote:The overall height and width - yes.
Can you interact with the Profiles stretch regions?
Ling.
2018-07-30 08:41 AM
Barry wrote:
Lingwisyer wrote:
Can you interact with the Profiles stretch regions?
The overall height and width - yes.
The profile (and stretch regions) should behave exactly the same as if you were manually using the profile.
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |
2018-07-30 09:29 AM
Lingwisyer wrote:I haven't created my own profiled objects from scratch yet, and I assumed you could specify an overall height and width of the profile you want to use.
I have not been able to find out how to achieve this...
if abs(iProfile) = PROFILE_WOOD1 then ! mirroring irrelevant ! script coordinates relative to top middle xFactor = wProfile / 0.074 yFactor = hProfile / 0.066 offsetY = offsetY + hProfile / 2 yBottom = offsetY * yFactor - hProfile endif if abs(iProfile) = PROFILE_WOOD2 then ! mirroring irrelevant ! script coordinates relative to top middle xFactor = wProfile / 0.07146499997866 yFactor = hProfile / 0.06114945598568 offsetY = offsetY + hProfile / 2 yBottom = offsetY * yFactor - hProfile endif if abs(iProfile) = PROFILE_WOOD3 then ! mirroring irrelevant ! script coordinates relative to bottom middle xFactor = wProfile / 0.05 yFactor = hProfile / 0.01461124862507 offsetY = (offsetY - hProfile / 2) / yFactor yBottom = (0 + offsetY) * yFactor endif if abs(iProfile) = PROFILE_WOOD4 then ! mirroring irrelevant ! script coordinates relative to bottom middle xFactor = wProfile / 0.085 yFactor = hProfile / 0.06147903275841 offsetY = (offsetY - hProfile / 2) / yFactor yBottom = (0 + offsetY) * yFactor endif
2018-07-30 10:41 AM
2018-07-30 10:59 AM
AC22-23 AUS 7000 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win10 | R5 2600 | 16GB | GTX1660 |