view port lighting

Next
 From:  xrok1
1295.1 
i think i saw this somewhere but can't seem to find it.

the problem is lots of the time the angle i want to edit something at is the worst angle for lighting. faces are dark and i can't recognize geometry.

is there a way to move or better yet add another light, preferably a headlight on the camera itself? of course this would only need to work for the 3D viewport.
Attachments:

  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
1295.2 In reply to 1295.1 
Hi xrok1 - give this a try:

Go to Options / Shortcut keys and push the "Add" button to put in a new entry.

For the Key, put in whatever you want to trigger it, like "L" for example.

Then for the Command part on the right-hand side, paste in the following:
code:
script:var dir = moi.view.lightDirection; if ( dir.x == 1 && dir.y == 1 && dir.z == -1 ) { dir.set(-0.5,1,0); } else { dir.set(1,1,-1); } moi.view.lightDirection = dir;

With that in place, you can then push L to switch lighting directions between 2 choices, that should help.

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  xrok1
1295.3 In reply to 1295.2 
thanks
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All