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
2011-04-19Bugfix #26977 + Patch by Harley AchesonTon Roosendaal
2011-03-26- fix for editfont using an enum func on boolean property.Campbell Barton
2011-03-25fix [#26610] Pressing the ENTER key while editing a Text Object crashes Blender.Campbell Barton
2011-03-15fix for crash with textbox add poll function, missing NULL check.Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-01-15remove unused vars & avoid some clang warnings.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-03DAG_id_tag_update was being called with non object ID's and OB_RECALC_* flags...Campbell Barton
2010-12-29Bugfix #25397Ton Roosendaal
2010-12-10IRC report fix:Ton Roosendaal
2010-12-06bugfix [#25046] Bold and Italics checkboxes for Text objects seem to do nothingCampbell Barton
2010-12-05Dependency graph: changed DAG_id_flush_update to DAG_id_tag_update. Now itBrecht Van Lommel
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-20- add python/rna function region.tag_redraw()Campbell Barton
2010-11-19use 'const char *' for imbuf and file ops.Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-24bugfix [#24357] Font folder can be specified but is not openedCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-09-22minor changes to text3d editing, skip wchar --> utf-8 conversion on cursor mo...Campbell Barton
2010-09-21bugfix [#23923] extra material slots createdCampbell Barton
2010-08-08remove unused includesCampbell Barton
2010-07-21Fix #22897: text insert operator only worked for one character,Brecht Van Lommel
2010-07-14- text3d was missing menu items for toggling bold/underline/italic/smallcaps.Campbell Barton
2010-07-01adding image strips wasnt working, use the 'directory' component of the file ...Campbell Barton
2010-06-22Added ability to add and remove text boxes back from Blender 2.4x. One on tho...William Reynish
2010-06-14naming changesCampbell Barton
2010-06-09- added a flag argument to WM_operator_properties_filesel() currently only us...Campbell Barton
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-01Renamed the FILE_OPEN option for the file browser to FILE_OPENFILE to cleanup...Joshua Leung
2010-01-27[#20728] "Export UV Layout" overwrites existing files (without feedback)Matt Ebb
2010-01-11* Restored font selection functionality with open font and unlink font opera...Matt Ebb
2009-12-28Added location and rotation operator properties for adding objects. The Align...Matt Ebb
2009-11-10Math LibBrecht Van Lommel
2009-11-02- all add object operators now take view_align as an argument, and enter_edit...Campbell Barton
2009-09-202.5 filebrowserAndrea Weikert
2009-09-122.5 filebrowserAndrea Weikert
2009-09-12many docstrings from Ron Walker and Luca (mindrones on IRC),Campbell Barton
2009-09-052.5Brecht Van Lommel
2009-07-282.5: File browserBrecht Van Lommel
2009-06-242.5: Object material slot operators add/remove/assign/select/deselect.Brecht Van Lommel
2009-06-16RNABrecht Van Lommel
2009-06-152.5Ton Roosendaal
2009-06-092.50:Brecht Van Lommel
2009-04-13curve op align to naming conventionShaul Kedem