Blender Git Commits

Blender Git "master" branch commits.

Page: 1681 / 5574

June 19, 2018, 14:21 (GMT)
Merge branch 'master' into blender2.8
June 19, 2018, 14:19 (GMT)
Fix missing render slots bugs after recent changes.
June 19, 2018, 14:18 (GMT)
Correct rigidbody stub
June 19, 2018, 14:13 (GMT)
Fix animation player
June 19, 2018, 14:01 (GMT)
UI: Smoke panels as sub-panels

Remove suffix from name since they are sub-panels now.

Display Settings -> Viewport Display, and two sub-panels as well for less used settings.
Revision dd75247 by Rohan Rathi
June 19, 2018, 13:57 (GMT)
Added face strength in bevel modifier

The selected face strength (Weak/Medium/High) can be used by the WN Modifier
to determine influence of current face in
June 19, 2018, 13:55 (GMT)
Cleanup: remove ref to dm in names in projpaint struct.
June 19, 2018, 13:55 (GMT)
Remove derivedmesh from 3DView texture/projection paint.

Pretty straightforward changes. Name cleanup to follow in a separated
commit.
June 19, 2018, 13:48 (GMT)
UI: Fluid physics panels as sub-panels

Also remove suffix from name since they are sub-panels now.
June 19, 2018, 13:48 (GMT)
UI: Soft Body panels as sub-panels

Also remove suffix from name since they are sub-panels now.
June 19, 2018, 13:48 (GMT)
UI: Rigid body panels as sub-panels

Also remove suffix from name since they are sub-panels now.
June 19, 2018, 13:40 (GMT)
Remove rigid body from rbw->group when deleting

I moved some code from ED_rigidbody_object_remove() to
BKE_rigidbody_remove_object(), so that calling the latter doesn't leave
the object in rbw->group (causing a crash later on when rebuilding the
depsgraph).
June 19, 2018, 13:33 (GMT)
UI: Cloth panels as sub-panels

Also remove Cloth suffix from name since they are sub-panels now.
June 19, 2018, 13:28 (GMT)
Particles: Support changing modifiers during particle edit mode

The idea is to only use pointers to particles in original object when
creating an edit structure. The derived mesh we get from evaluated
object.

The rest of the commit is just keeping pointers in sync.
June 19, 2018, 13:28 (GMT)
Particles: Use utility function to copy particles
June 19, 2018, 13:28 (GMT)
Particles: Add utility function to copy particles from one system to another
June 19, 2018, 12:50 (GMT)
Blender Version Bump

Without this, render slots aren't added.
June 19, 2018, 12:32 (GMT)
Revert: EditMode Inactive edge drawing

Did it manually as there was some refactoring done that has value
June 19, 2018, 12:22 (GMT)
Fixed rigid body simulation randomly stopping

This was caused by a floating point comparison using ==, instead of using
compare_ff_relative().
June 19, 2018, 12:07 (GMT)
Missed warning in previous commit
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021