View difference between Paste ID: 2egrAzef and RCmJkEyi
SHOW: | | - or go back to the newest paste.
1
edithud = [
2-
	format "%4^f7%5^f7gridsize :^f2 %1 ^f7| worldsize :^f2 %2 ^f7| floatspeed :^f2 %3" $gridpower $mapscale $floatspeed (
2+
	format "%4^f7%5^f7gridsize :^f2 %1 ^f7| floatspeed :^f2 %2 ^f7| allfaces : %3" $gridpower $floatspeed (? $allfaces "^f3On" "^f0Off") (
3
		? $hmapedit (format "brush^f2 %1 ^f7:^f2 %2^n" $brushindex $brushname) (
4
			? $blendpaintmode (
5-
				format "blendpaint mode : ^f2%1^f7^nblend brush : ^f2%2^n" (at $blendpaintmodes $blendpaintmode) (getblendbrushname (curblendbrush))
5+
				format "blendpaint mode : ^f2%1^f7^nblend brush : ^f2%2^n" (at $blendpaintmodes $blendpaintmode) (getblendbrushname $curblendbrush)
6-
			) (? (! (enthavesel)) (
6+
			) (? (! $enthavesel) (
7-
				format "index^f2 %1 ^f7:^f2 %2^n" (max 0 (getseltex)) (gettexname (getseltex))
7+
				format "index^f2 %1 ^f7:^f2 %2^n" (max 0 $getseltex) (gettexname $getseltex)
8
			))
9
		)
10-
	) (? (enthavesel) (concat (entget) ":^f2" (enthavesel) "^f7selected^n"))
10+
	) (? $enthavesel (concat $entget ":^f2" $enthavesel "^f7selected^n"))
11
]