Reply
 
Thread Tools Display Modes
Old 07-24-12, 04:21 AM   #1
eiszeit
A Flamescale Wyrmkin
 
eiszeit's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 129
3D Models

I knew for about 2 years an addon existed which made movable 3D models/portraits of the target or any other unit. Anyone knows the name? I can't remember it. :/

I don't want to edit Phanx's oUF layout so that I can always update it w/o modify a sh*tload of lines
__________________
LYN.UI • DESTRUCTION IS A FORM OF CREATION.
eiszeit is offline   Reply With Quote
Old 07-24-12, 05:30 AM   #2
Haleth
Super Moderator
 
Haleth's Avatar
WoWInterface Super Mod
Featured
Join Date: Sep 2008
Posts: 1,054
http://www.wowinterface.com/download...Advanced6.html

You could write your own addon though that simply loads after the layout and adds the portraits to it.
__________________
Haleth is offline   Reply With Quote
Old 07-24-12, 05:37 AM   #3
eiszeit
A Flamescale Wyrmkin
 
eiszeit's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 129
Thanks.

Writing my own would be the best, I know. But last time I tried to make such kind of addon it doesn't really work. Dunno, I am not that pro in Lua. :X
__________________
LYN.UI • DESTRUCTION IS A FORM OF CREATION.
eiszeit is offline   Reply With Quote
Old 07-24-12, 06:33 AM   #4
Haleth
Super Moderator
 
Haleth's Avatar
WoWInterface Super Mod
Featured
Join Date: Sep 2008
Posts: 1,054
You could probably do something like

Code:
hooksecurefunc(oUF, "Spawn", function(unit)
	if unit == "player" then
		-- your player unitframe now exists, so you can look for it and add things to it
	end
end)
That is, once oUF has loaded.

Might not be the best way though. You should probably follow the oUF plugins template for anything more serious, but then again, the layout would most likely have to support it.
__________________
Haleth is offline   Reply With Quote
Old 07-24-12, 06:40 AM   #5
eiszeit
A Flamescale Wyrmkin
 
eiszeit's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 129
Thanks again, I'll try it all out when I am back home.
__________________
LYN.UI • DESTRUCTION IS A FORM OF CREATION.
eiszeit is offline   Reply With Quote
Reply

Go BackWoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » 3D Models

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