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
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-23Cleanup: int/short to bool in BKE_cdderivedmesh.h functions (and TRUE/FALSE t...Bastien Montagne
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-20Fix T38283: UV unwrap giving wrong results with particular meshes.Brecht Van Lommel
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-05Text3d: selection in editmode now follows rotated text along pathCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-12-10Style changes to refactor commit.Antony Riakiotakis
2013-12-09View3D API: rename view3d_camera_get to ED_view3d_camera_data_getCampbell Barton
2013-12-08Add themable colors for edges in UV editor. Reuse WIRE_EDIT for outlinesAntony Riakiotakis
2013-12-06Forgot to theme-ify color of shadow UVs (color used to draw uvs duringAntony Riakiotakis
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25CMake Build: option to compile without opennl/superlu.Campbell Barton
2013-11-19Fix T37464: Crash when pressing "V" in UV/Image editorCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-09-11Fix #36705: UV pack island crashing after recent change.Brecht Van Lommel
2013-09-11add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d()Campbell Barton
2013-09-11uv-pack operator: option to rotate uv islands to fit in the optimal rectangle...Campbell Barton
2013-09-10misc minor changesCampbell Barton
2013-09-05Expose theme color of shadow UVs (These include UVs that are drawn inAntony Riakiotakis
2013-08-27Mask primitivesSergey Sharybin
2013-08-17avoid double ghash lookupsCampbell Barton
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-26fix [#36286] UV face display not working for concave ngonsCampbell Barton
2013-07-21snap to cursor (offset option) added for UV's too.Campbell Barton
2013-07-13correct bad allocation sizes, unwrap was over-allocating, makesdna was under ...Campbell Barton
2013-06-24add api calls for BM_mesh_active_vert/edge_get.Campbell Barton
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-16Attempt to fix #35548:Antony Riakiotakis
2013-06-06Fix #35651, #35645.Antony Riakiotakis
2013-06-06style cleanupCampbell Barton
2013-06-02remove duplicate operator,Campbell Barton
2013-05-30remove redundant includes from cmake and scons.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-21Related to #35452: show warning when unwrapping object with negative scale, sameBrecht Van Lommel
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-19code cleanup: remove unneeded elements in uv NearestHit.Campbell Barton
2013-05-19code cleanup: bmesh/uvCampbell Barton
2013-05-19code cleanup: remove some kludge from uv loop selectCampbell Barton
2013-05-19code cleanup: uv_find_nearest_vertCampbell Barton
2013-05-11style cleanupCampbell Barton
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton