Overblog
Suivre ce blog Administration + Créer mon blog

720 deg slerp

Happy new year!! Someone asked me some informations about my 720deg slerp ICE compound, so I decided to release it: drag'n drop this link in an ICEtree here's the video: 720 degres rotation interpolation (ICE kinematics) from Ahmidou Lyazidi on Vimeo....

Lire la suite

Cleanup you menus

With the new softimage 2011.5 version, the ICE section that was in the simulate panel was replaced by the new ICE Panel. this is great, but what if had some script commands in there and your studio still have prior Softimage versions? Here is a script...

Lire la suite

ICE muscle deformers study

ICE muscle deformers study from Ahmidou Lyazidi on Vimeo. This is a quick test for muscles deformations, the muscles are fully ICE driven, the system is based on 3 compounds: -a muscle shaper -a muscle deformer -a skin deformer (kind of custom shrink...

Lire la suite

Curve interpolation for shapes

First blog, first post! Here is a video that is showing an ICE compound for shapes interpolation in most softwares it is done in a linear way. That can be quite problematic for the jaw or the eyelids , so I built that ICE compound, it's using a parametric...

Lire la suite

Getting a ref model's target file in python

It was not so easy so here it is: from win32com.client import constants xsi = Application oRoot = xsi.ActiveSceneRoot oModels = oRoot.getmodels2() for oModel in oModels: if oModel.parameters("referenced_model").GetValue2(1280) == 1: aRes =oModel.parameters("active_resolution").GetValue2(1280)...

Lire la suite