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-06-09add editmode wire color,Campbell Barton
2013-06-07Reverted unwanted checkin of work in progres from my previews commitGaia Clary
2013-06-07Renamed Panel to 'Vertex Weights' (describe its functionality more precise)Gaia Clary
2013-06-06fix [#35650] parented camera behaviorCampbell Barton
2013-06-06style cleanupCampbell Barton
2013-06-01editmesh display user request, keep the edge lengths within the view bounds (...Campbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28fix [#35543] Bezier curve width and twist fail to apply when more than 1 poin...Campbell Barton
2013-05-27fix error in own recent commit, also other minor changes.Campbell Barton
2013-05-27view3d buttons, internal change: make act_vert_def vertex argument optional.Campbell Barton
2013-05-27Fix #35506: enter local view, enable render draw mode, exit local view. In thisBrecht Van Lommel
2013-05-27modification to r57023, use active color but only draw face-stipple when sele...Campbell Barton
2013-05-27bmesh optimization: use offsets for deform-vert lookups to avoid customdata l...Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-26the viewport align-active option was flipping the viewport direction,Campbell Barton
2013-05-26code cleanup: typosCampbell Barton
2013-05-25Simple usability fix:Ton Roosendaal
2013-05-25Bug fix, irc submitted:Ton Roosendaal
2013-05-24fix own regression with ortho-camera adding points reported as [#35462]Campbell Barton
2013-05-24fix [#35488] Toggle "Show All Layers" Campbell Barton
2013-05-24remove v3d.modeselect, reduce size of other vars in v3d.Campbell Barton
2013-05-24style cleanup: also remove unused varCampbell Barton
2013-05-24Cleaned up draw_selected_name() to avoid redundant BLI_snprintf() callsGaia Clary
2013-05-23Made display of object : bone : shapes unique for weight painting and armatur...Gaia Clary
2013-05-23Improved display of active bone (in 3DView) when weight painting a mesh ObjectGaia Clary
2013-05-23Added display of active bone (in 3DView) when weight painting a mesh ObjectGaia Clary
2013-05-21Fix to show numpad . instead of NDOF fit as first shortcut key in menus.Brecht Van Lommel
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-16Fix #35368:Brecht Van Lommel
2013-05-14Code cleanup: fix confusing line of code with useless ||.Brecht Van Lommel
2013-05-13BGE: Fix for [#35320] "Crash When Adding Property without Setting Material" r...Mitchell Stokes
2013-05-12Fix for [#35224] Transform Orientation - order inconsistencyBastien Montagne
2013-05-12Optimize face-select drawing (weight/vertex paint mode face selection) Campbell Barton
2013-05-09Made bundles in 3D viewport have constant sizeSergey Sharybin
2013-05-08fix [#30862] "Lock" and "Box" Quad View options won't stay put when togglingCampbell Barton
2013-05-08add in asserts when rv3d->viewmatob, rv3d->persmatob are not initialized.Campbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-08de-duplicate draw_new_particle_system() particle drawing.Campbell Barton
2013-05-08use negative dot product for clipping, rather then doing it inline.Campbell Barton
2013-05-08remove unneeded null check in draw_viewport_nameCampbell Barton
2013-05-03disable view3d dolly, move, pan -- when the view offset is locked, also corre...Campbell Barton
2013-05-01edge_inside_circle was doing redundant float -> int -> float conversion, also...Campbell Barton
2013-05-01Fix #35149: solidify modifier + vertex parent not working after going in and outBrecht Van Lommel
2013-04-29avoid calling BKE_brush_alpha_get() when project painting onto each pixel,Campbell Barton
2013-04-25ruler tweak: don't, snap to edit-object, because it didnt work well when modi...Campbell Barton
2013-04-25ruler snappingCampbell Barton
2013-04-25ruler snap adjustmentsCampbell Barton