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
2011-05-07patch from Dan Eicher, CPack/RPM working againCampbell Barton
2011-05-07missed updating warp modifier UI, gave a py error when selecting texture UI l...Campbell Barton
2011-05-07fix [#27298] Alt + RMB always extends selectionCampbell Barton
2011-05-07Forgot to mention that for scons, I've disabled install of the texture andBrecht Van Lommel
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 [#27205] Infinite recursion inside resolve_ncase() when passed a driver...Campbell Barton
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-04fix 2 bugs with addon installationCampbell 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-03fix [#27143] Cannot import key configuration with systemwide installCampbell 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-03change ghost/x11 toggleConsole to use dummy function in the header.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 [#27148] *Invalid Path* in all "operator presets" dropdownsCampbell Barton
2011-05-02Fix for recent glsl commit, forgot to include this file.Brecht Van Lommel
2011-05-02remove dos/unix conversion scripts, enough editors and utilities can do this.Campbell Barton
2011-05-02fix for building windows/mingwCampbell Barton