WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 11-17-2014, 06:07 AM
yudhidayak yudhidayak is offline
Member
 
Join Date: Sep 2014
Posts: 5
Non skeletal based animation 3ds max export to vizard

Hi all,
Can I use 3ds max non-skeletal animation for Vizard?
If yes, what format should I use to exported to Vizard?
Is there any example of py file?

Apologies, if this topic has been discussed, could someone give me the link?

Thank you,
Yudhi
Reply With Quote
  #2  
Old 11-17-2014, 05:30 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
What type of animation are you trying to create?
Reply With Quote
  #3  
Old 07-31-2015, 01:58 AM
vvgtom vvgtom is offline
Registered User
 
Join Date: Jul 2015
Posts: 1
hi all,
i'm new in vizard i'm also interested in "Non skeletal based animation 3ds max export to vizard". what's the best way to export the animation from 3ds max to vizard ?

very simple animation "opening an elevetor doors".
Thanks
Reply With Quote
  #4  
Old 08-03-2015, 07:24 AM
Erikvdb Erikvdb is offline
Member
 
Join Date: May 2013
Posts: 63
If you want the doors to open in a linear fashion, you could easily just export the doors as separate objects and apply a vizact.moveTo.

Here's a snippet of code I used for a recent project:
Code:
import viz
import vizact

obj_door = viz.add('door.osgb',viz.WORLD,1)

def onDoorOpen():
    open = vizact.moveTo([1.5,0,0],time=0.9)
    obj_door.addAction(open)
Reply With Quote
Reply

Tags
3ds max, animation, non-skeletal

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vizard 4 Beta Testing farshizzo Vizard 0 02-01-2011 10:46 AM
Clarification on CAL3D Avatar Animation in Vizard shivanangel Vizard 2 11-22-2010 07:16 AM
2d text placing to max animation in vizard kasdeja Vizard 2 07-07-2009 01:34 PM
Vizard tech tip: Using the Python Imaging Library (PIL) Jeff Vizard 0 03-23-2009 11:13 AM
Export from 3Ds Max to Vizard pattie Vizard 5 08-26-2006 11:20 AM


All times are GMT -7. The time now is 06:55 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC