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-03-20patch #21680 from Richard OlssonCampbell Barton
2010-03-18Removed the 'recover temp' option from the splash screen - the way the temp s...Matt Ebb
2010-03-14strip quites off buildinfo at startup (was doing this for splash screen and p...Campbell Barton
2010-03-14Bugfix for [#21560] space bar in edit mode of bezier curves doesnt workThomas Dinges
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-09added relative path option for image load and save, relative path option from...Campbell Barton
2010-03-05reproject operator, use to reproject edited renders back into textures.Campbell Barton
2010-02-27fixes for auto script execution, changing the user preference also updates th...Campbell Barton
2010-02-27was using wrong global flag for python script disabling in recent commit.Campbell Barton
2010-02-27rename flag for auto script execution since scriptlinks are no more.Campbell Barton
2010-02-27option to set the blend file as from a 'Trusted Source' on load.Campbell Barton
2010-02-25Added a Recovery space in splash so new users don't panic when theyDaniel Salazar
2010-02-23- use search box for adding actions in the NLACampbell Barton
2010-02-12[#21123] Refresh screen after applying click in WM_gesture_circle_modal()Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-12- select active camera operatorCampbell Barton
2010-02-11Operation Dot-Kill finishedDaniel Salazar
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-01Remove NO_CONTEXT flag from enum when copying operator properties to the oper...Martin Poirier
2010-02-01Renamed the FILE_OPEN option for the file browser to FILE_OPENFILE to cleanup...Joshua Leung
2010-01-312.5: quick fix to make 10-timer menu appear again. It's a debug tool, isTon Roosendaal
2010-01-28PROP_ENUM_NO_CONTEXT flag for rna properties, forcing enum item functions to ...Martin Poirier
2010-01-27- duplicate window crasheing when it was full screenCampbell Barton
2010-01-27[#20728] "Export UV Layout" overwrites existing files (without feedback)Matt Ebb
2010-01-26Drag and drop 2.5 integration! Finally, slashdot regulars can useTon Roosendaal
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2010-01-26Assorted Bugfixes:Joshua Leung
2010-01-22Macro operator properties using property groups in groups (initial code by br...Martin Poirier
2010-01-16generic operator menu was searching for "type" and using the first enum prope...Campbell Barton
2010-01-15a new generic invoke function - WM_enum_search_invoke()Campbell Barton
2010-01-11- player building againCampbell Barton
2010-01-11* Tweak for splash screen rev. info - dalai, does this look ok on your machine?Matt Ebb
2010-01-10[#20581] Lasso tool ends unexpectedly Martin Poirier
2010-01-09Fix for clipped text in splash svn version string - I must have been working ...Matt Ebb
2010-01-08Remap Relative paths save option.Campbell Barton
2010-01-08Fix for problems in previous commit when buildinfo wasn't enabled.Matt Ebb
2010-01-08Added the svn revision number to the splash screen (when buildinfo is Matt Ebb
2010-01-07group instance still didnt work in some cases, now tag ID flag when linking a...Campbell Barton
2010-01-07option to instance groups when linking or appending.Campbell Barton
2010-01-04bugfix: macro redo could crash because of not nulled freed pointer.Martin Poirier
2010-01-03Changes to Brush texture workflowMatt Ebb
2010-01-03bugfix [#20510] .blog file causes crash (again rev25592)Campbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-28remove operators WM_OT_open_recentfile and WM_OT_open_recentfile_splashCampbell Barton
2009-12-28- loading missing files didnt give any warningCampbell Barton
2009-12-27Wrong description in WM_OT_call_menuMartin Poirier
2009-12-25operator draw function working again. needed to add layout to the operator to...Campbell Barton
2009-12-24* register operators like other classesCampbell Barton
2009-12-24pedantic naming: wmKeyMapItem wasnt called 'kmi' in some cases.Campbell Barton
2009-12-22Fix #20433: make single user doesn't work from menu. Popup menus forBrecht Van Lommel