Blender Git Commits

Blender Git commits from all branches.

Page: 2639 / 2888

April 23, 2014, 22:53 (GMT)
removed incorrect include stdbool.h
April 23, 2014, 22:43 (GMT)
Fix masking - it was different from trunk after a recent change
April 23, 2014, 22:20 (GMT)
Add some missing notifiers and handledr for image events on the toolbar.
This should solve redraw of layers after strokes.
April 23, 2014, 21:43 (GMT)
argh, Windows did not support memorystreams, so had to add regular file as fallback
April 23, 2014, 21:25 (GMT)
Minor changes. Still not managed to make update correct.
April 23, 2014, 12:51 (GMT)
memory leak hunting, there is still one unfixable related to customdata behavior (need to alloc twice there somehow, grr...)
April 23, 2014, 06:32 (GMT)
Avoid double property lookups in bake_invoke
April 23, 2014, 00:42 (GMT)
Cycles-Bake: compile fix after merge (transparent_bounce)
April 23, 2014, 00:32 (GMT)
Cycles-Bake: fix for windows builds

(windows has no log2 it seems, among other errors)
April 23, 2014, 00:32 (GMT)
Cycles-Bake: code cleanup (goto, return)
April 23, 2014, 00:32 (GMT)
Cycles-Bake: internal saving and split image per material

We can now export more than one image (if there is more than one
material in the object), as well as automatically name the texture based
on the pass type.

This was a big refactor of the operator code, but things should be
stable now. use_automatic_name should probably be named use_prefix or
something.

Not working:
* use_clear (in fact it's always clearing, I need to copy only a few parts of the image, using a mask)
* image update - right now you need to click in the Image Editor to
see/refresh the baked image
April 23, 2014, 00:32 (GMT)
BLI_path_suffix() - new path util functon to add a suffix to a filepath (before the extension)
April 23, 2014, 00:32 (GMT)
Cycles-Bake: conflict fix from merge
April 23, 2014, 00:32 (GMT)
Cycles-Bake: [review] nitty-pick, removing unneded cast
April 23, 2014, 00:32 (GMT)
Cycles-Bake: remove pseudo-code
April 23, 2014, 00:32 (GMT)
Cycles-Bake: [review] ui nitty-picking from Thomas Dinges
April 23, 2014, 00:32 (GMT)
Cycles-Bake: [review] using MACRO in get_shader_type()
April 23, 2014, 00:32 (GMT)
Cycles-Bake: [review] cleanups - as per Campbell Barton suggestions
April 23, 2014, 00:32 (GMT)
Cycles-Bake: [review] using DNA to store the baking settings
April 23, 2014, 00:32 (GMT)
Cycles-Bake: fix for regression introduced on: "[review] restoring SAMPLING_PATTERN_CMJ test and adding a
is_baking variable"

The bug was: scenes with more than one object will misbehave.

We can't get the object id before the scene is updated, so we now
set the baking variable before we call bake_manager->init.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021