| Revision e4b1b00 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47983: Particles - Emit from Verts emits double on one vert. When non-random, particle distribution used a small start offset (to avoid zero-weight faces), which is fine with "continuous" entities like faces, but not for discrete ones like vertices - in that case it was generating some undesired "jump" over a few verts in case step was small enough (i.e. total number of verts/particles was big enough). | 
| Revision e69c02a by Martijn Berger / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| cmake fix full debug builds on msvc | 
| Revision 2ad02b6 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47967: Select next active fails in some cases For cases when there are multiple matches, find the closest match (with increasingly fuzzy tests) instead of failing. | 
| Revision 357787b by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Revision 37a7852 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47961: Wipe effects should have 2 inputs | 
| Revision 4fc9178 by Martijn Berger / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| CMake cleanup target_link_libraries_decoupled | 
| Revision 97836b7 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47814: VSE Scene 'Use Sequence' fails Conflict with flags between depsgraph and sequencer caused error. Now pass state of sequencer parents to avoid recursion. | 
| Revision a80f3d7 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T48000: Eyedropper sample-merged ignored at first | 
| Revision d17f3c6 by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47987: Blender Cycles standalone does not properly read UV coordinates from XML | 
| Revision 0f5ca75 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47969: Select Random always uses same seed Increment the seed on each use, otherwise calling again selects the same order, unless you manually adjust the seed. | 
| Revision 2265628 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47986: OBJ Import fails w/ imagepath encoding | 
| Revision 261c12a by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47958: Crash in Walk or Fly Navigation in Camera mode when invoking from non-3DView region | 
| Revision 49573b8 by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47931: Missed world shader update when having object dependency | 
| Revision 611e544 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47972: Blender crash showing particle system. Do same as with faces - if no orcodata is available, fill orco with current location... | 
| Revision 8aed449 by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47973: Render stamp ignores font alpha | 
| Revision edb1cc6 by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47697: Smoke simulation doesn't work in viewport Seems to be a division by zero error. Should be safe for an upcoming 'a' release. | 
| Revision f3259ae by Campbell Barton / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| BLF: alpha support for drawing to buffer | 
| Revision 18029ed by Brecht Van Lommel / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47758: rigidbody bug with constraint breaking and disable collisions. This is a regression in Bullet, reverted the problematic change for now with a custom patch. | 
| Revision 61aea37 by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Fix T47951: UserId problem on reload. readfile.c would increment object usercount in three places, where it should not. Remember kids: Objects are **only** refcounted by Scene's bases, and Object->proxy! | 
| Revision 70d417c by Bastien Montagne / Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) | 
| Revert "Fix T47263: numpad4/6 rotates around worl Z axis and not view Y axis." This reverts commit fe0ca82b232dcab29030c4a20b8bd1b033d1d346. This is a design issue, needs more thinking, for now just revert back to old behavior. | 
|  | |


 Master Commits
 Master Commits MiikaHweb | 2003-2021
MiikaHweb | 2003-2021