July 22, 2013, 16:41 (GMT) |
svn merge ^/trunk/blender 58270:58498 |
July 22, 2013, 14:39 (GMT) |
Line style strokes. Access from stroke panel or by pressing A. To use press on first spot and drag to end spot. A line is displayed to show the path of drawing. Pressure is disabled in this mode. Rationale is that you can't get meaningful pressure values at the endpoints of the line only. It would be nice if we had some icons for the stroke modes. Also, airbrushes now only trigger on timer events and cursor is always refreshed when a stroke is active. Based on a patch by Jason Wilkins, thanks! |
July 22, 2013, 14:39 (GMT) |
* RNA properties for line stroke * Airbrush is not applied on mousemove anymore, only on timer. |
July 22, 2013, 14:39 (GMT) |
BRUSH_INVERTED is a temporary flag, do not store on DNA, move to unified paint settings instead. Note to self, unified paint settings are also saved on DNA. To avoid that I should add a stroke cache. This can be instantiated on startup, when random number generators for strokes are instantiated. |
July 22, 2013, 12:02 (GMT) |
* Fix lock icon for brush strength in image editor * Only delete key is used for deleting a palette color now, it could interfere with colour swapping too easily. |
July 22, 2013, 09:32 (GMT) |
Quick test to see how to implement default operator properties in a button's right click popup menu. Some not so nice, rough corners: * default properties are stored in a wmOperator in wmOperatorType and duplicated in default_properties. * wmOperators in wmOperatorType aren't cleaned on exit yet. * the widgets in the popup are not properly aligned. * lots of properties are ignored upon executing an operator. |
July 22, 2013, 07:20 (GMT) |
Add HACD (Hierarchical Approximate Convex Decomposition) library This is the version bundled with bullet. We should probably use a more recent version but there are different repositories out there, so we have to test first. |
July 22, 2013, 07:20 (GMT) |
rigidbody: Merge RB_body_get_position/orientation functions into one Avoids unneeded calculations. |
July 22, 2013, 07:20 (GMT) |
rigidbody: Add support for compound shapes Compounds are defined implicitly by the parenting hierarchy. TODO: Take more one level of the hierarchy is taken into account when creating compound shapes. |
July 22, 2013, 07:20 (GMT) |
rigidbody: Fix convex hull shape Missed adding compound shape wrapper. |
July 22, 2013, 07:20 (GMT) |
rigidbody: Add custom center of mass for primitive shapes Now the origin of the object is the center of mass for all collision shapes. To do that all shapes are now wrapped inside a compound shape. TODO: fix istability with mesh shapes when using compounds, might be bullet bug. |
July 22, 2013, 07:14 (GMT) |
svn merge -r57991:58488 ^/trunk/blender |
July 21, 2013, 20:07 (GMT) |
Fixed up problems caused from previous update that appear when compiling WITH_GL_PROFILE_COMPAT and WITH_GL_SYSTEM_LEGACY (as opposed to WITH_GL_PROFILE_ES20 and WITH_GL_SYSTEM_EMBEDDED) |
July 21, 2013, 19:06 (GMT) |
The code is optimized by minimizing the linear system access. |
July 21, 2013, 17:44 (GMT) |
Found up several functions that really were ES2, Fixed linking problems with EGL/GLESv2, stubbed out Win32 GHOST in preparation for adding EGL support. Blender compiles, but now crashes on startup due to NULL OpenGL function pointers. |
July 21, 2013, 16:46 (GMT) |
Variables are initialized with the positions of the vertices so that the system does not take into account the trivial zero solution. |
July 21, 2013, 15:14 (GMT) |
Stripping shortcut before adding it again. Without a shortcut appears twice on a button upon a mouse over. |
July 21, 2013, 15:07 (GMT) |
Shortcuts on buttons disappear if the buttons' labels and their shortcuts would overlap. |
July 21, 2013, 14:27 (GMT) |
Added shortcuts to buttons in regions of type RGN_TYPE_TOOLS. To do: * take care of overlapping text * add a preference to turn showing the shortcuts off |
July 21, 2013, 11:49 (GMT) |
compiles with no syntax errors with ES headers, but there are now linker errors |
|
|
|


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