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
2011-05-07Merging r36382 through r36528Mitchell Stokes
2011-05-07fix [#27298] Alt + RMB always extends selectionCampbell Barton
2011-05-07Code cleanup: remove source/kernel module, this wasn't really the kernel ofBrecht Van Lommel
2011-05-06Code cleanup: PIL_dynlib, renamed to BLI_dynlib, and other tweaks.Brecht Van Lommel
2011-05-06Patch #27225: blenderplayer resource compilation error fix for cmake + mingw,Brecht Van Lommel
2011-05-06py/rna debugging option (defaults to off), which quickly exposes errors with ...Campbell Barton
2011-05-06fix [#27304] uiItemsFullEnumO: operator missing srna ''Campbell Barton
2011-05-06[#26715] Blender2.57 crash when opening in Windows, non-latin char in pathCampbell Barton
2011-05-06add zlib include dir for cmake too.Campbell Barton
2011-05-05fix to scons after exotic was removed (patch from jms)Dalai Felinto
2011-05-05Fix for [#27294] Subframes cause dampened particles to behave differentlyJanne Karhu
2011-05-05fix [#27285] Renderslot missingCampbell Barton
2011-05-05sphinx api docs: fix for addons linking to the wrong operator SVN url's.Campbell Barton
2011-05-05remove exotic.c, there was no operators to access these formats and they were...Campbell Barton
2011-05-05alternative to joe's commit r36451.Campbell Barton
2011-05-04new rna api call: RNA_struct_idprops_unset(op->ptr, "someprop"), added to all...Campbell Barton
2011-05-04new BLF functionsCampbell Barton
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-05-04drawing in 3d camera view conversion between mouse/camera view border was bro...Campbell Barton
2011-05-04pass colors to glColor as vectors where possible.Campbell Barton
2011-05-04workaround [#27276] Full Screen toggle for Save Screenshot ignoredCampbell Barton
2011-05-04rna object constraint remove function wasn't calling ED_object_constraint_upd...Campbell Barton
2011-05-04fix [#26920] working with bones causes segmetation fault.Campbell Barton
2011-05-04use UNUSED in some more function args, no functional changes.Campbell Barton
2011-05-04fix for crash executing sculpt via python.Campbell Barton
2011-05-04Patch [#26799] 2.5x blenderplayer (BGE) anti-aliasing & embedding by Sebastia...Dalai Felinto
2011-05-03Do not lock key whn undoing to another shapekey while sculptingSergey Sharybin
2011-05-03bplayer stub update + remove some tabsDalai Felinto
2011-05-03fix [#27160] Shaded checkbox is not working.Campbell Barton
2011-05-03fix [#27271] Going into sculpt mode causes crashCampbell Barton
2011-05-03fix [#27218] Tooltip text renders incorrectly.Campbell Barton
2011-05-03fix [#27268] 2.57b Global Pivot Option not functional.Campbell Barton
2011-05-03remove player runtime writing functions, this is now an addon.Campbell Barton
2011-05-03correct url [#27252] Help link "Manual" in blender still points to 2.49 docum...Campbell Barton
2011-05-03replace OBJECT_OT_location_apply, OBJECT_OT_scale_apply, OBJECT_OT_rotation_a...Campbell Barton
2011-05-03take 3, fix [#26727] Make Proxy ignores group offsetCampbell Barton
2011-05-03fix [#27266] EdgeSplit + RemoveDoubles + MoveView = CrashCampbell Barton
2011-05-03auto-merge was incorrectly subtracting the doubles removed from the meshes to...Campbell Barton
2011-05-03=trunk=Joseph Eagar
2011-05-03bugfix: empty proxied (Ctrl+Alt+P) doesn't maintain draw type and sizeDalai Felinto
2011-05-02Fix for recent glsl commit, forgot to include this file.Brecht Van Lommel
2011-05-02Fix #26807: glsl diffuse/specular was not clamping negative values, givingBrecht Van Lommel
2011-05-02Fix #26697: glsl color management + vertex color was not working right.Brecht Van Lommel
2011-05-02reverse string lookup listbase function BLI_findstring counterparts, added BL...Campbell Barton
2011-05-02Potential fix for #27257: menus disappear particle edit mode wireframe draw.Brecht Van Lommel
2011-05-02enable face mask selection in texture paint mode again (worked in 2.4x).Campbell Barton
2011-05-02Fix #27098: missing 3d view updates when editing GLSL material nodes.Brecht Van Lommel
2011-05-02Fix for revision 36403, using BLI_findstring. This loop looks for the lastBrecht Van Lommel
2011-05-02Fix #27165: uvedit mesh selection sync did not handle click / shift+clickBrecht Van Lommel
2011-05-02Image Editor: remove toolbox menu, was an experiment and not in any other space.Brecht Van Lommel