Blender Git Commits

Blender Git "master" branch commits.

Page: 3305 / 5574

February 4, 2013, 12:32 (GMT)
fix [#34104] vertex color: color select bug

changing the hue in a color picker on a panel when black/white was selected would fail because the hue from the previous state wasnt stored.
February 4, 2013, 12:14 (GMT)
Fix #34079: RGB and HSV values inconsistency

Use COLOR_GAMMA subtype for new image color since this color is
actually being color managed. Also made it so byte and float
buffers would have the same exact display color after creation
with the same color value.

Also made it so color strip's color have COLOR_GAMMA subtype,
otherwise swatch color wouldn't match render result which is
not nice at all.
February 4, 2013, 11:28 (GMT)
fix [#34098] Crash after using Decimate or Remesh modifiers

converting a derived mesh to a mesh didnt clear its selection history, which could be invalid after applying a modifier.
February 4, 2013, 11:23 (GMT)
Cycles / OSL:
* Fix for r53689, there are two noise types, signed and unsigned.
Caused Musgrave Texture to render differently compared to SVM backend.
February 4, 2013, 11:06 (GMT)
Cycles preview scene: made render layer name match name used for BI preview

This is needed because render result is being reused between different render
previews and keeping names out of sync means once preview result was created
for blender internal, it wouldn't be updated after switching to cycles.

Same goes to switching from cycles to other renderers like lux and yaf.

Simply updated cycles_preview.blend for now, could be solved from code side
as well, but IMO better to collect such a limitations of preview blend files
and solve them all together during "custom preview.blend for external engines"
project.

Reported by Jens in IRC.
February 4, 2013, 10:14 (GMT)
add BM_edge_is_contiguous(), check for python api.
February 4, 2013, 07:51 (GMT)
fix [#33831] "Alt" key is "Alt Window Deactivated"
update to the ubuntu workaround from Shinsuke Irie.
February 4, 2013, 00:23 (GMT)
* Added a generic helper function for parsing PyObject arguments as N-dimensional float array.

* Local helpers were replaced with the generic one. This also fixed a memory leak in the setter
function StrokeVertex_point_set.

* Made minor code style changes.
February 4, 2013, 00:18 (GMT)
style cleanup: spaces -> tabs
February 4, 2013, 00:05 (GMT)
style cleanup
February 4, 2013, 00:02 (GMT)
drawvolume was timing drawing unnecessarily,
replace local defined timing functions with calls to TIMEIT_* macros from PIL_time.h and disable by default.
February 3, 2013, 23:04 (GMT)
* Fix for broken StrokeAttribute.visible setter function.

* Fix for a wrong vector element index in StrokeAttribute_mathutils_set
in the case of MATHUTILS_SUBTYPE_COLOR.

* Made minor code style changes.
February 3, 2013, 22:40 (GMT)
Replaced PyTuple_SetItem by PyTuple_SET_ITEM when creating new tuples.
February 3, 2013, 17:22 (GMT)
One fix for bug [#33785] compositor is (unnecessarily?) slow
Added additional buffers - new subtree - for groupnodes.
One needs to be aware of how groupnodes should be created.
Having translate & scale nodes, with the translate inside the groupnode and the scale node outside, causes artefacts.
Both should be inside or outside the groupnode. Same holds for other distort nodes.

February 3, 2013, 17:01 (GMT)
Freestyle Python API improvements - part 2.

The API syntax of FrsMaterial was updated by means of getter/setter properties.
Python style modules (including the Parameter Editor) were updated accordingly.
February 3, 2013, 15:38 (GMT)
Fix for [#34089] Crash opening file containing translation node saved before rev54235
February 3, 2013, 15:06 (GMT)
Fix for [#34022] Lines on renders using Blur node in flat mode

February 3, 2013, 15:03 (GMT)
remove paranoid null check from BLI_ghash_lookup(), was the only ghash function with a null check, callers better check the ghash exists first.
February 3, 2013, 13:10 (GMT)
Fix #34087: cycles shadow pass not properly normalized for non-progressive integrator
with > 1 samples for a lamp.
February 3, 2013, 12:19 (GMT)
fix [#34093] Metastrips don't behave correctly with alt+leftarrow
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021