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-07-16fix [#36153] Crash when choosing a brush.Campbell Barton
2013-06-26Fix #35583 Smooth brush ignores hidden partsAntony Riakiotakis
2013-06-09Fix #35638: Object disappears when rotating after using the simplify brushSergey Sharybin
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28code cleanup: lots of calls to BKE_mesh_calc_normals_mapping were not using t...Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-25Bug fix, irc submitted:Ton Roosendaal
2013-05-18Fix #35404: crash in file save with python code that accesses mesh from panel.Brecht Van Lommel
2013-05-15Attempt to fix #35057 and #35372: slow texture painting performance.Brecht Van Lommel
2013-05-13Fix sculpt getting slower as you paint a longer stroke. Partial redraw wasBrecht Van Lommel
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-04-24fix [#34657] Smoothing will not be updated in object mode, when hiding faces ...Campbell Barton
2013-04-23fix [#35007] clipping border errorCampbell Barton
2013-04-19Fix #34818: Sculpting Mode only rotates around geometry origin (bring bug back)Sergey Sharybin
2013-04-18Fix: view plane for sculpting did not work correctly for rotatedAntony Riakiotakis
2013-04-15rename axis_angle_to_mat3_no_norm() --> axis_angle_normalized_to_mat3().Campbell Barton
2013-04-15New implementation for twist brushes.Antony Riakiotakis
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-08style cleanupCampbell Barton
2013-04-01Fix #34813: smooth brush used on a shape key messes up the topology - part2Sergey Sharybin
2013-03-31Woot woot commit.Antony Riakiotakis
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