Skocz do zawartości
View in the app

A better way to browse. Learn more.

Max3D.pl

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Napisano

Witam, mam pewne pytanie do doswiadczonych użytkowników 3ds max 9.

Otóż potrzebuje zrobić opis zmian położenia danych elementów ciała w każdej klatce animacji - pozycja x,y,z. Da się to zrobić jakąś funkcją w programie ?

  • Odpowiedzi 4
  • Wyświetleń 887
  • Created
  • Ostatniej odpowiedzi

Top Posters In This Topic

Napisano

zeby wypisał pozycje w kazdej klatce ??

to trzeba by bylo skrypt napisac

Napisano
fn PrintObjectsPositions outFilePath = (
   currentframe = slidertime
   posData = stringstream ""

   for i = animationrange.start to animationrange.end do (
       slidertime = i
       for obj in objects do (
           format "Slidertime: % objectName: % Position x: % y: % z: %\n" (i.frame as integer) \ 
                                                                                                   obj.name \
                                                                                                   obj.transform.pos.x \ 
                                                                                                   obj.transform.pos.y \
                                                                                                   obj.transform.pos.z \
                                                                                                   to:posData
       )
   )
   slidertime = currentframe

   try(
       outFile = createfile outFilePath
       print (posData as string) to:outFile
       close outFile
   )catch(
       messagebox "Error Creating Output File"
   )
   print posData

   ok
)

PrintObjectsPositions "C:\\Positions.data"

Edytowane przez CgBartosz

Napisano

Bartek pozamiatał - jak zwykle :D Choć to nie mój wątek to punkt reputacji leci od razu!

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Powiadomienie o plikach cookie

Wykorzystujemy cookies. Przeczytaj więcej Polityka prywatności

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.