Thread: SBug (portrait)
View Single Post
08-29-12, 11:58 PM   #7
Sentacursa
A Deviate Faerie Dragon
 
Sentacursa's Avatar
Join Date: Aug 2012
Posts: 13
Originally Posted by zork View Post
oUF supports 2D portraits. Just make that an option and done. (Depending on frame oUF decides what to spawn).

Check "use3D".
http://code.google.com/p/rothui/sour...re/lib.lua#397

Lua Code:
  1. --3d
  2. self.Portrait = CreateFrame("PlayerModel", nil, frame)
  3. --2d
  4. self.Portrait = frame:CreateTexture(nil,"BACKGROUND",nil,-7)
yup it supports 2d / (i am just gonna do a work arround it myself)..
i don't like 2d...
LOL
  Reply With Quote