Blender Git Commits

Blender Git "master" branch commits.

Page: 4348 / 5574

April 28, 2010, 21:18 (GMT)
fix for [#22195] Empty Size minimum limit too big (patch by Bassam Kurdali - slikdigit) with small change
(ui range precision to 2 instead of 4, since 4 doesn't seem to work here).

From the tracker:
"""
The smallest size allowed for empty_draw_size is 0.1. This is un-necessarily limiting and, depending on the scene, much
too large resulting in visual confusion in the 3D View.
Opening old files initially results in small empties, but when you click on them they 'grow' to the new minimum. This
seems to show that previous blender versions didn't have this bug.
Please remove the limitation, or, if needed, make it a much smaller number, so that empties are easier to see and distinguish from one another in small scenes/setups
"""
April 28, 2010, 18:13 (GMT)
fix for crash on loading some nodes.
April 28, 2010, 11:05 (GMT)
pin and driver id pointers were adding user references from rna but not on file load.
removing a reference to either could remove the object/data from the scene.
use set functions to avoid refcounting.
April 28, 2010, 09:29 (GMT)
patch 21737 by Elia Sarti (vekoon)

Currently for ColorBands, when pressing the Add button, new elements are
set with a medium gray in a medium position which often is not desired
behaviour.

This patch when possible sets new elements as averaged values between
the current element and its preceding neighbour
April 28, 2010, 08:15 (GMT)
reverting 28469, there is no use in using a long, while the allocation functions only accepts an int.
- only wastes 4 bytes per alloc.
Also would be most correct to use size_t
April 28, 2010, 08:02 (GMT)
add option -Y to enable python script execution.
April 28, 2010, 07:36 (GMT)
Manipulator combo was a bit too much cluthering for default, reverting
that. Enabled grease pencil smooth stroke
April 28, 2010, 07:25 (GMT)
3dview --> view3d, patch by Jonathan Smith with small corrections and changes.
April 28, 2010, 06:46 (GMT)
- Increased default 3D View clipping
- Default cube properly selected
- Using transform manipulator combo (loc/rot/size)
- Default sculpt brush spacing was too wide (jagged strokes)
April 28, 2010, 06:18 (GMT)
Tweaking of default preferences: Playback FPS on, larger miniaxis, bit
faster smoothview, third scene lamp ON (shading looked completly dark
from below)
April 28, 2010, 01:54 (GMT)
NetRender:
- multires cache files and image .tex cache support in dependency list
- Compare md5 of files before using a local copy (not one transfered by netrender). Could be changed to a simpler CRC if speed is an issue. The goal is not to have a strong crypto signature but just to detect outdated local files.
- Reduce slave timeout to 5 minutes (down from 30). Slaves should report at most every 30s, there's no reason for a value to be that high.
- Reorder the presentation tables on the main web page (job list is more important)
- Collapse dependency list by default on job page (only show main file and headers for other files, point cache and fluid cache)
- Slave option (default: True) to also output render log to the console (as well as the usual copy to the master)
April 27, 2010, 22:29 (GMT)
branching for GSOC 2010
April 27, 2010, 21:01 (GMT)
user modules were not loading in background mode.
April 27, 2010, 19:46 (GMT)
update for changes to blf module
April 27, 2010, 19:21 (GMT)
remove redundant argument from mathutils callbacks
April 27, 2010, 18:55 (GMT)
oversight in recent mathutils update. obj.matrix = obj.matrix would call its own updage callbacks until it crashed.
Revision d6b7124 by gsr b3d
April 27, 2010, 18:21 (GMT)
Make len portable (as best as can tested with a 32 bit machine).
April 27, 2010, 15:46 (GMT)
fix for allocations over 2gig crashing blender (even on 64 bit systems)
the memheader len would wrap to a negative number and when freeing it would write into the memheader.
April 27, 2010, 13:22 (GMT)
fix for error in decleration order
Revision d9dbf99 by Matt Ebb
April 27, 2010, 11:09 (GMT)
Fix [#22173] Texture nodes update every mouse click

Notifier tweaks
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021