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
2011-03-24Bug fix: Fluidsim didn't take parent objects into account when calculating th...Janne Karhu
2011-03-24fix for using uiItemIntO for an enum, added uiItemEnumO_value function.Campbell Barton
2011-03-24fix [#26598] zoom view and scaling odd vertices circle Campbell Barton
2011-03-24Particle charge effector wasn't working properly.Janne Karhu
2011-03-24fix for incorrect array use when freeing fcurve modifier envelope points, arr...Campbell Barton
2011-03-24ZanQdo Bugfix:Joshua Leung
2011-03-24RNA & interface functions for checking if RNA in a button uses valid rna prop...Campbell Barton
2011-03-24tag variable as unused.Campbell Barton
2011-03-24Reshuffled utility function to keyframe drawing API, removing someJoshua Leung
2011-03-24Animation Tool: Propagate PoseJoshua Leung
2011-03-24support for blender as a module on win32.Campbell Barton
2011-03-24Fix #26571: slow approximate AO with zero area faces.Brecht Van Lommel
2011-03-23fix [#26591] File browser: select multiple files for Library append/link brokenAndrea Weikert
2011-03-23IRC bugreport:Ton Roosendaal
2011-03-23fix [#26456] weightpaint mode with armature modifier, armature modeCampbell Barton
2011-03-23Additonal fix for r35724Ton Roosendaal
2011-03-23fix for building collada on linuxCampbell Barton
2011-03-23COLLADA: supporting barebone class for <extra> support (incomplete).Nathan Letwory
2011-03-23fix [#26588] In render view, Blender crashes when collapsing an opened split ...Campbell Barton
2011-03-23Fix #26573, #26574 and #26551: objects on layers not visible on load or undoBrecht Van Lommel
2011-03-23tweaks not to load webbrowser or math modules on startup.Campbell Barton
2011-03-23allow unregistered rna classes to have rna properties assigned before registr...Campbell Barton
2011-03-23Fix for 1. in [#26212] ParticleSystem.particles issuesJanne Karhu
2011-03-23Fix wrong CINE_SCOPE_24FPS RNA enum identifier.Brecht Van Lommel
2011-03-23Adding header for offsetof()Nathan Letwory
2011-03-23Fix for [#26580] Rekey deselects active vertsJanne Karhu
2011-03-23fix implicit declarationCampbell Barton
2011-03-23Fix [#26474] double_sided wrong in COLLADA ExportNathan Letwory
2011-03-23Wrong extension tag: show_double_sided -> double_sidedNathan Letwory
2011-03-23Fix [#26475] <instance_material> wrong in COLLADA export.Nathan Letwory
2011-03-23Small tweak to material export: only export as <lambert> when spec intensity ...Nathan Letwory
2011-03-22Logic rna: actuator --> renaming Motion Actuator to 'MOTION' and tooltip fixDalai Felinto
2011-03-22[#26476] <specular> and <shininess> missing from ColadaNathan Letwory
2011-03-22Bugfix #26562Ton Roosendaal
2011-03-22found text editor X/Y selections coords were booleans and corrections to oper...Campbell Barton
2011-03-22Added CTest to run most operators in background mode under various conditions...Campbell Barton
2011-03-22- weight paint poll would crash if no area was found.Campbell Barton
2011-03-22Bug fix: Fluidsim crashed after clicking "bake" multiple timesJanne Karhu
2011-03-22some more corrections to incorrect rna get/set types.Campbell Barton
2011-03-22add BLI_assert() type checks for RNA property get/set functions, since there ...Campbell Barton
2011-03-22properties were being used with wrong type functions, this resulted in bad me...Campbell Barton
2011-03-22Fixing the particle emitter interpolation (#25385 & #26493) furtherJanne Karhu
2011-03-22add missing mem-free on vertex group sorting & dont crash when calling fullsc...Campbell Barton
2011-03-22crash fix for Normalize All VGroups on a lattice without vgroups (probably ot...Campbell Barton
2011-03-22- support transform operators running in backgruond mode (was crashing)Campbell Barton
2011-03-22Blenderplayer: Fixing import issues. Using PyImport_ExtendInittab() for the B...Mitchell Stokes
2011-03-22fix for crashes moving armature layers and applying loc/scale/rot in armature...Campbell Barton
2011-03-22fix [#25688] undocumted functions in pyapiCampbell Barton
2011-03-22BGE Dynamic Loading:Mitchell Stokes
2011-03-22operators called from python were not getting their reports back into python ...Campbell Barton