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
2005-07-20 - added modifier_dependsOnTime to check if modifier needs updatingDaniel Dunbar
2005-07-20 - split {curve,lattice,armature}_deform_verts out of mesh_deformDaniel Dunbar
2005-07-19 - split mesh_deform off from object_deformDaniel Dunbar
2005-07-19 - change mesh_get_derived_render to mesh_create_derived_render (alwaysDaniel Dunbar
2005-07-18 - removed orco pointer from struct MeshDaniel Dunbar
2005-07-17 - add DerivedMesh *derivedDeform to struct Object, this is temporaryDaniel Dunbar
2005-07-16More armature goodies;Ton Roosendaal
2005-07-15 - more warning killing: unused vars, double -> float constants, signednessDaniel Dunbar
2005-07-15Appending armature crashed... nasty stuff, but works again :)Ton Roosendaal
2005-07-14New:Ton Roosendaal
2005-07-13Couple of small fixes;Ton Roosendaal
2005-07-10Bug fix #2774Ton Roosendaal
2005-07-09- Fix for action constraints; for Bone targets (target is input boneTon Roosendaal
2005-07-06Image garbage collection settings init was in the wrong do_version branch (23...Martin Poirier
2005-07-063D view orbit option: Around ActiveMartin Poirier
2005-07-03Result of 2 weeks of quiet coding work in Greece :)Ton Roosendaal
2005-06-26The overlapping curves/material indices problem got a bit out of control.Alexander Ewering
2005-06-18Compatibility code for 'Word spacing' value, old files will now loadAlexander Ewering
2005-06-18Initial commit for new text object.Alexander Ewering
2005-06-02Fix for #2657Ton Roosendaal
2005-06-02Bug fix #2659Ton Roosendaal
2005-05-29Dependency variables in scenes were initialized in do_versions, instad ofTon Roosendaal
2005-05-29TimeLine playback settings were always initialized to default, for 2.36Ton Roosendaal
2005-05-26Disabled zblur render option when it was saved in testing builds. :)Ton Roosendaal
2005-05-26Bug fix #2625Ton Roosendaal
2005-05-13TextEditor: syntax color support.Ton Roosendaal
2005-05-12Animated UI for TimeLine "Play"Ton Roosendaal
2005-05-09BPython:Willian Padovani Germano
2005-05-05Added the new Timeline Window, copied from Tuhopuu, coded by Matt Ebb.Ton Roosendaal
2005-05-03UI cleanup work;Ton Roosendaal
2005-05-02Added baking for softbodies.Ton Roosendaal
2005-05-01Dependency graph patch, provided by Jean-Luc Peuriere.Ton Roosendaal
2005-04-24The zblur plugin (aka as DoF) integrated in render. Compared to patchTon Roosendaal
2005-04-23Commented out DOF code that did not have a home yet because it brokeChris Burt
2005-04-23The do_versions() for new shaders always initialized the values...Ton Roosendaal
2005-04-20Softbody: added "time" button, to control speed for wriggling. Low valuesTon Roosendaal
2005-04-17Patch submitted by Jorge Bernal (lordloki) and Jonathan Merritt.Ton Roosendaal
2005-04-16Softbody:Ton Roosendaal
2005-04-02More softbody goodness;Ton Roosendaal
2005-04-02 - got tired of str[n]casecmp not declared warningsDaniel Dunbar
2005-04-02Integration stage of Softbody projectTon Roosendaal
2005-03-29 - zero derivedmesh pointers on loadDaniel Dunbar
2005-03-29 - remove unused varDaniel Dunbar
2005-03-28Cleanup of widget code;Ton Roosendaal
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-03-19Transform widgets; Scale and Rotate versionsTon Roosendaal
2005-03-09big warning hunt commitJean-Luc Peurière
2005-01-30Bug fixes;Ton Roosendaal
2005-01-30Fixed old annoyance; enabling true Ortho render in Blender.Ton Roosendaal
2005-01-23Added Joystick sensor (from snailrose)Kester Maddock