Skip to content
Snippets Groups Projects
Commit 47af0626 authored by prndev's avatar prndev
Browse files

Including !1916 for fixing #115.

parents 55731604 4fe1ffb3
No related branches found
No related tags found
No related merge requests found
:: Art_Vector_Belly_ [nobr]
<<set _art_have_belly = true>>
<<set _art_belly_scale_factor = 0.300*Math.log(0.011*_artSlave.belly) >>
/* TODO: add check in penis control. do not draw penis atop belly if _art_belly_scale_factor > 1. */
<<set _art_scale_factor = _art_belly_scale_factor >>
<<set _art_translation_x = -262*(_art_scale_factor-1) >>
<<set _art_translation_y = -284*(_art_scale_factor-1) >>
<<set _art_belly_transform = "matrix(" + _art_scale_factor +",0,0," + _art_scale_factor + "," + _art_translation_x + "," + _art_translation_y + ")">>
<<set _art_transform = _art_belly_transform>>
/* default: do no scaling (for addons on flat bellies) */
<<set _art_transform = "">>
<<if _artSlave.belly >= 2000>>
/* add pregnancy belly, scale dynamically (clothing and addons can be scaled, too) */
<<set _art_belly_scale_factor = 0.300*Math.log(0.011*_artSlave.belly) >>
/* TODO: add check in penis control. do not draw penis atop belly if _art_belly_scale_factor > 1. */
<<set _art_scale_factor = _art_belly_scale_factor >>
<<set _art_translation_x = -262*(_art_scale_factor-1) >>
<<set _art_translation_y = -284*(_art_scale_factor-1) >>
<<set _art_belly_transform = "matrix(" + _art_scale_factor +",0,0," + _art_scale_factor + "," + _art_translation_x + "," + _art_translation_y + ")">>
<<set _art_transform = _art_belly_transform>>
<<if _artSlave.navelPiercing == 1>>
<<include Art_Vector_Belly_Pregnant_Piercing>>
<<elseif _artSlave.navelPiercing == 2>>
......@@ -25,10 +28,7 @@
<<include _art >>
<</switch>>
<</if>>
/* shiny clothings */
<<if _artSlave.belly >= 2000>>
/* shiny clothings */
<<if $seeVectorArtHighlights == 1>>
<<if _artSlave.fuckdoll != 0 || _artSlave.clothes == "restrictive latex" || _artSlave.clothes == "a latex catsuit" || _artSlave.clothes == "body oil">>
<<include Art_Vector_Belly_Outfit_Shine >>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment