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
2005-04-23Added bone parent relationship.Kester Maddock
2005-04-23Merging over some uv editor tweaks from tuhopuu:Brecht Van Lommel
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-23Add "View Selected" (numpad .-key) for faceselect mode and the uv editor.Brecht Van Lommel
2005-04-22Matched the default value for rkerror limit in bpyJohnny Matthews
2005-04-22gave softbody runge kutta error limit a nice default valueJens Ole Wund
2005-04-22removed extra qualifier `SumoPHYCallbackBridge::' that was chokingStephen Swaney
2005-04-22Fix previous fix by moving some code around to try to please everyone.Stephen Swaney
2005-04-22fix compiler error with gcc 4.0. mismatched declarations.Stephen Swaney
2005-04-22doc updates. NMesn.transform( matrix, recalc_normals )Stephen Swaney
2005-04-22Local axis constraints for pose mode. AddedMartin Poirier
2005-04-21BPython:Willian Padovani Germano
2005-04-21rescaled stregth of wind and forcefield effects by some magnitudesJens Ole Wund
2005-04-21Testing, 1, 2, 3... (just added enter)Ton Roosendaal
2005-04-20give some nice defaults for new SB deflectorsJens Ole Wund
2005-04-20Softbody: added "time" button, to control speed for wriggling. Low valuesTon Roosendaal
2005-04-20* Brought over a 'mode' parameter to drawcircball to preventMatt Ebb
2005-04-20providing a minimalistic UI for SB vertex to face collision detectionJens Ole Wund
2005-04-19removed my SB hack from particle collision codeJens Ole Wund
2005-04-18Fixed several annoyances with halo render + unified render (bug 1989+2382)Ton Roosendaal
2005-04-18Uncommented a line in the FREE_WINDOWS section that appears to control theChris Burt
2005-04-18On adding monkey primitive, the face centers were not calculated OK.Ton Roosendaal
2005-04-18Bug fix #2458Ton Roosendaal
2005-04-18Little cleanup of eerie unified code for halos. Still got no clue whatTon Roosendaal
2005-04-18Fix crash with Unified Renderer on LMB in renderwindow. Ton needs toAlexander Ewering
2005-04-18Add a "Z:" display when pressing LMB in the renderwindow, which displaysAlexander Ewering
2005-04-18Patch: [ #2439 ] Makes objects react properly to deformations after a mesh re...Kester Maddock
2005-04-17Replaced a bunch of malloc() calls with proper MEM_mallocN()Ton Roosendaal
2005-04-17Patch submitted by Jorge Bernal (lordloki) and Jonathan Merritt.Ton Roosendaal
2005-04-17Patch provided by Andrea Weikert (elubie):Ton Roosendaal
2005-04-17More Curve Module features: access to the attributes flagU and flagVStephen Swaney
2005-04-17New methods for Curve module: getBevOb() and setBevOb()Stephen Swaney
2005-04-16Updating build systems: folder release/bpydata/ moved to release/scripts/bpyd...Willian Padovani Germano
2005-04-16copy_softbody() didn't check if object actually was softbody!Alexander Ewering
2005-04-16Li'll feat request;Ton Roosendaal
2005-04-16The setup functions for SB and PI now initialize the vars to the defaults tha...Johnny Matthews
2005-04-16More SoftBody stuff:Ton Roosendaal
2005-04-16Softbody:Ton Roosendaal
2005-04-16For the manipulator freaks; rotate widget with 'arcs' now displays theTon Roosendaal
2005-04-16Note: this commit includes new functionality to save and restore scripts conf...Willian Padovani Germano
2005-04-16In localview the Manipulator didnt center at correct 3d cursor location.Ton Roosendaal
2005-04-16Extrude normal correction part #4!Ton Roosendaal
2005-04-16Another attempt to make extrude deliver correct normals.Ton Roosendaal
2005-04-15Fixes timecode to run frames 0 to (fps-1) rather than 1 to fpsJohnny Matthews
2005-04-15Similar to last commit, This initializes the pd pointer if it is null for Par...Johnny Matthews
2005-04-15This commit initializes the softbody pointer if it is accessed through python...Johnny Matthews
2005-04-14Adds getTimeCode() to Rendering Context so that you can get current frame in ...Johnny Matthews
2005-04-14Adds API for Particle Interaction Settings and Softbody SettingsJohnny Matthews
2005-04-14 - make sure object outline doesn't get drawn in faceselect modeDaniel Dunbar