Page 7 of 8

Re: RCTools updates

Posted: 26 Jun 2013, 13:09
by Jho
Seems like a great plug-in, just started playing with it.
I'm trying to weight map a skirt and I've weighted the outer layer. I was thinking this tool might be good for copying the weights for the inner layer of the skirt, but as copypasteing won't work with clusters, it's a bit hard. Is there a good way to go about doing this, or should I just copy a few polygons at a time?

Sorry if this was a stupid question. And thanks a lot for the plug-in :)

Re: RCTools updates

Posted: 26 Jun 2013, 13:34
by mattmos
Jho wrote:Seems like a great plug-in, just started playing with it.
I'm trying to weight map a skirt and I've weighted the outer layer. I was thinking this tool might be good for copying the weights for the inner layer of the skirt, but as copypasteing won't work with clusters, it's a bit hard. Is there a good way to go about doing this, or should I just copy a few polygons at a time?

Sorry if this was a stupid question. And thanks a lot for the plug-in :)
Not sure if you need a plugin for that, use GATOR to copy weights over.

Re: RCTools updates

Posted: 26 Jun 2013, 14:08
by Jho
Oh right. I just thought it would be a hassle to cut a piece of the geometry out and merge it back in. But it was pretty easy once I tried it. Thanks a lot.

Although it would be nice to automate this process somehow. So that I could just paint away and all the weights would be copied to the other side. Anyways, I'm getting off topic. Thanks again.

Re: RCTools updates

Posted: 26 Jun 2013, 14:29
by rray
Yes when the other geo is close by, and it's in point context, GATOR works great.
If you were to copy/paste from sample context like UVs, GATOR had some issues, at least last time I tried, so I think I'd try topo-clipboard for something like that first.

Re: RCTools updates

Posted: 28 Jun 2013, 12:52
by julca
Hello !

I have noticed that the "Cap marked hole" command add a point on an open edge selection like this :
cap.jpg
I write a script for this and which can work with multiple objects at once (which use "rcCapHoles" command of course).

Code: Select all

set mySelection = createObject ("XSI.Collection")
mySelection.AddItems Application.Selection

set myCollNewPolygon = createObject ("XSI.Collection")

for each currentSel in mySelection
	if currentSel.Type = "edgeSubComponent" then
		for each currentNestedObj in currentSel.NestedObjects
			if currentNestedObj.Type = "primitive" then

				set currentObj = currentNestedObj.Parent
				set myGeo = currentObj.ActivePrimitive.Geometry

				nbPointBefore = myGeo.Points.Count
				'logMessage "nbPointBefore = " & nbPointBefore
				SelectGeometryComponents currentSel
				rcCapHoles

				nbPointAfter = myGeo.Points.Count
				'logMessage "nbPointAfter = " & nbPointAfter

				myPointSelection = ""
				for i = nbPointBefore to nbPointAfter - 1
					myPointSelection = myPointSelection & ", " & i
				next

				if nbPointBefore <> nbPointAfter then
					ApplyTopoOp "Collapse", currentObj.FullName & ".pnt[" & myPointSelection & "]", siUnspecified, siPersistentOperation
				end if
				
				myCollNewPolygon.AddItems Application.Selection
			end if
		next
	end if
next

SelectGeometryComponents myCollNewPolygon
I don't know if you can/want integrate this on your plug-in but it would be nice.
In any case I hope not to hurt you with my suggestions.

Cheers.

Re: RCTools updates

Posted: 29 Jun 2013, 15:50
by rray
Oh of course all contributions are welcome! I'll build this in for the next release, maybe I'll wrap the multi select code around some other functions as well.
Cheers julca

Re: RCTools updates

Posted: 26 Oct 2013, 09:24
by Eugen
Hi,
thanks for this cool plugin! A beginner question, though:
how do you select, say, every 2nd edge of an edge loop?
I got it to work with polygons, but are edges working as well?
Thanks!
Eugen

Re: RCTools updates

Posted: 12 Jan 2014, 19:12
by Cacoman
Hello I am having this error. I know it is not related to the RCTools but for something I am doing wrong

# WARNING : RcTools: Symmetrize doesn't work when there is more than 1 symmetry axis.

How do I fix this to Flip topology to get a right shape.

Thx

Re: RCTools updates

Posted: 13 Jan 2014, 13:19
by rray
Hello,
The symmetrize function works only for 1 symmetry plane (axis was a bad choice of a word there)


if there's 2 or more planes it can't decide what side where to pick the information from.
it could also be that just one island of your model has more than 1 plane (like the eyeballs). Then it fails too.
_
edited my earlier answer because it was wrong

Re: RCTools updates

Posted: 14 Jan 2014, 08:14
by Cacoman
Oh, now I get it I was getting crazy to find what was the axis.

Thx a lot.

Re: RCTools updates

Posted: 16 Dec 2021, 10:44
by X-said
Hey guys, is there this plugin for xsi 2015?

Re: RCTools updates

Posted: 16 Dec 2021, 18:15
by Hirazi Blue
RcTools 5.3 should still work in Softimage 2015...

Re: RCTools updates

Posted: 17 Dec 2021, 07:06
by X-said
Hirazi Blue,hi
2014 and 2015 plugin is installed but does not work:(

Re: RCTools updates

Posted: 17 Dec 2021, 19:16
by Hirazi Blue
That's weird. On my install the custom filter settings do show up...
customfilterssettings.png

Re: RCTools updates

Posted: 18 Dec 2021, 18:12
by wireframex
Here
RCTools 5.3 is working perfectly
Phil

Re: RCTools updates

Posted: 20 Dec 2021, 08:58
by X-said
Thank you friends, everything is decided. When I reinstalled the plugin from under the admin (User win10)