Nanhua
@nanhua
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 6
Reply
RE: SDK Custom Render Element, can't access element's bitmap

it’s not open-source, but the code is very simple, no special thing: class KFX_RE_Interface { // some stuff }; class KFX_RE_Light_Group : publi…

7 years ago
Forum
Reply
RE: SDK Custom Render Element, can't access element's bitmap

that’s strange :hmm: i implemented RE in my renderer and never encountered such an issue. 3dsmax will manage these bitmaps properly, no extra thing ne…

7 years ago
Forum
Reply
RE: SDK Custom Render Element, can't access element's bitmap

did you mean even after enabling the elements, their PBBitmap::bm field are still uninitialized?

7 years ago
Forum
Reply
RE: SDK Custom Render Element, can't access element's bitmap

you should enable the elements, i found that appleseed always disable them: IRenderElementMgr* re_manager = GetCOREInterface()->GetCurRenderEleme…

7 years ago
Forum
Reply
RE: Disable Scene Redraw / Focus Jumping

have you tried the Progress Bar Display? you can put the progressStart at the beginning of your script and put the progressEnd at the end. the progres…

7 years ago
Forum
Reply
RE: Retrieve width & height of bitmap-based Texmap?

it seems no universal approach to achieve it. for VrayHDRI or anything else, if i want to retrieve some info of it, i will first get its classID and p…

7 years ago
Forum