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
2014-04-11Change GPU deletion at GPU buffer update time. This should be detectedAntony Riakiotakis
2014-04-11Support logging of modified faces in dyntopo.Antony Riakiotakis
2014-04-11UI: correct own bad use of bool and document area_copy_data argsCampbell Barton
2014-04-11UI: de-duplicate UI_OT_copy_to_selected_button poll/execCampbell Barton
2014-04-11Dyntopo: use hidden face flags in more placesCampbell Barton
2014-04-10Dyntopo: Minor display optimization.Antony Riakiotakis
2014-04-10...and linking, sorry for that!Antony Riakiotakis
2014-04-10Fix compilationAntony Riakiotakis
2014-04-10Speedup track preview widget for byte imagesSergey Sharybin
2014-04-10Fix numpad emulation in non-US keyboardsCampbell Barton
2014-04-10BMesh: DM_to_bmesh_ex, no need to callocCampbell Barton
2014-04-10Revert "Mempool: simplify memory chunk list building"Campbell Barton
2014-04-10Remove extra glEnd() call.Antony Riakiotakis
2014-04-10BGE: Allow skinned meshes with modifiers to do skinning updates in parallel.Mitchell Stokes
2014-04-10BGE: Fixing a crash when animating objects with modifiers and armatures.Mitchell Stokes
2014-04-10More instances of needed material initialization.Antony Riakiotakis
2014-04-10Code cleanup: use struct type for mempool & style editsCampbell Barton
2014-04-10Fix T39663: Blender crashes when trying to triangulate uv unwrapped mesh.Bastien Montagne
2014-04-09Back buffer selection needs updates to materials.Antony Riakiotakis
2014-04-09Make material array account for mesh/object storage of materialsAntony Riakiotakis
2014-04-09Revert "FCurve Transform: scaling no longer changes hansle types"Campbell Barton
2014-04-09Fix T39608: Blender 2.70 crashes when performing unionSergey Sharybin
2014-04-09Freestyle: fix for typos in Python API docstrings.Tamito Kajiyama
2014-04-09Code cleanup: ifdef unused linklist for GPU drawobject'sCampbell Barton
2014-04-09View3D: disable LOD when game engine is disabled or ifdef'dCampbell Barton
2014-04-09Code cleanup: remove Object.bbsize, sizefac and padCampbell Barton
2014-04-09More stack cleanup on GPU_buffersAntony Riakiotakis
2014-04-09Add material storage to derivedmesh.Antony Riakiotakis
2014-04-09Fix T39646: Rigid Body Constraints non functional on release buildsSergej Reich
2014-04-09GPU: replace callocs with malloc since reallocs aren't clearedCampbell Barton
2014-04-09Cycles / CUDA: Increase sm_2x registers to 40.Thomas Dinges
2014-04-08GHash/Edgehash: make simple iterator checking functions inline.Campbell Barton
2014-04-08Dyntopo: replace GHash with GSet, saves some memoryCampbell Barton
2014-04-08DerivedMesh: replace edgehash with edgesetCampbell Barton
2014-04-08Mempool: simplify memory chunk list buildingCampbell Barton
2014-04-08BMesh: bmesh_sfme now initializes the copyCampbell Barton
2014-04-08BMesh: minor speedup, avoid calloc+assign, assign all members insteadCampbell Barton
2014-04-08Mempool: delay allocating an initial chunk, its not always usedCampbell Barton
2014-04-08Matcaps.Antony Riakiotakis
2014-04-08Code cleanup: remove paranoid NULL checkCampbell Barton
2014-04-08Fix T39635: Crash convening curve to meshCampbell Barton
2014-04-07Enable openmp in MinGW-w64Antony Riakiotakis
2014-04-07Fix T39626 Matcaps not working in edit mode.Antony Riakiotakis
2014-04-07Weekly UI messages fixes...Bastien Montagne
2014-04-07Fix own rB8714ae09f894: Forgot to handle bone constraints in versionning code!Bastien Montagne
2014-04-07Color pickers:Antony Riakiotakis
2014-04-07Fix own broken rB95b25e7333c4 (crash on any undo op :/).Bastien Montagne
2014-04-07OpenCL Change opencl_assert to be more like cuda assert where possible.Martijn Berger
2014-04-07OpenCL + AMD adapt kernel to newer driverMartijn Berger
2014-04-07Code cleanup: make the source G rated again.Campbell Barton