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-08-28Fix #36555: preview render in properties editor did not get cancelled andBrecht Van Lommel
2013-08-28Cycles / Sky Texture:Thomas Dinges
2013-08-28warn when applying transformation does nothing, confusion pointed out in [#36...Campbell Barton
2013-08-28tweak to dragging the ui-list, would lag behind the mouse noticeably.Campbell Barton
2013-08-27Small enhancement to grab-resize of uiLists, suggested by plasmasolutions: do...Bastien Montagne
2013-08-27Get rid of madness about fnmatch: BLI_fnmatch did not do the OS checks, they ...Bastien Montagne
2013-08-27uiLists enhacements: dragresize and better GRID layout.Bastien Montagne
2013-08-27Icons: add a "grip" one.Bastien Montagne
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-27Mask primitivesSergey Sharybin
2013-08-26Fix [#36308] Custom hotkey "Set Object Mode" - "Object Mode" doesn't work pro...Bastien Montagne
2013-08-26Don't check for an object mode that is excluded as a prerequisite forAntony Riakiotakis
2013-08-26Remove dirty normals assert from drawobject.cSergey Sharybin
2013-08-26Fix uiList labels themed colors.Bastien Montagne
2013-08-26Remove (comment out) auto-generating png form svg (r59382) in CMake, handy bu...Bastien Montagne
2013-08-26Bugfix #36324Ton Roosendaal
2013-08-26no remove double property lookups in ED_fileselect_set_params and redundant N...Campbell Barton
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-24ghash: reserve size when its known or can be guessed close enough.Campbell Barton
2013-08-24Fix bad draw of plane track when using Tiny display optionSergey Sharybin
2013-08-24when the size of an edgehash is known or can be guessed,Campbell Barton
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-08-24== filebrowser ==Andrea Weikert
2013-08-24style cleanup: space around for loop wrappersCampbell Barton
2013-08-24Fix 36505: Collada exporter crashes Blender when exporting to locked fileGaia Clary
2013-08-24fix for crash in weight-paint-gradient, missing call to curve curvemapping_in...Campbell Barton
2013-08-24Fix [#36330] Clicking Scrolled Object Properties Tab Brings Up Wrong OneBastien Montagne
2013-08-24Fix #36441: opengl render of smoke wrong after regular render with blender in...Brecht Van Lommel
2013-08-24Related to [#36548] "Grease Pencil" ProblemsBastien Montagne
2013-08-24Fix state losses for recursive outliner trees (e.g. datablocks editor)Sv. Lockal
2013-08-23Fix compile in Visual Studio 2008:Andrea Weikert
2013-08-23UI layout: Fix the fact that children layouts were implicitely inconditionnal...Bastien Montagne
2013-08-23patch to add backkbacks for game engine start/end,Campbell Barton
2013-08-23Fix [#36538] Discontinuity (Euler) Filter - never ends - (deadlock?)Bastien Montagne
2013-08-23math api edits - replace point-normal form for a plane with dist_to_plane_v3()Campbell Barton
2013-08-23new mesh bisect had a problem not selecting faces with fill option in face mode.Campbell Barton
2013-08-23fix leak in BM_face_split() with multires if the split failed.Campbell Barton
2013-08-23new mesh bisect tool, available in the mesh menu.Campbell Barton
2013-08-23edits to new symmetrize toolCampbell Barton
2013-08-23modify closest_to_plane_v3 not to use point-normal form.Campbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-22replace symmetrize code with calls to bmesh operators.Campbell Barton
2013-08-22add utility functions for dealing with planesCampbell Barton
2013-08-22Automatically re-generate png icon files from svg ones (CMake only for now).....Bastien Montagne
2013-08-22Fix [#36530] Texture tab refreshing problemBastien Montagne
2013-08-21Fix #36453: scaling faces with individual origins would permanently turn ofBrecht Van Lommel
2013-08-21Fix #36499: proportional edit circle was drawing behind objects in some cases,Brecht Van Lommel
2013-08-21Clear cyclic flag if we didn't copy the whole mask splineSergey Sharybin
2013-08-21Duplicate operator for masksSergey Sharybin
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton