Yes – that is the case ( curve handles on TCB controllers = biped exlusive )
The switch to euler option was only added pretty late in biped, and as far i understand, the euler presentation in the interface is just a “facade” wh…
I messed with them a bit: regarding the double parameters you are seeing, i’m just speculating: PhysXPaneldata might only be the data struct holdin…
check the trial download extract and look for the SDK install package ( *.msi file ) You will need that and Visual studio and some good amount of ener…
Thanks for the headsup – i thought the mxs docs meant all children, but it’s text is quite ambiguous inserts time in all controllers of all children…
According to the docs this should be easier. For example this should insert 40 frames at frame 0 inserttime rootnode.children 0f 40f I did not ver…
Was’nt there some new method implemented and exposed in Max 2015 for the new placement tool? Maybe i should’ nt mention it because it’s not released y…
I remember someone reported a bug about that ( i think Martin Breidt ) Please report this issue too to get it fixed
maybe using the tack hammer works too, but did’nt test it … gc light:true
Will not help you much, but this is from the Max 2015 MXS docs “Whats new” section New Bitmap Value Functions And Enhancements The new function forc…
This change to your inital code works for me rci.addControl #imgtag #myButton “My Button” paramStr:”bitmap:bm” bm is global than though …
Funny – the artefacts are black in my case, so i guess this is some color in the UI config … Of course … the Max UI background is coming through in th…
You should use an eventhandler to change the buttons captions when the map gets added I see you using your own code to build the rollout array, but i…
you can get the controls a rollout contains using the <rollout>.controls property this is an array containing ALL controls in that rollout. Eve…