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-08Fix incorrect display of constraint names on retina / high DPI.Brecht Van Lommel
2013-08-08Fix #36243: one screen should never be used by multiple windows, but this couldBrecht Van Lommel
2013-08-08Fix #36383: add object to group check for dependency cycles did not work corr...Brecht Van Lommel
2013-08-07Fix #36266, First undo in compositor decrements usercounter without a reason....Lukas Toenne
2013-08-07quiet shadow warnings and remove redundant NULL checkCampbell Barton
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-08-07code cleanup: some structs were declaring data when only typedef's were inten...Campbell Barton
2013-08-07code cleanup: more zero as NULL pointers.Campbell Barton
2013-08-06fix own regression in edgeloop delete [#36389] loop detete crashesCampbell Barton
2013-08-06view3d: gridfloor subdivisions wasn't respected for perspective mode.Campbell Barton
2013-08-06quiet double-promotion warnings, change octree.cpp to use a float (vector acc...Campbell Barton
2013-08-06select faces after dissolvingCampbell Barton
2013-08-06Add key shortcut for context sensitive dissolve, Ctrl+X / Ctrl+Delete (as ...Campbell Barton
2013-08-06fix for using uninitialized boolean vars for mask select more/lessCampbell Barton
2013-08-06code clenup: remove benchmarking left in by accident and GPU print, also some...Campbell Barton
2013-08-06replace mul_serie_m4 with mul_m4_m4m4 when only 3 args are givenCampbell Barton
2013-08-06use gcc malloc attribute for low level allocation functions, prevents gcc fro...Campbell Barton
2013-08-05fix for blender-internal viewport render looking fuzzy, don't filter the imageCampbell Barton
2013-08-05border render with cycles had 1 pixel offset on the top-right edge of the ima...Campbell Barton
2013-08-05minor glitch with border drawing, use glRecti rather then glRectf, so roundin...Campbell Barton
2013-08-05use api function for rect intersectionCampbell Barton
2013-08-04code cleanup: replace strcpy with BLI_strncpy for fixed size strings, and cor...Campbell Barton
2013-08-04avoid runtime overflow (1 << 31), for RNA and armature layer UI.Campbell Barton
2013-08-04code cleanup: remove unused define, correct header guard mismatch, add NULL c...Campbell Barton
2013-08-04add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints fr...Campbell Barton
2013-08-03fix error in pose bone selection - head/tail mixupCampbell Barton
2013-08-03code cleanup: remove duplicate checksCampbell Barton
2013-08-03code cleanup: bmesh use 'const' for query functions.Campbell Barton
2013-08-03code cleanup: replace bmesh_radial_face_find -> BM_edge_in_faceCampbell Barton
2013-08-03Fix #36288, Renderlayer toggles behave unexpected in Outliner. The outliner w...Lukas Toenne
2013-08-03fix for [#36260] 2,300 Objects Makes Blender UnresponsiveSv. Lockal
2013-08-02code cleanup:Campbell Barton
2013-08-02User request: when switching to smooth tool with shift-click inAntony Riakiotakis
2013-08-01use bmesh for loop macros for looping over mesh verts/edges/facesCampbell Barton
2013-08-01Fix a very irritating problem of our stroke system. On small brushes,Antony Riakiotakis
2013-08-01Fix [#36265]: Smoke doesn't work if domain object has negative scale.Miika Hamalainen
2013-08-01Cycles / Vector Transform node:Thomas Dinges
2013-07-31code cleanup: remove redundant NULL checksCampbell Barton
2013-07-31add NULL checks in eyedropper_color_sample_fl since BKE_area_find_region_type...Campbell Barton
2013-07-31Use bool instead of int.Sergey Sharybin
2013-07-31Fix #36302: Multires baking to zero 0 was showing error but still was bakingSergey Sharybin
2013-07-30fix for error in own recent changes to transform initialization, proportional...Campbell Barton
2013-07-30Remove superfluous iterations (caused by typo) and type casts in outlinerSv. Lockal
2013-07-29fix [#36280] Dynamic Topology crashes with active faceCampbell Barton
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-29minor changes for confusing code.Campbell Barton
2013-07-29rename term 'grid node' --> 'grid division' wtr snapping tips.Campbell Barton
2013-07-28new mesh tool for cleaning up meshes, splits up non-planar faces while they e...Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-28move suspicious break statement in drawDispListsolid() to prevent falling thr...Campbell Barton