Revision c17acf1 by Campbell Barton March 13, 2014, 01:03 (GMT) |
Code cleanup: quiet warning, 'else' would always crash (& never occurred) also quiet waning clamping |
Revision 37cf28b by Campbell Barton March 13, 2014, 00:54 (GMT) |
Freestyle: avoid checking PyErr_Occurred and quiet warning |
Revision 2d09977 by jens verwiebe March 12, 2014, 21:41 (GMT) |
OSX/cmake: set DEBUG_INFORMATION_LEVEL to "line-tables-only" for cycles, clang 3.4 (xcode 5.1) would not link with RNA in debug else |
Revision 032b42d by Campbell Barton March 12, 2014, 19:31 (GMT) |
Code cleanup: de-duplicate switch statement, style edits |
Revision deef641 by Antonis Ryakiotakis March 12, 2014, 19:06 (GMT) |
Anticipate future color picker types and don't crash (uiBut could be NULL in some cases) |
Revision fbf8595 by Shinsuke Irie March 12, 2014, 18:46 (GMT) |
Followup for fix T38318: Add back previous fix and fix a glitch. The previous fix 162d6c73e3d0 has been cancelled because it caused a problem that mesh deform cages and so on mess up the preview. To avoid the problem, viewport doesn't show mesh object if its draw type is bounding box or wireframe. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D375 |
Revision d7cff8f by Brecht Van Lommel March 12, 2014, 17:21 (GMT) |
Revision d7824e4 by Campbell Barton March 12, 2014, 17:18 (GMT) |
Fix possible (unlikely) use of uninitialized pointer in RNA resolving |
Revision 4fa93b1 by Antonis Ryakiotakis March 12, 2014, 17:12 (GMT) |
Code cleanup (tm): Some code deduplication for HSL |
Revision 2e128ba by Sergey Sharybin March 12, 2014, 17:12 (GMT) |
Fix T39111: Boolean assert failure on widows In fact we had this change a while ago, not sue what happened. |
Revision bce924b by Antonis Ryakiotakis March 12, 2014, 16:58 (GMT) |
HSL color wheel implementation. This is a standard Hue - Saturation - Lightness model (see for instance entry on wikipedia here: https://en.wikipedia.org/wiki/HSL_and_HSV) Note though the difference between HSV and HSL saturation, which are not the same. The advantage of having this color selection scheme is that artists can select shades and tints of a color easily by using the lightness slider. Also colors are arranged on (approximated) perceived lightness on the color wheel. Beware, Old files opened with this preference saved will crash! Reviewers: sergey, brecht, campbellbarton Differential Revision: https://developer.blender.org/D385 |
Revision 35ed748 by Campbell Barton March 12, 2014, 14:49 (GMT) |
Mesh API: rename 'octree' to 'spatial' since internally its using kdtree |
Revision 5bceb00 by Campbell Barton March 12, 2014, 14:49 (GMT) |
Mesh API: replace octree mirror with kdtree |
Revision d0ad48f by jens verwiebe March 12, 2014, 12:04 (GMT) |
OSX/bullet: i have to use -O0 again, else weird bullet behaviour comes back. I overlooked in cmake my fix same time changed the optimization level to 0, so not use optimization is the real fix ( postponed for after 2.70 ). I appears we should investigate scons anyway: compileflags does not apply to c and c++ same time as expected. |
Revision e5e0888 by Campbell Barton March 12, 2014, 11:56 (GMT) |
UI: allow passing "" for icon only enum buttons and still get an icon Enum icon-only buttons were getting their strings set, then truncated with blenders string shortening methods, then not drawn because there was no room (since buttons are icon width). Modify UI code so icon-only buttons don't get names and passing "" to a button won't have its text set later on. |
Revision a7faad9 by Campbell Barton March 12, 2014, 11:54 (GMT) |
Code cleanup: UI - de-duplicate menu/row/listrow enum logic |
Revision 2cbbaea by Lukas Toenne March 12, 2014, 10:54 (GMT) |
Fix for particle edit mode using wrong pixel distances. rB57dba739176153e052d77611ff0e554f05984686 unified pixel distance values but omitted a factor 100 for particle edit. |
Revision 7b03eb5 by Sergey Sharybin March 12, 2014, 09:46 (GMT) |
Fix T39109: Vertices affected by Hook Modifiers change after "switch Direction" on Curves Remapping hooks and vertex parent wasn't implemented for curves. |
Revision de86b70 by Sergey Sharybin March 12, 2014, 08:48 (GMT) |
Fix T39104: 2 clothes on a collision object cause crash This was caused by static variables used in plNearestPoints(). For now solved by making the solvers allocated in the stack, seems no noticeable affect on the simulation speed so far. |
Revision 0a3850f by Sergey Sharybin March 12, 2014, 08:07 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021