SyncViewS
@syncviews
New Member
Joined: Feb 14, 2024
Topics: 20 / Replies: 280
Reply
RE: Translating data between object classes

Hi Kevin, my solution isn’t exactly the same as yours. I needed to create a wrapper for Editable Poly Objects and Edit Poly Modifiers functions to wri…

14 years ago
Forum
Reply
RE: how to know how many isolated vertexs have the object

Hi, I’m guessing an answer, I actually haven’t tested it, but you can try: for each vertex in mesh get number of edges (or faces) connected to it (se…

14 years ago
Forum
Reply
RE: editable poly cut made me mad

Hi, a cut is defined by a plane. In the case of the cut tool the plane is defined by a line, drawn between first vertex and a point in space and a dir…

14 years ago
Forum
Reply
RE: Script in progress: automatic sub-object level

Hi Joel, I’ve just tested the download for IC.Shape and works fine. You can get it here under Download section clicking on the button with the diamond…

14 years ago
Forum
Reply
RE: Script in progress: automatic sub-object level

Well, that sort of license is still there from the first version of the script, where the code wasn’t encrypted. I did it because I didn’t like to see…

14 years ago
Forum
Reply
RE: Script in progress: automatic sub-object level

Hi Kevin, I don’t want to sound bad, but if I get it right, the script you are writing is the Tweak instrument included in IC.Shape 2.0. When you sele…

14 years ago
Forum
Reply
RE: checkbox enabled state

I was late, ZBuffer got the first place (hi buddy). As he said you need to create parameters to store data in a permanent way. In this example you got…

15 years ago
Forum
Reply
RE: nOOb question about moving vertices

Hi Francois, I’m glad it helped. Here is the code of a similar function I’ve got in a PolyWrapper class in C++. But I need to warn you: while I’m quit…

15 years ago
Forum
Reply
RE: nOOb question about moving vertices

Hi Francois, as far as I know there is no way to access Edit Poly Modifier without having the command Panel open, in Modify mode and with EditPolyModi…

15 years ago
Forum
Reply
RE: Python and PyQt in 3dsMax

Thanks a lot Eric, your efforts are really appreciated. A simple installer is definitely needed. Take your time and make it rock! Enrico

15 years ago
Forum
Reply
RE: Select edges below a certain lenght…

Hey Matt, thanks for the acknowledgement, it is not necessary but appreciated I learnt a lot from many other people too and still need help on tricky…

15 years ago
Forum
Reply
RE: Select edges below a certain lenght…

Hi Matt, here is the script you’re asking for. I took away the editText part, as it is unneeded. Let me know if it is what you wanted to achieve or if…

15 years ago
Forum
Reply
RE: How to tell if an object is casting a shadow on another

To avoid this problem, one solution could be to shot a ray form every vertex of the shadow casting object toward test objects in light direction AND f…

15 years ago
Forum
Reply
RE: How to tell if an object is casting a shadow on another

Hi Colin, I’m glad you solved the problem. Since I’ve been playing with this, I hope you don’t mind if I post my solution. It follows what Bobo said, …

15 years ago
Forum
Reply
RE: Paint Deformation parameters

Hi John, thePainterInterface, which paint deformation tools are based on, provides built in shortcuts to adjust size and pressure strength on the fly….

15 years ago
Forum
Page 2 / 20