Blender Git Commits

Blender Git commits from all branches.

Page: 1622 / 2888

January 1, 2018, 14:42 (GMT)
Fix T52679: Hole in bake normal

In fact, any type of baking might have caused holes in mesh.

The issue was caused by zspan_scanconvert() attempting to get order of traversal
'a-priori', which might have failed if check happens at the "tip" of span where
`zspan->span1[sn1] == zspan->span2[sn1]`.

Didn't see anything bad on making it a check when iterating over scanlines and
pick minimal span based on current scanline. It's slower, but unlikely to cause
measurable difference. Quality should stay the same unless i'm missing something.

Reviewers: brecht, dfelinto

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D2837
January 1, 2018, 11:26 (GMT)
Some tentative iterator macros for groom data.
January 1, 2018, 10:30 (GMT)
Fix problem with axis reproject

Need to convert to object space before reproject
December 31, 2017, 16:16 (GMT)
New reprojection mode: Axis

This new mode reproject the strokes using the same logic of drawing in a locked axis.
December 31, 2017, 10:03 (GMT)
Fix error with colorname

This solve the Undo problems too.
December 31, 2017, 10:03 (GMT)
Fix error with colorname
December 31, 2017, 09:14 (GMT)
Circle select implementation for groom objects.
December 31, 2017, 09:04 (GMT)
Box select implementation for groom objects.
December 31, 2017, 08:59 (GMT)
Lasso select implementation for groom object.
December 31, 2017, 00:57 (GMT)
minor fix for collision problem with mesh
December 30, 2017, 18:44 (GMT)
WIP: First step to support undo in filling
December 30, 2017, 18:28 (GMT)
Remove Undo flag
December 30, 2017, 18:13 (GMT)
Cleanup code
December 30, 2017, 18:11 (GMT)
WIP: Add fixed simplify

The RDP simplify is not working fine, so the simple mode is used now.
December 30, 2017, 16:52 (GMT)
Fix T53630: Effect strips not displaying Input data.
Fix T52977: Parent bone name disappeared in the UI in pose mode.

Regression caused by own rBc57636f060018. So instead of changing widget
type, just flag it as disabled.

Note that core of the issue is elsewhere though - there is absolutely no
reasons to have a search widget for pointers we cannot change nor
search! But fixing this is not really top priority, one of the many
glitches of our UI code, so think we can live with current code.

To be backported to 2.79a.
December 30, 2017, 16:52 (GMT)
Fix T53463: Rotation numerical input shows instable behaviour.

Inverting a number in radians when user is in degrees gives rather
unexpected results. ;)
December 30, 2017, 16:52 (GMT)
Fix T53420: Vertex Groups: The "-" button gets a hidden function

Guess 'remove all unlocked' is new-ish feature...

To be backported to 2.79a (I think).
December 30, 2017, 16:52 (GMT)
Fix T53343: Custom Normal Data Transfer Crashes when some vertexes have no faces.

Odd nobody noticed this earlier, was obvious bug in code logic here... :/

To be backported to 2.79a.
December 30, 2017, 16:51 (GMT)
Fix T53250: Crash when linking/appending a scene to a blend when another linked scene in this blend is currently open/active.

Inner DAG code would not check against NULL pointer, and in case of an
active linked scene, scene pointer will be NULL here, so we have to
check it ourself. ;)
December 30, 2017, 16:51 (GMT)
Fix T53191: Python API Reference link wrong in splash screen.

Forgot to update splashscreen links when we switched API doc naming
scheme...
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021