EMJAY
@emjay
New Member
Joined: Feb 14, 2024
Topics: 1 / Replies: 20
Reply
RE: 3dsmax 2017 Python

(apologies for the formatting) I am running Max as an administrator, Windows 10 I also have a 64 bit build of Python 2.7.13 on my machine I have be…

9 years ago
Forum
Reply
RE: Position, rotation, and custom attributes

The code is great and gives me a list of attributes defined in the scene, but I want to return the name of a specific node with a known attribute. If…

11 years ago
Forum
Reply
RE: Position, rotation, and custom attributes

Hi, thanks for the replies. Dennis, that is a much better way to add the attribute, thanks for that. Now, at the risk of taking liberties, how would I…

11 years ago
Forum
Reply
RE: Position, rotation, and custom attributes

Hi, I want to add some custom attributes to an object, but do not want to have them show up in the ui. I want to be able to find an object that has a …

11 years ago
Forum
Reply
RE: dotNet UI

I could use filterstring of course but that is a ball ache.

11 years ago
Forum
Reply
RE: dotNet UI

Hi guys, not posted in a while but the dot net form is going well. Have got the treeview working and everything is going to plan(ish). Is there a way…

11 years ago
Forum
Reply
RE: dotNet UI

Good evening chaps, the dot net form is going great, amended script below. I have been looking at creating a rclick menu and have the code for creatin…

11 years ago
Forum
Reply
RE: dotNet UI

All is good in the dot net form but having a little issue with the population. When I make the objects that I need via the other controls, the treevie…

11 years ago
Forum
Reply
RE: dotNet UI

Thanks for the organization but the reason I laid it out like that is so that other people who are new to this would be able to see it laid out in a w…

11 years ago
Forum
Reply
RE: dotNet UI

Ok, so have been flapping about and eating pizza and M&Ms for a day, so my sugar levels have hit euphoric levels. I have resolved a lot of the are…

11 years ago
Forum
Reply
RE: dotNet UI

Yes, I think you are right. I will look into this as it has the functions/syntax that I need. Still quite new to dot net in max, but its already provi…

11 years ago
Forum
Reply
RE: dotNet UI

I am using a dot net numeric up down and I already have the decimal places set to 2. If the number ends in 12.36, then the full number is added to the…

12 years ago
Forum
Reply
RE: dotNet UI

have managed to get a combo box that updates a listview with unique items and in numerical order. I also have a spinner which allows for values to al…

12 years ago
Forum
Reply
RE: dotNet UI

Thanks for the reply. I think I may have written the last post incorrectly. What I have is a dot net form (no max controls) and the object I want to p…

12 years ago
Forum
Reply
RE: dotNet UI

I figured out how to add an item if it is unique by using the .Contains property: lstBx_Obj.Items.Contains(ObjDDwnItem) which added the item if it w…

12 years ago
Forum
Page 1 / 2