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
2010-04-29add missing headerCampbell Barton
2010-04-29Rewrite of Logic editor UI to use layout engineMatt Ebb
2010-04-29Set all brushes default distanceDaniel Salazar
2010-04-29Newly created brushes will have a lower spacing. Still need to fix someDaniel Salazar
2010-04-29fix for [#22195] Empty Size minimum limit too big (patch by Bassam Kurdali - ...Dalai Felinto
2010-04-28fix for crash on loading some nodes.Campbell Barton
2010-04-28pin and driver id pointers were adding user references from rna but not on fi...Campbell Barton
2010-04-28patch 21737 by Elia Sarti (vekoon)Daniel Salazar
2010-04-28add option -Y to enable python script execution.Campbell Barton
2010-04-28Manipulator combo was a bit too much cluthering for default, revertingDaniel Salazar
2010-04-283dview --> view3d, patch by Jonathan Smith with small corrections and changes.Campbell Barton
2010-04-28- Increased default 3D View clippingDaniel Salazar
2010-04-28Tweaking of default preferences: Playback FPS on, larger miniaxis, bitDaniel Salazar
2010-04-28user modules were not loading in background mode.Campbell Barton
2010-04-27remove redundant argument from mathutils callbacksCampbell Barton
2010-04-27oversight in recent mathutils update. obj.matrix = obj.matrix would call its ...Campbell Barton
2010-04-27fix for error in decleration orderCampbell Barton
2010-04-27Fix [#22173] Texture nodes update every mouse clickMatt Ebb
2010-04-27factor for setting particle weightsCampbell Barton
2010-04-27Text button with search icon now updates "live", like in outliner.Ton Roosendaal
2010-04-27fixes for euler order setting when the rotation mode is not euler.Campbell Barton
2010-04-27bugfix [#22163] Add->mesh->torus is brokenCampbell Barton
2010-04-27py/rna, euler objects order is now wrapped correctly...Campbell Barton
2010-04-27Add missing null check solving crash on texture panel, also fix possible 'fre...Daniel Genrich
2010-04-26Two bugfixes from the render branch:Brecht Van Lommel
2010-04-26Outliner Filtering Bugfix:Joshua Leung
2010-04-26Fix #22086 and #22125: crashes due to editmode being set on load/undo, fixesBrecht Van Lommel
2010-04-26Proper fix for the Grease Pencil drawing optionsJoshua Leung
2010-04-26Cleanup of grease pencil UI. Ali can you check if what I did inDaniel Salazar
2010-04-26Assorted code cleanups:Joshua Leung
2010-04-26Bugfix [#22069] Speed-Ipos are not imported correctly from 2.49 to 2.5Joshua Leung
2010-04-26Add operator undo flags to text datablock related operatorsMatt Ebb
2010-04-26Pass constraint names as operator properties in constraint operatorsMatt Ebb
2010-04-26Fix [#22160] blender 2.5 alpha2 can't open file grass.blend from blenderguruMatt Ebb
2010-04-26rna/python mathutils moduleCampbell Barton
2010-04-26hash function for property-rna. eg. hash(bpy.context.object.modifiers)Campbell Barton
2010-04-25[#22151] Modifier UI crashCampbell Barton
2010-04-25py apiCampbell Barton
2010-04-25== Sequencer ==Peter Schlaile
2010-04-25correct typo'sCampbell Barton
2010-04-25bugfix [#22117] Memory Error messages with Spline IKCampbell Barton
2010-04-25== Sequencer ==Peter Schlaile
2010-04-25Fix #22123 and #22124: some problems with mutex locks, also tweak toBrecht Van Lommel
2010-04-25Mesh Deform Modifier: fix problem with saving.Brecht Van Lommel
2010-04-25minor mathutils updateCampbell Barton
2010-04-25re-arrange modifier and blenkernel to overcome some linking problems that sto...Campbell Barton
2010-04-25fix for a library linking problem where a proxy object linked into a blend wo...Campbell Barton
2010-04-25Remove duplicated "modifiers".Guillermo S. Romero
2010-04-25fix for crash reading console history.Campbell Barton
2010-04-24py api: fix for context returning None for an empty list such as 'context.sel...Campbell Barton