projects
/
blender.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix crash reading deg_point_cache_transform.blend test, saved with 2.8.
[blender.git]
/
source
/
blender
/
blenkernel
/
intern
/
linestyle.c
2018-02-15
Brecht Van Lommel
Fix crash reading deg_point_cache_transform.blend test...
blob
|
commitdiff
|
raw
2017-12-07
Campbell Barton
Cleanup: Use BKE_colorband prefix
blob
|
commitdiff
|
raw
|
diff to current
2017-12-07
Campbell Barton
Cleanup: extract BKE_colorband from BKE_texture
blob
|
commitdiff
|
raw
|
diff to current
2017-10-19
Bastien Montagne
Add note about handling of root nodetree in ID copydata.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-07
Bastien Montagne
Refactor ID copying (and to some extent, ID freeing).
blob
|
commitdiff
|
raw
|
diff to current
2017-06-14
Bastien Montagne
Make whole ID copying code use const source pointer.
blob
|
commitdiff
|
raw
|
diff to current
2017-01-16
Bastien Montagne
Cleanup/refactor: Add new BLI_string_util.
blob
|
commitdiff
|
raw
|
diff to current
2016-09-18
Julian Eisel
BLI_listbase: Add/use utility to move link (BLI_listbas...
blob
|
commitdiff
|
raw
|
diff to current
2016-07-25
Bastien Montagne
Cleanup: factorize the 'ensure local' part of datablock...
blob
|
commitdiff
|
raw
|
diff to current
2016-07-21
Bastien Montagne
Fix missing datablocks types in id_make_local.
blob
|
commitdiff
|
raw
|
diff to current
2016-07-11
Bastien Montagne
Remove usercount handling from BKE_id_expand_local.
blob
|
commitdiff
|
raw
|
diff to current
2016-07-11
Bastien Montagne
Use new generic BKE_id_expand_local() for make_local...
blob
|
commitdiff
|
raw
|
diff to current
2016-07-10
Bastien Montagne
Cleanup/Refactor: pass Main pointer to all ID copy...
blob
|
commitdiff
|
raw
|
diff to current
2016-07-06
Bastien Montagne
Replace of (id->lib != NULL) check by meaningful macro.
blob
|
commitdiff
|
raw
|
diff to current
2016-06-22
Bastien Montagne
ID-Remap - Step one: core work (cleanup and rework...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-09
Bastien Montagne
Cleanup: avoid incrementing/decrementing id->us outside...
blob
|
commitdiff
|
raw
|
diff to current
2015-10-20
Bastien Montagne
First step to handle missing libs/datablocks when readi...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-12
Campbell Barton
Cleanup: style
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
Folkert de Vries
Freestyle: new stroke modifiers
blob
|
commitdiff
|
raw
|
diff to current
2015-04-04
Campbell Barton
Cleanup: use BKE_animdata_* prefix
blob
|
commitdiff
|
raw
|
diff to current
2015-03-19
Campbell Barton
Freestyle: pass Main struct to new/copy
blob
|
commitdiff
|
raw
|
diff to current
2015-03-09
Tamito Kajiyama
Freestyle: Fix for a few line style properties left...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-20
Campbell Barton
Fix for unlikely NULL pointer dereference
blob
|
commitdiff
|
raw
|
diff to current
2015-01-09
Bastien Montagne
Fix T43159: Copying of linked datablocks using relpath...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-28
Campbell Barton
Cleanup: unused headers
blob
|
commitdiff
|
raw
|
diff to current
2014-10-13
Tamito Kajiyama
Fix T42198: Linked lines only work with linked objects.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-01
Tamito Kajiyama
Freestyle: New line style options for sorting and chain...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-12
Campbell Barton
Cleanup: unused var
blob
|
commitdiff
|
raw
|
diff to current
2014-08-12
Tamito Kajiyama
Freestyle: Updated BKE_linestyle_default_shader() to...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-12
Tamito Kajiyama
Added BKE_linestyle_use_textures() to check if stroke...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-12
Tamito Kajiyama
Freestyle: Added "blend_type" and "use_clamp" options...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-12
Tamito Kajiyama
Freestyle: Fix for a crash in BKE_linestyle_default_sha...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-12
Tamito Kajiyama
Freestyle: Add BKE_linestyle_default_shader() for creat...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-12
Tamito Kajiyama
Fix for a wrong ID datablock referenced due to a typo...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-17
Tamito Kajiyama
Follow-up to code cleanup in rB415af0b: Keep compound...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-16
Campbell Barton
Cleanup: Adhere to our naming convention for BKE_linest...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-16
Tamito Kajiyama
Renamed CTX_data_linestyle_from_scene() to BKE_get_line...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-07
Tamito Kajiyama
Per-material line color settings for Freestyle.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-13
Tamito Kajiyama
Freestyle: Added .new() and .remove() methods to collec...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-03
Campbell Barton
Code cleanup: style
blob
|
commitdiff
|
raw
|
diff to current
2014-05-03
Tamito Kajiyama
Fix for missing initialization and copying of Freestyle...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-03
Tamito Kajiyama
Patch D246: Texture Marks for freestyle strokes, writte...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
Campbell Barton
Code cleanup: remove unused includes
blob
|
commitdiff
|
raw
|
diff to current
2014-04-18
Tamito Kajiyama
Freestyle: New options for sorting to arrange the stack...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-09
Campbell Barton
Code cleanup: use struct type for mempool & style edits
blob
|
commitdiff
|
raw
|
diff to current
2014-02-07
Campbell Barton
ListBase API: add utility api funcs for clearing and...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-15
Tom Edwards
Python/Depsgraph: bpy.data.*.is_updated now detects...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Tamito Kajiyama
Changes to Freestyle default parameters:
blob
|
commitdiff
|
raw
|
diff to current
2013-07-31
Thomas Dinges
Cycles / HSV Separator and Combine node:
blob
|
commitdiff
|
raw
|
diff to current
2013-07-21
Sergey Sharybin
Merging r58362 through r58463 from trunk into soc-2013...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-20
Thomas Dinges
Merged revision(s) 58356-58423 from trunk/blender into...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-19
Mitchell Stokes
Merged changes from trunk r58324-58419.
ge_dev
blob
|
commitdiff
|
raw
|
diff to current
2013-07-19
Campbell Barton
style cleanup: switch statements, include break stateme...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-17
Mitchell Stokes
Merging changes from trunk r58091-58323.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-15
Sergey Sharybin
Merging r58196 through r58265 from trunk into soc-2013...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-13
Thomas Dinges
Merged revision(s) 58093-58225 from trunk/blender into...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-13
Campbell Barton
fix errors in code
blob
|
commitdiff
|
raw
|
diff to current
2013-07-09
Mitchell Stokes
Creating a BGE staging branch.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-25
Sv. Lockal
minor fixes for freestyle
blob
|
commitdiff
|
raw
|
diff to current
2013-04-23
Campbell Barton
fix [#34958] keyframe many items would fail if there...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-06
Tamito Kajiyama
Part I of the Freestyle branch merger: new 'freestyle...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-06
Tamito Kajiyama
Pre-merger changes.
soc-2008-mxcurioni
blob
|
commitdiff
|
raw
|
diff to current
2013-04-06
Sergey Sharybin
svn merge ^/trunk/blender -r55815:55840
blob
|
commitdiff
|
raw
|
diff to current
2013-04-05
Campbell Barton
svn merge ^/trunk/blender -r55813:55815
blob
|
commitdiff
|
raw
|
diff to current
2013-04-05
Campbell Barton
svn merge ^/trunk/blender -r55776:55813
blob
|
commitdiff
|
raw
|
diff to current
2013-04-04
Campbell Barton
svn merge ^/trunk/blender -r55700:55776
blob
|
commitdiff
|
raw
|
diff to current
2013-04-01
Tamito Kajiyama
Merged changes in the trunk up to revision 55700.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-30
Tamito Kajiyama
Updated default line style parameters.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-27
Campbell Barton
svn merge ^/trunk/blender -r55594:55635
blob
|
commitdiff
|
raw
|
diff to current
2013-03-26
Sergey Sharybin
Merging r55547 through r55594 from trunk into soc-2008...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-26
Sergey Sharybin
Freestyle: fix crash unlinking object
blob
|
commitdiff
|
raw
|
diff to current
2013-03-24
Tamito Kajiyama
Merged changes in the trunk up to revision 55546.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-23
Tamito Kajiyama
A major code update for making the DNA file specificati...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-21
Tamito Kajiyama
Fix for default values different from the factory settings.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-20
Tamito Kajiyama
Removed goto's as suggested first by Bastien Montagne...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-19
Tamito Kajiyama
Code clean-up suggested by Sergey Sharybin through...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-18
Campbell Barton
svn merge ^/trunk/blender -r55372:55392
blob
|
commitdiff
|
raw
|
diff to current
2013-03-18
Campbell Barton
svn merge ^/trunk/blender -r55357:55372
blob
|
commitdiff
|
raw
|
diff to current
2013-03-18
Tamito Kajiyama
Merged changes in the trunk up to revision 55357.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-03
Tamito Kajiyama
Merged changes in the trunk up to revision 54992.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-24
Tamito Kajiyama
Merged changes in the trunk up to revision 54802.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-16
Tamito Kajiyama
Merged changes in the trunk up to revision 54594.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-10
Tamito Kajiyama
Merged changes in the trunk up to revision 54421.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-29
Tamito Kajiyama
Merged changes in the trunk up to revision 54171.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-26
Tamito Kajiyama
Merged changes in the trunk up to revision 54110.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-12
Tamito Kajiyama
Merged changes in the trunk up to revision 53729.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-05
Tamito Kajiyama
Merged changes in the trunk up to revision 53584.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-23
Tamito Kajiyama
Merged changes in the trunk up to revision 53280.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-19
Tamito Kajiyama
Merged changes in the trunk up to revision 53146.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-11
Tamito Kajiyama
A big cleaning patch by Bastien Montagne (thanks a...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-10
Tamito Kajiyama
Merged changes in the trunk up to revision 52858.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-09
Tamito Kajiyama
All angle properties were switched from degrees to...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-08
Tamito Kajiyama
Fix for a number of compiler warnings as well as a...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-08
Tamito Kajiyama
Merged changes in the trunk up to revision 52815.
blob
|
commitdiff
|
raw
|
diff to current
2012-12-01
Tamito Kajiyama
Merged changes in the trunk up to revision 52690.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-26
Tamito Kajiyama
Merged changes in the trunk up to revision 52546.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-19
Tamito Kajiyama
Merged changes in the trunk up to revision 52340.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-14
Tamito Kajiyama
Merged changes in the trunk up to revision 52191.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-12
Tamito Kajiyama
Merged changes in the trunk up to revision 52118.
blob
|
commitdiff
|
raw
|
diff to current
2012-11-07
Tamito Kajiyama
Merged changes in the trunk up to revision 51985.
blob
|
commitdiff
|
raw
|
diff to current
next