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
2021-08-25commit prior to small cleanupJoseph Eagar
2021-08-17Sculpt dyntopo: remove debug ATTR_NO_OPT'sJoseph Eagar
2021-08-17Sculpt dyntopoJoseph Eagar
2021-08-08Sculpt Dyntopo: PBVH draw fixesJoseph Eagar
2021-07-30Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-21Sculpt dyntopo: Removed triangle limit for PBVH_BMESHJoseph Eagar
2021-07-11Merge branch 'master' into temp_bmesh_multiresJoseph Eagar
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Sculpt dyntopo: Add support for multiple materials to dyntopoJoseph Eagar
2021-06-25Sculpt Dyntopo: fix bug in dyntopo brush spacing.Joseph Eagar
2021-05-24DynTopo: started refactoring pbvh drawing to handle customdata layers inJoseph Eagar
2021-05-16Dyntopo now updates the existing pbvh on undo instead of buildingJoseph Eagar
2021-04-29Fix a few cast warningsJoseph Eagar
2021-04-26* Fixed SCULPT_dynamic_topology_sync_layers to properly syncJoseph Eagar
2021-04-21* Fixed vcol drawing in indexed smooth shading modeJoseph Eagar
2021-04-15Commit current code stateJoseph Eagar
2021-04-11* Fixed wireframe drawing in vcol cell drawing modeJoseph Eagar
2021-03-26Only send all vcol layers to gpu (for pbvh drawing) in a materialJoseph Eagar
2021-03-26* Sculpt color layers are now properly handle by pbvh bmesh draw code.Joseph Eagar
2021-03-25Code cleanupJoseph Eagar
2021-03-25Fixed two remaining performance bugs with dyntopo:Joseph Eagar
2021-02-08* Yet another attempt at writing a faster distance to tri function.Joseph Eagar
2020-11-06Added debug option in dyntopo to draw sculpt colors as solid cellsJoseph Eagar
2020-11-04Added face set support to dyntopo. Still need to finish "edit faceJoseph Eagar
2020-10-31Try to make SCULPT_orig_vert_data_init avoid allocating undo nodes,Joseph Eagar
2020-10-26PBVH drawing now properly names attributes.Joseph Eagar
2020-10-26Got sculpt colors to work, needs more testingJoseph Eagar
2020-10-26pre-valgrind commitJoseph Eagar
2020-10-25Fixed broken customdata interpolation in dyntopo collapse.Joseph Eagar
2020-10-25Added support for customdata interpolation to dyntopo.Joseph Eagar
2020-10-25Merge performance improvements from trimesh branch into this one.Joseph Eagar
2020-09-18Sculpt: Render Mask and Face Sets with modifiers activePablo Dobarro
2020-09-06GPUVertBuf: Make GPUVertBuf private to the GPU moduleClément Foucault
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: GPU, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-09Sculpt: Make Sculpt Vertex Colors features experimentalPablo Dobarro
2020-06-24Fix T78188: Sculpt mask glitching after using sculpt vertex colorsPablo Dobarro
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-05-20Fix unnecessary buffer reallocation in sculpt mode, causing an assertBrecht Van Lommel
2020-05-18Fix potential crash due to dyntopo GPU buffer invalid memory accessBrecht Van Lommel
2020-05-14Sculpt: Render Face Sets always as flat shadingPablo Dobarro
2020-04-22Cleanup: Spelling in function nameSergey Sharybin
2020-04-20Fix T75329: Missing show_face_sets checks for MultiresPablo Dobarro
2020-04-01Cleanup: quiet discarded-qualifiers, unused warningsCampbell Barton
2020-04-01Multires: Initial Face Sets supportPablo Dobarro
2020-03-26Sculpt: Use uchar to store the sculpt mask in the GPUPablo Dobarro
2020-03-26Fix T74780: Face sets operators not aware of SCULPT_FACE_SET_NONEPablo Dobarro
2020-03-26Fix T74692: Do not draw nodes with the default face setPablo Dobarro