Revision e51d7f1 by Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Revision f9aa8c6 by Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
BMesh: Tweak behavior for select more/less Stepping over faces gives overall nice results but it stopped wire edges from working. Now step over wire too. |
Revision 0073b17 by Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix OpenGL Context freeing |
Revision 324d044 by Sebastian Koenig / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix typo in OCIO configuration file |
Revision c08ef9c by Antonis Ryakiotakis / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix T43208 material flickering in edit mode. Happens because material setting now occurs in the derived mesh drawing routine as it should. However that means that it also happens during selection and that influenced the drawing state somehow. In 2.72 this did not occur because material setting happened during draw setting (skip or draw) instead of after the draw setting passed (so selection would skip it by use another draw setting function). Of course this violated design but worked. Made it now so backbuffer selection does not enable materials (it's redundant in those cases anyway). This could be ported to a possible 'a' release but as is classic with display code there may be some other places that it could backfire. Tested fix with texture/vertex painting and selection which use backbuffer for both subsurf and regular meshes and it seems to work OK. |
Revision ba43ea2 by Bastien Montagne / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix T43204: Shrinkwrap constraint, project mode: Space ignored in bone case. Own fault in rBb154aa8c060a60d to fix T42447... Reverted that commit, and added kind of not-so-nice hack instead. Note root of the issue comes from the special case we are doing here re 'Local' space of parent-less objects. In that case, local space should be the same as world one, but instead we apply the object rotation to it... This is inconsistent with all other cases and could very well lead to other issues as T42447, but afraid fixing that properly would be rather hairy - not to mention it would likely break all existing riggings etc. :( Should be safe for a 2.73a, shall we need it. |
Revision 1253a46 by Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix for regression in bmesh connect-pair T42563 fix wasn't right, fortunately this doesn't fail in most cases. |
Revision 9a0c2c7 by Antonis Ryakiotakis / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix texture sampling with generative modifiers - sample backbuffer returns indices in mesh face range |
Revision 973e387 by Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix for GTest |
Revision fdbedfe by Antonis Ryakiotakis / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix gtest linking on ubuntu and do minor cleanup. Generally for build systems, libraries that do not depend on other libraries, such as system libraries, OpenGL etc always go at the end. We could even get rid of some duplicate dependency libraries here but auto duplication by build systems and differences between OSs make this difficult. GTest still duplicates all libraries twice to solve some issues which is weird (maybe libs are not sorted correctly for some reason? needs investigation) |
Revision 1d0c238 by Antonis Ryakiotakis / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix crash in texture paint sampling when sampling materials without textures slots |
Revision a1a182c by Mitchell Stokes / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix T40257: Frustum culling not working properly Instead of getting fancy this time, we'll just use Mahalin's simpler fix. This may have slight performance impacts, but it is a lot simpler than the previous fix and shouldn't cause as many bugs. |
Revision e5fbe74 by Mitchell Stokes / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Revert "Fix T40257: Frustum culling not working properly" This reverts commit 315609ec0c1e28eb12bde3e8bbd2a5b03672b1a9. This fix still causes more issues than it solves. |
Revision 012f7ca by Antonis Ryakiotakis / Campbell Barton (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 20, 2015, 09:18 (GMT) |
Fix invalid memory access in gradient brushes - could cause a crash in MacOS. This looks like an oldie and should not influence release, but if we do make an 'a' build it's safe to include. Report by Craig Jones, thanks! |
Revision 22cc938 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 11, 2015, 17:04 (GMT) |
ugly modifier numbering "fix" for fracture modifier... just for the branch! |
Revision 4401500 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 11, 2015, 16:35 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifier Conflicts: source/blender/editors/space_outliner/outliner_draw.c source/blender/makesdna/DNA_modifier_types.h source/blender/makesrna/intern/rna_modifier.c source/blender/modifiers/MOD_modifiertypes.h source/blender/modifiers/intern/MOD_util.c |
Revision bdb170c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 11, 2015, 16:21 (GMT) |
refactored function for loading fracture modifier out |
Revision 53034cf by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 9, 2015, 14:12 (GMT) |
compile fix due to function name cleanup |
Revision 4c6b50c by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 9, 2015, 13:54 (GMT) |
Merge remote-tracking branch 'refs/remotes/origin/master' into fracture_modifier |
Revision 67439df by Sergey Sharybin (blender-v2.73-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 8, 2015, 18:44 (GMT) |
Remove executable flag from the build configuration files They're not intended to be executed directly and seems mode change happened by accident. Setting -x for this files to avoid possible incidents by trying to run this files in shell. |
|