Blender Git Commits

Blender Git "master" branch commits.

Page: 2643 / 5574

March 27, 2015, 17:12 (GMT)
Cleanup: win32 mixed declare/statements in main()

Make it a more clear where declarations end
(ifdef's all over made it a bit confusing).
March 27, 2015, 17:12 (GMT)
Cleanup: use const char for stats arg
March 27, 2015, 14:10 (GMT)
Cycles: Code cleanup, make strict flags happy about disabled OSL
March 27, 2015, 14:05 (GMT)
Cleanup: view3d headers
March 27, 2015, 14:05 (GMT)
Cleanup: gpencil headers
March 27, 2015, 14:05 (GMT)
Use squared dist /w comparisons (mask, edge-slide)
March 27, 2015, 14:00 (GMT)
Add profiling prints for audio synch to detect how continuous our frame
progression is
March 27, 2015, 13:44 (GMT)
Makesrna: Fix function prototypes for struct used RNA_def_struct_sdna_from

Previously makesrna would have generated code expecting DNA structure from
RNA_def_struct_sdna_from() to be passed to it. This was wrong because actual
PointerRNA points to a "parent" structure, making it impossible to add
functions to certain RNA structures.

It so far never needed and we didn't notice this issue, but it's needed for
some ongoing development now.
March 27, 2015, 13:23 (GMT)
Compositor: Cleanup, remove unused need_sync parameter
March 27, 2015, 13:23 (GMT)
Compositor: Followup to previous stats commit

No need to mark tree for localization, it was never done and
it all just worked. We can save some CPU ticks by skipping doing
this.
March 27, 2015, 13:23 (GMT)
Compositor: Fix heap overflow when copying previews
March 27, 2015, 13:23 (GMT)
Fix T44149: Compositing : Node Groups do not work correctly

Input constants are to be connected before removing proxies,
otherwise node groups might give totally different result.

This is a regression and to be put into final release.
March 27, 2015, 13:23 (GMT)
Compositor: Code cleanup, debug mode is now fine with strict flags
March 27, 2015, 13:23 (GMT)
CMake: Enable strict flags for C++
March 27, 2015, 13:23 (GMT)
Physics: Code cleanup, prepare for strict C++ flags
March 27, 2015, 13:23 (GMT)
C++ RNA API: Code cleanup, prepare for strict C++ flags
March 27, 2015, 13:23 (GMT)
ImBuf: Code cleanup, prepare for strict C++ flags
March 27, 2015, 13:23 (GMT)
Freestyle: Code cleanup, prepare for strict C++ flags
March 27, 2015, 13:23 (GMT)
Compositor: Code cleanup, prepare for strict C++ flags
March 27, 2015, 13:23 (GMT)
Cycles: Code cleanup, prepare for strict C++ flags
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021