/me notes that in addition to the default Screen (3d View) there are a number of task-specific Screens predefined.
See the little dropdown menu (Choose Screen Layout) at the top.
Search found 3645 matches
- Sun Sep 01, 2013 7:31 pm
- Forum: User Questions that really belong on blenderartists.org
- Topic: What panels would you recommend for beginners?
- Replies: 2
- Views: 1893
- Thu Aug 29, 2013 3:51 am
- Forum: News & Chat
- Topic: Appalling support for Max and Maya key sets
- Replies: 2
- Views: 17498
I hear both Max and Maya have great support for their keymaps.
Blender keys are customizable now. Have at it! As always, patches are welcome.
http://www.blender.org/development/submit-a-patch/
Blender keys are customizable now. Have at it! As always, patches are welcome.
http://www.blender.org/development/submit-a-patch/
- Thu Aug 29, 2013 1:34 am
- Forum: Interface & Tools
- Topic: Help with graphic problem, graphic card?
- Replies: 4
- Views: 3816
When I try to go to File->User Preferences ->System Blender crashes A definite sign for graphics problems! It is important to remember that the graphics subsystem is composed of a video card/chipset + the video driver. Often updating the driver from the card manufacturer's site (not your operating ...
- Wed Aug 28, 2013 7:32 pm
- Forum: Interface & Tools
- Topic: Help with graphic problem, graphic card?
- Replies: 4
- Views: 3816
- Wed Aug 28, 2013 6:51 am
- Forum: Python
- Topic: Collada Export via a Java-Tool
- Replies: 3
- Views: 2101
The endgame here is to end up with a complete command like "blender -P some_script.py" In python, you can do something like: mport os cmd = 'blender' flags = ' -P ' script = 'some script.py' space = ' ' # our final cmd is 'blender -P some_script.py' os.system( cmd + space + flags + space + script ) ...
- Fri Aug 23, 2013 6:44 pm
- Forum: Python
- Topic: Participating Media / SMOKE
- Replies: 3
- Views: 1496
Disclaimer: I am completely unfamiliar with the Smoke internals, but.... From a quick peek at the API docs, it looks like the voxel data is written to a file. Since the smoke density array only has 32 elements it probably is not the entire set of voxels unless you are doing verrrrrrry tiny domains (...
- Fri Aug 23, 2013 6:32 pm
- Forum: Python
- Topic: Collada Export via a Java-Tool
- Replies: 3
- Views: 2101
String[] callAndArgs1 = {"C:\\Program Files\\Blender Foundation/Blender/blender.exe", "C:\\Users\\Desktop\\Scripting.py" }; Looks like you have the executable name (blender), the script to run (scripting.py), but no flags or switches to tell blender what to do with that file. Run 'blender -h' at th...
- Fri Aug 23, 2013 6:26 pm
- Forum: Interface & Tools
- Topic: Creating big structures in a smart way?
- Replies: 2
- Views: 881
- Wed Aug 21, 2013 8:39 pm
- Forum: Python
- Topic: How to create new selectable item / volumetric elements
- Replies: 1
- Views: 856
- Wed Aug 21, 2013 2:05 am
- Forum: News & Chat
- Topic: start python script in blender from Java
- Replies: 3
- Views: 17066
I don't have a Java example for you since I am forbidden from Java coding by the court's restraining order. However most languages have some implementation of the C language system() call. It basically looks like this: system("some program to run") The stuff that goes into the "some program to run s...
- Wed Aug 21, 2013 1:57 am
- Forum: User Questions that really belong on blenderartists.org
- Topic: Is there built in support for extracting a bezier equation?
- Replies: 1
- Views: 1289
- Mon Aug 19, 2013 7:49 pm
- Forum: News & Chat
- Topic: start python script in blender from Java
- Replies: 3
- Views: 17066
- Mon Aug 19, 2013 7:47 pm
- Forum: User Questions that really belong on blenderartists.org
- Topic: importing text in a .wrl or .x3d file
- Replies: 2
- Views: 4592
- Mon Aug 19, 2013 8:15 am
- Forum: User Questions that really belong on blenderartists.org
- Topic: Production inside of a VR environment.
- Replies: 3
- Views: 1919
- Sun Aug 18, 2013 2:27 am
- Forum: User Questions that really belong on blenderartists.org
- Topic: Problem with object selection in Object mode
- Replies: 2
- Views: 4023