Zawartość dodana przez bareja
-
wykrywanie n-wierzchołkowych polygonów
// jakie face maja byc zaznaczane int $nv[] = {5, 4}; string $selection[] = `ls -sl`; select -cl; for($mesh in $selection){ int $i, $numFaces[] = `polyEvaluate -f $mesh`; for($i=0; $i int $nVtx = size(`getAttr ($mesh + ".f["+$i+"]")`)/3; for($n in $nv) if($nVtx==$n )select -add ($mesh + ".f["+$i+"]"); } }
-
Problem z Mirror Geometry
sie może sie jakiś error wyrzucił ?
-
dłuższe ikonki na shelfie?
dobra przeczytałem parę razy pytanie i wnioskuje ze nie wiesz o co chodzi w fladze -e (-edit) przykładzik: string $wndHand = `window`; shelfTabLayout; shelfLayout -cwh 64 64 mySimpleShelfLayout; button -label "Big" -command "shelfLayout -edit -cwh 64 64 mySimpleShelfLayout"; button -label "Small" -command "shelfLayout -edit -cwh 32 32 mySimpleShelfLayout"; setParent ..; window -edit -w 200 -h 150 $wndHand; showWindow $wndHand; tak teraz pomyślałem, zajrzyj do katalogu ~/maya/7.0/prefs/shelves tam na pewno są ustawienia :) p.
-
dłuższe ikonki na shelfie?
pierwsza flaga z góry. help shelfTabLayout ; // Result: Synopsis: shelfTabLayout [flags] [string] Flags: -e -edit -q -query -ann -annotation String -bgc -backgroundColor Float Float Float -ca -childArray -cc -changeCommand String -cr -childResizable on|off -dcc -doubleClickCommand String -dgc -dragCallback String -dpc -dropCallback String -dt -defineTemplate String -dtg -docTag String -en -enable on|off -ex -exists -h -height Int -hst -horizontalScrollBarThickness Int -i -image String -imh -innerMarginHeight Int -imw -innerMarginWidth Int -io -isObscured -iv -imageVisible on|off -m -manage on|off -mcw -minChildWidth Int -mt -moveTab Int Int -nch -numberOfChildren -npm -numberOfPopupMenus -p -parent String -pma -popupMenuArray -po -preventOverride on|off -psc -preSelectCommand String -sc -selectCommand String -scr -scrollable on|off -st -selectTab String -sti -selectTabIndex Int -tl -tabLabel String String (multi-use) -tli -tabLabelIndex Int String (multi-use) -tv -tabsVisible on|off -ut -useTemplate String -vis -visible on|off -vst -verticalScrollBarThickness Int -w -width Int //
-
error nie moge otworzyc textury
a sprobuj dac tiffa z color mode na rgb / 8bit
-
error nie moge otworzyc textury
to nie wina sprzetu, tylko formatu. Umieść gdzies plik textury to powiem Ci co jest nie tak. p.
-
dłuższe ikonki na shelfie?
globalna zmienna $gShelfTopLevel; edytujesz następująco: shelfTabLayout -e -h 100 $gShelfTopLevel; w sprawie wielkosci ikonek odsylam do manuala 'shelfTabLayout' oraz do pliku: scripts/startup/shelf.mel pozdrawiam.
-
Trim Edge - Convert
Gdy tworzymy w nurbsach obowiązują nas pewne zasady, przeczytaj manual. Trim tworzymy np. z projekcji krzywej na powierzchnię. Z projekcji powstają dwa obszary. Trim jest informacja dla rendera, który obszar ma być renderowany, a który nie. Trim edge w żaden sposób nie wpływa na informacje o funkcjach bazowych, na których podstawie jest rozpinana powierzchnia.
-
boolean - znikaja obiekty po operacjach
ano witam, obiekty, znaczy sie co ? mesh ? nurbsSurface ? musisz sprecyzować na jakich węzłach wykonujesz operacje boolean.
-
Polygon counter w Maya
polyEvaluate -face; :D
-
big big problem potrzebuje szybko pomocy!!
po screenie widać ze dla FloatFieldGrp || IntFieldGrp flaga -en jest ustawiona na on, wiec pewnie ignoruje :) Uwielbiam opowieści z serii wywiało mi jakiegoś errora i nie działa :) Stary więcej szczegółów...
-
Problem z Batch Bake (mental ray)
dodaj linijke w pluginPrefs i problem bedzie wystepowac sporadycznie.
-
Problem z Batch Bake (mental ray)
Window > Settings/Preferences > Plug-in Manager ... > Mayatomr (Loaded, auto load). NIe masz zaloadowanego pluga. czasem maya, nie chce loadowac pluginow, nawet po "bezpiecznym zamknieciu", wtedy najlepiej edytowac pluginPrefs.mel (/home/bareja/maya/7.0/prefs || Moje Dokumenty\maya\7.0\prefs) dodajac linie: evalDeferred("autoLoadPlugin(\"\", \"Mayatomr\", \"Mayatomr\")");
-
renderman 2.0
daj no scene w ma. + to co tam chcesz zaimportowac.
-
problemy z MEL-em
:confused:
-
problemy z MEL-em
piotrek, oj w prmanie dawno nie siedzialem... :( ostatnio ciagle mysle o zakupieniu wersji studenckiej, a jak tam u Ciebie z prmanem ?
-
problemy z MEL-em
żarty, żarty :) hmm... :) bede czepliwy, ale wydaje wydaje mi sie ze w "zadaniu 2" :) moża wszystko zrobić z poziomu konstruktora :).
-
problemy z MEL-em
czasem tak, ale tylko gdy sie nudzę ;)
-
problemy z MEL-em
fikołek, Reanimator mnie nakierował :) czasem lubie sobie cos skrobnąć ;) piotrek - znamy sie ? :)
-
problemy z MEL-em
Witam, witam :) ale jak zwykle bledy sie wkradaja:) teraz jest dobrze :P string $selection[] = `ls -sl`; int $i; for( $i=0; $i setAttr ($selection[$i] + ".overrideEnabled") 1; setAttr ($selection[$i] + ".overrideColor") 4; string $shapes[] = `listRelatives -s $selection[$i]`; int $k; for($k=0; $k setAttr ($shapes[$k] + ".overrideEnabled") 1; setAttr ($shapes[$k] + ".overrideColor") 4; } }
-
problemy z MEL-em
mathix - zmień dealera :) string $selection[] = `ls -sl`; int $i; for( $i=0; $i setAttr ($selection[$i] + ".overrideEnabled") 1; setAttr ($selection[$i] + ".overrideColor") 4; string $shapes[] = `listRelatives -s $selection[$i]`; int $k; for($k=0; $k setAttr ($shapes[$i] + ".overrideEnabled") 1; setAttr ($shapes[$i] + ".overrideColor") 4; } }