About this site
ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
Comments
Hi, Where to download this
Hi,
Where to download this script please?
Regards,
neil
but still the same
May be smth else?
in line
on btn2 rightclick do
(
ca = custAttributes.get d objTMData -- Unable to convert: undefined to type: MaxObject <<
ahhh
srry! My fault!
STILL THE SAME ERROR
in line
on btn2 rightclick do
(
ca = custAttributes.get d objTMData -- Unable to convert: undefined to type: MaxObject <<
I already told you. You need
I already told you. You need to put local variable "d" outside function.
barigazy
... but
you not need this free camera (it'sonly for example). What you need is to add this CA to all cameras in List View. You can add also more infos not only scene objects transform informations.
barigazy
I look at this code, and I can't understand!
if
ca = custAttributes.get d objTMData
doesn't work for camera d, then it will not work for other cameras as well ?!!!?
...
The problem is not CA. You need to define better scenario for this tool, because there is more limitations that you need to consider.
The main problems are:
- Transform, animated and linked objects
- Different count of objects in different states
and who knows what more.
That's why Autodesk recreate whole State Scene in max2013+ ei. max2012(SAP)
I never play with this. Maybe someone can help you with that.
barigazy
:)
Try to write something and then we talk.
barigazy
now I can rest in piece!
Barigazy, look! I've added to your code some lines from previous hints
A runt it, then I move an object from the scene and then,
When I press refresh, I get error
-- Unable to convert: undefined to type: MaxObject
error for -> ca = custAttributes.get d objTMData