Search found 754 matches

by EricTRocks
27 Oct 2015, 00:03
Forum: Announcements
Topic: Getting Started with Fabric Engine
Replies: 26
Views: 7477

Re: Getting Started with Fabric Engine

This is the first in a series. It is the aim to have 1 video and blog post per week.
by EricTRocks
26 Oct 2015, 15:04
Forum: Fabric Engine
Topic: simple loop in canvas
Replies: 16
Views: 8647

Re: simple loop in canvas

You can find a response from Borja here regarding this:
http://answers.fabricengine.com/questio ... anvas.html
by EricTRocks
25 Oct 2015, 01:09
Forum: Fabric Engine
Topic: simple loop in canvas
Replies: 16
Views: 8647

Re: simple loop in canvas

Sorry there is a misunderstanding here. There are many nodes in Fabric Engine that already handle arrays and process them just like ICE does. A simple loop which was what the original question was, needs to be done by hand since the specialized nodes that handle arrays already won't be what users ma...
by EricTRocks
23 Oct 2015, 22:00
Forum: Fabric Engine
Topic: simple loop in canvas
Replies: 16
Views: 8647

Re: simple loop in canvas

You'll have to use a Function Node to take in the array and create a for loop using code for now:

Code: Select all

for(Integer i=0; i<array.size(); i++ ) {
    // do stuff here.
}
by EricTRocks
05 Oct 2015, 00:49
Forum: Fabric Engine
Topic: ik 2 bone manipulation
Replies: 7
Views: 5189

Re: ik 2 bone manipulation

Email support and see if they still have the scene. support@fabricengine.com
by EricTRocks
03 Oct 2015, 17:13
Forum: Fabric Engine
Topic: ik 2 bone manipulation
Replies: 7
Views: 5189

Re: ik 2 bone manipulation

Might be a deprecated sample scene but you should take a look here:
\FabricEngine-2.0.0-Windows-x86_64\Samples\FabricSoftimage\SpliceDeprecated\Manipulation
by EricTRocks
16 Sep 2015, 20:17
Forum: Plugins
Topic: FESRetopo - retopology tool for Softimage
Replies: 56
Views: 37918

Re: FESRetopo - retopology tool for Softimage

Thanks Eric for the lengthy reply. I'm with Pooby on the idiot-proof thing, is it at all possible to just have an install.exe that takes care of everything apart from connecting the workgroup? You'll have to ask Fabric Support about that one. If I get what you're saying, for a 'user', not TD/progra...
by EricTRocks
16 Sep 2015, 15:28
Forum: Plugins
Topic: FESRetopo - retopology tool for Softimage
Replies: 56
Views: 37918

Re: FESRetopo - retopology tool for Softimage

@Pooby: If you are having issues with Fabric 2.0, you should email support@fabricengine.com Simple Setup: In general, if you're not going to be doing any custom KL Extensions or custom Canvas nodes, you don't need to set any variables. You just need to connect to the Softimage workgroup in that ship...
by EricTRocks
16 Sep 2015, 02:14
Forum: Plugins
Topic: FESRetopo - retopology tool for Softimage
Replies: 56
Views: 37918

Re: FESRetopo - retopology tool for Softimage

Just a word of advice, I would steer away from setting the variables by hand and instead, set them using a .bat file. I have some examples of how I do this for Kraken but it's the same without. I'd copy the code out of the prompt.bat that ships with Fabric and just add the call to launch Softimage a...
by EricTRocks
15 Jul 2015, 15:15
Forum: Open Discussion
Topic: Siggraph 2015 Attendees?
Replies: 1
Views: 738

Re: Siggraph 2015 Attendees?

I'll be there Sunday - Tues.
by EricTRocks
08 Jul 2015, 18:08
Forum: News
Topic: Fabric Engine new website
Replies: 8
Views: 1733

Re: Fabric Engine new website

3rd party dev's will have mechanisms eventually to easily distribute their tools. I've been told by Paul that this is something they will address. Not that it's hard to get things going. I haven't tried the retopo tool yet but I think you just have to add the path to the KL code to the FABRIC_EXTS_P...
by EricTRocks
07 Jul 2015, 00:56
Forum: Announcements
Topic: Fabric Engine 2 for Softimage
Replies: 23
Views: 4408

Re: Fabric Engine 2 for Softimage

Hey all, In regards to Kraken, we just need more Fabric integrations to get Kraken in other DCC's. 3ds max is the closest that I know of but still needs more polish and then we can take a week and create the Kraken Max plug-in. Same for other DCC's. As soon as they support Splice / Canvas it's only ...
by EricTRocks
13 May 2015, 17:01
Forum: Programming
Topic: How select newly imported object using script
Replies: 1
Views: 1344

Re: How select newly imported object using script

Look up the PickPosition command.

Then you'll have to do some code to get the returned object from the Import commands you're looking for. Then based on the picked position, you will need to set the transform of the objects you import.
by EricTRocks
11 May 2015, 16:58
Forum: Fabric Engine
Topic: current Fabric Engine usage?
Replies: 30
Views: 12909

Re: current Fabric Engine usage?

Well, you only have access to things that the DCC allows you to. I don't think we could get to the internals of Softimage just because we can us Canvas. Sorry, as I suspect this to be a stupid question: understanding Fabric is "limited" to what a specific host DCC allows it to do, how doe...
by EricTRocks
10 May 2015, 21:22
Forum: Fabric Engine
Topic: current Fabric Engine usage?
Replies: 30
Views: 12909

Re: current Fabric Engine usage?

I'm not trying to pick your post apart in a malicious way but I think it's important to go through some of this. The part that i dont get is, how can they build a complete rigging and crowd system in some months but not some basic modeling tools. There is no complete rigging system. Osiris was their...
by EricTRocks
09 May 2015, 18:20
Forum: Fabric Engine
Topic: current Fabric Engine usage?
Replies: 30
Views: 12909

Re: current Fabric Engine usage?

Believe me, there will be quite a bit of info coming out about the work we did. We presented at the Fabric User Group at Siggraph last year and will probably be there again this year showing stuff we've done.