Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-26Separate step for mesh sample generators to bind them to a specific mesh.Lukas Tönne
2017-08-20Multithreading support for the mesh sampling library.Lukas Tönne
2017-08-14Hair drawing data based on the new DNA hair groups.Lukas Tönne
2017-08-07Merge branch 'blender2.8' of git.blender.org:blender into strand_editmodeLukas Tönne
2017-08-01Hair fiber (child hair) drawing during edit mode, with heavy GPU leveraging.Lukas Tönne
2017-07-23Custom shaders for drawing strand selection.Lukas Tönne
2017-07-22Basic drawing code for hair edit mode in the new 2.8 draw engine system.Lukas Tönne
2017-07-16Merge branch 'blender2.8' into strand_editmode2.8Lukas Tönne
2016-07-20Fix for uninitialized v_mirr variable when using edge strokes with mirroring.Lukas Tönne
2016-07-05Merge branch 'master' into strand_editmodeLukas Tönne
2016-06-27Merge branch 'master' into strand_editmodeLukas Tönne
2016-04-20Fix unused function warning.Lukas Tönne
2016-04-19Define BMEditStrands struct as an extension of BMEditMesh.Lukas Tönne
2016-04-18Proof-of-concept: Hair edit data from regular meshes.Lukas Tönne
2015-09-19Port over the improved mesh sampling API from the mesh_samples branch.Lukas Tönne
2015-05-05Another fix for mirror editing of strand data.Lukas Tönne
2015-05-05Fix for call to mirror functions when mirroring is not enabled, givingLukas Tönne
2015-05-04Moved particle related functions of the strands edit mode into aLukas Tönne
2015-05-04Merge branch 'master' into strand_editmodeLukas Tönne
2015-04-20SimDebugData is now global, for easier usage and less intrusive code.Lukas Tönne
2015-04-20Use the X mirror option in new strand edit stroke brush tools.Lukas Tönne
2015-04-20Utility methods for mirrored strand editing.Lukas Tönne
2015-04-20Fix for strands undo creating an invalid BMesh.Lukas Tönne
2015-04-20Minor code reshuffling.Lukas Tönne
2015-04-20Extended Mesh <-> BMesh copy function versions for specifying customLukas Tönne
2015-04-20Basic undo support in the new strand edit mode.Lukas Tönne
2015-04-20Select Linked operator for hair edit mode (select all vertices of aLukas Tönne
2015-04-20Lasso Select operator for hair edit mode.Lukas Tönne
2015-04-20Border Select operator for hair edit mode.Lukas Tönne
2015-04-20Mouse Select operator for hair edit mode.Lukas Tönne
2015-04-20Select/Deselect All operator for hair edit mode.Lukas Tönne
2015-04-20IK solver for hair strands that provides a better solution for keepingLukas Tönne
2015-04-20Improved hair combing tool, adjusting edge directions instead ofLukas Tönne
2015-04-20Use a simple low-pass filter to generate a smoother, more stableLukas Tönne
2015-04-20Renamed the edithair files in BKE to editstrands.Lukas Tönne
2015-04-20Fix scons build files for new hair edit code parts.Lukas Tönne
2015-04-20Basic Add tool for creating new strands in hair edit mode.Lukas Tönne
2015-04-20First selection operator implementation for hair edit: circle select.Lukas Tönne
2015-04-20Apply the same weight profile in the comb tool as in particle edit mode.Lukas Tönne
2015-04-20Support for common operators, keymap entries and radial controls forLukas Tönne
2015-04-20Fix for brush radius, the Brush.size property is actually the radius andLukas Tönne
2015-04-20Implemented basic cursor drawing for hair edit mode brushes.Lukas Tönne
2015-04-20Use the "official" brush size calculated by blenkernel and subdivideLukas Tönne
2015-04-20Filter affected hair vertices in edit mode based on the brush size andLukas Tönne
2015-04-20Constrain hair root vertices to their mesh location after applying tools.Lukas Tönne
2015-04-20Enforce hair constraints (constant segment length) after applying a tool.Lukas Tönne
2015-04-20Make sure tool input data is in object space.Lukas Tönne
2015-04-20Nicer vector math for mouse coordinates.Lukas Tönne
2015-04-20Simplified first version of the hair stroke combing functionality.Lukas Tönne
2015-04-20Lots of small fixes for paint system quirks to make hair brushes workLukas Tönne