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,

 

zauważyłem ostatnio, że max przekłamuje wartości np. przy unwrapowaniu, jak chce się peelować, albo flattenować obiekt, po modyfikacji. Przekłamania zdarzają się też przy eksporcie. Do tej pory robiłem to ręcznie.

 

Skrypt resetuje x_forma, transformacje, skale i centruje pivoty do zaznaczenia, przy tym odpina- zapamiętuje i na końcu przypina z powrotem całą hierarhie, parrenty i dzieci. Dummisy jeśli są w hierarchii, niestety wracają do swojej poprzedniej wielkości.

 

macroScript Reset_everything_in_selection

category: "kotisded.Service"

toolTip:"Reset_everything_in_selection"

icon:#("MergeAnim", 2)

(

 

fn ResetEverything =

(

for o in selection do

(

parent = o.parent;

o.parent = undefined;

 

allChildren = #()

 

for child in o.children do

(

append allChildren child

child.parent = undefined;

)

 

resetxform o;

ResetTransform o;

ResetScale o;

o.pivot = o.center;

maxOps.CollapseNodeTo o 1 off;

--macros.run "Modifier Stack" "Convert_to_poly";

--maxOps.CollapseNode o;

 

 

o.parent = parent;

for child in allChildren do

(

child.parent = o;

)

 

)

)

 

ResetEverything()

 

)

 

 

 

  • Wyświetleń 1,4k
  • Created
  • Ostatniej odpowiedzi

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.