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
2006-12-25modified scripts from using older/depricated Python API commands, deprecated ...Campbell Barton
2006-12-25Cleanup of the SDNA SculptData struct. Moved a lot of data that isn't saved i...Nicholas Bishop
2006-12-25prevent crashes: some python scripts keep 'global variable' access to destroy...Erwin Coumans
2006-12-25fixing some issues: force needs to wake up objects, property sensor issue, is...Erwin Coumans
2006-12-24I think this might be a safer way of dealing with the non-OpenEXRChris Want
2006-12-24Some more duct tape to make sure that blender[player] still buildsChris Want
2006-12-24added CustomData_add_layer_named, same as CustomData_add_layer but accepts a ...Campbell Barton
2006-12-24initial python support for dealing with multires meshes.Campbell Barton
2006-12-24Uncommitted the stub again.Alexander Ewering
2006-12-24Fixed bug #5506 retopo - ctrl-click extrude doesn't work for the first vertice.Nicholas Bishop
2006-12-24replaced id->us++ with id_us_plus(id); so any indirect libdata isnt lost on r...Campbell Barton
2006-12-24Added CustomData_get_named_layer_index to customdata to get a layer index by ...Campbell Barton
2006-12-23Python APIKen Hughes
2006-12-23Select Grouped editdata- minor fix in the menu.Campbell Barton
2006-12-23Python APIKen Hughes
2006-12-23Addition to last imagepaint fix. Not only can image be NULL, but alsoBrecht Van Lommel
2006-12-23Bugfix #5444Ton Roosendaal
2006-12-23Bugfix, irc collection:Ton Roosendaal
2006-12-23Add a stub for IMB_exr_close() so blenderplayer compiles againAlexander Ewering
2006-12-23Bugfix #5476Ton Roosendaal
2006-12-23Bugfix #5497Ton Roosendaal
2006-12-23Preserve multiple UV and vertex color layers in NMesh.Brecht Van Lommel
2006-12-23Bugfix #5481Ton Roosendaal
2006-12-23Added two menu items to sculpt mode for controlling how much tablet pressure ...Nicholas Bishop
2006-12-23=== Transform Snap ===Martin Poirier
2006-12-23Added Draw.BeginAlign(), Draw.EndAlign()Campbell Barton
2006-12-23=== Transform Snap ===Martin Poirier
2006-12-23Fix for bug #5372, multires - adding new multires level in Edit Mode causes o...Nicholas Bishop
2006-12-23setting/getting mcol by index was flipping red/blue. works now.Campbell Barton
2006-12-23Python APIKen Hughes
2006-12-23Arnaure.Get() now raises an error when the name dosnt exist. added warning in...Campbell Barton
2006-12-22Bugfix #5491Ton Roosendaal
2006-12-22== Snap Bones To Location in PoseMode ==Joshua Leung
2006-12-22Bugfix #5489Ton Roosendaal
2006-12-22Bugfix: UV texture layer without vertex color layer did not display correctBrecht Van Lommel
2006-12-22Added Vertex Color material node, making render engine support for multipleBrecht Van Lommel
2006-12-22Fix: active face was lost switching between faceselect mode and editmode.Brecht Van Lommel
2006-12-22Disallow applying modifiers that change mesh topology while multires is activeNicholas Bishop
2006-12-22Made multiple UV layers work with fastshade.Brecht Van Lommel
2006-12-22removed typo from RenderCampbell Barton
2006-12-22document render constants,Campbell Barton
2006-12-22adding ob.activeMaterial - allows you to get/set the active material for an o...Campbell Barton
2006-12-22filename was being copied into a string only the length of the max file.Campbell Barton
2006-12-22boxpack2d - python 2.3 compat fix, thanks brechtCampbell Barton
2006-12-21=== Transform Snap ===Martin Poirier
2006-12-21Another Image recode fix: the Composite backdrop option didn't work whenTon Roosendaal
2006-12-21"Save Buffers" fix: when you ESC from rendering, it now saves emptyTon Roosendaal
2006-12-21Made new Defocus node compile happily in MSVCTon Roosendaal
2006-12-21Defocus Composite Node, by Alfredo de GreefTon Roosendaal
2006-12-21Python APIKen Hughes