projects
/
blender.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Cleanup: comment indentation & spelling
[blender.git]
/
source
/
2019-02-10
Campbell Barton
Cleanup: comment indentation & spelling
tree
|
commitdiff
2019-02-10
Howard Trickey
Bevel: Make modal keymap instead of hardcoded.
tree
|
commitdiff
2019-02-10
Pablo Vazquez
UI: Color Picker, make HSV default.
tree
|
commitdiff
2019-02-10
Bastien Montagne
Link/Append: Instantiate collection rather than objects.
tree
|
commitdiff
2019-02-10
Bastien Montagne
Fix T61141: Append Particle Settings doesn't append...
tree
|
commitdiff
2019-02-10
Campbell Barton
Cleanup: unused struct member
tree
|
commitdiff
2019-02-10
Campbell Barton
Cleanup: move clipping shader lib & define into struct
tree
|
commitdiff
2019-02-10
Campbell Barton
Cleanup: use shorter name for shader config
tree
|
commitdiff
2019-02-09
Dalai Felinto
Cleanup: Use ID_IS_LINKED instead of id.lib
tree
|
commitdiff
2019-02-09
Dalai Felinto
Fix: objects in outliner cannot be disabled
tree
|
commitdiff
2019-02-09
Bastien Montagne
Fix T61276: Make Single User unlinks original object.
tree
|
commitdiff
2019-02-09
Bastien Montagne
BKE_object: add util to count number of scenes using...
tree
|
commitdiff
2019-02-09
Antonioya
GP: Missing in previous commit
tree
|
commitdiff
2019-02-09
Antonioya
GP: Init stroke buffer always
tree
|
commitdiff
2019-02-09
Jacques Lucke
Fix T61332: Python3 syntax errors
tree
|
commitdiff
2019-02-08
Dalai Felinto
Outliner visibility: Prevent changing linked objects...
tree
|
commitdiff
2019-02-08
Dalai Felinto
Outliner Visibility: Alt+H operator to unhide all objec...
tree
|
commitdiff
2019-02-08
Dalai Felinto
Outliner Visibility: H operator to hide collection...
tree
|
commitdiff
2019-02-08
Dalai Felinto
Outliner visibility: Ctrl to isolate object
tree
|
commitdiff
2019-02-08
Bastien Montagne
Fix (unreported) crash when undoing after ID deletion.
tree
|
commitdiff
2019-02-08
Bastien Montagne
BKE_main: add a util to generate/extend a GSet with...
tree
|
commitdiff
2019-02-08
Bastien Montagne
Cleanup: API doc is to be in implementation, not header...
tree
|
commitdiff
2019-02-08
Bastien Montagne
Outliner: Purge: correct tooltip, add more info for...
tree
|
commitdiff
2019-02-08
Bastien Montagne
BKE_idcode: Add utils to convert from 'lbarray' index...
tree
|
commitdiff
2019-02-08
Dalai Felinto
Fix T61287: Object restrict viewport ignored in instanc...
tree
|
commitdiff
2019-02-08
Pablo Vazquez
UI: Marker position slightly offset.
tree
|
commitdiff
2019-02-08
Sergey Sharybin
Fix T59339: Particle render without baking issues
tree
|
commitdiff
2019-02-08
Howard Trickey
Bevel, fix crash when adjust offsets with inner arc...
tree
|
commitdiff
2019-02-08
Howard Trickey
Bevel: fix regression re even adjustment of offsets.
tree
|
commitdiff
2019-02-08
Campbell Barton
DRW: support clipping for stick & wire bones
tree
|
commitdiff
2019-02-08
Pablo Vazquez
Typo
tree
|
commitdiff
2019-02-08
Pablo Vazquez
UI: Icons for some Outliner context menu operations
tree
|
commitdiff
2019-02-08
Sergey Sharybin
Fix T61231: File open and undo looses unkeyed changes
tree
|
commitdiff
2019-02-08
Campbell Barton
DRW: edit-mesh edge clipping broke in recent update
tree
|
commitdiff
2019-02-08
Campbell Barton
Fix T61196: Mesh select ignores clipping (part 2)
tree
|
commitdiff
2019-02-08
Bastien Montagne
Fix T61255: Mesh Data Transfer: Do not abort when desti...
tree
|
commitdiff
2019-02-08
Campbell Barton
Fix T58625: Knife project fails w/ curves
tree
|
commitdiff
2019-02-08
Campbell Barton
WM: init simulated event from win->eventstate
tree
|
commitdiff
2019-02-08
Campbell Barton
Cleanup: rename V3D_MANIP_* -> V3D_ORIENT_*
tree
|
commitdiff
2019-02-08
Campbell Barton
Fix T61291: Transform gizmo doesn't update w/ 3D cursor
tree
|
commitdiff
2019-02-08
Campbell Barton
Fix missing NULL check in recent version patch
tree
|
commitdiff
2019-02-07
Campbell Barton
Undo System: basic support in background mode
tree
|
commitdiff
2019-02-07
Campbell Barton
Correct error in last commit
tree
|
commitdiff
2019-02-07
Campbell Barton
Cleanup: clear deprecated flags
tree
|
commitdiff
2019-02-07
Campbell Barton
Remove "Keep Session" preference
tree
|
commitdiff
2019-02-07
Campbell Barton
Cleanup: sort struct blocks, description
tree
|
commitdiff
2019-02-07
Campbell Barton
Fix crash drawing loose vertex from recent changes
tree
|
commitdiff
2019-02-07
Bastien Montagne
Cleanup: Use new BKE_main_foreach_id() in a few more...
tree
|
commitdiff
2019-02-07
Bastien Montagne
Outliner: modernize Purge operator.
tree
|
commitdiff
2019-02-07
Bastien Montagne
BKE_main: add utils to loop over whole IDs of a given...
tree
|
commitdiff
2019-02-07
Clément Foucault
Edit Mode: Draw Vertices after edges
tree
|
commitdiff
2019-02-07
Clément Foucault
Edit Mesh: Only draw vertices once
tree
|
commitdiff
2019-02-07
Clément Foucault
Edit Mode: Reduce number of edges drawn
tree
|
commitdiff
2019-02-07
Clément Foucault
Edit Mode: Fix edge partially displayed as selected...
tree
|
commitdiff
2019-02-07
Clément Foucault
Edit Mode: Make active face hint part of the face color
tree
|
commitdiff
2019-02-07
Clément Foucault
Edit Mesh: Rework new implementation and use geometry...
tree
|
commitdiff
2019-02-07
Clément Foucault
Edit Mode: Fix geometry shader workaround not respectin...
tree
|
commitdiff
2019-02-07
Howard Trickey
Bevel: better attachment points for unbeveled edges...
tree
|
commitdiff
2019-02-07
Antonioya
GP: Reduce render noise pixel in blend borders
tree
|
commitdiff
2019-02-07
Antonioya
GP: Cleanup blend pixel function
tree
|
commitdiff
2019-02-07
Brecht Van Lommel
Merge branch 'blender2.7'
tree
|
commitdiff
2019-02-07
Sergey Sharybin
Show all useful metadata fields in editors
tree
|
commitdiff
2019-02-07
Sergey Sharybin
Fix T59587: Hair dynamics works different when opened...
tree
|
commitdiff
2019-02-07
Campbell Barton
Fix T61272: Undo fails to track multi-edit mode enter...
tree
|
commitdiff
2019-02-07
Campbell Barton
Fix sculpt undo steps not enabling dyntopo
tree
|
commitdiff
2019-02-07
Sergey Sharybin
Close metadata panels by default
tree
|
commitdiff
2019-02-07
Sergey Sharybin
Fix for images without metadata crashing
tree
|
commitdiff
2019-02-07
Campbell Barton
Fix T61049: Undo dynamic topology sculpt asserts
tree
|
commitdiff
2019-02-06
Campbell Barton
Cleanup: remove unnecessary undo function
tree
|
commitdiff
2019-02-06
Campbell Barton
PyAPI: message subscribe option arg now optional
tree
|
commitdiff
2019-02-06
Campbell Barton
Cleanup: doxy header
tree
|
commitdiff
2019-02-06
Campbell Barton
DRW: support clipping for octahedral & box bones
tree
|
commitdiff
2019-02-06
Campbell Barton
Fix refresh on resetting header alignment
tree
|
commitdiff
2019-02-06
Dalai Felinto
Remove no-longer needed function
tree
|
commitdiff
2019-02-06
Dalai Felinto
Fixup for outliner visibility not changing disable...
tree
|
commitdiff
2019-02-06
Bastien Montagne
Fix (unreported) crash when iterating on depsgraph...
tree
|
commitdiff
2019-02-06
Dalai Felinto
Outliner visibility: Respect original viewport enable...
tree
|
commitdiff
2019-02-06
Dalai Felinto
Outliner visibility unification: Prevent master collect...
tree
|
commitdiff
2019-02-06
Sergey Sharybin
Depsgraph: Fix dependency cycle when rigid body is...
tree
|
commitdiff
2019-02-06
Sergey Sharybin
Fix T61190: Crash in particles distribution
tree
|
commitdiff
2019-02-06
Sergey Sharybin
Improvements and fixes to Cycles metadata
tree
|
commitdiff
2019-02-06
Brecht Van Lommel
Merge branch 'blender2.7'
tree
|
commitdiff
2019-02-06
Campbell Barton
DRW: Support edit-metaball clipping
tree
|
commitdiff
2019-02-06
Campbell Barton
DRW: Support edit-curve clipping
tree
|
commitdiff
2019-02-06
Clément Foucault
Fix T57342: Crash on render with workbench render engin...
tree
|
commitdiff
2019-02-06
Jacques Lucke
Cleanup: Remove deprecated ghosting code
tree
|
commitdiff
2019-02-06
Jacques Lucke
Fix T60935: More numerically stable distance to ray...
tree
|
commitdiff
2019-02-06
Campbell Barton
Fix T61136: Header alignment preference has no effect
tree
|
commitdiff
2019-02-06
Sergey Sharybin
Clip editor: Fix drawing metadata for RGBA images
tree
|
commitdiff
2019-02-06
Sergey Sharybin
Cleanup: Spelling in comment
tree
|
commitdiff
2019-02-06
Sergey Sharybin
Fix T61124: Lag on physics simulation
tree
|
commitdiff
2019-02-06
Philipp Oeser
Fix T61051: crash with multi-object mixed mode snapping
tree
|
commitdiff
2019-02-06
Campbell Barton
Cleanup: remove unused toolbox delay preferences
tree
|
commitdiff
2019-02-06
Campbell Barton
Cleanup: use '_pad' prefix for padding vars
tree
|
commitdiff
2019-02-06
Campbell Barton
Cleanup: manually apply changes missed last commit
tree
|
commitdiff
2019-02-06
Campbell Barton
Cleanup: remove redundant doxygen \file argument
tree
|
commitdiff
2019-02-06
Campbell Barton
Cleanup: remove deprecated/unused preferences DNA
tree
|
commitdiff
2019-02-06
Campbell Barton
Cleanup: use doxy headers for preference comments
tree
|
commitdiff
2019-02-06
Campbell Barton
Fix T61191: First undo step missing in text editor
tree
|
commitdiff
2019-02-06
Campbell Barton
Undo System: remove accumulate/store modes
tree
|
commitdiff
next