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-02-14Divide by 3 instead of multiplying by variations of 0.333Sergej Reich
2013-02-12rigidbody: Don't cancel add operator if rigid body already existsSergej Reich
2013-02-12rigidbody: Clean up wm notifiers in rigid body operatorsSergej Reich
2013-02-11fix [#34169] dynamic paint bake from python + command line = segfaultCampbell Barton
2013-02-09rigidbody: Add missing updates for rigidbody operatorsSergej Reich
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-02style cleanup: also correct doc example for 'foreach_get/set'Campbell Barton
2013-02-01Move opencl and reigidbody from source/blender/ to intern/Sergey Sharybin
2013-01-27Bunch of fixes for UI messages.Bastien Montagne
2013-01-26Revert r54058, caused crash when adding paritcles in particle edit modeSergej Reich
2013-01-25rigidbody: Improve add/remove operatorsSergej Reich
2013-01-24replace calloc + memcpy with recalloc.Campbell Barton
2013-01-23Fix #33896: particle add brush with radius 1 would give duplicated and NaN ha...Brecht Van Lommel
2013-01-23make bullet optional againCampbell Barton
2013-01-23rigidbody: Add rigid body constraintsSergej Reich
2013-01-23rigidbody: Add rigid body simulationSergej Reich
2013-01-21Avoid using python keyword as operator property nameSergey Sharybin
2013-01-20fix for possible null pointer dereference in PE_create_particle_editCampbell Barton
2013-01-07style cleanupCampbell Barton
2012-12-21Bug fix #33647Ton Roosendaal
2012-12-21Fix #33640: Blender crashes when I click on "Connect Hair" in "Particles" pannelSergey Sharybin
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-21fix own regression in 2.65 [#33643] Rotation does not work at certain zoom levelCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-15remove modifiers_indexInObject(), just call BLI_findindex directly.Campbell Barton
2012-12-14Fixes for correct UI scaling display:Ton Roosendaal
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-11-26style cleanupCampbell Barton
2012-11-24Fix #33279: crash in particle brush cut tool when cutting hairs that go outsi...Brecht Van Lommel
2012-11-23Bugfix [#29186] Object contribute to fluid sim animation start earlier than k...Daniel Genrich
2012-11-14each different remove doubles function used a different property name, use 't...Campbell Barton
2012-11-07Bugfix [#32939] Fluid sim reversed on X and Y with animated Control objectDaniel Genrich
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-31style cleanupCampbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-23rename api functions...Campbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-18More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-16More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-11style cleanup:Campbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton
2012-10-05fix for circle select ignoring lock selection option for pose and edit modes,...Campbell Barton