date | project | content | link |
|---|
| 11:31 Wednesday | Blender | Commit by blendix :: r 27572 /branches/render25/source/blender/render/intern/source/cache.c: ( link) Fix cancelling while computing irradiance cache not responding fast enough. | # |
| 18:22 Tuesday | Blender | Commit by blendix :: r 27560 /trunk/blender/ (5 files in 4 dirs): ( link) no need to include the setting names in enum items (commit 27539 by Campbell from render25 branch) | # |
| 18:05 Tuesday | Blender | Commit by blendix :: r 27558 /trunk/blender/ (4 files in 4 dirs): ( link) option to lock alpha while projection painting. (commit 27538 by Campbell from render25 branch) | # |
| 18:01 Tuesday | Blender | Commit by blendix :: r 27557 /trunk/blender/ (3 files in 3 dirs): ( link) transform marker sync for extend and grab is back. (commit 27537 by Campbell from render25 branch) | # |
| 18:00 Tuesday | Blender | Commit by blendix :: r 27556 /trunk/blender/source/blender/render/intern/source/pipeline.c: ( link) the string 'Environment' is too long for a pass name, was causing crashes in FSA. use Env instead. (commit 27536 by Campbell from render25 branch) | # |
| 17:59 Tuesday | Blender | Commit by blendix :: r 27555 /trunk/blender/release/scripts/op/add_mesh_torus.py: ( link) no need to set flat shading for faces manually (commit 27534 by Campbell from render25 branch) | # |
| 17:59 Tuesday | Blender | Commit by blendix :: r 27554 /trunk/blender/source/blender/editors/mesh/mesh_data.c: ( link) adding faces was setting the wrong flag, smooth rather then selected. (commit 27533 by Campbell from render25 branch) | # |
| 17:58 Tuesday | Blender | Commit by blendix :: r 27553 /trunk/blender/source/blender/editors/uvedit/uvedit_ops.c: ( link) Wkey in uv editor brings up weld/align menu rather then welding. (commit 27513 by Campbell from render25 branch) | # |
| 17:58 Tuesday | Blender | Commit by blendix :: r 27552 /trunk/blender/source/blender/ (2 files in 2 dirs): ( link) implify skipping quad->tri was being done even when the main simplify option was disabled. (commit 27512 by Campbell from render25 branch) | # |
| 17:49 Tuesday | Blender | Commit by blendix :: r 27551 /trunk/blender/ (7 files in 5 dirs): ( link) draw option to only display what is rendered, used for sequencer, opengl drawing by default. since we use preview renders a lot the empties & armatures can get in the way also. (commit 27511 by Campbell from render25 branch) | # |
| 17:45 Tuesday | Blender | Commit by blendix :: r 27550 /trunk/blender/release/scripts/ui/space_view3d_toolbar.py: ( link) made re-project UI less confusing (commit 27457 by Campbell from render25 branch) | # |
| 17:42 Tuesday | Blender | Commit by blendix :: r 27549 /trunk/blender/ (4 files in 4 dirs): ( link) minor changes to rna names for consistancy (commit 27445 by Campbell from render25 branch) | # |
| 17:37 Tuesday | Blender | Commit by blendix :: r 27548 /trunk/blender/ (13 files in 9 dirs): ( link) change the scene opengl sequence rendering to be a global option with rendering and scrubbing settings. still need to do a do_versions for this to work right without changing settings. (commit 27442 by Campbell from render25 branch) | # |
| 17:24 Tuesday | Blender | Commit by blendix :: r 27547 /trunk/blender/source/blender/editors/space_sequencer/sequencer_add.c: ( link) error in recent commit. (commit 27437 by Campbell from render25 branch) | # |
| 17:23 Tuesday | Blender | Commit by blendix :: r 27546 /trunk/blender/source/blender/editors/interface/interface_templates.c: ( link) library data selector, respect hide dot data, unless the user enters a '.' (commit 27435 by Campbell from render25 branch) | # |
| 17:23 Tuesday | Blender | Commit by blendix :: r 27545 /trunk/blender/ (5 files in 5 dirs): ( link) - menu for selecting add scenes for the sequencer.
- update internal 'btempdir' from userprefs on changing and initializing the temp dir.
- add sequence strip operators nolonger require the sequence view to be active (better for automation). (commit 27434 by Campbell from render25 branch)
| # |
| 17:20 Tuesday | Blender | Commit by blendix :: r 27544 /trunk/blender/ (5 files in 2 dirs): ( link) fix for nasty bug where registering properties would register them in the parent classes SRNA, made for confusing rigify args turning up in add sequencer adding collection. (commit 27433 by Campbell from render25 branch) | # |
| 17:19 Tuesday | Blender | Commit by blendix :: r 27543 /trunk/blender/source/blender/python/intern/ (bpy_util.c bpy_rna.c): ( link) made argument conversion for much more verbose, wasnt giving enough info with bad operator args. (commit 27432 by Campbell from render25 branch) | # |
| 17:15 Tuesday | Blender | Commit by blendix :: r 27542 /branches/render25/ (52 files in 29 dirs): ( link) | # |
| 16:58 Tuesday | Blender | Commit by blendix :: r 27541 /trunk/blender/source/blender/ (6 files in 5 dirs): ( link) Fixes for thread related render / compositing crashes:
- Viewer node could free image while it is being redrawn, viewer image buffers now need acquire/release to be accessed as was already the case for render results.
- The Composite node could free the image buffers outside of a lock, also causing simultaneous redraw to crash.
- Especially on Windows, re-rendering could crash when drawing an image that was freed. When RE_RenderInProgress was true it would access the image buffer and simply return it while it could still contain a pointer to a render result buffer that was already freed. I don't understand why this case was there in the first place, so I've removed it. Possibly fixes bugs #20174, #21418, #21391, #21394.
| # |