Difference between revisions of "Talk:HowTo:Radiosity baking in Blender"

From VsWiki
Jump to: navigation, search
(Geometry changes)
(Geometry changes)
Line 19: Line 19:
 
* The Mesh created by the radiosity progress has a different vertex-count than the source mesh (without the sphere and with <code>MaxEl</code> set to 1)--[[User:pontiac|Pontiac]] 12:29, 23 Sep 2005 (PDT)
 
* The Mesh created by the radiosity progress has a different vertex-count than the source mesh (without the sphere and with <code>MaxEl</code> set to 1)--[[User:pontiac|Pontiac]] 12:29, 23 Sep 2005 (PDT)
 
** If i "Remove Doubles" (in the vertex-edit menu that is. The button in the radiosity menu doesn't really work) on the vertices then the vertex count is right again, but the order seems to be messed up. --[[User:pontiac|Pontiac]] 13:03, 23 Sep 2005 (PDT)
 
** If i "Remove Doubles" (in the vertex-edit menu that is. The button in the radiosity menu doesn't really work) on the vertices then the vertex count is right again, but the order seems to be messed up. --[[User:pontiac|Pontiac]] 13:03, 23 Sep 2005 (PDT)
*** I suspected that would happend... I'll rewrite that part to reflect how I actually did it. --[[User:tiny paintings|tiny paintings]] 15:55, 23 Sep 2005 (PDT)
+
*** I suspected that would happend (different vertex counts)... I'll rewrite that part to reflect how I actually did it. --[[User:tiny paintings|tiny paintings]] 15:55, 23 Sep 2005 (PDT)
 +
*** With regards to "messed up order": Can you be more specific? I designed the script explictily so that vertex order DOES NOT matter (well, you probably shouldn't move the meshes, though...). --[[User:tiny paintings|tiny paintings]] 16:03, 23 Sep 2005 (PDT)
 
* There is a third point, but it was only a script error, which i fixed already. (a missing ":")
 
* There is a third point, but it was only a script error, which i fixed already. (a missing ":")
 
** I'm making some changes to the tooltip description of the new script, since it's a bit off, really. --[[User:tiny paintings|tiny paintings]] 15:55, 23 Sep 2005 (PDT)
 
** I'm making some changes to the tooltip description of the new script, since it's a bit off, really. --[[User:tiny paintings|tiny paintings]] 15:55, 23 Sep 2005 (PDT)
 
** Also, the tutorial is becoming rather cluttered with two scripts in it. Maybe you can put my original script in a file, say vccopy.py, and link to it? --[[User:tiny paintings|tiny paintings]] 15:55, 23 Sep 2005 (PDT)
 
** Also, the tutorial is becoming rather cluttered with two scripts in it. Maybe you can put my original script in a file, say vccopy.py, and link to it? --[[User:tiny paintings|tiny paintings]] 15:55, 23 Sep 2005 (PDT)

Revision as of 01:03, 24 September 2005

Talk

Image locations

I'm putting out a request for help from the more experienced wiki users on a few matters:

Image formatting

  • Image formatting: Is there a way of inserting some (vertical) space between the images and the text? Image captions? --tiny paintings 12:22, 22 Sep 2005 (PDT)
    • Space is possible via several ways (CSS padding/spacing, tables, etc...) where do you want to add spaces? --Pontiac 13:10, 22 Sep 2005 (PDT)
    • images captions, thumbnails etc... are only (possible (at least easy) with the wiki-uploaded pictures. Depends on what you want to do. --Pontiac 13:10, 22 Sep 2005 (PDT)

Geometry changes

I've followed the tutorial exactly and it does what i expected (not to the end though). But there are two points that do not work as expected:

  • Where exactly is the "Draw Normal" button (doesn't really matter, since i know that the normals are right), i can't find it in the F9 menu.--Pontiac 12:29, 23 Sep 2005 (PDT)
    • You have to be in edit-mode for it to show, I'm on it. --tiny paintings 15:55, 23 Sep 2005 (PDT)
  • The Mesh created by the radiosity progress has a different vertex-count than the source mesh (without the sphere and with MaxEl set to 1)--Pontiac 12:29, 23 Sep 2005 (PDT)
    • If i "Remove Doubles" (in the vertex-edit menu that is. The button in the radiosity menu doesn't really work) on the vertices then the vertex count is right again, but the order seems to be messed up. --Pontiac 13:03, 23 Sep 2005 (PDT)
      • I suspected that would happend (different vertex counts)... I'll rewrite that part to reflect how I actually did it. --tiny paintings 15:55, 23 Sep 2005 (PDT)
      • With regards to "messed up order": Can you be more specific? I designed the script explictily so that vertex order DOES NOT matter (well, you probably shouldn't move the meshes, though...). --tiny paintings 16:03, 23 Sep 2005 (PDT)
  • There is a third point, but it was only a script error, which i fixed already. (a missing ":")
    • I'm making some changes to the tooltip description of the new script, since it's a bit off, really. --tiny paintings 15:55, 23 Sep 2005 (PDT)
    • Also, the tutorial is becoming rather cluttered with two scripts in it. Maybe you can put my original script in a file, say vccopy.py, and link to it? --tiny paintings 15:55, 23 Sep 2005 (PDT)