.O.
..O
OOO


About

自転車(ロードレーサー見る話/乗る話。ママチャリやMTBの話はありません), CG(Mayaやgimpを使用)、読書などに関するweblogです。


Calendar

< December 2003 >
SuMoTuWeThFrSa
  1 2 3 4 5 6
7 8 910111213
14151617181920
21222324252627
28293031   


Category

[site map]
/ (1828)
  CG/ (35)
    Maya/ (79)
    artist/ (2)
    gimp/ (7)
    practice/ (24)
      2003/ (23)
      2004/ (101)
      2005/ (106)
      2006/ (42)
      2007/ (66)
  SF/ (29)
  bicycle/ (102)
    2003/ (76)
    2004/ (199)
    2005/ (148)
    2006/ (184)
    2007/ (133)
  book/ (1)
    comic/ (7)
    misc/ (14)
    novel/ (55)
  misc/ (18)
    Perfume/ (40)
    body/ (19)
    design/ (6)
    elect/ (2)
    ent/ (7)
    food/ (10)
    game/ (14)
    media/ (54)
    memo/ (2)
    misc-news/ (5)
    movie/ (11)
    music/ (45)
    net/ (9)
    science/ (5)
    software/ (5)
    sports/ (4)
  moblog/ (16)
  personal/ (0)
    IWS03/ (3)
    bicycle/ (90)
      2003/ (49)
      2004/ (159)
      2005/ (128)
      2006/ (119)
      2007/ (90)
    diary/ (93)
    how-about/ (16)
    photo/ (1)
    site-admin/ (23)


Archive

2008-Dec
2008-Nov
2008-Oct
2008-Sep
2008-Aug
2008-Jul
2008-Jun
2008-May
2008-Apr
2008-Mar
2008-Feb
2008-Jan
2007-Dec
2007-Nov
2007-Oct
2007-Sep
2007-Aug
2007-Jul
2007-Jun
2007-May
2007-Apr
2007-Mar
2007-Feb
2007-Jan
2006-Dec
2006-Nov
2006-Oct
2006-Sep
2006-Aug
2006-Jul
2006-Jun
2006-May
2006-Apr
2006-Mar
2006-Feb
2006-Jan
2005-Dec
2005-Nov
2005-Oct
2005-Sep
2005-Aug
2005-Jul
2005-Jun
2005-May
2005-Apr
2005-Mar
2005-Feb
2005-Jan
2004-Dec
2004-Nov
2004-Oct
2004-Sep
2004-Aug
2004-Jul
2004-Jun
2004-May
2004-Apr
2004-Mar
2004-Feb
2004-Jan
2003-Dec
2003-Nov
2003-Oct
2003-Sep


Search

In-site search using google



RSS feeds

Subscribe to a syndicated feed of my weblog, brought to you by the wonders of RSS 0.91/ 1.0/ Atom 0.3

Referrers


Flavours

There's more than one way to view this weblog; try these flavours on for size.

  • RSS 0.91
  • RSS 1.0(rdf)
  • Atom 0.3

  • Creative Commons License
    This work is licensed under a Creative Commons License.
    Copyright (C) 2003 IWS iws @ iws.dyndns.org









    Schedule

    10/11Perfume TV
    10/16新型PSP
    11/06Perfume 武道館


    Ranking

    1. Perfume
      余人を以て替え難し!!!!!
    2. Pefume/20080503DRUM LOGOS公演
    3. Pefume/GAME
    4. Perfume/エレクトロ・ワールド
    5. Perfume/Baby cruising Love*マカロニ
    6. Perfume/Seventh Heaven
    7. Perfume/Fan Service [bitter]
    8. Perfume/ポリリズム
    9. くりらじ/サイクルメカニクル
      自転車雑誌買わなくなった
    10. Autodesk/Maya2008
    11. 米村圭伍/おたから蜜姫
    12. Doctor Who
      NHK教育火曜
    13. iPod touch
    14. capsule/capsule rmx
    15. 木村カエラ/You know you love me?
    16. 機本伸司/メシアの処方箋
    17. Perfume/Fan Service [sweet]
    18. OGK/Mostro
    19. Trek/Madone2008モデル
    20. Maya 8.5
    21. Gran Theft Auto(PSP)
    22. Google Earth + TdF2006ライブデータ
    23. チャングムの誓い
    24. compiz
    25. グレッグ・イーガン/ディアスポラ
    26. 酒見賢一/泣き虫弱虫諸葛孔明
    27. 堀亮/バビロニアウェーブ
    28. CG|toolkit, The Art of Rigging vol.2
    29. TREK/バズキル
    30. 東芝RD-X6 + スカパー連動
    31. BAND-AID キズパワーパッド
    32. 諸星大二郎/グリムのような物語 トゥールデおばさん



    2003/Dec/07 (Sunday)
    Maya勉強日記 12/07

    an image named mp-20031207.jpg ちょうどいいテクスチャがあったので、海な雰囲気に変更してみました。 それだけ。

    ロボットに専用のライトを当てないと、泥人形みたいだ。

    23:56 | /CG/practice/2003 | #(0) | TB
    Note is a good place to hold a MEL script

    The following explanation is for my very old MEL script. Since, however, I close the original site, I copy it to here and translate to English.

    Until some version of Maya, a node has a new attribute, note. This feature uses well in sample scenes at Alias download corner. But it is used rarely, isn't it?

    On the other hand, the one of the original languages of object-oriented programming languages, Smalltalk-80 uses much comments for describing class method, variable and uses as a place holder for demonstration code. Drag to select a line in the comment and open menu then choose 'execute it' command, that is frequently pattern for understanding what the code is. Very impressive.

    At the present time, a part of this idea, namely comment is a property of object and is the first-class object, is used in some programming languages like Common Lisp, emacs-lisp, python. But the other part of the idea, using comment as a place holder for executable command seems not to spread. But I love it. Implementation would be easy. Get the body of comment, then parse or use regular expression to select a command form, then eval it.

    So I like to implement this idea in Maya with node comment attribute. If you have a routine work sequence against a specific node, for example, making 10x10 instances from a surface frequently, or repeat: copy mirror -> merge to the original -> make it smooth until you decide to fix a surface shape, node comment is good place, while shelf is a place for MELs that are more standard, general commands.

    The code is very simple as follows:
    global proc
    evalNote ()
    {
      string $tmp[] = `ls -sl`;
      string $obj = $tmp[0];
      string $note;
      
      if (`attributeQuery -node $obj -exists "nts"` == false)
        error("it has no note");
    
      $note = `getAttr ($obj + ".nts")`;
      eval($note);
    }
    
    Set the script to shelve. If you are annoyed by a routine work, select the MEL sequence in script editor, then copy them into the note in the relevant node. Once you want to do it, select the node, then click the icon in the shelf.

    23:43 | /CG/Maya | #(0) | TB
    ツール・ド・チャイナ2003

    10/2?〜11/2、放送 フジCS(739) 12/6

    コメントを受けて間違いを修正しました。12/7 00:25

    いつもと違う放送局で毎度思うことなんだけど、なんか違うスポーツみたい。解説も アナウンサーのレベルも違う。誰向けの放送なんだろう? やっぱり一般人向けの啓 蒙放送なんだろうか。レースの流れが分かるような組み立てじゃないのが不満。代り に、田舎のイベントを地方の放送局が中継しているような雰囲気が抜けない。しかし これはトヨタの冠大会なんだそうだ。だったらホンダに負けず、トヨタも自転車作れ ばいいのに。

    韓国より中国に強くなってもらった方がアジアのためにいいような…(いろいろとア レな話)。天安門広場をケイデンス120でみんな走ったりしてたら一度見に行きたいw。

    あ、ノデチンだ! やっぱり顔の引き締まり方が 講師の時と違う ね。とは言っても長くてもレースから離れてまだ一ヶ月経ってないくらいじゃないか。

    2日目は山岳コース。いきなり中国の水墨画の世界みたいだ。そんなに速いようには 見えないゾ。でも速い、んだろうな…。空のボトルを監督車に戻していたw。 ゴールスプリントはベルギーチーム2人対 shimanoの安部良之。うーん、ベ ルギーチームはチームプレイしないのか!

    3日目。なんだクリテリウム中心か。半分は山岳にしてくれー、(事情により頂上ゴー ルは困難という)ツール・ド・北海道みたいなのはやめてー。 ステージ優勝は真鍋和幸(ええとどこだっけ?→ミヤタスバル)。

    最終日。なぜこんなところで福島こけるんだ!? 巻き込まれそうで怖い。 結果、阿部が守って個人総合優勝。チームはshimano、日本選抜で1位、2位。 お疲れ様。

    00:25 | /bicycle/2003 | #(0) | TB

    Powered by Pyblosxom