Revision 02081f8 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 disable building the windows launcher, fix type in delayloading of debug dll |
Revision 8efe90f 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 / msvc openmp, delay loading of openmp dll so we can set environment variable before it is loaded |
Revision 315703d by Sergey Sharybin (blender-v2.77-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 5, 2016, 08:36 (GMT) |
Cycles: Aligned vector was not covered by guarded stat This was making stats printed by the logging being wrong: they did not include such memory as BVH storage. |
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 4960006 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 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 96b9f45 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) |
Partly fix (unreported) particles not updating correctly when changing settings. Point-cached particles (those using simulations) would not update at all outside of first frame, due to PSYS_RECALC_RESET flag being ingnored in `system_step()`... For some mysterious reasons, udate is still non-fully functional outside of startframe (e.g. changing face distribution between random and jittered), but at least when choosing 'Vertices' you get particles from verts and not faces! |
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 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 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 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 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 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 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 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 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 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 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 |
|