Blender Git Commits

Blender Git "master" branch commits.

Page: 3178 / 5574

May 28, 2013, 16:35 (GMT)
bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unused defines and correct include guards.
May 28, 2013, 15:08 (GMT)
fix [#35509] MedianPoint choice has bad normals
May 28, 2013, 14:24 (GMT)
Cycles: normal maps are now backwards compatible again after recent fix, with
a separate Blender Object/World Space that is compatible with Blender render
baking and uses the YZ flipping convention.
May 28, 2013, 14:23 (GMT)
code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using the mapping functionality.
replace ED_mesh_calc_normals with BKE_mesh_calc_normals().
May 28, 2013, 14:05 (GMT)
Hopefully scons+llvm works again.
May 28, 2013, 13:58 (GMT)
rename references to faces in docs.
May 28, 2013, 13:37 (GMT)
reorder includes for win
Revision be773f2 by Gaia Clary
May 28, 2013, 13:32 (GMT)
Added missing recalculate of normals after mesh import
May 28, 2013, 13:01 (GMT)
code cleanup: remove old/unused bmesh bevel transform mode, remove commented character list UI widget and the members these used in 'G' global.
May 28, 2013, 12:00 (GMT)
fix for missing normalize with recent optimizations.
May 28, 2013, 11:44 (GMT)
Fix #35473: Using Redo panel in View3D after Grease Pencil action moves GP layer to that area

Remove REGISTER flag from GP draw operator, so redo wouldn't screw up regions.
Revision 81ba62e by Lukas Toenne
May 28, 2013, 09:45 (GMT)
Fix for node menu: Show the group input/output nodes in the Input/Output categories respectively, so they can be added with the usual UI in case the user deletes them. These nodes are polled out for
non-group trees (node trees not in the bpy.data.node_groups collection) to avoid confusion. For that purpose a new optional poll function argument has been added to NodeItem, which allows selectively
polling individual items in an otherwise static list.
May 28, 2013, 08:58 (GMT)
Fix #35547: incomplete tooltips in node editor

Descriptions were missing since PyNodes integration.

Thanks to lukas for patch review!
May 28, 2013, 08:40 (GMT)
Fix #35513: Multires modifier normal corruption on apply base

Seems it was simply missing mesh normals update in multiresModifier_base_apply.
May 28, 2013, 08:10 (GMT)
Fix: smoke initial velocity didn't work with the new custom size particles.
May 28, 2013, 01:15 (GMT)
code cleanup: comment/remove unused defines
May 28, 2013, 00:35 (GMT)
Fix for crash in Freestyle with sketchy chaining and Bezier Curve geometry modifier.

When the sketchy chaining is used, stroke geometry may contain a 180-degree U-turn.
If the 'error' parameter of the Bezier Curve geometry modifier is small (e.g., 10),
Bezier curve fitting will recursively split the original stroke into two pieces.
This splitting may take place at a U-turn point, causing a numerical singularity issue
that leads to a crash.

Problem report by edna in the BA Freestyle thread, with an example .blend to reproduce
the problem. Thanks a lot!
May 27, 2013, 23:51 (GMT)
fix [#35543] Bezier curve width and twist fail to apply when more than 1 point is edited
May 27, 2013, 22:25 (GMT)
fix [#35544] Boids Segfault of frame advance using cursor keys
caused by partial revert of r56073.
May 27, 2013, 20:56 (GMT)
fix [#35503] Bug with BMesh and Mirror Modifier (Blender 2.67)
regression with bmesh - extruding was creating faces where it shouldn't.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021