Thread Tools Display Modes
03-31-20, 09:04 AM   #1
veg
A Defias Bandit
Join Date: Mar 2018
Posts: 3
TalentFrame Texture

heya i would like to hide borders of the talentframe icons, but i couldnt find the .blp in the texture files
any clues?
  Reply With Quote
04-15-20, 08:03 AM   #2
veg
A Defias Bandit
Join Date: Mar 2018
Posts: 3
none??? :c
  Reply With Quote
04-15-20, 10:13 AM   #3
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,871
The icons textures themselves have a border but for the buttons:

Code:
for i=1, 20 do 
	_G["TalentFrameTalent"..i.."Slot"]:SetTexture()
end
If you actually did want the texture, it's:

Interface\Buttons\UI-EmptySlot-White
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 04-15-20 at 10:17 AM.
  Reply With Quote
04-15-20, 12:21 PM   #4
veg
A Defias Bandit
Join Date: Mar 2018
Posts: 3
cheers man, you made my day
  Reply With Quote

WoWInterface » Developer Discussions » Graphics Help » TalentFrame Texture

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off