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-02-22Fix dual quaternions flipping in case of stretched (not scaled) bones.Brecht Van Lommel
2010-02-22OSX buildscripts update following ffmpeg precompiled libs updateDamien Plisson
2010-02-22- respect insert available with pose copy/paste (note: autokeyframe_pose_cb_f...Campbell Barton
2010-02-22Fix integer overflow problem in deep shadow buffer.Brecht Van Lommel
2010-02-22game engine support for recording animation back & some other minor changes.Campbell Barton
2010-02-22OSX : Bugfix [#21293] add OpenMP apple gcc bug workaround for render previewDamien Plisson
2010-02-22use BLI_findstring in more places & remove some warnings, no functional changes.Campbell Barton
2010-02-22fix for typoCampbell Barton
2010-02-22- Jack transport update: Moving the playhead in another jack app when not pla...Joerg Mueller
2010-02-22Fix for the player by nazg-gul.Joerg Mueller
2010-02-22exclude self references from the ID search list when PROP_ID_SELF_CHECK is se...Campbell Barton
2010-02-22Fix for #21286, Trying to open the toolbox crashed blender 2.5 alpha 1Elia Sarti
2010-02-22bugfix [#21233] Crash in pyapi, with new object.Campbell Barton
2010-02-22Fix for #21209, Delete X for particle settings does nothing.Elia Sarti
2010-02-22VideoTexture: improvements to image data access API. Benoit Bolsee
2010-02-21Fix #21214 Changing frame range on render panel doesn't update on timeline...Elia Sarti
2010-02-21building without jack was brokenCampbell Barton
2010-02-21correction pointed out by Moguri, logic button was accepting Text instead of ...Campbell Barton
2010-02-212.5 Audio:Joerg Mueller
2010-02-21scale int number button sensitivity by the min/max range.Campbell Barton
2010-02-21[#21269] Alt E extrude options don't appear without Tool Shelf visibleMartin Poirier
2010-02-21python rna api now clamps values, (was fun to see the spot_size go backwards)Campbell Barton
2010-02-21== Sequencer ==Peter Schlaile
2010-02-21[#21265] Rotate behaves wrong with constraintsMartin Poirier
2010-02-21generic modal operator to make adjusting almost any rna property with the mou...Campbell Barton
2010-02-21py api: bpy.propsCampbell Barton
2010-02-21modal python operator support.Campbell Barton
2010-02-21Bugfix #21234: Autokey "insert only available" userpref inserts keys for all ...Joshua Leung
2010-02-21bugfix [#21258] Select > Mirror causes segmentation fault.Campbell Barton
2010-02-21Bugfix #21245: "Track to" (Ctrl + T) operator was missing notifier updatesJoshua Leung
2010-02-21Emmit step size was too highDaniel Salazar
2010-02-21No need for this change anymore (force include to get BLO_sys_types.h in GE)Martin Poirier
2010-02-21move include where it's needed and won't break other things.Martin Poirier
2010-02-21Compile fix for CMakeElia Sarti
2010-02-21typo in to_euler()Campbell Barton
2010-02-21Fix compiling error on windows for mathutils commitJoshua Leung
2010-02-20allow removing datablocks in the rare case of <0 users.Campbell Barton
2010-02-20Split numinput from transform (reusable in other operator).Martin Poirier
2010-02-20Mathutils API: Euler support for rotation order.Campbell Barton
2010-02-19fix for empty xyz axis text drawing ontop of everything.Campbell Barton
2010-02-19faster function lookups, quick test through python cuts a quater the time off.Campbell Barton
2010-02-19apply visual transform to poseCampbell Barton
2010-02-19dont allow linking an object into a linked scene.Campbell Barton
2010-02-19scene_update_for_newframe was calling DAG_scene_update_flags() and BKE_animsy...Campbell Barton
2010-02-19Enabling AV-sync again. You can now choose between No sync, Frame Dropping or...Joerg Mueller
2010-02-19Pose Tools Cleanup:Joshua Leung
2010-02-18in rare cases fcurves with no handle length can result in 0.0. check if the p...Campbell Barton
2010-02-18revert 27010, sorry but this makes playback of animation unusable & jerky, we...Campbell Barton
2010-02-18another speedup to constraint checking, skip the bone list and only lookup po...Campbell Barton
2010-02-18constraints were being checked twice (once from rna property update function ...Campbell Barton