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.

HubertP

Members
  • Rejestracja

  • Ostatnia wizyta

  1. Zawsze można sobie zrobić taką maskę na shaderze ;P
  2. Brzmi jak nieustawione non color na texturach w B 😜 A w S możesz sobie dać filtr albo levels (prawym na warstwie) i dać wpływ na co tam chcesz 😜
  3. Precyzyjne ciągnięcie myszą z wciśniętym klawiszem... 🤮
  4. Sprawdziłem co to ten Poly Build i prawie mi nadgarstek urwało 😜
  5. bl_info = { "name": "Nezumi Delete", "description": "Edit mode delete like Maya", "author": "This script is public domain", "version": (0,0), "blender": (2, 80, 0), "location": "View3D", "category": "3D View"} import bpy class DeleteBySelectMode(bpy.types.Operator): bl_idname = "mesh.delete_nezumi" bl_label = "Delete By Selection" bl_description = "Delete by selection in edit mode" bl_options = {'REGISTER', 'UNDO'} def execute(self, context): mode = bpy.context.tool_settings.mesh_select_mode[:] if mode[0]: bpy.ops.mesh.delete(type="VERT") elif mode[1]: bpy.ops.mesh.delete(type="EDGE") elif mode[2]: bpy.ops.mesh.delete(type="FACE") return {'FINISHED'} classes = [DeleteBySelectMode] def register(): for cls in classes: bpy.utils.register_class(cls) def unregister(): for cls in classes: bpy.utils.unregister_class(cls) [Kliknij i przeciągnij, by przenieść.] 😜
  6. A tego ruska od fstorma już posadzili za kradzież kodu Octana? https://medium.com/@julesurbach/otoy-vs-kozlov-c49b803105ac
  7. Ogon 100% realistycznie :D
  8. HubertP odpowiedział damian85osg → na temat → Aktualności (mam newsa)
    3400 a 2700. To się chyba nazywa vat?
  9. Texture Atlas?
  10. Obj, fbx. Ale może to się przyda: https://heimlich1024.github.io/OD_CopyPasteExternal/
  11. Jeśli kogoś odstraszała do tej pory polska cena z vat'em, to jest teraz okazja, żeby zakupić licencje Indie ze zniżką -34%. https://www.allegorithmic.com/buy/indie
  12. A nie ma takiej szansy, że to nie będzie działać na Progressive?
  13. HubertP odpowiedział Ajgor → na temat → Aktualności (mam newsa)
    Albo, że mógł sobie znaleźć w google przez 2 dni :P
  14. https://translate.google.pl/?hl=pl#de/pl/after Sorry za suchara :P
  15. Fajne, fajne :) po tytule tematu to myślałem, że będzie bardziej scenka jak małe dziecko trafia na kocią kupę w piaskownicy (heh takie tam wspomnienia z dzieciństwa :P)

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.