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-18Cycles: Subsurface ScatteringBrecht Van Lommel
2013-08-18correct own error in recent linked stack edits.Campbell Barton
2013-08-18add assert for hashes if an existing element is ever inserted into a ghash/ed...Campbell Barton
2013-08-17Fix [36486] Outliner doesn't allow to expand Hierarchies of armature if it's ...Sv. Lockal
2013-08-17style cleanupCampbell Barton
2013-08-17avoid double ghash lookupsCampbell Barton
2013-08-17add linklist stack macros, use where over allocating an array was previously ...Campbell Barton
2013-08-17change CHECK_TYPE_INLINE macro not to add the pointer in the macro.Campbell Barton
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-15== filebrowser ==Andrea Weikert
2013-08-15BGE: The Action Actuator can now make use of additive blending.Mitchell Stokes
2013-08-14fix [#36349] Separate mesh by material creates meshes with all the materials ...Campbell Barton
2013-08-14quiet compiler warnings.Campbell Barton
2013-08-14fix bug with editmesh rip, active edge could be left on the unselected side o...Campbell Barton
2013-08-14fix own error in BM_mesh_calc_edge_groups() was clearning wrong dirty-index f...Campbell Barton
2013-08-13Fix crash happening when clearing parent in outliner modes which doesn't supp...Sergey Sharybin
2013-08-13change VIEW3D_OT_camera_to_view_selected poll function so it can be called fr...Campbell Barton
2013-08-13fix for bug in rip tool, isolated verts would remain selected after ripping.Campbell Barton
2013-08-13fix own regression, rip tool wasn't handling selection.Campbell Barton
2013-08-13switch arg order for BM_elem_select_copy(), would like to make this constant ...Campbell Barton
2013-08-13bmesh_vert_separate: remove unused return valueCampbell Barton
2013-08-12Fix [#36439] Switching windows on Win7 x64 under certain outliner conditions ...Sv. Lockal
2013-08-12Followup for r58992, fixing user decrement errorSergey Sharybin
2013-08-12change to object-smooth poll function, no need to check for active object, ju...Campbell Barton
2013-08-11display an error with python driver expressions when script execution is disa...Campbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-11remove unused auto-key struct-member from uiAfterFunc, add compiler defines t...Campbell Barton
2013-08-11edge-split now leaves split edges selectedCampbell Barton
2013-08-08Fix #36298 and #36359: timeline no longer did redraw during animation render.Brecht Van Lommel
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