Revision 5499474 by Campbell Barton February 18, 2015, 20:15 (GMT) |
CMake: indent & missing header |
Revision 483fa4c by Campbell Barton February 18, 2015, 20:15 (GMT) |
CMake: picky style edit 'cmake_consistency_check.py' relies on this formattng. |
Revision bbc7dc1 by Campbell Barton February 18, 2015, 20:08 (GMT) |
RNA: assert when non 0/1 values used as bool Prepare for using 'bool' type. |
Revision 86e04c4 by Campbell Barton February 18, 2015, 20:01 (GMT) |
RNA: assert on over-sized array index access |
Revision 9d464a7 by Campbell Barton February 18, 2015, 19:57 (GMT) |
RNA: use __func__ for alloc-id's |
Revision 4ed8b70 by Jorge Bernal February 18, 2015, 18:59 (GMT) |
BGE: Fix T42437: Physics/Compound bug Null check to verify that parent has a character controller. Otherwise (i.e empty) it will crash. Reviewers: moguri, campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D1115 |
Revision 9bd2a7c by Jorge Bernal February 18, 2015, 18:52 (GMT) |
BGE: Fix T41570: Blender crash when physics createConstraint Move physicsid type to unsigned long long to avoid crashes on Windows 8.1 64bits. Other systems also modified to put them inline with this solution. Reviewers: dfelinto, brita_, moguri, juicyfruit, campbellbarton Reviewed By: juicyfruit, campbellbarton Subscribers: juicyfruit Differential Revision: https://developer.blender.org/D1122 |
Revision 839a6b2 by Antonis Ryakiotakis February 18, 2015, 16:59 (GMT) |
Fix T43716 regression in mask modifier - edges could access out of bounds indices of vertices. Issue here is that if we copy edge customdata the MEdge data that were previously written get overwritten, solution is to write indices and flags last (probably writing flags is superfluous here). |
Revision c9fa37f by Sergey Sharybin February 18, 2015, 16:52 (GMT) |
Cycles: Initialize "headless" flags on engine initialization This flag is global for all the sessions and never changes. so it doesn't really make sense to pass it around to all sessions and synchronization routines. Switched to a static member of BlenderSession now, but it's probably more logical to introduce some sort of BlenderGlobals. Doesn't currently worth a hassle for a single boolean flag tho. |
Revision 6f3500d by Thomas Dinges February 18, 2015, 15:33 (GMT) |
Cleanup: Remove unused SD_PHASE_HAS_EVAL flag. We only have a non-singular volume closure and therefore no need to distinguish it. |
Revision a2366a3 by Thomas Dinges February 18, 2015, 14:57 (GMT) |
Cleanup for Cycles hair shader ifdefs. sc->T and sc->data2 were behind __HAIR__ ifdef, now they are not anymore, so we can always assign the correct value. |
Revision bf0a001 by Thomas Dinges February 18, 2015, 12:49 (GMT) |
Cleanup: Remove support for Boost filesystem 2. This is deprecated since Boost 1.48. |
Revision 55fd389 by Bastien Montagne February 18, 2015, 12:18 (GMT) |
New filebrowser bookmarks: Some minor fix/optimization from latest coverity report. |
Revision 2967253 by Bastien Montagne February 18, 2015, 11:22 (GMT) |
Fix Windows build. Mighty M$VC never heard of 'strcasecmp' family of functions, it prefers its own names, as usual... |
Revision 6920735 by Sybren A. Stüvel February 18, 2015, 11:08 (GMT) |
Include SDL information in system info text. Adds bpy.app.sdl to expose SDL version information. When SDL is not available on a Linux system, certain Blender features are silently disabled (like joystick support in the BGE). This change is the first step towards making it more obvious why something isn't working. SDL information is exposed to Python via bpy.app.sdl, in the same way as OCIO and OIIO information is exposed. Generated system-info.txt contains SDL loading method (linked or dynamically loaded by Blender) and SDL version number. Reviewed by: sergey, campbellbarton Differential Revision: https://developer.blender.org/D1112 |
Revision 7f7413b by Thomas Dinges February 18, 2015, 11:05 (GMT) |
Cleanup: Use bools in BVHParams class. |
Revision 6fe23b6 by Antonis Ryakiotakis February 18, 2015, 10:59 (GMT) |
Use clamp to border for brushes or textures can "leak" after rotating texture coordinates of brushes (in rake mode). |
Revision fda1198 by Joshua Leung February 18, 2015, 01:49 (GMT) |
GPencil: RMB menu tools in Outliner works for GP Layers now It would be even better if these used their own dedicated menu which could include the protect values too, but this one at least works now |
Revision c7c711b by Joshua Leung February 18, 2015, 01:49 (GMT) |
GPencil Fix: Added checks to ensure that copy/paste doesn't paste incompatible strokes There was a problem with the copy/paste functionality, where it would be possible to paste 3d strokes into 2D editors, or 2D strokes into the 3D view. The problem with that though is that these will not show up, and because there's no feedback at the time, users may end up doing this pasting several times. |
Revision bd92168 by Thomas Dinges February 18, 2015, 00:14 (GMT) |
Cycles / BVH: Remove unused temp copy of prim_object. This will save some memory during BVH Build. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021