August 27, 2013, 19:26 (GMT) |
Fix [#36289] Not change children object on freez layer when change frame. When hiding the layer of an object, switching to a different fram, and showing again that layer, things like object's parenting were not handled... Just set do_time option of DAG_on_visible_update() to True when updating layers. Note: maybe we could re-enable layers animation... not sure though ;) |
August 27, 2013, 19:26 (GMT) |
Partial revert of UI appearance changes in r52778 in the Strokes tab of the Freestyle Line Style panel. |
August 27, 2013, 19:26 (GMT) |
move doxy docs out of the ghash header into the C file. |
August 27, 2013, 19:25 (GMT) |
clearing the mempool can now keep more then a single element reserved. |
August 27, 2013, 19:25 (GMT) |
fix leak in BLI_ghash_clear(). was never freeing entries, add BLI_mempool_clear utility function. |
August 27, 2013, 19:25 (GMT) |
code cleanup for mempool, refactor chunk initialization into a static function. |
August 25, 2013, 14:16 (GMT) |
Fix some merge collisions |
August 25, 2013, 14:15 (GMT) |
merge with trunk -r59492 |
August 23, 2013, 10:18 (GMT) |
Merge trunk -r59408 into soc-2013-paint Conflicts: source/blender/editors/sculpt_paint/paint_stroke.c |
August 19, 2013, 14:16 (GMT) |
Merge trunk -r59300 into soc-2013-paint |
August 18, 2013, 18:02 (GMT) |
Fill tool for projection painting. This will only fill the part of the model visible on the screen with the brush color |
August 18, 2013, 16:15 (GMT) |
Merge -r59242 into soc-2013-paint |
August 16, 2013, 13:55 (GMT) |
Merge trunk -r59187 into soc-2013-paint |
August 15, 2013, 14:28 (GMT) |
* Rename texture_colors_flip to brush_colors_flip * Use labels to make brush color UI more readable and tidy * Expose brush color flip operator on UI |
August 15, 2013, 12:22 (GMT) |
Add brush menu in image editor as well. Allows to set brush tool and unified brush strength and size |
August 15, 2013, 11:16 (GMT) |
Extra spacing gradient mode, clamp vs repeat. When the spacing is reached, the stroke sticks to the final color. |
August 15, 2013, 10:15 (GMT) |
Add radial gradient fill mode, some naming cleanup. |
August 13, 2013, 18:34 (GMT) |
Define the stroke curve outline better |
August 13, 2013, 18:02 (GMT) |
Merge trunk -r59114 into soc-2013-paint |
August 13, 2013, 17:57 (GMT) |
Curved strokes for paint modes. This commmit introduves a first rough implementation of strokes guided by screen space curves for artist review. This is somewhat limited because it does not allow panning (which in 3d viewport wouldn't help anyway). To use select Curve under the stroke menu, or press the A key By dragging, the user can define the first bezier control points. It is also possible to select and edit the bezier handles independently. To constrain the handles to follow each other (similar to aligned bezier curves), use shift before selecting and dragging a handle. To avoid accidentally adding a curve point, the user needs to explicitly use Ctrl-Click to add another bezier point. To confirm the stroke use either enter or spacebar. TODOs: No pressure simulation or dynamic curve subdivision is done in this first implementation. Also the draw calls for the bezier could be optimized better. |
|