home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Multimedia / k3d-setup-0.7.11.0.exe / share / k3d / tutorials / getting_started.k3dscript < prev    next >
Encoding:
Text File  |  2008-05-03  |  5.1 KB  |  45 lines

  1. #k3dscript
  2.  
  3. <command node="/ui" command="tutorial_message" arguments="Howdy, and welcome to K-3D!"/>
  4. <command node="/ui" command="tutorial_message" arguments="K-3D is a powerful 3D modeling and animation tool for serious artists - this "Getting Started" tutorial will introduce you to K-3D and set the stage for later tutorials ..."/>
  5. <command node="/ui" command="tutorial_message" arguments="... so let's get going!  First, we'll cover the layout of the user interface ..."/>
  6. <command node="/ui" command="tutorial_message" arguments="K-3D allows you to work with multiple documents simultaneously - for each open document, K-3D will create a top-level Document Window ..."/>
  7. <command node="/document/window/menus/file_new" command="activate" arguments=""/>
  8. <command node="/document/window" command="highlight" arguments=""/>
  9. <command node="/ui" command="tutorial_message" arguments="Below the menus in a Document Window, the main toolbar contains icons for K-3D's most frequently used tools ..."/>
  10. <command node="/document/window/toolbar/main" command="highlight" arguments=""/>
  11. <command node="/ui" command="tutorial_message" arguments="The Selection Tool is the default when you open a document, and is used to select / deselect geometry for modification ..."/>
  12. <command node="/document/window/toolbar/main/select" command="highlight" arguments=""/>
  13. <command node="/ui" command="tutorial_message" arguments="The Selection Tool supports several selection modes, which can also be accessed from the Main Toolbar ..."/>
  14. <command node="/document/window/toolbar/main/select_nodes" command="highlight" arguments=""/>
  15. <command node="/document/window/toolbar/main/select_points" command="highlight" arguments=""/>
  16. <command node="/document/window/toolbar/main/select_edges" command="highlight" arguments=""/>
  17. <command node="/document/window/toolbar/main/select_faces" command="highlight" arguments=""/>
  18. <command node="/ui" command="tutorial_message" arguments="The Move, Rotate, and Scale Tools are used to interactively position, orient, and scale nodes and points within the document ..."/>
  19. <command node="/document/window/toolbar/main/move" command="highlight" arguments=""/>
  20. <command node="/document/window/toolbar/main/rotate" command="highlight" arguments=""/>
  21. <command node="/document/window/toolbar/main/scale" command="highlight" arguments=""/>
  22. <command node="/ui" command="tutorial_message" arguments="The Snap Tool allows you to move nodes interactively, "snapping" them to other nodes in various ways, such as "snap to center", "snap to surface", and-so-on ..."/>
  23. <command node="/document/window/toolbar/main/NGUISnapTool" command="highlight" arguments=""/>
  24. <command node="/ui" command="tutorial_message" arguments="The Parent Tool and Unparent Command are used to create and modify hierarchies of nodes such as a "skeleton" ..."/>
  25. <command node="/document/window/toolbar/main/NGUIParentTool" command="highlight" arguments=""/>
  26. <command node="/document/window/toolbar/main/unparent" command="highlight" arguments=""/>
  27. <command node="/ui" command="tutorial_message" arguments="The Render Region Tool is used to selectively render sub regions of the screen, so you can work more efficiently ..."/>
  28. <command node="/document/window/toolbar/main/NGUIRenderRegionTool" command="highlight" arguments=""/>
  29. <command node="/ui" command="tutorial_message" arguments="... and the Render Preview Command renders a preview of the screen so you can see how your scene is coming together ..."/>
  30. <command node="/document/window/toolbar/main/render_preview" command="highlight" arguments=""/>
  31. <command node="/ui" command="tutorial_message" arguments="To the side of the Main Toolbar, a collection of User Toolbars contain commonly-used commands and macros ..."/>
  32. <command node="/document/window/toolbar/create" command="highlight" arguments=""/>
  33. <command node="/document/window/toolbar/modify" command="highlight" arguments=""/>
  34. <command node="/ui" command="tutorial_message" arguments="Experienced users may wish to modify the contents of the User Toolbars and / or add their own macros."/>
  35. <command node="/ui" command="tutorial_message" arguments="The remainder of the Document Window is divided into Panel Frames, which are rectangular areas of the window that can mount Panels ..."/>
  36. <command node="/document/window/panel4" command="highlight" arguments=""/>
  37. <command node="/document/window/panel1" command="highlight" arguments=""/>
  38. <command node="/document/window/panel" command="highlight" arguments=""/>
  39. <command node="/ui" command="tutorial_message" arguments="Of particular importance, Viewport Panels are used to provide a "view" into your 3D scene ..."/>
  40. <command node="/document/window/panel2" command="highlight" arguments=""/>
  41. <command node="/ui" command="tutorial_message" arguments="You will see how to manipulate the user interface layout in later tutorials."/>
  42. <command node="/ui" command="tutorial_message" arguments="That's it!  We recommend you continue with the next tutorial ..."/>
  43. <command node="/document/window/menus/file_close" command="activate" arguments=""/>
  44. <command node="/document/window/menus/help_tutorials" command="activate" arguments=""/>
  45.