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
2012-04-28code cleanup: Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: multi-line if statements.Campbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-19fix bevel edge angle (wasnt hooked up to new code), vertex-bevel angle isnt w...Campbell Barton
2012-04-16Fix windows compile issue with missing isnan.Brecht Van Lommel
2012-04-16Fluid Simulation:Thomas Dinges
2012-04-13bmesh api changes:Campbell Barton
2012-04-12fix [#30907] Inset tool with Select Outer disabled does not allow translation...Campbell Barton
2012-04-10Fix #30882: using an image sequence in the displace modifier did not updateBrecht Van Lommel
2012-04-08Fix for [#30822] Foam Mapping for Ocean Modifier is out of sync in Blender In...Bastien Montagne
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-03stule cleanup: edits for files which were recently cleaned up.Campbell Barton
2012-04-02fix [#30768] Project from View UV map tool includes hidden geometry r45323Campbell Barton
2012-04-02code cleanup:Campbell Barton
2012-03-31Small array modifier performance improvement.Nicholas Bishop
2012-03-30Fix bug 30195, Array modifier fails to merge vertices.Nicholas Bishop
2012-03-30Small code cleanups related to arrays.Nicholas Bishop
2012-03-30Fix "First Last" merge option in array modifier (partial fix for bug 30195)Nicholas Bishop
2012-03-29More array modifier fixes.Nicholas Bishop
2012-03-29Partial fix for array modifier vertex merge (bug 30195).Nicholas Bishop
2012-03-28code cleanup: (dont include ';' in defines), last commit also missed changes ...Campbell Barton
2012-03-27Fix bug 30697, strange shading on array modifier with offset object.Nicholas Bishop
2012-03-26Fix for position of array-modifier end cap when not using a fixed count.Nicholas Bishop
2012-03-26Fix run-time warning of freeing null pointer in array modifier.Nicholas Bishop
2012-03-26fix [#30598] Bad 3D view display & render with smooth meshCampbell Barton
2012-03-26rename lattice influence to strength from r45144 (other deform modifiers call...Campbell Barton
2012-03-26Patch: [#30652] Influence slider for Lattice ModifierThomas Dinges
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24code cleanup: use zero_v3Campbell Barton
2012-03-22Renaming CD_WEIGHT_MCOL/MLOOPCOL and their masks from WEIGHT to PREVIEW, as t...Bastien Montagne
2012-03-22bmesh: debugging function to help resolve issues with corrupt mesh data - BM_...Campbell Barton
2012-03-20Smoke bugfix: Fix copy paste + bad "if's" resulting in missing releation in d...Daniel Genrich
2012-03-20Adds support for utf paths on Windows.Alexander Kuznetsov
2012-03-20real fix for booleans and face shading this time.Campbell Barton
2012-03-20CDDM_calc_edges_tessface was being called twice for boolean and explide modif...Campbell Barton
2012-03-20partial fix for bug where booleans were using invalid face/poly normals.Campbell Barton
2012-03-20Fix format string warnings (gcc) by using string literals.Nicholas Bishop
2012-03-20Fix #30531: mirror modifier with vertex groups did not add both the left andBrecht Van Lommel
2012-03-19Fix [#30234] Various problems with CD layers and tesselation, related to modi...Bastien Montagne
2012-03-18spelling cleanupCampbell Barton
2012-03-17Minor UI messages fixes, and enabling i18n for all modifier_setError() error ...Bastien Montagne
2012-03-17Fix for yesterday i18n own commit (r44924): we now need to define WITH_INTERN...Bastien Montagne
2012-03-16bmesh: being back bevel modifier from 2.62 stable.Campbell Barton
2012-03-15Remove unused parameter from multires_dm_create_from_derived.Nicholas Bishop
2012-03-14Copy hidden flag to vertices when applying multires modifier.Nicholas Bishop