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
2009-12-15fix: adding missing new area type RGN_TYPE_PREVIEW to rna enum.Andrea Weikert
2009-12-15* rna attributes for sequence strips - seq.start_frame_final & seq.end_frame_...Campbell Barton
2009-12-15Small Durian Request for animation editors:Joshua Leung
2009-12-15animation system wasnt being updated when rendering with the sequencerCampbell Barton
2009-12-15* made seqence swap into 1 operator with left/right enum optionCampbell Barton
2009-12-15utility functions for getting the corner angles of a quad or tri: angle_quad_...Campbell Barton
2009-12-15number button precission was far too low, description also bit.Campbell Barton
2009-12-15solidify would only work as expecyed if all faces were selected, added an ove...Campbell Barton
2009-12-15improve solidify results by weighting the faces influence on a vertex by the ...Campbell Barton
2009-12-15Bugfix #20384: target data path of driving not correct when loading old rig f...Joshua Leung
2009-12-15solidify from 2.4x (ported from python to C)Campbell Barton
2009-12-15Patch [19862]: Properly map UV Project from View with camera object.Roland Hess
2009-12-15Sequencer:Andrea Weikert
2009-12-15Sequencer drawing cleanup (Part 1)Andrea Weikert
2009-12-15Fix #20250: smooth view poor performance compared to 2.49. Increased theBrecht Van Lommel
2009-12-14* new metarig type for the durian dragon leg (original rig by Cessen)Campbell Barton
2009-12-14Fix #20362: multires conversion from 2.5alpha0 not working. It's still notBrecht Van Lommel
2009-12-14Fix #19897: WM_OT_redraw_timer memory leak using Draw Window.Brecht Van Lommel
2009-12-14Fix #20233: crash when entering - characters in text object, with shortBrecht Van Lommel
2009-12-14Fix #20113: CLICK events stop working when opening a new file.Brecht Van Lommel
2009-12-14Fix crash loading old files with physics systems without effector weights.Brecht Van Lommel
2009-12-14Fix #20076: SSS renders incorrectly when used by objects in a particle system.Brecht Van Lommel
2009-12-14Fix #20118: uv editor, changing active face did not change image.Brecht Van Lommel
2009-12-14Fix #20345: weight paint crashes with armature modifier without object.Brecht Van Lommel
2009-12-14Bugfix: converting multires with 0 levels would crash.Brecht Van Lommel
2009-12-14Fix #20364 and #20357: AAO crashes for certain combinations of settings.Brecht Van Lommel
2009-12-14Fix #20354: sculpt mode crash when using smooth brush with multires level 0.Brecht Van Lommel
2009-12-14edits to the bone copy metarig type from Cessen, pointcache warning fixCampbell Barton
2009-12-14Bugfix: clicking outside of color picker could reset color in some cases.Brecht Van Lommel
2009-12-14Fix #20368: editing keymap item operator name would reset propertiesBrecht Van Lommel
2009-12-14Fix #20323: closing other window while BGE is running crashes.Brecht Van Lommel
2009-12-14Fix #20380: Duplicating mesh with Particle Instance Mod, Pole Axis not copied.Brecht Van Lommel
2009-12-14Fix #20376: crash with layer sculpt and multires. This is not workingBrecht Van Lommel
2009-12-14Fix #20377: object layer and modifier realtime setting are now editableBrecht Van Lommel
2009-12-14Fix #20372: crash when strand render enabled with child hairs.Brecht Van Lommel
2009-12-14Keyframing Bugfixes and Feature Requests:Joshua Leung
2009-12-14Bugfix #20351: Joshua Leung
2009-12-14A few KeyingSet + Transform Tweaks:Joshua Leung
2009-12-14patch [#20342] Notifier patch for modifier rename and particle system renameMatt Ebb
2009-12-14Description and more presets for animation players (rv / framecycler).Matt Ebb
2009-12-13fixing scons and makefile compile.Andrea Weikert
2009-12-13added include path for bad level callCampbell Barton
2009-12-13MSVC 9 compile fixes and cleanupsAndrea Weikert
2009-12-13more sequence -> sequencer rename, also made sequencer swap strip update effe...Campbell Barton
2009-12-13* renamed BKE_sequence.h and sequence.c --> sequencerCampbell Barton
2009-12-13mesh.faces.active attribute for Michael Williamson to help port 2.4x UV unwra...Campbell Barton
2009-12-13* rna: memory leak fix for RNA_property_enum_value()Campbell Barton
2009-12-13clear loc/size/rot wasnt updating child transformations, also removed some wa...Campbell Barton
2009-12-13use tp_getset rather then checking the string on getattr for 'id_data' attributeCampbell Barton
2009-12-13Sequencer unique names for duplicates & metas and name new strips when the op...Campbell Barton