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
2015-05-02Sound now returns even if file fails to loadCampbell Barton
2015-05-02BMesh: BM_mesh_edgesplitCampbell Barton
2015-05-02BMesh: BM_vert_separate double edge fixCampbell Barton
2015-05-02BMesh: return error on mesh validateCampbell Barton
2015-05-02Cleanup: bmesh src/dst order in API argsCampbell Barton
2015-05-02Cleanup: use function attrs for BMesh inline funcsCampbell Barton
2015-05-01Fix T44353, Fix T43981: random particle distribution overlaps if number is gr...Brecht Van Lommel
2015-05-01Fix T43711: dual quaternion deform bug with shearing in deform matrix.Brecht Van Lommel
2015-05-01Auto pack: don't show "No new files have been packed" on every .blend file save.Brecht Van Lommel
2015-05-01Fix T44433: print "unknown" rather than "1970-01-01" when .blend date is unkn...Brecht Van Lommel
2015-05-01Fix a couple of harmless compiler warnings.Brecht Van Lommel
2015-05-01Fix T44560: Merge Collapse tool - UVs operator panel option ignored with Coll...Bastien Montagne
2015-05-01Fix T44577: writing tessellated cddata when we should not...Bastien Montagne
2015-05-01Use mono font for metadataAntony Riakiotakis
2015-05-01Fix T44565 World background artifacts when world shader is void (orAntony Riakiotakis
2015-05-01Left some debug prints in here...Joshua Leung
2015-05-01Fix T43867: Clicking outside the viewport exits now Grease Pencil "Continous ...Joshua Leung
2015-04-30BMesh: correct bmesh_edge_vert_swapCampbell Barton
2015-04-30BMesh: add bmesh_disk_vert_replaceCampbell Barton
2015-04-30Cleanup: typosCampbell Barton
2015-04-30Data transfer - Loop Islands Hell Fixes.Bastien Montagne
2015-04-30UI: use enum for thumbnail sizeCampbell Barton
2015-04-30Correct warningCampbell Barton
2015-04-30Better fix for T44556: Crash on the World Properties > PreviewDalai Felinto
2015-04-30Revert "Fix T44556: Crash on the World Properties > Preview"Dalai Felinto
2015-04-30Py/RNA: support to load and remove soundsCampbell Barton
2015-04-30Fix opengl rendering always looking through cameraAntony Riakiotakis
2015-04-30Fix T44439: outliner's treestore could keep invalid ID pointers, could crash ...Bastien Montagne
2015-04-30Missed this last commitAntony Riakiotakis
2015-04-30Minor tweaks to make fill and invert support gpixel operationsAntony Riakiotakis
2015-04-30Code Cleanup: Simplified insert_keyframe_button and delete_keyframe_buttonJoshua Leung
2015-04-30Code Cleanup: Simplify Clear Keyframes operator's codeJoshua Leung
2015-04-30Fix T44558 - "Clear Keyframes" complains when operating on an array property ...Joshua Leung
2015-04-30Fix T44541 aka gigapixel image render support in blender.Antony Riakiotakis
2015-04-30Fix T44556: Crash on the World Properties > PreviewSergey Sharybin
2015-04-30View3D: expose size as a distance in unitsCampbell Barton
2015-04-30Correct docstringCampbell Barton
2015-04-30Correct missing breakCampbell Barton
2015-04-30Cleanup: styleCampbell Barton
2015-04-30Fix T44484: Edge-split corrupts meshCampbell Barton
2015-04-29BMesh: use BM_face_loop_separate_multi for ripCampbell Barton
2015-04-29BMesh: add BM_face_loop_separate_multiCampbell Barton
2015-04-29BMesh: simplify/optimize loop splitting logicCampbell Barton
2015-04-29BMesh: refactor edge-vert swapping into API callCampbell Barton
2015-04-29BMesh: minor change to swap-vert apiCampbell Barton
2015-04-29Fix filename has "new render view" suffix reported by Jason van Gumster (Fweeb)Dalai Felinto
2015-04-29File browser - change thumbnails size with a sliderBastien Montagne
2015-04-29Fix T44132: Crash after open EXR formatSergey Sharybin
2015-04-29OSX: fix T44533, system_bookmarks not showing utf standard ( umlauts etc. )Jens Verwiebe
2015-04-29Fix typo using interp_v3_v3v3 over float[2] variables...Bastien Montagne