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
2012-10-27style cleanupCampbell Barton
2012-10-27Transform: didn't set "event handled" to zero on undhandled events.Ton Roosendaal
2012-10-27Finally fix the "double operators labels" in current po's: Operator sub-class...Bastien Montagne
2012-10-27The UI wasn't capable of handling Double Click events; causing fast typing toTon Roosendaal
2012-10-27change BLI_strlen_range_utf8 to the more conventional BLI_strnlen_utf8Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-27fix for filled rip copying loop customdata (fix in BM_edge_other_loop broke it)Campbell Barton
2012-10-26* Windows compile fix for __func__ (r51642)Thomas Dinges
2012-10-26Fix Blender version retrieving...Bastien Montagne
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26Fix Sound Bake op always using 'use_' prefix for all its bool RNA props. Also...Bastien Montagne
2012-10-26Bugfix for new handling of double-click:Ton Roosendaal
2012-10-26Bugfix: because of fixed event checking, the 'area zone' didn't work anymore.Ton Roosendaal
2012-10-26Bugfix #28734Ton Roosendaal
2012-10-26Fix for a nasty (and dangerous, buffer overflow) bug that quite oddly seems t...Bastien Montagne
2012-10-26Back to generating a pot file into trunk/po of i18n repo (it's useful for tra...Bastien Montagne
2012-10-26* New string property subtype: PASSWORDJiri Hnidek
2012-10-26Descriptions should never have dots on the end of sentenceSergey Sharybin
2012-10-26Camera tracking fixesSergey Sharybin
2012-10-26Patch [#32030] Tooltips for Bake Sound to F-CurvesJoerg Mueller
2012-10-26Show warning message when multires baking happens for preview level of 0Sergey Sharybin
2012-10-26Bugfix #32975Ton Roosendaal
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-10-26Bugfix #31842Ton Roosendaal
2012-10-26Fix #32972: cycles crash switching OSL to SVM in viewport render.Brecht Van Lommel
2012-10-26Bug report #32970Ton Roosendaal
2012-10-26fix [#30087] operator_context is different for popup and submenu's *TODO, aft...Campbell Barton
2012-10-26add a function for merging 2 bmesh element flags into a 3rd item.Campbell Barton
2012-10-26fix for another error reported in [#26712], use count failing with 3 levels o...Campbell Barton
2012-10-26fix [#26712] Particle group instance 'Use Count' value gets reset on file-load.Campbell Barton
2012-10-26fix own error when refactoring projection code, [#32971] Edge Select unusable...Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-26code cleanup: use squared length for comparisons and is_zero_v# rather then c...Campbell Barton
2012-10-26code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.Campbell Barton
2012-10-26Fix #32973: crash adding python property with update=None parameter passed.Brecht Van Lommel
2012-10-26Fix for r51634, without this define, translation won’t happen (all i18n mac...Bastien Montagne
2012-10-25Correction to viewport's lens description - lens works in ortho mode now.Sergey Sharybin
2012-10-25fix scons compilation after 51634Jens Verwiebe
2012-10-25adding logic editor strings to .poDalai Felinto
2012-10-25Fix compilation in paranoid gcc warnings=errors mode...Bastien Montagne
2012-10-25Correction to recent makesrna commitSergey Sharybin
2012-10-25Bugfix #27585Ton Roosendaal
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-10-25Support for string and index lookup operators on collections in the C++ RNA API.Lukas Toenne
2012-10-25Fix issue after commit 50282: float texture painting non-color data textures didBrecht Van Lommel
2012-10-25fix (own issue with recent addition) [#32966] wireframe shading doesn't work ...Campbell Barton
2012-10-25Bugfix #24343Ton Roosendaal
2012-10-25Fix for cmake syntax error: LLVM_VERSION string was not configurable, causing...Lukas Toenne
2012-10-25UI: datablock selector widgets now show as a tooltip the datablock descriptionBrecht Van Lommel