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
path: root/source
AgeCommit message (Expand)Author
2012-02-12indentation cleanupCampbell Barton
2012-02-12prefix bmesh operator files with bmo_ (otherwise adding breakpoints in files ...Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-02-12remove some unused definesCampbell Barton
2012-02-12solidify modifier fix for material offset.Campbell Barton
2012-02-11correct bad level include.Campbell Barton
2012-02-11another include cleanupCampbell Barton
2012-02-11mode bmesh include cleanup, remove unused file too.Campbell Barton
2012-02-11include cleanupCampbell Barton
2012-02-11GPL Header CleanupCampbell Barton
2012-02-11svn merge ^/trunk/blender -r43995:44024Campbell Barton
2012-02-11update gpl header in cmake filesCampbell Barton
2012-02-11Style Cleanup:Campbell Barton
2012-02-11Style CleanupCampbell Barton
2012-02-10Style CleanupCampbell Barton
2012-02-10Fix #30131: mac UI font corruption in release candidate, refined test forBrecht Van Lommel
2012-02-10fix for smooth not working with mirror clip.Campbell Barton
2012-02-10Ykey is now separate again (as with trunk), use Jkey for Connecting verts.Campbell Barton
2012-02-10fix [#30129] Sharp Edges select function invertedCampbell Barton
2012-02-10bge font objects: fix for difference in size when object has a parentDalai Felinto
2012-02-10Style Edits only: use TRUE/FALSE rather then 1/0Campbell Barton
2012-02-10fix flushing issue when using linked selection picking in editmode.Campbell Barton
2012-02-10reverting commit [43876] Fix for aliased fonts in the game engineDalai Felinto
2012-02-10reviewed selection flushing code, some of this was incorrect, checked all use...Campbell Barton
2012-02-10bugfix [#30127] alpha in FontObjects not working in blenderplayerDalai Felinto
2012-02-10Code Cleanup: use less confusing names for selection flushing.Campbell Barton
2012-02-10fix for crash with recent edge dissolve/vertex option - when the entire grid ...Campbell Barton
2012-02-10add option to dissolve resulting verts with 2 edges after dissolving faces/ed...Campbell Barton
2012-02-09dont recalc normals after applying modifiers, this is already checked in prev...Campbell Barton
2012-02-09BMESH_TODO - Rewrite UV straighten tool for bmesh. (was commented out)Campbell Barton
2012-02-09svn merge ^/trunk/blender -r43976:43995Campbell Barton
2012-02-08Fix #30071: crash with cycles glsl, textures functions (which are stubs still)Brecht Van Lommel
2012-02-08correct 2 sphinx warnings.Campbell Barton
2012-02-08small speedup for BM_SelectMode_Flush()Campbell Barton
2012-02-08fix [#30103] Select vertex groups works only in vertex select modeCampbell Barton
2012-02-08fix [#30101] Vertex colors disappear after leaving edit modeCampbell Barton
2012-02-08Fix for duplicated vertices in UV sphere when it's creating with large radius.Sergey Sharybin
2012-02-08Movie Clip Editor: manual calibration will now respect GP layer's hidden flagSergey Sharybin
2012-02-08use MPoly's rather then MFaces (since these don't necessarily exist) for draw...Campbell Barton
2012-02-08Code Cleanup:Campbell Barton
2012-02-08Fix #30102: Vertex and edge incorrect selectionsSergey Sharybin
2012-02-08Code cleanup: remove duplicate OR'ing of CD_MASK_MDISPS.Nicholas Bishop
2012-02-08svn merge ^/trunk/blender -r43934:43976Campbell Barton
2012-02-08fix [#30090] Cloth modifier related crash when loading old fileCampbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-02-08Code cleanup: spelling fix, Tesselection->tesselationNicholas Bishop
2012-02-08Fix #30081: the fix for #30026 related to rendering indirect/environment lightBrecht Van Lommel
2012-02-08Returned back maximal value of bitrate. Higher values are actually makes sens...Sergey Sharybin
2012-02-08Fix for wrong pixel format used for qtrleSergey Sharybin