Difference between revisions of "OpenAsset"

From Ghoulwiki
Jump to: navigation, search
(ideas)
(ideas)
Line 28: Line 28:
 
== ideas ==
 
== ideas ==
  
* usecase : branching : http://frittierte-butter.de/~dino/use_case1.png
+
* usecase : branching : [http://frittierte-butter.de/~dino/use_case1.png image]
 
* interesting video about "alienbrain" (commercial asset mgmt software) : http://www.softimage.com/products/alienbrain/videos.aspx
 
* interesting video about "alienbrain" (commercial asset mgmt software) : http://www.softimage.com/products/alienbrain/videos.aspx
 
* "perforce" seems to be the only big competitor to "alienbrain" : http://www.perforce.com/perforce/products.html
 
* "perforce" seems to be the only big competitor to "alienbrain" : http://www.perforce.com/perforce/products.html

Revision as of 17:33, 13 November 2007

about

a blender plugin for uploading files to a server where they are version-managed (using svn internally) instead of saving them to local files

the big idea behind it is improving the production pipeline

plugin details

the blenderplugin should automatically append metadata such as preview image, polycount, animlist in textform, etc... to the upload, so they can be browsed without loading the complete file...

also downloading and browsing existing files should be possible in the blenderplugin

it just uploads data/files via http to the server, the server puts them into an svn there internally

organization

hosting

  • we also thought about offering "hosting" , e.g. a server for the plugin that can be publically used for models under GPL or similar licenses

ideas