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-11-28Cleanup: unused headersCampbell Barton
2014-11-14Reuse local view for UVs for previous commit, thanks to Campbell for theAntony Riakiotakis
2014-11-14Fix T42561 (semi feature request/comeback) UVs in image editor can getAntony Riakiotakis
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-10-31Cleanup: namingCampbell Barton
2014-10-02Fix T42033 UVs shown while rendering in texture paint mode.Antony Riakiotakis
2014-07-23Texture painting:Antony Riakiotakis
2014-07-23Bake-API: Test for cyclic node connectionDalai Felinto
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-07-21CleanupCampbell Barton
2014-07-19Fix T41100: draw other object UVs doesn't work when both objects have no image.Brecht Van Lommel
2014-06-13BLI_bitmap: rename macrosCampbell Barton
2014-06-06Code cleanup: styleCampbell Barton
2014-06-05Fix T40423: UV Editing 'Draw Other Objects' fails with CyclesCampbell Barton
2014-05-07Fix T39653 crash on drawing modified UVsAntony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-21Code cleanup: view2d api namingCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-27Code cleanup: use consistent arg order for math api poly funcsCampbell Barton
2013-12-10Style changes to refactor commit.Antony Riakiotakis
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-09-05Expose theme color of shadow UVs (These include UVs that are drawn inAntony Riakiotakis
2013-08-27Mask primitivesSergey Sharybin
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-06-24add api calls for BM_mesh_active_vert/edge_get.Campbell Barton
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-03-16fix for own mistake in using alloca in a loop, replace with BLI_bufferCampbell Barton
2013-01-12reduce customdata lookups for UV drawing and tools.Campbell Barton
2013-01-10bmesh todo: uv stretch area draw mode wasn't calculating ngon area - added ar...Campbell Barton
2012-12-14use UI_view2d_getscale() to get the scale for image cursor drawing and ED_mas...Campbell Barton
2012-12-13image view cursor wasn't scaling up with the DPICampbell Barton
2012-12-12replace BLI_array_declare with BLI_array_staticdeclare() and BLI_array_alloca...Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-09code cleanup:Antony Riakiotakis
2012-09-03Fix #32468: 3d view texture paint mode did not show uv layout in image editor.Brecht Van Lommel
2012-08-31Fix #32458: changing UV image in image editor not working when the active faceBrecht Van Lommel
2012-07-26mask/image editor now works for border select and lassoCampbell Barton
2012-07-25match function names for clip/image spacesCampbell Barton
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-06-22when draw-other-uv's is enabled. fallback to the spaces image if no active fa...Campbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-27code cleanup:Campbell Barton
2012-04-24code cleanup: rename UV functions to closer match bmesh apiCampbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton