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
2013-04-23Allow hiding separate hiding of overlays on stroke.Antony Riakiotakis
2013-04-23Add stencil control for mask overlay. Key combinations are the same asAntony Riakiotakis
2013-04-23Overlay fixes:Antony Riakiotakis
2013-04-23Overlay refactor:Antony Riakiotakis
2013-04-22Fix #35054: adjust tooltip for Render Border option in 3D view panel to sayBrecht Van Lommel
2013-04-22Bugfix [#34836] Crash when driver variable has path == 'data'Joshua Leung
2013-04-22Footage information panelSergey Sharybin
2013-04-22Fix #35039: two other issues with curve capsSergey Sharybin
2013-04-22fix for error in own recent changes to vertex weight drawing in editmode.Campbell Barton
2013-04-22remove unneeded null checks from commit r56194, also minor style cleanup.Campbell Barton
2013-04-21rigidbody: Add function to perform convex sweep testSergej Reich
2013-04-20Removed the group_tree_idname property from node types. This was a bit of a h...Lukas Toenne
2013-04-19Added minimal support for progressbar in pythonGaia Clary
2013-04-18fix for problem with too low epsilon when calculating thickness, also increas...Campbell Barton
2013-04-18add display mode for sharp edges.Campbell Barton
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-04-18add mesh distort display mode (highlights distorted faces)Campbell Barton
2013-04-17display options to help with 3d printing.Campbell Barton
2013-04-16Set min value for sampling value of freestyle line geometry modifier to 0.Sv. Lockal
2013-04-16Option to hide overlay during a stroke. To enable, press the brush iconAntony Riakiotakis
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-15Touch properties when clearing/adding to a collection.Sergey Sharybin
2013-04-14modify snapObjectsRayEx() to use a pointer to 'ray_dist' rather then passing ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-14Mesh Drawing:Campbell Barton
2013-04-13Replacing the node Add menu and making the toolbar usefulLukas Toenne
2013-04-13Cycles / Save Buffers:Thomas Dinges
2013-04-13code cleanup: warnings + styleCampbell Barton
2013-04-13Allow rake/random brush rotation for random mapping mode. SomeAntony Riakiotakis
2013-04-13Fixes:Antony Riakiotakis
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-12Added 'move' functions to the inputs and outputs node socket collections (sim...Lukas Toenne
2013-04-12Removed a lot of now-unnecessary checks from node RNA. The typeinfo pointers ...Lukas Toenne
2013-04-12Image draw method optionSergey Sharybin
2013-04-12Made the update callback in bNodeTree registerable in RNA, this was still mis...Lukas Toenne
2013-04-12Small change to the node space RNA function for opening a node group: pass th...Lukas Toenne
2013-04-11make scene.ray_cast() behave like object.ray_cast(), add distance arg to snap...Campbell Barton
2013-04-11py api:Campbell Barton
2013-04-10Add a gui control for setting omp threads in fluidsJens Verwiebe
2013-04-10Fix for the subtype of range_min/max parameters in RNA Freestyle settings.Tamito Kajiyama
2013-04-09Fix #34938: Not freeing dynstr_cstring memory blocks when setting shape keysSergey Sharybin
2013-04-09code cleanup: abbreviations ob, con - aren't normally used in global identifi...Campbell Barton
2013-04-09fix [#34902] Unicode decode error in Python console when completing a method ...Campbell Barton
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel
2013-04-08A few more UI messages fixes...Bastien Montagne
2013-04-08Exposed the bNodeSocket->limit value in RNA, so it can be redefined by pynode...Lukas Toenne
2013-04-07Reverting changes from r55873 for rna_define.c, sorry about that...Bastien Montagne
2013-04-07Freestyle UI:Thomas Dinges
2013-04-07Usual typo fixes... ;)Bastien Montagne
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton