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
2009-12-08Pythonazed DopeSheet and NLA editors headers UI.Elia Sarti
2009-12-07-noaudio option to force the sound system to None.Martin Poirier
2009-12-07Sound system should only default to OpenAL if it is built (SDL if built other...Martin Poirier
2009-12-07Text and Console operators don't need to register themselves. (this cleans th...Martin Poirier
2009-12-07driver type 'Sum'Campbell Barton
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-12-07missing null check from recent changesCampbell Barton
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-12-07Sculpt Branch:Brecht Van Lommel
2009-12-07Particles: bugfixesBrecht Van Lommel
2009-12-07Use custom cursor draw in transform to draw the new arrow cursors (to indicat...Martin Poirier
2009-12-07Custom cursor draw function uses the real cursor position when cursor is grab...Martin Poirier
2009-12-07Function to access the real cursor position from Ghost (useful when cursor is...Martin Poirier
2009-12-07Flag down a window when cursor is grabbed.Martin Poirier
2009-12-07Particles: child editing bugfixesBrecht Van Lommel
2009-12-07Bugfix: WM could access freed memory when testing for click event afterBrecht Van Lommel
2009-12-07crashfix, duplicating armatures with ID-Props assigned to the bones didnt cop...Campbell Barton
2009-12-07- string copy without .py wasnt terminating the stringCampbell Barton
2009-12-07Porting of Graph Editor's UI to python, just header done for now.Elia Sarti
2009-12-07Talked with Aligorith and made changes as follows to DopeSheet struct:Elia Sarti
2009-12-07[#20021] Non-ASCII characters on blender 2.5 alpha 0Campbell Barton
2009-12-07Fix for [#20159] Orthographic camera + viewportMatt Ebb
2009-12-07Fix for [#20286] New objects have no Display TypeMatt Ebb
2009-12-07Fix for [#19541] Buttons etc that are too close to the window edge don't reac...Matt Ebb
2009-12-07Fix for [#20057] Shift F for setting brush strenght can never get to 1Matt Ebb
2009-12-07use sets rather then tuples for enum/flags so you can use bitfield operatorsCampbell Barton
2009-12-07Added icons to a few RNA properties.Elia Sarti
2009-12-07Tweaks to the fading behaviour of 3d view grid subdivs, somewhat fix for Matt Ebb
2009-12-07rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted...Campbell Barton
2009-12-07Fixed operator name typo.Elia Sarti
2009-12-07Finished wrapping SpaceGraph in RNA and also wrapped bDopeSheet in the proces...Elia Sarti
2009-12-06Loop cut and edge ring select only have an invoke and require view3d, so chan...Martin Poirier
2009-12-06Text change: Loopcut -> Loop CutMartin Poirier
2009-12-06Assorted warning and comment fixesJoshua Leung
2009-12-06wm.invoke_popup(op, width, height) similar to wm.invoke_props_popup(op, event...Campbell Barton
2009-12-06remove nasty hack which made StructRNA class instaces have no __dict__,Campbell Barton
2009-12-06pep8 edits and fix some warningsCampbell Barton
2009-12-062.5 Nodes:Thomas Dinges
2009-12-062.5 Nodes:Thomas Dinges
2009-12-05Support for the C Macro system in Python.Martin Poirier
2009-12-05Macros in macro didn't work correctly.Martin Poirier
2009-12-05simple fix [#20218] Object.is_visible() don't reflect visibilityCampbell Barton
2009-12-05BGE fix for GameLogic["post_draw"] not working with 2DFiltersDalai Felinto
2009-12-05* proper SSE setting for mingw.Nathan Letwory
2009-12-05* provide SCons support to enabling jaguarandi SIMD raytracer optimizations f...Nathan Letwory
2009-12-04Null check for baking progressend functionMartin Poirier
2009-12-04Save_Mainfile operator only needs window for invoke. Removed poll function an...Martin Poirier
2009-12-04Fix for [#20144] Game physics panel - softbody allows other collision bounds.Thomas Dinges
2009-12-04UI: curve widget tweaksBrecht Van Lommel
2009-12-04BGE: Add option to return UV coordinates aofthe hit point to KX_GameObject::r...Benoit Bolsee