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
path: root/source
AgeCommit message (Expand)Author
2018-05-09T55014: Optionally: objects not cast shadows in workbenchJeroen Bakker
2018-05-09Merge branch 'master' into blender2.8Philipp Oeser
2018-05-09Draw manager: Implement point selection modes for particle edit modeSergey Sharybin
2018-05-09Draw manager: Initial implementation of key points visualizationSergey Sharybin
2018-05-09Draw manager: Start using more explicit API for particle edit modeSergey Sharybin
2018-05-09Modifiers: ported Hook DerivedMesh → MeshChristian Hubert
2018-05-09Fix T54992: Lattice modifier on another Lattice object does not take thePhilipp Oeser
2018-05-09BKE_id_free(): avoid UI and DEG calls when tagged with LIB_TAG_NO_MAINSybren A. Stüvel
2018-05-09Merge branch 'master' into blender2.8Philipp Oeser
2018-05-09EditMesh: multi-edit mergeCampbell Barton
2018-05-09Fix T54997: simple typo in property descriptionPhilipp Oeser
2018-05-09Fix crash moving grease pencil framesCampbell Barton
2018-05-09Cleanup: unused varsCampbell Barton
2018-05-09Cleanup: quiet shadow warningCampbell Barton
2018-05-09Multi-object edit: MESH_OT_beautify_fill by Remi van der LaanDalai Felinto
2018-05-09Multi-object edit: MESH_OT_loop_multi_select by OlegDalai Felinto
2018-05-09T55008: Migrating RE-Collection data to Scene dataJeroen Bakker
2018-05-09Multi object edit: MESH_OT_region_to_loop by OlegDalai Felinto
2018-05-09Multi-Object Pose: POSE_OT_select_parent by HarshaDalai Felinto
2018-05-09Modifier stack: ShrinkWrap: move to mesh-based BVHTree code.Bastien Montagne
2018-05-09Remove Frame ServerCampbell Barton
2018-05-09Cleanup/refactor: Move get_mesh_eval_for_modifier from MOD_util to BKE_modifier.Bastien Montagne
2018-05-09Surface Deform mod: removed some stuff that shouldn't have been committedSybren A. Stüvel
2018-05-09Mesh Deform modifier: also show result while editing the deformation meshSybren A. Stüvel
2018-05-09Fix (unreported) bug in BVHTree 'free tessfaces' flag setting.Bastien Montagne
2018-05-09Merge branch 'master' into blender2.8Bastien Montagne
2018-05-09Fix (unreported) bug in BVHTree 'free tessfaces' flag setting.Bastien Montagne
2018-05-09Modifiers: ported Surface Deform to MeshSybren A. Stüvel
2018-05-09Multi-Object-Editing: MESH_OT_separate by Nick MiliosDalai Felinto
2018-05-09Multi-Object-Editing: MESH_OT_vert_connect by Nick MiliosDalai Felinto
2018-05-09EditMesh: multi object spin support by Falk DavidFulk33
2018-05-09Merge branch 'master' into blender2.8Campbell Barton
2018-05-09MSVC: resolve near/far issue take2Campbell Barton
2018-05-09Multi-Object-Editing : Support for Grid Fill by Falk DavidDalai Felinto
2018-05-09Multi-Object-Editing: MESH_OT_edges_select_sharp by Jefferson RausseoDalai Felinto
2018-05-09Draw manager: Initial implementation of particle edit modeSergey Sharybin
2018-05-09Draw manager: Use utility function to get particle edit modeSergey Sharybin
2018-05-09Draw manager: Add support for cached particle edit pathsSergey Sharybin
2018-05-09Draw manager: Correct edit mode check for particlesSergey Sharybin
2018-05-09Draw manager: Ignore particles when object is in particle edit modeSergey Sharybin
2018-05-09Draw manager: allow creation of hair batch cache from edit modeSergey Sharybin
2018-05-09Draw manager: De-duplicate segment countingSergey Sharybin
2018-05-09Draw manager: Completely de-duplicate strands caching for parent and particlesSergey Sharybin
2018-05-09Draw manager: Move parent particle cache fill into an own functionSergey Sharybin
2018-05-09Draw manager: Use single function to calculate particles UVsSergey Sharybin
2018-05-09Draw manager: Move emit_from checks to interpolation functionsSergey Sharybin
2018-05-09Draw manager: Move UVs interpolation of child particles to a functionSergey Sharybin
2018-05-09Draw manager: De-duplicate calculation of parent UVsSergey Sharybin
2018-05-09Draw manager: Make parent and child particles code to be more equalSergey Sharybin
2018-05-09Draw manager: More meaningful variable nameSergey Sharybin