Search found 754 matches

by EricTRocks
02 Feb 2017, 15:39
Forum: Rigging & Face Robot
Topic: Linknig synoptic maps
Replies: 2
Views: 3222

Re: Linknig synoptic maps

You should post your html code so we can see it and help. There are certain things that the embedded Synoptic editor does to html files that can screw up what you set up in Dreamweaver. I always stayed away from the embedded editor as much as possible.
by EricTRocks
21 Sep 2016, 17:49
Forum: Open Discussion
Topic: Any good tools made with fabric engine?
Replies: 2
Views: 961

Re: Any good tools made with fabric engine?

Pysop has a few awesome tools they've built and talked about: http://fabricengine.com/case-studies/psyop-case-study/ http://fabricengine.com/case-studies/psyop-part-2/ https://vimeo.com/groups/fabric/videos/176941294 DNeg: https://vimeo.com/groups/fabric/videos/176981136 Oculus Story Studio: https:/...
by EricTRocks
14 Sep 2016, 17:27
Forum: Fabric Engine
Topic: Kraken - first steps???
Replies: 5
Views: 3816

Re: Kraken - first steps???

Hi jonmoore, Yes Kraken does have a technical aspect to it. Like you said this is where the power lies. However, you are also right that general users should be able to use the built in components and those components should be developed more to be more full featured. This is the goal and with each ...
by EricTRocks
21 Jul 2016, 16:24
Forum: News
Topic: Fabric 2.4(Updated)
Replies: 5
Views: 1573

Re: Fabric 2.3

@Rork Blocks are not compounds. There is already a concept of presets and sub-graphs in Fabric Engine. Blocks are visual programming tools that allow you to operate on sets of data. Prior to blocks let's say, you could pull point position data off of a mesh. However to edit each point position and s...
by EricTRocks
18 Mar 2016, 15:35
Forum: General & Troubleshooting
Topic: Linux-distro?
Replies: 3
Views: 1078

Re: Linux-distro?

You have to stick to the versions listed. I've never setup a linux box or installed Softimage for linux ever, however I've used CentOS at a few places and it's a nice OS. I've also heard that Mint is a good choice too but you probably will have to figure things out on your own for that one.
by EricTRocks
03 Mar 2016, 22:29
Forum: Fabric Engine
Topic: fabric engine skinning research
Replies: 27
Views: 11401

Re: fabric engine skinning research

Ah correct you have to use code for 2D arrays yes. The way it was phrased sounded like 2D Arrays weren't supported in general. Carry on. :)
by EricTRocks
03 Mar 2016, 16:25
Forum: Fabric Engine
Topic: fabric engine skinning research
Replies: 27
Views: 11401

Re: fabric engine skinning research

Pooby wrote:Thats so locked into my way of thinking, that its hard to get my head around the fact that a simple ICE array is in fact a 2D array in Fabric. Its difficult to work with, seeing as Canvas doesn't support them yet..
Sorry could you clarify this? 2D arrays are supported.
by EricTRocks
19 Feb 2016, 14:56
Forum: Programming
Topic: Why wont this python script loop?
Replies: 6
Views: 1772

Re: Why wont this python script loop?

Just for thoroughness, all of the GetValue() calls are commands. They will log in the script editor and when used in scripts that are processing a lot of elements, will slow down the overall process. Better to use the object model.
by EricTRocks
18 Feb 2016, 16:57
Forum: Announcements
Topic: I'm starting doing Fabric 'tutorials'
Replies: 30
Views: 7436

Re: I'm starting doing Fabric 'tutorials'

There shouldn't be words like disguise thrown around. Canvas is built on KL and that's a huge advantage. So many people wanted to be able to code their own nodes in ICE but simply couldn't because you would need to write C++. With Canvas, you can create your own scripted nodes now to do things you c...
by EricTRocks
17 Feb 2016, 22:16
Forum: Programming
Topic: Why wont this python script loop?
Replies: 6
Views: 1772

Re: Why wont this python script loop?

The Duplicate() command sets the selection to the newly created object. You'll have to store your initial selection and iterate over that an not the current selection. from win32com.client import Dispatch initSel = Dispatch("XSI.Collection") initSel.SetAsText(sel.GetAsText()) # do your stu...
by EricTRocks
26 Jan 2016, 21:47
Forum: Fabric Engine
Topic: Simple tests
Replies: 18
Views: 7583

Re: Simple tests

@Mathaeus: Please share your UV deformer on the Fabric forums! Great to see and other will be interested too! Great work.

http://http://forums.fabricengine.com/
by EricTRocks
25 Jan 2016, 18:22
Forum: Fabric Engine
Topic: Kraken Rigging Framework v1.1.0 Released!
Replies: 4
Views: 4689

Re: Kraken Rigging Framework v1.1.0 Released!

Custom Component Deep Dive 1. Custom Directories https://vimeo.com/152989414 2. Sketch Component Classes https://vimeo.com/152989426 3. Component IO https://vimeo.com/152989423 4. Guide Init https://vimeo.com/152989425 5. Guide Load & Save Data https://vimeo.com/152989424 6. Guide Rig Data &...
by EricTRocks
19 Jan 2016, 17:33
Forum: Fabric Engine
Topic: Kraken Rigging Framework v1.1.0 Released!
Replies: 4
Views: 4689

Re: Kraken Rigging Framework v1.1.0 Released!

Continuing in the series here are a few more covering the basic concepts behind Kraken. 1. Installing for Softimage - https://vimeo.com/152163192 2. Installing for Maya - https://vimeo.com/152163190 3. Creating Nodes & Connections - https://vimeo.com/152163193 4. Building Guides & Rigs - htt...
by EricTRocks
17 Jan 2016, 17:25
Forum: Fabric Engine
Topic: Kraken Rigging Framework v1.1.0 Released!
Replies: 4
Views: 4689

Re: Kraken Rigging Framework v1.1.0 Released!

Great! Now I'm waiting for video where some octopus turns in to flying spider, then flying spider turns into walking unicorn. You know, rigging video can't go without that:) Ok now seriously 1: is it possible to get it into Canvas, now. Last your answer I sow is from November. It is now possible to...
by EricTRocks
15 Jan 2016, 23:03
Forum: Fabric Engine
Topic: Kraken Rigging Framework v1.1.0 Released!
Replies: 4
Views: 4689

Kraken Rigging Framework v1.1.0 Released!

Hello everyone, I'm excited to announce that we have released version 1.1.0 of the Kraken Rigging Framework. This is our second release which mainly focused on UI / UX work and also updating the system to work with Fabric Engine 2.0 and higher. Kraken is a cross-platform Rigging Framework that provi...
by EricTRocks
05 Jan 2016, 20:17
Forum: General & Troubleshooting
Topic: Green Vertice on rig in viewport - error?
Replies: 7
Views: 1495

Re: Green Vertice on rig in viewport - error?

I wonder if its an ICE Attribute that is being shown?