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
2013-05-21Fix #35232: Marker right-click misbehavior on addingSergey Sharybin
2013-05-21Fix #35443: Animation player doesn't play some movie formatsSergey Sharybin
2013-05-21Fluid simulation manual number of threads option now doesn't set the numberBrecht Van Lommel
2013-05-21Fix to show numpad . instead of NDOF fit as first shortcut key in menus.Brecht Van Lommel
2013-05-21Related to #35452: show warning when unwrapping object with negative scale, sameBrecht Van Lommel
2013-05-21code cleanup: remove callbacks only added to wrap MEM_freeNCampbell Barton
2013-05-21remove return value from MEM_freeN, it wasn't used anywhere and was cast to a...Campbell Barton
2013-05-21fix own bug [#35451] Extrude -> Grab -> Cancel -> CrashCampbell Barton
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-20Fix: smoke noise tile was saved in Blender executable directory, which is oft...Miika Hamalainen
2013-05-20code cleanup: replace PARALLEL define with _OPENMPCampbell Barton
2013-05-20Cycles / Wireframe node:Thomas Dinges
2013-05-20Math Node:Thomas Dinges
2013-05-20no need to add own define for openmp. Campbell Barton
2013-05-20Cmake / Fluids:Thomas Dinges
2013-05-20code cleanup: rename bmesh operator files to be more consistentCampbell Barton
2013-05-20fix [#35434] Segmentation fault switching screen layout from pythonCampbell Barton
2013-05-19code cleanup: remove unneeded elements in uv NearestHit.Campbell Barton
2013-05-19code cleanup: bmesh/uvCampbell Barton
2013-05-19code cleanup: remove some kludge from uv loop selectCampbell Barton
2013-05-19code cleanup: uv_find_nearest_vertCampbell Barton
2013-05-19style cleanupCampbell Barton
2013-05-19code cleanup: simplify fast_ray_nearest_hit()Campbell Barton
2013-05-19fix memory corruption: allocated memory space did not match the needed spaceGaia Clary
2013-05-19fix for mistake in r56903Campbell Barton
2013-05-19Fix for last fix, compile error in smoke code.Brecht Van Lommel
2013-05-19Fix #35407: different particle behavior compared to 2.66, reverted part of 56...Brecht Van Lommel
2013-05-19BGE: Applying patch [#35416] "Missing python properties on ActionActuator: la...Mitchell Stokes
2013-05-19Fix for [#35245] Freestyle getting stuck on view map creation + memory leaks.Tamito Kajiyama
2013-05-18Optimizations for dyntopoCampbell Barton
2013-05-18Fix crash due to shared paint cursor function. It is necessary to checkAntony Riakiotakis
2013-05-18Fix for #35373, calling any paint operator from operator search menuAntony Riakiotakis
2013-05-18Comment out coordinates mapping made in rev55469Sergey Sharybin
2013-05-18style cleanupCampbell Barton
2013-05-18Painting / Sculpting: more tweaks to pressure sensitivityBrecht Van Lommel
2013-05-18Fix #35390: sequencer end frame of preview range was not drawing correct.Brecht Van Lommel
2013-05-18Fix #35404: crash in file save with python code that accesses mesh from panel.Brecht Van Lommel
2013-05-18Stroke code:Antony Riakiotakis
2013-05-18bump to version '2.67a'Campbell Barton
2013-05-17rigidbody: Add missig notifiers for add/remove operatorsSergej Reich
2013-05-17Smoke simulator: Add flow subframes and ability to set custom particle size.Miika Hamalainen
2013-05-17More work on 3d view render:Ton Roosendaal
2013-05-17Fix for #35390 fix: sequencer scene start/end still did not display when they...Brecht Van Lommel
2013-05-17fix for crash with toggle-drag on a popup (when the popup is closed while dra...Campbell Barton
2013-05-17Bug fix, own collection.Ton Roosendaal
2013-05-17Fix #35369: Crop node or FileOutput node bug.Sergey Sharybin
2013-05-17code cleanup: use BM_elem_flag_test rather then accessing 'ele->head.hflag'Campbell Barton
2013-05-17ignore hidden edges for bmesh grid-fill.Campbell Barton
2013-05-17fix for BM_mesh_edgeloops_find(), could give edge loops with one vert. (cause...Campbell Barton