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
2013-03-28Fix #34773: smooth brush used on a shape key messes up the topologySergey Sharybin
2013-03-26style cleanup:Campbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-16Fix sculpt view normal for transformed objectsNicholas Bishop
2013-03-14Two new Features:Antony Riakiotakis
2013-03-13fix for 2 errors where the 2d arrays were used as 3d. (out of bounds read).Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13style cleanup: also remove unused defines in paint_image.cCampbell Barton
2013-03-13Texture sampling function refactoring:Antony Riakiotakis
2013-03-11Fix more UI i18n issues (reported by Leon Cheung and Lockal).Bastien Montagne
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-05Convert paint stroke code to write region instead of screen coordinatesAntony Riakiotakis
2013-03-04fix [#34416] Sculpt with ALT-B affects unseen mesh partsCampbell Barton
2013-03-02fix [#34431] Crash with 2.66 when dyntopo enabled and using view plane modeCampbell Barton
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-02-28More UI messages fixes...Bastien Montagne
2013-02-17code cleanup: change order of args in void BKE_object_where_is_calc_time_ex()...Campbell Barton
2013-02-17Fix for harmless uninitialized-variable warningNicholas Bishop
2013-02-17Fix performance regression with anchor brush in sculpt modeNicholas Bishop
2013-02-05own recent change to triangulate bmesh operator stopped filling in mapping sl...Campbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-03fix for error in own recent change, sculpt triangulate was done on a bmesh wi...Campbell Barton
2013-01-29sculpt, replace bmo call to triangulate with BM_mesh_triangulate()Campbell Barton
2013-01-24Remove dynamic-topology flag from mesh when entering sculpt modeNicholas Bishop
2013-01-22Fix projection texture painting crashSergey Sharybin
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2013-01-20Update object bounding box during sculptNicholas Bishop
2013-01-20Disable OpenMP with dyntopo in paint_mesh_restore_co()Nicholas Bishop
2013-01-17change to pressure & sculpt mode:Campbell Barton
2013-01-16fix for airbrush not using tablet pressure (any brush with BRUSH_SPACE disabl...Campbell Barton
2013-01-16Unification of brush codeAntony Riakiotakis
2013-01-07style cleanup: '} else' and add this check to check_style_c.pyCampbell Barton
2013-01-07Fix for r53610, check that ob->sculpt is valid before using itNicholas Bishop
2013-01-06Disable multires in sculpt mode if dynamic-topology mode is enabledNicholas Bishop
2013-01-02dyntopo speedup for smooth brush, no need to search for the shared vert-face ...Campbell Barton
2012-12-31style cleanupCampbell Barton
2012-12-30Code cleanup: rename BLI_pbvh to BKE_pbvhNicholas Bishop
2012-12-30Add symmetrize operator for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add simplify brush for sculpt modeNicholas Bishop
2012-12-30Add dynamic topology support to sculpt modeNicholas Bishop
2012-12-30Move layer displacements from SculptUndoNode to PBVHNodeNicholas Bishop
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-10fix for knife tool when the mouse was moved outside the clipped area the mous...Campbell Barton
2012-11-29Fix #33345: Crash when using bpy.ops.sculpt.brush_strokeSergey Sharybin
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-22Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin