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
2010-07-22Fix #22661: Multires/Sculpt SegfultSergey Sharybin
2010-07-22just a note on where to look laterTom Musgrove
2010-07-22this fixes the bug that occurs when using pen tablet controlled pressure and ...Tom Musgrove
2010-07-21Unified size only works for sculpt, so only modify it in sculpt mode.Brecht Van Lommel
2010-07-21sorry this hadn't been committed eearlier allows shift+number so now up to 20...Tom Musgrove
2010-07-21* added keymap C for crease brushJason Wilkins
2010-07-21* In previous commit, the draw brush for sculpting got separated out to a new...Jason Wilkins
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-17* Applied patch from nicholasbishop that refactors calculation of the grab de...Jason Wilkins
2010-07-15* smooth wasn't working with strengths below .5Jason Wilkins
2010-07-15mistake in recent commit, set all axis values.Campbell Barton
2010-07-15* removed unneeded autosmooth_overlap, forgot to remove before mergeJason Wilkins
2010-07-14SVN maintenance.Guillermo S. Romero
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-07-14Fix a few compile warnings and rename gpu_buffers.h to GPU_buffers.hBrecht Van Lommel
2010-06-29image re-projection wasnt changing alpha values.Campbell Barton
2010-06-23Fix #22553: dragging number buttons would run update functions more often thanBrecht Van Lommel
2010-06-23Sculpt+shape keys:Sergey Sharybin
2010-06-22[#22262] Sculpting shape keys using the Smooth brush switches the shape to th...Sergey Sharybin
2010-06-14naming changesCampbell Barton
2010-06-13use utility functions for vertex groups, no functional changesCampbell Barton
2010-06-06finish cleanup to cmake editors, also removed some stuff from scons thats not...Campbell Barton
2010-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-06-02Sculpt & modifiers: patch by Sergey Sharybin, with modifications by me.Brecht Van Lommel
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-06-01Workaround #20467: disabled OpenMP multithreading on subsurf/multires/sculptBrecht Van Lommel
2010-05-07ghash alloc string from render branchCampbell Barton
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-07Modes are now toggled on using operators on load if the file was saved inBrecht Van Lommel
2010-03-31svn merge https://svn.blender.org/svnroot/bf-blender/branches/render25 -r2787...Campbell Barton
2010-03-27Fix #20717: sculpt not working with ortho view + certain object scale.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-22Sculpt: fix memory leak with anchored stroke option.Brecht Van Lommel
2010-03-22Sculpt Mode Bugfixes:Brecht Van Lommel
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-16option to lock alpha while projection painting.Brecht Van Lommel
2010-03-15[#21504] Projection Clone Paint brokenCampbell Barton
2010-03-12Fix #20551: sculpt mode, render and then sculpt crash.Brecht Van Lommel
2010-03-11re-project paint failed on no-camera when a camera wasnt needed.Brecht Van Lommel
2010-03-09reproject - clamp image by the maximum texture size, remove debug printf.Campbell Barton
2010-03-09improve brush size keys so they dont change by 20 each time (bad for small br...Campbell Barton
2010-03-09option to use offscreen opengl drawing with the sequencer scene strips.Campbell Barton
2010-03-08image re-project now uses offscreen render function and has input for render ...Campbell Barton
2010-03-07masking wast used for reprojectuion (used for stencil & normal falloff)Campbell Barton
2010-03-06re-project: operators for projecting from a view screenshot rather then a cam...Campbell Barton
2010-03-06disallow naming ID datablocks an empty string, this wont work, you cant selec...Campbell Barton