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

Hej, nie wiem czy już było ale natknalem sie na bardzo przydatny srypt do 3d maxa który działa troche jak opcja distribute w photosopie. rozlokowuje obiekty w równych odstępach pomiędzy dwoma krańcowymi elementami, może sie komuś przyda:

 

macroScript DistributeEvenly category:"Bobo_s Tools"

(

local theSel = Selection as array

if theSel.count > 0 do

(

local theMin = pickObject()

if isValidNode theMin do

(

local theMax = pickObject()

if isValidNode theMax do

(

theDelta = (theMax.pos - theMin.pos)/(theSel.count+1)

for i = 1 to theSel.count do theSel.pos = theMin.pos + theDelta*i

)

)

)

)

 

instrukcja:

*Copy, evaluate, customize a toolbar or menu, drag "DistributeEvently" from "Bobo_s Tools" category.

*Select the objects to be distributed (MINUS the first and last)

*Launch the script by pressing the button or selecting the menu item

*Pick the first object (the unselected one)

*Pick the last object (the other unselected one)

RESULT: All selected objects will be spaced evenly on the line between the two picks.

  • Odpowiedzi 2
  • Wyświetleń 776
  • Created
  • Ostatniej odpowiedzi

Top Posters In This Topic

Napisano

Jeżeli skrypt nie jest twój należało by dla porządku napisać kto jest jego autorem, lub przynajmniej zamieścić linka do miejsca, w którym go znalazłeś. Rozumiem że skrypt jest darmowy?

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.