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
2004-11-07Scripts:Willian Padovani Germano
2004-11-07fix bug #1546Jens Ole Wund
2004-11-07Fixes in bpython:Willian Padovani Germano
2004-11-07Fixed execution bit test for yafray plugin loading under unix.Alejandro Conty Estevez
2004-11-07Added some missing undo pushes for the UV editor and UV Face Select Mode.Brecht Van Lommel
2004-11-07Global undo now saves/loads unused data as well.Ton Roosendaal
2004-11-07Found one other problem in convec() call... cannot use calcnormfloat4()Ton Roosendaal
2004-11-07Added undo in UV FaceSelect mode (3d window) and in UV Image window.Ton Roosendaal
2004-11-07Fix, as reported by Martin; the 'make dupli real' code would also applyTon Roosendaal
2004-11-07Fix fixed time (enable all frames)Kester Maddock
2004-11-07Update Python reference version numberKester Maddock
2004-11-07- Pending Hook work; falloff value for soft hook deformation.Ton Roosendaal
2004-11-06Fix for bug #1487Ton Roosendaal
2004-11-06Solved annoyance in OSX warp cursor. The former used CGPostMouseEvent callTon Roosendaal
2004-11-06Reorder update: do physics before logic, so logic doesn't get stale position ...Kester Maddock
2004-11-06Speed up the physics engine: hook the SOLID broad phase, so we can either re...Kester Maddock
2004-11-06Add new broad phase collision response to Solid: this will let us hook (and p...Kester Maddock
2004-11-06Fix the action actuator (bug #1699)Kester Maddock
2004-11-05Three minor fixes;Ton Roosendaal
2004-11-05Inserted new convex method in beveling for editmesh too.Ton Roosendaal
2004-11-05Bug fix #1678Ton Roosendaal
2004-11-05Bug report #1732Ton Roosendaal
2004-11-04- Added proper undopush for 'apply object'Ton Roosendaal
2004-11-04- MBall displays smooth again in 3d win (coding nice smooth for curvesTon Roosendaal
2004-11-03build on Linux/x86_64Stefan Gartner
2004-11-03Two fixes;Ton Roosendaal
2004-11-03Fix IPO actuator (Bug #1694)Kester Maddock
2004-11-03Fix (thanks goran!) for stupid || and && mixup... causing dither to underflowTon Roosendaal
2004-11-02Potential fix #2 for error in 'flashing UI' while adding Bones.Ton Roosendaal
2004-11-02BPython:Willian Padovani Germano
2004-11-02Wavk report #1730Ton Roosendaal
2004-11-01- Added initialize to '4' for new tab variable in text windowTon Roosendaal
2004-11-01Small tweak in dithering; the noise varies around 0.0 now.Ton Roosendaal
2004-11-01- Fix for #1726, the convex() function is smarter now, checking on validTon Roosendaal
2004-11-01Last new feature before release; patch provided by Goran Kocov.Ton Roosendaal
2004-11-01Needed to include <math.h> on solaris for some odd reason for theirKent Mein
2004-11-01Cast 0 as unsigned int for sun's CC to get rid of this:Kent Mein
2004-11-01Fix for #1722Ton Roosendaal
2004-11-01Making Curve objects display smooth/solid was nice, but then the SurfaceTon Roosendaal
2004-11-01Select Menu patch, as provided by Campbell Barton, but recoded to make itTon Roosendaal
2004-11-01Bugfix for #1717 http://projects.blender.org/tracker/index.php?func=detail&ai...Martin Poirier
2004-11-01- Bug #1714; editmode undo error when ESC after extrude (missing undopush)Ton Roosendaal
2004-11-01Updated blenderbuttons imageTon Roosendaal
2004-10-31Bug #1721Ton Roosendaal
2004-10-31Serious omission; select-all also selected hidden vertices/edge/facesTon Roosendaal
2004-10-31Fix for #1713Ton Roosendaal
2004-10-31Fix for #1715Ton Roosendaal
2004-10-31Just some nice updates in drawing (extruded) Curve objects;Ton Roosendaal
2004-10-31Three cosmetic changes;Ton Roosendaal
2004-10-31BPython -- a few fixes:Willian Padovani Germano