| |
162 (+190,-28)
|
|
|
|
Confirm Exit
|
|
Written by ideasman42 the 20 Nov 08 at 17:15. Category: Interface. New
|
|
When you have not saved your file, have blender ask if you want to quit when closing blender via the windowmanager. (useually cross button)
- This is common for most applications
|
|
| |
129 (+138,-9)
|
|
|
|
Display rendering state (percent, time)
|
|
Written by blenderx the 20 Nov 08 at 17:15. Category: Rendering. New
|
|
When you render - you do not see the current state of rendering... in best cases you see last render time and current part-number...
But what about current render state in percent (for image or animation)? Or current render time for current frame. Or estimated time for frame / animation?
Look at this screen - wow!
http://images.gamedev.net/features/reviews/modo202/5-shot-glass-render.jpg
|
|
| |
121 (+42,-2)
|
|
|
|
surface tweak
|
|
Written by gaalgergely the 12 Oct 08 at 04:31. Category: Modelling. New
|
|
thanks goes to briggs for the ngon work and for the dudes who did tweak and the new bevel tools.
in the current svn we already have a proper tweak which is uber-sweet! now surface tweak would be an extension to the basic tweak.
i use the explanation from the gsculpt site:
surface-tweak (like tweak, but constrains movement to the surface of the model, or the surface normal)
other than that i really cant explain it or give any info on how to implement it.
(but when you just have to rearrange the verts/loops on your model without messing up the shape of your mesh this can be a big time saver)
|
|
| |
112 (+121,-9)
|
|
|
|
Layer Manager
|
|
Written by manitwo the 14 Oct 08 at 01:53. Category: Interface. New
|
|
Did you guys see the layer-manager of the new Cinema 4D R10?
It has by far the best layer-manager out there. I would love to see only the half of the features of their layer-manager implemented in blender.
Take a look a this:
http://www.c4dcafe.com/reviews/r10/images/layerbrowser.jpg
http://www.c4dcafe.com/reviews/r10/layers.php
What do you think?
|
|
| |
112 (+121,-9)
|
|
|
|
display shortcuts over the buttons
|
|
Written by Ben the 20 Nov 08 at 12:40. Category: Tools. New
|
|
Few buttons display the shortcut with the instruction when putting the mouse over it.
Would be nice to have this always displayed, e.g. when ctrl-clicking on a button
|
|
| |
107 (+113,-6)
|
|
|
|
multi-thread everything
|
|
Written by wayneberry the 21 Nov 08 at 04:45. Category: Hardware support. Needs clarification
|
|
multi-threaded fluid simulation
multi-threaded cloth simulation
multi-threaded preview render
multi-threaded playblast render
another nice update for the preview renderer would be (as seen in modo) to render like a progressive jpeg. so the longer you wait the clearer the render gets. this lets you have preview open all the time on a seperate view and constantly see your changes
|
|
| |
102 (+112,-10)
|
|
|
|
Garbage Collector
|
|
Written by kakapo the 20 Nov 08 at 17:16. Category: Others. New
|
|
a way for deleting (all) unused datablocks of the current blender session so that you don't have to restart blender anymore for that.
|
|
| |
100 (+109,-9)
|
|
|
|
True Ngon Support
|
|
Written by bruceape the 20 Nov 08 at 19:27. Category: Modelling. In development
|
|
True support for Ngons, allowing a much faster box modeling work flow for those who choose to use them. I can see possibilities of benefits for architectural modeling as well as organic modeling.
|
|
| |
99 (+104,-5)
|
|
|
|
mouse hauling outside of screen
|
|
Written by kakapo the 18 Nov 08 at 22:11. Category: Interface. New
|
|
currently, if you do transformations in blender you get stopped if the mouse cursor reaches the border of the screen. most other 3d applications i know allow to continue outside of the screen. this would be nice in blender too!
continuously having to readjust the view and restarting the transformation can be a bit annoying if you want to move something rather far (or if you do fine movement with shift) for example.
|
|
|
|
Done!
|
|
(98) (+103,-5)
|
|
|
Snap to Ground
|
|
Written by ideasman42 the 7 May 08 at 13:44. Category: Tools. Implemented
|
|
Add a snap mode where it snaps to the surface of background geometry. Like retopo but for objects.
So you could hold Ctrl and objects would snap to the surface of terrain for instance.
|
|
| |
93 (+100,-7)
|
|
|
|
| |
88 (+92,-4)
|
|
|
|
Shadow Density and Colour
|
|
Written by Darkbridge the 8 Nov 08 at 16:01. Category: Lighting. New
|
|
Other 3D apps I’ve used can control the density/transparency and colour of the shadows. This is such an extremely valuable option I can’t believe its not already in Blender!
|
|
| |
87 (+95,-8)
|
|
|
|
Realistic Caustics/transparent shadows
|
|
Written by salvis the 10 Nov 08 at 16:53. Category: Rendering. New
|
|
Caustics are the only real way to make a shadow of a transparent object look more photo-realistic. This would be a great advancement for people working with transparent materials.
|
|
| |
84 (+88,-4)
|
|
|
|
Raytracable Particles
|
|
Written by salvis the 20 Nov 08 at 17:16. Category: Rendering. New
|
|
It would be really great to be able to see particles/halo textures in raytraced reflections & through transparent materials.
|
|
| |
84 (+96,-12)
|
|
|
|
Render Pause and Resume (for current Blending session or over multiple sessions)
|
|
Written by RobertT the 10 Nov 08 at 06:08. Category: Rendering. New
|
|
The idea is to be able to pause a render and then to be able to resume the render later, either during the current Blending session or at some future time after having exited and restarted Blender.
The render state could be kept in an external file (e.g. example.blend.renderstate) while render image could be maintained in its own subdirectory (much like what was done with particle caching) so renders could be continued not only on one system but multiple systems if necessary (assuming in this example the same version of Blender is being used on all systems involved).
That last part could also offer potential benefits for advanced renderfarm applications. One example being where a custom (i.e. Blender-specific) renderfarm with potentially multiple different systems (render nodes) could, upon finding calculating an opportunity (either predetermined via benchmarks before production time rendering or through realtime performance checks) for faster rendering on a newly available node with faster/higher computational capacity (e.g. multicore system/more RAM), terminate the slower render node (while not losing its progress by virtue of a rendestate) and then advance the job (blend file) to the better node with renderstate information so as to resume the render.
Just some thoughts :-)
Thanks for considering,
RobertT
|
|
| |
84 (+92,-8)
|
|
|
real world units
|
|
Written by pinhead_66 the 20 Nov 08 at 19:28. Category: Interface. New
|
|
Give the user visual feedback concerning the kind of unit he/she is working in. More specifically, being able to set one blender unit as meteres, centimeters, kilometers, inches, feet, etc.
Adjustments should be updated in the information bar in the 3d window (for instance when moving an object, you see how many mm or cm it has moved)
Further, when turning on display selected edge length, the current unit should be added to the shown numbers, so when you select an edge, its says 0.5 mm instead of 0.5.
As extra maybe make it possible to render the 'display selected edge length' (may be interesting for architects?)
|
|
| |
79 (+85,-6)
|
|
|
|
mousewheel changes values
|
|
Written by dave62 the 18 Nov 08 at 22:15. Category: Interface. New
|
|
MESH EDIT MODE
if there is a popup menu with only one setting, you can easily change the value with the mousewheel.
e.g. you select "subdivide multi"-> the "number of cuts menu" pops up and you only need to turn the mousewheel to increase or decrease the number of cuts and then push enter.
kind of similar to the loop cut function (ctrl-L)
|
|
| |
78 (+86,-8)
|
|
|
|
Indicate Animated values on Panels
|
|
Written by Papa Smurf the 13 Nov 08 at 23:21. Category: Animation. New
|
|
If an object/material/texture property is animated, (for example there is an ipo curve for Material RGB), then on the panel where the user usually sets that property (Materials panel) is grayed out or a darker shade as a visual cue.
If the user changes the property by moving the slider or entering a value, a popup window asks them if they want to establish a new key, or ignore the entry.
see http://wiki.blender.org/Requests
|
|
| |
76 (+81,-5)
|
|
|
|
Animate "Everything"
|
|
Written by oxigen the 8 Nov 08 at 21:29. Category: Animation. New
|
|
I know that's in a Blender plan already, but just for the record... :)
|
|
| |
72 (+77,-5)
|
|
|
|
Make Renderer not freeze Blender.
|
|
Written by Prodeous the 10 Nov 08 at 06:09. Category: Rendering. New
|
|
Currently whatever renderer you use, Blender becomes unresponsive until rendering is complete.
Cinema 4D is the closest (interface wise) to Blender (total customization).
When one renders in C4D, i can still continue to work on the project, and the scene simply renders in the background (with the penalty of render speed) but overall productivity increases 10fold as I never (nearly never) stop working on the project.
|
|