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
2010-01-25Show Cone option for spot lamps, to visualize which objects are being affected.Brecht Van Lommel
2010-01-25* Added #define _USE_MATH_DEFINES Thomas Dinges
2010-01-25Added simplification back for quicker preview renders with less subdivisionBrecht Van Lommel
2010-01-25Bleh... second attempt at getting this right!Joshua Leung
2010-01-25Bugfix for Rotation Keyframe version patching:Joshua Leung
2010-01-25Durian Request/Bugfixes: Graph Editor Zooming doesn't go far enoughJoshua Leung
2010-01-25scene.update() rna function, so operators and data thats tagged for update ge...Campbell Barton
2010-01-25Restored missing PoseMode Operators:Joshua Leung
2010-01-25Add option to choose between radians or degrees for rotation units in the UI.Matt Ebb
2010-01-25Mathutils refactor & include in sphinx generated docs, (TODO, include getset'...Campbell Barton
2010-01-25Fix for bug in drivers, introduced in previous commit.Matt Ebb
2010-01-25Fix [#20786] Added widget on toolbar does not removeMatt Ebb
2010-01-25Radians -> Degrees (in UI)Matt Ebb
2010-01-25Bugfix #20806: Remove button removes entire bone group not bone from groupJoshua Leung
2010-01-25Bugfix #20782: Animating two materials on a mesh--only first material's keyfr...Joshua Leung
2010-01-24unlinking objects from a scene in python wasnt notifying the outliner which w...Campbell Barton
2010-01-24remove deprecated functionsCampbell Barton
2010-01-24copy of docs from 2.4x for python modules that have been keptCampbell Barton
2010-01-24Forgot this (rename use_return to use_output)Elia Sarti
2010-01-24RNA functionsElia Sarti
2010-01-24Bugfix #20664: NLA Editor - Hiding stuff causes instant crash ..Joshua Leung
2010-01-24Bugfix #20776: Segfault Driving a Shapekey in Graph Editor > Drivers > Select...Joshua Leung
2010-01-24NLA Editor: Sync Action Extents with Referenced RangeJoshua Leung
2010-01-24View3d transform was sending a too-general notifier to redraw, causing severa...Joseph Eagar
2010-01-23support for compiling blender without python working again (with cmake at least)Campbell Barton
2010-01-23Small fixes for particles.Janne Karhu
2010-01-23Thread queue: use _ftime to get current time on windows, same asBrecht Van Lommel
2010-01-23compile fixJoseph Eagar
2010-01-23accidentally commited a patch that modifies wait_timeout, which I've not thou...Joseph Eagar
2010-01-23Initial results of my profiling of the animation system. Joseph Eagar
2010-01-23Animation Editors: DopeSheet filtering option to only include Objects that ar...Joshua Leung
2010-01-23Durian Request: Expansion of Action Groups not linked between DopeSheet edito...Joshua Leung
2010-01-23when python calls an operator, return a set from the operator flag, this matc...Campbell Barton
2010-01-23Graph Editor: Bugfixes for option where only the keyframes of selected F-Curv...Joshua Leung
2010-01-23bugfix [#20767] Particle edit mode crashesCampbell Barton
2010-01-22bugfix [#20771] Blender crashes after using pop-up color selection dialog in ...Campbell Barton
2010-01-22- bugfix (user supplied fix) [#20745] makesrna with rename error.Campbell Barton
2010-01-22use string/int/length lookup functions for bpy.types, gives 20-30% overall st...Campbell Barton
2010-01-22Math Lib:Brecht Van Lommel
2010-01-22Threads: added queue for passing data between threads. Includes a functionBrecht Van Lommel
2010-01-22Fix crash rendering grass_wind.blend from regression tests. The realBrecht Van Lommel
2010-01-22RNA: added option to pass self ID to RNA functions.Brecht Van Lommel
2010-01-22Workaround for crash when rendering particle systems, don't draw objects withBrecht Van Lommel
2010-01-22Cleaned up some printfs in editors/ - converted some to reports, hid others ...Matt Ebb
2010-01-22Fixed newly added group instances not getting any layers assigned.Matt Ebb
2010-01-22Fix [#20756] Texture painting on 3D tends to forget textures in the new textu...Matt Ebb
2010-01-22Transform numeric input: increment initialize input if needed.Martin Poirier
2010-01-22error message errorCampbell Barton
2010-01-22Added an icon for solidify modifier. Maybe if Jendryzch is around, he might Matt Ebb
2010-01-22initial sphinx doc generation support for python and C modules.Campbell Barton