Physics Simulation Forum

 

All times are UTC




Post new topic Reply to topic  [ 9 posts ] 
Author Message
PostPosted: Thu Dec 16, 2010 7:16 am 
Offline

Joined: Thu Aug 05, 2010 5:57 pm
Posts: 53
All,

Attached is the latest revision to the Dynamica toolset - to be included in the next release. Be sure you are running the latest version of Dynamica (v2.77) and extract the .zip into the Dynamica install directory to patch existing files. The updated files include:

/doc/index.html
/doc/images/ <- added dir
/icons/dynamica.xpm
/scripts/dynamicaUI.mel

This should be compatible with all supported versions of Maya. I tested under winXP32 with Maya 2010 and everything works fine.

I am including this here because I will be updating the wiki over the next couple days with the latest info about the new features.

EDIT: wiki updated here: http://bulletphysics.org/mediawiki-1.5.8/index.php/Dynamica_user_manual

EDIT2: New patch attached.

Fixes:
    depreciated attribute warnings in Maya 2011
    layout issue with 3d texture scroll list in Maya 2011
    layout issue with rigid body array creation panel in Maya 2011
    dSolver start frame sync issue (sync fails unless Dynamica window is open)

New Features:
    Bake Post Processing Option: Optimize Channels. This option can dramatically reduce the time required to bake large simulations. It also reduces extraneous bake data, processing overhead, and resulting file size (by as much as 50%).

Optimizations:
    Reordered static channel deletion and key transfer for Bake procedure to increase bake speed.

Wiki updated with Maya 2011 screenshots and description of Optimize Channels feature.


Attachments:
Dynamica-Patch-02-15-2011.zip [1.27 MiB]
Downloaded 300 times


Last edited by mBakr on Wed Feb 16, 2011 4:32 am, edited 2 times in total.
Top
 Profile  
 
PostPosted: Sat Jan 08, 2011 5:13 pm 
Offline
Site Admin
User avatar

Joined: Sun Jun 26, 2005 6:43 pm
Posts: 3744
Location: California, USA
Hi Michael,

Thanks for the contributions. I added a few words in the first line of the wiki page to clarify that Dynamica is a plugin for Maya, to avoid confusion. We should add the same to the manual.

Also, it would be good to add a basic installation instructions for Windows, Mac and Linux.
Windows has an installer. After installing, the user has to enable the plugin etc.

The wiki manual for Dynamica is getting very large, probably better to split it into a few separate pages, and keep the first page simple. If I find some time, I can help organizing it a bit.

Let me know if/when we can prepare a new release.
Thanks,
Erwin


Top
 Profile  
 
PostPosted: Tue Jan 11, 2011 3:28 am 
Offline

Joined: Thu Aug 05, 2010 5:57 pm
Posts: 53
Erwin,

I am not familiar with the installation process for Linux or OSX - can you add a description here? I will then add this to the manual and wiki.

Once I add the install instructions to the manual and re-commit, my contributions should be ready for the next release :D .

-m


Top
 Profile  
 
PostPosted: Mon Jan 17, 2011 4:46 am 
Offline

Joined: Thu Aug 05, 2010 5:57 pm
Posts: 53
EDIT: Generic installation instructions for all platforms added to the wiki and the source.


Top
 Profile  
 
PostPosted: Sun Feb 06, 2011 12:34 pm 
Offline

Joined: Fri Mar 05, 2010 11:28 am
Posts: 11
Maya2011 have some warnings with scripts: dynamicaUI.mel and with MB_dynamicaUI.mel too.

Here is some info from Maya 2011 docs - What's New in MEL and Python
http://download.autodesk.com/us/maya/2011help/index.html?url=./files/WS73099cc142f48755-5c83e7b111fde81a7427bcd.htm,topicNumber=d0e64823

frameLayout
    Flags changed:
    -labelAlign and -labelWidth flags are now ignored.

dynamicaUI.mel warnings:
Code:
// Warning: file: .../dynamicaUI.mel line 205: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 267: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 340: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 380: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 458: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 486: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 517: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 521: The -aas/-allowAutomaticSelection flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 535: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 583: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 641: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 686: The -la/-labelAlign flag is obsolete and should not be used. //


Top
 Profile  
 
PostPosted: Wed Feb 16, 2011 4:30 am 
Offline

Joined: Thu Aug 05, 2010 5:57 pm
Posts: 53
See edited first post above ^

toxik wrote:
Maya2011 have some warnings with scripts: dynamicaUI.mel and with MB_dynamicaUI.mel too.

Here is some info from Maya 2011 docs - What's New in MEL and Python
http://download.autodesk.com/us/maya/2011help/index.html?url=./files/WS73099cc142f48755-5c83e7b111fde81a7427bcd.htm,topicNumber=d0e64823

frameLayout
    Flags changed:
    -labelAlign and -labelWidth flags are now ignored.

dynamicaUI.mel warnings:
Code:
// Warning: file: .../dynamicaUI.mel line 205: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 267: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 340: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 380: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 458: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 486: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 517: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 521: The -aas/-allowAutomaticSelection flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 535: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 583: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 641: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 686: The -la/-labelAlign flag is obsolete and should not be used. //


Top
 Profile  
 
PostPosted: Wed Feb 16, 2011 8:20 am 
Offline
Site Admin
User avatar

Joined: Sun Jun 26, 2005 6:43 pm
Posts: 3744
Location: California, USA
Great work, thanks Michael. It looks like it is about time to prepare for a new Dynamica release.

What platforms and Maya versions have you tested the current Dynamica trunk so far?
Did people test Windows 32bit, 64bit, Linux, Mac OSX? Maya 2011, 2009, 2008 etc?


Top
 Profile  
 
PostPosted: Wed Feb 16, 2011 11:56 am 
Offline

Joined: Fri Mar 05, 2010 11:28 am
Posts: 11
Thank you for all people with Maya2011. :)

mBakr wrote:
See edited first post above ^

toxik wrote:
Maya2011 have some warnings with scripts: dynamicaUI.mel and with MB_dynamicaUI.mel too.

Here is some info from Maya 2011 docs - What's New in MEL and Python
http://download.autodesk.com/us/maya/2011help/index.html?url=./files/WS73099cc142f48755-5c83e7b111fde81a7427bcd.htm,topicNumber=d0e64823

frameLayout
    Flags changed:
    -labelAlign and -labelWidth flags are now ignored.

dynamicaUI.mel warnings:
Code:
// Warning: file: .../dynamicaUI.mel line 205: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 267: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 340: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 380: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 458: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 486: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 517: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 521: The -aas/-allowAutomaticSelection flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 535: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 583: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 641: The -la/-labelAlign flag is obsolete and should not be used. //
// Warning: file: .../dynamicaUI.mel line 686: The -la/-labelAlign flag is obsolete and should not be used. //


Top
 Profile  
 
PostPosted: Wed Feb 16, 2011 6:58 pm 
Offline

Joined: Thu Aug 05, 2010 5:57 pm
Posts: 53
viewtopic.php?f=12&t=6364

Erwin Coumans wrote:
Great work, thanks Michael. It looks like it is about time to prepare for a new Dynamica release.

What platforms and Maya versions have you tested the current Dynamica trunk so far?
Did people test Windows 32bit, 64bit, Linux, Mac OSX? Maya 2011, 2009, 2008 etc?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 9 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group